diff --git a/.github/workflows/distro_image_build.yml b/.github/workflows/distro_image_build.yml index f8325a971e2f8..41fca1b896c1f 100644 --- a/.github/workflows/distro_image_build.yml +++ b/.github/workflows/distro_image_build.yml @@ -10,7 +10,7 @@ on: jobs: Distro-Image-Build: - runs-on: ubuntu-latest + runs-on: 32-core-ubuntu steps: - name: Check out repository code uses: actions/checkout@v5 diff --git a/build/deps/github_hashes/facebook/fb303-rev.txt b/build/deps/github_hashes/facebook/fb303-rev.txt index eda0fc989776a..a23f59a927aca 100644 --- a/build/deps/github_hashes/facebook/fb303-rev.txt +++ b/build/deps/github_hashes/facebook/fb303-rev.txt @@ -1 +1 @@ -Subproject commit 503b2268c5108d127050f0e480efa5d797ee3562 +Subproject commit 41d7b5e27d93ac0416b0f68a8cc980d05fc011f7 diff --git a/build/deps/github_hashes/facebook/fbthrift-rev.txt b/build/deps/github_hashes/facebook/fbthrift-rev.txt index 680959f797a96..13bb2c7203309 100644 --- a/build/deps/github_hashes/facebook/fbthrift-rev.txt +++ b/build/deps/github_hashes/facebook/fbthrift-rev.txt @@ -1 +1 @@ -Subproject commit 4aba4c2ae05f9e5d6446a69e254e06797f10e07d +Subproject commit 8ab591fb30ce50d4dc93057800c653eade3e71a4 diff --git a/build/deps/github_hashes/facebook/folly-rev.txt b/build/deps/github_hashes/facebook/folly-rev.txt index a87463d7b868d..12540dfb255e7 100644 --- a/build/deps/github_hashes/facebook/folly-rev.txt +++ b/build/deps/github_hashes/facebook/folly-rev.txt @@ -1 +1 @@ -Subproject commit 318e1d4bf50c927be41f3f452da41c14b7cbf3e3 +Subproject commit 8394bb08382706856bc7c6d2342a435967b7f51c diff --git a/build/deps/github_hashes/facebook/wangle-rev.txt b/build/deps/github_hashes/facebook/wangle-rev.txt index f0232f16197fa..2df59fbe3d64a 100644 --- a/build/deps/github_hashes/facebook/wangle-rev.txt +++ b/build/deps/github_hashes/facebook/wangle-rev.txt @@ -1 +1 @@ -Subproject commit 372f4a63819e9d392232eff02f64cb1062c6776f +Subproject commit 89f5ba8dcc5fe639ce193448dc7620fbe0d0ec4b diff --git a/build/deps/github_hashes/facebookincubator/fizz-rev.txt b/build/deps/github_hashes/facebookincubator/fizz-rev.txt index 8a7622497e53e..f4c6b4d26d7c0 100644 --- a/build/deps/github_hashes/facebookincubator/fizz-rev.txt +++ b/build/deps/github_hashes/facebookincubator/fizz-rev.txt @@ -1 +1 @@ -Subproject commit cc887ba14c3415f863820419ec449584376686d1 +Subproject commit 156cd6fe0c87cedd770b55ea1d9c9c5d410461bd diff --git a/cmake/Agent.cmake b/cmake/Agent.cmake index 47f48dfc89a56..d35b822a5e3cd 100644 --- a/cmake/Agent.cmake +++ b/cmake/Agent.cmake @@ -149,7 +149,7 @@ add_library(utils target_link_libraries(utils agent_dir_util asic_utils - error + fboss_error ctrl_cpp2 hw_switch_fb303_stats load_agent_config @@ -261,7 +261,7 @@ add_library(hw_switch_thrift_client_table ) target_link_libraries(hw_switch_thrift_client_table - error + fboss_error fboss_types hw_ctrl_cpp2 Folly::folly @@ -433,15 +433,6 @@ set(core_libs target_link_libraries(core ${core_libs}) -add_library(error - fboss/agent/FbossError.h -) - -target_link_libraries(error - ctrl_cpp2 - Folly::folly -) - add_library(thrifthandler_utils fboss/agent/ThriftHandlerUtils.cpp ) @@ -492,12 +483,12 @@ target_link_libraries(fboss_event_base add_library(fboss_error fboss/agent/FbossError.h + fboss/agent/FbossHwUpdateError.h fboss/agent/SysError.h ) target_link_libraries(fboss_error fboss_cpp2 - fboss_types Folly::folly ) @@ -515,7 +506,7 @@ target_link_libraries(platform_base agent_config_cpp2 agent_dir_util ctrl_cpp2 - error + fboss_error fboss_event_base fboss_types Folly::folly diff --git a/cmake/AgentHw.cmake b/cmake/AgentHw.cmake index d1b79019f5aef..6c2c22a8879fd 100644 --- a/cmake/AgentHw.cmake +++ b/cmake/AgentHw.cmake @@ -84,7 +84,7 @@ target_link_libraries(hw_switch_fb303_stats target_link_libraries(hw_fb303_stats counter_utils - error + fboss_error fb303::fb303 Folly::folly switch_config_cpp2 diff --git a/cmake/AgentHwSaiApi.cmake b/cmake/AgentHwSaiApi.cmake index 6aa469ea2f68f..209411d018413 100644 --- a/cmake/AgentHwSaiApi.cmake +++ b/cmake/AgentHwSaiApi.cmake @@ -18,6 +18,7 @@ add_library(logging_util target_link_libraries(logging_util fboss_cpp2 fboss_error + switch_config_cpp2 Folly::folly ) diff --git a/cmake/AgentHwSaiDiag.cmake b/cmake/AgentHwSaiDiag.cmake index f75e45d6c4708..84ef18632638c 100644 --- a/cmake/AgentHwSaiDiag.cmake +++ b/cmake/AgentHwSaiDiag.cmake @@ -11,7 +11,7 @@ add_library(diag_shell target_link_libraries(diag_shell sai_repl python_repl - error + fboss_error sai_switch sai_tracer Folly::folly @@ -32,7 +32,7 @@ add_library(python_repl target_include_directories(python_repl PRIVATE Python3::Python) target_link_libraries(python_repl - error + fboss_error Folly::folly Python3::Python # Python3::Python requires forkpty and openpty provided by libutil. @@ -46,7 +46,7 @@ add_library(sai_repl ) target_link_libraries(sai_repl - error + fboss_error sai_api Folly::folly ) diff --git a/cmake/AgentHwSwitchAsics.cmake b/cmake/AgentHwSwitchAsics.cmake index 109608179bb08..15c9bca2271ad 100644 --- a/cmake/AgentHwSwitchAsics.cmake +++ b/cmake/AgentHwSwitchAsics.cmake @@ -28,11 +28,12 @@ add_library(switch_asics fboss/agent/hw/switch_asics/ChenabAsic.cpp fboss/agent/hw/switch_asics/BroadcomXgsAsic.cpp fboss/agent/hw/switch_asics/G202xAsic.cpp + fboss/agent/hw/switch_asics/Q4DAsic.cpp ) target_link_libraries(switch_asics agent_features - error + fboss_error fboss_cpp2 fboss_types phy_cpp2 diff --git a/cmake/AgentPacket.cmake b/cmake/AgentPacket.cmake index 80f9c5cdc2a61..b62d10fb68b30 100644 --- a/cmake/AgentPacket.cmake +++ b/cmake/AgentPacket.cmake @@ -44,7 +44,7 @@ add_library(pktutil ) target_link_libraries(pktutil - error + fboss_error Folly::folly ) diff --git a/cmake/AgentPlatformsCommon.cmake b/cmake/AgentPlatformsCommon.cmake index ab5984357d98c..e0da16231b47d 100644 --- a/cmake/AgentPlatformsCommon.cmake +++ b/cmake/AgentPlatformsCommon.cmake @@ -11,7 +11,7 @@ add_library(platform_mapping target_link_libraries(platform_mapping agent_features - error + fboss_error fboss_config_utils platform_config_cpp2 state @@ -23,7 +23,7 @@ add_library(platform_mapping_utils ) target_link_libraries(platform_mapping_utils - error + fboss_error minipack_platform_mapping elbert_platform_mapping yamp_platform_mapping diff --git a/cmake/AgentPlatformsCommonUtils.cmake b/cmake/AgentPlatformsCommonUtils.cmake index 28683adb24a2c..e13450e8ec336 100644 --- a/cmake/AgentPlatformsCommonUtils.cmake +++ b/cmake/AgentPlatformsCommonUtils.cmake @@ -13,7 +13,7 @@ add_library(wedge_led_utils ) target_link_libraries(wedge_led_utils - error + fboss_error ctrl_cpp2 fboss_types transceiver_cpp2 diff --git a/cmake/AgentRib.cmake b/cmake/AgentRib.cmake index 23dc83266010a..6e13d6b3febd3 100644 --- a/cmake/AgentRib.cmake +++ b/cmake/AgentRib.cmake @@ -14,7 +14,7 @@ target_link_libraries(standalone_rib network_to_route_map nexthop_id_manager address_utils - error + fboss_error fboss_event_base fboss_types switch_config_cpp2 @@ -55,7 +55,7 @@ add_library(nexthop_id_manager ) target_link_libraries(nexthop_id_manager - error + fboss_error fboss_types state ) diff --git a/cmake/AgentState.cmake b/cmake/AgentState.cmake index 5fa02bac3dc37..5d33d4b354e1b 100644 --- a/cmake/AgentState.cmake +++ b/cmake/AgentState.cmake @@ -118,7 +118,8 @@ add_library(state target_link_libraries(state address_utils - error + agent_features + fboss_error platform_config_cpp2 switch_config_cpp2 switch_state_cpp2 @@ -143,7 +144,7 @@ add_library(state_utils ) target_link_libraries(state_utils - error + fboss_error fboss_types hwswitch_matcher state @@ -156,7 +157,8 @@ add_library(label_forwarding_action ) target_link_libraries(label_forwarding_action - error + ctrl_cpp2 + fboss_error fboss_cpp2 Folly::folly ) diff --git a/cmake/AgentTest.cmake b/cmake/AgentTest.cmake index 7f4485fca97c7..dc87cd4c6e7ac 100644 --- a/cmake/AgentTest.cmake +++ b/cmake/AgentTest.cmake @@ -243,8 +243,6 @@ target_link_libraries(linkstate_toggler add_library(system_scale_test_utils fboss/agent/test/utils/SystemScaleTestUtils.cpp - fboss/agent/test/utils/PortFlapHelper.cpp - fboss/agent/test/utils/MacLearningFloodHelper.cpp ) target_link_libraries(system_scale_test_utils @@ -261,6 +259,8 @@ target_link_libraries(system_scale_test_utils route_scale_gen qos_test_utils trap_packet_utils + port_flap_helper + mac_learning_flood_helper Folly::folly Folly::follybenchmark ) diff --git a/cmake/AgentTestUtils.cmake b/cmake/AgentTestUtils.cmake index ee8f90d5b82a3..07d133c62532c 100644 --- a/cmake/AgentTestUtils.cmake +++ b/cmake/AgentTestUtils.cmake @@ -358,6 +358,7 @@ add_library(aqm_test_utils ) target_link_libraries(aqm_test_utils + agent_hw_test_ctrl_cpp2 switch_asics switch_config_cpp2 fboss_error diff --git a/cmake/CliFboss2.cmake b/cmake/CliFboss2.cmake index 84cf2dca7e2c8..548c7c6d283d9 100644 --- a/cmake/CliFboss2.cmake +++ b/cmake/CliFboss2.cmake @@ -423,7 +423,9 @@ add_library(fboss2_lib fboss/cli/fboss2/commands/show/hwagent/CmdShowHwAgentStatus.h fboss/cli/fboss2/commands/show/hwagent/CmdShowHwAgentStatus.cpp fboss/cli/fboss2/commands/show/hwobject/CmdShowHwObject.h + fboss/cli/fboss2/commands/show/hwobject/CmdShowHwObject.cpp fboss/cli/fboss2/commands/show/l2/CmdShowL2.h + fboss/cli/fboss2/commands/show/l2/CmdShowL2.cpp fboss/cli/fboss2/commands/show/lldp/CmdShowLldp.h fboss/cli/fboss2/commands/show/lldp/CmdShowLldp.cpp fboss/cli/fboss2/commands/show/ndp/CmdShowNdp.h @@ -431,15 +433,18 @@ add_library(fboss2_lib fboss/cli/fboss2/commands/show/port/CmdShowPort.h fboss/cli/fboss2/commands/show/port/CmdShowPort.cpp fboss/cli/fboss2/commands/show/port/CmdShowPortQueue.h + fboss/cli/fboss2/commands/show/port/CmdShowPortQueue.cpp fboss/cli/fboss2/commands/show/product/CmdShowProduct.h fboss/cli/fboss2/commands/show/product/CmdShowProductDetails.h fboss/cli/fboss2/commands/show/route/utils.cpp fboss/cli/fboss2/commands/show/route/CmdShowRouteDetails.h fboss/cli/fboss2/commands/show/mpls/CmdShowMplsRoute.h fboss/cli/fboss2/commands/show/mac/CmdShowMacAddrToBlock.h + fboss/cli/fboss2/commands/show/mac/CmdShowMacAddrToBlock.cpp fboss/cli/fboss2/commands/show/mac/CmdShowMacDetails.h fboss/cli/fboss2/commands/show/mac/CmdShowMacDetails.cpp fboss/cli/fboss2/commands/show/mirror/CmdShowMirror.h + fboss/cli/fboss2/commands/show/mirror/CmdShowMirror.cpp fboss/cli/fboss2/commands/show/interface/CmdShowInterface.h fboss/cli/fboss2/commands/show/interface/flaps/CmdShowInterfaceFlaps.h fboss/cli/fboss2/commands/show/interface/errors/CmdShowInterfaceErrors.h @@ -468,6 +473,7 @@ add_library(fboss2_lib fboss/cli/fboss2/commands/show/cpuport/CmdShowCpuPort.cpp fboss/cli/fboss2/commands/show/teflow/CmdShowTeFlow.h fboss/cli/fboss2/commands/show/transceiver/CmdShowTransceiver.h + fboss/cli/fboss2/commands/show/transceiver/CmdShowTransceiver.cpp fboss/cli/fboss2/commands/start/pcap/CmdStartPcap.h fboss/cli/fboss2/commands/stop/pcap/CmdStopPcap.h fboss/cli/fboss2/CmdSubcommands.cpp @@ -496,14 +502,17 @@ add_library(fboss2_lib target_link_libraries(fboss2_lib CLI11::CLI11 tabulate::tabulate + data_corral_service_cpp2 fb303_cpp2 ctrl_cpp2 + fan_service_cpp2 hw_ctrl_cpp2 qsfp_cpp2 phy_cpp2 led_service_types_cpp2 hardware_stats_cpp2 mka_structs_cpp2 + rackmon_cpp2 fsdb_cpp2 fsdb_oper_cpp2 fsdb_model_cpp2 diff --git a/cmake/Led.cmake b/cmake/Led.cmake index 7bf7777c7274e..77c4167575adb 100644 --- a/cmake/Led.cmake +++ b/cmake/Led.cmake @@ -9,6 +9,6 @@ target_link_libraries(ledIO Folly::folly led_mapping_cpp2 led_structs_types_cpp2 - error + fboss_error led_utils ) diff --git a/cmake/LedService.cmake b/cmake/LedService.cmake index 64a1c7c1888c2..07babb9eabe43 100644 --- a/cmake/LedService.cmake +++ b/cmake/LedService.cmake @@ -39,7 +39,7 @@ add_library(led_config ) target_link_libraries(led_config - error + fboss_error led_config_cpp2 Folly::folly FBThrift::thriftcpp2 diff --git a/cmake/LedServiceHwTest.cmake b/cmake/LedServiceHwTest.cmake index ce5e87dfb7779..fdc1e240aba81 100644 --- a/cmake/LedServiceHwTest.cmake +++ b/cmake/LedServiceHwTest.cmake @@ -12,7 +12,7 @@ target_link_libraries(led_service_hw_test ${GTEST} ${LIBGMOCK_LIBRARIES} fboss_common_init - error + fboss_error fboss_types led_manager_lib common_file_utils diff --git a/cmake/LibPhy.cmake b/cmake/LibPhy.cmake index 0ff662300b240..797993c15a940 100644 --- a/cmake/LibPhy.cmake +++ b/cmake/LibPhy.cmake @@ -11,6 +11,7 @@ add_library(external_phy target_link_libraries(external_phy alert_logger ctrl_cpp2 + fboss_error fboss_types mdio platform_config_cpp2 @@ -77,7 +78,7 @@ add_library(phy_management_base target_link_libraries(phy_management_base external_phy - error + fboss_error platform_mapping fboss_config_utils Folly::folly diff --git a/cmake/LibPlatform.cmake b/cmake/LibPlatform.cmake index 95a60df4f1bc2..1e63528bfd888 100644 --- a/cmake/LibPlatform.cmake +++ b/cmake/LibPlatform.cmake @@ -9,6 +9,7 @@ add_library(product_info ) target_link_libraries(product_info + fboss_common_cpp2 product_info_cpp2 Folly::folly fboss_error diff --git a/cmake/PlatformConfigLib.cmake b/cmake/PlatformConfigLib.cmake index a2f1aa72dfc62..64e26b8dda4f5 100644 --- a/cmake/PlatformConfigLib.cmake +++ b/cmake/PlatformConfigLib.cmake @@ -38,6 +38,7 @@ add_library(cross_config_validator ) target_link_libraries(cross_config_validator + fan_service_cpp2 fan_service_config_types_cpp2 platform_manager_config_cpp2 sensor_config_cpp2 diff --git a/cmake/PlatformFanService.cmake b/cmake/PlatformFanService.cmake index 837273b2b5378..1500ffcdb4189 100644 --- a/cmake/PlatformFanService.cmake +++ b/cmake/PlatformFanService.cmake @@ -25,6 +25,7 @@ add_library(fan_service_config_validator ) target_link_libraries(fan_service_config_validator + fan_service_cpp2 fan_service_config_types_cpp2 Folly::folly range-v3 diff --git a/cmake/QsfpService.cmake b/cmake/QsfpService.cmake index f0f18c8882cb2..a9c0bd4a950ab 100644 --- a/cmake/QsfpService.cmake +++ b/cmake/QsfpService.cmake @@ -10,6 +10,7 @@ add_library(qsfp_stats target_link_libraries(qsfp_stats fboss_types + transceiver_cpp2 transceiver_manager Folly::folly ) @@ -48,7 +49,7 @@ add_library(qsfp_config ) target_link_libraries(qsfp_config - error + fboss_error qsfp_config_cpp2 Folly::folly FBThrift::thriftcpp2 diff --git a/cmake/QsfpServiceTestHwTest.cmake b/cmake/QsfpServiceTestHwTest.cmake index 6b5d926d4519f..a46e28b1a7f3d 100644 --- a/cmake/QsfpServiceTestHwTest.cmake +++ b/cmake/QsfpServiceTestHwTest.cmake @@ -24,7 +24,7 @@ add_library(hw_transceiver_utils target_link_libraries(hw_transceiver_utils Folly::folly - error + fboss_error platform_mapping switch_config_cpp2 transceiver_cpp2 diff --git a/cmake/fsdb/FsdbClientTest.cmake b/cmake/fsdb/FsdbClientTest.cmake index bb9d8ac26bacd..32a4cbd0a8d6b 100644 --- a/cmake/fsdb/FsdbClientTest.cmake +++ b/cmake/fsdb/FsdbClientTest.cmake @@ -9,7 +9,7 @@ target_link_libraries(fsdb_client_test fsdb_pub_sub fsdb_model fsdb_test_clients - error + fboss_error ${GTEST} ${LIBGMOCK_LIBRARIES} ) diff --git a/cmake/fsdb/FsdbIf.cmake b/cmake/fsdb/FsdbIf.cmake index c0875efe26957..32da608a5f0ea 100644 --- a/cmake/fsdb/FsdbIf.cmake +++ b/cmake/fsdb/FsdbIf.cmake @@ -69,6 +69,7 @@ add_library(thriftpath_lib ) target_link_libraries(thriftpath_lib + fsdb_utils switch_config_cpp2 fsdb_oper_cpp2 FBThrift::thriftcpp2 diff --git a/cmake/fsdb/FsdbTests.cmake b/cmake/fsdb/FsdbTests.cmake index c49dfa954e389..bb0a9ee877621 100644 --- a/cmake/fsdb/FsdbTests.cmake +++ b/cmake/fsdb/FsdbTests.cmake @@ -9,6 +9,8 @@ add_fbthrift_cpp_library( OPTIONS json reflection + DEPENDS + common_cpp2 ) add_library(fsdb_test_server diff --git a/docs/docs/testing/test_categories.md b/docs/docs/testing/test_categories.md index 53c601025e7ee..a83254a837be0 100644 --- a/docs/docs/testing/test_categories.md +++ b/docs/docs/testing/test_categories.md @@ -212,11 +212,7 @@ T1 Link tests scope is controlled by the known-bad and unsupported test files, s - `sai_rx_slow_path_rate-sai_impl` binary - `sai_ecmp_shrink_speed-sai_impl` binary - `sai_rib_resolution_speed-sai_impl` binary -- `sai_ecmp_shrink_with_competing_route_updates_speed-sai_impl` binary -- `sai_fsw_scale_route_add_speed-sai_impl` binary - `sai_stats_collection_speed-sai_impl` binary -- `sai_init_and_exit_100Gx100G-sai_impl` binary -- `sai_switch_reachability_change_speed-sai_impl` binary ### SAI Tests diff --git a/fboss-image/distro_cli/lib/builder.py b/fboss-image/distro_cli/lib/builder.py index 5cc95a56131c4..90853b2a43a86 100644 --- a/fboss-image/distro_cli/lib/builder.py +++ b/fboss-image/distro_cli/lib/builder.py @@ -115,14 +115,20 @@ def _build_base_image(self): logger.info(f"Running build script: {build_script}") # Run the build script + cmd = [str(build_script)] + if "pxe" in dist_formats or "usb" in dist_formats: + cmd.append("--build-pxe-usb") + if "onie" in dist_formats: + cmd.append("--build-onie") try: - subprocess.run([str(build_script), "-b"], check=True) + subprocess.run(cmd, check=True) except subprocess.CalledProcessError as e: logger.error(f"Build script failed with exit code {e.returncode}") sys.exit(1) self._mv_distro_file(image_builder_dir, "usb", "iso") self._mv_distro_file(image_builder_dir, "pxe", "tar") + self._mv_distro_file(image_builder_dir, "onie", "bin") logger.info("Finished base OS image build") diff --git a/fboss-image/from_source.json b/fboss-image/from_source.json index 3333941b46176..6b43cd5a16786 100644 --- a/fboss-image/from_source.json +++ b/fboss-image/from_source.json @@ -1,7 +1,8 @@ { "distribution_formats": { "usb": "fboss-distro-image_usb.iso", - "pxe": "fboss-distro-image_pxe.tar" + "pxe": "fboss-distro-image_pxe.tar", + "onie": "fboss-distro-image_onie.bin" }, "kernel": { }, diff --git a/fboss-image/image_builder/bin/build_image.sh b/fboss-image/image_builder/bin/build_image.sh index 105771a69ab0b..79930b1c3a828 100755 --- a/fboss-image/image_builder/bin/build_image.sh +++ b/fboss-image/image_builder/bin/build_image.sh @@ -21,6 +21,8 @@ DOCKER_INSTANCE_NAME="${USER}-fboss-image-builder" DOCKER_IMAGE_NAME="${USER}-fboss-image-builder" BUILD_DOCKER_IMAGE="no" DELETE_DOCKER_IMAGE="no" +BUILD_PXEUSB="no" +BUILD_ONIE="no" print_help() { echo "Usage: $0 [options] [--] [options for child scripts]" @@ -33,7 +35,8 @@ print_help() { echo "" echo " --docker-image-name Name of docker image to use (default: ${DOCKER_IMAGE_NAME})" echo " --docker-instance-name Name of docker instance to use (default: ${DOCKER_INSTANCE_NAME})" - echo " -b|--build-fboss-images Generate FBOSS images - USB ISO and PXE bootable" + echo " -p|--build-pxe-usb Build PXE and USB bootable image" + echo " -o|--build-onie Build ONIE installer image" echo " -e|--enter-shell Enter shell in the docker container (for debugging)" echo " -- All arguments after this are passed to child scripts" echo "" @@ -42,8 +45,8 @@ print_help() { echo " $(basename "$0") -D Delete docker image" echo " $(basename "$0") -e Enter shell in docker container" echo " $(basename "$0") -B -b Build FBOSS images" - echo " $(basename "$0") -b -- -k Build FBOSS images using kernel from specified directory" - echo " $(basename "$0") -b -- -f Overlay image with specified tar file" + echo " $(basename "$0") -p -- -k Build FBOSS images using kernel from specified directory" + echo " $(basename "$0") -p -- -f Overlay image with specified tar file" echo "" } @@ -72,8 +75,15 @@ while [[ $# -gt 0 ]]; do shift 1 ;; - -b | --build-fboss-images) - BUILD_FBOSS_IMAGES=yes + -p | --build-pxe-usb) + BUILD_FBOSS_IMAGES="yes" + BUILD_PXEUSB="yes" + shift 1 + ;; + + -o | --build-onie) + BUILD_FBOSS_IMAGES="yes" + BUILD_ONIE="yes" shift 1 ;; @@ -181,10 +191,17 @@ if [ "${ENTER_SHELL}" = "yes" ]; then else if [ "${BUILD_FBOSS_IMAGES}" = "yes" ]; then dprint "Starting image build, launching in docker: /${IMAGE_BUILDER_DIR}/bin/build_image_in_container.sh ${CHILD_SCRIPT_ARGS[*]}" + image_args="" + if [ "${BUILD_PXEUSB}" = "yes" ]; then + image_args="${image_args} --build-pxe-usb" + fi + if [ "${BUILD_ONIE}" = "yes" ]; then + image_args="${image_args} --build-onie" + fi #shellcheck disable=SC2086 - docker run --rm ${DOCKER_ARGS} "${DOCKER_IMAGE_NAME}" /"${IMAGE_BUILDER_DIR}"/bin/build_image_in_container.sh "${CHILD_SCRIPT_ARGS[@]}" >>"${LOG_FILE}" 2>&1 + docker run --rm ${DOCKER_ARGS} "${DOCKER_IMAGE_NAME}" /"${IMAGE_BUILDER_DIR}"/bin/build_image_in_container.sh ${image_args} "${CHILD_SCRIPT_ARGS[@]}" |& tee -a ${LOG_FILE} RC=$? - handle_error "${RC}" "docker run /${IMAGE_BUILDER_DIR}/bin/build_image.sh ${CHILD_SCRIPT_ARGS[*]}" + handle_error "${RC}" "docker run /${IMAGE_BUILDER_DIR}/bin/build_image.sh ${image_args} ${CHILD_SCRIPT_ARGS[*]}" fi fi dprint "$0 execution complete, exit code: ${RC}" diff --git a/fboss-image/image_builder/bin/build_image_in_container.sh b/fboss-image/image_builder/bin/build_image_in_container.sh index fb6aae8104d2e..07ebce4d7d61b 100755 --- a/fboss-image/image_builder/bin/build_image_in_container.sh +++ b/fboss-image/image_builder/bin/build_image_in_container.sh @@ -19,6 +19,9 @@ ORIGINAL_ARGS=("$0" "$@") # Default values DESCRIPTION_DIR="${WSROOT}/templates/centos-09.0" TARGET_DIR="${WSROOT}/output" +BUILD_PXE="" +BUILD_ONIE="" +KIWI_DEBUG="" # User configurable variables (fboss tarfile and kernel rpm directory) FBOSS_TARFILE="" @@ -34,7 +37,10 @@ help() { echo "" echo " -f|--fboss-tarfile Location of compressed FBOSS tar file to add to image" echo " -k|--kernel-rpm-dir Directory containing kernel rpms to install (default: download LTS 6.12)" + echo " -p|--build-pxe-usb Build PXE and USB installers image (default: no)" + echo " -o|--build-onie Build ONIE installer image (default: no)" echo "" + echo " -d|--debug Enable kiwi-ng debug" echo " -h|--help Print this help message" echo "" } @@ -52,7 +58,77 @@ update_docker() { dracut-kiwi-oem-dump \ kiwi-systemdeps-image-validation \ syslinux \ - btrfs-progs + btrfs-progs \ + glibc-static +} + +build_zstd() { + if [ ! -d ${TARGET_DIR}/zstd ]; then + dprint "Building static zstd..." + git clone https://github.com/facebook/zstd.git ${TARGET_DIR}/zstd + pushd ${TARGET_DIR}/zstd >/dev/null + git checkout release + make -C programs zstd-frugal LDFLAGS="-static" + strip programs/zstd-frugal + popd >/dev/null + fi +} + +build_onie_installer() { + build_zstd + + dprint "Creating ONIE installer..." + out_bin=${TARGET_DIR}/onie/FBOSS-Distro-Image.x86_64-1.0.install.bin + rootfs=${TARGET_DIR}/onie/FBOSS-Distro-Image.x86_64-1.0.tar.zst + + pushd ${TARGET_DIR}/onie >/dev/null + + mkdir -p onie_installer + templates_dir="${WSROOT}/templates/onie" + + cp ${templates_dir}/distro-setup.sh.tmpl onie_installer/distro-setup.sh + chmod a+x onie_installer/distro-setup.sh + + cp ${templates_dir}/default_platform.conf onie_installer/default_platform.conf + chmod a+x onie_installer/default_platform.conf + + cp ${templates_dir}/install.sh.tmpl onie_installer/install.sh + chmod a+x onie_installer/install.sh + + cp ${TARGET_DIR}/zstd/programs/zstd-frugal onie_installer/zstd + chmod a+x onie_installer/zstd + + dprint " Finding kernel and initrd..." + kernel=$( + set +o pipefail + tar -tf $rootfs | awk -F / '/^boot\/vmlinuz/ {print $2; exit 0}' || exit 1 + ) + initrd=$( + set +o pipefail + tar -tf $rootfs | awk -F / '/^boot\/initramfs/ {print $2; exit 0}' || exit 1 + ) + + sed -i -e "s/%%KERNEL_FILENAME%%/$kernel/g" \ + -e "s/%%INITRD_FILENAME%%/$initrd/g" \ + onie_installer/install.sh + + mv $rootfs onie_installer/rootfs.tar.zst + + dprint " Packaging installer..." + tar -cf installer.tar onie_installer + + sha1=$(cat installer.tar | sha1sum | awk '{print $1}') + + cp ${templates_dir}/sharch_body.sh ${out_bin} + sed -i -e "s/%%IMAGE_SHA1%%/$sha1/" \ + -e "s/%%PAYLOAD_IMAGE_SIZE%%/$(stat -c %s installer.tar)/" \ + ${out_bin} + + cat installer.tar >>${out_bin} + + rm -rf installer.tar onie_installer + + popd >/dev/null } # Parse command line arguments @@ -69,6 +145,21 @@ while [[ $# -gt 0 ]]; do shift 2 ;; + -p | --build-pxe-usb) + BUILD_PXE="yes" + shift 1 + ;; + + -o | --build-onie) + BUILD_ONIE="yes" + shift 1 + ;; + + -d | --debug) + KIWI_DEBUG=" --debug " + shift 1 + ;; + -h | --help) help exit 0 @@ -105,9 +196,6 @@ fi dprint "Updating docker image..." update_docker >>"${LOG_FILE}" 2>&1 -dprint "Deleting target directory: ${TARGET_DIR}" -rm -rf "${TARGET_DIR}" - # Create the output directory (in case it doesn't exist) mkdir -p "${TARGET_DIR}" chmod 777 "${TARGET_DIR}" @@ -157,16 +245,71 @@ cp /etc/resolv.conf "${DESCRIPTION_DIR}/root/etc/" echo "Built on: $(date -u)" >"$DESCRIPTION_DIR/root/etc/build-info" # Generate the images -dprint "Generating PXE and USB bootable image, this will take few minutes..." -kiwi-ng-3 \ - --profile FBOSS \ - --type oem \ - system build \ - --description "${DESCRIPTION_DIR}" \ - --target-dir "${TARGET_DIR}" \ - >>"${LOG_FILE}" 2>&1 +PXE_RC=0 +ONIE_RC=0 + +if [ -n "${BUILD_PXE}" ]; then + dprint "Generating PXE and USB installer, this will take few minutes..." + rm -rf ${TARGET_DIR}/btrfs + ( + set -e -o pipefail + kiwi-ng-3 \ + --profile FBOSS \ + --type oem \ + system build \ + --description ${DESCRIPTION_DIR} \ + --target-dir ${TARGET_DIR}/btrfs |& + tee -a ${LOG_FILE} | awk '{print "PXE/USB Installer| " $0}' + mv ${TARGET_DIR}/btrfs/FBOSS-Distro-Image.x86_64-1.0.install.* ${TARGET_DIR} + ) & + PXE_PID=$! +fi -RC=$? +if [ -n "${BUILD_ONIE}" ]; then + dprint "Generating ONIE installer, this will take few minutes..." + rm -rf ${TARGET_DIR}/onie + ( + set -e -o pipefail + kiwi-ng-3 \ + --profile FBOSS \ + --type tbz \ + system build \ + --description ${DESCRIPTION_DIR} \ + --target-dir ${TARGET_DIR}/onie |& + tee -a ${LOG_FILE} | awk '{print "ONIE installer| " $0}' + # Repack the rootfs so really long filenames are not truncated under Busybox + dprint "Repacking rootfs with zstd..." + mkdir ${TARGET_DIR}/onie/rootfs + pushd ${TARGET_DIR}/onie/rootfs >/dev/null + xzcat --threads=0 ${TARGET_DIR}/onie/FBOSS-Distro-Image.x86_64-1.0.tar.xz | tar -x + rm ${TARGET_DIR}/onie/FBOSS-Distro-Image.x86_64-1.0.tar.xz + tar --format=gnu -cf ${TARGET_DIR}/onie/FBOSS-Distro-Image.x86_64-1.0.tar * + zstd --threads=0 -19 ${TARGET_DIR}/onie/FBOSS-Distro-Image.x86_64-1.0.tar + popd >/dev/null + + build_onie_installer | awk '{print "ONIE installer| " $0}' + mv ${TARGET_DIR}/onie/FBOSS-Distro-Image.x86_64-1.0.install.* ${TARGET_DIR} + ) & + ONIE_PID=$! +fi + +if [ -n "${BUILD_PXE}" ]; then + wait ${PXE_PID} + PXE_RC=$? +fi + +if [ -n "${BUILD_ONIE}" ]; then + wait ${ONIE_PID} + ONIE_RC=$? +fi + +if [ ${PXE_RC} -ne 0 ]; then + dprint "ERROR: PXE/USB image build failed" +fi +if [ ${ONIE_RC} -ne 0 ]; then + dprint "ERROR: ONIE installer build failed" +fi +RC=$((PXE_RC + ONIE_RC)) dprint "Image generation completed with exit code ${RC}" exit "${RC}" diff --git a/fboss-image/image_builder/templates/centos-09.0/config.sh b/fboss-image/image_builder/templates/centos-09.0/config.sh index dd86f33d0495e..af6621dc08808 100755 --- a/fboss-image/image_builder/templates/centos-09.0/config.sh +++ b/fboss-image/image_builder/templates/centos-09.0/config.sh @@ -14,15 +14,15 @@ sed -i 's/^NAME=.*/NAME="FBOSS Distro Image"/' /usr/lib/os-release # kernel rpm present in /repos directory. This will either # be the LTS 6.12 or whatever the user specified. echo "Installing kernel rpms..." -dnf install --disablerepo=* -y /repos/*.rpm +dnf install --disablerepo=* -y /repos/*.rpm # 2. Define paths # Detect the installed kernel version from the boot directory # shellcheck disable=SC2012 VMLINUZ_PATH=$(ls /boot/vmlinuz-* 2>/dev/null | head -n 1) if [ -z "$VMLINUZ_PATH" ]; then - echo "Error: No vmlinuz found in /boot" - exit 1 + echo "Error: No vmlinuz found in /boot" + exit 1 fi KERNEL_VERSION=$(basename "$VMLINUZ_PATH" | sed 's/^vmlinuz-//') @@ -30,8 +30,8 @@ KERNEL_VERSION=$(basename "$VMLINUZ_PATH" | sed 's/^vmlinuz-//') # shellcheck disable=SC2012 INITRD_PATH=$(ls /boot/initramfs-* 2>/dev/null | head -n 1) if [ -z "$INITRD_PATH" ]; then - echo "Error: No initramfs found in /boot" - exit 1 + echo "Error: No initramfs found in /boot" + exit 1 fi echo "Detected kernel version: ${KERNEL_VERSION}" @@ -48,10 +48,48 @@ dracut --force --kver "${KERNEL_VERSION}" "${INITRD_PATH}" # This wipes ALL interfering variables set by kiwi-ng # and runs kernel-install in a "sterile" environment. env -i \ - PATH="/usr/bin:/usr/sbin:/bin:/sbin" \ - kernel-install add "${KERNEL_VERSION}" "${VMLINUZ_PATH}" --initrd-file "${INITRD_PATH}" + PATH="/usr/bin:/usr/sbin:/bin:/sbin" \ + kernel-install add "${KERNEL_VERSION}" "${VMLINUZ_PATH}" --initrd-file "${INITRD_PATH}" -# 6. Done! Cleanup, remember that we are chrooted on the rootfs +# 6. Use system GRUB 2.06 from packages +# The grub2-efi-x64 package already provides grubx64.efi with all necessary modules +# We just need to make sure the btrfs module is accessible on the EFI partition +echo "Using system GRUB 2.06 from grub2-efi-x64 package..." + +# Clean up any old GRUB module directories from any previous builds +# (The grub2-efi-x64 package creates /boot/grub2/ and /boot/efi/EFI/ but not the module directories) +echo "Cleaning up old GRUB module directories..." +rm -rf /boot/grub/x86_64-efi /boot/grub2/x86_64-efi +echo "Old GRUB module directories cleaned" + +# Copy GRUB modules to multiple locations +# EFI partition structure: (hd0,gpt2)/efi/centos/x86_64-efi/ and (hd0,gpt2)/efi/boot/x86_64-efi/ +# During build, EFI partition is mounted at /boot/efi/, so: +# (hd0,gpt2)/efi/centos/x86_64-efi/ -> /boot/efi/efi/centos/x86_64-efi/ +# (hd0,gpt2)/efi/boot/x86_64-efi/ -> /boot/efi/efi/boot/x86_64-efi/ +# +# Essential modules needed for early boot (to find and mount btrfs root) dependency tree: +# btrfs -> zstd, lzopio, extcmd, raid6rec, gzio +# lzopio -> crypto +# raid6rec -> diskfilter +# gzio -> gcry_crc, crypto +ESSENTIAL_MODULES="btrfs.mod zstd.mod lzopio.mod extcmd.mod raid6rec.mod gzio.mod crypto.mod diskfilter.mod gcry_crc.mod" + +# Copy essential modules to EFI partition locations +for efi_dir in /boot/efi/efi/centos/x86_64-efi /boot/efi/efi/boot/x86_64-efi; do + mkdir -p "$efi_dir" + for mod in $ESSENTIAL_MODULES; do + cp /usr/lib/grub/x86_64-efi/$mod "$efi_dir/" 2>/dev/null || echo "Warning: $mod not found" + done + echo "Copied essential GRUB modules to $efi_dir (EFI partition)" +done + +# Copy ALL modules to root partition (plenty of space there) +mkdir -p /boot/grub2/x86_64-efi +cp -r /usr/lib/grub/x86_64-efi/* /boot/grub2/x86_64-efi/ +echo "Copied all GRUB modules to /boot/grub2/x86_64-efi/ (root partition)" + +# 7. Done! Cleanup, remember that we are chrooted on the rootfs echo "Removing kernel rpms from rootfs..." rm -f /repos/*.rpm rmdir /repos diff --git a/fboss-image/image_builder/templates/centos-09.0/config.xml b/fboss-image/image_builder/templates/centos-09.0/config.xml index 3b3346b2e1c1e..3e5f2a48aedc0 100644 --- a/fboss-image/image_builder/templates/centos-09.0/config.xml +++ b/fboss-image/image_builder/templates/centos-09.0/config.xml @@ -28,9 +28,8 @@ initrd_system="dracut" primary="true" installiso="true" - bootpartition="true" - bootfilesystem="ext4" - kernelcmdline="nomodeset console=ttyS4,57600n8 quiet rootfstype=btrfs"> + bootpartition="false" + kernelcmdline="nomodeset console=ttyS4,57600n8 biosdevname=0 net.ifnames=0 quiet rootfstype=btrfs"> 16 @@ -41,6 +40,8 @@ true + + @@ -72,7 +73,7 @@ - + @@ -114,6 +115,19 @@ + + + + + + + + + + + + + @@ -125,6 +139,7 @@ + diff --git a/fboss-image/image_builder/templates/centos-09.0/editbootinstall.sh b/fboss-image/image_builder/templates/centos-09.0/editbootinstall.sh new file mode 100755 index 0000000000000..a1be2f3452c16 --- /dev/null +++ b/fboss-image/image_builder/templates/centos-09.0/editbootinstall.sh @@ -0,0 +1,128 @@ +#!/bin/bash +set -e + +echo "=== Running editbootinstall.sh ===" +echo "Working directory: $(pwd)" +echo "Script arguments: $*" + +# Script arguments: +# $1 = disk image file (e.g., /distro_infra/output/FBOSS-Distro-Image.x86_64-1.0.raw) +# $2 = root device (e.g., /dev/loop17p3) + +DISK_IMAGE="$1" +ROOT_DEV="$2" + +if [ -z "$ROOT_DEV" ]; then + echo "ERROR: Root device not provided as argument" + echo "Script arguments: $*" + exit 1 +fi + +echo "Disk image: $DISK_IMAGE" +echo "Root device: $ROOT_DEV" + +# Get the filesystem UUID from the root device +ROOT_UUID=$(blkid -s UUID -o value "$ROOT_DEV" 2>/dev/null || true) + +if [ -z "$ROOT_UUID" ]; then + echo "ERROR: Cannot get filesystem UUID from device $ROOT_DEV" + blkid "$ROOT_DEV" + exit 1 +fi + +echo "Root filesystem UUID: $ROOT_UUID" + +# Find the EFI partition device +# Root device is like /dev/loop17p3, EFI partition is likely p2 +# Extract the base device and partition number +if [[ $ROOT_DEV =~ ^(.+)p([0-9]+)$ ]]; then + BASE_DEV="${BASH_REMATCH[1]}" + ROOT_PART_NUM="${BASH_REMATCH[2]}" + EFI_DEV="${BASE_DEV}p2" # EFI partition is typically p2 + echo "Base device: $BASE_DEV" + echo "Root partition number: $ROOT_PART_NUM" + echo "EFI device: $EFI_DEV" +else + echo "ERROR: Cannot parse root device: $ROOT_DEV" + exit 1 +fi + +# Verify EFI device exists +if [ ! -b "$EFI_DEV" ]; then + echo "ERROR: EFI device $EFI_DEV does not exist" + ls -la /dev/loop* || true + exit 1 +fi + +# Create temporary mount point +MOUNT_POINT=$(mktemp -d) +echo "Created temporary mount point: $MOUNT_POINT" + +# Cleanup function +cleanup() { + echo "Cleaning up..." + if mountpoint -q "$MOUNT_POINT" 2>/dev/null; then + umount "$MOUNT_POINT" || true + fi + rmdir "$MOUNT_POINT" || true +} + +trap cleanup EXIT + +# Mount the EFI partition +echo "Mounting EFI partition $EFI_DEV to $MOUNT_POINT..." +mount -t vfat "$EFI_DEV" "$MOUNT_POINT" + +# Verify the EFI directory structure exists +if [ ! -d "$MOUNT_POINT/EFI/BOOT" ]; then + echo "ERROR: EFI/BOOT directory not found in mounted partition" + ls -la "$MOUNT_POINT" || true + exit 1 +fi + +echo "EFI partition mounted successfully" + +# Rewrite EFI/BOOT/grub.cfg +BOOT_GRUB_CFG="$MOUNT_POINT/EFI/BOOT/grub.cfg" +echo "Rewriting $BOOT_GRUB_CFG..." +cat >"$BOOT_GRUB_CFG" <"$CENTOS_GRUB_CFG" < $tmpfifo & + while read -r part_index; do + if [ "$blk_dev$part_index" = "$cur_part" ]; then continue; fi + echo "deleting partition $part_index ..." + # if the partition is already mounted, umount first + df $blk_dev$part_index 2>/dev/null && { + umount $blk_dev$part_index || { + echo "Error: Unable to umount $blk_dev$part_index" + exit 1 + } + } + sgdisk -d $part_index $blk_dev || { + echo "Error: Unable to delete partition $part_index on $blk_dev" + exit 1 + } + partprobe $blk_dev || { + echo "Error: Unable to partprobe" + exit 1 + } + done < $tmpfifo + fi + + # ASSUME: there are no more than 99999 partitions in a block device + all_part=$(sgdisk -p $blk_dev | awk "{if (\$1 > 0 && \$1 <= 99999) print \$1}") + # Get the index of last partition + # Note: the double quotation marks for echo argument are necessary, otherwise the unquoted version replaces each sequence of + # one or more blanks, tabs and newlines with a single space. + # Ref: http://stackoverflow.com/questions/613572/capturing-multiple-line-output-to-a-bash-variable + last_part=$(echo "$all_part" | tail -n 1 | awk '{print $1}') + # Find next available partition + demo_part=1 + if [ ! -z "$all_part" ]; then + echo "$all_part" > $tmpfifo & + # Find the first available partition number + while read -r used_part; do + echo "Partition #$used_part is in use." + if [ "$used_part" -ne "$demo_part" ]; then break; fi + demo_part=`expr $demo_part + 1` + done < $tmpfifo + fi + echo "Partition #$demo_part is available" + + # Create new partition + echo "Creating new $demo_volume_label partition ${blk_dev}${blk_suffix}$demo_part ..." + + if [ "$demo_type" = "DIAG" ] ; then + # set the GPT 'system partition' attribute bit for the DIAG + # partition. + attr_bitmask="0x1" + else + attr_bitmask="0x0" + fi + sgdisk --new=${demo_part}::+${demo_part_size}MB \ + --attributes=${demo_part}:=:$attr_bitmask \ + --change-name=${demo_part}:$demo_volume_label $blk_dev \ + || { + echo "Warning: The first trial of creating partition failed, trying the largest aligned available block of sectors on the disk" + begin=$(sgdisk -F $blk_dev) + end=$(sgdisk -E $blk_dev) + sgdisk --new=${demo_part}:$begin:$end \ + --attributes=${demo_part}:=:$attr_bitmask \ + --change-name=${demo_part}:$demo_volume_label $blk_dev + } || { + echo "Error: Unable to create partition $demo_part on $blk_dev" + exit 1 + } + ## If running in normal Linux, partprobe will complain as below and return non-zero + ## Error: Partition(s) 4 on /dev/sda have been written, but we have been unable to inform the kernel of the change, + ## probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now + ## before making further changes. + partprobe $blk_dev || true +} + +create_demo_msdos_partition() +{ + blk_dev="$1" + + # See if demo partition already exists -- look for the filesystem + # label. + part_info="$(blkid | grep -e "$demo_volume_label" | awk -F: '{print $1}')" + if [ -n "$part_info" ] ; then + # delete existing partition + demo_part="$(echo -n $part_info | sed -e s#${blk_dev}##)" + parted -s $blk_dev rm $demo_part || { + echo "Error: Unable to delete partition $demo_part on $blk_dev" + exit 1 + } + partprobe $blk_dev + fi + + # Find next available partition + last_part_info="$(parted -s -m $blk_dev unit s print | tail -n 1)" + last_part_num="$(echo -n $last_part_info | awk -F: '{print $1}')" + last_part_end="$(echo -n $last_part_info | awk -F: '{print $3}')" + # Remove trailing 's' + last_part_end=${last_part_end%s} + demo_part=$(( $last_part_num + 1 )) + demo_part_start=$(( $last_part_end + 1 )) + # sectors_per_mb = (1024 * 1024) / 512 = 2048 + sectors_per_mb=2048 + demo_part_end=$(( $demo_part_start + ( $demo_part_size * $sectors_per_mb ) - 1 )) + + # Create new partition + echo "Creating new partition ${blk_dev}$demo_part ..." + parted -s --align optimal $blk_dev unit s \ + mkpart primary $demo_part_start $demo_part_end set $demo_part boot on || { + echo "ERROR: Problems creating msdos partition $demo_part on: $blk_dev" + exit 1 + } + partprobe $blk_dev +} + +# For UEFI systems, create a new partition for the DEMO OS. +# +# arg $1 -- base block device +# +# Returns the created partition number in $demo_part +create_demo_uefi_partition() +{ + create_demo_gpt_partition "$1" + + # erase any related EFI BootOrder variables from NVRAM. + for b in $(efibootmgr | grep -e "$demo_volume_label" | awk '{ print $1 }') ; do + local num=${b#Boot} + # Remove trailing '*' + num=${num%\*} + efibootmgr -b $num -B > /dev/null 2>&1 + done +} + +# Install legacy BIOS GRUB for DEMO OS +demo_install_grub() +{ + local demo_mnt="$1" + local blk_dev="$2" + + # Pretend we are a major distro and install GRUB into the MBR of + # $blk_dev. + grub-install --boot-directory="$onie_initrd_tmp/$demo_mnt" --recheck "$blk_dev" || { + echo "ERROR: grub-install failed on: $blk_dev" + exit 1 + } + + if [ "$demo_type" = "DIAG" ] ; then + # Install GRUB in the partition also. This allows for + # chainloading the DIAG image from another OS. + # + # We are installing GRUB in a partition, as opposed to the + # MBR. With this method block lists are used to refer to the + # the core.img file. The sector locations of core.img may + # change whenever the file system in the partition is being + # altered (files copied, deleted etc.). For more info, see + # https://bugzilla.redhat.com/show_bug.cgi?id=728742 and + # https://bugzilla.redhat.com/show_bug.cgi?id=730915. + # + # The workaround for this is to set the immutable flag on + # /boot/grub/i386-pc/core.img using the chattr command so that + # the sector locations of the core.img file in the disk is not + # altered. The immutable flag on /boot/grub/i386-pc/core.img + # needs to be set only if GRUB is installed to a partition + # boot sector or a partitionless disk, not in case of + # installation to MBR. + + core_img="$demo_mnt/grub/i386-pc/core.img" + # remove immutable flag if file exists during the update. + [ -f "$core_img" ] && chattr -i $core_img + + grub_install_log=$(mktemp) + grub-install --force --boot-directory="$onie_initrd_tmp/$demo_mnt" \ + --recheck "$demo_dev" > /$grub_install_log 2>&1 || { + echo "ERROR: grub-install failed on: $demo_dev" + cat $grub_install_log && rm -f $grub_install_log + exit 1 + } + + rm -f $grub_install_log + + # restore immutable flag on the core.img file as discussed + # above. + [ -f "$core_img" ] && chattr +i $core_img + + fi + +} + +# Install UEFI BIOS GRUB for DEMO OS +demo_install_uefi_grub() +{ + local demo_mnt="$1" + local blk_dev="$2" + + # make sure /boot/efi is mounted + if ! mount | grep -q "/boot/efi"; then + mount /boot/efi + fi + + # Look for the EFI system partition UUID on the same block device as + # the ONIE-BOOT partition. + local uefi_part=0 + for p in $(seq 8) ; do + if sgdisk -i $p $blk_dev | grep -q C12A7328-F81F-11D2-BA4B-00A0C93EC93B ; then + uefi_part=$p + break + fi + done + + [ $uefi_part -eq 0 ] && { + echo "ERROR: Unable to determine UEFI system partition" + exit 1 + } + + grub_install_log=$(mktemp) + grub-install \ + --no-nvram \ + --bootloader-id="$demo_volume_label" \ + --efi-directory="/boot/efi" \ + --boot-directory="$demo_mnt" \ + --recheck \ + "$blk_dev" > /$grub_install_log 2>&1 || { + echo "ERROR: grub-install failed on: $blk_dev" + cat $grub_install_log && rm -f $grub_install_log + exit 1 + } + rm -f $grub_install_log + + # Configure EFI NVRAM Boot variables. --create also sets the + # new boot number as active. + grub=$(find /boot/efi/EFI/$demo_volume_label/ -name grub*.efi -exec basename {} \;) + efibootmgr --quiet --create \ + --label "$demo_volume_label" \ + --disk $blk_dev --part $uefi_part \ + --loader "/EFI/$demo_volume_label/$grub" || { + echo "ERROR: efibootmgr failed to create new boot variable on: $blk_dev" + exit 1 + } + +} + +# Install UEFI BIOS SHIM for DEMO OS +demo_install_uefi_shim() +{ + echo "demo_install_uefi_shim(): Installing Secure Boot components" + + local demo_mnt="$1" + local blk_dev="$2" + + # make sure /boot/efi is mounted + if ! mount | grep -q "/boot/efi"; then + mount /boot/efi || { + echo "Error: Unable to mount /boot/efi" + exit 1 + } + fi + + # Look for the EFI system partition UUID on the same block device as + # the ONIE-BOOT partition. + local uefi_part=0 + for p in $(seq 8) ; do + if sgdisk -i $p $blk_dev | grep -q C12A7328-F81F-11D2-BA4B-00A0C93EC93B ; then + uefi_part=$p + break + fi + done + + [ $uefi_part -eq 0 ] && { + echo "ERROR: Unable to determine UEFI system partition" + exit 1 + } + + echo "creating demo_volume_label=$demo_volume_label in dir: /boot/efi/EFI/ ." + mkdir -p /boot/efi/EFI/$demo_volume_label + + if [ ! -f $demo_mnt/$image_dir/boot/mmx64.efi ]; then + echo "ERROR: $demo_mnt/$image_dir/boot/mmx64.efi file does not exist" + exit 1 + fi + + if [ ! -f $demo_mnt/$image_dir/boot/shimx64.efi ]; then + echo "ERROR: $demo_mnt/$image_dir/boot/shimx64.efi file does not exist" + exit 1 + fi + + if [ ! -f $demo_mnt/$image_dir/boot/grubx64.efi ]; then + echo "ERROR: $demo_mnt/$image_dir/boot/grubx64.efi file does not exist" + exit 1 + fi + + echo "copying signed shim, mm, grub, grub.cfg from $demo_mnt/$image_dir/boot/ to /boot/efi/EFI/$demo_volume_label directory" + cp $demo_mnt/$image_dir/boot/mmx64.efi /boot/efi/EFI/$demo_volume_label/mmx64.efi + cp $demo_mnt/$image_dir/boot/shimx64.efi /boot/efi/EFI/$demo_volume_label/shimx64.efi + cp $demo_mnt/$image_dir/boot/grubx64.efi /boot/efi/EFI/$demo_volume_label/grubx64.efi + + # Configure EFI NVRAM Boot variables. --create also sets the + # new boot number as active. + efibootmgr --quiet --create \ + --label "$demo_volume_label" \ + --disk $blk_dev --part $uefi_part \ + --loader "/EFI/$demo_volume_label/shimx64.efi" || { + echo "ERROR: efibootmgr failed to create new boot variable on: $blk_dev" + exit 1 + } + echo "demo_install_uefi_shim(): Secure Boot components installed successfully" +} + +bootloader_menu_config() +{ + + # Store installation log in target file system + rm -f $onie_initrd_tmp/tmp/onie-support*.tar.bz2 + ${onie_bin} onie-support /tmp + mv $onie_initrd_tmp/tmp/onie-support*.tar.bz2 $demo_mnt/$image_dir/ + + echo "firmware=$firmware" + if [ "$firmware" = "uefi" ] ; then + secure_boot_state=0 + reg_sb_guid="" + ENABLED=1 + echo "checking secure boot state" + reg_sb_guid=$(efivar -l | grep "SecureBoot$") || echo "Secure Boot GUID not found in efivar list" + echo "Secure Boot GUID=$reg_sb_guid" + if [ -n "$reg_sb_guid" ]; then + secure_boot_state=$(efivar -d --name $reg_sb_guid) || echo "Could not read Secure Boot state from efivar" + fi + echo secure_boot_state=$secure_boot_state + if expr "$secure_boot_state" : '[[:digit:]]\{1,\}' >/dev/null && [ "$secure_boot_state" -eq "$ENABLED" ]; then + echo "UEFI Secure Boot is enabled - Installing shim bootloader" + demo_install_uefi_shim "$demo_mnt" "$blk_dev" + else + echo "UEFI Secure Boot is disabled - Installing regular grub bootloader" + demo_install_uefi_grub "$demo_mnt" "$blk_dev" + fi + else + demo_install_grub "$demo_mnt" "$blk_dev" + fi + + # Create a minimal grub.cfg that allows for: + # - configure the serial console + # - allows for grub-reboot to work + # - a menu entry for the DEMO OS + # - menu entries for ONIE + + grub_cfg=$(mktemp) + trap_push "rm $grub_cfg || true" + + # Set a few GRUB_xxx environment variables that will be picked up and + # used by the 50_onie_grub script. This is similiar to what an OS + # would specify in /etc/default/grub. + # + # GRUB_SERIAL_COMMAND + # GRUB_CMDLINE_LINUX + + [ -r ./platform.conf ] && . ./platform.conf + + # Check if the CPU vendor is 'Intel' and disable c-states if True + CPUVENDOR="$(cat /proc/cpuinfo | grep -m 1 vendor_id | awk '{print $3}')" + echo "Switch CPU vendor is: $CPUVENDOR" + if echo "$CPUVENDOR" | grep -i 'Intel' >/dev/null 2>&1; then + echo "Switch CPU cstates are: disabled" + CSTATES="processor.max_cstate=1 intel_idle.max_cstate=0" + elif echo "$CPUVENDOR" | grep -i 'AMD' >/dev/null 2>&1; then + echo "Switch CPU cstates are: disabled" + CSTATES="processor.max_cstate=1 amd_idle.max_cstate=0" + else + CSTATES="" + fi + + DEFAULT_GRUB_SERIAL_COMMAND="serial --port=${CONSOLE_PORT} --speed=${CONSOLE_SPEED} --word=8 --parity=no --stop=1" + DEFAULT_GRUB_CMDLINE_LINUX="console=tty0 console=ttyS${CONSOLE_DEV},${CONSOLE_SPEED}n8 8250.nr_uarts=1 quiet $CSTATES" + GRUB_SERIAL_COMMAND=${GRUB_SERIAL_COMMAND:-"$DEFAULT_GRUB_SERIAL_COMMAND"} + GRUB_CMDLINE_LINUX=${GRUB_CMDLINE_LINUX:-"$DEFAULT_GRUB_CMDLINE_LINUX"} + export GRUB_SERIAL_COMMAND + export GRUB_CMDLINE_LINUX + + # Add common configuration, like the timeout and serial console. + cat < $grub_cfg +$GRUB_SERIAL_COMMAND +terminal_input console serial +terminal_output console serial + +set timeout=5 + +EOF + + # Add the logic to support grub-reboot and grub-set-default + cat <> $grub_cfg +if [ -s \$prefix/grubenv ]; then + load_env +fi +if [ "\${saved_entry}" ]; then + set default="\${saved_entry}" +fi +if [ "\${next_entry}" ]; then + set default="\${next_entry}" + unset next_entry + save_env next_entry +fi +if [ "\${onie_entry}" ]; then + set next_entry="\${default}" + set default="\${onie_entry}" + unset onie_entry + save_env onie_entry next_entry +fi +EOF + + if [ "$demo_type" = "DIAG" ] ; then + # Make sure ONIE install mode is the default boot mode for the + # diag partition. + cat <> $grub_cfg +set default=ONIE +EOF + $onie_root_dir/tools/bin/onie-boot-mode -q -o install + fi + + # Add a menu entry for FBOSS + # Note: assume that apparmor is supported in the kernel + demo_grub_entry="$demo_volume_revision_label" + uuid=$(blkid "$demo_dev" | sed -ne 's/.* UUID=\"\([^"]*\)\".*/\1/p') + if [ -z "$uuid" ]; then + grub_cfg_root=$demo_dev + else + grub_cfg_root=UUID=$uuid + fi + +# Make a first grub config file that located in /boot/efi/EFI/fboss/ +# this first grub.cfg will call the complete grub.cfg created below with FBOSS configuration +tmp_config=$(mktemp) +cat < $tmp_config +search --no-floppy --label --set=root $demo_volume_label +set prefix=(\$root)'/grub' +configfile \$prefix/grub.cfg +EOF + +mkdir -p /boot/efi/EFI/fboss/ +echo "cp $tmp_config /boot/efi/EFI/fboss/grub.cfg" +cp $tmp_config /boot/efi/EFI/fboss/grub.cfg + +# Add extra linux command line +echo "EXTRA_CMDLINE_LINUX=$extra_cmdline_linux" +GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX $extra_cmdline_linux" +GRUB_CFG_LINUX_CMD="" +GRUB_CFG_INITRD_CMD="" +if [ "$firmware" = "uefi" ] && expr "$secure_boot_state" : '[[:digit:]]\{1,\}' >/dev/null && [ "$secure_boot_state" -eq "$ENABLED" ]; then + # grub.cfg when BIOS is UEFI and support Secure Boot + GRUB_CFG_LINUX_CMD="linuxefi" + GRUB_CFG_INITRD_CMD="initrdefi" +else + # grub.cfg when BIOS is Legacy + GRUB_CFG_LINUX_CMD="linux" + GRUB_CFG_INITRD_CMD="initrd" +fi + +cat <> $grub_cfg +menuentry '$demo_grub_entry' { + search --no-floppy --label --set=root $demo_volume_label + echo 'Loading $demo_volume_label $demo_type kernel ...' + insmod gzio + if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi + insmod part_msdos + insmod ext2 + $GRUB_CFG_LINUX_CMD /$image_dir/boot/$kernel_filename root=$grub_cfg_root rw $GRUB_CMDLINE_LINUX \ + net.ifnames=0 biosdevname=0 \ + systemd.unified_cgroup_hierarchy=0 \ + apparmor=1 security=apparmor varlog_size=$VAR_LOG_SIZE usbcore.autosuspend=-1 $ONIE_PLATFORM_EXTRA_CMDLINE_LINUX + echo 'Loading $demo_volume_label $demo_type initial ramdisk ...' + $GRUB_CFG_INITRD_CMD /$image_dir/boot/$initrd_filename +} +EOF + + # Add menu entries for ONIE -- use the grub fragment provided by the + # ONIE distribution. + $onie_root_dir/grub.d/50_onie_grub >> $grub_cfg + mkdir -p $onie_initrd_tmp/$demo_mnt/grub + + cp $grub_cfg $onie_initrd_tmp/$demo_mnt/grub/grub.cfg + + # Create a blank environment block file. + if [ ! -f "$onie_initrd_tmp/$demo_mnt/grub/grubenv" ]; then + grub-editenv "$onie_initrd_tmp/$demo_mnt/grub/grubenv" create || { + echo "ERROR: grub-editenv failed on: $blk_dev" + exit 1 + } + fi + + cd / + + echo "Installed FBOSS $demo_volume_label successfully" +} diff --git a/fboss-image/image_builder/templates/onie/distro-setup.sh.tmpl b/fboss-image/image_builder/templates/onie/distro-setup.sh.tmpl new file mode 100644 index 0000000000000..bb1d00247aa6a --- /dev/null +++ b/fboss-image/image_builder/templates/onie/distro-setup.sh.tmpl @@ -0,0 +1,22 @@ +#!/bin/sh + +# Setup o/s mount points +(cat < /etc/fstab + +# Configure default hostname +echo "HOSTNAME=FBOSS" > /etc/sysconfig/network + +# Disable selinux +sed -ie "s/SELINUX=/SELINUX=disabled/g" /etc/selinux/config + +# Customizations + +exit 0 diff --git a/fboss-image/image_builder/templates/onie/install.sh.tmpl b/fboss-image/image_builder/templates/onie/install.sh.tmpl new file mode 100644 index 0000000000000..c2dd666fcb8ed --- /dev/null +++ b/fboss-image/image_builder/templates/onie/install.sh.tmpl @@ -0,0 +1,101 @@ +#!/bin/sh +# This is the root ONIE installation script, using the default_platform.conf library + +kernel_filename="%%KERNEL_FILENAME%%" +initrd_filename="%%INITRD_FILENAME%%" + +# Configure the install partition. Used by create_demo_*_partition() +demo_part_size=131072 # In kilobytes +demo_volume_label=FBOSS +demo_volume_revision_label=FBOSS +demo_type=OS + +# Appends a command to a trap, which is needed because default trap behavior is to replace +# previous trap for the same signal +# - 1st arg: code to add +# - ref: http://stackoverflow.com/questions/3338030/multiple-bash-traps-for-the-same-signal + +_trap_push() { + local next="$1" + eval "trap_push() { + local oldcmd='$(echo "$next" | sed -e s/\'/\'\\\\\'\'/g)' + local newcmd=\"\$1; \$oldcmd\" + trap -- \"\$newcmd\" EXIT INT TERM HUP + _trap_push \"\$newcmd\" + }" +} +_trap_push true + +read_conf_file() { + local conf_file=$1 + while IFS='=' read -r var value || [ -n "$var" ] + do + # remove newline character + var=$(echo $var | tr -d '\r\n') + value=$(echo $value | tr -d '\r\n') + # remove comment string + var=${var%#*} + value=${value%#*} + # skip blank line + [ -z "$var" ] && continue + # remove double quote in the beginning + tmp_val=${value#\"} + # remove double quote in the end + value=${tmp_val%\"} + eval "$var=\"$value\"" + done < "$conf_file" +} + +# bonk out on errors +set -e + +cd $(dirname $0) +if [ -r ./machine.conf ]; then + read_conf_file "./machine.conf" +fi + +# get running machine from conf file +if [ -r /etc/machine.conf ]; then + read_conf_file "/etc/machine.conf" +elif [ -r /host/machine.conf ]; then + read_conf_file "/host/machine.conf" +else + echo "cannot find machine.conf" + exit 1 +fi + +# The onie bin tool prefix +onie_bin= +# The persistent ONIE directory location +onie_root_dir=/mnt/onie-boot/onie +# The onie file system root +onie_initrd_tmp=/ + + +. ./default_platform.conf + +create_partition +mount_partition + +cp -f distro-setup.sh ${demo_mnt} +echo "Extract chroot environment ... to ${demo_mnt}" +./zstd -c -T0 -d rootfs.tar.zst | tar -x -C ${demo_mnt} + +[ -e ${demo_mnt}/dev/pts ] && { + mount -o bind /dev/pts ${demo_mnt}/dev/pts +} + +mount -t proc proc ${demo_mnt}/proc +mount -t sysfs sys ${demo_mnt}/sys +cp -a ${blk_dev} ${demo_mnt}/${blk_dev} + +echo "Setting up distro .." +chroot ${demo_mnt} /distro-setup.sh ${blk_dev}${blk_suffix}${demo_part} + +[ -e ${demo_mnt}/dev/pts ] && { + umount ${demo_mnt}/dev/pts +} +umount ${demo_mnt}/proc +umount ${demo_mnt}/sys + +bootloader_menu_config diff --git a/fboss-image/image_builder/templates/onie/sharch_body.sh b/fboss-image/image_builder/templates/onie/sharch_body.sh new file mode 100755 index 0000000000000..f1a80b5062cf5 --- /dev/null +++ b/fboss-image/image_builder/templates/onie/sharch_body.sh @@ -0,0 +1,78 @@ +#!/bin/sh + +# Copyright (C) 2013 Curt Brune +# +# SPDX-License-Identifier: GPL-2.0 + +## +## Shell archive template +## +## Strings of the form %%VAR%% are replaced during construction. +## + +# The ONIE busybox ash shell supports -n +#shellcheck disable=SC3037 +echo -n "Verifying image checksum ..." +payload_image_size=%%PAYLOAD_IMAGE_SIZE%% + +sha1=$(sed -e '1,/^exit_marker$/d' "$0" | head -c $payload_image_size | sha1sum | awk '{ print $1 }') + +payload_sha1=%%IMAGE_SHA1%% + +if [ "$sha1" != "$payload_sha1" ]; then + echo + echo "ERROR: Unable to verify archive checksum" + echo "Expected: $payload_sha1" + echo "Found : $sha1" + exit 1 +fi + +echo " OK." + +image_size_in_kb=$((($(sed -e '1,/^exit_marker$/d' "$0" | tar --to-stdout -xf - | wc -c) + 1023) / 1024)) +# Untar and launch install script in a tmpfs +cur_wd=$(pwd) +export cur_wd +archive_path=$(realpath "$0") +tmp_dir=$(mktemp -d) +if [ "$(id -u)" = "0" ]; then + mount -t tmpfs tmpfs-installer $tmp_dir || exit 1 + mount_size_in_kb=$(df $tmp_dir | tail -1 | tr -s ' ' | cut -d' ' -f4) + #checking extra 100KB space in tmp_dir, after image extraction + padding=102400 + if [ "$mount_size_in_kb" -le "$((image_size_in_kb + padding))" ]; then + image_size_in_mb=$(((image_size_in_kb + 1023) / 1024)) + #Adding extra 32MB free space for image extraction. + mount_size_in_mb=$((((image_size_in_mb + 31) / 32) * 32)) + mount -o remount,size="${mount_size_in_mb}M" -t tmpfs tmpfs-installer $tmp_dir || exit 1 + fi +fi +cd $tmp_dir || exit 1 +# The ONIE busybox ash shell supports -n +#shellcheck disable=SC3037 +echo -n "Preparing image archive ..." + +sed -e '1,/^exit_marker$/d' $archive_path | head -c $payload_image_size | tar xf - || exit 1 + +echo " OK." +cd $cur_wd || exit 1 +if [ -n "$extract" ]; then + # stop here + echo "Image extracted to: $tmp_dir" + if [ "$(id -u)" = "0" ] && [ ! -d "$extract" ]; then + echo "To un-mount the tmpfs when finished type: umount $tmp_dir" + fi + exit 0 +fi + +$tmp_dir/onie_installer/install.sh +rc="$?" + +# clean up +if [ "$(id -u)" = "0" ]; then + umount $tmp_dir +fi +rm -rf $tmp_dir + +exit $rc +exit_marker diff --git a/fboss-image/kernel/BUCK b/fboss-image/kernel/BUCK new file mode 100644 index 0000000000000..3361a48823a3f --- /dev/null +++ b/fboss-image/kernel/BUCK @@ -0,0 +1 @@ +oncall("fboss_distro") diff --git a/fboss-image/kernel/configs/fboss-local-overrides.yaml b/fboss-image/kernel/configs/fboss-local-overrides.yaml new file mode 100644 index 0000000000000..c1cfb0a6ebb7b --- /dev/null +++ b/fboss-image/kernel/configs/fboss-local-overrides.yaml @@ -0,0 +1,51 @@ +# FBOSS Local Configuration Overrides +# +# Copyright (c) 2004-present, Facebook, Inc. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. An additional grant +# of patent rights can be found in the PATENTS file in the same directory. +# +# This file contains local overrides to the Meta fboss-reference.config +# organized by common settings and kernel version-specific settings + +# Common overrides that apply to all kernel versions +# Add config lines here +common_overrides: | + # These changes disable settings in Meta reference config that don't exist in standard linux source + CONFIG_BOOT_CONFIG_EMBED_FILE="" + CONFIG_SYSTEM_TRUSTED_KEYS="" + + # Drivers for Golden Eagle platform + CONFIG_EEPROM_AT24=m + CONFIG_SENSORS_TMP464=m + CONFIG_SENSORS_LM90=m + CONFIG_SENSORS_PMBUS=m + CONFIG_SENSORS_ADM1266=m + CONFIG_SENSORS_ISL68137=m + CONFIG_AD525X_DPOT=m + CONFIG_AD525X_DPOT_I2C=m + CONFIG_NET_VENDOR_AMD=y + CONFIG_AMD_XGBE=m + CONFIG_AMD_XGBE_DCB=y + CONFIG_AMD_XGBE_HAVE_ECC=y + CONFIG_X86_AMD_PLATFORM_DEVICE=y + CONFIG_I2C_DESIGNWARE_PLATFORM=y + CONFIG_I2C_DESIGNWARE_PCI=y + CONFIG_ACPI_SPCR_TABLE=y + CONFIG_SERIAL_8250_DW=m + CONFIG_SERIAL_8250_DWLIB=m + CONFIG_SERIAL_8250_PNP=y + + +# Kernel version overrides +# Add kernel version as key, then add config lines in the value +kernel_version_overrides: + "6.4.3": | + # Specific overrides for kernel 6.4.3 + # Add any 6.4.3-specific config lines here + + "6.11.1": | + # Specific overrides for kernel 6.11.1 + # Add any 6.11.1-specific config lines here diff --git a/fboss-image/kernel/configs/fboss-reference.config b/fboss-image/kernel/configs/fboss-reference.config new file mode 100644 index 0000000000000..1918821020b11 --- /dev/null +++ b/fboss-image/kernel/configs/fboss-reference.config @@ -0,0 +1,6145 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/x86 6.4.3-0_fbk1_755_ga25447393a1d Kernel Configuration +# +CONFIG_CC_VERSION_TEXT="clang version 15.0.1 (Red Hat 15.0.1-2.el9)" +CONFIG_GCC_VERSION=0 +CONFIG_CC_IS_CLANG=y +CONFIG_CLANG_VERSION=150001 +CONFIG_AS_IS_LLVM=y +CONFIG_AS_VERSION=150001 +CONFIG_LD_VERSION=0 +CONFIG_LD_IS_LLD=y +CONFIG_LLD_VERSION=150001 +CONFIG_CC_CAN_LINK=y +CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y +CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y +CONFIG_TOOLS_SUPPORT_RELR=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=125 +CONFIG_IRQ_WORK=y +CONFIG_BUILDTIME_TABLE_SORT=y +CONFIG_THREAD_INFO_IN_TASK=y + +# +# General setup +# +CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_COMPILE_TEST is not set +# CONFIG_WERROR is not set +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_BUILD_SALT="" +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_BZIP2=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_LZ4=y +CONFIG_HAVE_KERNEL_ZSTD=y +# CONFIG_KERNEL_GZIP is not set +# CONFIG_KERNEL_BZIP2 is not set +# CONFIG_KERNEL_LZMA is not set +CONFIG_KERNEL_XZ=y +# CONFIG_KERNEL_LZO is not set +# CONFIG_KERNEL_LZ4 is not set +# CONFIG_KERNEL_ZSTD is not set +CONFIG_DEFAULT_INIT="" +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_SYSVIPC_COMPAT=y +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +# CONFIG_WATCH_QUEUE is not set +CONFIG_CROSS_MEMORY_ATTACH=y +# CONFIG_USELIB is not set +CONFIG_AUDIT=y +CONFIG_HAVE_ARCH_AUDITSYSCALL=y +CONFIG_AUDITSYSCALL=y + +# +# IRQ subsystem +# +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +CONFIG_GENERIC_PENDING_IRQ=y +CONFIG_GENERIC_IRQ_MIGRATION=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_GENERIC_MSI_IRQ=y +CONFIG_IRQ_MSI_IOMMU=y +CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y +CONFIG_GENERIC_IRQ_RESERVATION_MODE=y +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_SPARSE_IRQ=y +# CONFIG_GENERIC_IRQ_DEBUGFS is not set +# end of IRQ subsystem + +CONFIG_CLOCKSOURCE_WATCHDOG=y +CONFIG_ARCH_CLOCKSOURCE_INIT=y +CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y +CONFIG_GENERIC_CMOS_UPDATE=y +CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=y +CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y +CONFIG_CONTEXT_TRACKING=y +CONFIG_CONTEXT_TRACKING_IDLE=y + +# +# Timers subsystem +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_HZ_PERIODIC is not set +CONFIG_NO_HZ_IDLE=y +# CONFIG_NO_HZ_FULL is not set +CONFIG_CONTEXT_TRACKING_USER=y +# CONFIG_CONTEXT_TRACKING_USER_FORCE is not set +# CONFIG_NO_HZ is not set +CONFIG_HIGH_RES_TIMERS=y +CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US=100 +# end of Timers subsystem + +CONFIG_BPF=y +CONFIG_HAVE_EBPF_JIT=y +CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y + +# +# BPF subsystem +# +CONFIG_BPF_SYSCALL=y +CONFIG_BPF_JIT=y +CONFIG_BPF_JIT_ALWAYS_ON=y +CONFIG_BPF_JIT_DEFAULT_ON=y +# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set +CONFIG_USERMODE_DRIVER=y +CONFIG_BPF_PRELOAD=y +CONFIG_BPF_PRELOAD_UMD=m +CONFIG_BPF_LSM=y +# end of BPF subsystem + +CONFIG_PREEMPT_NONE_BUILD=y +CONFIG_PREEMPT_NONE=y +# CONFIG_PREEMPT_VOLUNTARY is not set +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_DYNAMIC is not set +# CONFIG_SCHED_CORE is not set +CONFIG_SCHED_CLASS_EXT=y + +# +# CPU/Task time and stats accounting +# +CONFIG_VIRT_CPU_ACCOUNTING=y +# CONFIG_TICK_CPU_ACCOUNTING is not set +CONFIG_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_SCHED_AVG_IRQ=y +# CONFIG_BSD_PROCESS_ACCT is not set +CONFIG_TASKSTATS=y +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASK_XACCT=y +CONFIG_TASK_IO_ACCOUNTING=y +CONFIG_PSI=y +# CONFIG_PSI_DEFAULT_DISABLED is not set +# end of CPU/Task time and stats accounting + +CONFIG_CPU_ISOLATION=y + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +# CONFIG_RCU_EXPERT is not set +CONFIG_TREE_SRCU=y +CONFIG_TASKS_RCU_GENERIC=y +CONFIG_TASKS_RUDE_RCU=y +CONFIG_TASKS_TRACE_RCU=y +CONFIG_RCU_STALL_COMMON=y +CONFIG_RCU_NEED_SEGCBLIST=y +# end of RCU Subsystem + +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +CONFIG_IKHEADERS=m +CONFIG_LOG_BUF_SHIFT=21 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=0 +CONFIG_PRINTK_INDEX=y +CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y + +# +# Scheduler features +# +# end of Scheduler features + +CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y +CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y +CONFIG_CC_HAS_INT128=y +CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough" +CONFIG_GCC11_NO_ARRAY_BOUNDS=y +CONFIG_ARCH_SUPPORTS_INT128=y +CONFIG_NUMA_BALANCING=y +# CONFIG_NUMA_BALANCING_DEFAULT_ENABLED is not set +CONFIG_CGROUPS=y +CONFIG_PAGE_COUNTER=y +# CONFIG_CGROUP_FAVOR_DYNMODS is not set +CONFIG_MEMCG=y +CONFIG_MEMCG_KMEM=y +CONFIG_BLK_CGROUP=y +CONFIG_CGROUP_WRITEBACK=y +CONFIG_CGROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +CONFIG_CFS_BANDWIDTH=y +# CONFIG_RT_GROUP_SCHED is not set +CONFIG_EXT_GROUP_SCHED=y +CONFIG_SCHED_MM_CID=y +CONFIG_CGROUP_PIDS=y +# CONFIG_CGROUP_RDMA is not set +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_HUGETLB=y +CONFIG_CPUSETS=y +CONFIG_PROC_PID_CPUSET=y +CONFIG_CGROUP_DEVICE=y +CONFIG_CGROUP_CPUACCT=y +CONFIG_CGROUP_PERF=y +CONFIG_CGROUP_BPF=y +# CONFIG_CGROUP_MISC is not set +# CONFIG_CGROUP_DEBUG is not set +CONFIG_SOCK_CGROUP_DATA=y +CONFIG_NAMESPACES=y +CONFIG_UTS_NS=y +CONFIG_TIME_NS=y +CONFIG_IPC_NS=y +CONFIG_USER_NS=y +CONFIG_PID_NS=y +CONFIG_NET_NS=y +# CONFIG_CHECKPOINT_RESTORE is not set +# CONFIG_SCHED_AUTOGROUP is not set +CONFIG_RELAY=y +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +CONFIG_RD_BZIP2=y +CONFIG_RD_LZMA=y +CONFIG_RD_XZ=y +CONFIG_RD_LZO=y +CONFIG_RD_LZ4=y +CONFIG_RD_ZSTD=y +CONFIG_BOOT_CONFIG=y +# CONFIG_BOOT_CONFIG_FORCE is not set +CONFIG_BOOT_CONFIG_EMBED=y +CONFIG_BOOT_CONFIG_EMBED_FILE="facebook/config/common.bootconfig" +CONFIG_INITRAMFS_PRESERVE_MTIME=y +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_LD_ORPHAN_WARN=y +CONFIG_LD_ORPHAN_WARN_LEVEL="warn" +CONFIG_SYSCTL=y +CONFIG_HAVE_UID16=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_HAVE_PCSPKR_PLATFORM=y +CONFIG_EXPERT=y +CONFIG_UID16=y +CONFIG_MULTIUSER=y +# CONFIG_SGETMASK_SYSCALL is not set +# CONFIG_SYSFS_SYSCALL is not set +CONFIG_FHANDLE=y +CONFIG_POSIX_TIMERS=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_PCSPKR_PLATFORM=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_AIO=y +CONFIG_IO_URING=y +CONFIG_ADVISE_SYSCALLS=y +CONFIG_MEMBARRIER=y +CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS_SELFTEST is not set +CONFIG_KALLSYMS_ALL=y +CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y +CONFIG_KALLSYMS_BASE_RELATIVE=y +CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y +CONFIG_KCMP=y +CONFIG_RSEQ=y +CONFIG_CACHESTAT_SYSCALL=y +# CONFIG_DEBUG_RSEQ is not set +CONFIG_EMBEDDED=y +CONFIG_HAVE_PERF_EVENTS=y +CONFIG_GUEST_PERF_EVENTS=y +# CONFIG_PC104 is not set + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# end of Kernel Performance Events And Counters + +CONFIG_SYSTEM_DATA_VERIFICATION=y +# CONFIG_PROFILING is not set +CONFIG_TRACEPOINTS=y +# end of General setup + +CONFIG_64BIT=y +CONFIG_X86_64=y +CONFIG_X86=y +CONFIG_INSTRUCTION_DECODER=y +CONFIG_OUTPUT_FORMAT="elf64-x86-64" +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_MMU=y +CONFIG_ARCH_MMAP_RND_BITS_MIN=28 +CONFIG_ARCH_MMAP_RND_BITS_MAX=32 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16 +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_ARCH_HAS_CPU_RELAX=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_AUDIT_ARCH=y +CONFIG_HAVE_INTEL_TXT=y +CONFIG_X86_64_SMP=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_DYNAMIC_PHYSICAL_MASK=y +CONFIG_PGTABLE_LEVELS=4 +CONFIG_CC_HAS_SANE_STACKPROTECTOR=y + +# +# Processor type and features +# +CONFIG_SMP=y +CONFIG_X86_FEATURE_NAMES=y +CONFIG_X86_X2APIC=y +# CONFIG_X86_MPPARSE is not set +# CONFIG_GOLDFISH is not set +CONFIG_X86_CPU_RESCTRL=y +# CONFIG_X86_EXTENDED_PLATFORM is not set +# CONFIG_X86_INTEL_LPSS is not set +# CONFIG_X86_AMD_PLATFORM_DEVICE is not set +CONFIG_IOSF_MBI=m +# CONFIG_IOSF_MBI_DEBUG is not set +CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y +CONFIG_SCHED_OMIT_FRAME_POINTER=y +# CONFIG_HYPERVISOR_GUEST is not set +# CONFIG_MK8 is not set +# CONFIG_MPSC is not set +CONFIG_MCORE2=y +# CONFIG_MATOM is not set +# CONFIG_GENERIC_CPU is not set +CONFIG_X86_INTERNODE_CACHE_SHIFT=6 +CONFIG_X86_L1_CACHE_SHIFT=6 +CONFIG_X86_INTEL_USERCOPY=y +CONFIG_X86_USE_PPRO_CHECKSUM=y +CONFIG_X86_P6_NOP=y +CONFIG_X86_TSC=y +CONFIG_X86_CMPXCHG64=y +CONFIG_X86_CMOV=y +CONFIG_X86_MINIMUM_CPU_FAMILY=64 +CONFIG_X86_DEBUGCTLMSR=y +CONFIG_IA32_FEAT_CTL=y +CONFIG_X86_VMX_FEATURE_NAMES=y +CONFIG_PROCESSOR_SELECT=y +CONFIG_CPU_SUP_INTEL=y +CONFIG_CPU_SUP_AMD=y +# CONFIG_CPU_SUP_HYGON is not set +# CONFIG_CPU_SUP_CENTAUR is not set +# CONFIG_CPU_SUP_ZHAOXIN is not set +CONFIG_HPET_TIMER=y +CONFIG_HPET_EMULATE_RTC=y +CONFIG_DMI=y +# CONFIG_GART_IOMMU is not set +# CONFIG_MAXSMP is not set +CONFIG_NR_CPUS_RANGE_BEGIN=2 +CONFIG_NR_CPUS_RANGE_END=512 +CONFIG_NR_CPUS_DEFAULT=64 +CONFIG_NR_CPUS=512 +# CONFIG_SCHED_CLUSTER is not set +CONFIG_SCHED_SMT=y +CONFIG_SCHED_MC=y +# CONFIG_SCHED_MC_PRIO is not set +CONFIG_X86_LOCAL_APIC=y +CONFIG_X86_IO_APIC=y +# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set +CONFIG_X86_MCE=y +CONFIG_X86_MCELOG_LEGACY=y +CONFIG_X86_MCE_INTEL=y +CONFIG_X86_MCE_AMD=y +CONFIG_X86_MCE_THRESHOLD=y +CONFIG_X86_MCE_INJECT=m + +# +# Performance monitoring +# +CONFIG_PERF_EVENTS_INTEL_UNCORE=y +CONFIG_PERF_EVENTS_INTEL_RAPL=y +CONFIG_PERF_EVENTS_INTEL_CSTATE=y +CONFIG_PERF_EVENTS_AMD_POWER=y +CONFIG_PERF_EVENTS_AMD_UNCORE=y +# CONFIG_PERF_EVENTS_AMD_BRS is not set +# end of Performance monitoring + +# CONFIG_X86_16BIT is not set +CONFIG_X86_VSYSCALL_EMULATION=y +CONFIG_X86_IOPL_IOPERM=y +CONFIG_MICROCODE=y +CONFIG_MICROCODE_INTEL=y +CONFIG_MICROCODE_AMD=y +CONFIG_MICROCODE_LATE_LOADING=y +CONFIG_X86_MSR=y +CONFIG_X86_CPUID=y +# CONFIG_X86_5LEVEL is not set +CONFIG_X86_DIRECT_GBPAGES=y +# CONFIG_X86_CPA_STATISTICS is not set +CONFIG_X86_MEM_ENCRYPT=y +CONFIG_AMD_MEM_ENCRYPT=y +CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT=y +CONFIG_NUMA=y +# CONFIG_AMD_NUMA is not set +CONFIG_X86_64_ACPI_NUMA=y +# CONFIG_NUMA_EMU is not set +CONFIG_NODES_SHIFT=3 +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +# CONFIG_ARCH_MEMORY_PROBE is not set +CONFIG_ARCH_PROC_KCORE_TEXT=y +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +CONFIG_X86_PMEM_LEGACY_DEVICE=y +CONFIG_X86_PMEM_LEGACY=m +# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set +CONFIG_MTRR=y +# CONFIG_MTRR_SANITIZER is not set +CONFIG_X86_PAT=y +CONFIG_ARCH_USES_PG_UNCACHED=y +CONFIG_X86_UMIP=y +CONFIG_CC_HAS_IBT=y +# CONFIG_X86_KERNEL_IBT is not set +CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y +CONFIG_X86_INTEL_TSX_MODE_OFF=y +# CONFIG_X86_INTEL_TSX_MODE_ON is not set +# CONFIG_X86_INTEL_TSX_MODE_AUTO is not set +CONFIG_X86_SGX=y +CONFIG_EFI=y +CONFIG_EFI_STUB=y +CONFIG_EFI_HANDOVER_PROTOCOL=y +# CONFIG_EFI_MIXED is not set +# CONFIG_EFI_FAKE_MEMMAP is not set +CONFIG_EFI_RUNTIME_MAP=y +# CONFIG_HZ_100 is not set +# CONFIG_HZ_250 is not set +# CONFIG_HZ_300 is not set +CONFIG_HZ_1000=y +CONFIG_HZ=1000 +CONFIG_SCHED_HRTICK=y +CONFIG_KEXEC=y +CONFIG_KEXEC_FILE=y +CONFIG_ARCH_HAS_KEXEC_PURGATORY=y +# CONFIG_KEXEC_SIG is not set +# CONFIG_CRASH_DUMP is not set +CONFIG_PHYSICAL_START=0x1000000 +CONFIG_RELOCATABLE=y +# CONFIG_RANDOMIZE_BASE is not set +CONFIG_PHYSICAL_ALIGN=0x1000000 +CONFIG_ADDRESS_MASKING=y +CONFIG_HOTPLUG_CPU=y +# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set +# CONFIG_DEBUG_HOTPLUG_CPU0 is not set +CONFIG_COMPAT_VDSO=y +CONFIG_LEGACY_VSYSCALL_XONLY=y +# CONFIG_LEGACY_VSYSCALL_NONE is not set +# CONFIG_CMDLINE_BOOL is not set +CONFIG_MODIFY_LDT_SYSCALL=y +# CONFIG_STRICT_SIGALTSTACK_SIZE is not set +CONFIG_HAVE_LIVEPATCH=y +CONFIG_LIVEPATCH=y +# end of Processor type and features + +CONFIG_CC_HAS_SLS=y +CONFIG_CC_HAS_RETURN_THUNK=y +CONFIG_CC_HAS_ENTRY_PADDING=y +CONFIG_FUNCTION_PADDING_CFI=11 +CONFIG_FUNCTION_PADDING_BYTES=16 +# CONFIG_SPECULATION_MITIGATIONS is not set +CONFIG_ARCH_HAS_ADD_PAGES=y +CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y + +# +# Power management and ACPI options +# +# CONFIG_SUSPEND is not set +# CONFIG_HIBERNATION is not set +# CONFIG_PM is not set +# CONFIG_ENERGY_MODEL is not set +CONFIG_ARCH_SUPPORTS_ACPI=y +CONFIG_ACPI=y +CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y +CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y +CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y +CONFIG_ACPI_TABLE_LIB=y +# CONFIG_ACPI_DEBUGGER is not set +# CONFIG_ACPI_SPCR_TABLE is not set +# CONFIG_ACPI_FPDT is not set +CONFIG_ACPI_LPIT=y +CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y +# CONFIG_ACPI_EC_DEBUGFS is not set +CONFIG_ACPI_AC=m +CONFIG_ACPI_BATTERY=m +CONFIG_ACPI_BUTTON=m +# CONFIG_ACPI_TINY_POWER_BUTTON is not set +CONFIG_ACPI_FAN=y +# CONFIG_ACPI_DOCK is not set +CONFIG_ACPI_CPU_FREQ_PSS=y +CONFIG_ACPI_PROCESSOR_CSTATE=y +CONFIG_ACPI_PROCESSOR_IDLE=y +CONFIG_ACPI_PROCESSOR=y +# CONFIG_ACPI_IPMI is not set +CONFIG_ACPI_HOTPLUG_CPU=y +# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set +CONFIG_ACPI_THERMAL=y +CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y +CONFIG_ACPI_TABLE_UPGRADE=y +# CONFIG_ACPI_DEBUG is not set +# CONFIG_ACPI_PCI_SLOT is not set +CONFIG_ACPI_CONTAINER=y +# CONFIG_ACPI_HOTPLUG_MEMORY is not set +CONFIG_ACPI_HOTPLUG_IOAPIC=y +# CONFIG_ACPI_SBS is not set +CONFIG_ACPI_HED=y +# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_BGRT is not set +# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set +CONFIG_ACPI_NFIT=m +# CONFIG_NFIT_SECURITY_DEBUG is not set +CONFIG_ACPI_NUMA=y +# CONFIG_ACPI_HMAT is not set +CONFIG_HAVE_ACPI_APEI=y +CONFIG_HAVE_ACPI_APEI_NMI=y +CONFIG_ACPI_APEI=y +CONFIG_ACPI_APEI_GHES=y +CONFIG_ACPI_APEI_PCIEAER=y +CONFIG_ACPI_APEI_MEMORY_FAILURE=y +CONFIG_ACPI_APEI_EINJ=y +# CONFIG_ACPI_APEI_ERST_DEBUG is not set +# CONFIG_ACPI_DPTF is not set +# CONFIG_ACPI_EXTLOG is not set +CONFIG_ACPI_ADXL=y +# CONFIG_ACPI_CONFIGFS is not set +# CONFIG_ACPI_PFRUT is not set +CONFIG_ACPI_PCC=y +# CONFIG_ACPI_FFH is not set +# CONFIG_PMIC_OPREGION is not set +CONFIG_ACPI_PRMT=y +CONFIG_X86_PM_TIMER=y + +# +# CPU Frequency scaling +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_GOV_ATTR_SET=y +CONFIG_CPU_FREQ_GOV_COMMON=y +CONFIG_CPU_FREQ_STAT=y +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +# CONFIG_CPU_FREQ_GOV_SCHEDUTIL is not set + +# +# CPU frequency scaling drivers +# +# CONFIG_X86_INTEL_PSTATE is not set +# CONFIG_X86_PCC_CPUFREQ is not set +# CONFIG_X86_AMD_PSTATE is not set +# CONFIG_X86_AMD_PSTATE_UT is not set +CONFIG_X86_ACPI_CPUFREQ=m +# CONFIG_X86_ACPI_CPUFREQ_CPB is not set +# CONFIG_X86_POWERNOW_K8 is not set +# CONFIG_X86_AMD_FREQ_SENSITIVITY is not set +# CONFIG_X86_SPEEDSTEP_CENTRINO is not set +# CONFIG_X86_P4_CLOCKMOD is not set + +# +# shared options +# +# end of CPU Frequency scaling + +# +# CPU Idle +# +CONFIG_CPU_IDLE=y +# CONFIG_CPU_IDLE_GOV_LADDER is not set +CONFIG_CPU_IDLE_GOV_MENU=y +# CONFIG_CPU_IDLE_GOV_TEO is not set +# end of CPU Idle + +CONFIG_INTEL_IDLE=y +# end of Power management and ACPI options + +# +# Bus options (PCI etc.) +# +CONFIG_PCI_DIRECT=y +CONFIG_PCI_MMCONFIG=y +CONFIG_MMCONF_FAM10H=y +# CONFIG_PCI_CNB20LE_QUIRK is not set +# CONFIG_ISA_BUS is not set +# CONFIG_ISA_DMA_API is not set +CONFIG_AMD_NB=y +# end of Bus options (PCI etc.) + +# +# Binary Emulations +# +CONFIG_IA32_EMULATION=y +CONFIG_COMPAT_32=y +CONFIG_COMPAT=y +CONFIG_COMPAT_FOR_U64_ALIGNMENT=y +# end of Binary Emulations + +CONFIG_HAVE_KVM=y +CONFIG_HAVE_KVM_PFNCACHE=y +CONFIG_HAVE_KVM_IRQCHIP=y +CONFIG_HAVE_KVM_IRQFD=y +CONFIG_HAVE_KVM_IRQ_ROUTING=y +CONFIG_HAVE_KVM_DIRTY_RING=y +CONFIG_HAVE_KVM_DIRTY_RING_TSO=y +CONFIG_HAVE_KVM_DIRTY_RING_ACQ_REL=y +CONFIG_HAVE_KVM_EVENTFD=y +CONFIG_KVM_MMIO=y +CONFIG_KVM_ASYNC_PF=y +CONFIG_HAVE_KVM_MSI=y +CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y +CONFIG_KVM_VFIO=y +CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y +CONFIG_KVM_COMPAT=y +CONFIG_HAVE_KVM_IRQ_BYPASS=y +CONFIG_HAVE_KVM_NO_POLL=y +CONFIG_KVM_XFER_TO_GUEST_WORK=y +CONFIG_KVM_GENERIC_HARDWARE_ENABLING=y +CONFIG_VIRTUALIZATION=y +CONFIG_KVM=m +CONFIG_KVM_WERROR=y +CONFIG_KVM_INTEL=m +# CONFIG_X86_SGX_KVM is not set +CONFIG_KVM_AMD=m +CONFIG_KVM_AMD_SEV=y +CONFIG_KVM_SMM=y +# CONFIG_KVM_XEN is not set +CONFIG_AS_AVX512=y +CONFIG_AS_SHA1_NI=y +CONFIG_AS_SHA256_NI=y +CONFIG_AS_TPAUSE=y +CONFIG_AS_GFNI=y + +# +# General architecture-dependent options +# +CONFIG_CRASH_CORE=y +CONFIG_KEXEC_CORE=y +CONFIG_HAVE_IMA_KEXEC=y +CONFIG_HOTPLUG_SMT=y +CONFIG_GENERIC_ENTRY=y +CONFIG_KPROBES=y +CONFIG_JUMP_LABEL=y +# CONFIG_STATIC_KEYS_SELFTEST is not set +# CONFIG_STATIC_CALL_SELFTEST is not set +CONFIG_OPTPROBES=y +CONFIG_KPROBES_ON_FTRACE=y +CONFIG_UPROBES=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_ARCH_USE_BUILTIN_BSWAP=y +CONFIG_KRETPROBES=y +CONFIG_KRETPROBE_ON_RETHOOK=y +CONFIG_USER_RETURN_NOTIFIER=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_OPTPROBES=y +CONFIG_HAVE_KPROBES_ON_FTRACE=y +CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y +CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y +CONFIG_HAVE_NMI=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_SET_MEMORY=y +CONFIG_ARCH_HAS_SET_DIRECT_MAP=y +CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y +CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y +CONFIG_ARCH_WANTS_NO_INSTR=y +CONFIG_HAVE_ASM_MODVERSIONS=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_RUST=y +CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y +CONFIG_HAVE_USER_RETURN_NOTIFIER=y +CONFIG_HAVE_PERF_EVENTS_NMI=y +CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y +CONFIG_MMU_GATHER_MERGE_VMAS=y +CONFIG_MMU_LAZY_TLB_REFCOUNT=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_ARCH_HAS_NMI_SAFE_THIS_CPU_OPS=y +CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y +CONFIG_HAVE_CMPXCHG_LOCAL=y +CONFIG_HAVE_CMPXCHG_DOUBLE=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y +CONFIG_HAVE_ARCH_SECCOMP=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +# CONFIG_SECCOMP_CACHE_DEBUG is not set +CONFIG_HAVE_ARCH_STACKLEAK=y +CONFIG_HAVE_STACKPROTECTOR=y +# CONFIG_STACKPROTECTOR is not set +CONFIG_ARCH_SUPPORTS_LTO_CLANG=y +CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y +CONFIG_HAS_LTO_CLANG=y +CONFIG_LTO_NONE=y +# CONFIG_LTO_CLANG_FULL is not set +# CONFIG_LTO_CLANG_THIN is not set +CONFIG_ARCH_SUPPORTS_CFI_CLANG=y +CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y +CONFIG_HAVE_CONTEXT_TRACKING_USER=y +CONFIG_HAVE_CONTEXT_TRACKING_USER_OFFSTACK=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_MOVE_PUD=y +CONFIG_HAVE_MOVE_PMD=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y +CONFIG_HAVE_ARCH_HUGE_VMAP=y +CONFIG_HAVE_ARCH_HUGE_VMALLOC=y +CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y +CONFIG_HAVE_ARCH_SOFT_DIRTY=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y +CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y +CONFIG_SOFTIRQ_ON_OWN_STACK=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_HAVE_EXIT_THREAD=y +CONFIG_ARCH_MMAP_RND_BITS=28 +CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y +CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8 +CONFIG_HAVE_ARCH_COMPAT_MMAP_BASES=y +CONFIG_PAGE_SIZE_LESS_THAN_64KB=y +CONFIG_PAGE_SIZE_LESS_THAN_256KB=y +CONFIG_HAVE_OBJTOOL=y +CONFIG_HAVE_JUMP_LABEL_HACK=y +CONFIG_HAVE_NOINSTR_HACK=y +CONFIG_HAVE_NOINSTR_VALIDATION=y +CONFIG_HAVE_UACCESS_VALIDATION=y +CONFIG_HAVE_STACK_VALIDATION=y +CONFIG_HAVE_RELIABLE_STACKTRACE=y +CONFIG_OLD_SIGSUSPEND3=y +CONFIG_COMPAT_OLD_SIGACTION=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_HAVE_ARCH_VMAP_STACK=y +CONFIG_VMAP_STACK=y +CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y +CONFIG_RANDOMIZE_KSTACK_OFFSET=y +# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set +CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y +CONFIG_STRICT_KERNEL_RWX=y +CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y +CONFIG_STRICT_MODULE_RWX=y +CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y +CONFIG_ARCH_USE_MEMREMAP_PROT=y +# CONFIG_LOCK_EVENT_COUNTS is not set +CONFIG_ARCH_HAS_MEM_ENCRYPT=y +CONFIG_ARCH_HAS_CC_PLATFORM=y +CONFIG_HAVE_STATIC_CALL=y +CONFIG_HAVE_STATIC_CALL_INLINE=y +CONFIG_HAVE_PREEMPT_DYNAMIC=y +CONFIG_HAVE_PREEMPT_DYNAMIC_CALL=y +CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_ARCH_SUPPORTS_PAGE_TABLE_CHECK=y +CONFIG_ARCH_HAS_ELFCORE_COMPAT=y +CONFIG_ARCH_HAS_PARANOID_L1D_FLUSH=y +CONFIG_DYNAMIC_SIGFRAME=y +CONFIG_HAVE_ARCH_NODE_DEV_GROUP=y +CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +# end of GCOV-based kernel profiling + +# +# Profile Guided Optimization (PGO) (EXPERIMENTAL) +# +CONFIG_ARCH_SUPPORTS_PGO_CLANG=y +CONFIG_PGO_CLANG=y +# end of Profile Guided Optimization (PGO) (EXPERIMENTAL) + +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_FUNCTION_ALIGNMENT_4B=y +CONFIG_FUNCTION_ALIGNMENT_16B=y +CONFIG_FUNCTION_ALIGNMENT=16 +# end of General architecture-dependent options + +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULE_SIG_FORMAT=y +CONFIG_MODULES=y +# CONFIG_MODULE_DEBUG is not set +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set +CONFIG_MODVERSIONS=y +CONFIG_ASM_MODVERSIONS=y +CONFIG_MODULE_SRCVERSION_ALL=y +CONFIG_MODULE_SIG=y +# CONFIG_MODULE_SIG_FORCE is not set +# CONFIG_MODULE_SIG_ALL is not set +# CONFIG_MODULE_SIG_SHA1 is not set +# CONFIG_MODULE_SIG_SHA224 is not set +# CONFIG_MODULE_SIG_SHA256 is not set +# CONFIG_MODULE_SIG_SHA384 is not set +CONFIG_MODULE_SIG_SHA512=y +CONFIG_MODULE_SIG_HASH="sha512" +CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_ZSTD is not set +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +CONFIG_MODPROBE_PATH="/sbin/modprobe" +# CONFIG_TRIM_UNUSED_KSYMS is not set +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_BLOCK=y +CONFIG_BLOCK_LEGACY_AUTOLOAD=y +CONFIG_BLK_RQ_ALLOC_TIME=y +CONFIG_BLK_CGROUP_RWSTAT=y +CONFIG_BLK_CGROUP_PUNT_BIO=y +CONFIG_BLK_DEV_BSG_COMMON=y +CONFIG_BLK_ICQ=y +CONFIG_BLK_DEV_BSGLIB=y +# CONFIG_BLK_DEV_INTEGRITY is not set +# CONFIG_BLK_DEV_ZONED is not set +CONFIG_BLK_DEV_THROTTLING=y +CONFIG_BLK_DEV_THROTTLING_LOW=y +CONFIG_BLK_WBT=y +CONFIG_BLK_WBT_MQ=y +CONFIG_BLK_CGROUP_IOLATENCY=y +CONFIG_BLK_CGROUP_IOCOST=y +# CONFIG_BLK_CGROUP_IOPRIO is not set +CONFIG_BLK_DEBUG_FS=y +# CONFIG_BLK_SED_OPAL is not set +# CONFIG_BLK_INLINE_ENCRYPTION is not set + +# +# Partition Types +# +CONFIG_PARTITION_ADVANCED=y +# CONFIG_ACORN_PARTITION is not set +# CONFIG_AIX_PARTITION is not set +# CONFIG_OSF_PARTITION is not set +# CONFIG_AMIGA_PARTITION is not set +# CONFIG_ATARI_PARTITION is not set +# CONFIG_MAC_PARTITION is not set +CONFIG_MSDOS_PARTITION=y +# CONFIG_BSD_DISKLABEL is not set +# CONFIG_MINIX_SUBPARTITION is not set +# CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_UNIXWARE_DISKLABEL is not set +# CONFIG_LDM_PARTITION is not set +# CONFIG_SGI_PARTITION is not set +# CONFIG_ULTRIX_PARTITION is not set +# CONFIG_SUN_PARTITION is not set +# CONFIG_KARMA_PARTITION is not set +CONFIG_EFI_PARTITION=y +# CONFIG_SYSV68_PARTITION is not set +# CONFIG_CMDLINE_PARTITION is not set +# end of Partition Types + +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_MQ_VIRTIO=y +CONFIG_BLOCK_HOLDER_DEPRECATED=y +CONFIG_BLK_MQ_STACKING=y + +# +# IO Schedulers +# +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=y +CONFIG_IOSCHED_BFQ=m +CONFIG_BFQ_GROUP_IOSCHED=y +CONFIG_BFQ_CGROUP_DEBUG=y +# end of IO Schedulers + +CONFIG_PREEMPT_NOTIFIERS=y +CONFIG_ASN1=y +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_LOCK_SPIN_ON_OWNER=y +CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y +CONFIG_QUEUED_SPINLOCKS=y +CONFIG_ARCH_USE_QUEUED_RWLOCKS=y +CONFIG_QUEUED_RWLOCKS=y +CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y +CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y +CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y +CONFIG_FREEZER=y + +# +# Executable file formats +# +CONFIG_BINFMT_ELF=y +CONFIG_COMPAT_BINFMT_ELF=y +CONFIG_ELFCORE=y +# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +CONFIG_BINFMT_SCRIPT=y +CONFIG_BINFMT_MISC=y +CONFIG_COREDUMP=y +# end of Executable file formats + +# +# Memory Management options +# +CONFIG_ZPOOL=y +CONFIG_SWAP=y +CONFIG_ZSWAP=y +# CONFIG_ZSWAP_DEFAULT_ON is not set +# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set +# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set +# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set +# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4 is not set +# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4HC is not set +CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD=y +CONFIG_ZSWAP_COMPRESSOR_DEFAULT="zstd" +# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD is not set +# CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD is not set +CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC=y +CONFIG_ZSWAP_ZPOOL_DEFAULT="zsmalloc" +# CONFIG_ZBUD is not set +# CONFIG_Z3FOLD is not set +CONFIG_ZSMALLOC=y +# CONFIG_ZSMALLOC_STAT is not set +CONFIG_ZSMALLOC_CHAIN_SIZE=8 + +# +# SLAB allocator options +# +# CONFIG_SLAB is not set +CONFIG_SLUB=y +# CONFIG_SLUB_TINY is not set +CONFIG_SLAB_MERGE_DEFAULT=y +# CONFIG_SLAB_FREELIST_RANDOM is not set +# CONFIG_SLAB_FREELIST_HARDENED is not set +# CONFIG_SLUB_STATS is not set +CONFIG_SLUB_CPU_PARTIAL=y +# end of SLAB allocator options + +# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set +CONFIG_COMPAT_BRK=y +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_ARCH_WANT_OPTIMIZE_VMEMMAP=y +CONFIG_HAVE_FAST_GUP=y +CONFIG_NUMA_KEEP_MEMINFO=y +CONFIG_MEMORY_ISOLATION=y +CONFIG_EXCLUSIVE_SYSTEM_RAM=y +CONFIG_HAVE_BOOTMEM_INFO_NODE=y +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y +CONFIG_MEMORY_HOTPLUG=y +# CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set +CONFIG_MEMORY_HOTREMOVE=y +CONFIG_MHP_MEMMAP_ON_MEMORY=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y +CONFIG_MEMORY_BALLOON=y +CONFIG_BALLOON_COMPACTION=y +CONFIG_COMPACTION=y +CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1 +CONFIG_PAGE_REPORTING=y +CONFIG_MIGRATION=y +CONFIG_DEVICE_MIGRATION=y +CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y +CONFIG_ARCH_ENABLE_THP_MIGRATION=y +CONFIG_CONTIG_ALLOC=y +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_MMU_NOTIFIER=y +CONFIG_KSM=y +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +CONFIG_MEMORY_FAILURE=y +# CONFIG_HWPOISON_INJECT is not set +CONFIG_ARCH_WANT_GENERAL_HUGETLB=y +CONFIG_ARCH_WANTS_THP_SWAP=y +CONFIG_TRANSPARENT_HUGEPAGE=y +# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set +CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y +CONFIG_THP_SWAP=y +CONFIG_READ_ONLY_THP_FOR_FS=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_FRONTSWAP=y +CONFIG_CMA=y +# CONFIG_CMA_DEBUG is not set +CONFIG_CMA_DEBUGFS=y +# CONFIG_CMA_SYSFS is not set +CONFIG_CMA_AREAS=7 +CONFIG_GENERIC_EARLY_IOREMAP=y +# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set +# CONFIG_IDLE_PAGE_TRACKING is not set +CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y +CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y +CONFIG_ARCH_HAS_PTE_DEVMAP=y +CONFIG_ARCH_HAS_ZONE_DMA_SET=y +CONFIG_ZONE_DMA=y +CONFIG_ZONE_DMA32=y +CONFIG_ZONE_DEVICE=y +CONFIG_GET_FREE_REGION=y +# CONFIG_DEVICE_PRIVATE is not set +CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y +CONFIG_ARCH_HAS_PKEYS=y +CONFIG_VM_EVENT_COUNTERS=y +CONFIG_PERCPU_STATS=y +# CONFIG_GUP_TEST is not set +# CONFIG_DMAPOOL_TEST is not set +CONFIG_ARCH_HAS_PTE_SPECIAL=y +# CONFIG_SECRETMEM is not set +# CONFIG_ANON_VMA_NAME is not set +CONFIG_USERFAULTFD=y +CONFIG_HAVE_ARCH_USERFAULTFD_WP=y +CONFIG_HAVE_ARCH_USERFAULTFD_MINOR=y +CONFIG_PTE_MARKER_UFFD_WP=y +# CONFIG_LRU_GEN is not set +CONFIG_ARCH_SUPPORTS_PER_VMA_LOCK=y +CONFIG_LOCK_MM_AND_FIND_VMA=y + +# +# Data Access Monitoring +# +# CONFIG_DAMON is not set +# end of Data Access Monitoring +# end of Memory Management options + +CONFIG_NET=y +CONFIG_NET_INGRESS=y +CONFIG_NET_EGRESS=y +CONFIG_SKB_EXTENSIONS=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_DIAG is not set +CONFIG_UNIX=y +CONFIG_UNIX_SCM=y +CONFIG_AF_UNIX_OOB=y +CONFIG_UNIX_DIAG=m +CONFIG_TLS=m +# CONFIG_TLS_DEVICE is not set +# CONFIG_TLS_TOE is not set +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=y +CONFIG_XFRM_USER=y +# CONFIG_XFRM_USER_COMPAT is not set +# CONFIG_XFRM_INTERFACE is not set +CONFIG_XFRM_SUB_POLICY=y +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set +CONFIG_XFRM_AH=m +CONFIG_XFRM_ESP=m +CONFIG_XFRM_IPCOMP=m +CONFIG_NET_KEY=m +# CONFIG_NET_KEY_MIGRATE is not set +CONFIG_XDP_SOCKETS=y +CONFIG_XDP_SOCKETS_DIAG=y +CONFIG_NET_HANDSHAKE=y +CONFIG_INET=y +CONFIG_IP_MULTICAST=y +CONFIG_IP_ADVANCED_ROUTER=y +# CONFIG_IP_FIB_TRIE_STATS is not set +CONFIG_IP_MULTIPLE_TABLES=y +CONFIG_IP_ROUTE_MULTIPATH=y +CONFIG_IP_ROUTE_VERBOSE=y +CONFIG_IP_ROUTE_CLASSID=y +# CONFIG_IP_PNP is not set +CONFIG_NET_IPIP=m +CONFIG_NET_IPGRE_DEMUX=m +CONFIG_NET_IP_TUNNEL=y +CONFIG_NET_IPGRE=m +CONFIG_NET_IPGRE_BROADCAST=y +CONFIG_IP_MROUTE_COMMON=y +CONFIG_IP_MROUTE=y +# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_PIMSM_V1=y +CONFIG_IP_PIMSM_V2=y +CONFIG_SYN_COOKIES=y +# CONFIG_NET_IPVTI is not set +CONFIG_NET_UDP_TUNNEL=y +CONFIG_NET_FOU=m +# CONFIG_NET_FOU_IP_TUNNELS is not set +CONFIG_INET_AH=m +CONFIG_INET_ESP=m +# CONFIG_INET_ESP_OFFLOAD is not set +# CONFIG_INET_ESPINTCP is not set +CONFIG_INET_IPCOMP=m +CONFIG_INET_TABLE_PERTURB_ORDER=16 +CONFIG_INET_XFRM_TUNNEL=m +CONFIG_INET_TUNNEL=m +CONFIG_INET_DIAG=m +CONFIG_INET_TCP_DIAG=m +CONFIG_INET_UDP_DIAG=m +CONFIG_INET_RAW_DIAG=m +# CONFIG_INET_DIAG_DESTROY is not set +CONFIG_TCP_CONG_ADVANCED=y +CONFIG_TCP_CONG_BIC=m +CONFIG_TCP_CONG_CUBIC=y +CONFIG_TCP_CONG_WESTWOOD=m +CONFIG_TCP_CONG_HTCP=m +CONFIG_TCP_CONG_HSTCP=m +CONFIG_TCP_CONG_HYBLA=m +CONFIG_TCP_CONG_VEGAS=m +CONFIG_TCP_CONG_NV=y +CONFIG_TCP_CONG_SCALABLE=m +CONFIG_TCP_CONG_LP=m +CONFIG_TCP_CONG_VENO=m +CONFIG_TCP_CONG_YEAH=m +CONFIG_TCP_CONG_ILLINOIS=m +CONFIG_TCP_CONG_DCTCP=y +# CONFIG_TCP_CONG_CDG is not set +CONFIG_TCP_CONG_BBR=y +CONFIG_DEFAULT_CUBIC=y +# CONFIG_DEFAULT_DCTCP is not set +# CONFIG_DEFAULT_BBR is not set +# CONFIG_DEFAULT_RENO is not set +CONFIG_DEFAULT_TCP_CONG="cubic" +CONFIG_TCP_MD5SIG=y +CONFIG_IPV6=y +CONFIG_IPV6_ROUTER_PREF=y +CONFIG_IPV6_ROUTE_INFO=y +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +CONFIG_INET6_AH=m +CONFIG_INET6_ESP=m +# CONFIG_INET6_ESP_OFFLOAD is not set +# CONFIG_INET6_ESPINTCP is not set +CONFIG_INET6_IPCOMP=m +CONFIG_IPV6_MIP6=m +CONFIG_IPV6_ILA=m +CONFIG_INET6_XFRM_TUNNEL=m +CONFIG_INET6_TUNNEL=m +# CONFIG_IPV6_VTI is not set +CONFIG_IPV6_SIT=m +# CONFIG_IPV6_SIT_6RD is not set +CONFIG_IPV6_NDISC_NODETYPE=y +CONFIG_IPV6_TUNNEL=m +CONFIG_IPV6_GRE=m +CONFIG_IPV6_FOU=m +CONFIG_IPV6_MULTIPLE_TABLES=y +CONFIG_IPV6_SUBTREES=y +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_SEG6_LWTUNNEL is not set +# CONFIG_IPV6_SEG6_HMAC is not set +# CONFIG_IPV6_RPL_LWTUNNEL is not set +# CONFIG_IPV6_IOAM6_LWTUNNEL is not set +# CONFIG_NETLABEL is not set +# CONFIG_MPTCP is not set +CONFIG_NETWORK_SECMARK=y +CONFIG_NET_PTP_CLASSIFY=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETFILTER=y +CONFIG_NETFILTER_ADVANCED=y +CONFIG_BRIDGE_NETFILTER=m + +# +# Core Netfilter Configuration +# +# CONFIG_NETFILTER_INGRESS is not set +# CONFIG_NETFILTER_EGRESS is not set +CONFIG_NETFILTER_NETLINK=y +CONFIG_NETFILTER_FAMILY_BRIDGE=y +CONFIG_NETFILTER_FAMILY_ARP=y +CONFIG_NETFILTER_BPF_LINK=y +CONFIG_NETFILTER_NETLINK_ACCT=m +CONFIG_NETFILTER_NETLINK_QUEUE=m +CONFIG_NETFILTER_NETLINK_LOG=m +CONFIG_NETFILTER_NETLINK_OSF=m +CONFIG_NF_CONNTRACK=m +CONFIG_NF_LOG_SYSLOG=m +CONFIG_NF_CONNTRACK_MARK=y +# CONFIG_NF_CONNTRACK_SECMARK is not set +# CONFIG_NF_CONNTRACK_ZONES is not set +# CONFIG_NF_CONNTRACK_PROCFS is not set +# CONFIG_NF_CONNTRACK_EVENTS is not set +# CONFIG_NF_CONNTRACK_TIMEOUT is not set +# CONFIG_NF_CONNTRACK_TIMESTAMP is not set +# CONFIG_NF_CONNTRACK_LABELS is not set +# CONFIG_NF_CT_PROTO_DCCP is not set +# CONFIG_NF_CT_PROTO_SCTP is not set +# CONFIG_NF_CT_PROTO_UDPLITE is not set +# CONFIG_NF_CONNTRACK_AMANDA is not set +# CONFIG_NF_CONNTRACK_FTP is not set +# CONFIG_NF_CONNTRACK_H323 is not set +# CONFIG_NF_CONNTRACK_IRC is not set +# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set +# CONFIG_NF_CONNTRACK_SNMP is not set +# CONFIG_NF_CONNTRACK_PPTP is not set +# CONFIG_NF_CONNTRACK_SANE is not set +# CONFIG_NF_CONNTRACK_SIP is not set +# CONFIG_NF_CONNTRACK_TFTP is not set +CONFIG_NF_CT_NETLINK=m +CONFIG_NF_CT_NETLINK_HELPER=m +CONFIG_NETFILTER_NETLINK_GLUE_CT=y +CONFIG_NF_NAT=m +CONFIG_NF_NAT_REDIRECT=y +# CONFIG_NF_TABLES is not set +CONFIG_NETFILTER_XTABLES=y +CONFIG_NETFILTER_XTABLES_COMPAT=y + +# +# Xtables combined modules +# +CONFIG_NETFILTER_XT_MARK=m +# CONFIG_NETFILTER_XT_CONNMARK is not set +CONFIG_NETFILTER_XT_SET=m + +# +# Xtables targets +# +CONFIG_NETFILTER_XT_TARGET_AUDIT=m +CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m +CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m +# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set +# CONFIG_NETFILTER_XT_TARGET_CT is not set +CONFIG_NETFILTER_XT_TARGET_DSCP=m +CONFIG_NETFILTER_XT_TARGET_HL=m +CONFIG_NETFILTER_XT_TARGET_HMARK=m +CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m +CONFIG_NETFILTER_XT_TARGET_LOG=m +CONFIG_NETFILTER_XT_TARGET_MARK=m +CONFIG_NETFILTER_XT_NAT=m +# CONFIG_NETFILTER_XT_TARGET_NETMAP is not set +CONFIG_NETFILTER_XT_TARGET_NFLOG=m +CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m +# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set +CONFIG_NETFILTER_XT_TARGET_RATEEST=m +CONFIG_NETFILTER_XT_TARGET_REDIRECT=m +# CONFIG_NETFILTER_XT_TARGET_MASQUERADE is not set +CONFIG_NETFILTER_XT_TARGET_TEE=m +CONFIG_NETFILTER_XT_TARGET_TPROXY=m +CONFIG_NETFILTER_XT_TARGET_TRACE=m +CONFIG_NETFILTER_XT_TARGET_SECMARK=m +CONFIG_NETFILTER_XT_TARGET_TCPMSS=m +CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m + +# +# Xtables matches +# +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +CONFIG_NETFILTER_XT_MATCH_BPF=m +CONFIG_NETFILTER_XT_MATCH_CGROUP=m +# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set +CONFIG_NETFILTER_XT_MATCH_COMMENT=m +# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set +# CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set +# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set +# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m +CONFIG_NETFILTER_XT_MATCH_CPU=m +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set +CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m +CONFIG_NETFILTER_XT_MATCH_DSCP=m +CONFIG_NETFILTER_XT_MATCH_ECN=m +CONFIG_NETFILTER_XT_MATCH_ESP=m +CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m +# CONFIG_NETFILTER_XT_MATCH_HELPER is not set +CONFIG_NETFILTER_XT_MATCH_HL=m +CONFIG_NETFILTER_XT_MATCH_IPCOMP=m +CONFIG_NETFILTER_XT_MATCH_IPRANGE=m +CONFIG_NETFILTER_XT_MATCH_L2TP=m +CONFIG_NETFILTER_XT_MATCH_LENGTH=m +CONFIG_NETFILTER_XT_MATCH_LIMIT=m +CONFIG_NETFILTER_XT_MATCH_MAC=m +CONFIG_NETFILTER_XT_MATCH_MARK=m +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m +CONFIG_NETFILTER_XT_MATCH_NFACCT=m +CONFIG_NETFILTER_XT_MATCH_OSF=m +CONFIG_NETFILTER_XT_MATCH_OWNER=m +CONFIG_NETFILTER_XT_MATCH_POLICY=m +CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m +CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m +CONFIG_NETFILTER_XT_MATCH_QUOTA=m +CONFIG_NETFILTER_XT_MATCH_RATEEST=m +CONFIG_NETFILTER_XT_MATCH_REALM=m +CONFIG_NETFILTER_XT_MATCH_RECENT=m +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set +# CONFIG_NETFILTER_XT_MATCH_SOCKET is not set +CONFIG_NETFILTER_XT_MATCH_STATE=m +CONFIG_NETFILTER_XT_MATCH_STATISTIC=m +CONFIG_NETFILTER_XT_MATCH_STRING=m +CONFIG_NETFILTER_XT_MATCH_TCPMSS=m +CONFIG_NETFILTER_XT_MATCH_TIME=m +CONFIG_NETFILTER_XT_MATCH_U32=m +# end of Core Netfilter Configuration + +CONFIG_IP_SET=y +CONFIG_IP_SET_MAX=256 +CONFIG_IP_SET_BITMAP_IP=m +CONFIG_IP_SET_BITMAP_IPMAC=m +CONFIG_IP_SET_BITMAP_PORT=m +CONFIG_IP_SET_HASH_IP=m +CONFIG_IP_SET_HASH_IPMARK=m +CONFIG_IP_SET_HASH_IPPORT=m +CONFIG_IP_SET_HASH_IPPORTIP=m +CONFIG_IP_SET_HASH_IPPORTNET=m +# CONFIG_IP_SET_HASH_IPMAC is not set +CONFIG_IP_SET_HASH_MAC=m +CONFIG_IP_SET_HASH_NETPORTNET=m +CONFIG_IP_SET_HASH_NET=m +CONFIG_IP_SET_HASH_NETNET=m +CONFIG_IP_SET_HASH_NETPORT=m +CONFIG_IP_SET_HASH_NETIFACE=m +CONFIG_IP_SET_LIST_SET=m +# CONFIG_IP_VS is not set + +# +# IP: Netfilter Configuration +# +CONFIG_NF_DEFRAG_IPV4=m +# CONFIG_NF_SOCKET_IPV4 is not set +CONFIG_NF_TPROXY_IPV4=m +CONFIG_NF_DUP_IPV4=m +CONFIG_NF_LOG_ARP=m +CONFIG_NF_LOG_IPV4=m +CONFIG_NF_REJECT_IPV4=m +CONFIG_IP_NF_IPTABLES=y +CONFIG_IP_NF_MATCH_AH=m +CONFIG_IP_NF_MATCH_ECN=m +# CONFIG_IP_NF_MATCH_RPFILTER is not set +CONFIG_IP_NF_MATCH_TTL=m +CONFIG_IP_NF_FILTER=m +CONFIG_IP_NF_TARGET_REJECT=m +# CONFIG_IP_NF_TARGET_SYNPROXY is not set +CONFIG_IP_NF_NAT=m +# CONFIG_IP_NF_TARGET_MASQUERADE is not set +# CONFIG_IP_NF_TARGET_NETMAP is not set +CONFIG_IP_NF_TARGET_REDIRECT=m +CONFIG_IP_NF_MANGLE=m +CONFIG_IP_NF_TARGET_ECN=m +CONFIG_IP_NF_TARGET_TTL=m +CONFIG_IP_NF_RAW=m +# CONFIG_IP_NF_SECURITY is not set +CONFIG_IP_NF_ARPTABLES=m +CONFIG_IP_NF_ARPFILTER=m +CONFIG_IP_NF_ARP_MANGLE=m +# end of IP: Netfilter Configuration + +# +# IPv6: Netfilter Configuration +# +# CONFIG_NF_SOCKET_IPV6 is not set +CONFIG_NF_TPROXY_IPV6=m +CONFIG_NF_DUP_IPV6=m +CONFIG_NF_REJECT_IPV6=m +CONFIG_NF_LOG_IPV6=m +CONFIG_IP6_NF_IPTABLES=y +CONFIG_IP6_NF_MATCH_AH=m +CONFIG_IP6_NF_MATCH_EUI64=m +CONFIG_IP6_NF_MATCH_FRAG=m +CONFIG_IP6_NF_MATCH_OPTS=m +CONFIG_IP6_NF_MATCH_HL=m +CONFIG_IP6_NF_MATCH_IPV6HEADER=m +CONFIG_IP6_NF_MATCH_MH=m +CONFIG_IP6_NF_MATCH_RPFILTER=m +CONFIG_IP6_NF_MATCH_RT=m +# CONFIG_IP6_NF_MATCH_SRH is not set +CONFIG_IP6_NF_TARGET_HL=m +CONFIG_IP6_NF_FILTER=m +CONFIG_IP6_NF_TARGET_REJECT=m +# CONFIG_IP6_NF_TARGET_SYNPROXY is not set +CONFIG_IP6_NF_MANGLE=m +CONFIG_IP6_NF_RAW=m +# CONFIG_IP6_NF_SECURITY is not set +# CONFIG_IP6_NF_NAT is not set +# end of IPv6: Netfilter Configuration + +CONFIG_NF_DEFRAG_IPV6=m +# CONFIG_NF_CONNTRACK_BRIDGE is not set +CONFIG_BRIDGE_NF_EBTABLES=m +CONFIG_BRIDGE_EBT_BROUTE=m +CONFIG_BRIDGE_EBT_T_FILTER=m +CONFIG_BRIDGE_EBT_T_NAT=m +CONFIG_BRIDGE_EBT_802_3=m +CONFIG_BRIDGE_EBT_AMONG=m +CONFIG_BRIDGE_EBT_ARP=m +CONFIG_BRIDGE_EBT_IP=m +CONFIG_BRIDGE_EBT_IP6=m +CONFIG_BRIDGE_EBT_LIMIT=m +CONFIG_BRIDGE_EBT_MARK=m +CONFIG_BRIDGE_EBT_PKTTYPE=m +CONFIG_BRIDGE_EBT_STP=m +CONFIG_BRIDGE_EBT_VLAN=m +CONFIG_BRIDGE_EBT_ARPREPLY=m +CONFIG_BRIDGE_EBT_DNAT=m +CONFIG_BRIDGE_EBT_MARK_T=m +CONFIG_BRIDGE_EBT_REDIRECT=m +CONFIG_BRIDGE_EBT_SNAT=m +CONFIG_BRIDGE_EBT_LOG=m +CONFIG_BRIDGE_EBT_NFLOG=m +# CONFIG_BPFILTER is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_L2TP is not set +CONFIG_STP=m +CONFIG_BRIDGE=m +CONFIG_BRIDGE_IGMP_SNOOPING=y +# CONFIG_BRIDGE_VLAN_FILTERING is not set +# CONFIG_BRIDGE_MRP is not set +# CONFIG_BRIDGE_CFM is not set +# CONFIG_NET_DSA is not set +CONFIG_VLAN_8021Q=m +# CONFIG_VLAN_8021Q_GVRP is not set +# CONFIG_VLAN_8021Q_MVRP is not set +CONFIG_LLC=m +# CONFIG_LLC2 is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_PHONET is not set +# CONFIG_6LOWPAN is not set +# CONFIG_IEEE802154 is not set +CONFIG_NET_SCHED=y + +# +# Queueing/Scheduling +# +CONFIG_NET_SCH_HTB=m +# CONFIG_NET_SCH_HFSC is not set +CONFIG_NET_SCH_PRIO=m +CONFIG_NET_SCH_MULTIQ=m +# CONFIG_NET_SCH_RED is not set +# CONFIG_NET_SCH_SFB is not set +CONFIG_NET_SCH_SFQ=m +# CONFIG_NET_SCH_TEQL is not set +# CONFIG_NET_SCH_TBF is not set +# CONFIG_NET_SCH_CBS is not set +# CONFIG_NET_SCH_ETF is not set +CONFIG_NET_SCH_MQPRIO_LIB=m +# CONFIG_NET_SCH_TAPRIO is not set +# CONFIG_NET_SCH_GRED is not set +CONFIG_NET_SCH_NETEM=m +# CONFIG_NET_SCH_DRR is not set +CONFIG_NET_SCH_MQPRIO=m +# CONFIG_NET_SCH_SKBPRIO is not set +# CONFIG_NET_SCH_CHOKE is not set +# CONFIG_NET_SCH_QFQ is not set +# CONFIG_NET_SCH_CODEL is not set +CONFIG_NET_SCH_FQ_CODEL=m +# CONFIG_NET_SCH_CAKE is not set +CONFIG_NET_SCH_FQ=m +# CONFIG_NET_SCH_HHF is not set +# CONFIG_NET_SCH_PIE is not set +CONFIG_NET_SCH_INGRESS=y +# CONFIG_NET_SCH_PLUG is not set +# CONFIG_NET_SCH_ETS is not set +# CONFIG_NET_SCH_DEFAULT is not set + +# +# Classification +# +CONFIG_NET_CLS=y +CONFIG_NET_CLS_BASIC=m +# CONFIG_NET_CLS_ROUTE4 is not set +# CONFIG_NET_CLS_FW is not set +CONFIG_NET_CLS_U32=m +CONFIG_CLS_U32_PERF=y +CONFIG_CLS_U32_MARK=y +# CONFIG_NET_CLS_FLOW is not set +CONFIG_NET_CLS_CGROUP=m +CONFIG_NET_CLS_BPF=m +# CONFIG_NET_CLS_FLOWER is not set +# CONFIG_NET_CLS_MATCHALL is not set +# CONFIG_NET_EMATCH is not set +CONFIG_NET_CLS_ACT=y +CONFIG_NET_ACT_POLICE=m +CONFIG_NET_ACT_GACT=m +# CONFIG_GACT_PROB is not set +CONFIG_NET_ACT_MIRRED=m +# CONFIG_NET_ACT_SAMPLE is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_NAT is not set +# CONFIG_NET_ACT_PEDIT is not set +# CONFIG_NET_ACT_SIMP is not set +# CONFIG_NET_ACT_SKBEDIT is not set +# CONFIG_NET_ACT_CSUM is not set +# CONFIG_NET_ACT_MPLS is not set +# CONFIG_NET_ACT_VLAN is not set +CONFIG_NET_ACT_BPF=m +# CONFIG_NET_ACT_CONNMARK is not set +# CONFIG_NET_ACT_CTINFO is not set +# CONFIG_NET_ACT_SKBMOD is not set +# CONFIG_NET_ACT_IFE is not set +# CONFIG_NET_ACT_TUNNEL_KEY is not set +# CONFIG_NET_ACT_GATE is not set +# CONFIG_NET_TC_SKB_EXT is not set +CONFIG_NET_SCH_FIFO=y +CONFIG_DCB=y +CONFIG_DNS_RESOLVER=y +# CONFIG_BATMAN_ADV is not set +# CONFIG_OPENVSWITCH is not set +# CONFIG_VSOCKETS is not set +CONFIG_NETLINK_DIAG=y +CONFIG_MPLS=y +CONFIG_NET_MPLS_GSO=m +CONFIG_MPLS_ROUTING=m +CONFIG_MPLS_IPTUNNEL=m +# CONFIG_NET_NSH is not set +# CONFIG_HSR is not set +CONFIG_NET_SWITCHDEV=y +# CONFIG_NET_L3_MASTER_DEV is not set +# CONFIG_QRTR is not set +# CONFIG_NET_NCSI is not set +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_MAX_SKB_FRAGS=17 +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +CONFIG_CGROUP_NET_PRIO=y +CONFIG_CGROUP_NET_CLASSID=y +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +CONFIG_BPF_STREAM_PARSER=y +CONFIG_NET_FLOW_LIMIT=y + +# +# Network testing +# +CONFIG_NET_PKTGEN=m +# CONFIG_NET_DROP_MONITOR is not set +# end of Network testing +# end of Networking options + +# CONFIG_HAMRADIO is not set +# CONFIG_CAN is not set +# CONFIG_BT is not set +# CONFIG_AF_RXRPC is not set +CONFIG_AF_KCM=m +CONFIG_STREAM_PARSER=y +# CONFIG_MCTP is not set +CONFIG_FIB_RULES=y +# CONFIG_WIRELESS is not set +# CONFIG_RFKILL is not set +CONFIG_NET_9P=m +CONFIG_NET_9P_FD=m +CONFIG_NET_9P_VIRTIO=m +# CONFIG_NET_9P_DEBUG is not set +# CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set +# CONFIG_NFC is not set +CONFIG_PSAMPLE=y +# CONFIG_NET_IFE is not set +CONFIG_LWTUNNEL=y +CONFIG_LWTUNNEL_BPF=y +CONFIG_DST_CACHE=y +CONFIG_GRO_CELLS=y +CONFIG_NET_SELFTESTS=y +CONFIG_NET_SOCK_MSG=y +CONFIG_NET_DEVLINK=y +CONFIG_PAGE_POOL=y +CONFIG_PAGE_POOL_STATS=y +CONFIG_FAILOVER=m +CONFIG_ETHTOOL_NETLINK=y + +# +# Device Drivers +# +CONFIG_HAVE_EISA=y +# CONFIG_EISA is not set +CONFIG_HAVE_PCI=y +CONFIG_PCI=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCIEPORTBUS=y +CONFIG_HOTPLUG_PCI_PCIE=y +CONFIG_PCIEAER=y +# CONFIG_PCIEAER_INJECT is not set +# CONFIG_PCIE_ECRC is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +# CONFIG_PCIEASPM_PERFORMANCE is not set +CONFIG_PCIE_DPC=y +CONFIG_PCIE_PTM=y +CONFIG_PCIE_EDR=y +CONFIG_PCI_MSI=y +CONFIG_PCI_QUIRKS=y +# CONFIG_PCI_DEBUG is not set +# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set +# CONFIG_PCI_STUB is not set +# CONFIG_PCI_PF_STUB is not set +CONFIG_PCI_ATS=y +CONFIG_PCI_DOE=y +CONFIG_PCI_LOCKLESS_CONFIG=y +CONFIG_PCI_IOV=y +CONFIG_PCI_PRI=y +CONFIG_PCI_PASID=y +CONFIG_PCI_P2PDMA=y +CONFIG_PCI_LABEL=y +# CONFIG_PCIE_BUS_TUNE_OFF is not set +CONFIG_PCIE_BUS_DEFAULT=y +# CONFIG_PCIE_BUS_SAFE is not set +# CONFIG_PCIE_BUS_PERFORMANCE is not set +# CONFIG_PCIE_BUS_PEER2PEER is not set +# CONFIG_VGA_ARB is not set +CONFIG_HOTPLUG_PCI=y +# CONFIG_HOTPLUG_PCI_ACPI is not set +# CONFIG_HOTPLUG_PCI_CPCI is not set +# CONFIG_HOTPLUG_PCI_SHPC is not set + +# +# PCI controller drivers +# +CONFIG_VMD=m + +# +# Cadence-based PCIe controllers +# +# end of Cadence-based PCIe controllers + +# +# DesignWare-based PCIe controllers +# +# CONFIG_PCI_MESON is not set +# CONFIG_PCIE_DW_PLAT_HOST is not set +# end of DesignWare-based PCIe controllers + +# +# Mobiveil-based PCIe controllers +# +# end of Mobiveil-based PCIe controllers +# end of PCI controller drivers + +# +# PCI Endpoint +# +# CONFIG_PCI_ENDPOINT is not set +# end of PCI Endpoint + +# +# PCI switch controller drivers +# +CONFIG_PCI_SW_SWITCHTEC=m +# end of PCI switch controller drivers + +CONFIG_CXL_BUS=y +CONFIG_CXL_PCI=y +CONFIG_CXL_MEM_RAW_COMMANDS=y +CONFIG_CXL_ACPI=y +CONFIG_CXL_PMEM=m +CONFIG_CXL_MEM=y +CONFIG_CXL_PORT=y +CONFIG_CXL_REGION=y +# CONFIG_CXL_REGION_INVALIDATION_TEST is not set +# CONFIG_PCCARD is not set +# CONFIG_RAPIDIO is not set + +# +# Generic Driver Options +# +CONFIG_AUXILIARY_BUS=y +# CONFIG_UEVENT_HELPER is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +# CONFIG_DEVTMPFS_SAFE is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y + +# +# Firmware loader +# +CONFIG_FW_LOADER=y +CONFIG_FW_LOADER_DEBUG=y +CONFIG_FW_LOADER_PAGED_BUF=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_FW_LOADER_USER_HELPER is not set +CONFIG_FW_LOADER_COMPRESS=y +CONFIG_FW_LOADER_COMPRESS_XZ=y +# CONFIG_FW_LOADER_COMPRESS_ZSTD is not set +# CONFIG_FW_UPLOAD is not set +# end of Firmware loader + +CONFIG_ALLOW_DEV_COREDUMP=y +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y +CONFIG_REGMAP=y +CONFIG_REGMAP_I2C=y +CONFIG_REGMAP_MMIO=y +# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set +# end of Generic Driver Options + +# +# Bus devices +# +# CONFIG_MHI_BUS is not set +# CONFIG_MHI_BUS_EP is not set +# end of Bus devices + +# CONFIG_CONNECTOR is not set + +# +# Firmware Drivers +# + +# +# ARM System Control and Management Interface Protocol +# +# end of ARM System Control and Management Interface Protocol + +CONFIG_EDD=y +# CONFIG_EDD_OFF is not set +CONFIG_FIRMWARE_MEMMAP=y +CONFIG_DMIID=y +# CONFIG_DMI_SYSFS is not set +CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y +# CONFIG_ISCSI_IBFT is not set +# CONFIG_FW_CFG_SYSFS is not set +# CONFIG_SYSFB_SIMPLEFB is not set +# CONFIG_GOOGLE_FIRMWARE is not set + +# +# EFI (Extensible Firmware Interface) Support +# +CONFIG_EFI_ESRT=y +# CONFIG_EFI_VARS_PSTORE is not set +CONFIG_EFI_DXE_MEM_ATTRIBUTES=y +CONFIG_EFI_RUNTIME_WRAPPERS=y +CONFIG_EFI_BOOTLOADER_CONTROL=m +# CONFIG_EFI_CAPSULE_LOADER is not set +# CONFIG_EFI_TEST is not set +# CONFIG_APPLE_PROPERTIES is not set +# CONFIG_RESET_ATTACK_MITIGATION is not set +# CONFIG_EFI_RCI2_TABLE is not set +# CONFIG_EFI_DISABLE_PCI_DMA is not set +CONFIG_EFI_EARLYCON=y +# CONFIG_EFI_CUSTOM_SSDT_OVERLAYS is not set +# CONFIG_EFI_DISABLE_RUNTIME is not set +# CONFIG_EFI_COCO_SECRET is not set +# end of EFI (Extensible Firmware Interface) Support + +CONFIG_UEFI_CPER=y +CONFIG_UEFI_CPER_X86=y + +# +# Tegra firmware driver +# +# end of Tegra firmware driver +# end of Firmware Drivers + +# CONFIG_GNSS is not set +CONFIG_MTD=y +# CONFIG_MTD_TESTS is not set + +# +# Partition parsers +# +# CONFIG_MTD_AR7_PARTS is not set +# CONFIG_MTD_CMDLINE_PARTS is not set +# CONFIG_MTD_REDBOOT_PARTS is not set +# end of Partition parsers + +# +# User Modules And Translation Layers +# +# CONFIG_MTD_BLOCK is not set +# CONFIG_MTD_BLOCK_RO is not set +# CONFIG_FTL is not set +# CONFIG_NFTL is not set +# CONFIG_INFTL is not set +# CONFIG_RFD_FTL is not set +# CONFIG_SSFDC is not set +# CONFIG_SM_FTL is not set +# CONFIG_MTD_OOPS is not set +# CONFIG_MTD_SWAP is not set +# CONFIG_MTD_PARTITIONED_MASTER is not set + +# +# RAM/ROM/Flash chip drivers +# +CONFIG_MTD_CFI=y +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_GEN_PROBE=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_INTELEXT is not set +# CONFIG_MTD_CFI_AMDSTD is not set +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set +# end of RAM/ROM/Flash chip drivers + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_COMPLEX_MAPPINGS is not set +# CONFIG_MTD_PHYSMAP is not set +# CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_PLATRAM is not set +# end of Mapping drivers for chip access + +# +# Self-contained MTD device drivers +# +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_DATAFLASH is not set +# CONFIG_MTD_MCHP23K256 is not set +# CONFIG_MTD_MCHP48L640 is not set +# CONFIG_MTD_SST25L is not set +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLOCK2MTD is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOCG3 is not set +# end of Self-contained MTD device drivers + +# +# NAND +# +# CONFIG_MTD_ONENAND is not set +# CONFIG_MTD_RAW_NAND is not set +# CONFIG_MTD_SPI_NAND is not set + +# +# ECC engine support +# +# CONFIG_MTD_NAND_ECC_SW_HAMMING is not set +# CONFIG_MTD_NAND_ECC_SW_BCH is not set +# CONFIG_MTD_NAND_ECC_MXIC is not set +# end of ECC engine support +# end of NAND + +# +# LPDDR & LPDDR2 PCM memory drivers +# +# CONFIG_MTD_LPDDR is not set +# end of LPDDR & LPDDR2 PCM memory drivers + +CONFIG_MTD_SPI_NOR=m +CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y +# CONFIG_MTD_SPI_NOR_SWP_DISABLE is not set +CONFIG_MTD_SPI_NOR_SWP_DISABLE_ON_VOLATILE=y +# CONFIG_MTD_SPI_NOR_SWP_KEEP is not set +# CONFIG_MTD_UBI is not set +# CONFIG_MTD_HYPERBUS is not set +# CONFIG_OF is not set +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y +# CONFIG_PARPORT is not set +CONFIG_PNP=y +CONFIG_PNP_DEBUG_MESSAGES=y + +# +# Protocols +# +CONFIG_PNPACPI=y +CONFIG_BLK_DEV=y +CONFIG_BLK_DEV_NULL_BLK=m +CONFIG_CDROM=m +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set +# CONFIG_ZRAM is not set +CONFIG_BLK_DEV_LOOP=m +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +# CONFIG_BLK_DEV_DRBD is not set +CONFIG_BLK_DEV_NBD=m +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=4096 +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +CONFIG_VIRTIO_BLK=y +# CONFIG_BLK_DEV_RBD is not set +CONFIG_BLK_DEV_UBLK=y +# CONFIG_BLKDEV_UBLK_LEGACY_OPCODES is not set + +# +# NVME Support +# +CONFIG_NVME_CORE=y +CONFIG_BLK_DEV_NVME=y +# CONFIG_NVME_MULTIPATH is not set +# CONFIG_NVME_VERBOSE_ERRORS is not set +CONFIG_NVME_HWMON=y +# CONFIG_NVME_FC is not set +# CONFIG_NVME_TCP is not set +# CONFIG_NVME_AUTH is not set +# CONFIG_NVME_TARGET is not set +# end of NVME Support + +# +# Misc devices +# +# CONFIG_AD525X_DPOT is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_IBM_ASM is not set +# CONFIG_PHANTOM is not set +# CONFIG_TIFM_CORE is not set +# CONFIG_ICS932S401 is not set +CONFIG_ENCLOSURE_SERVICES=m +CONFIG_HP_ILO=m +# CONFIG_APDS9802ALS is not set +# CONFIG_ISL29003 is not set +# CONFIG_ISL29020 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_BH1770 is not set +# CONFIG_SENSORS_APDS990X is not set +# CONFIG_HMC6352 is not set +# CONFIG_DS1682 is not set +# CONFIG_LATTICE_ECP3_CONFIG is not set +# CONFIG_SRAM is not set +# CONFIG_DW_XDATA_PCIE is not set +# CONFIG_PCI_ENDPOINT_TEST is not set +# CONFIG_XILINX_SDFEC is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +CONFIG_EEPROM_AT24=y +# CONFIG_EEPROM_AT25 is not set +# CONFIG_EEPROM_LEGACY is not set +# CONFIG_EEPROM_MAX6875 is not set +# CONFIG_EEPROM_93CX6 is not set +# CONFIG_EEPROM_93XX46 is not set +# CONFIG_EEPROM_IDT_89HPESX is not set +# CONFIG_EEPROM_EE1004 is not set +# end of EEPROM support + +# CONFIG_CB710_CORE is not set + +# +# Texas Instruments shared transport line discipline +# +# CONFIG_TI_ST is not set +# end of Texas Instruments shared transport line discipline + +# CONFIG_SENSORS_LIS3_I2C is not set +# CONFIG_ALTERA_STAPL is not set +CONFIG_INTEL_MEI=m +# CONFIG_INTEL_MEI_ME is not set +CONFIG_INTEL_MEI_TXE=m +# CONFIG_VMWARE_VMCI is not set +# CONFIG_GENWQE is not set +# CONFIG_ECHO is not set +CONFIG_BCM_VK=m +# CONFIG_BCM_VK_TTY is not set +# CONFIG_MISC_ALCOR_PCI is not set +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_MISC_RTSX_USB is not set +# CONFIG_UACCE is not set +# CONFIG_PVPANIC is not set +# CONFIG_GP_PCI1XXXX is not set +# end of Misc devices + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +CONFIG_RAID_ATTRS=m +CONFIG_SCSI_COMMON=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +CONFIG_SCSI_NETLINK=y +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +CONFIG_CHR_DEV_ST=m +CONFIG_BLK_DEV_SR=m +CONFIG_CHR_DEV_SG=m +CONFIG_BLK_DEV_BSG=y +CONFIG_CHR_DEV_SCH=m +CONFIG_SCSI_ENCLOSURE=m +CONFIG_SCSI_CONSTANTS=y +CONFIG_SCSI_LOGGING=y +CONFIG_SCSI_SCAN_ASYNC=y + +# +# SCSI Transports +# +CONFIG_SCSI_SPI_ATTRS=m +CONFIG_SCSI_FC_ATTRS=m +# CONFIG_SCSI_ISCSI_ATTRS is not set +CONFIG_SCSI_SAS_ATTRS=m +# CONFIG_SCSI_SAS_LIBSAS is not set +# CONFIG_SCSI_SRP_ATTRS is not set +# end of SCSI Transports + +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +# CONFIG_ISCSI_BOOT_SYSFS is not set +# CONFIG_SCSI_CXGB3_ISCSI is not set +# CONFIG_SCSI_CXGB4_ISCSI is not set +# CONFIG_SCSI_BNX2_ISCSI is not set +# CONFIG_BE2ISCSI is not set +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +CONFIG_SCSI_HPSA=m +# CONFIG_SCSI_3W_9XXX is not set +# CONFIG_SCSI_3W_SAS is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_AIC94XX is not set +# CONFIG_SCSI_MVSAS is not set +# CONFIG_SCSI_MVUMI is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_ARCMSR is not set +# CONFIG_SCSI_ESAS2R is not set +CONFIG_MEGARAID_NEWGEN=y +CONFIG_MEGARAID_MM=m +CONFIG_MEGARAID_MAILBOX=m +# CONFIG_MEGARAID_LEGACY is not set +CONFIG_MEGARAID_SAS=m +CONFIG_SCSI_MPT3SAS=m +CONFIG_SCSI_MPT2SAS_MAX_SGE=128 +CONFIG_SCSI_MPT3SAS_MAX_SGE=128 +# CONFIG_SCSI_MPT2SAS is not set +CONFIG_SCSI_MPI3MR=m +CONFIG_SCSI_SMARTPQI=m +# CONFIG_SCSI_HPTIOP is not set +# CONFIG_SCSI_BUSLOGIC is not set +# CONFIG_SCSI_MYRB is not set +# CONFIG_SCSI_MYRS is not set +# CONFIG_VMWARE_PVSCSI is not set +# CONFIG_LIBFC is not set +# CONFIG_SCSI_SNIC is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_FDOMAIN_PCI is not set +# CONFIG_SCSI_ISCI is not set +# CONFIG_SCSI_IPS is not set +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_STEX is not set +# CONFIG_SCSI_SYM53C8XX_2 is not set +# CONFIG_SCSI_IPR is not set +# CONFIG_SCSI_QLOGIC_1280 is not set +CONFIG_SCSI_QLA_FC=m +# CONFIG_SCSI_QLA_ISCSI is not set +CONFIG_SCSI_LPFC=m +CONFIG_SCSI_LPFC_DEBUG_FS=y +# CONFIG_SCSI_DC395x is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_WD719X is not set +CONFIG_SCSI_DEBUG=m +# CONFIG_SCSI_PMCRAID is not set +# CONFIG_SCSI_PM8001 is not set +# CONFIG_SCSI_BFA_FC is not set +CONFIG_SCSI_VIRTIO=y +# CONFIG_SCSI_CHELSIO_FCOE is not set +# CONFIG_SCSI_DH is not set +# end of SCSI device support + +CONFIG_ATA=y +CONFIG_SATA_HOST=y +CONFIG_PATA_TIMINGS=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATA_FORCE=y +CONFIG_ATA_ACPI=y +CONFIG_SATA_PMP=y + +# +# Controllers with non-SFF native interface +# +CONFIG_SATA_AHCI=y +CONFIG_SATA_MOBILE_LPM_POLICY=0 +# CONFIG_SATA_AHCI_PLATFORM is not set +# CONFIG_AHCI_DWC is not set +# CONFIG_SATA_INIC162X is not set +# CONFIG_SATA_ACARD_AHCI is not set +# CONFIG_SATA_SIL24 is not set +# CONFIG_ATA_SFF is not set +CONFIG_MD=y +CONFIG_BLK_DEV_MD=y +CONFIG_MD_AUTODETECT=y +# CONFIG_MD_LINEAR is not set +CONFIG_MD_RAID0=m +CONFIG_MD_RAID1=m +CONFIG_MD_RAID10=m +CONFIG_MD_RAID456=m +# CONFIG_MD_MULTIPATH is not set +# CONFIG_MD_FAULTY is not set +CONFIG_BCACHE=m +# CONFIG_BCACHE_DEBUG is not set +# CONFIG_BCACHE_CLOSURES_DEBUG is not set +# CONFIG_BCACHE_ASYNC_REGISTRATION is not set +CONFIG_BLK_DEV_DM_BUILTIN=y +CONFIG_BLK_DEV_DM=y +# CONFIG_DM_DEBUG is not set +CONFIG_DM_BUFIO=m +# CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set +CONFIG_DM_BIO_PRISON=m +CONFIG_DM_PERSISTENT_DATA=m +# CONFIG_DM_UNSTRIPED is not set +CONFIG_DM_CRYPT=m +CONFIG_DM_SNAPSHOT=m +CONFIG_DM_THIN_PROVISIONING=m +CONFIG_DM_CACHE=m +CONFIG_DM_CACHE_SMQ=m +CONFIG_DM_WRITECACHE=m +# CONFIG_DM_EBS is not set +# CONFIG_DM_ERA is not set +# CONFIG_DM_CLONE is not set +CONFIG_DM_MIRROR=m +# CONFIG_DM_LOG_USERSPACE is not set +# CONFIG_DM_RAID is not set +CONFIG_DM_ZERO=m +CONFIG_DM_MULTIPATH=m +# CONFIG_DM_MULTIPATH_QL is not set +# CONFIG_DM_MULTIPATH_ST is not set +# CONFIG_DM_MULTIPATH_HST is not set +# CONFIG_DM_MULTIPATH_IOA is not set +CONFIG_DM_DELAY=m +# CONFIG_DM_DUST is not set +# CONFIG_DM_INIT is not set +# CONFIG_DM_UEVENT is not set +CONFIG_DM_FLAKEY=m +CONFIG_DM_VERITY=m +CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG=y +# CONFIG_DM_VERITY_FEC is not set +# CONFIG_DM_SWITCH is not set +# CONFIG_DM_LOG_WRITES is not set +# CONFIG_DM_INTEGRITY is not set +# CONFIG_DM_AUDIT is not set +# CONFIG_TARGET_CORE is not set +CONFIG_FUSION=y +CONFIG_FUSION_SPI=m +# CONFIG_FUSION_FC is not set +CONFIG_FUSION_SAS=m +CONFIG_FUSION_MAX_SGE=128 +CONFIG_FUSION_CTL=m +# CONFIG_FUSION_LOGGING is not set + +# +# IEEE 1394 (FireWire) support +# +# CONFIG_FIREWIRE is not set +# CONFIG_FIREWIRE_NOSY is not set +# end of IEEE 1394 (FireWire) support + +# CONFIG_MACINTOSH_DRIVERS is not set +CONFIG_NETDEVICES=y +CONFIG_MII=m +CONFIG_NET_CORE=y +CONFIG_BONDING=m +CONFIG_DUMMY=m +CONFIG_WIREGUARD=y +# CONFIG_WIREGUARD_DEBUG is not set +# CONFIG_EQUALIZER is not set +# CONFIG_NET_FC is not set +# CONFIG_IFB is not set +CONFIG_NET_TEAM=m +# CONFIG_NET_TEAM_MODE_BROADCAST is not set +CONFIG_NET_TEAM_MODE_ROUNDROBIN=m +# CONFIG_NET_TEAM_MODE_RANDOM is not set +CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m +CONFIG_NET_TEAM_MODE_LOADBALANCE=m +CONFIG_MACVLAN=m +CONFIG_MACVTAP=m +# CONFIG_IPVLAN is not set +# CONFIG_VXLAN is not set +# CONFIG_GENEVE is not set +# CONFIG_BAREUDP is not set +# CONFIG_GTP is not set +# CONFIG_AMT is not set +# CONFIG_MACSEC is not set +CONFIG_NETCONSOLE=y +CONFIG_NETCONSOLE_DYNAMIC=y +CONFIG_NETCONSOLE_EXTENDED_LOG=y +CONFIG_NETCONSOLE_PREPEND_RELEASE=y +CONFIG_NETPOLL=y +CONFIG_NET_POLL_CONTROLLER=y +CONFIG_TUN=m +CONFIG_TAP=m +# CONFIG_TUN_VNET_CROSS_LE is not set +CONFIG_VETH=m +CONFIG_VIRTIO_NET=m +# CONFIG_NLMON is not set +# CONFIG_ARCNET is not set +CONFIG_ETHERNET=y +CONFIG_MDIO=y +# CONFIG_NET_VENDOR_3COM is not set +# CONFIG_NET_VENDOR_ADAPTEC is not set +# CONFIG_NET_VENDOR_AGERE is not set +# CONFIG_NET_VENDOR_ALACRITECH is not set +# CONFIG_NET_VENDOR_ALTEON is not set +# CONFIG_ALTERA_TSE is not set +# CONFIG_NET_VENDOR_AMAZON is not set +# CONFIG_NET_VENDOR_AMD is not set +# CONFIG_NET_VENDOR_AQUANTIA is not set +# CONFIG_NET_VENDOR_ARC is not set +# CONFIG_NET_VENDOR_ASIX is not set +# CONFIG_NET_VENDOR_ATHEROS is not set +# CONFIG_CX_ECAT is not set +CONFIG_NET_VENDOR_BROADCOM=y +# CONFIG_B44 is not set +# CONFIG_BCMGENET is not set +# CONFIG_BNX2 is not set +# CONFIG_CNIC is not set +CONFIG_TIGON3=m +CONFIG_TIGON3_HWMON=y +# CONFIG_BNX2X is not set +# CONFIG_SYSTEMPORT is not set +CONFIG_BNXT=y +# CONFIG_BNXT_SRIOV is not set +# CONFIG_BNXT_FLOWER_OFFLOAD is not set +# CONFIG_BNXT_DCB is not set +CONFIG_BNXT_HWMON=y +# CONFIG_NET_VENDOR_CADENCE is not set +# CONFIG_NET_VENDOR_CAVIUM is not set +# CONFIG_NET_VENDOR_CHELSIO is not set +# CONFIG_NET_VENDOR_CISCO is not set +# CONFIG_NET_VENDOR_CORTINA is not set +# CONFIG_NET_VENDOR_DAVICOM is not set +# CONFIG_DNET is not set +# CONFIG_NET_VENDOR_DEC is not set +# CONFIG_NET_VENDOR_DLINK is not set +# CONFIG_NET_VENDOR_EMULEX is not set +# CONFIG_NET_VENDOR_ENGLEDER is not set +# CONFIG_NET_VENDOR_EZCHIP is not set +# CONFIG_NET_VENDOR_FUNGIBLE is not set +# CONFIG_NET_VENDOR_GOOGLE is not set +# CONFIG_NET_VENDOR_HUAWEI is not set +# CONFIG_NET_VENDOR_I825XX is not set +CONFIG_NET_VENDOR_INTEL=y +# CONFIG_E100 is not set +CONFIG_E1000=m +CONFIG_E1000E=m +CONFIG_E1000E_HWTS=y +CONFIG_IGB=y +CONFIG_IGB_HWMON=y +CONFIG_IGB_DCA=y +# CONFIG_IGBVF is not set +CONFIG_IXGBE=y +CONFIG_IXGBE_HWMON=y +CONFIG_IXGBE_DCA=y +CONFIG_IXGBE_DCB=y +CONFIG_IXGBEVF=m +# CONFIG_I40E is not set +# CONFIG_I40EVF is not set +CONFIG_ICE=m +# CONFIG_ICE_SWITCHDEV is not set +# CONFIG_ICE_HWTS is not set +# CONFIG_FM10K is not set +CONFIG_IGC=m +# CONFIG_JME is not set +# CONFIG_NET_VENDOR_ADI is not set +# CONFIG_NET_VENDOR_LITEX is not set +# CONFIG_NET_VENDOR_MARVELL is not set +CONFIG_NET_VENDOR_MELLANOX=y +CONFIG_MLX4_EN=y +CONFIG_MLX4_EN_DCB=y +CONFIG_MLX4_CORE=y +CONFIG_MLX4_DEBUG=y +CONFIG_MLX4_CORE_GEN2=y +CONFIG_MLX5_CORE=y +# CONFIG_MLX5_FPGA is not set +CONFIG_MLX5_CORE_EN=y +# CONFIG_MLX5_EN_ARFS is not set +CONFIG_MLX5_EN_RXNFC=y +CONFIG_MLX5_MPFS=y +# CONFIG_MLX5_ESWITCH is not set +CONFIG_MLX5_CORE_EN_DCB=y +# CONFIG_MLX5_CORE_IPOIB is not set +# CONFIG_MLX5_SF is not set +# CONFIG_MLXSW_CORE is not set +CONFIG_MLXFW=y +CONFIG_NET_VENDOR_META=y +CONFIG_FBNIC=m +# CONFIG_NET_VENDOR_MICREL is not set +# CONFIG_NET_VENDOR_MICROCHIP is not set +# CONFIG_NET_VENDOR_MICROSEMI is not set +# CONFIG_NET_VENDOR_MICROSOFT is not set +# CONFIG_NET_VENDOR_MYRI is not set +# CONFIG_FEALNX is not set +# CONFIG_NET_VENDOR_NI is not set +# CONFIG_NET_VENDOR_NATSEMI is not set +# CONFIG_NET_VENDOR_NETERION is not set +# CONFIG_NET_VENDOR_NETRONOME is not set +# CONFIG_NET_VENDOR_NVIDIA is not set +# CONFIG_NET_VENDOR_OKI is not set +# CONFIG_ETHOC is not set +# CONFIG_NET_VENDOR_PACKET_ENGINES is not set +# CONFIG_NET_VENDOR_PENSANDO is not set +# CONFIG_NET_VENDOR_QLOGIC is not set +# CONFIG_NET_VENDOR_BROCADE is not set +# CONFIG_NET_VENDOR_QUALCOMM is not set +# CONFIG_NET_VENDOR_RDC is not set +# CONFIG_NET_VENDOR_REALTEK is not set +# CONFIG_NET_VENDOR_RENESAS is not set +# CONFIG_NET_VENDOR_ROCKER is not set +# CONFIG_NET_VENDOR_SAMSUNG is not set +# CONFIG_NET_VENDOR_SEEQ is not set +# CONFIG_NET_VENDOR_SILAN is not set +# CONFIG_NET_VENDOR_SIS is not set +# CONFIG_NET_VENDOR_SOLARFLARE is not set +# CONFIG_NET_VENDOR_SMSC is not set +# CONFIG_NET_VENDOR_SOCIONEXT is not set +# CONFIG_NET_VENDOR_STMICRO is not set +# CONFIG_NET_VENDOR_SUN is not set +# CONFIG_NET_VENDOR_SYNOPSYS is not set +# CONFIG_NET_VENDOR_TEHUTI is not set +# CONFIG_NET_VENDOR_TI is not set +# CONFIG_NET_VENDOR_VERTEXCOM is not set +# CONFIG_NET_VENDOR_VIA is not set +# CONFIG_NET_VENDOR_WANGXUN is not set +# CONFIG_NET_VENDOR_WIZNET is not set +# CONFIG_NET_VENDOR_XILINX is not set +# CONFIG_FDDI is not set +# CONFIG_HIPPI is not set +# CONFIG_NET_SB1000 is not set +CONFIG_PHYLIB=y +CONFIG_SWPHY=y +CONFIG_FIXED_PHY=y + +# +# MII PHY device drivers +# +# CONFIG_AMD_PHY is not set +# CONFIG_ADIN_PHY is not set +# CONFIG_ADIN1100_PHY is not set +# CONFIG_AQUANTIA_PHY is not set +# CONFIG_AX88796B_PHY is not set +# CONFIG_BROADCOM_PHY is not set +# CONFIG_BCM54140_PHY is not set +# CONFIG_BCM7XXX_PHY is not set +# CONFIG_BCM84881_PHY is not set +# CONFIG_BCM87XX_PHY is not set +# CONFIG_CICADA_PHY is not set +# CONFIG_CORTINA_PHY is not set +# CONFIG_DAVICOM_PHY is not set +# CONFIG_ICPLUS_PHY is not set +# CONFIG_LXT_PHY is not set +# CONFIG_INTEL_XWAY_PHY is not set +# CONFIG_LSI_ET1011C_PHY is not set +# CONFIG_MARVELL_PHY is not set +# CONFIG_MARVELL_10G_PHY is not set +# CONFIG_MARVELL_88X2222_PHY is not set +# CONFIG_MAXLINEAR_GPHY is not set +# CONFIG_MEDIATEK_GE_PHY is not set +# CONFIG_MICREL_PHY is not set +# CONFIG_MICROCHIP_T1S_PHY is not set +# CONFIG_MICROCHIP_PHY is not set +# CONFIG_MICROCHIP_T1_PHY is not set +# CONFIG_MICROSEMI_PHY is not set +# CONFIG_MOTORCOMM_PHY is not set +# CONFIG_NATIONAL_PHY is not set +# CONFIG_NXP_CBTX_PHY is not set +# CONFIG_NXP_C45_TJA11XX_PHY is not set +# CONFIG_NXP_TJA11XX_PHY is not set +# CONFIG_NCN26000_PHY is not set +# CONFIG_QSEMI_PHY is not set +# CONFIG_REALTEK_PHY is not set +# CONFIG_RENESAS_PHY is not set +# CONFIG_ROCKCHIP_PHY is not set +# CONFIG_SMSC_PHY is not set +# CONFIG_STE10XP is not set +# CONFIG_TERANETICS_PHY is not set +# CONFIG_DP83822_PHY is not set +# CONFIG_DP83TC811_PHY is not set +# CONFIG_DP83848_PHY is not set +# CONFIG_DP83867_PHY is not set +# CONFIG_DP83869_PHY is not set +# CONFIG_DP83TD510_PHY is not set +# CONFIG_VITESSE_PHY is not set +# CONFIG_XILINX_GMII2RGMII is not set +# CONFIG_MICREL_KS8995MA is not set +# CONFIG_PSE_CONTROLLER is not set +CONFIG_MDIO_DEVICE=y +CONFIG_MDIO_BUS=y +CONFIG_FWNODE_MDIO=y +CONFIG_ACPI_MDIO=y +CONFIG_MDIO_DEVRES=y +# CONFIG_MDIO_BITBANG is not set +# CONFIG_MDIO_BCM_UNIMAC is not set +# CONFIG_MDIO_MVUSB is not set +# CONFIG_MDIO_MSCC_MIIM is not set +# CONFIG_MDIO_THUNDER is not set + +# +# MDIO Multiplexers +# + +# +# PCS device drivers +# +# end of PCS device drivers + +# CONFIG_PPP is not set +# CONFIG_SLIP is not set +CONFIG_USB_NET_DRIVERS=y +# CONFIG_USB_CATC is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_RTL8150 is not set +# CONFIG_USB_RTL8152 is not set +# CONFIG_USB_LAN78XX is not set +CONFIG_USB_USBNET=m +# CONFIG_USB_NET_AX8817X is not set +# CONFIG_USB_NET_AX88179_178A is not set +CONFIG_USB_NET_CDCETHER=m +# CONFIG_USB_NET_CDC_EEM is not set +# CONFIG_USB_NET_CDC_NCM is not set +# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set +# CONFIG_USB_NET_CDC_MBIM is not set +# CONFIG_USB_NET_DM9601 is not set +# CONFIG_USB_NET_SR9700 is not set +# CONFIG_USB_NET_SR9800 is not set +# CONFIG_USB_NET_SMSC75XX is not set +# CONFIG_USB_NET_SMSC95XX is not set +# CONFIG_USB_NET_GL620A is not set +# CONFIG_USB_NET_NET1080 is not set +# CONFIG_USB_NET_PLUSB is not set +# CONFIG_USB_NET_MCS7830 is not set +# CONFIG_USB_NET_RNDIS_HOST is not set +# CONFIG_USB_NET_CDC_SUBSET is not set +# CONFIG_USB_NET_ZAURUS is not set +# CONFIG_USB_NET_CX82310_ETH is not set +# CONFIG_USB_NET_KALMIA is not set +# CONFIG_USB_NET_QMI_WWAN is not set +# CONFIG_USB_NET_INT51X1 is not set +# CONFIG_USB_IPHETH is not set +# CONFIG_USB_SIERRA_NET is not set +# CONFIG_USB_VL600 is not set +# CONFIG_USB_NET_CH9200 is not set +# CONFIG_USB_NET_AQC111 is not set +CONFIG_USB_RTL8153_ECM=m +# CONFIG_WLAN is not set +# CONFIG_WAN is not set + +# +# Wireless WAN +# +# CONFIG_WWAN is not set +# end of Wireless WAN + +# CONFIG_VMXNET3 is not set +# CONFIG_FUJITSU_ES is not set +CONFIG_NETDEVSIM=m +CONFIG_NET_FAILOVER=m +# CONFIG_ISDN is not set + +# +# Input device support +# +CONFIG_INPUT=y +# CONFIG_INPUT_LEDS is not set +# CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT_SPARSEKMAP is not set +# CONFIG_INPUT_MATRIXKMAP is not set +CONFIG_INPUT_VIVALDIFMAP=y + +# +# Userland interfaces +# +# CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_EVDEV=m +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADC is not set +# CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set +# CONFIG_KEYBOARD_APPLESPI is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KEYBOARD_QT1050 is not set +# CONFIG_KEYBOARD_QT1070 is not set +# CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_DLINK_DIR685 is not set +# CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_KEYBOARD_GPIO is not set +# CONFIG_KEYBOARD_GPIO_POLLED is not set +# CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_MATRIX is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_LM8333 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_SAMSUNG is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set +# CONFIG_KEYBOARD_XTKBD is not set +# CONFIG_KEYBOARD_CYPRESS_SF is not set +# CONFIG_INPUT_MOUSE is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +# CONFIG_INPUT_TOUCHSCREEN is not set +# CONFIG_INPUT_MISC is not set +# CONFIG_RMI4_CORE is not set + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y +CONFIG_SERIO_I8042=y +CONFIG_SERIO_SERPORT=y +# CONFIG_SERIO_CT82C710 is not set +# CONFIG_SERIO_PCIPS2 is not set +CONFIG_SERIO_LIBPS2=y +CONFIG_SERIO_RAW=m +# CONFIG_SERIO_ALTERA_PS2 is not set +# CONFIG_SERIO_PS2MULT is not set +# CONFIG_SERIO_ARC_PS2 is not set +# CONFIG_SERIO_GPIO_PS2 is not set +# CONFIG_USERIO is not set +# CONFIG_GAMEPORT is not set +# end of Hardware I/O ports +# end of Input device support + +# +# Character devices +# +CONFIG_TTY=y +CONFIG_VT=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_VT_CONSOLE=y +CONFIG_HW_CONSOLE=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_UNIX98_PTYS=y +# CONFIG_LEGACY_PTYS is not set +# CONFIG_LEGACY_TIOCSTI is not set +CONFIG_LDISC_AUTOLOAD=y + +# +# Serial drivers +# +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_8250=y +# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set +CONFIG_SERIAL_8250_PNP=y +# CONFIG_SERIAL_8250_16550A_VARIANTS is not set +# CONFIG_SERIAL_8250_FINTEK is not set +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_DMA=y +CONFIG_SERIAL_8250_PCILIB=y +CONFIG_SERIAL_8250_PCI=y +# CONFIG_SERIAL_8250_EXAR is not set +CONFIG_SERIAL_8250_NR_UARTS=32 +CONFIG_SERIAL_8250_RUNTIME_UARTS=16 +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_MANY_PORTS=y +# CONFIG_SERIAL_8250_PCI1XXXX is not set +CONFIG_SERIAL_8250_SHARE_IRQ=y +CONFIG_SERIAL_8250_DETECT_IRQ=y +CONFIG_SERIAL_8250_RSA=y +# CONFIG_SERIAL_8250_DFL is not set +# CONFIG_SERIAL_8250_DW is not set +# CONFIG_SERIAL_8250_RT288X is not set +# CONFIG_SERIAL_8250_LPSS is not set +CONFIG_SERIAL_8250_MID=y +CONFIG_SERIAL_8250_PERICOM=y + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_MAX3100 is not set +# CONFIG_SERIAL_MAX310X is not set +# CONFIG_SERIAL_UARTLITE is not set +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_JSM is not set +# CONFIG_SERIAL_LANTIQ is not set +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_SC16IS7XX is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_RP2 is not set +# CONFIG_SERIAL_FSL_LPUART is not set +# CONFIG_SERIAL_FSL_LINFLEXUART is not set +# CONFIG_SERIAL_SPRD is not set +# end of Serial drivers + +CONFIG_SERIAL_MCTRL_GPIO=y +CONFIG_SERIAL_NONSTANDARD=y +# CONFIG_MOXA_INTELLIO is not set +# CONFIG_MOXA_SMARTIO is not set +# CONFIG_SYNCLINK_GT is not set +# CONFIG_N_HDLC is not set +# CONFIG_N_GSM is not set +# CONFIG_NOZOMI is not set +# CONFIG_NULL_TTY is not set +CONFIG_HVC_DRIVER=y +# CONFIG_SERIAL_DEV_BUS is not set +# CONFIG_TTY_PRINTK is not set +CONFIG_VIRTIO_CONSOLE=y +CONFIG_IPMI_HANDLER=m +CONFIG_IPMI_DMI_DECODE=y +CONFIG_IPMI_PLAT_DATA=y +# CONFIG_IPMI_PANIC_EVENT is not set +CONFIG_IPMI_DEVICE_INTERFACE=m +CONFIG_IPMI_SI=m +# CONFIG_IPMI_SSIF is not set +CONFIG_IPMI_WATCHDOG=m +CONFIG_IPMI_POWEROFF=m +CONFIG_HW_RANDOM=y +# CONFIG_HW_RANDOM_TIMERIOMEM is not set +CONFIG_HW_RANDOM_INTEL=y +CONFIG_HW_RANDOM_AMD=y +# CONFIG_HW_RANDOM_BA431 is not set +# CONFIG_HW_RANDOM_VIA is not set +CONFIG_HW_RANDOM_VIRTIO=m +# CONFIG_HW_RANDOM_XIPHERA is not set +# CONFIG_APPLICOM is not set +# CONFIG_MWAVE is not set +CONFIG_DEVMEM=y +# CONFIG_NVRAM is not set +CONFIG_DEVPORT=y +CONFIG_HPET=y +# CONFIG_HPET_MMAP is not set +CONFIG_HANGCHECK_TIMER=m +CONFIG_TCG_TPM=y +CONFIG_HW_RANDOM_TPM=y +CONFIG_TCG_TIS_CORE=y +CONFIG_TCG_TIS=y +# CONFIG_TCG_TIS_SPI is not set +# CONFIG_TCG_TIS_I2C is not set +# CONFIG_TCG_TIS_I2C_CR50 is not set +CONFIG_TCG_TIS_I2C_ATMEL=m +CONFIG_TCG_TIS_I2C_INFINEON=m +CONFIG_TCG_TIS_I2C_NUVOTON=m +CONFIG_TCG_NSC=m +CONFIG_TCG_ATMEL=m +CONFIG_TCG_INFINEON=m +CONFIG_TCG_CRB=y +# CONFIG_TCG_VTPM_PROXY is not set +# CONFIG_TCG_TIS_ST33ZP24_I2C is not set +# CONFIG_TCG_TIS_ST33ZP24_SPI is not set +# CONFIG_TELCLOCK is not set +# CONFIG_XILLYBUS is not set +# CONFIG_XILLYUSB is not set +# end of Character devices + +# +# I2C support +# +CONFIG_I2C=y +# CONFIG_ACPI_I2C_OPREGION is not set +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CHARDEV=y +CONFIG_I2C_MUX=y + +# +# Multiplexer I2C Chip support +# +# CONFIG_I2C_MUX_GPIO is not set +# CONFIG_I2C_MUX_LTC4306 is not set +# CONFIG_I2C_MUX_PCA9541 is not set +CONFIG_I2C_MUX_PCA954x=y +# CONFIG_I2C_MUX_REG is not set +# CONFIG_I2C_MUX_MLXCPLD is not set +# end of Multiplexer I2C Chip support + +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_SMBUS=m +CONFIG_I2C_ALGOBIT=y + +# +# I2C Hardware Bus support +# + +# +# PC SMBus host controller drivers +# +# CONFIG_I2C_ALI1535 is not set +# CONFIG_I2C_ALI1563 is not set +# CONFIG_I2C_ALI15X3 is not set +# CONFIG_I2C_AMD756 is not set +# CONFIG_I2C_AMD8111 is not set +# CONFIG_I2C_AMD_MP2 is not set +CONFIG_I2C_I801=m +CONFIG_I2C_ISCH=m +CONFIG_I2C_ISMT=m +CONFIG_I2C_PIIX4=m +# CONFIG_I2C_NFORCE2 is not set +# CONFIG_I2C_NVIDIA_GPU is not set +# CONFIG_I2C_SIS5595 is not set +# CONFIG_I2C_SIS630 is not set +# CONFIG_I2C_SIS96X is not set +# CONFIG_I2C_VIA is not set +# CONFIG_I2C_VIAPRO is not set + +# +# ACPI drivers +# +CONFIG_I2C_SCMI=m + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_CBUS_GPIO is not set +# CONFIG_I2C_DESIGNWARE_PLATFORM is not set +# CONFIG_I2C_DESIGNWARE_PCI is not set +# CONFIG_I2C_EMEV2 is not set +# CONFIG_I2C_GPIO is not set +CONFIG_I2C_OCORES=m +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_SIMTEC is not set +CONFIG_I2C_XILINX=m + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_DIOLAN_U2C is not set +# CONFIG_I2C_CP2615 is not set +# CONFIG_I2C_PCI1XXXX is not set +# CONFIG_I2C_ROBOTFUZZ_OSIF is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +# CONFIG_I2C_MLXCPLD is not set +# CONFIG_I2C_VIRTIO is not set +# end of I2C Hardware Bus support + +# CONFIG_I2C_STUB is not set +# CONFIG_I2C_SLAVE is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# end of I2C support + +# CONFIG_I3C is not set +CONFIG_SPI=y +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_MASTER=y +CONFIG_SPI_MEM=y + +# +# SPI Master Controller Drivers +# +CONFIG_SPI_ALTERA=m +CONFIG_SPI_ALTERA_CORE=m +CONFIG_SPI_ALTERA_DFL=m +# CONFIG_SPI_AXI_SPI_ENGINE is not set +CONFIG_SPI_BITBANG=m +# CONFIG_SPI_CADENCE is not set +# CONFIG_SPI_DESIGNWARE is not set +# CONFIG_SPI_GPIO is not set +# CONFIG_SPI_INTEL_PCI is not set +# CONFIG_SPI_INTEL_PLATFORM is not set +# CONFIG_SPI_MICROCHIP_CORE is not set +# CONFIG_SPI_MICROCHIP_CORE_QSPI is not set +# CONFIG_SPI_LANTIQ_SSC is not set +# CONFIG_SPI_OC_TINY is not set +# CONFIG_SPI_PCI1XXXX is not set +# CONFIG_SPI_PXA2XX is not set +# CONFIG_SPI_SC18IS602 is not set +# CONFIG_SPI_SIFIVE is not set +# CONFIG_SPI_MXIC is not set +# CONFIG_SPI_XCOMM is not set +CONFIG_SPI_XILINX=m +# CONFIG_SPI_ZYNQMP_GQSPI is not set +# CONFIG_SPI_AMD is not set + +# +# SPI Multiplexer support +# +# CONFIG_SPI_MUX is not set + +# +# SPI Protocol Masters +# +CONFIG_SPI_SPIDEV=m +# CONFIG_SPI_LOOPBACK_TEST is not set +# CONFIG_SPI_TLE62X0 is not set +# CONFIG_SPI_SLAVE is not set +CONFIG_SPI_DYNAMIC=y +# CONFIG_SPMI is not set +# CONFIG_HSI is not set +CONFIG_PPS=y +# CONFIG_PPS_DEBUG is not set + +# +# PPS clients support +# +# CONFIG_PPS_CLIENT_KTIMER is not set +# CONFIG_PPS_CLIENT_LDISC is not set +# CONFIG_PPS_CLIENT_GPIO is not set + +# +# PPS generators support +# + +# +# PTP clock support +# +CONFIG_PTP_1588_CLOCK=y +CONFIG_PTP_1588_CLOCK_OPTIONAL=y + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set +# CONFIG_PTP_1588_CLOCK_IDTCM is not set +CONFIG_PTP_1588_CLOCK_OCP=m +# CONFIG_PTP_DFL_TOD is not set +# end of PTP clock support + +# CONFIG_PINCTRL is not set +CONFIG_GPIOLIB=y +CONFIG_GPIOLIB_FASTPATH_LIMIT=512 +CONFIG_GPIO_ACPI=y +CONFIG_GPIOLIB_IRQCHIP=y +# CONFIG_DEBUG_GPIO is not set +# CONFIG_GPIO_SYSFS is not set +CONFIG_GPIO_CDEV=y +CONFIG_GPIO_CDEV_V1=y + +# +# Memory mapped GPIO drivers +# +# CONFIG_GPIO_AMDPT is not set +# CONFIG_GPIO_DWAPB is not set +# CONFIG_GPIO_GENERIC_PLATFORM is not set +# CONFIG_GPIO_ICH is not set +# CONFIG_GPIO_MB86S7X is not set +# CONFIG_GPIO_VX855 is not set +# CONFIG_GPIO_AMD_FCH is not set +# end of Memory mapped GPIO drivers + +# +# Port-mapped I/O GPIO drivers +# +# CONFIG_GPIO_F7188X is not set +# CONFIG_GPIO_IT87 is not set +# CONFIG_GPIO_SCH is not set +# CONFIG_GPIO_SCH311X is not set +# CONFIG_GPIO_WINBOND is not set +# CONFIG_GPIO_WS16C48 is not set +# end of Port-mapped I/O GPIO drivers + +# +# I2C GPIO expanders +# +# CONFIG_GPIO_FXL6408 is not set +# CONFIG_GPIO_MAX7300 is not set +# CONFIG_GPIO_MAX732X is not set +CONFIG_GPIO_PCA953X=y +CONFIG_GPIO_PCA953X_IRQ=y +# CONFIG_GPIO_PCA9570 is not set +# CONFIG_GPIO_PCF857X is not set +# CONFIG_GPIO_TPIC2810 is not set +# end of I2C GPIO expanders + +# +# MFD GPIO expanders +# +# CONFIG_GPIO_ELKHARTLAKE is not set +# end of MFD GPIO expanders + +# +# PCI GPIO expanders +# +# CONFIG_GPIO_AMD8111 is not set +# CONFIG_GPIO_BT8XX is not set +# CONFIG_GPIO_ML_IOH is not set +# CONFIG_GPIO_PCI_IDIO_16 is not set +# CONFIG_GPIO_PCIE_IDIO_24 is not set +# CONFIG_GPIO_RDC321X is not set +# end of PCI GPIO expanders + +# +# SPI GPIO expanders +# +# CONFIG_GPIO_MAX3191X is not set +# CONFIG_GPIO_MAX7301 is not set +# CONFIG_GPIO_MC33880 is not set +# CONFIG_GPIO_PISOSR is not set +# CONFIG_GPIO_XRA1403 is not set +# end of SPI GPIO expanders + +# +# USB GPIO expanders +# +# end of USB GPIO expanders + +# +# Virtual GPIO drivers +# +# CONFIG_GPIO_AGGREGATOR is not set +# CONFIG_GPIO_LATCH is not set +# CONFIG_GPIO_MOCKUP is not set +# CONFIG_GPIO_VIRTIO is not set +# CONFIG_GPIO_SIM is not set +# end of Virtual GPIO drivers + +CONFIG_W1=m + +# +# 1-wire Bus Masters +# +# CONFIG_W1_MASTER_MATROX is not set +# CONFIG_W1_MASTER_DS2490 is not set +CONFIG_W1_MASTER_DS2482=m +# CONFIG_W1_MASTER_GPIO is not set +# CONFIG_W1_MASTER_SGI is not set +# end of 1-wire Bus Masters + +# +# 1-wire Slaves +# +# CONFIG_W1_SLAVE_THERM is not set +# CONFIG_W1_SLAVE_SMEM is not set +# CONFIG_W1_SLAVE_DS2405 is not set +# CONFIG_W1_SLAVE_DS2408 is not set +# CONFIG_W1_SLAVE_DS2413 is not set +# CONFIG_W1_SLAVE_DS2406 is not set +# CONFIG_W1_SLAVE_DS2423 is not set +# CONFIG_W1_SLAVE_DS2805 is not set +# CONFIG_W1_SLAVE_DS2430 is not set +# CONFIG_W1_SLAVE_DS2431 is not set +# CONFIG_W1_SLAVE_DS2433 is not set +# CONFIG_W1_SLAVE_DS2438 is not set +# CONFIG_W1_SLAVE_DS250X is not set +# CONFIG_W1_SLAVE_DS2780 is not set +# CONFIG_W1_SLAVE_DS2781 is not set +# CONFIG_W1_SLAVE_DS28E04 is not set +# CONFIG_W1_SLAVE_DS28E17 is not set +# end of 1-wire Slaves + +# CONFIG_POWER_RESET is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_POWER_SUPPLY_HWMON=y +# CONFIG_GENERIC_ADC_BATTERY is not set +# CONFIG_IP5XXX_POWER is not set +# CONFIG_TEST_POWER is not set +# CONFIG_CHARGER_ADP5061 is not set +# CONFIG_BATTERY_CW2015 is not set +# CONFIG_BATTERY_DS2760 is not set +# CONFIG_BATTERY_DS2780 is not set +# CONFIG_BATTERY_DS2781 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_SAMSUNG_SDI is not set +# CONFIG_BATTERY_SBS is not set +# CONFIG_CHARGER_SBS is not set +# CONFIG_MANAGER_SBS is not set +# CONFIG_BATTERY_BQ27XXX is not set +# CONFIG_BATTERY_MAX17040 is not set +# CONFIG_BATTERY_MAX17042 is not set +# CONFIG_BATTERY_MAX1721X is not set +# CONFIG_CHARGER_MAX8903 is not set +# CONFIG_CHARGER_LP8727 is not set +# CONFIG_CHARGER_GPIO is not set +# CONFIG_CHARGER_LT3651 is not set +# CONFIG_CHARGER_LTC4162L is not set +# CONFIG_CHARGER_MAX77976 is not set +# CONFIG_CHARGER_BQ2415X is not set +# CONFIG_CHARGER_BQ24257 is not set +# CONFIG_CHARGER_BQ24735 is not set +# CONFIG_CHARGER_BQ2515X is not set +# CONFIG_CHARGER_BQ25890 is not set +# CONFIG_CHARGER_BQ25980 is not set +# CONFIG_CHARGER_BQ256XX is not set +# CONFIG_BATTERY_GAUGE_LTC2941 is not set +# CONFIG_BATTERY_GOLDFISH is not set +# CONFIG_BATTERY_RT5033 is not set +# CONFIG_CHARGER_RT9455 is not set +# CONFIG_CHARGER_BD99954 is not set +# CONFIG_BATTERY_UG3105 is not set +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set + +# +# Native drivers +# +# CONFIG_SENSORS_ABITUGURU is not set +# CONFIG_SENSORS_ABITUGURU3 is not set +# CONFIG_SENSORS_AD7314 is not set +# CONFIG_SENSORS_AD7414 is not set +# CONFIG_SENSORS_AD7418 is not set +# CONFIG_SENSORS_ADM1025 is not set +# CONFIG_SENSORS_ADM1026 is not set +# CONFIG_SENSORS_ADM1029 is not set +# CONFIG_SENSORS_ADM1031 is not set +# CONFIG_SENSORS_ADM1177 is not set +# CONFIG_SENSORS_ADM9240 is not set +# CONFIG_SENSORS_ADT7310 is not set +# CONFIG_SENSORS_ADT7410 is not set +# CONFIG_SENSORS_ADT7411 is not set +# CONFIG_SENSORS_ADT7462 is not set +# CONFIG_SENSORS_ADT7470 is not set +# CONFIG_SENSORS_ADT7475 is not set +# CONFIG_SENSORS_AHT10 is not set +# CONFIG_SENSORS_AQUACOMPUTER_D5NEXT is not set +# CONFIG_SENSORS_AS370 is not set +# CONFIG_SENSORS_ASC7621 is not set +# CONFIG_SENSORS_AXI_FAN_CONTROL is not set +# CONFIG_SENSORS_K8TEMP is not set +# CONFIG_SENSORS_K10TEMP is not set +# CONFIG_SENSORS_FAM15H_POWER is not set +# CONFIG_SENSORS_APPLESMC is not set +# CONFIG_SENSORS_ASB100 is not set +# CONFIG_SENSORS_ATXP1 is not set +# CONFIG_SENSORS_CORSAIR_CPRO is not set +# CONFIG_SENSORS_CORSAIR_PSU is not set +# CONFIG_SENSORS_DRIVETEMP is not set +# CONFIG_SENSORS_DS620 is not set +# CONFIG_SENSORS_DS1621 is not set +# CONFIG_SENSORS_DELL_SMM is not set +# CONFIG_SENSORS_I5K_AMB is not set +# CONFIG_SENSORS_F71805F is not set +# CONFIG_SENSORS_F71882FG is not set +# CONFIG_SENSORS_F75375S is not set +# CONFIG_SENSORS_FSCHMD is not set +# CONFIG_SENSORS_FTSTEUTATES is not set +# CONFIG_SENSORS_GL518SM is not set +# CONFIG_SENSORS_GL520SM is not set +# CONFIG_SENSORS_G760A is not set +# CONFIG_SENSORS_G762 is not set +# CONFIG_SENSORS_HIH6130 is not set +# CONFIG_SENSORS_IBMAEM is not set +# CONFIG_SENSORS_IBMPEX is not set +# CONFIG_SENSORS_IIO_HWMON is not set +# CONFIG_SENSORS_I5500 is not set +CONFIG_SENSORS_CORETEMP=m +# CONFIG_SENSORS_IT87 is not set +# CONFIG_SENSORS_JC42 is not set +# CONFIG_SENSORS_POWR1220 is not set +# CONFIG_SENSORS_LINEAGE is not set +CONFIG_SENSORS_LTC2945=y +# CONFIG_SENSORS_LTC2947_I2C is not set +# CONFIG_SENSORS_LTC2947_SPI is not set +# CONFIG_SENSORS_LTC2990 is not set +# CONFIG_SENSORS_LTC2992 is not set +# CONFIG_SENSORS_LTC4151 is not set +# CONFIG_SENSORS_LTC4215 is not set +# CONFIG_SENSORS_LTC4222 is not set +# CONFIG_SENSORS_LTC4245 is not set +# CONFIG_SENSORS_LTC4260 is not set +# CONFIG_SENSORS_LTC4261 is not set +# CONFIG_SENSORS_MAX1111 is not set +# CONFIG_SENSORS_MAX127 is not set +# CONFIG_SENSORS_MAX16065 is not set +# CONFIG_SENSORS_MAX1619 is not set +# CONFIG_SENSORS_MAX1668 is not set +# CONFIG_SENSORS_MAX197 is not set +# CONFIG_SENSORS_MAX31722 is not set +# CONFIG_SENSORS_MAX31730 is not set +# CONFIG_SENSORS_MAX31760 is not set +# CONFIG_SENSORS_MAX6620 is not set +# CONFIG_SENSORS_MAX6621 is not set +# CONFIG_SENSORS_MAX6639 is not set +# CONFIG_SENSORS_MAX6650 is not set +CONFIG_SENSORS_MAX6697=y +# CONFIG_SENSORS_MAX31790 is not set +# CONFIG_SENSORS_MC34VR500 is not set +# CONFIG_SENSORS_MCP3021 is not set +# CONFIG_SENSORS_MLXREG_FAN is not set +# CONFIG_SENSORS_TC654 is not set +# CONFIG_SENSORS_TPS23861 is not set +# CONFIG_SENSORS_MR75203 is not set +# CONFIG_SENSORS_ADCXX is not set +# CONFIG_SENSORS_LM63 is not set +# CONFIG_SENSORS_LM70 is not set +CONFIG_SENSORS_LM73=y +CONFIG_SENSORS_LM75=y +# CONFIG_SENSORS_LM77 is not set +# CONFIG_SENSORS_LM78 is not set +# CONFIG_SENSORS_LM80 is not set +# CONFIG_SENSORS_LM83 is not set +# CONFIG_SENSORS_LM85 is not set +# CONFIG_SENSORS_LM87 is not set +CONFIG_SENSORS_LM90=y +# CONFIG_SENSORS_LM92 is not set +# CONFIG_SENSORS_LM93 is not set +# CONFIG_SENSORS_LM95234 is not set +# CONFIG_SENSORS_LM95241 is not set +# CONFIG_SENSORS_LM95245 is not set +# CONFIG_SENSORS_PC87360 is not set +# CONFIG_SENSORS_PC87427 is not set +# CONFIG_SENSORS_NTC_THERMISTOR is not set +# CONFIG_SENSORS_NCT6683 is not set +# CONFIG_SENSORS_NCT6775 is not set +# CONFIG_SENSORS_NCT6775_I2C is not set +# CONFIG_SENSORS_NCT7802 is not set +# CONFIG_SENSORS_NCT7904 is not set +# CONFIG_SENSORS_NPCM7XX is not set +# CONFIG_SENSORS_NZXT_KRAKEN2 is not set +# CONFIG_SENSORS_NZXT_SMART2 is not set +# CONFIG_SENSORS_OCC_P8_I2C is not set +# CONFIG_SENSORS_OXP is not set +# CONFIG_SENSORS_PCF8591 is not set +CONFIG_PMBUS=y +CONFIG_SENSORS_PMBUS=y +# CONFIG_SENSORS_ACBEL_FSG032 is not set +# CONFIG_SENSORS_ADM1266 is not set +CONFIG_SENSORS_ADM1275=m +# CONFIG_SENSORS_BEL_PFE is not set +# CONFIG_SENSORS_BPA_RS600 is not set +# CONFIG_SENSORS_DELTA_AHE50DC_FAN is not set +# CONFIG_SENSORS_FSP_3Y is not set +# CONFIG_SENSORS_IBM_CFFPS is not set +# CONFIG_SENSORS_DPS920AB is not set +# CONFIG_SENSORS_INSPUR_IPSPS is not set +# CONFIG_SENSORS_IR35221 is not set +# CONFIG_SENSORS_IR36021 is not set +# CONFIG_SENSORS_IR38064 is not set +# CONFIG_SENSORS_IRPS5401 is not set +CONFIG_SENSORS_ISL68137=m +# CONFIG_SENSORS_LM25066 is not set +# CONFIG_SENSORS_LT7182S is not set +CONFIG_SENSORS_LTC2978=m +# CONFIG_SENSORS_LTC3815 is not set +# CONFIG_SENSORS_MAX15301 is not set +# CONFIG_SENSORS_MAX16064 is not set +# CONFIG_SENSORS_MAX16601 is not set +# CONFIG_SENSORS_MAX20730 is not set +# CONFIG_SENSORS_MAX20751 is not set +# CONFIG_SENSORS_MAX31785 is not set +# CONFIG_SENSORS_MAX34440 is not set +# CONFIG_SENSORS_MAX8688 is not set +# CONFIG_SENSORS_MP2888 is not set +CONFIG_SENSORS_MP2975=m +# CONFIG_SENSORS_MP5023 is not set +# CONFIG_SENSORS_MPQ7932 is not set +# CONFIG_SENSORS_PIM4328 is not set +# CONFIG_SENSORS_PLI1209BC is not set +# CONFIG_SENSORS_PM6764TR is not set +CONFIG_SENSORS_PXE1610=m +# CONFIG_SENSORS_Q54SJ108A2 is not set +# CONFIG_SENSORS_STPDDC60 is not set +# CONFIG_SENSORS_TDA38640 is not set +# CONFIG_SENSORS_TPS40422 is not set +CONFIG_SENSORS_TPS53679=y +# CONFIG_SENSORS_TPS546D24 is not set +CONFIG_SENSORS_UCD9000=y +# CONFIG_SENSORS_UCD9200 is not set +# CONFIG_SENSORS_XDPE152 is not set +# CONFIG_SENSORS_XDPE122 is not set +# CONFIG_SENSORS_ZL6100 is not set +# CONFIG_SENSORS_SBTSI is not set +# CONFIG_SENSORS_SBRMI is not set +# CONFIG_SENSORS_SHT15 is not set +# CONFIG_SENSORS_SHT21 is not set +# CONFIG_SENSORS_SHT3x is not set +# CONFIG_SENSORS_SHT4x is not set +# CONFIG_SENSORS_SHTC1 is not set +# CONFIG_SENSORS_SIS5595 is not set +# CONFIG_SENSORS_DME1737 is not set +# CONFIG_SENSORS_EMC1403 is not set +# CONFIG_SENSORS_EMC2103 is not set +# CONFIG_SENSORS_EMC2305 is not set +# CONFIG_SENSORS_EMC6W201 is not set +# CONFIG_SENSORS_SMSC47M1 is not set +# CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47B397 is not set +# CONFIG_SENSORS_SCH5627 is not set +# CONFIG_SENSORS_SCH5636 is not set +# CONFIG_SENSORS_STTS751 is not set +# CONFIG_SENSORS_SMM665 is not set +CONFIG_SENSORS_ADC128D818=m +# CONFIG_SENSORS_ADS7828 is not set +# CONFIG_SENSORS_ADS7871 is not set +# CONFIG_SENSORS_AMC6821 is not set +# CONFIG_SENSORS_INA209 is not set +# CONFIG_SENSORS_INA2XX is not set +# CONFIG_SENSORS_INA238 is not set +# CONFIG_SENSORS_INA3221 is not set +# CONFIG_SENSORS_TC74 is not set +# CONFIG_SENSORS_THMC50 is not set +# CONFIG_SENSORS_TMP102 is not set +# CONFIG_SENSORS_TMP103 is not set +# CONFIG_SENSORS_TMP108 is not set +# CONFIG_SENSORS_TMP401 is not set +CONFIG_SENSORS_TMP421=y +# CONFIG_SENSORS_TMP464 is not set +# CONFIG_SENSORS_TMP513 is not set +# CONFIG_SENSORS_VIA_CPUTEMP is not set +# CONFIG_SENSORS_VIA686A is not set +# CONFIG_SENSORS_VT1211 is not set +# CONFIG_SENSORS_VT8231 is not set +# CONFIG_SENSORS_W83773G is not set +# CONFIG_SENSORS_W83781D is not set +# CONFIG_SENSORS_W83791D is not set +# CONFIG_SENSORS_W83792D is not set +# CONFIG_SENSORS_W83793 is not set +# CONFIG_SENSORS_W83795 is not set +# CONFIG_SENSORS_W83L785TS is not set +# CONFIG_SENSORS_W83L786NG is not set +# CONFIG_SENSORS_W83627HF is not set +# CONFIG_SENSORS_W83627EHF is not set +# CONFIG_SENSORS_XGENE is not set + +# +# ACPI drivers +# +# CONFIG_SENSORS_ACPI_POWER is not set +# CONFIG_SENSORS_ATK0110 is not set +# CONFIG_SENSORS_ASUS_EC is not set +CONFIG_THERMAL=y +# CONFIG_THERMAL_NETLINK is not set +# CONFIG_THERMAL_STATISTICS is not set +CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 +CONFIG_THERMAL_HWMON=y +CONFIG_THERMAL_ACPI=y +CONFIG_THERMAL_WRITABLE_TRIPS=y +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +# CONFIG_THERMAL_GOV_FAIR_SHARE is not set +CONFIG_THERMAL_GOV_STEP_WISE=y +# CONFIG_THERMAL_GOV_BANG_BANG is not set +CONFIG_THERMAL_GOV_USER_SPACE=y +# CONFIG_THERMAL_EMULATION is not set + +# +# Intel thermal drivers +# +CONFIG_INTEL_POWERCLAMP=m +CONFIG_X86_THERMAL_VECTOR=y +CONFIG_INTEL_TCC=y +CONFIG_X86_PKG_TEMP_THERMAL=m +# CONFIG_INTEL_SOC_DTS_THERMAL is not set + +# +# ACPI INT340X thermal drivers +# +# CONFIG_INT340X_THERMAL is not set +# end of ACPI INT340X thermal drivers + +CONFIG_INTEL_PCH_THERMAL=y +# CONFIG_INTEL_TCC_COOLING is not set +# CONFIG_INTEL_HFI_THERMAL is not set +# end of Intel thermal drivers + +# CONFIG_GENERIC_ADC_THERMAL is not set +CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_CORE=y +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y +CONFIG_WATCHDOG_OPEN_TIMEOUT=0 +# CONFIG_WATCHDOG_SYSFS is not set +# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set + +# +# Watchdog Pretimeout Governors +# +# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set + +# +# Watchdog Device Drivers +# +# CONFIG_SOFT_WATCHDOG is not set +# CONFIG_WDAT_WDT is not set +# CONFIG_XILINX_WATCHDOG is not set +# CONFIG_ZIIRAVE_WATCHDOG is not set +# CONFIG_MLX_WDT is not set +# CONFIG_CADENCE_WATCHDOG is not set +# CONFIG_DW_WATCHDOG is not set +# CONFIG_MAX63XX_WATCHDOG is not set +# CONFIG_ACQUIRE_WDT is not set +# CONFIG_ADVANTECH_WDT is not set +# CONFIG_ADVANTECH_EC_WDT is not set +# CONFIG_ALIM1535_WDT is not set +# CONFIG_ALIM7101_WDT is not set +# CONFIG_EBC_C384_WDT is not set +# CONFIG_EXAR_WDT is not set +# CONFIG_F71808E_WDT is not set +# CONFIG_SP5100_TCO is not set +# CONFIG_SBC_FITPC2_WATCHDOG is not set +# CONFIG_EUROTECH_WDT is not set +# CONFIG_IB700_WDT is not set +# CONFIG_IBMASR is not set +# CONFIG_WAFER_WDT is not set +# CONFIG_I6300ESB_WDT is not set +# CONFIG_IE6XX_WDT is not set +CONFIG_ITCO_WDT=m +CONFIG_ITCO_VENDOR_SUPPORT=y +# CONFIG_IT8712F_WDT is not set +# CONFIG_IT87_WDT is not set +# CONFIG_HP_WATCHDOG is not set +# CONFIG_SC1200_WDT is not set +# CONFIG_PC87413_WDT is not set +# CONFIG_NV_TCO is not set +# CONFIG_60XX_WDT is not set +# CONFIG_CPU5_WDT is not set +# CONFIG_SMSC_SCH311X_WDT is not set +# CONFIG_SMSC37B787_WDT is not set +# CONFIG_TQMX86_WDT is not set +# CONFIG_VIA_WDT is not set +# CONFIG_W83627HF_WDT is not set +# CONFIG_W83877F_WDT is not set +# CONFIG_W83977F_WDT is not set +# CONFIG_MACHZ_WDT is not set +# CONFIG_SBC_EPX_C3_WATCHDOG is not set +# CONFIG_INTEL_MEI_WDT is not set +# CONFIG_NI903X_WDT is not set +# CONFIG_NIC7018_WDT is not set +# CONFIG_MEN_A21_WDT is not set + +# +# PCI-based Watchdog Cards +# +# CONFIG_PCIPCWATCHDOG is not set +# CONFIG_WDTPCI is not set + +# +# USB-based Watchdog Cards +# +# CONFIG_USBPCWATCHDOG is not set +CONFIG_SSB_POSSIBLE=y +# CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y +# CONFIG_BCMA is not set + +# +# Multifunction device drivers +# +CONFIG_MFD_CORE=m +# CONFIG_MFD_AS3711 is not set +# CONFIG_MFD_SMPRO is not set +# CONFIG_PMIC_ADP5520 is not set +# CONFIG_MFD_AAT2870_CORE is not set +# CONFIG_MFD_BCM590XX is not set +# CONFIG_MFD_BD9571MWV is not set +# CONFIG_MFD_AXP20X_I2C is not set +# CONFIG_MFD_MADERA is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_DA9052_SPI is not set +# CONFIG_MFD_DA9052_I2C is not set +# CONFIG_MFD_DA9055 is not set +# CONFIG_MFD_DA9062 is not set +# CONFIG_MFD_DA9063 is not set +# CONFIG_MFD_DA9150 is not set +# CONFIG_MFD_DLN2 is not set +# CONFIG_MFD_MC13XXX_SPI is not set +# CONFIG_MFD_MC13XXX_I2C is not set +# CONFIG_MFD_MP2629 is not set +# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set +CONFIG_LPC_ICH=m +CONFIG_LPC_SCH=m +# CONFIG_MFD_INTEL_LPSS_ACPI is not set +# CONFIG_MFD_INTEL_LPSS_PCI is not set +# CONFIG_MFD_INTEL_PMC_BXT is not set +# CONFIG_MFD_IQS62X is not set +# CONFIG_MFD_JANZ_CMODIO is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_88PM800 is not set +# CONFIG_MFD_88PM805 is not set +# CONFIG_MFD_88PM860X is not set +# CONFIG_MFD_MAX14577 is not set +# CONFIG_MFD_MAX77693 is not set +# CONFIG_MFD_MAX77843 is not set +# CONFIG_MFD_MAX8907 is not set +# CONFIG_MFD_MAX8925 is not set +# CONFIG_MFD_MAX8997 is not set +# CONFIG_MFD_MAX8998 is not set +# CONFIG_MFD_MT6360 is not set +# CONFIG_MFD_MT6370 is not set +# CONFIG_MFD_MT6397 is not set +# CONFIG_MFD_MENF21BMC is not set +# CONFIG_MFD_OCELOT is not set +# CONFIG_EZX_PCAP is not set +# CONFIG_MFD_VIPERBOARD is not set +# CONFIG_MFD_RETU is not set +# CONFIG_MFD_PCF50633 is not set +# CONFIG_MFD_SY7636A is not set +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_RT4831 is not set +# CONFIG_MFD_RT5033 is not set +# CONFIG_MFD_RT5120 is not set +# CONFIG_MFD_RC5T583 is not set +# CONFIG_MFD_SI476X_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_SKY81452 is not set +CONFIG_MFD_SYSCON=y +# CONFIG_MFD_TI_AM335X_TSCADC is not set +# CONFIG_MFD_LP3943 is not set +# CONFIG_MFD_LP8788 is not set +# CONFIG_MFD_TI_LMU is not set +# CONFIG_MFD_PALMAS is not set +# CONFIG_TPS6105X is not set +# CONFIG_TPS65010 is not set +# CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS65086 is not set +# CONFIG_MFD_TPS65090 is not set +# CONFIG_MFD_TI_LP873X is not set +# CONFIG_MFD_TPS6586X is not set +# CONFIG_MFD_TPS65910 is not set +# CONFIG_MFD_TPS65912_I2C is not set +# CONFIG_MFD_TPS65912_SPI is not set +# CONFIG_TWL4030_CORE is not set +# CONFIG_TWL6040_CORE is not set +# CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_LM3533 is not set +# CONFIG_MFD_TQMX86 is not set +# CONFIG_MFD_VX855 is not set +# CONFIG_MFD_ARIZONA_I2C is not set +# CONFIG_MFD_ARIZONA_SPI is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X_I2C is not set +# CONFIG_MFD_WM831X_SPI is not set +# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_WM8994 is not set +# CONFIG_MFD_ATC260X_I2C is not set +# CONFIG_MFD_INTEL_M10_BMC_SPI is not set +# CONFIG_MFD_INTEL_M10_BMC_PMCI is not set +# end of Multifunction device drivers + +# CONFIG_REGULATOR is not set +# CONFIG_RC_CORE is not set + +# +# CEC support +# +# CONFIG_MEDIA_CEC_SUPPORT is not set +# end of CEC support + +# CONFIG_MEDIA_SUPPORT is not set + +# +# Graphics support +# +CONFIG_APERTURE_HELPERS=y +# CONFIG_AGP is not set +# CONFIG_VGA_SWITCHEROO is not set +# CONFIG_DRM is not set +# CONFIG_DRM_DEBUG_MODESET_LOCK is not set + +# +# ARM devices +# +# end of ARM devices + +# +# Frame buffer Devices +# +# CONFIG_FB is not set +# end of Frame buffer Devices + +# +# Backlight & LCD device support +# +# CONFIG_LCD_CLASS_DEVICE is not set +# CONFIG_BACKLIGHT_CLASS_DEVICE is not set +# end of Backlight & LCD device support + +# +# Console display driver support +# +CONFIG_VGA_CONSOLE=y +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_CONSOLE_COLUMNS=80 +CONFIG_DUMMY_CONSOLE_ROWS=25 +# end of Console display driver support +# end of Graphics support + +# CONFIG_SOUND is not set +CONFIG_HID_SUPPORT=y +CONFIG_HID=y +# CONFIG_HID_BATTERY_STRENGTH is not set +# CONFIG_HIDRAW is not set +# CONFIG_UHID is not set +CONFIG_HID_GENERIC=y + +# +# Special HID drivers +# +# CONFIG_HID_A4TECH is not set +# CONFIG_HID_ACCUTOUCH is not set +# CONFIG_HID_ACRUX is not set +# CONFIG_HID_APPLE is not set +# CONFIG_HID_APPLEIR is not set +# CONFIG_HID_ASUS is not set +# CONFIG_HID_AUREAL is not set +# CONFIG_HID_BELKIN is not set +# CONFIG_HID_BETOP_FF is not set +# CONFIG_HID_BIGBEN_FF is not set +# CONFIG_HID_CHERRY is not set +# CONFIG_HID_CHICONY is not set +# CONFIG_HID_CORSAIR is not set +# CONFIG_HID_COUGAR is not set +# CONFIG_HID_MACALLY is not set +# CONFIG_HID_CMEDIA is not set +# CONFIG_HID_CREATIVE_SB0540 is not set +# CONFIG_HID_CYPRESS is not set +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EMS_FF is not set +# CONFIG_HID_ELAN is not set +# CONFIG_HID_ELECOM is not set +# CONFIG_HID_ELO is not set +# CONFIG_HID_EVISION is not set +# CONFIG_HID_EZKEY is not set +# CONFIG_HID_GEMBIRD is not set +# CONFIG_HID_GFRM is not set +# CONFIG_HID_GLORIOUS is not set +# CONFIG_HID_HOLTEK is not set +# CONFIG_HID_VIVALDI is not set +# CONFIG_HID_GT683R is not set +# CONFIG_HID_KEYTOUCH is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_UCLOGIC is not set +# CONFIG_HID_WALTOP is not set +# CONFIG_HID_VIEWSONIC is not set +# CONFIG_HID_VRC2 is not set +# CONFIG_HID_XIAOMI is not set +# CONFIG_HID_GYRATION is not set +# CONFIG_HID_ICADE is not set +# CONFIG_HID_ITE is not set +# CONFIG_HID_JABRA is not set +# CONFIG_HID_TWINHAN is not set +# CONFIG_HID_KENSINGTON is not set +# CONFIG_HID_LCPOWER is not set +# CONFIG_HID_LED is not set +# CONFIG_HID_LENOVO is not set +# CONFIG_HID_LETSKETCH is not set +# CONFIG_HID_LOGITECH is not set +# CONFIG_HID_MAGICMOUSE is not set +# CONFIG_HID_MALTRON is not set +# CONFIG_HID_MAYFLASH is not set +# CONFIG_HID_MEGAWORLD_FF is not set +# CONFIG_HID_REDRAGON is not set +# CONFIG_HID_MICROSOFT is not set +# CONFIG_HID_MONTEREY is not set +# CONFIG_HID_MULTITOUCH is not set +# CONFIG_HID_NINTENDO is not set +# CONFIG_HID_NTI is not set +# CONFIG_HID_NTRIG is not set +# CONFIG_HID_ORTEK is not set +# CONFIG_HID_PANTHERLORD is not set +# CONFIG_HID_PENMOUNT is not set +# CONFIG_HID_PETALYNX is not set +# CONFIG_HID_PICOLCD is not set +# CONFIG_HID_PLANTRONICS is not set +# CONFIG_HID_PXRC is not set +# CONFIG_HID_RAZER is not set +# CONFIG_HID_PRIMAX is not set +# CONFIG_HID_RETRODE is not set +# CONFIG_HID_ROCCAT is not set +# CONFIG_HID_SAITEK is not set +# CONFIG_HID_SAMSUNG is not set +# CONFIG_HID_SEMITEK is not set +# CONFIG_HID_SIGMAMICRO is not set +# CONFIG_HID_SONY is not set +# CONFIG_HID_SPEEDLINK is not set +# CONFIG_HID_STEAM is not set +# CONFIG_HID_STEELSERIES is not set +# CONFIG_HID_SUNPLUS is not set +# CONFIG_HID_RMI is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TIVO is not set +# CONFIG_HID_TOPSEED is not set +# CONFIG_HID_TOPRE is not set +# CONFIG_HID_THINGM is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_UDRAW_PS3 is not set +# CONFIG_HID_U2FZERO is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_WIIMOTE is not set +# CONFIG_HID_XINMO is not set +# CONFIG_HID_ZEROPLUS is not set +# CONFIG_HID_ZYDACRON is not set +# CONFIG_HID_SENSOR_HUB is not set +# CONFIG_HID_ALPS is not set +# CONFIG_HID_MCP2221 is not set +# end of Special HID drivers + +# +# HID-BPF support +# +# CONFIG_HID_BPF is not set +# end of HID-BPF support + +# +# USB HID support +# +CONFIG_USB_HID=y +# CONFIG_HID_PID is not set +# CONFIG_USB_HIDDEV is not set +# end of USB HID support + +CONFIG_I2C_HID=y +# CONFIG_I2C_HID_ACPI is not set +# CONFIG_I2C_HID_OF is not set + +# +# Intel ISH HID support +# +# CONFIG_INTEL_ISH_HID is not set +# end of Intel ISH HID support + +# +# AMD SFH HID Support +# +# CONFIG_AMD_SFH_HID is not set +# end of AMD SFH HID Support + +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_SUPPORT=y +CONFIG_USB_COMMON=y +# CONFIG_USB_ULPI_BUS is not set +# CONFIG_USB_CONN_GPIO is not set +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB=y +CONFIG_USB_PCI=y +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set + +# +# Miscellaneous USB options +# +CONFIG_USB_DEFAULT_PERSIST=y +# CONFIG_USB_FEW_INIT_RETRIES is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_OTG_PRODUCTLIST is not set +# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set +CONFIG_USB_AUTOSUSPEND_DELAY=2 +# CONFIG_USB_MON is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_XHCI_HCD=m +# CONFIG_USB_XHCI_DBGCAP is not set +CONFIG_USB_XHCI_PCI=m +# CONFIG_USB_XHCI_PCI_RENESAS is not set +# CONFIG_USB_XHCI_PLATFORM is not set +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHCI_PCI=y +# CONFIG_USB_EHCI_FSL is not set +# CONFIG_USB_EHCI_HCD_PLATFORM is not set +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +# CONFIG_USB_MAX3421_HCD is not set +CONFIG_USB_OHCI_HCD=m +CONFIG_USB_OHCI_HCD_PCI=m +# CONFIG_USB_OHCI_HCD_PLATFORM is not set +CONFIG_USB_UHCI_HCD=y +# CONFIG_USB_SL811_HCD is not set +# CONFIG_USB_R8A66597_HCD is not set +# CONFIG_USB_HCD_TEST_MODE is not set + +# +# USB Device Class drivers +# +# CONFIG_USB_ACM is not set +# CONFIG_USB_PRINTER is not set +# CONFIG_USB_WDM is not set +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=m +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +# CONFIG_USB_UAS is not set + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set +CONFIG_USBIP_CORE=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBIP_VHCI_HC_PORTS=8 +CONFIG_USBIP_VHCI_NR_HCS=1 +# CONFIG_USBIP_HOST is not set +# CONFIG_USBIP_DEBUG is not set + +# +# USB dual-mode controller drivers +# +# CONFIG_USB_CDNS_SUPPORT is not set +# CONFIG_USB_MUSB_HDRC is not set +# CONFIG_USB_DWC3 is not set +# CONFIG_USB_DWC2 is not set +# CONFIG_USB_CHIPIDEA is not set +# CONFIG_USB_ISP1760 is not set + +# +# USB port drivers +# +CONFIG_USB_SERIAL=y +CONFIG_USB_SERIAL_CONSOLE=y +# CONFIG_USB_SERIAL_GENERIC is not set +# CONFIG_USB_SERIAL_SIMPLE is not set +# CONFIG_USB_SERIAL_AIRCABLE is not set +CONFIG_USB_SERIAL_ARK3116=y +# CONFIG_USB_SERIAL_BELKIN is not set +# CONFIG_USB_SERIAL_CH341 is not set +# CONFIG_USB_SERIAL_WHITEHEAT is not set +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set +# CONFIG_USB_SERIAL_CP210X is not set +# CONFIG_USB_SERIAL_CYPRESS_M8 is not set +# CONFIG_USB_SERIAL_EMPEG is not set +CONFIG_USB_SERIAL_FTDI_SIO=m +# CONFIG_USB_SERIAL_VISOR is not set +# CONFIG_USB_SERIAL_IPAQ is not set +# CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL_EDGEPORT is not set +# CONFIG_USB_SERIAL_EDGEPORT_TI is not set +# CONFIG_USB_SERIAL_F81232 is not set +# CONFIG_USB_SERIAL_F8153X is not set +# CONFIG_USB_SERIAL_GARMIN is not set +# CONFIG_USB_SERIAL_IPW is not set +# CONFIG_USB_SERIAL_IUU is not set +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set +# CONFIG_USB_SERIAL_KEYSPAN is not set +# CONFIG_USB_SERIAL_KLSI is not set +# CONFIG_USB_SERIAL_KOBIL_SCT is not set +# CONFIG_USB_SERIAL_MCT_U232 is not set +# CONFIG_USB_SERIAL_METRO is not set +# CONFIG_USB_SERIAL_MOS7720 is not set +# CONFIG_USB_SERIAL_MOS7840 is not set +# CONFIG_USB_SERIAL_MXUPORT is not set +# CONFIG_USB_SERIAL_NAVMAN is not set +CONFIG_USB_SERIAL_PL2303=y +# CONFIG_USB_SERIAL_OTI6858 is not set +# CONFIG_USB_SERIAL_QCAUX is not set +# CONFIG_USB_SERIAL_QUALCOMM is not set +# CONFIG_USB_SERIAL_SPCP8X5 is not set +# CONFIG_USB_SERIAL_SAFE is not set +# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set +# CONFIG_USB_SERIAL_SYMBOL is not set +# CONFIG_USB_SERIAL_TI is not set +# CONFIG_USB_SERIAL_CYBERJACK is not set +# CONFIG_USB_SERIAL_OPTION is not set +# CONFIG_USB_SERIAL_OMNINET is not set +# CONFIG_USB_SERIAL_OPTICON is not set +# CONFIG_USB_SERIAL_XSENS_MT is not set +# CONFIG_USB_SERIAL_WISHBONE is not set +# CONFIG_USB_SERIAL_SSU100 is not set +# CONFIG_USB_SERIAL_QT2 is not set +# CONFIG_USB_SERIAL_UPD78F0730 is not set +# CONFIG_USB_SERIAL_XR is not set +# CONFIG_USB_SERIAL_DEBUG is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_APPLE_MFI_FASTCHARGE is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_EHSET_TEST_FIXTURE is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_YUREX is not set +# CONFIG_USB_EZUSB_FX2 is not set +# CONFIG_USB_HUB_USB251XB is not set +# CONFIG_USB_HSIC_USB3503 is not set +# CONFIG_USB_HSIC_USB4604 is not set +# CONFIG_USB_LINK_LAYER_TEST is not set +# CONFIG_USB_CHAOSKEY is not set + +# +# USB Physical Layer drivers +# +# CONFIG_NOP_USB_XCEIV is not set +# CONFIG_USB_GPIO_VBUS is not set +# CONFIG_USB_ISP1301 is not set +# end of USB Physical Layer drivers + +# CONFIG_USB_GADGET is not set +# CONFIG_TYPEC is not set +# CONFIG_USB_ROLE_SWITCH is not set +# CONFIG_MMC is not set +# CONFIG_SCSI_UFSHCD is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=m +# CONFIG_LEDS_CLASS_FLASH is not set +# CONFIG_LEDS_CLASS_MULTICOLOR is not set +# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set + +# +# LED drivers +# +# CONFIG_LEDS_APU is not set +# CONFIG_LEDS_LM3530 is not set +# CONFIG_LEDS_LM3532 is not set +# CONFIG_LEDS_LM3642 is not set +# CONFIG_LEDS_PCA9532 is not set +# CONFIG_LEDS_GPIO is not set +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_LP3952 is not set +# CONFIG_LEDS_LP50XX is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_DAC124S085 is not set +# CONFIG_LEDS_BD2606MVV is not set +# CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_INTEL_SS4200 is not set +# CONFIG_LEDS_LT3593 is not set +# CONFIG_LEDS_TCA6507 is not set +# CONFIG_LEDS_TLC591XX is not set +# CONFIG_LEDS_LM355x is not set +# CONFIG_LEDS_IS31FL319X is not set + +# +# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM) +# +# CONFIG_LEDS_BLINKM is not set +# CONFIG_LEDS_MLXCPLD is not set +# CONFIG_LEDS_MLXREG is not set +# CONFIG_LEDS_USER is not set +# CONFIG_LEDS_NIC78BX is not set +# CONFIG_LEDS_TI_LMU_COMMON is not set + +# +# Flash and Torch LED drivers +# + +# +# RGB LED drivers +# + +# +# LED Triggers +# +# CONFIG_LEDS_TRIGGERS is not set + +# +# Simple LED drivers +# +# CONFIG_ACCESSIBILITY is not set +# CONFIG_INFINIBAND is not set +CONFIG_EDAC_ATOMIC_SCRUB=y +CONFIG_EDAC_SUPPORT=y +CONFIG_EDAC=y +# CONFIG_EDAC_LEGACY_SYSFS is not set +# CONFIG_EDAC_DEBUG is not set +CONFIG_EDAC_DECODE_MCE=y +# CONFIG_EDAC_GHES is not set +CONFIG_EDAC_AMD64=y +CONFIG_EDAC_E752X=m +CONFIG_EDAC_I82975X=m +CONFIG_EDAC_I3000=m +CONFIG_EDAC_I3200=m +CONFIG_EDAC_IE31200=m +CONFIG_EDAC_X38=m +CONFIG_EDAC_I5400=m +CONFIG_EDAC_I7CORE=m +CONFIG_EDAC_I5100=m +CONFIG_EDAC_I7300=m +CONFIG_EDAC_SBRIDGE=m +CONFIG_EDAC_SKX=m +CONFIG_EDAC_I10NM=m +# CONFIG_EDAC_PND2 is not set +# CONFIG_EDAC_IGEN6 is not set +CONFIG_RTC_LIB=y +CONFIG_RTC_MC146818_LIB=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_NVMEM=y + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_ABB5ZES3 is not set +# CONFIG_RTC_DRV_ABEOZ9 is not set +# CONFIG_RTC_DRV_ABX80X is not set +# CONFIG_RTC_DRV_DS1307 is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_RS5C372 is not set +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_ISL12022 is not set +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set +# CONFIG_RTC_DRV_PCF85063 is not set +# CONFIG_RTC_DRV_PCF85363 is not set +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +# CONFIG_RTC_DRV_BQ32K is not set +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8010 is not set +# CONFIG_RTC_DRV_RX8581 is not set +# CONFIG_RTC_DRV_RX8025 is not set +# CONFIG_RTC_DRV_EM3027 is not set +# CONFIG_RTC_DRV_RV3028 is not set +# CONFIG_RTC_DRV_RV3032 is not set +# CONFIG_RTC_DRV_RV8803 is not set +# CONFIG_RTC_DRV_SD3078 is not set + +# +# SPI RTC drivers +# +# CONFIG_RTC_DRV_M41T93 is not set +# CONFIG_RTC_DRV_M41T94 is not set +# CONFIG_RTC_DRV_DS1302 is not set +# CONFIG_RTC_DRV_DS1305 is not set +# CONFIG_RTC_DRV_DS1343 is not set +# CONFIG_RTC_DRV_DS1347 is not set +# CONFIG_RTC_DRV_DS1390 is not set +# CONFIG_RTC_DRV_MAX6916 is not set +# CONFIG_RTC_DRV_R9701 is not set +# CONFIG_RTC_DRV_RX4581 is not set +# CONFIG_RTC_DRV_RS5C348 is not set +# CONFIG_RTC_DRV_MAX6902 is not set +# CONFIG_RTC_DRV_PCF2123 is not set +# CONFIG_RTC_DRV_MCP795 is not set +CONFIG_RTC_I2C_AND_SPI=y + +# +# SPI and I2C RTC drivers +# +# CONFIG_RTC_DRV_DS3232 is not set +# CONFIG_RTC_DRV_PCF2127 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX6110 is not set + +# +# Platform RTC drivers +# +CONFIG_RTC_DRV_CMOS=y +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1685_FAMILY is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_DS2404 is not set +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_MSM6242 is not set +# CONFIG_RTC_DRV_BQ4802 is not set +# CONFIG_RTC_DRV_RP5C01 is not set + +# +# on-CPU RTC drivers +# +# CONFIG_RTC_DRV_FTRTC010 is not set + +# +# HID Sensor RTC drivers +# +# CONFIG_RTC_DRV_GOLDFISH is not set +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set + +# +# DMA Devices +# +CONFIG_DMA_ENGINE=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DMA_ACPI=y +# CONFIG_ALTERA_MSGDMA is not set +# CONFIG_INTEL_IDMA64 is not set +# CONFIG_INTEL_IDXD is not set +# CONFIG_INTEL_IDXD_COMPAT is not set +CONFIG_INTEL_IOATDMA=y +# CONFIG_PLX_DMA is not set +# CONFIG_XILINX_XDMA is not set +# CONFIG_AMD_PTDMA is not set +# CONFIG_QCOM_HIDMA_MGMT is not set +# CONFIG_QCOM_HIDMA is not set +# CONFIG_DW_DMAC is not set +# CONFIG_DW_DMAC_PCI is not set +# CONFIG_DW_EDMA is not set +CONFIG_HSU_DMA=y +# CONFIG_SF_PDMA is not set +# CONFIG_INTEL_LDMA is not set + +# +# DMA Clients +# +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_DMATEST is not set +CONFIG_DMA_ENGINE_RAID=y + +# +# DMABUF options +# +# CONFIG_SYNC_FILE is not set +# CONFIG_DMABUF_HEAPS is not set +# end of DMABUF options + +CONFIG_DCA=y +# CONFIG_AUXDISPLAY is not set +CONFIG_UIO=m +# CONFIG_UIO_CIF is not set +# CONFIG_UIO_PDRV_GENIRQ is not set +# CONFIG_UIO_DMEM_GENIRQ is not set +# CONFIG_UIO_AEC is not set +# CONFIG_UIO_SERCOS3 is not set +CONFIG_UIO_PCI_GENERIC=m +# CONFIG_UIO_NETX is not set +# CONFIG_UIO_PRUSS is not set +# CONFIG_UIO_MF624 is not set +# CONFIG_UIO_DFL is not set +CONFIG_VFIO=m +CONFIG_VFIO_CONTAINER=y +CONFIG_VFIO_IOMMU_TYPE1=m +# CONFIG_VFIO_NOIOMMU is not set +CONFIG_VFIO_VIRQFD=y +CONFIG_VFIO_PCI_CORE=m +CONFIG_VFIO_PCI_MMAP=y +CONFIG_VFIO_PCI_INTX=y +CONFIG_VFIO_PCI=m +CONFIG_VFIO_PCI_IGD=y +# CONFIG_MLX5_VFIO_PCI is not set +CONFIG_IRQ_BYPASS_MANAGER=m +# CONFIG_VIRT_DRIVERS is not set +CONFIG_VIRTIO_ANCHOR=y +CONFIG_VIRTIO=y +CONFIG_VIRTIO_PCI_LIB=y +CONFIG_VIRTIO_PCI_LIB_LEGACY=y +CONFIG_VIRTIO_MENU=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTIO_PCI_LEGACY=y +# CONFIG_VIRTIO_PMEM is not set +CONFIG_VIRTIO_BALLOON=m +CONFIG_VIRTIO_MEM=m +# CONFIG_VIRTIO_INPUT is not set +CONFIG_VIRTIO_MMIO=m +# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set +# CONFIG_VDPA is not set +CONFIG_VHOST_IOTLB=m +CONFIG_VHOST_TASK=y +CONFIG_VHOST=m +CONFIG_VHOST_MENU=y +CONFIG_VHOST_NET=m +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set + +# +# Microsoft Hyper-V guest support +# +# end of Microsoft Hyper-V guest support + +# CONFIG_GREYBUS is not set +# CONFIG_COMEDI is not set +# CONFIG_STAGING is not set +# CONFIG_CHROME_PLATFORMS is not set +CONFIG_MELLANOX_PLATFORM=y +# CONFIG_MLXREG_HOTPLUG is not set +# CONFIG_MLXREG_IO is not set +# CONFIG_MLXREG_LC is not set +# CONFIG_NVSW_SN2201 is not set +# CONFIG_SURFACE_PLATFORMS is not set +CONFIG_X86_PLATFORM_DEVICES=y +# CONFIG_ACPI_WMI is not set +# CONFIG_ACERHDF is not set +# CONFIG_ACER_WIRELESS is not set +# CONFIG_AMD_PMF is not set +# CONFIG_AMD_PMC is not set +CONFIG_AMD_HSMP=m +# CONFIG_ADV_SWBUTTON is not set +# CONFIG_ASUS_WIRELESS is not set +# CONFIG_ASUS_TF103C_DOCK is not set +# CONFIG_X86_PLATFORM_DRIVERS_DELL is not set +# CONFIG_FUJITSU_TABLET is not set +# CONFIG_GPD_POCKET_FAN is not set +# CONFIG_X86_PLATFORM_DRIVERS_HP is not set +# CONFIG_WIRELESS_HOTKEY is not set +# CONFIG_IBM_RTL is not set +# CONFIG_SENSORS_HDAPS is not set +CONFIG_INTEL_IFS=m +# CONFIG_INTEL_SAR_INT1092 is not set +# CONFIG_INTEL_PMC_CORE is not set + +# +# Intel Speed Select Technology interface support +# +# CONFIG_INTEL_SPEED_SELECT_INTERFACE is not set +# end of Intel Speed Select Technology interface support + +# +# Intel Uncore Frequency Control +# +# CONFIG_INTEL_UNCORE_FREQ_CONTROL is not set +# end of Intel Uncore Frequency Control + +# CONFIG_INTEL_HID_EVENT is not set +# CONFIG_INTEL_VBTN is not set +# CONFIG_INTEL_PUNIT_IPC is not set +# CONFIG_INTEL_RST is not set +# CONFIG_INTEL_SMARTCONNECT is not set +# CONFIG_INTEL_VSEC is not set +# CONFIG_MSI_EC is not set +# CONFIG_PCENGINES_APU2 is not set +# CONFIG_BARCO_P50_GPIO is not set +# CONFIG_SAMSUNG_Q10 is not set +# CONFIG_TOSHIBA_BT_RFKILL is not set +# CONFIG_TOSHIBA_HAPS is not set +# CONFIG_ACPI_CMPC is not set +# CONFIG_SYSTEM76_ACPI is not set +# CONFIG_TOPSTAR_LAPTOP is not set +# CONFIG_SERIAL_MULTI_INSTANTIATE is not set +# CONFIG_MLX_PLATFORM is not set +# CONFIG_INTEL_IPS is not set +# CONFIG_INTEL_SCU_PCI is not set +# CONFIG_INTEL_SCU_PLATFORM is not set +# CONFIG_SIEMENS_SIMATIC_IPC is not set +# CONFIG_WINMATE_FM07_KEYS is not set +CONFIG_P2SB=y +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_COMMON_CLK=y +# CONFIG_LMK04832 is not set +# CONFIG_COMMON_CLK_MAX9485 is not set +# CONFIG_COMMON_CLK_SI5341 is not set +# CONFIG_COMMON_CLK_SI5351 is not set +# CONFIG_COMMON_CLK_SI544 is not set +# CONFIG_COMMON_CLK_CDCE706 is not set +# CONFIG_COMMON_CLK_CS2000_CP is not set +# CONFIG_XILINX_VCU is not set +# CONFIG_HWSPINLOCK is not set + +# +# Clock Source drivers +# +CONFIG_CLKEVT_I8253=y +CONFIG_I8253_LOCK=y +CONFIG_CLKBLD_I8253=y +# end of Clock Source drivers + +CONFIG_MAILBOX=y +CONFIG_PCC=y +# CONFIG_ALTERA_MBOX is not set +CONFIG_IOMMU_IOVA=y +CONFIG_IOMMU_API=y +CONFIG_IOMMU_SUPPORT=y + +# +# Generic IOMMU Pagetable Support +# +CONFIG_IOMMU_IO_PGTABLE=y +# end of Generic IOMMU Pagetable Support + +# CONFIG_IOMMU_DEBUGFS is not set +# CONFIG_IOMMU_DEFAULT_DMA_STRICT is not set +CONFIG_IOMMU_DEFAULT_DMA_LAZY=y +# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set +CONFIG_IOMMU_DMA=y +CONFIG_AMD_IOMMU=y +CONFIG_AMD_IOMMU_V2=m +CONFIG_DMAR_TABLE=y +CONFIG_INTEL_IOMMU=y +# CONFIG_INTEL_IOMMU_SVM is not set +# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set +CONFIG_INTEL_IOMMU_FLOPPY_WA=y +# CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON is not set +# CONFIG_INTEL_IOMMU_PERF_EVENTS is not set +# CONFIG_IOMMUFD is not set +CONFIG_IRQ_REMAP=y +# CONFIG_VIRTIO_IOMMU is not set + +# +# Remoteproc drivers +# +# CONFIG_REMOTEPROC is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +# CONFIG_RPMSG_QCOM_GLINK_RPM is not set +# CONFIG_RPMSG_VIRTIO is not set +# end of Rpmsg drivers + +# CONFIG_SOUNDWIRE is not set + +# +# SOC (System On Chip) specific Drivers +# + +# +# Amlogic SoC drivers +# +# end of Amlogic SoC drivers + +# +# Broadcom SoC drivers +# +# end of Broadcom SoC drivers + +# +# NXP/Freescale QorIQ SoC drivers +# +# end of NXP/Freescale QorIQ SoC drivers + +# +# fujitsu SoC drivers +# +# end of fujitsu SoC drivers + +# +# i.MX SoC drivers +# +# end of i.MX SoC drivers + +# +# Enable LiteX SoC Builder specific drivers +# +# end of Enable LiteX SoC Builder specific drivers + +# CONFIG_WPCM450_SOC is not set + +# +# Qualcomm SoC drivers +# +# end of Qualcomm SoC drivers + +# CONFIG_SOC_TI is not set + +# +# Xilinx SoC drivers +# +# end of Xilinx SoC drivers +# end of SOC (System On Chip) specific Drivers + +# CONFIG_PM_DEVFREQ is not set +# CONFIG_EXTCON is not set +CONFIG_MEMORY=y +CONFIG_FPGA_DFL_EMIF=m +CONFIG_IIO=y +CONFIG_IIO_BUFFER=y +# CONFIG_IIO_BUFFER_CB is not set +# CONFIG_IIO_BUFFER_DMA is not set +# CONFIG_IIO_BUFFER_DMAENGINE is not set +# CONFIG_IIO_BUFFER_HW_CONSUMER is not set +CONFIG_IIO_KFIFO_BUF=y +CONFIG_IIO_TRIGGERED_BUFFER=y +# CONFIG_IIO_CONFIGFS is not set +CONFIG_IIO_TRIGGER=y +CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 +# CONFIG_IIO_SW_DEVICE is not set +# CONFIG_IIO_SW_TRIGGER is not set +# CONFIG_IIO_TRIGGERED_EVENT is not set + +# +# Accelerometers +# +# CONFIG_ADIS16201 is not set +# CONFIG_ADIS16209 is not set +# CONFIG_ADXL313_I2C is not set +# CONFIG_ADXL313_SPI is not set +# CONFIG_ADXL345_I2C is not set +# CONFIG_ADXL345_SPI is not set +# CONFIG_ADXL355_I2C is not set +# CONFIG_ADXL355_SPI is not set +# CONFIG_ADXL367_SPI is not set +# CONFIG_ADXL367_I2C is not set +# CONFIG_ADXL372_SPI is not set +# CONFIG_ADXL372_I2C is not set +# CONFIG_BMA180 is not set +# CONFIG_BMA220 is not set +# CONFIG_BMA400 is not set +# CONFIG_BMC150_ACCEL is not set +# CONFIG_BMI088_ACCEL is not set +# CONFIG_DA280 is not set +# CONFIG_DA311 is not set +# CONFIG_DMARD06 is not set +# CONFIG_DMARD09 is not set +# CONFIG_DMARD10 is not set +# CONFIG_FXLS8962AF_I2C is not set +# CONFIG_FXLS8962AF_SPI is not set +# CONFIG_IIO_ST_ACCEL_3AXIS is not set +# CONFIG_IIO_KX022A_SPI is not set +# CONFIG_IIO_KX022A_I2C is not set +# CONFIG_KXSD9 is not set +# CONFIG_KXCJK1013 is not set +# CONFIG_MC3230 is not set +# CONFIG_MMA7455_I2C is not set +# CONFIG_MMA7455_SPI is not set +# CONFIG_MMA7660 is not set +# CONFIG_MMA8452 is not set +# CONFIG_MMA9551 is not set +# CONFIG_MMA9553 is not set +# CONFIG_MSA311 is not set +# CONFIG_MXC4005 is not set +# CONFIG_MXC6255 is not set +# CONFIG_SCA3000 is not set +# CONFIG_SCA3300 is not set +# CONFIG_STK8312 is not set +# CONFIG_STK8BA50 is not set +# end of Accelerometers + +# +# Analog to digital converters +# +# CONFIG_AD4130 is not set +# CONFIG_AD7091R5 is not set +# CONFIG_AD7124 is not set +# CONFIG_AD7192 is not set +# CONFIG_AD7266 is not set +# CONFIG_AD7280 is not set +# CONFIG_AD7291 is not set +# CONFIG_AD7292 is not set +# CONFIG_AD7298 is not set +# CONFIG_AD7476 is not set +# CONFIG_AD7606_IFACE_PARALLEL is not set +# CONFIG_AD7606_IFACE_SPI is not set +# CONFIG_AD7766 is not set +# CONFIG_AD7768_1 is not set +# CONFIG_AD7780 is not set +# CONFIG_AD7791 is not set +# CONFIG_AD7793 is not set +# CONFIG_AD7887 is not set +# CONFIG_AD7923 is not set +# CONFIG_AD7949 is not set +# CONFIG_AD799X is not set +# CONFIG_ENVELOPE_DETECTOR is not set +# CONFIG_HI8435 is not set +# CONFIG_HX711 is not set +# CONFIG_INA2XX_ADC is not set +# CONFIG_LTC2471 is not set +# CONFIG_LTC2485 is not set +# CONFIG_LTC2496 is not set +CONFIG_LTC2497=m +# CONFIG_MAX1027 is not set +# CONFIG_MAX11100 is not set +# CONFIG_MAX1118 is not set +# CONFIG_MAX11205 is not set +# CONFIG_MAX11410 is not set +# CONFIG_MAX1241 is not set +CONFIG_MAX1363=m +# CONFIG_MAX9611 is not set +# CONFIG_MCP320X is not set +# CONFIG_MCP3422 is not set +# CONFIG_MCP3911 is not set +# CONFIG_NAU7802 is not set +# CONFIG_RICHTEK_RTQ6056 is not set +# CONFIG_SD_ADC_MODULATOR is not set +# CONFIG_TI_ADC081C is not set +# CONFIG_TI_ADC0832 is not set +# CONFIG_TI_ADC084S021 is not set +# CONFIG_TI_ADC12138 is not set +# CONFIG_TI_ADC108S102 is not set +# CONFIG_TI_ADC128S052 is not set +# CONFIG_TI_ADC161S626 is not set +# CONFIG_TI_ADS1015 is not set +# CONFIG_TI_ADS7924 is not set +# CONFIG_TI_ADS1100 is not set +# CONFIG_TI_ADS7950 is not set +# CONFIG_TI_ADS8344 is not set +# CONFIG_TI_ADS8688 is not set +# CONFIG_TI_ADS124S08 is not set +# CONFIG_TI_ADS131E08 is not set +# CONFIG_TI_LMP92064 is not set +# CONFIG_TI_TLC4541 is not set +# CONFIG_TI_TSC2046 is not set +# CONFIG_VF610_ADC is not set +# CONFIG_XILINX_XADC is not set +# end of Analog to digital converters + +# +# Analog to digital and digital to analog converters +# +# CONFIG_AD74115 is not set +# CONFIG_AD74413R is not set +# end of Analog to digital and digital to analog converters + +# +# Analog Front Ends +# +# CONFIG_IIO_RESCALE is not set +# end of Analog Front Ends + +# +# Amplifiers +# +# CONFIG_AD8366 is not set +# CONFIG_ADA4250 is not set +# CONFIG_HMC425 is not set +# end of Amplifiers + +# +# Capacitance to digital converters +# +# CONFIG_AD7150 is not set +# CONFIG_AD7746 is not set +# end of Capacitance to digital converters + +# +# Chemical Sensors +# +# CONFIG_ATLAS_PH_SENSOR is not set +# CONFIG_ATLAS_EZO_SENSOR is not set +# CONFIG_BME680 is not set +# CONFIG_CCS811 is not set +# CONFIG_IAQCORE is not set +# CONFIG_SCD30_CORE is not set +# CONFIG_SCD4X is not set +# CONFIG_SENSIRION_SGP30 is not set +# CONFIG_SENSIRION_SGP40 is not set +# CONFIG_SPS30_I2C is not set +# CONFIG_SENSEAIR_SUNRISE_CO2 is not set +# CONFIG_VZ89X is not set +# end of Chemical Sensors + +# +# Hid Sensor IIO Common +# +# end of Hid Sensor IIO Common + +# +# IIO SCMI Sensors +# +# end of IIO SCMI Sensors + +# +# SSP Sensor Common +# +# CONFIG_IIO_SSP_SENSORHUB is not set +# end of SSP Sensor Common + +# +# Digital to analog converters +# +# CONFIG_AD3552R is not set +# CONFIG_AD5064 is not set +# CONFIG_AD5360 is not set +# CONFIG_AD5380 is not set +# CONFIG_AD5421 is not set +# CONFIG_AD5446 is not set +# CONFIG_AD5449 is not set +# CONFIG_AD5592R is not set +# CONFIG_AD5593R is not set +# CONFIG_AD5504 is not set +# CONFIG_AD5624R_SPI is not set +# CONFIG_LTC2688 is not set +# CONFIG_AD5686_SPI is not set +# CONFIG_AD5696_I2C is not set +# CONFIG_AD5755 is not set +# CONFIG_AD5758 is not set +# CONFIG_AD5761 is not set +# CONFIG_AD5764 is not set +# CONFIG_AD5766 is not set +# CONFIG_AD5770R is not set +# CONFIG_AD5791 is not set +# CONFIG_AD7293 is not set +# CONFIG_AD7303 is not set +# CONFIG_AD8801 is not set +# CONFIG_DPOT_DAC is not set +# CONFIG_DS4424 is not set +# CONFIG_LTC1660 is not set +# CONFIG_LTC2632 is not set +# CONFIG_M62332 is not set +# CONFIG_MAX517 is not set +# CONFIG_MAX5522 is not set +# CONFIG_MAX5821 is not set +# CONFIG_MCP4725 is not set +# CONFIG_MCP4922 is not set +# CONFIG_TI_DAC082S085 is not set +# CONFIG_TI_DAC5571 is not set +# CONFIG_TI_DAC7311 is not set +# CONFIG_TI_DAC7612 is not set +# CONFIG_VF610_DAC is not set +# end of Digital to analog converters + +# +# IIO dummy driver +# +# end of IIO dummy driver + +# +# Filters +# +# CONFIG_ADMV8818 is not set +# end of Filters + +# +# Frequency Synthesizers DDS/PLL +# + +# +# Clock Generator/Distribution +# +# CONFIG_AD9523 is not set +# end of Clock Generator/Distribution + +# +# Phase-Locked Loop (PLL) frequency synthesizers +# +# CONFIG_ADF4350 is not set +# CONFIG_ADF4371 is not set +# CONFIG_ADF4377 is not set +# CONFIG_ADMV1013 is not set +# CONFIG_ADMV1014 is not set +# CONFIG_ADMV4420 is not set +# CONFIG_ADRF6780 is not set +# end of Phase-Locked Loop (PLL) frequency synthesizers +# end of Frequency Synthesizers DDS/PLL + +# +# Digital gyroscope sensors +# +# CONFIG_ADIS16080 is not set +# CONFIG_ADIS16130 is not set +# CONFIG_ADIS16136 is not set +# CONFIG_ADIS16260 is not set +# CONFIG_ADXRS290 is not set +# CONFIG_ADXRS450 is not set +# CONFIG_BMG160 is not set +# CONFIG_FXAS21002C is not set +# CONFIG_MPU3050_I2C is not set +# CONFIG_IIO_ST_GYRO_3AXIS is not set +# CONFIG_ITG3200 is not set +# end of Digital gyroscope sensors + +# +# Health Sensors +# + +# +# Heart Rate Monitors +# +# CONFIG_AFE4403 is not set +# CONFIG_AFE4404 is not set +# CONFIG_MAX30100 is not set +# CONFIG_MAX30102 is not set +# end of Heart Rate Monitors +# end of Health Sensors + +# +# Humidity sensors +# +# CONFIG_AM2315 is not set +# CONFIG_DHT11 is not set +# CONFIG_HDC100X is not set +# CONFIG_HDC2010 is not set +# CONFIG_HTS221 is not set +# CONFIG_HTU21 is not set +# CONFIG_SI7005 is not set +# CONFIG_SI7020 is not set +# end of Humidity sensors + +# +# Inertial measurement units +# +# CONFIG_ADIS16400 is not set +# CONFIG_ADIS16460 is not set +# CONFIG_ADIS16475 is not set +# CONFIG_ADIS16480 is not set +# CONFIG_BMI160_I2C is not set +# CONFIG_BMI160_SPI is not set +# CONFIG_BOSCH_BNO055_I2C is not set +# CONFIG_FXOS8700_I2C is not set +# CONFIG_FXOS8700_SPI is not set +# CONFIG_KMX61 is not set +# CONFIG_INV_ICM42600_I2C is not set +# CONFIG_INV_ICM42600_SPI is not set +# CONFIG_INV_MPU6050_I2C is not set +# CONFIG_INV_MPU6050_SPI is not set +# CONFIG_IIO_ST_LSM6DSX is not set +# CONFIG_IIO_ST_LSM9DS0 is not set +# end of Inertial measurement units + +# +# Light sensors +# +# CONFIG_ACPI_ALS is not set +# CONFIG_ADJD_S311 is not set +# CONFIG_ADUX1020 is not set +# CONFIG_AL3010 is not set +# CONFIG_AL3320A is not set +# CONFIG_APDS9300 is not set +# CONFIG_APDS9960 is not set +# CONFIG_AS73211 is not set +# CONFIG_BH1750 is not set +# CONFIG_BH1780 is not set +# CONFIG_CM32181 is not set +# CONFIG_CM3232 is not set +# CONFIG_CM3323 is not set +# CONFIG_CM3605 is not set +# CONFIG_CM36651 is not set +# CONFIG_GP2AP002 is not set +# CONFIG_GP2AP020A00F is not set +# CONFIG_SENSORS_ISL29018 is not set +# CONFIG_SENSORS_ISL29028 is not set +# CONFIG_ISL29125 is not set +# CONFIG_JSA1212 is not set +# CONFIG_ROHM_BU27034 is not set +# CONFIG_RPR0521 is not set +# CONFIG_LTR501 is not set +# CONFIG_LTRF216A is not set +# CONFIG_LV0104CS is not set +# CONFIG_MAX44000 is not set +# CONFIG_MAX44009 is not set +# CONFIG_NOA1305 is not set +# CONFIG_OPT3001 is not set +# CONFIG_PA12203001 is not set +# CONFIG_SI1133 is not set +# CONFIG_SI1145 is not set +# CONFIG_STK3310 is not set +# CONFIG_ST_UVIS25 is not set +# CONFIG_TCS3414 is not set +# CONFIG_TCS3472 is not set +# CONFIG_SENSORS_TSL2563 is not set +# CONFIG_TSL2583 is not set +# CONFIG_TSL2591 is not set +# CONFIG_TSL2772 is not set +# CONFIG_TSL4531 is not set +# CONFIG_US5182D is not set +# CONFIG_VCNL4000 is not set +# CONFIG_VCNL4035 is not set +# CONFIG_VEML6030 is not set +# CONFIG_VEML6070 is not set +# CONFIG_VL6180 is not set +# CONFIG_ZOPT2201 is not set +# end of Light sensors + +# +# Magnetometer sensors +# +# CONFIG_AK8974 is not set +# CONFIG_AK8975 is not set +# CONFIG_AK09911 is not set +# CONFIG_BMC150_MAGN_I2C is not set +# CONFIG_BMC150_MAGN_SPI is not set +# CONFIG_MAG3110 is not set +# CONFIG_MMC35240 is not set +# CONFIG_IIO_ST_MAGN_3AXIS is not set +# CONFIG_SENSORS_HMC5843_I2C is not set +# CONFIG_SENSORS_HMC5843_SPI is not set +# CONFIG_SENSORS_RM3100_I2C is not set +# CONFIG_SENSORS_RM3100_SPI is not set +# CONFIG_TI_TMAG5273 is not set +# CONFIG_YAMAHA_YAS530 is not set +# end of Magnetometer sensors + +# +# Multiplexers +# +# CONFIG_IIO_MUX is not set +# end of Multiplexers + +# +# Inclinometer sensors +# +# end of Inclinometer sensors + +# +# Triggers - standalone +# +# CONFIG_IIO_INTERRUPT_TRIGGER is not set +# CONFIG_IIO_SYSFS_TRIGGER is not set +# end of Triggers - standalone + +# +# Linear and angular position sensors +# +# end of Linear and angular position sensors + +# +# Digital potentiometers +# +# CONFIG_AD5110 is not set +# CONFIG_AD5272 is not set +# CONFIG_DS1803 is not set +# CONFIG_MAX5432 is not set +# CONFIG_MAX5481 is not set +# CONFIG_MAX5487 is not set +# CONFIG_MCP4018 is not set +# CONFIG_MCP4131 is not set +# CONFIG_MCP4531 is not set +# CONFIG_MCP41010 is not set +# CONFIG_TPL0102 is not set +# end of Digital potentiometers + +# +# Digital potentiostats +# +# CONFIG_LMP91000 is not set +# end of Digital potentiostats + +# +# Pressure sensors +# +# CONFIG_ABP060MG is not set +# CONFIG_BMP280 is not set +# CONFIG_DLHL60D is not set +# CONFIG_DPS310 is not set +# CONFIG_HP03 is not set +# CONFIG_ICP10100 is not set +# CONFIG_MPL115_I2C is not set +# CONFIG_MPL115_SPI is not set +# CONFIG_MPL3115 is not set +# CONFIG_MS5611 is not set +# CONFIG_MS5637 is not set +# CONFIG_IIO_ST_PRESS is not set +# CONFIG_T5403 is not set +# CONFIG_HP206C is not set +# CONFIG_ZPA2326 is not set +# end of Pressure sensors + +# +# Lightning sensors +# +# CONFIG_AS3935 is not set +# end of Lightning sensors + +# +# Proximity and distance sensors +# +# CONFIG_ISL29501 is not set +# CONFIG_LIDAR_LITE_V2 is not set +# CONFIG_MB1232 is not set +# CONFIG_PING is not set +# CONFIG_RFD77402 is not set +# CONFIG_SRF04 is not set +# CONFIG_SX9310 is not set +# CONFIG_SX9324 is not set +# CONFIG_SX9360 is not set +# CONFIG_SX9500 is not set +# CONFIG_SRF08 is not set +# CONFIG_VCNL3020 is not set +# CONFIG_VL53L0X_I2C is not set +# end of Proximity and distance sensors + +# +# Resolver to digital converters +# +# CONFIG_AD2S90 is not set +# CONFIG_AD2S1200 is not set +# end of Resolver to digital converters + +# +# Temperature sensors +# +# CONFIG_LTC2983 is not set +# CONFIG_MAXIM_THERMOCOUPLE is not set +# CONFIG_MLX90614 is not set +# CONFIG_MLX90632 is not set +# CONFIG_TMP006 is not set +# CONFIG_TMP007 is not set +# CONFIG_TMP117 is not set +# CONFIG_TSYS01 is not set +# CONFIG_TSYS02D is not set +# CONFIG_MAX30208 is not set +# CONFIG_MAX31856 is not set +# CONFIG_MAX31865 is not set +# end of Temperature sensors + +# CONFIG_NTB is not set +# CONFIG_PWM is not set + +# +# IRQ chip support +# +# end of IRQ chip support + +# CONFIG_IPACK_BUS is not set +# CONFIG_RESET_CONTROLLER is not set + +# +# PHY Subsystem +# +# CONFIG_GENERIC_PHY is not set +# CONFIG_USB_LGM_PHY is not set +# CONFIG_PHY_CAN_TRANSCEIVER is not set + +# +# PHY drivers for Broadcom platforms +# +# CONFIG_BCM_KONA_USB2_PHY is not set +# end of PHY drivers for Broadcom platforms + +# CONFIG_PHY_PXA_28NM_HSIC is not set +# CONFIG_PHY_PXA_28NM_USB2 is not set +# CONFIG_PHY_CPCAP_USB is not set +# CONFIG_PHY_INTEL_LGM_EMMC is not set +# end of PHY Subsystem + +CONFIG_POWERCAP=y +# CONFIG_INTEL_RAPL is not set +CONFIG_IDLE_INJECT=y +# CONFIG_MCB is not set + +# +# Performance monitor support +# +# end of Performance monitor support + +CONFIG_RAS=y +# CONFIG_RAS_CEC is not set +# CONFIG_USB4 is not set + +# +# Android +# +# CONFIG_ANDROID_BINDER_IPC is not set +# end of Android + +CONFIG_LIBNVDIMM=m +CONFIG_BLK_DEV_PMEM=m +CONFIG_ND_CLAIM=y +CONFIG_ND_BTT=m +CONFIG_BTT=y +CONFIG_ND_PFN=m +CONFIG_NVDIMM_PFN=y +CONFIG_NVDIMM_DAX=y +CONFIG_DAX=y +CONFIG_DEV_DAX=m +CONFIG_DEV_DAX_PMEM=m +# CONFIG_DEV_DAX_CXL is not set +CONFIG_DEV_DAX_KMEM=m +CONFIG_NVMEM=y +CONFIG_NVMEM_SYSFS=y + +# +# Layout Types +# +# CONFIG_NVMEM_LAYOUT_SL28_VPD is not set +# CONFIG_NVMEM_LAYOUT_ONIE_TLV is not set +# end of Layout Types + +# CONFIG_NVMEM_RMEM is not set + +# +# HW tracing support +# +# CONFIG_STM is not set +# CONFIG_INTEL_TH is not set +# end of HW tracing support + +CONFIG_FPGA=m +# CONFIG_ALTERA_PR_IP_CORE is not set +# CONFIG_FPGA_MGR_ALTERA_PS_SPI is not set +# CONFIG_FPGA_MGR_ALTERA_CVP is not set +# CONFIG_FPGA_MGR_XILINX_SPI is not set +# CONFIG_FPGA_MGR_MACHXO2_SPI is not set +CONFIG_FPGA_BRIDGE=m +# CONFIG_ALTERA_FREEZE_BRIDGE is not set +# CONFIG_XILINX_PR_DECOUPLER is not set +CONFIG_FPGA_REGION=m +CONFIG_FPGA_DFL=m +CONFIG_FPGA_DFL_FME=m +CONFIG_FPGA_DFL_FME_MGR=m +CONFIG_FPGA_DFL_FME_BRIDGE=m +CONFIG_FPGA_DFL_FME_REGION=m +CONFIG_FPGA_DFL_AFU=m +CONFIG_FPGA_DFL_NIOS_INTEL_PAC_N3000=m +CONFIG_FPGA_DFL_PCI=m +# CONFIG_FPGA_MGR_MICROCHIP_SPI is not set +# CONFIG_FPGA_MGR_LATTICE_SYSCONFIG_SPI is not set +# CONFIG_TEE is not set +# CONFIG_SIOX is not set +# CONFIG_SLIMBUS is not set +# CONFIG_INTERCONNECT is not set +# CONFIG_COUNTER is not set +# CONFIG_MOST is not set +# CONFIG_PECI is not set +# CONFIG_HTE is not set +# end of Device Drivers + +# +# File systems +# +CONFIG_DCACHE_WORD_ACCESS=y +CONFIG_VALIDATE_FS_PARSER=y +CONFIG_FS_IOMAP=y +CONFIG_LEGACY_DIRECT_IO=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +CONFIG_XFS_FS=y +CONFIG_XFS_SUPPORT_V4=y +# CONFIG_XFS_SUPPORT_ASCII_CI is not set +CONFIG_XFS_QUOTA=y +CONFIG_XFS_POSIX_ACL=y +CONFIG_XFS_RT=y +# CONFIG_XFS_ONLINE_SCRUB is not set +# CONFIG_XFS_WARN is not set +# CONFIG_XFS_DEBUG is not set +# CONFIG_GFS2_FS is not set +# CONFIG_OCFS2_FS is not set +CONFIG_BTRFS_FS=y +CONFIG_BTRFS_FS_POSIX_ACL=y +# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set +# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set +# CONFIG_BTRFS_DEBUG is not set +# CONFIG_BTRFS_ASSERT is not set +# CONFIG_BTRFS_FS_REF_VERIFY is not set +# CONFIG_NILFS2_FS is not set +# CONFIG_F2FS_FS is not set +CONFIG_FS_DAX=y +CONFIG_FS_DAX_PMD=y +CONFIG_FS_POSIX_ACL=y +CONFIG_EXPORTFS=y +CONFIG_EXPORTFS_BLOCK_OPS=y +CONFIG_FILE_LOCKING=y +# CONFIG_FS_ENCRYPTION is not set +CONFIG_FS_VERITY=y +CONFIG_FS_VERITY_BUILTIN_SIGNATURES=y +CONFIG_FSNOTIFY=y +CONFIG_DNOTIFY=y +CONFIG_INOTIFY_USER=y +CONFIG_FANOTIFY=y +# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set +CONFIG_QUOTA=y +CONFIG_QUOTA_NETLINK_INTERFACE=y +# CONFIG_QUOTA_DEBUG is not set +# CONFIG_QFMT_V1 is not set +# CONFIG_QFMT_V2 is not set +CONFIG_QUOTACTL=y +CONFIG_AUTOFS4_FS=m +CONFIG_AUTOFS_FS=m +CONFIG_FUSE_FS=m +# CONFIG_CUSE is not set +CONFIG_VIRTIO_FS=m +CONFIG_FUSE_DAX=y +CONFIG_OVERLAY_FS=y +# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set +CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y +# CONFIG_OVERLAY_FS_INDEX is not set +# CONFIG_OVERLAY_FS_XINO_AUTO is not set +# CONFIG_OVERLAY_FS_METACOPY is not set + +# +# Caches +# +CONFIG_NETFS_SUPPORT=m +CONFIG_NETFS_STATS=y +CONFIG_FSCACHE=m +CONFIG_FSCACHE_STATS=y +# CONFIG_FSCACHE_DEBUG is not set +CONFIG_CACHEFILES=m +# CONFIG_CACHEFILES_DEBUG is not set +# CONFIG_CACHEFILES_ERROR_INJECTION is not set +# CONFIG_CACHEFILES_ONDEMAND is not set +# end of Caches + +# +# CD-ROM/DVD Filesystems +# +CONFIG_ISO9660_FS=m +CONFIG_JOLIET=y +# CONFIG_ZISOFS is not set +# CONFIG_UDF_FS is not set +# end of CD-ROM/DVD Filesystems + +# +# DOS/FAT/EXFAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="ascii" +# CONFIG_FAT_DEFAULT_UTF8 is not set +# CONFIG_EXFAT_FS is not set +# CONFIG_NTFS_FS is not set +# CONFIG_NTFS3_FS is not set +# end of DOS/FAT/EXFAT/NT Filesystems + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_PROC_KCORE=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +# CONFIG_PROC_CHILDREN is not set +CONFIG_PROC_PID_ARCH_STATUS=y +CONFIG_PROC_CPU_RESCTRL=y +CONFIG_KERNFS=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +CONFIG_TMPFS_INODE64=y +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE=y +CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y +# CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON is not set +CONFIG_MEMFD_CREATE=y +CONFIG_ARCH_HAS_GIGANTIC_PAGE=y +CONFIG_CONFIGFS_FS=y +CONFIG_EFIVAR_FS=m +# end of Pseudo filesystems + +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_ORANGEFS_FS is not set +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_ECRYPT_FS is not set +# CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +# CONFIG_JFFS2_FS is not set +CONFIG_CRAMFS=m +CONFIG_CRAMFS_BLOCKDEV=y +# CONFIG_CRAMFS_MTD is not set +CONFIG_SQUASHFS=m +# CONFIG_SQUASHFS_FILE_CACHE is not set +CONFIG_SQUASHFS_FILE_DIRECT=y +CONFIG_SQUASHFS_DECOMP_MULTI=y +# CONFIG_SQUASHFS_CHOICE_DECOMP_BY_MOUNT is not set +# CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE is not set +CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI=y +# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI_PERCPU is not set +# CONFIG_SQUASHFS_MOUNT_DECOMP_THREADS is not set +CONFIG_SQUASHFS_XATTR=y +CONFIG_SQUASHFS_ZLIB=y +CONFIG_SQUASHFS_LZ4=y +CONFIG_SQUASHFS_LZO=y +CONFIG_SQUASHFS_XZ=y +CONFIG_SQUASHFS_ZSTD=y +CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +# CONFIG_VXFS_FS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_OMFS_FS is not set +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_QNX6FS_FS is not set +# CONFIG_ROMFS_FS is not set +CONFIG_PSTORE=y +CONFIG_PSTORE_DEFAULT_KMSG_BYTES=10240 +CONFIG_PSTORE_DEFLATE_COMPRESS=y +# CONFIG_PSTORE_LZO_COMPRESS is not set +# CONFIG_PSTORE_LZ4_COMPRESS is not set +# CONFIG_PSTORE_LZ4HC_COMPRESS is not set +# CONFIG_PSTORE_842_COMPRESS is not set +# CONFIG_PSTORE_ZSTD_COMPRESS is not set +CONFIG_PSTORE_COMPRESS=y +CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y +CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" +# CONFIG_PSTORE_CONSOLE is not set +# CONFIG_PSTORE_PMSG is not set +# CONFIG_PSTORE_FTRACE is not set +# CONFIG_PSTORE_RAM is not set +# CONFIG_PSTORE_BLK is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set +# CONFIG_EROFS_FS is not set +CONFIG_NETWORK_FILESYSTEMS=y +CONFIG_NFS_FS=m +CONFIG_NFS_V2=m +CONFIG_NFS_V3=m +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=m +# CONFIG_NFS_SWAP is not set +CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_2=y +CONFIG_PNFS_FILE_LAYOUT=m +CONFIG_PNFS_BLOCK=m +CONFIG_PNFS_FLEXFILE_LAYOUT=m +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" +# CONFIG_NFS_V4_1_MIGRATION is not set +CONFIG_NFS_V4_SECURITY_LABEL=y +CONFIG_NFS_FSCACHE=y +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_USE_KERNEL_DNS=y +# CONFIG_NFS_DISABLE_UDP_SUPPORT is not set +# CONFIG_NFS_V4_2_READ_PLUS is not set +CONFIG_NFSD=m +# CONFIG_NFSD_V2 is not set +CONFIG_NFSD_V3_ACL=y +CONFIG_NFSD_V4=y +CONFIG_NFSD_PNFS=y +CONFIG_NFSD_BLOCKLAYOUT=y +CONFIG_NFSD_SCSILAYOUT=y +CONFIG_NFSD_FLEXFILELAYOUT=y +CONFIG_NFSD_V4_2_INTER_SSC=y +CONFIG_NFSD_V4_SECURITY_LABEL=y +CONFIG_GRACE_PERIOD=m +CONFIG_LOCKD=m +CONFIG_LOCKD_V4=y +CONFIG_NFS_ACL_SUPPORT=m +CONFIG_NFS_COMMON=y +CONFIG_NFS_V4_2_SSC_HELPER=y +CONFIG_SUNRPC=m +CONFIG_SUNRPC_GSS=m +CONFIG_SUNRPC_BACKCHANNEL=y +CONFIG_RPCSEC_GSS_KRB5=m +CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEM=y +# CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_DES is not set +CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA1=y +# CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA2 is not set +# CONFIG_SUNRPC_DEBUG is not set +# CONFIG_CEPH_FS is not set +# CONFIG_CIFS is not set +# CONFIG_SMB_SERVER is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set +CONFIG_9P_FS=m +# CONFIG_9P_FSCACHE is not set +# CONFIG_9P_FS_POSIX_ACL is not set +# CONFIG_9P_FS_SECURITY is not set +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +CONFIG_NLS_ASCII=y +# CONFIG_NLS_ISO8859_1 is not set +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_MAC_ROMAN is not set +# CONFIG_NLS_MAC_CELTIC is not set +# CONFIG_NLS_MAC_CENTEURO is not set +# CONFIG_NLS_MAC_CROATIAN is not set +# CONFIG_NLS_MAC_CYRILLIC is not set +# CONFIG_NLS_MAC_GAELIC is not set +# CONFIG_NLS_MAC_GREEK is not set +# CONFIG_NLS_MAC_ICELAND is not set +# CONFIG_NLS_MAC_INUIT is not set +# CONFIG_NLS_MAC_ROMANIAN is not set +# CONFIG_NLS_MAC_TURKISH is not set +CONFIG_NLS_UTF8=y +# CONFIG_DLM is not set +# CONFIG_UNICODE is not set +CONFIG_IO_WQ=y +# end of File systems + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_REQUEST_CACHE is not set +# CONFIG_PERSISTENT_KEYRINGS is not set +# CONFIG_BIG_KEYS is not set +# CONFIG_TRUSTED_KEYS is not set +# CONFIG_ENCRYPTED_KEYS is not set +# CONFIG_KEY_DH_OPERATIONS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_NETWORK=y +# CONFIG_SECURITY_NETWORK_XFRM is not set +# CONFIG_SECURITY_PATH is not set +CONFIG_INTEL_TXT=y +CONFIG_LSM_MMAP_MIN_ADDR=65536 +CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y +# CONFIG_HARDENED_USERCOPY is not set +# CONFIG_FORTIFY_SOURCE is not set +# CONFIG_STATIC_USERMODEHELPER is not set +CONFIG_SECURITY_SELINUX=y +CONFIG_SECURITY_SELINUX_BOOTPARAM=y +CONFIG_SECURITY_SELINUX_DEVELOP=y +CONFIG_SECURITY_SELINUX_AVC_STATS=y +CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=9 +CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE=256 +# CONFIG_SECURITY_SMACK is not set +# CONFIG_SECURITY_TOMOYO is not set +# CONFIG_SECURITY_APPARMOR is not set +# CONFIG_SECURITY_LOADPIN is not set +# CONFIG_SECURITY_YAMA is not set +# CONFIG_SECURITY_SAFESETID is not set +# CONFIG_SECURITY_LOCKDOWN_LSM is not set +# CONFIG_SECURITY_LANDLOCK is not set +CONFIG_INTEGRITY=y +# CONFIG_INTEGRITY_SIGNATURE is not set +CONFIG_INTEGRITY_AUDIT=y +CONFIG_IMA=y +CONFIG_IMA_KEXEC=y +CONFIG_IMA_MEASURE_PCR_IDX=10 +CONFIG_IMA_LSM_RULES=y +CONFIG_IMA_NG_TEMPLATE=y +# CONFIG_IMA_SIG_TEMPLATE is not set +CONFIG_IMA_DEFAULT_TEMPLATE="ima-ng" +# CONFIG_IMA_DEFAULT_HASH_SHA1 is not set +CONFIG_IMA_DEFAULT_HASH_SHA256=y +# CONFIG_IMA_DEFAULT_HASH_SHA512 is not set +CONFIG_IMA_DEFAULT_HASH="sha256" +# CONFIG_IMA_WRITE_POLICY is not set +# CONFIG_IMA_READ_POLICY is not set +# CONFIG_IMA_APPRAISE is not set +CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS=y +CONFIG_IMA_QUEUE_EARLY_BOOT_KEYS=y +# CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set +# CONFIG_IMA_DISABLE_HTABLE is not set +# CONFIG_EVM is not set +CONFIG_DEFAULT_SECURITY_SELINUX=y +# CONFIG_DEFAULT_SECURITY_DAC is not set +CONFIG_LSM="yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor" + +# +# Kernel hardening options +# + +# +# Memory initialization +# +CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_ENABLER=y +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y +CONFIG_INIT_STACK_NONE=y +# CONFIG_INIT_STACK_ALL_PATTERN is not set +# CONFIG_INIT_STACK_ALL_ZERO is not set +# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +# end of Memory initialization + +CONFIG_RANDSTRUCT_NONE=y +# end of Kernel hardening options +# end of Security options + +CONFIG_XOR_BLOCKS=y +CONFIG_ASYNC_CORE=m +CONFIG_ASYNC_MEMCPY=m +CONFIG_ASYNC_XOR=m +CONFIG_ASYNC_PQ=m +CONFIG_ASYNC_RAID6_RECOV=m +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_SKCIPHER=y +CONFIG_CRYPTO_SKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_RNG_DEFAULT=y +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_USER is not set +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_NULL=y +CONFIG_CRYPTO_NULL2=y +# CONFIG_CRYPTO_PCRYPT is not set +CONFIG_CRYPTO_CRYPTD=y +CONFIG_CRYPTO_AUTHENC=m +# CONFIG_CRYPTO_TEST is not set +CONFIG_CRYPTO_SIMD=y +CONFIG_CRYPTO_ENGINE=m +# end of Crypto core or helper + +# +# Public-key cryptography +# +CONFIG_CRYPTO_RSA=y +# CONFIG_CRYPTO_DH is not set +# CONFIG_CRYPTO_ECDH is not set +# CONFIG_CRYPTO_ECDSA is not set +# CONFIG_CRYPTO_ECRDSA is not set +# CONFIG_CRYPTO_SM2 is not set +# CONFIG_CRYPTO_CURVE25519 is not set +# end of Public-key cryptography + +# +# Block ciphers +# +CONFIG_CRYPTO_AES=y +# CONFIG_CRYPTO_AES_TI is not set +# CONFIG_CRYPTO_ANUBIS is not set +# CONFIG_CRYPTO_ARIA is not set +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +CONFIG_CRYPTO_DES=m +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_KHAZAD is not set +# CONFIG_CRYPTO_SEED is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_SM4_GENERIC is not set +# CONFIG_CRYPTO_TEA is not set +# CONFIG_CRYPTO_TWOFISH is not set +# end of Block ciphers + +# +# Length-preserving ciphers and modes +# +# CONFIG_CRYPTO_ADIANTUM is not set +CONFIG_CRYPTO_ARC4=m +# CONFIG_CRYPTO_CHACHA20 is not set +CONFIG_CRYPTO_CBC=m +# CONFIG_CRYPTO_CFB is not set +CONFIG_CRYPTO_CTR=m +CONFIG_CRYPTO_CTS=m +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_HCTR2 is not set +# CONFIG_CRYPTO_KEYWRAP is not set +CONFIG_CRYPTO_LRW=y +# CONFIG_CRYPTO_OFB is not set +# CONFIG_CRYPTO_PCBC is not set +CONFIG_CRYPTO_XTS=y +# end of Length-preserving ciphers and modes + +# +# AEAD (authenticated encryption with associated data) ciphers +# +# CONFIG_CRYPTO_AEGIS128 is not set +# CONFIG_CRYPTO_CHACHA20POLY1305 is not set +# CONFIG_CRYPTO_CCM is not set +CONFIG_CRYPTO_GCM=m +CONFIG_CRYPTO_SEQIV=y +CONFIG_CRYPTO_ECHAINIV=m +CONFIG_CRYPTO_ESSIV=m +# end of AEAD (authenticated encryption with associated data) ciphers + +# +# Hashes, digests, and MACs +# +CONFIG_CRYPTO_BLAKE2B=y +# CONFIG_CRYPTO_CMAC is not set +CONFIG_CRYPTO_GHASH=m +CONFIG_CRYPTO_HMAC=y +CONFIG_CRYPTO_MD4=m +CONFIG_CRYPTO_MD5=y +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_POLY1305 is not set +# CONFIG_CRYPTO_RMD160 is not set +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=y +# CONFIG_CRYPTO_SHA3 is not set +# CONFIG_CRYPTO_SM3_GENERIC is not set +# CONFIG_CRYPTO_STREEBOG is not set +# CONFIG_CRYPTO_VMAC is not set +# CONFIG_CRYPTO_WP512 is not set +# CONFIG_CRYPTO_XCBC is not set +CONFIG_CRYPTO_XXHASH=y +# end of Hashes, digests, and MACs + +# +# CRCs (cyclic redundancy checks) +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_CRC32 is not set +CONFIG_CRYPTO_CRCT10DIF=y +# CONFIG_CRYPTO_CRC64_ROCKSOFT is not set +# end of CRCs (cyclic redundancy checks) + +# +# Compression +# +CONFIG_CRYPTO_DEFLATE=y +CONFIG_CRYPTO_LZO=y +# CONFIG_CRYPTO_842 is not set +CONFIG_CRYPTO_LZ4=m +# CONFIG_CRYPTO_LZ4HC is not set +CONFIG_CRYPTO_ZSTD=y +# end of Compression + +# +# Random number generation +# +CONFIG_CRYPTO_ANSI_CPRNG=m +CONFIG_CRYPTO_DRBG_MENU=y +CONFIG_CRYPTO_DRBG_HMAC=y +# CONFIG_CRYPTO_DRBG_HASH is not set +# CONFIG_CRYPTO_DRBG_CTR is not set +CONFIG_CRYPTO_DRBG=y +CONFIG_CRYPTO_JITTERENTROPY=y +# end of Random number generation + +# +# Userspace interface +# +CONFIG_CRYPTO_USER_API=y +CONFIG_CRYPTO_USER_API_HASH=y +# CONFIG_CRYPTO_USER_API_SKCIPHER is not set +# CONFIG_CRYPTO_USER_API_RNG is not set +# CONFIG_CRYPTO_USER_API_AEAD is not set +CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=y +# end of Userspace interface + +CONFIG_CRYPTO_HASH_INFO=y + +# +# Accelerated Cryptographic Algorithms for CPU (x86) +# +CONFIG_CRYPTO_CURVE25519_X86=y +CONFIG_CRYPTO_AES_NI_INTEL=y +# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set +# CONFIG_CRYPTO_CAMELLIA_X86_64 is not set +# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 is not set +# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set +# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set +# CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set +# CONFIG_CRYPTO_DES3_EDE_X86_64 is not set +# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set +# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set +# CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set +# CONFIG_CRYPTO_SM4_AESNI_AVX_X86_64 is not set +# CONFIG_CRYPTO_SM4_AESNI_AVX2_X86_64 is not set +# CONFIG_CRYPTO_TWOFISH_X86_64 is not set +# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set +# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set +# CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64 is not set +# CONFIG_CRYPTO_ARIA_AESNI_AVX2_X86_64 is not set +# CONFIG_CRYPTO_ARIA_GFNI_AVX512_X86_64 is not set +CONFIG_CRYPTO_CHACHA20_X86_64=y +# CONFIG_CRYPTO_AEGIS128_AESNI_SSE2 is not set +# CONFIG_CRYPTO_NHPOLY1305_SSE2 is not set +# CONFIG_CRYPTO_NHPOLY1305_AVX2 is not set +CONFIG_CRYPTO_BLAKE2S_X86=y +# CONFIG_CRYPTO_POLYVAL_CLMUL_NI is not set +CONFIG_CRYPTO_POLY1305_X86_64=y +CONFIG_CRYPTO_SHA1_SSSE3=y +# CONFIG_CRYPTO_SHA256_SSSE3 is not set +# CONFIG_CRYPTO_SHA512_SSSE3 is not set +# CONFIG_CRYPTO_SM3_AVX_X86_64 is not set +# CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set +CONFIG_CRYPTO_CRC32C_INTEL=y +CONFIG_CRYPTO_CRC32_PCLMUL=y +# CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set +# end of Accelerated Cryptographic Algorithms for CPU (x86) + +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_PADLOCK is not set +# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set +# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set +CONFIG_CRYPTO_DEV_CCP=y +CONFIG_CRYPTO_DEV_CCP_DD=m +CONFIG_CRYPTO_DEV_SP_CCP=y +CONFIG_CRYPTO_DEV_CCP_CRYPTO=m +CONFIG_CRYPTO_DEV_SP_PSP=y +# CONFIG_CRYPTO_DEV_CCP_DEBUGFS is not set +# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set +# CONFIG_CRYPTO_DEV_QAT_C62X is not set +# CONFIG_CRYPTO_DEV_QAT_4XXX is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set +# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set +CONFIG_CRYPTO_DEV_VIRTIO=m +# CONFIG_CRYPTO_DEV_SAFEXCEL is not set +# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_X509_CERTIFICATE_PARSER=y +# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set +CONFIG_PKCS7_MESSAGE_PARSER=y +# CONFIG_PKCS7_TEST_KEY is not set +# CONFIG_SIGNED_PE_FILE_VERIFICATION is not set +# CONFIG_FIPS_SIGNATURE_SELFTEST is not set + +# +# Certificates for signature checking +# +CONFIG_MODULE_SIG_KEY="certs/signing_key.pem" +CONFIG_MODULE_SIG_KEY_TYPE_RSA=y +# CONFIG_MODULE_SIG_KEY_TYPE_ECDSA is not set +CONFIG_SYSTEM_TRUSTED_KEYRING=y +CONFIG_SYSTEM_TRUSTED_KEYS="facebook/fbinfra-kmod-hsm.pem" +# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set +# CONFIG_SECONDARY_TRUSTED_KEYRING is not set +# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set +# end of Certificates for signature checking + +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +CONFIG_RAID6_PQ=y +CONFIG_RAID6_PQ_BENCHMARK=y +# CONFIG_PACKING is not set +CONFIG_BITREVERSE=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_NET_UTILS=y +# CONFIG_CORDIC is not set +# CONFIG_PRIME_NUMBERS is not set +CONFIG_RATIONAL=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_GENERIC_IOMAP=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y +CONFIG_ARCH_HAS_FAST_MULTIPLIER=y +CONFIG_ARCH_USE_SYM_ANNOTATIONS=y + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_UTILS=y +CONFIG_CRYPTO_LIB_AES=y +CONFIG_CRYPTO_LIB_ARC4=m +CONFIG_CRYPTO_LIB_GF128MUL=y +CONFIG_CRYPTO_ARCH_HAVE_LIB_BLAKE2S=y +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +CONFIG_CRYPTO_ARCH_HAVE_LIB_CHACHA=y +CONFIG_CRYPTO_LIB_CHACHA_GENERIC=y +CONFIG_CRYPTO_LIB_CHACHA=y +CONFIG_CRYPTO_ARCH_HAVE_LIB_CURVE25519=y +CONFIG_CRYPTO_LIB_CURVE25519_GENERIC=y +CONFIG_CRYPTO_LIB_CURVE25519=y +CONFIG_CRYPTO_LIB_DES=m +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=11 +CONFIG_CRYPTO_ARCH_HAVE_LIB_POLY1305=y +CONFIG_CRYPTO_LIB_POLY1305_GENERIC=y +CONFIG_CRYPTO_LIB_POLY1305=y +CONFIG_CRYPTO_LIB_CHACHA20POLY1305=y +CONFIG_CRYPTO_LIB_SHA1=y +CONFIG_CRYPTO_LIB_SHA256=y +# end of Crypto library routines + +# CONFIG_CRC_CCITT is not set +CONFIG_CRC16=y +CONFIG_CRC_T10DIF=y +# CONFIG_CRC64_ROCKSOFT is not set +# CONFIG_CRC_ITU_T is not set +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +CONFIG_CRC64=m +# CONFIG_CRC4 is not set +# CONFIG_CRC7 is not set +CONFIG_LIBCRC32C=y +# CONFIG_CRC8 is not set +CONFIG_XXHASH=y +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_LZ4_COMPRESS=m +CONFIG_LZ4_DECOMPRESS=y +CONFIG_ZSTD_COMMON=y +CONFIG_ZSTD_COMPRESS=y +CONFIG_ZSTD_DECOMPRESS=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_X86=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_IA64=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_SPARC=y +# CONFIG_XZ_DEC_MICROLZMA is not set +CONFIG_XZ_DEC_BCJ=y +# CONFIG_XZ_DEC_TEST is not set +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_XZ=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_ZSTD=y +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_TEXTSEARCH=y +CONFIG_TEXTSEARCH_KMP=m +CONFIG_TEXTSEARCH_BM=m +CONFIG_TEXTSEARCH_FSM=m +CONFIG_BTREE=y +CONFIG_INTERVAL_TREE=y +CONFIG_XARRAY_MULTI=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAS_DMA=y +CONFIG_DMA_OPS=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_ARCH_HAS_FORCE_DMA_UNENCRYPTED=y +CONFIG_SWIOTLB=y +CONFIG_DMA_COHERENT_POOL=y +CONFIG_DMA_CMA=y +# CONFIG_DMA_PERNUMA_CMA is not set + +# +# Default contiguous memory area size: +# +CONFIG_CMA_SIZE_MBYTES=0 +CONFIG_CMA_SIZE_SEL_MBYTES=y +# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set +# CONFIG_CMA_SIZE_SEL_MIN is not set +# CONFIG_CMA_SIZE_SEL_MAX is not set +CONFIG_CMA_ALIGNMENT=8 +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_MAP_BENCHMARK is not set +CONFIG_SGL_ALLOC=y +CONFIG_CHECK_SIGNATURE=y +# CONFIG_FORCE_NR_CPUS is not set +CONFIG_CPU_RMAP=y +CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_NLATTR=y +CONFIG_CLZ_TAB=y +CONFIG_IRQ_POLL=y +CONFIG_MPILIB=y +CONFIG_DIMLIB=y +CONFIG_OID_REGISTRY=y +CONFIG_UCS2_STRING=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_GENERIC_VDSO_TIME_NS=y +CONFIG_FONT_SUPPORT=y +CONFIG_FONT_8x16=y +CONFIG_FONT_AUTOSELECT=y +CONFIG_SG_POOL=y +CONFIG_ARCH_HAS_PMEM_API=y +CONFIG_MEMREGION=y +CONFIG_ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION=y +CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y +CONFIG_ARCH_HAS_COPY_MC=y +CONFIG_ARCH_STACKWALK=y +CONFIG_STACKDEPOT=y +CONFIG_SBITMAP=y +# end of Library routines + +CONFIG_PLDMFW=y + +# +# Kernel hacking +# + +# +# printk and dmesg options +# +CONFIG_PRINTK_TIME=y +# CONFIG_PRINTK_CALLER is not set +# CONFIG_STACKTRACE_BUILD_ID is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 +# CONFIG_BOOT_PRINTK_DELAY is not set +CONFIG_DYNAMIC_DEBUG=y +CONFIG_DYNAMIC_DEBUG_CORE=y +CONFIG_SYMBOLIC_ERRNAME=y +CONFIG_DEBUG_BUGVERBOSE=y +# end of printk and dmesg options + +CONFIG_DEBUG_KERNEL=y +CONFIG_DEBUG_MISC=y + +# +# Compile-time checks and compiler options +# +CONFIG_DEBUG_INFO=y +CONFIG_AS_HAS_NON_CONST_LEB128=y +# CONFIG_DEBUG_INFO_NONE is not set +# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set +CONFIG_DEBUG_INFO_DWARF4=y +# CONFIG_DEBUG_INFO_DWARF5 is not set +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_INFO_COMPRESSED_NONE=y +# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set +# CONFIG_DEBUG_INFO_SPLIT is not set +CONFIG_DEBUG_INFO_BTF=y +CONFIG_PAHOLE_HAS_SPLIT_BTF=y +CONFIG_PAHOLE_HAS_BTF_TAG=y +CONFIG_PAHOLE_HAS_LANG_EXCLUDE=y +CONFIG_DEBUG_INFO_BTF_MODULES=y +# CONFIG_MODULE_ALLOW_BTF_MISMATCH is not set +# CONFIG_GDB_SCRIPTS is not set +CONFIG_FRAME_WARN=2048 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_HEADERS_INSTALL is not set +CONFIG_SECTION_MISMATCH_WARN_ONLY=y +# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set +CONFIG_OBJTOOL=y +# CONFIG_VMLINUX_MAP is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# end of Compile-time checks and compiler options + +# +# Generic Kernel Debugging Instruments +# +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAGIC_SYSRQ_SERIAL=y +CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE="" +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_FS_ALLOW_ALL=y +# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set +# CONFIG_DEBUG_FS_ALLOW_NONE is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +# CONFIG_UBSAN is not set +CONFIG_HAVE_ARCH_KCSAN=y +CONFIG_HAVE_KCSAN_COMPILER=y +# CONFIG_KCSAN is not set +# end of Generic Kernel Debugging Instruments + +# +# Networking Debugging +# +# CONFIG_NET_DEV_REFCNT_TRACKER is not set +# CONFIG_NET_NS_REFCNT_TRACKER is not set +# CONFIG_DEBUG_NET is not set +# end of Networking Debugging + +# +# Memory Debugging +# +# CONFIG_PAGE_EXTENSION is not set +# CONFIG_DEBUG_PAGEALLOC is not set +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_PAGE_OWNER is not set +# CONFIG_PAGE_TABLE_CHECK is not set +# CONFIG_PAGE_POISONING is not set +CONFIG_DEBUG_PAGE_REF=y +# CONFIG_DEBUG_RODATA_TEST is not set +CONFIG_ARCH_HAS_DEBUG_WX=y +# CONFIG_DEBUG_WX is not set +CONFIG_GENERIC_PTDUMP=y +# CONFIG_PTDUMP_DEBUGFS is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SHRINKER_DEBUG is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_SCHED_STACK_END_CHECK is not set +CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_VM_PGTABLE is not set +CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y +# CONFIG_DEBUG_VIRTUAL is not set +CONFIG_DEBUG_MEMORY_INIT=y +# CONFIG_DEBUG_PER_CPU_MAPS is not set +CONFIG_ARCH_SUPPORTS_KMAP_LOCAL_FORCE_MAP=y +# CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP is not set +CONFIG_HAVE_ARCH_KASAN=y +CONFIG_HAVE_ARCH_KASAN_VMALLOC=y +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_KASAN_SW_TAGS=y +CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y +# CONFIG_KASAN is not set +CONFIG_HAVE_ARCH_KFENCE=y +CONFIG_KFENCE=y +CONFIG_KFENCE_SAMPLE_INTERVAL=100 +CONFIG_KFENCE_NUM_OBJECTS=255 +# CONFIG_KFENCE_DEFERRABLE is not set +CONFIG_KFENCE_STATIC_KEYS=y +CONFIG_KFENCE_STRESS_TEST_FAULTS=0 +CONFIG_HAVE_ARCH_KMSAN=y +CONFIG_HAVE_KMSAN_COMPILER=y +# CONFIG_KMSAN is not set +# end of Memory Debugging + +# CONFIG_DEBUG_SHIRQ is not set + +# +# Debug Oops, Lockups and Hangs +# +CONFIG_PANIC_ON_OOPS=y +CONFIG_PANIC_ON_OOPS_VALUE=1 +CONFIG_PANIC_TIMEOUT=0 +CONFIG_LOCKUP_DETECTOR=y +CONFIG_SOFTLOCKUP_DETECTOR=y +# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set +CONFIG_HARDLOCKUP_DETECTOR_PERF=y +CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y +CONFIG_HARDLOCKUP_DETECTOR=y +CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y +CONFIG_DETECT_HUNG_TASK=y +CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 +# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set +CONFIG_WQ_WATCHDOG=y +# CONFIG_TEST_LOCKUP is not set +# end of Debug Oops, Lockups and Hangs + +# +# Scheduler Debugging +# +CONFIG_SCHED_DEBUG=y +CONFIG_SCHED_INFO=y +CONFIG_SCHEDSTATS=y +# end of Scheduler Debugging + +# CONFIG_DEBUG_TIMEKEEPING is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +CONFIG_LOCK_DEBUGGING_SUPPORT=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +# CONFIG_DEBUG_RWSEMS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +CONFIG_LOCK_TORTURE_TEST=m +# CONFIG_WW_MUTEX_SELFTEST is not set +CONFIG_SCF_TORTURE_TEST=m +CONFIG_CSD_LOCK_WAIT_DEBUG=y +CONFIG_CSD_LOCK_WAIT_DEBUG_DEFAULT=y +# end of Lock Debugging (spinlocks, mutexes, etc...) + +CONFIG_NMI_CHECK_CPU=y +# CONFIG_DEBUG_IRQFLAGS is not set +CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set +# CONFIG_DEBUG_KOBJECT is not set + +# +# Debug kernel data structures +# +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_PLIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +# CONFIG_DEBUG_MAPLE_TREE is not set +# end of Debug kernel data structures + +CONFIG_DEBUG_CREDENTIALS=y + +# +# RCU Debugging +# +CONFIG_TORTURE_TEST=m +# CONFIG_RCU_SCALE_TEST is not set +CONFIG_RCU_TORTURE_TEST=m +# CONFIG_RCU_REF_SCALE_TEST is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0 +CONFIG_RCU_CPU_STALL_CPUTIME=y +# CONFIG_RCU_TRACE is not set +# CONFIG_RCU_EQS_DEBUG is not set +# end of RCU Debugging + +# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set +# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set +# CONFIG_LATENCYTOP is not set +CONFIG_DEBUG_CGROUP_REF=y +CONFIG_USER_STACKTRACE_SUPPORT=y +CONFIG_NOP_TRACER=y +CONFIG_HAVE_RETHOOK=y +CONFIG_RETHOOK=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=y +CONFIG_HAVE_DYNAMIC_FTRACE_NO_PATCHABLE=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_FENTRY=y +CONFIG_HAVE_OBJTOOL_MCOUNT=y +CONFIG_HAVE_OBJTOOL_NOP_MCOUNT=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_HAVE_BUILDTIME_MCOUNT_SORT=y +CONFIG_BUILDTIME_MCOUNT_SORT=y +CONFIG_TRACE_CLOCK=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_BOOTTIME_TRACING is not set +CONFIG_FUNCTION_TRACER=y +CONFIG_FUNCTION_GRAPH_TRACER=y +CONFIG_DYNAMIC_FTRACE=y +CONFIG_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y +CONFIG_DYNAMIC_FTRACE_WITH_ARGS=y +CONFIG_FPROBE=y +# CONFIG_FUNCTION_PROFILER is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_HWLAT_TRACER is not set +# CONFIG_OSNOISE_TRACER is not set +# CONFIG_TIMERLAT_TRACER is not set +# CONFIG_MMIOTRACE is not set +CONFIG_FTRACE_SYSCALLS=y +# CONFIG_TRACER_SNAPSHOT is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +CONFIG_BLK_DEV_IO_TRACE=y +CONFIG_KPROBE_EVENTS=y +# CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set +CONFIG_UPROBE_EVENTS=y +CONFIG_BPF_EVENTS=y +CONFIG_DYNAMIC_EVENTS=y +CONFIG_PROBE_EVENTS=y +CONFIG_BPF_KPROBE_OVERRIDE=y +CONFIG_FTRACE_MCOUNT_RECORD=y +CONFIG_FTRACE_MCOUNT_USE_OBJTOOL=y +# CONFIG_SYNTH_EVENTS is not set +# CONFIG_USER_EVENTS is not set +# CONFIG_HIST_TRIGGERS is not set +# CONFIG_TRACE_EVENT_INJECT is not set +# CONFIG_TRACEPOINT_BENCHMARK is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_TRACE_EVAL_MAP_FILE is not set +# CONFIG_FTRACE_RECORD_RECURSION is not set +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_FTRACE_SORT_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set +# CONFIG_PREEMPTIRQ_DELAY_TEST is not set +# CONFIG_KPROBE_EVENT_GEN_TEST is not set +# CONFIG_RV is not set +# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set +# CONFIG_SAMPLES is not set +CONFIG_HAVE_SAMPLE_FTRACE_DIRECT=y +CONFIG_HAVE_SAMPLE_FTRACE_DIRECT_MULTI=y +CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y +CONFIG_STRICT_DEVMEM=y +# CONFIG_IO_STRICT_DEVMEM is not set + +# +# x86 Debugging +# +CONFIG_X86_VERBOSE_BOOTUP=y +CONFIG_EARLY_PRINTK=y +# CONFIG_EARLY_PRINTK_DBGP is not set +# CONFIG_EARLY_PRINTK_USB_XDBC is not set +# CONFIG_EFI_PGT_DUMP is not set +# CONFIG_DEBUG_TLBFLUSH is not set +CONFIG_HAVE_MMIOTRACE_SUPPORT=y +# CONFIG_X86_DECODER_SELFTEST is not set +CONFIG_IO_DELAY_0X80=y +# CONFIG_IO_DELAY_0XED is not set +# CONFIG_IO_DELAY_UDELAY is not set +# CONFIG_IO_DELAY_NONE is not set +# CONFIG_DEBUG_BOOT_PARAMS is not set +# CONFIG_CPA_DEBUG is not set +# CONFIG_DEBUG_ENTRY is not set +# CONFIG_DEBUG_NMI_SELFTEST is not set +# CONFIG_X86_DEBUG_FPU is not set +# CONFIG_PUNIT_ATOM_DEBUG is not set +CONFIG_UNWINDER_ORC=y +# CONFIG_UNWINDER_FRAME_POINTER is not set +# end of x86 Debugging + +# +# Kernel Testing and Coverage +# +# CONFIG_KUNIT is not set +# CONFIG_NOTIFIER_ERROR_INJECTION is not set +CONFIG_FUNCTION_ERROR_INJECTION=y +CONFIG_FAULT_INJECTION=y +# CONFIG_FAILSLAB is not set +# CONFIG_FAIL_PAGE_ALLOC is not set +# CONFIG_FAULT_INJECTION_USERCOPY is not set +# CONFIG_FAIL_MAKE_REQUEST is not set +# CONFIG_FAIL_IO_TIMEOUT is not set +# CONFIG_FAIL_FUTEX is not set +# CONFIG_FAULT_INJECTION_DEBUG_FS is not set +# CONFIG_FAULT_INJECTION_CONFIGFS is not set +CONFIG_ARCH_HAS_KCOV=y +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +# CONFIG_KCOV is not set +CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_TEST_DHRY is not set +# CONFIG_LKDTM is not set +# CONFIG_TEST_MIN_HEAP is not set +# CONFIG_TEST_DIV64 is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_TEST_REF_TRACKER is not set +# CONFIG_RBTREE_TEST is not set +# CONFIG_REED_SOLOMON_TEST is not set +# CONFIG_INTERVAL_TREE_TEST is not set +# CONFIG_PERCPU_TEST is not set +# CONFIG_ATOMIC64_SELFTEST is not set +# CONFIG_ASYNC_RAID6_TEST is not set +# CONFIG_TEST_HEXDUMP is not set +# CONFIG_STRING_SELFTEST is not set +# CONFIG_TEST_STRING_HELPERS is not set +# CONFIG_TEST_KSTRTOX is not set +# CONFIG_TEST_PRINTF is not set +# CONFIG_TEST_SCANF is not set +# CONFIG_TEST_BITMAP is not set +# CONFIG_TEST_UUID is not set +# CONFIG_TEST_XARRAY is not set +# CONFIG_TEST_MAPLE_TREE is not set +# CONFIG_TEST_RHASHTABLE is not set +# CONFIG_TEST_IDA is not set +# CONFIG_TEST_LKM is not set +# CONFIG_TEST_BITOPS is not set +# CONFIG_TEST_VMALLOC is not set +# CONFIG_TEST_USER_COPY is not set +CONFIG_TEST_BPF=m +# CONFIG_TEST_BLACKHOLE_DEV is not set +# CONFIG_FIND_BIT_BENCHMARK is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_SYSCTL is not set +# CONFIG_TEST_UDELAY is not set +# CONFIG_TEST_STATIC_KEYS is not set +# CONFIG_TEST_DYNAMIC_DEBUG is not set +# CONFIG_TEST_KMOD is not set +# CONFIG_TEST_MEMCAT_P is not set +# CONFIG_TEST_LIVEPATCH is not set +# CONFIG_TEST_MEMINIT is not set +# CONFIG_TEST_FREE_PAGES is not set +# CONFIG_TEST_FPU is not set +CONFIG_TEST_CLOCKSOURCE_WATCHDOG=m +CONFIG_ARCH_USE_MEMTEST=y +# CONFIG_MEMTEST is not set +# end of Kernel Testing and Coverage + +# +# Rust hacking +# +# end of Rust hacking +# end of Kernel hacking diff --git a/fboss-image/kernel/scripts/build_kernel.sh b/fboss-image/kernel/scripts/build_kernel.sh new file mode 100755 index 0000000000000..4c5456786219a --- /dev/null +++ b/fboss-image/kernel/scripts/build_kernel.sh @@ -0,0 +1,94 @@ +#!/usr/bin/env bash +# +# Copyright (c) 2004-present, Facebook, Inc. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. An additional grant +# of patent rights can be found in the PATENTS file in the same directory. +# +set -euo pipefail + +# Internal script to build kernel RPMs inside the container. +# Args: +# $1: Kernel version (required) +# $2: Output directory inside container (required), e.g. /output + +set -x +KERNEL_VERSION="${1:?kernel version required}" +OUT_DIR="${2:?output dir required}" + +# Compute container paths +# Determine KERNEL_ROOT from the script's location +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +KERNEL_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)" +CONTAINER_DIST_DIR="$KERNEL_ROOT/dist" +CONTAINER_SPECS_DIR="$KERNEL_ROOT/specs" +CONTAINER_CONFIGS_DIR="$KERNEL_ROOT/configs" +CONTAINER_SCRIPTS_DIR="$KERNEL_ROOT/scripts" + +# Source common configuration for sccache distributed build and caching +# The component builder mounts fboss/oss/scripts at /fboss/oss/scripts +# shellcheck source=fboss/oss/scripts/nhfboss-common.sh +source "/fboss/oss/scripts/nhfboss-common.sh" +# Set CC to use sccache for kernel compilation +export CC="sccache gcc" +echo "Using sccache for kernel build with $COMPILE_JOBS compile jobs" + +# Debug: verify sccache config before build +sccache --stop-server 2>/dev/null || true +sccache --start-server + +# Install kernel build dependencies +bash "$CONTAINER_SCRIPTS_DIR/setup_kernel_build_deps.sh" + +# Use a separate build directory to avoid cluttering dist/ +BUILD_DIR="$CONTAINER_DIST_DIR/build-$KERNEL_VERSION" + +rm -rf "$BUILD_DIR" +mkdir -p "$BUILD_DIR/SOURCES" +cd "$BUILD_DIR" + +# Download kernel source (spectool is part of rpmdevtools) +spectool -g -C SOURCES "$CONTAINER_SPECS_DIR/kernel.spec" \ + --define "kernel_version $KERNEL_VERSION" + +# Ensure FBOSS config sources are present for rpmbuild +cp "$CONTAINER_CONFIGS_DIR/fboss-reference.config" "$BUILD_DIR/SOURCES/" + +# Generate version-specific local overrides from YAML +python3 "$CONTAINER_SCRIPTS_DIR/generate_config_overrides.py" \ + "$CONTAINER_CONFIGS_DIR/fboss-local-overrides.yaml" \ + "$KERNEL_VERSION" \ + "$BUILD_DIR/SOURCES/fboss-local-overrides.config" + +rpmbuild -ba "$CONTAINER_SPECS_DIR/kernel.spec" \ + --define "_topdir $BUILD_DIR" \ + --define "_sourcedir $BUILD_DIR/SOURCES" \ + --define "container_scripts_dir $CONTAINER_SCRIPTS_DIR" \ + --define "kernel_version $KERNEL_VERSION" || { + rv=$? + echo "$(date) Kernel build failed with rv=$rv" >&2 + exit 1 +} +echo "$(date) Kernel build completed successfully" +sccache -s + +# Copy RPMs to output directory +cp -r RPMS/* "$OUT_DIR"/ 2>/dev/null +cp -r SRPMS/* "$OUT_DIR"/ 2>/dev/null + +# Create uncompressed tarball +# Compression will be handled by ImageBuilder on the host if needed +echo "Creating uncompressed tarball..." + +# Create tarball with common transform rules +# shellcheck disable=SC2046 +tar -cf $OUT_DIR/kernel-$KERNEL_VERSION.rpms.tar \ + --transform 's|.*/||' \ + --transform 's|^\(kernel-[^-]\+\)-.*\.\(x86_64\)\.rpm$|\1-\2.rpm|' \ + $(find RPMS -name "*.rpm") + +echo 'Kernel RPM build complete!' +echo 'Output files:' +find "$OUT_DIR" \( -name '*.rpm' -o -name "*.tar" \) -type f diff --git a/fboss-image/kernel/scripts/generate_config_overrides.py b/fboss-image/kernel/scripts/generate_config_overrides.py new file mode 100755 index 0000000000000..2146e5ffe69b9 --- /dev/null +++ b/fboss-image/kernel/scripts/generate_config_overrides.py @@ -0,0 +1,69 @@ +#!/usr/bin/env python3 +# +# Copyright (c) 2004-present, Facebook, Inc. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. An additional grant +# of patent rights can be found in the PATENTS file in the same directory. +# + +import argparse +import sys +from pathlib import Path + +import yaml + +HEADER_TEMPLATE = """# Automatically generated file; DO NOT EDIT. +# Generated for kernel version {kernel_version} + +""" + + +def load_yaml_config(yaml_path): + """Load and parse YAML configuration file.""" + with open(yaml_path, "r") as f: + return yaml.safe_load(f) + + +def generate_config_content(config_data, kernel_version): + """Generate kernel config content for specified version.""" + lines = [HEADER_TEMPLATE.format(kernel_version=kernel_version)] + # Add common overrides + if "common_overrides" in config_data and config_data["common_overrides"]: + common_content = config_data["common_overrides"].strip() + if common_content: + lines.extend(common_content.split("\n")) + lines.append("") + # Add version-specific overrides + version_overrides = config_data.get("kernel_version_overrides", {}) + if kernel_version in version_overrides and version_overrides[kernel_version]: + version_content = version_overrides[kernel_version].strip() + if version_content: + lines.extend(version_content.split("\n")) + lines.append("") + return "\n".join(lines) + + +def main(): + parser = argparse.ArgumentParser( + description="Generate kernel config overrides from YAML" + ) + parser.add_argument("yaml_file", help="Path to YAML configuration file") + parser.add_argument("kernel_version", help="Kernel version (e.g., 6.4.3)") + parser.add_argument("output_file", help="Output config file path") + args = parser.parse_args() + try: + config_data = load_yaml_config(args.yaml_file) + content = generate_config_content(config_data, args.kernel_version) + Path(args.output_file).write_text(content) + except FileNotFoundError as e: + print(f"Error: File not found: {e.filename}", file=sys.stderr) + sys.exit(1) + except yaml.YAMLError as e: + print(f"Error: Invalid YAML: {e}", file=sys.stderr) + sys.exit(1) + + +if __name__ == "__main__": + main() diff --git a/fboss-image/kernel/scripts/merge_config.py b/fboss-image/kernel/scripts/merge_config.py new file mode 100755 index 0000000000000..23baaa49b24f7 --- /dev/null +++ b/fboss-image/kernel/scripts/merge_config.py @@ -0,0 +1,72 @@ +#!/usr/bin/env python3 +# +# Copyright (c) 2004-present, Facebook, Inc. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. An additional grant +# of patent rights can be found in the PATENTS file in the same directory +# + +import pathlib +import re +import sys + + +def main(argv): + if len(argv) != 3: + sys.stderr.write("Usage: merge_config.py \n") + return 2 + cfg_path, overlay_path = argv[1], argv[2] + cfg_lines = pathlib.Path(cfg_path).read_text().splitlines() + overlay_lines = pathlib.Path(overlay_path).read_text().splitlines() + + VAL_RE = re.compile(r"^CONFIG_([^=]+)=(.*)$") + NS_RE = re.compile(r"^#\s*CONFIG_([^\s]+)\s+is\s+not\s+set\s*$") + + # Build updates from overlay, keeping only the last occurrence per key + updates = {} + order = [] + for raw in overlay_lines: + line = raw.strip() + if not line: + continue + # Skip pure comments except the canonical "not set" form + if line.startswith("#") and not NS_RE.match(line): + continue + m_val = VAL_RE.match(line) + m_ns = None if m_val else NS_RE.match(line) + if not (m_val or m_ns): + continue + key = (m_val or m_ns).group(1) + repl = ( + f"CONFIG_{key}={m_val.group(2)}" if m_val else f"# CONFIG_{key} is not set" + ) + if key in updates: + try: + order.remove(key) + except ValueError: + pass + updates[key] = repl + order.append(key) + + # Filter out any existing entries for keys we will update + out = [] + for l in cfg_lines: + m = VAL_RE.match(l) + if not m: + m = NS_RE.match(l) + k = m.group(1) if m else None + if k is None or k not in updates: + out.append(l) + + # Append replacements in overlay order + for k in order: + out.append(updates[k]) + + pathlib.Path(cfg_path).write_text("\n".join(out) + "\n") + return 0 + + +if __name__ == "__main__": + sys.exit(main(sys.argv)) diff --git a/fboss-image/kernel/scripts/prepare_config.sh b/fboss-image/kernel/scripts/prepare_config.sh new file mode 100755 index 0000000000000..c34260f776587 --- /dev/null +++ b/fboss-image/kernel/scripts/prepare_config.sh @@ -0,0 +1,91 @@ +#!/bin/bash +# +# Copyright (c) 2004-present, Facebook, Inc. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. An additional grant +# of patent rights can be found in the PATENTS file in the same directory. +# +# prepare_config.sh - Create kernel config by merging FBOSS reference config with kernel defaults +# +# Usage: prepare_config.sh +# +# This script: +# 1. Creates defconfig in the kernel source directory +# 2. Merges FBOSS reference config settings into the base config +# and applies optional local overrides +# 3. Reconciles defaults via 'make olddefconfig' +# +set -euo pipefail +PROGNAME=$(basename "$0") + +SCRIPTS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" + +usage() { + echo "Usage: $PROGNAME [local_overrides_config]" + echo "" + echo "Create kernel config by merging FBOSS reference config with kernel defaults" + echo "" + echo "Arguments:" + echo " kernel_source_path Path to Linux kernel source directory" + echo " fboss_reference_config Path to FBOSS reference kernel config file" + echo " local_overrides_config Optional path to local config overrides file" + echo "" + echo "Examples:" + echo " $PROGNAME /path/to/linux-6.4.3 fboss-reference.config" + echo " $PROGNAME /path/to/linux-6.4.3 fboss-reference.config fboss-local-overrides.config" +} + +validate_inputs() { + local kernel_source="$1" + local fboss_config="$2" + + if [ ! -d "$kernel_source" ]; then + echo "$PROGNAME: Error: Kernel source directory '$kernel_source' does not exist" + exit 1 + fi + + if [ ! -f "$fboss_config" ]; then + echo "$PROGNAME: Error: FBOSS reference config '$fboss_config' does not exist" + exit 2 + fi +} + +# Main script logic +if [ $# -lt 2 ] || [ $# -gt 3 ]; then + usage + exit 3 +fi + +KERNEL_SOURCE="$1" +FBOSS_CONFIG="$2" +LOCAL_OVERRIDES="${3:-}" + +validate_inputs "$KERNEL_SOURCE" "$FBOSS_CONFIG" + +echo "Preparing kernel config..." +echo "Kernel source: $KERNEL_SOURCE" +echo "FBOSS config: $FBOSS_CONFIG" +if [[ -n $LOCAL_OVERRIDES ]]; then + echo "Local overrides: $LOCAL_OVERRIDES" +fi + +# Create default config +echo "Creating defconfig" +cd "$KERNEL_SOURCE" + +make defconfig + +# Merge FBOSS reference config into the default config +python3 "$SCRIPTS_DIR/merge_config.py" ".config" "$FBOSS_CONFIG" + +# Apply local overrides (third layer) +if [[ -n $LOCAL_OVERRIDES ]]; then + python3 "$SCRIPTS_DIR/merge_config.py" ".config" "$LOCAL_OVERRIDES" +fi + +# Reconcile any dependency-driven defaults after all merges +make olddefconfig + +echo "Kernel config preparation complete!" diff --git a/fboss-image/kernel/scripts/setup_kernel_build_deps.sh b/fboss-image/kernel/scripts/setup_kernel_build_deps.sh new file mode 100755 index 0000000000000..fea6c5cb65002 --- /dev/null +++ b/fboss-image/kernel/scripts/setup_kernel_build_deps.sh @@ -0,0 +1,37 @@ +#!/bin/bash +# +# Copyright (c) 2004-present, Facebook, Inc. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. An additional grant +# of patent rights can be found in the PATENTS file in the same directory. +# +set -euo pipefail + +if [ -f /tmp/.kernel_deps_installed ]; then + exit 0 +fi + +dnf install -y --allowerasing \ + rpm-build \ + rpmdevtools \ + rpmlint \ + bc \ + rsync \ + elfutils-libelf-devel \ + elfutils-devel \ + dwarves \ + perl \ + dracut + +# Activate GCC 12 toolset if available +# The fboss_builder image has gcc-toolset-12 installed but it needs to be activated +if [ -f /opt/rh/gcc-toolset-12/enable ]; then + echo "Activating GCC 12 toolset" + source /opt/rh/gcc-toolset-12/enable +else + echo "GCC 12 toolset not found - using default GCC" +fi + +touch /tmp/.kernel_deps_installed diff --git a/fboss-image/kernel/specs/kernel.spec b/fboss-image/kernel/specs/kernel.spec new file mode 100644 index 0000000000000..d34c8975727ed --- /dev/null +++ b/fboss-image/kernel/specs/kernel.spec @@ -0,0 +1,199 @@ +# Copyright 2025 Nexthop Systems Inc. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + +# Required: Ensure kernel_version is provided +%{?!kernel_version:%{error:kernel_version not provided. Provide it with --define 'kernel_version X.Y.Z'}} + +# Disable debug packages +%global debug_package %{nil} + +# Disable shebang mangling (kernel scripts have their own shebang conventions) +%global __brp_mangle_shebangs %{nil} + +Name: kernel +Version: %{kernel_version} +Release: 1.fboss%{?dist} +Epoch: 1 +Summary: Linux kernel for FBOSS (v%{version}) +License: GPLv2 +URL: https://github.com/torvalds/linux + +# Primary kernel source +Source0: https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-%{version}.tar.xz +# FBOSS configuration sources (included in SRPM) +Source1: fboss-reference.config +Source2: fboss-local-overrides.config + +# Default in-container scripts dir (override via --define container_scripts_dir if needed) +%{!?container_scripts_dir:%global container_scripts_dir /src/fboss-image/kernel/scripts} + +# Build requirements +BuildRequires: gcc, make +BuildRequires: openssl-devel, elfutils-libelf-devel, dwarves +BuildRequires: bc, rsync, tar, xz +BuildRequires: perl, python3 +BuildRequires: dracut, cpio, gzip + +%description +The Linux kernel for FBOSS based on upstream Linux v%{version} +with production FBOSS configuration. + +%package core +Summary: Core kernel package for FBOSS +Requires: kernel-modules = %{epoch}:%{version}-%{release} +Provides: kernel = %{epoch}:%{version}-%{release} +Provides: kernel-%{_target_cpu} = %{epoch}:%{version}-%{release} +Provides: kernel-uname-r = %{version}-%{release}.%{_target_cpu} + +%package modules +Summary: Kernel modules for FBOSS +Requires: kernel-core = %{epoch}:%{version}-%{release} + +%package headers +Summary: Header files for the Linux kernel +Requires: kernel-core = %{epoch}:%{version}-%{release} + +%package devel +Summary: Development package for building kernel modules +Requires: kernel-headers = %{epoch}:%{version}-%{release} + +%description core +%{summary} + +%description modules +%{summary} + +%description headers +%{summary} + +%description devel +%{summary} + +# SRPM creation phase - everything here goes into source RPM +%prep +%setup -q -n linux-%{version} + +# Prepare kernel config (defconfig + FBOSS reference + local overrides) +%{__chmod} +x %{container_scripts_dir}/prepare_config.sh +%{container_scripts_dir}/prepare_config.sh . %{SOURCE1} %{SOURCE2} + +# Build phase - creates binary artifacts for RPM +%build +# Build with FBOSS toolchain (using gcc-toolset-12 from container) +# Use CC from environment if set (e.g., "sccache gcc"), otherwise default to gcc +# Must pass CC= on make command line because Makefile variables override env vars +KERNEL_CC="${CC:-gcc}" + +# When using sccache: +# - Use num_jobs for parallelism (set by nhfboss-common.sh) +# - Set reproducible build variables to allow cache hits +if [[ "$KERNEL_CC" == *sccache* ]]; then + JOBS="${num_jobs:-$(nproc)}" + export KBUILD_BUILD_TIMESTAMP="$(date -u -d "$(date +%Y-%m)-01 00:42:42")" + export KBUILD_BUILD_HOST="fboss-build" + export KBUILD_BUILD_USER="build" +else + JOBS="$(nproc)" +fi + +# Build kernel and modules with correct KERNELRELEASE +# This ensures uname -r returns the full version-release-arch string +KERNELRELEASE=%{version}-%{release}.%{_arch} +# When using sccache distributed compilation, some files must be built locally +# first because they use a .incbin directive that references a file such as +# kernel/config_data.gz or kernel/kheaders_data.tar.xz that only exists locally +# and that sccache is not aware of. +# We use KBUILD_NOCMDDEP=1 to prevent make from rebuilding those files during +# the main build just because CC changed from "gcc" to "sccache gcc". +NOCMDDEP="" +if [[ "$KERNEL_CC" == *sccache* ]]; then + make %{?_smp_mflags} CC=gcc KERNELRELEASE=$KERNELRELEASE kernel/configs.o kernel/kheaders.o + NOCMDDEP="KBUILD_NOCMDDEP=1" +fi +make -j"$JOBS" CC="$KERNEL_CC" $NOCMDDEP KERNELRELEASE=$KERNELRELEASE bzImage modules + +# Install phase - places files for binary RPM packaging +%install +mkdir -p %{buildroot}/boot +mkdir -p %{buildroot}/lib/modules + +# Install kernel +cp arch/x86/boot/bzImage %{buildroot}/boot/vmlinuz-%{version}-%{release}.%{_arch} +cp System.map %{buildroot}/boot/System.map-%{version}-%{release}.%{_arch} +cp .config %{buildroot}/boot/config-%{version}-%{release}.%{_arch} + +# Install modules (do NOT strip - needed for proper module loading) +# Use KERNELRELEASE to match the RPM version-release string +make %{?_smp_mflags} modules_install INSTALL_MOD_PATH=%{buildroot} KERNELRELEASE=%{version}-%{release}.%{_arch} + +# Install VDSO (Virtual Dynamic Shared Object) - needed for fast system calls +make %{?_smp_mflags} vdso_install INSTALL_MOD_PATH=%{buildroot} KERNELRELEASE=%{version}-%{release}.%{_arch} + +# Install headers +make %{?_smp_mflags} headers_install INSTALL_HDR_PATH=%{buildroot}/usr + +# Install kernel-devel files for building external modules (Broadcom SAI on x86_64) +KERNELDEV=%{buildroot}/usr/src/kernels/%{version}-%{release}.%{_arch} +mkdir -p $KERNELDEV + +# Essential build files +cp .config $KERNELDEV/ +cp Module.symvers $KERNELDEV/ +cp Makefile $KERNELDEV/ + +# Kernel headers (including generated headers like autoconf.h) +cp -a include $KERNELDEV/ + +# Scripts directory (required by kernel Makefile for building modules) +cp -a scripts $KERNELDEV/ + +# Tools directory - only copy compiled binaries needed for module builds +mkdir -p $KERNELDEV/tools/objtool +if [ -f tools/objtool/objtool ]; then + cp tools/objtool/objtool $KERNELDEV/tools/objtool/ +fi + +# x86_64 architecture files +mkdir -p $KERNELDEV/arch/x86 +cp -a arch/x86/include $KERNELDEV/arch/x86/ +cp arch/x86/Makefile $KERNELDEV/arch/x86/ + +# Create symlinks in /lib/modules for kernel module building +# These symlinks allow external modules to find kernel headers and build files +# build -> /usr/src/kernels/ +# We are replacing the symlink created by make modules_install above +rm -f %{buildroot}/lib/modules/%{version}-%{release}.%{_arch}/build +ln -sf /usr/src/kernels/%{version}-%{release}.%{_arch} \ + %{buildroot}/lib/modules/%{version}-%{release}.%{_arch}/build +# source -> build (relative symlink, following standard CentOS kernel pattern) +(cd %{buildroot}/lib/modules/%{version}-%{release}.%{_arch} && ln -s build source) + +# Create placeholder initramfs (will be generated at install time) +# We estimate the size of the initramfs because rpm needs to take this size +# into consideration when performing disk space calculations +mkdir -p %{buildroot}/boot +dd if=/dev/zero of=%{buildroot}/boot/initramfs-%{version}-%{release}.%{_arch}.img bs=1M count=20 + +# Files sections - defines what goes into each binary RPM +%files core +%defattr(-,root,root) +/boot/vmlinuz-%{version}-%{release}.%{_arch} +/boot/System.map-%{version}-%{release}.%{_arch} +/boot/config-%{version}-%{release}.%{_arch} +/boot/initramfs-%{version}-%{release}.%{_arch}.img + +%files modules +%defattr(-,root,root) +/lib/modules/%{version}-%{release}.%{_arch}/ + +%files headers +%defattr(-,root,root) +/usr/include/ + +%files devel +%defattr(-,root,root) +/usr/src/kernels/%{version}-%{release}.%{_arch}/ + +%changelog +* Fri Oct 03 2025 Project Mosaic Team - %{version}-1.fboss +- Initial FBOSS kernel package for v%{version} diff --git a/fboss-image/kernel/test/test_prepare_config.sh b/fboss-image/kernel/test/test_prepare_config.sh new file mode 100755 index 0000000000000..8aa5c5afbb821 --- /dev/null +++ b/fboss-image/kernel/test/test_prepare_config.sh @@ -0,0 +1,128 @@ +#!/usr/bin/env bash +# Copyright (c) 2004-present, Facebook, Inc. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. An additional grant +# of patent rights can be found in the PATENTS file in the same directory. + +# Test the real FBOSS reference + local overrides produce the expected .config +# - Asserts to ensure that FBOSS ref config options remain +# - Asserts to ensure that overrides replace existing values (no duplicates) +# and result is exactly as requested +# - Uses a fake kernel tree (defconfig/olddefconfig stubs) for quick sanity check + +set -euo pipefail + +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +source "$SCRIPT_DIR/../env/kernel_build_env.sh" + +TEST_DIR="$(mktemp -d -p "$SCRIPT_DIR" tmp_prepare_config_real.XXXXXX)" + +FAKE_KERNEL_DIR="$TEST_DIR/fake_kernel" +# Use canonical paths from the environment to avoid duplicate segments +REF_CONFIG="$KERNEL_CONFIGS_DIR/fboss-reference.config" +OVR_CONFIG="$TEST_DIR/fboss-local-overrides.config" + +cleanup() { + rm -rf "$TEST_DIR" +} +trap cleanup EXIT + +# Generate the local overrides config from YAML for testing +# Use the first kernel version from FBOSS_KERNEL_VERSIONS array +TEST_KERNEL_VERSION="${FBOSS_KERNEL_VERSIONS[0]}" +python3 "$KERNEL_SCRIPTS_DIR/generate_config_overrides.py" \ + "$KERNEL_CONFIGS_DIR/fboss-local-overrides.yaml" \ + "$TEST_KERNEL_VERSION" \ + "$OVR_CONFIG" + +mkdir -p "$FAKE_KERNEL_DIR" + +# Minimal fake kernel Makefile providing defconfig and olddefconfig +cat >"$FAKE_KERNEL_DIR/Makefile" <<'EOF' +ARCH ?= x86_64 + +defconfig: + @echo "# Fake kernel defconfig" > .config + @echo "CONFIG_64BIT=y" >> .config + @echo "CONFIG_X86_64=y" >> .config + +olddefconfig: + @echo "# Reconciled by olddefconfig" >> .config + +.PHONY: defconfig olddefconfig +EOF + +# Run with real reference + overrides +cd "$FAKE_KERNEL_DIR" +"$KERNEL_CONFIG_SCRIPT" "$FAKE_KERNEL_DIR" "$REF_CONFIG" "$OVR_CONFIG" + +# Helper: assert a grep matches +assert_grep() { + local pattern="$1" + local file="$2" + local msg="$3" + if ! grep -qE "$pattern" "$file"; then + echo "FAIL: $msg" >&2 + echo "Searched pattern: $pattern" >&2 + exit 1 + else + echo "PASS: $msg" + fi +} + +# Helper: assert a grep does NOT match +assert_not_grep() { + local pattern="$1" + local file="$2" + local msg="$3" + if grep -qE "$pattern" "$file"; then + echo "FAIL: $msg" >&2 + echo "Unexpectedly matched pattern: $pattern" >&2 + exit 1 + else + echo "PASS: $msg" + fi +} + +CFG=".config" + +# 1) FBOSS reference presence (pick stable, known entries) +assert_grep '^CONFIG_NET_NS=y$' "$CFG" "FBOSS ref: NET_NS present" +assert_grep '^CONFIG_BRIDGE=m$' "$CFG" "FBOSS ref: BRIDGE=m present" +assert_grep '^CONFIG_VLAN_8021Q=m$' "$CFG" "FBOSS ref: VLAN_8021Q=m present" + +# 2) Overrides are applied exactly (set to empty string) and no duplicates remain +# CONFIG_BOOT_CONFIG_EMBED_FILE +assert_grep '^CONFIG_BOOT_CONFIG_EMBED_FILE=""$' "$CFG" "Override: BOOT_CONFIG_EMBED_FILE set to empty" +assert_not_grep '^# CONFIG_BOOT_CONFIG_EMBED_FILE is not set$' "$CFG" "Override: BOOT_CONFIG_EMBED_FILE not left as not-set" +assert_not_grep 'facebook/config/common\.bootconfig' "$CFG" "Override: No FB path remains for BOOT_CONFIG_EMBED_FILE" + +# Ensure no duplicate definitions for this symbol +if [[ $(grep -E '^(# )?CONFIG_BOOT_CONFIG_EMBED_FILE' "$CFG" | wc -l) -ne 1 ]]; then + echo "FAIL: BOOT_CONFIG_EMBED_FILE appears more than once" >&2 + grep -nE '^(# )?CONFIG_BOOT_CONFIG_EMBED_FILE' "$CFG" || true + exit 1 +else + echo "PASS: BOOT_CONFIG_EMBED_FILE appears exactly once" +fi + +# CONFIG_SYSTEM_TRUSTED_KEYS +assert_grep '^CONFIG_SYSTEM_TRUSTED_KEYS=""$' "$CFG" "Override: SYSTEM_TRUSTED_KEYS set to empty" +assert_not_grep '^# CONFIG_SYSTEM_TRUSTED_KEYS is not set$' "$CFG" "Override: SYSTEM_TRUSTED_KEYS not left as not-set" +assert_not_grep 'facebook/fbinfra-kmod-hsm\.pem' "$CFG" "Override: No FB path remains for SYSTEM_TRUSTED_KEYS" +# Ensure no duplicate definitions for this symbol +if [[ $(grep -E '^(# )?CONFIG_SYSTEM_TRUSTED_KEYS' "$CFG" | wc -l) -ne 1 ]]; then + echo "FAIL: SYSTEM_TRUSTED_KEYS appears more than once" >&2 + grep -nE '^(# )?CONFIG_SYSTEM_TRUSTED_KEYS' "$CFG" || true + exit 1 +else + echo "PASS: SYSTEM_TRUSTED_KEYS appears exactly once" +fi + +# 3) Sanity: defconfig contributions still present +assert_grep '^CONFIG_64BIT=y$' "$CFG" "defconfig: 64BIT present" +assert_grep '^CONFIG_X86_64=y$' "$CFG" "defconfig: X86_64 present" + +echo "All real-merge assertions passed." diff --git a/fboss/agent/AgentFeatures.cpp b/fboss/agent/AgentFeatures.cpp index 0a43a757ea163..9bdf30450ee7e 100644 --- a/fboss/agent/AgentFeatures.cpp +++ b/fboss/agent/AgentFeatures.cpp @@ -315,6 +315,11 @@ DEFINE_bool( false, "This flag is used to enable ecmp resource manager feature"); +DEFINE_bool( + enable_nexthop_id_manager, + false, + "Enable NextHop ID allocation and management for routes"); + DEFINE_int32( ecmp_resource_manager_make_before_break_buffer, 2, diff --git a/fboss/agent/AgentFeatures.h b/fboss/agent/AgentFeatures.h index 44ca61fd43b98..9f2989b015726 100644 --- a/fboss/agent/AgentFeatures.h +++ b/fboss/agent/AgentFeatures.h @@ -104,6 +104,7 @@ DECLARE_bool(prod_invariant_config_test); DECLARE_int32(max_unprocessed_switch_reachability_changes); DECLARE_bool(enable_ecmp_resource_manager); DECLARE_int32(ecmp_resource_manager_make_before_break_buffer); +DECLARE_bool(enable_nexthop_id_manager); DECLARE_int32(update_stats_interval_s); DECLARE_bool(update_route_with_dlb_type); diff --git a/fboss/agent/ApplyThriftConfig.cpp b/fboss/agent/ApplyThriftConfig.cpp index 39940540bc7c5..857a5dbb128f5 100644 --- a/fboss/agent/ApplyThriftConfig.cpp +++ b/fboss/agent/ApplyThriftConfig.cpp @@ -1175,6 +1175,7 @@ void ThriftConfigApplier::processUpdatedDsfNodes() { asicCore = 1; break; case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: if (isDualStage3Q2QMode()) { asicCore = 447; } else { diff --git a/fboss/agent/AsicUtils.cpp b/fboss/agent/AsicUtils.cpp index ff7c30db10407..3539d6968128f 100644 --- a/fboss/agent/AsicUtils.cpp +++ b/fboss/agent/AsicUtils.cpp @@ -10,6 +10,7 @@ #include "fboss/agent/AsicUtils.h" #include "fboss/agent/hw/switch_asics/Jericho2Asic.h" #include "fboss/agent/hw/switch_asics/Jericho3Asic.h" +#include "fboss/agent/hw/switch_asics/Q4DAsic.h" #include "fboss/agent/hw/switch_asics/Ramon3Asic.h" #include "fboss/agent/hw/switch_asics/RamonAsic.h" @@ -39,6 +40,11 @@ const HwAsic& getHwAsicForAsicType(const cfg::AsicType& asicType) { static Jericho3Asic jericho3Asic{switchId, switchInfo}; return jericho3Asic; } + case cfg::AsicType::ASIC_TYPE_Q4D: { + switchInfo.switchType() = cfg::SwitchType::VOQ; + static Q4DAsic q4dAsic{switchId, switchInfo}; + return q4dAsic; + } case cfg::AsicType::ASIC_TYPE_RAMON: { switchInfo.switchType() = cfg::SwitchType::FABRIC; static RamonAsic ramonAsic{switchId, switchInfo}; @@ -81,6 +87,8 @@ uint32_t getFabricPortsPerVirtualDevice(const cfg::AsicType asicType) { return 192; case cfg::AsicType::ASIC_TYPE_JERICHO3: return 160; + case cfg::AsicType::ASIC_TYPE_Q4D: + return 160; case cfg::AsicType::ASIC_TYPE_RAMON3: return 256; case cfg::AsicType::ASIC_TYPE_FAKE: diff --git a/fboss/agent/BUCK b/fboss/agent/BUCK index e2316da6bce14..c00fb553b8d9e 100644 --- a/fboss/agent/BUCK +++ b/fboss/agent/BUCK @@ -714,6 +714,7 @@ cpp_library( "//fboss/agent/platforms/common:platform_mapping", "//fboss/agent/rib:fib_updater", "//fboss/agent/rib:network_to_route_map", + "//fboss/agent/rib:nexthop_id_manager", "//fboss/agent/rib:standalone_rib", "//fboss/agent/state:state", "//fboss/agent/state:state_utils", @@ -1016,6 +1017,7 @@ cpp_library( "//fboss/agent/platforms/common/janga800bic:janga800bic_platform_mapping", "//fboss/agent/rib:fib_updater", "//fboss/agent/rib:network_to_route_map", + "//fboss/agent/rib:nexthop_id_manager", "//fboss/agent/rib:standalone_rib", "//fboss/agent/state:nodebase", "//fboss/agent/state:state", @@ -1315,6 +1317,7 @@ cpp_library( "//fboss/agent/if:ctrl-cpp2-types", "//fboss/agent/if:multiswitch_ctrl-cpp2-services", "//fboss/agent/rib:fib_updater", + "//fboss/agent/rib:nexthop_id_manager", "//fboss/agent/rib:standalone_rib", "//fboss/agent/state:nodebase", "//fboss/agent/state:state", diff --git a/fboss/agent/FileBasedWarmbootUtils.cpp b/fboss/agent/FileBasedWarmbootUtils.cpp index d73a8c0094dfc..1be0c7dd3f691 100644 --- a/fboss/agent/FileBasedWarmbootUtils.cpp +++ b/fboss/agent/FileBasedWarmbootUtils.cpp @@ -46,8 +46,6 @@ bool checkForceColdBootFlag(const AgentDirectoryUtil* directoryUtil) { bool checkCanWarmBootFlag(const AgentDirectoryUtil* directoryUtil) { bool canWarmBoot = removeFile(directoryUtil->getSwSwitchCanWarmBootFile(), true /*log*/); - canWarmBoot = - canWarmBoot || checkFileExists(getWarmBootFlagLegacy(directoryUtil)); return canWarmBoot; } diff --git a/fboss/agent/PortUpdateHandler.cpp b/fboss/agent/PortUpdateHandler.cpp index b4e48da1052fb..5f8238ca6698c 100644 --- a/fboss/agent/PortUpdateHandler.cpp +++ b/fboss/agent/PortUpdateHandler.cpp @@ -299,6 +299,7 @@ void PortUpdateHandler::computeFabricOverdrainPct(const StateDelta& delta) { case cfg::AsicType::ASIC_TYPE_JERICHO2: return 1.12; case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: return 1.06; case cfg::AsicType::ASIC_TYPE_MOCK: case cfg::AsicType::ASIC_TYPE_FAKE: diff --git a/fboss/agent/SwSwitch.cpp b/fboss/agent/SwSwitch.cpp index f1d8ffd777e81..1ced361fc6c29 100644 --- a/fboss/agent/SwSwitch.cpp +++ b/fboss/agent/SwSwitch.cpp @@ -3631,6 +3631,9 @@ void SwSwitch::updateConfigAppliedInfo() { bool SwSwitch::isValidStateUpdate(const StateDelta& delta) const { bool isValid = true; + bool isEcnProbabilisticMarkingSupported = + getHwAsicTable()->isFeatureSupportedOnAllAsic( + HwAsic::Feature::ECN_PROBABILISTIC_MARKING); forEachChanged( delta.getAclsDelta(), @@ -3649,11 +3652,13 @@ bool SwSwitch::isValidStateUpdate(const StateDelta& delta) const { delta.getPortsDelta(), [&](const shared_ptr& /* oldport */, const shared_ptr& newport) { - isValid = isValid && newport->hasValidPortQueues(); + isValid = isValid && + newport->hasValidPortQueues(isEcnProbabilisticMarkingSupported); return isValid ? LoopAction::CONTINUE : LoopAction::BREAK; }, [&](const shared_ptr& addport) { - isValid = isValid && addport->hasValidPortQueues(); + isValid = isValid && + addport->hasValidPortQueues(isEcnProbabilisticMarkingSupported); return isValid ? LoopAction::CONTINUE : LoopAction::BREAK; }, [&](const shared_ptr& /* delport */) {}); diff --git a/fboss/agent/SwitchIdScopeResolver.cpp b/fboss/agent/SwitchIdScopeResolver.cpp index b0e93c345fe29..da97f95a536ae 100644 --- a/fboss/agent/SwitchIdScopeResolver.cpp +++ b/fboss/agent/SwitchIdScopeResolver.cpp @@ -176,7 +176,13 @@ const HwSwitchMatcher SwitchIdScopeResolver::scope( // VLANs corresponding to loopback intfs have no ports // associated with them. Also Psuedo vlans created // on fabric switches don't have ports associated with them. - return *allSwitchMatcher_; + + // Return the first switchId. + // TODO: Remove this after scope resolution is updated to return single + // switchId based on virtual interface and switchId configuration. + return HwSwitchMatcher( + std::unordered_set( + {*allSwitchMatcher().switchIds().begin()})); } std::unordered_set switchIds; for (const auto& port : vlan->getPorts()) { diff --git a/fboss/agent/hw/bcm/BcmAPI.h b/fboss/agent/hw/bcm/BcmAPI.h index ccd0a5924da21..bfbe4be6aa178 100644 --- a/fboss/agent/hw/bcm/BcmAPI.h +++ b/fboss/agent/hw/bcm/BcmAPI.h @@ -18,6 +18,7 @@ #include #include +#include #include #include @@ -39,7 +40,7 @@ class BcmPlatform; * initialize any Broadcom devices found in the system. Use the BcmUnit class * for initializing individual devices. */ -class BcmAPI { +class BcmAPI : public folly::NonCopyableNonMovable { public: /* * Initialize the Broadcom SDK and create the BcmAPI singleton. @@ -180,10 +181,6 @@ class BcmAPI { #endif private: - // Forbidden copy constructor and assignment operator - BcmAPI(BcmAPI const&) = delete; - BcmAPI& operator=(BcmAPI const&) = delete; - /* * Initialize the BcmConfig to hold the config values passed in. * We use these values to keep an idea of the bcm configuration diff --git a/fboss/agent/hw/bcm/BcmAclEntry.h b/fboss/agent/hw/bcm/BcmAclEntry.h index 086294a60e388..a9981ea50c62f 100644 --- a/fboss/agent/hw/bcm/BcmAclEntry.h +++ b/fboss/agent/hw/bcm/BcmAclEntry.h @@ -37,6 +37,10 @@ class BcmAclEntry { BcmAclEntry(BcmSwitch* hw, int gid, const std::shared_ptr& acl); ~BcmAclEntry(); + BcmAclEntry(const BcmAclEntry&) = delete; + BcmAclEntry& operator=(const BcmAclEntry&) = delete; + BcmAclEntry(BcmAclEntry&&) = delete; + BcmAclEntry& operator=(BcmAclEntry&&) = delete; BcmAclEntryHandle getHandle() const { return handle_; } diff --git a/fboss/agent/hw/bcm/BcmAclStat.h b/fboss/agent/hw/bcm/BcmAclStat.h index bb1fb346f8f8a..df7a2ed06c831 100644 --- a/fboss/agent/hw/bcm/BcmAclStat.h +++ b/fboss/agent/hw/bcm/BcmAclStat.h @@ -42,6 +42,10 @@ class BcmAclStat { BcmAclStatType type = BcmAclStatType::IFP, BcmAclStatActionIndex actionIndex = kDefaultAclActionIndex); ~BcmAclStat(); + BcmAclStat(const BcmAclStat&) = delete; + BcmAclStat& operator=(const BcmAclStat&) = delete; + BcmAclStat(BcmAclStat&&) = delete; + BcmAclStat& operator=(BcmAclStat&&) = delete; BcmAclStatHandle getHandle() const { return handle_; diff --git a/fboss/agent/hw/bcm/BcmCinter.h b/fboss/agent/hw/bcm/BcmCinter.h index 94b84c28d15e2..62b75d852263c 100644 --- a/fboss/agent/hw/bcm/BcmCinter.h +++ b/fboss/agent/hw/bcm/BcmCinter.h @@ -35,6 +35,10 @@ class BcmCinter : public BcmSdkInterface, public BcmInterface { public: explicit BcmCinter(); ~BcmCinter() override; + BcmCinter(const BcmCinter&) = delete; + BcmCinter& operator=(const BcmCinter&) = delete; + BcmCinter(BcmCinter&&) = delete; + BcmCinter& operator=(BcmCinter&&) = delete; static std::shared_ptr getInstance(); /* diff --git a/fboss/agent/hw/bcm/BcmControlPlane.h b/fboss/agent/hw/bcm/BcmControlPlane.h index ba50841d720d4..47cdee4389767 100644 --- a/fboss/agent/hw/bcm/BcmControlPlane.h +++ b/fboss/agent/hw/bcm/BcmControlPlane.h @@ -31,7 +31,11 @@ class BcmControlPlane { public: BcmControlPlane(BcmSwitch* hw); - ~BcmControlPlane() {} + ~BcmControlPlane() = default; + BcmControlPlane(BcmControlPlane const&) = delete; + BcmControlPlane& operator=(BcmControlPlane const&) = delete; + BcmControlPlane(BcmControlPlane&&) = delete; + BcmControlPlane& operator=(BcmControlPlane&&) = delete; /* * Getters. @@ -101,10 +105,6 @@ class BcmControlPlane { int getCPUQueues(); private: - // no copy or assignment - BcmControlPlane(BcmControlPlane const&) = delete; - BcmControlPlane& operator=(BcmControlPlane const&) = delete; - BcmSwitch* hw_{nullptr}; // Broadcom global port number const bcm_gport_t gport_; diff --git a/fboss/agent/hw/bcm/BcmCosQueueManager.h b/fboss/agent/hw/bcm/BcmCosQueueManager.h index addd86f4cd4fa..e93c1d42ab71c 100644 --- a/fboss/agent/hw/bcm/BcmCosQueueManager.h +++ b/fboss/agent/hw/bcm/BcmCosQueueManager.h @@ -200,6 +200,8 @@ class BcmCosQueueManager { // Forbidden copy constructor and assignment operator BcmCosQueueManager(BcmCosQueueManager const&) = delete; BcmCosQueueManager& operator=(BcmCosQueueManager const&) = delete; + BcmCosQueueManager(BcmCosQueueManager&&) = delete; + BcmCosQueueManager& operator=(BcmCosQueueManager&&) = delete; virtual std::unique_ptr getCurrentQueueSettings( cfg::StreamType streamType, diff --git a/fboss/agent/hw/bcm/BcmEgressQueueFlexCounter.h b/fboss/agent/hw/bcm/BcmEgressQueueFlexCounter.h index 01e0da10b8c15..7abbf9b1fb912 100644 --- a/fboss/agent/hw/bcm/BcmEgressQueueFlexCounter.h +++ b/fboss/agent/hw/bcm/BcmEgressQueueFlexCounter.h @@ -53,6 +53,8 @@ class BcmEgressQueueFlexCounter : public BcmFlexCounter { BcmEgressQueueFlexCounter(BcmEgressQueueFlexCounter const&) = delete; BcmEgressQueueFlexCounter& operator=(BcmEgressQueueFlexCounter const&) = delete; + BcmEgressQueueFlexCounter(BcmEgressQueueFlexCounter&&) = delete; + BcmEgressQueueFlexCounter& operator=(BcmEgressQueueFlexCounter&&) = delete; BcmSwitch* hw_; int numQueuesPerPort_{0}; @@ -63,6 +65,7 @@ class BcmEgressQueueFlexCounter : public BcmFlexCounter { class BcmEgressQueueFlexCounterManager { public: explicit BcmEgressQueueFlexCounterManager(BcmSwitch* hw); + ~BcmEgressQueueFlexCounterManager() = default; void attachToCPU() { cpuQueueFlexCounter_->attach(BCM_GPORT_LOCAL_CPU); @@ -94,6 +97,9 @@ class BcmEgressQueueFlexCounterManager { delete; BcmEgressQueueFlexCounterManager& operator=( BcmEgressQueueFlexCounterManager const&) = delete; + BcmEgressQueueFlexCounterManager(BcmEgressQueueFlexCounterManager&&) = delete; + BcmEgressQueueFlexCounterManager& operator=( + BcmEgressQueueFlexCounterManager&&) = delete; /* * Because cpu and regular port have different numbers of queues, which will diff --git a/fboss/agent/hw/bcm/BcmError.h b/fboss/agent/hw/bcm/BcmError.h index 38e76fed004d8..7e3fc7863e90f 100644 --- a/fboss/agent/hw/bcm/BcmError.h +++ b/fboss/agent/hw/bcm/BcmError.h @@ -53,7 +53,11 @@ class BcmError : public FbossError { // enum values, so we don't bother distinguishing them. err_(static_cast(err)) {} - ~BcmError() noexcept override {} + ~BcmError() noexcept override = default; + BcmError(const BcmError&) = default; + BcmError& operator=(const BcmError&) = default; + BcmError(BcmError&&) noexcept = default; + BcmError& operator=(BcmError&&) noexcept = default; bcm_error_t getBcmError() const { return err_; diff --git a/fboss/agent/hw/bcm/BcmFacebookAPI.h b/fboss/agent/hw/bcm/BcmFacebookAPI.h index a701c18a41271..5f1be19d731a7 100644 --- a/fboss/agent/hw/bcm/BcmFacebookAPI.h +++ b/fboss/agent/hw/bcm/BcmFacebookAPI.h @@ -10,6 +10,7 @@ #pragma once #include +#include #include #include @@ -22,10 +23,10 @@ class BcmFacebookAPI { /* * A class for receiving log messages from the Broadcom SDK. */ - class LogListener { + class LogListener : public folly::NonCopyableNonMovable { public: - LogListener() {} - virtual ~LogListener() {} + LogListener() = default; + virtual ~LogListener() = default; virtual void vprintf(const char* fmt, va_list varg) = 0; }; diff --git a/fboss/agent/hw/bcm/BcmFieldProcessorUtils.cpp b/fboss/agent/hw/bcm/BcmFieldProcessorUtils.cpp index 683e64d2f4225..49ca7e99fcb24 100644 --- a/fboss/agent/hw/bcm/BcmFieldProcessorUtils.cpp +++ b/fboss/agent/hw/bcm/BcmFieldProcessorUtils.cpp @@ -542,6 +542,7 @@ bool needsExtraFPQsetQualifiers(cfg::AsicType asicType) { case cfg::AsicType::ASIC_TYPE_SANDIA_PHY: case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_RAMON: case cfg::AsicType::ASIC_TYPE_RAMON3: case cfg::AsicType::ASIC_TYPE_G202X: diff --git a/fboss/agent/hw/bcm/BcmHALVector.h b/fboss/agent/hw/bcm/BcmHALVector.h index e43c4ed44633f..db2c6a02e1a88 100644 --- a/fboss/agent/hw/bcm/BcmHALVector.h +++ b/fboss/agent/hw/bcm/BcmHALVector.h @@ -15,9 +15,9 @@ namespace facebook::fboss { */ class BcmHALVector { public: - BcmHALVector() {} + BcmHALVector() = default; - virtual ~BcmHALVector() {} + virtual ~BcmHALVector() = default; virtual void initialize() = 0; @@ -30,6 +30,8 @@ class BcmHALVector { // Forbidden copy constructor and assignment operator BcmHALVector(BcmHALVector const&) = delete; BcmHALVector& operator=(BcmHALVector const&) = delete; + BcmHALVector(BcmHALVector&&) = delete; + BcmHALVector& operator=(BcmHALVector&&) = delete; }; } // namespace facebook::fboss diff --git a/fboss/agent/hw/bcm/BcmHost.h b/fboss/agent/hw/bcm/BcmHost.h index e5ca9d095539c..06447342db423 100644 --- a/fboss/agent/hw/bcm/BcmHost.h +++ b/fboss/agent/hw/bcm/BcmHost.h @@ -17,6 +17,7 @@ extern "C" { #include #include #include +#include #include #include "fboss/agent/hw/bcm/BcmEgress.h" #include "fboss/agent/hw/bcm/BcmHostKey.h" @@ -67,7 +68,7 @@ class BcmHostEgress : public boost::noncopyable { /** * BcmHostIf includes host entry API interfaces like programTo* */ -class BcmHostIf { +class BcmHostIf : public folly::NonCopyableNonMovable { public: BcmHostIf(const BcmSwitchIf* hw, BcmHostKey key) : hw_(hw), key_(std::move(key)) {} @@ -178,11 +179,6 @@ class BcmHostIf { int lookupClassId_{0}; // DST Lookup Class RouteForwardAction action_{RouteForwardAction::DROP}; std::unique_ptr egress_; - - private: - // no copy or assignment - BcmHostIf(BcmHostIf const&) = delete; - BcmHostIf& operator=(BcmHostIf const&) = delete; }; /** @@ -197,14 +193,11 @@ class BcmHost : public BcmHostIf { static std::string l3HostToString(const bcm_l3_host_t& host); private: - // no copy or assignment - BcmHost(BcmHost const&) = delete; - BcmHost& operator=(BcmHost const&) = delete; void initHostCommon(bcm_l3_host_t* host) const; }; // virtual base class to provide APIs to program hosts -class BcmHostTableIf { +class BcmHostTableIf : public folly::NonCopyableNonMovable { public: BcmHostTableIf() {} virtual ~BcmHostTableIf() = default; @@ -230,11 +223,6 @@ class BcmHostTableIf { virtual std::shared_ptr refOrEmplaceHost( const BcmHostKey& key) = 0; virtual void releaseHosts() = 0; - - private: - // no copy or assignment - BcmHostTableIf(BcmHostTableIf const&) = delete; - BcmHostTableIf& operator=(BcmHostTableIf const&) = delete; }; class BcmHostTable : public BcmHostTableIf { diff --git a/fboss/agent/hw/bcm/BcmIngressFieldProcessorFlexCounter.h b/fboss/agent/hw/bcm/BcmIngressFieldProcessorFlexCounter.h index 76582c5afd4c1..6a44bc52fae8d 100644 --- a/fboss/agent/hw/bcm/BcmIngressFieldProcessorFlexCounter.h +++ b/fboss/agent/hw/bcm/BcmIngressFieldProcessorFlexCounter.h @@ -67,6 +67,10 @@ class BcmIngressFieldProcessorFlexCounter : public BcmFlexCounter { BcmIngressFieldProcessorFlexCounter const&) = delete; BcmIngressFieldProcessorFlexCounter& operator=( BcmIngressFieldProcessorFlexCounter const&) = delete; + BcmIngressFieldProcessorFlexCounter(BcmIngressFieldProcessorFlexCounter&&) = + delete; + BcmIngressFieldProcessorFlexCounter& operator=( + BcmIngressFieldProcessorFlexCounter&&) = delete; BcmAclStatType statType_; }; } // namespace facebook::fboss diff --git a/fboss/agent/hw/bcm/BcmIntf.h b/fboss/agent/hw/bcm/BcmIntf.h index 7f2806754c291..72501784f3c05 100644 --- a/fboss/agent/hw/bcm/BcmIntf.h +++ b/fboss/agent/hw/bcm/BcmIntf.h @@ -42,6 +42,8 @@ class BcmStation { // no copy or assignment BcmStation(BcmStation const&) = delete; BcmStation& operator=(BcmStation const&) = delete; + BcmStation(BcmStation&&) = delete; + BcmStation& operator=(BcmStation&&) = delete; enum : int { INVALID = -1, }; @@ -83,6 +85,8 @@ class BcmIntf { // no copy or assignment BcmIntf(BcmIntf const&) = delete; BcmIntf& operator=(BcmIntf const&) = delete; + BcmIntf(BcmIntf&&) = delete; + BcmIntf& operator=(BcmIntf&&) = delete; void programIngressIfNeeded( const std::shared_ptr& intf, bool replace = false); diff --git a/fboss/agent/hw/bcm/BcmLabelMap.cpp b/fboss/agent/hw/bcm/BcmLabelMap.cpp index 36c1d70bb61b8..02f3ce1ed3ad3 100644 --- a/fboss/agent/hw/bcm/BcmLabelMap.cpp +++ b/fboss/agent/hw/bcm/BcmLabelMap.cpp @@ -9,7 +9,11 @@ namespace facebook::fboss { BcmLabelMap::BcmLabelMap(BcmSwitch* hw) : hw_(hw) {} -BcmLabelMap::~BcmLabelMap() {} +BcmLabelMap::~BcmLabelMap() = default; + +BcmLabelMap::BcmLabelMap(BcmLabelMap&&) noexcept = default; + +BcmLabelMap& BcmLabelMap::operator=(BcmLabelMap&&) noexcept = default; void BcmLabelMap::processAddedLabelSwitchAction( BcmLabel topLabel, diff --git a/fboss/agent/hw/bcm/BcmLabelMap.h b/fboss/agent/hw/bcm/BcmLabelMap.h index 3d15de91daec9..956ecb9110909 100644 --- a/fboss/agent/hw/bcm/BcmLabelMap.h +++ b/fboss/agent/hw/bcm/BcmLabelMap.h @@ -14,6 +14,10 @@ class BcmLabelMap { using BcmLabel = uint32_t; BcmLabelMap(BcmSwitch* hw); ~BcmLabelMap(); + BcmLabelMap(const BcmLabelMap&) = delete; + BcmLabelMap& operator=(const BcmLabelMap&) = delete; + BcmLabelMap(BcmLabelMap&&) noexcept; + BcmLabelMap& operator=(BcmLabelMap&&) noexcept; void processAddedLabelSwitchAction( BcmLabel topLabel, const LabelNextHopEntry& nexthops); diff --git a/fboss/agent/hw/bcm/BcmLabeledTunnel.h b/fboss/agent/hw/bcm/BcmLabeledTunnel.h index d2a53e69ad067..9c9fbef435c39 100644 --- a/fboss/agent/hw/bcm/BcmLabeledTunnel.h +++ b/fboss/agent/hw/bcm/BcmLabeledTunnel.h @@ -26,6 +26,10 @@ class BcmLabeledTunnel { bcm_if_t intf, LabelForwardingAction::LabelStack stack); ~BcmLabeledTunnel(); + BcmLabeledTunnel(const BcmLabeledTunnel&) = delete; + BcmLabeledTunnel& operator=(const BcmLabeledTunnel&) = delete; + BcmLabeledTunnel(BcmLabeledTunnel&&) = delete; + BcmLabeledTunnel& operator=(BcmLabeledTunnel&&) = delete; std::string str() const; bcm_if_t getTunnelInterface() const { return labeledTunnel_; diff --git a/fboss/agent/hw/bcm/BcmLogBuffer.h b/fboss/agent/hw/bcm/BcmLogBuffer.h index be52cf86570de..c31176cf05158 100644 --- a/fboss/agent/hw/bcm/BcmLogBuffer.h +++ b/fboss/agent/hw/bcm/BcmLogBuffer.h @@ -18,6 +18,10 @@ class BcmLogBuffer : public BcmFacebookAPI::LogListener { public: explicit BcmLogBuffer(size_t initialSize = 1024); ~BcmLogBuffer() override; + BcmLogBuffer(const BcmLogBuffer&) = delete; + BcmLogBuffer& operator=(const BcmLogBuffer&) = delete; + BcmLogBuffer(BcmLogBuffer&&) = delete; + BcmLogBuffer& operator=(BcmLogBuffer&&) = delete; void vprintf(const char* fmt, va_list varg) override; diff --git a/fboss/agent/hw/bcm/BcmMacTable.h b/fboss/agent/hw/bcm/BcmMacTable.h index af7814813e8e7..12620662d73a2 100644 --- a/fboss/agent/hw/bcm/BcmMacTable.h +++ b/fboss/agent/hw/bcm/BcmMacTable.h @@ -13,7 +13,6 @@ class BcmSwitch; class BcmMacTable { public: explicit BcmMacTable(BcmSwitch* hw) : hw_(hw) {} - ~BcmMacTable() {} void processMacAdded(const MacEntry* addedEntry, VlanID vlan); void processMacRemoved(const MacEntry* removedEntry, VlanID vlan); diff --git a/fboss/agent/hw/bcm/BcmMirror.h b/fboss/agent/hw/bcm/BcmMirror.h index 5a6404f0cf9e7..6f813cefb8738 100644 --- a/fboss/agent/hw/bcm/BcmMirror.h +++ b/fboss/agent/hw/bcm/BcmMirror.h @@ -29,6 +29,10 @@ class BcmMirrorDestination { BcmMirrorDestination(int unit, BcmMirrorHandle handle, int flags) : unit_(unit), handle_(handle), flags_(flags) {} ~BcmMirrorDestination(); + BcmMirrorDestination(const BcmMirrorDestination&) = delete; + BcmMirrorDestination& operator=(const BcmMirrorDestination&) = delete; + BcmMirrorDestination(BcmMirrorDestination&&) = delete; + BcmMirrorDestination& operator=(BcmMirrorDestination&&) = delete; BcmMirrorHandle getHandle(); int getFlags() const { @@ -45,6 +49,10 @@ class BcmMirror { public: BcmMirror(BcmSwitch* hw, const std::shared_ptr& mirror); ~BcmMirror(); + BcmMirror(const BcmMirror&) = delete; + BcmMirror& operator=(const BcmMirror&) = delete; + BcmMirror(BcmMirror&&) = delete; + BcmMirror& operator=(BcmMirror&&) = delete; void applyPortMirrorAction( PortID port, MirrorAction action, diff --git a/fboss/agent/hw/bcm/BcmMultiPathNextHop.h b/fboss/agent/hw/bcm/BcmMultiPathNextHop.h index 90e690ac46168..8f96f6f4be9ac 100644 --- a/fboss/agent/hw/bcm/BcmMultiPathNextHop.h +++ b/fboss/agent/hw/bcm/BcmMultiPathNextHop.h @@ -35,6 +35,10 @@ class BcmMultiPathNextHop { public: BcmMultiPathNextHop(const BcmSwitchIf* hw, BcmMultiPathNextHopKey key); virtual ~BcmMultiPathNextHop(); + BcmMultiPathNextHop(const BcmMultiPathNextHop&) = delete; + BcmMultiPathNextHop& operator=(const BcmMultiPathNextHop&) = delete; + BcmMultiPathNextHop(BcmMultiPathNextHop&&) = delete; + BcmMultiPathNextHop& operator=(BcmMultiPathNextHop&&) = delete; bcm_if_t getEgressId() const; bcm_if_t getEcmpEgressId() const { return ecmpEgress_ ? ecmpEgress_->getID() : BcmEgressBase::INVALID; diff --git a/fboss/agent/hw/bcm/BcmNextHop.h b/fboss/agent/hw/bcm/BcmNextHop.h index 5be1f6f9d2239..1a0f896f8fa01 100644 --- a/fboss/agent/hw/bcm/BcmNextHop.h +++ b/fboss/agent/hw/bcm/BcmNextHop.h @@ -7,6 +7,7 @@ extern "C" { #include } +#include #include "fboss/agent/hw/bcm/BcmHostKey.h" #include "fboss/agent/state/PortDescriptor.h" #include "fboss/lib/RefMap.h" @@ -19,9 +20,9 @@ class BcmHostIf; class BcmLabeledEgress; class BcmLabeledTunnelEgress; -class BcmNextHop { +class BcmNextHop : public folly::NonCopyableNonMovable { public: - virtual ~BcmNextHop() {} + virtual ~BcmNextHop() = default; virtual bcm_if_t getEgressId() const = 0; virtual void programToCPU(bcm_if_t intf) = 0; virtual bool isProgrammed() const = 0; diff --git a/fboss/agent/hw/bcm/BcmPlatformPort.h b/fboss/agent/hw/bcm/BcmPlatformPort.h index 751f8844722ba..fb24716df5469 100644 --- a/fboss/agent/hw/bcm/BcmPlatformPort.h +++ b/fboss/agent/hw/bcm/BcmPlatformPort.h @@ -33,6 +33,7 @@ class BcmPlatformPort : public PlatformPort { BcmPlatformPort(PortID id, BcmPlatform* platform); BcmPlatformPort(BcmPlatformPort&&) = default; BcmPlatformPort& operator=(BcmPlatformPort&&) = default; + ~BcmPlatformPort() override = default; /* * setBcmPort() will be called exactly once by the BCM code, during port diff --git a/fboss/agent/hw/bcm/BcmPort.h b/fboss/agent/hw/bcm/BcmPort.h index 8559ac7da269c..2fd795098a235 100644 --- a/fboss/agent/hw/bcm/BcmPort.h +++ b/fboss/agent/hw/bcm/BcmPort.h @@ -303,6 +303,8 @@ class BcmPort { // no copy or assignment BcmPort(BcmPort const&) = delete; BcmPort& operator=(BcmPort const&) = delete; + BcmPort(BcmPort&&) = delete; + BcmPort& operator=(BcmPort&&) = delete; stats::MonotonicCounter* getPortCounterIf(folly::StringPiece statName); void reinitPortStatsLocked( diff --git a/fboss/agent/hw/bcm/BcmPortIngressBufferManager.h b/fboss/agent/hw/bcm/BcmPortIngressBufferManager.h index 317d7f05cb3ce..8cb26acb32f68 100644 --- a/fboss/agent/hw/bcm/BcmPortIngressBufferManager.h +++ b/fboss/agent/hw/bcm/BcmPortIngressBufferManager.h @@ -36,7 +36,13 @@ class BcmPortIngressBufferManager { const std::string& portName, bcm_gport_t portGport); - ~BcmPortIngressBufferManager() {} + ~BcmPortIngressBufferManager() = default; + BcmPortIngressBufferManager(const BcmPortIngressBufferManager&) = delete; + BcmPortIngressBufferManager& operator=(const BcmPortIngressBufferManager&) = + delete; + BcmPortIngressBufferManager(BcmPortIngressBufferManager&&) = delete; + BcmPortIngressBufferManager& operator=(BcmPortIngressBufferManager&&) = + delete; void programIngressBuffers(const std::shared_ptr& port); PortPgConfigs getCurrentProgrammedPgSettingsHw() const; diff --git a/fboss/agent/hw/bcm/BcmPortQueueManager.h b/fboss/agent/hw/bcm/BcmPortQueueManager.h index 2f09795471417..70a8f47167d6d 100644 --- a/fboss/agent/hw/bcm/BcmPortQueueManager.h +++ b/fboss/agent/hw/bcm/BcmPortQueueManager.h @@ -23,7 +23,11 @@ class BcmPortQueueManager : public BcmCosQueueManager { bcm_gport_t portGport) : BcmCosQueueManager(hw, portName, portGport) {} - ~BcmPortQueueManager() {} + ~BcmPortQueueManager() override = default; + BcmPortQueueManager(const BcmPortQueueManager&) = delete; + BcmPortQueueManager& operator=(const BcmPortQueueManager&) = delete; + BcmPortQueueManager(BcmPortQueueManager&&) = delete; + BcmPortQueueManager& operator=(BcmPortQueueManager&&) = delete; int getNumQueues(cfg::StreamType streamType) const override; @@ -41,10 +45,6 @@ class BcmPortQueueManager : public BcmCosQueueManager { static bcm_cos_queue_t bcmInternalPriorityToCosQ(int prio); private: - // Forbidden copy constructor and assignment operator - BcmPortQueueManager(BcmPortQueueManager const&) = delete; - BcmPortQueueManager& operator=(BcmPortQueueManager const&) = delete; - const PortQueue& getDefaultQueueSettings( cfg::StreamType streamType) const override; diff --git a/fboss/agent/hw/bcm/BcmPortTable.cpp b/fboss/agent/hw/bcm/BcmPortTable.cpp index ad586b2374bfe..f9d587cebb957 100644 --- a/fboss/agent/hw/bcm/BcmPortTable.cpp +++ b/fboss/agent/hw/bcm/BcmPortTable.cpp @@ -37,8 +37,6 @@ using std::unique_ptr; BcmPortTable::BcmPortTable(BcmSwitch* hw) : hw_(hw) {} -BcmPortTable::~BcmPortTable() {} - void BcmPortTable::addBcmPort(bcm_port_t logicalPort, bool warmBoot) { // Find the platform port object BcmPlatformPort* platformPort = dynamic_cast( diff --git a/fboss/agent/hw/bcm/BcmPortTable.h b/fboss/agent/hw/bcm/BcmPortTable.h index b530f0bd2f596..66a2e81b6ea37 100644 --- a/fboss/agent/hw/bcm/BcmPortTable.h +++ b/fboss/agent/hw/bcm/BcmPortTable.h @@ -31,7 +31,6 @@ class BcmPortGroup; class BcmPortTable { public: explicit BcmPortTable(BcmSwitch* hw); - ~BcmPortTable(); using FbossPortMap = folly::ConcurrentHashMap; diff --git a/fboss/agent/hw/bcm/BcmQosMap.h b/fboss/agent/hw/bcm/BcmQosMap.h index dfc702e541acb..22ce8ddf89403 100644 --- a/fboss/agent/hw/bcm/BcmQosMap.h +++ b/fboss/agent/hw/bcm/BcmQosMap.h @@ -44,6 +44,8 @@ class BcmQosMap { // Forbidden copy constructor and assignment operator BcmQosMap(const BcmQosMap&) = delete; BcmQosMap& operator=(const BcmQosMap&) = delete; + BcmQosMap(BcmQosMap&&) = delete; + BcmQosMap& operator=(BcmQosMap&&) = delete; const BcmSwitchIf* hw_; Type type_; diff --git a/fboss/agent/hw/bcm/BcmQosMapEntry.h b/fboss/agent/hw/bcm/BcmQosMapEntry.h index cd234530e2294..468ebe0dbd2e9 100644 --- a/fboss/agent/hw/bcm/BcmQosMapEntry.h +++ b/fboss/agent/hw/bcm/BcmQosMapEntry.h @@ -51,6 +51,8 @@ class BcmQosMapEntry { // Forbidden copy constructor and assignment operator BcmQosMapEntry(const BcmQosMapEntry&) = delete; BcmQosMapEntry& operator=(const BcmQosMapEntry&) = delete; + BcmQosMapEntry(BcmQosMapEntry&&) = delete; + BcmQosMapEntry& operator=(BcmQosMapEntry&&) = delete; const BcmQosMap& map_; Type type_; diff --git a/fboss/agent/hw/bcm/BcmRouteCounter.h b/fboss/agent/hw/bcm/BcmRouteCounter.h index b0109038adc22..549b25de326cc 100644 --- a/fboss/agent/hw/bcm/BcmRouteCounter.h +++ b/fboss/agent/hw/bcm/BcmRouteCounter.h @@ -32,7 +32,6 @@ class BcmRouteCounterID { public: BcmRouteCounterID() : id_(0), offset_(0) {} BcmRouteCounterID(uint32_t id, uint32_t offset) : id_(id), offset_(offset) {} - ~BcmRouteCounterID() {} folly::dynamic toFollyDynamic() const; static BcmRouteCounterID fromFollyDynamic(const folly::dynamic& json); uint32_t getHwId() const { @@ -70,7 +69,11 @@ class BcmRouteCounterID { class BcmRouteCounterBase { public: BcmRouteCounterBase(BcmSwitch* hw, RouteCounterID id, int modeId); - virtual ~BcmRouteCounterBase() {} + virtual ~BcmRouteCounterBase() = default; + BcmRouteCounterBase(const BcmRouteCounterBase&) = delete; + BcmRouteCounterBase& operator=(const BcmRouteCounterBase&) = delete; + BcmRouteCounterBase(BcmRouteCounterBase&&) = default; + BcmRouteCounterBase& operator=(BcmRouteCounterBase&&) = default; virtual BcmRouteCounterID getHwCounterID() const = 0; protected: @@ -126,7 +129,11 @@ class BcmRouteFlexCounter : public folly::MoveOnly, public BcmRouteCounterBase { class BcmRouteCounterTableBase { public: explicit BcmRouteCounterTableBase(BcmSwitch* hw) : hw_(hw) {} - virtual ~BcmRouteCounterTableBase() {} + virtual ~BcmRouteCounterTableBase() = default; + BcmRouteCounterTableBase(const BcmRouteCounterTableBase&) = delete; + BcmRouteCounterTableBase& operator=(const BcmRouteCounterTableBase&) = delete; + BcmRouteCounterTableBase(BcmRouteCounterTableBase&&) = default; + BcmRouteCounterTableBase& operator=(BcmRouteCounterTableBase&&) = default; void setMaxRouteCounterIDs(uint32_t count) { maxRouteCounterIDs_ = count; } @@ -149,7 +156,9 @@ class BcmRouteFlexCounterTable : public folly::MoveOnly, public BcmRouteCounterTableBase { public: explicit BcmRouteFlexCounterTable(BcmSwitch* hw); - ~BcmRouteFlexCounterTable() override {} + ~BcmRouteFlexCounterTable() override = default; + BcmRouteFlexCounterTable(BcmRouteFlexCounterTable&&) = delete; + BcmRouteFlexCounterTable& operator=(BcmRouteFlexCounterTable&&) = delete; std::optional getHwCounterID( std::optional counterID) const override; std::shared_ptr referenceOrEmplaceCounterID( diff --git a/fboss/agent/hw/bcm/BcmSflowExporter.h b/fboss/agent/hw/bcm/BcmSflowExporter.h index f3bd7d0f1dcfb..40074064142ff 100644 --- a/fboss/agent/hw/bcm/BcmSflowExporter.h +++ b/fboss/agent/hw/bcm/BcmSflowExporter.h @@ -13,6 +13,7 @@ #include #include +#include #include "fboss/agent/if/gen-cpp2/sflow_types.h" #include "fboss/agent/state/SflowCollector.h" @@ -20,7 +21,7 @@ namespace facebook::fboss { -class BcmSflowExporter { +class BcmSflowExporter : public folly::NonCopyableNonMovable { public: /* * Constructor for an sFlow collector. @@ -36,15 +37,11 @@ class BcmSflowExporter { ssize_t sendUDPDatagram(iovec* vec, const size_t iovec_len); private: - // no copy or assignment - BcmSflowExporter(BcmSflowExporter const&) = delete; - BcmSflowExporter& operator=(BcmSflowExporter const&) = delete; - const folly::SocketAddress address_; int socket_{-1}; }; -class BcmSflowExporterTable { +class BcmSflowExporterTable : public folly::NonCopyableNonMovable { public: BcmSflowExporterTable() = default; ~BcmSflowExporterTable() = default; @@ -59,10 +56,6 @@ class BcmSflowExporterTable { void sendToAll(const SflowPacketInfo& info); private: - // no copy or assignment - BcmSflowExporterTable(BcmSflowExporterTable const&) = delete; - BcmSflowExporterTable& operator=(BcmSflowExporterTable const&) = delete; - std::unordered_map> map_; std::unordered_map< PortID, diff --git a/fboss/agent/hw/bcm/BcmStatUpdater.h b/fboss/agent/hw/bcm/BcmStatUpdater.h index 2e29b259a711a..a104d8bee4722 100644 --- a/fboss/agent/hw/bcm/BcmStatUpdater.h +++ b/fboss/agent/hw/bcm/BcmStatUpdater.h @@ -19,6 +19,7 @@ #include #include +#include #include extern "C" { @@ -36,12 +37,11 @@ using std::chrono::steady_clock; class BcmSwitch; class StateDelta; -class BcmStatUpdater { +class BcmStatUpdater : public folly::NonCopyableNonMovable { public: using PrbsStatsTable = std::vector; explicit BcmStatUpdater(BcmSwitch* hw); - ~BcmStatUpdater() {} /* Thread safety: * Accessing Bcm* data structures from stats and update thread is racy: diff --git a/fboss/agent/hw/bcm/BcmSwitch.cpp b/fboss/agent/hw/bcm/BcmSwitch.cpp index d2062d82a8fcd..cc714a66b699b 100644 --- a/fboss/agent/hw/bcm/BcmSwitch.cpp +++ b/fboss/agent/hw/bcm/BcmSwitch.cpp @@ -4219,6 +4219,7 @@ void BcmSwitch::disableHotSwap() const { case cfg::AsicType::ASIC_TYPE_SANDIA_PHY: case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_RAMON: case cfg::AsicType::ASIC_TYPE_RAMON3: case cfg::AsicType::ASIC_TYPE_G202X: diff --git a/fboss/agent/hw/bcm/BcmSwitch.h b/fboss/agent/hw/bcm/BcmSwitch.h index 1903b5e56ba7b..252ce8868be08 100644 --- a/fboss/agent/hw/bcm/BcmSwitch.h +++ b/fboss/agent/hw/bcm/BcmSwitch.h @@ -698,6 +698,8 @@ class BcmSwitch : public BcmSwitchIf { // Forbidden copy constructor and assignment operator BcmSwitch(BcmSwitch const&) = delete; BcmSwitch& operator=(BcmSwitch const&) = delete; + BcmSwitch(BcmSwitch&&) = delete; + BcmSwitch& operator=(BcmSwitch&&) = delete; /* * gracefulExit performs the requisite cleanup diff --git a/fboss/agent/hw/bcm/BcmSwitchEventCallback.h b/fboss/agent/hw/bcm/BcmSwitchEventCallback.h index 55a30ed1dd194..2af0b646084c4 100644 --- a/fboss/agent/hw/bcm/BcmSwitchEventCallback.h +++ b/fboss/agent/hw/bcm/BcmSwitchEventCallback.h @@ -25,7 +25,7 @@ namespace facebook::fboss { class BcmSwitchEventCallback { public: BcmSwitchEventCallback() {} - virtual ~BcmSwitchEventCallback() {} + virtual ~BcmSwitchEventCallback() = default; // override this function in derived classes to specify error handling // behavior (eg. logging a fatal error and terminating the program). @@ -41,6 +41,8 @@ class BcmSwitchEventCallback { // disable copy constructor and assignment operator BcmSwitchEventCallback(const BcmSwitchEventCallback&) = delete; BcmSwitchEventCallback& operator=(const BcmSwitchEventCallback&) = delete; + BcmSwitchEventCallback(BcmSwitchEventCallback&&) = delete; + BcmSwitchEventCallback& operator=(BcmSwitchEventCallback&&) = delete; }; /** @@ -48,9 +50,6 @@ class BcmSwitchEventCallback { */ class BcmSwitchEventUnitFatalErrorCallback : public BcmSwitchEventCallback { public: - BcmSwitchEventUnitFatalErrorCallback() {} - ~BcmSwitchEventUnitFatalErrorCallback() override {} - void callback( const int unit, const bcm_switch_event_t eventID, @@ -66,9 +65,6 @@ class BcmSwitchEventUnitFatalErrorCallback : public BcmSwitchEventCallback { */ class BcmSwitchEventUnitNonFatalErrorCallback : public BcmSwitchEventCallback { public: - BcmSwitchEventUnitNonFatalErrorCallback() {} - ~BcmSwitchEventUnitNonFatalErrorCallback() override {} - void callback( const int unit, const bcm_switch_event_t eventID, diff --git a/fboss/agent/hw/bcm/BcmTeFlowTable.h b/fboss/agent/hw/bcm/BcmTeFlowTable.h index 880f3be86bb38..ed588c19918ac 100644 --- a/fboss/agent/hw/bcm/BcmTeFlowTable.h +++ b/fboss/agent/hw/bcm/BcmTeFlowTable.h @@ -35,6 +35,10 @@ class BcmTeFlowTable { public: explicit BcmTeFlowTable(BcmSwitch* hw) : hw_(hw) {} ~BcmTeFlowTable(); + BcmTeFlowTable(const BcmTeFlowTable&) = delete; + BcmTeFlowTable& operator=(const BcmTeFlowTable&) = delete; + BcmTeFlowTable(BcmTeFlowTable&&) = delete; + BcmTeFlowTable& operator=(BcmTeFlowTable&&) = delete; void processTeFlowConfigChanged( const std::shared_ptr& switchSettings); void createTeFlowGroup(int dstIpPrefixLength); diff --git a/fboss/agent/hw/bcm/BcmTrunk.h b/fboss/agent/hw/bcm/BcmTrunk.h index 69db2b3d3c7f7..8e6754933b3d6 100644 --- a/fboss/agent/hw/bcm/BcmTrunk.h +++ b/fboss/agent/hw/bcm/BcmTrunk.h @@ -72,6 +72,8 @@ class BcmTrunk { // Forbidden copy constructor and assignment operator BcmTrunk(const BcmTrunk&) = delete; BcmTrunk& operator=(const BcmTrunk&) = delete; + BcmTrunk(BcmTrunk&&) = delete; + BcmTrunk& operator=(BcmTrunk&&) = delete; bcm_trunk_t bcmTrunkID_{INVALID}; const BcmSwitchIf* const hw_{nullptr}; diff --git a/fboss/agent/hw/bcm/BcmTrunkStats.h b/fboss/agent/hw/bcm/BcmTrunkStats.h index 06aec12cca6ea..3897af6c70528 100644 --- a/fboss/agent/hw/bcm/BcmTrunkStats.h +++ b/fboss/agent/hw/bcm/BcmTrunkStats.h @@ -19,6 +19,7 @@ #include #include #include +#include #include #include @@ -28,9 +29,10 @@ namespace facebook::fboss { class BcmSwitchIf; -class BcmTrunkStats { +class BcmTrunkStats : public folly::NonCopyableNonMovable { public: explicit BcmTrunkStats(const BcmSwitchIf* hw); + ~BcmTrunkStats() = default; void initialize(AggregatePortID aggPortID, std::string trunkName); void update(); @@ -41,9 +43,6 @@ class BcmTrunkStats { HwTrunkStats getHwTrunkStats() const; private: - BcmTrunkStats(const BcmTrunkStats&) = delete; - BcmTrunkStats& operator=(const BcmTrunkStats&) = delete; - // Helpers operating on an HwTrunkStats object std::pair accumulateMemberStats() const; diff --git a/fboss/agent/hw/bcm/BcmTrunkTable.h b/fboss/agent/hw/bcm/BcmTrunkTable.h index 2b44e6aa74c60..059cfc16a0886 100644 --- a/fboss/agent/hw/bcm/BcmTrunkTable.h +++ b/fboss/agent/hw/bcm/BcmTrunkTable.h @@ -16,6 +16,7 @@ extern "C" { } #include +#include #include #include @@ -29,7 +30,7 @@ class AggregatePort; class BcmSwitch; class BcmTrunk; -class BcmTrunkTable { +class BcmTrunkTable : public folly::NonCopyableNonMovable { public: explicit BcmTrunkTable(const BcmSwitch* hw); virtual ~BcmTrunkTable(); @@ -65,10 +66,6 @@ class BcmTrunkTable { AggregatePortID aggregatePortID) const; private: - // Forbidden copy constructor and assignment operator - BcmTrunkTable(const BcmTrunkTable&) = delete; - BcmTrunkTable& operator=(const BcmTrunkTable&) = delete; - void portToAggPortAdd(PortID portId, AggregatePortID aggPortId); void portToAggPortRemove(PortID); boost::container::flat_map> diff --git a/fboss/agent/hw/bcm/BcmTypes.h b/fboss/agent/hw/bcm/BcmTypes.h index 1060c017d8e7c..47b30d40db921 100644 --- a/fboss/agent/hw/bcm/BcmTypes.h +++ b/fboss/agent/hw/bcm/BcmTypes.h @@ -24,6 +24,10 @@ struct BcmMplsTunnelSwitchImplT { struct BcmMplsTunnelSwitchT { BcmMplsTunnelSwitchT(); ~BcmMplsTunnelSwitchT(); + BcmMplsTunnelSwitchT(const BcmMplsTunnelSwitchT&) = delete; + BcmMplsTunnelSwitchT& operator=(const BcmMplsTunnelSwitchT&) = delete; + BcmMplsTunnelSwitchT(BcmMplsTunnelSwitchT&&) noexcept = default; + BcmMplsTunnelSwitchT& operator=(BcmMplsTunnelSwitchT&&) noexcept = default; BcmMplsTunnelSwitchImplT* get(); private: diff --git a/fboss/agent/hw/bcm/BcmUdfManager.h b/fboss/agent/hw/bcm/BcmUdfManager.h index 01ba23f3cc7e5..45037198b614a 100644 --- a/fboss/agent/hw/bcm/BcmUdfManager.h +++ b/fboss/agent/hw/bcm/BcmUdfManager.h @@ -33,6 +33,10 @@ class BcmUdfManager { public: explicit BcmUdfManager(BcmSwitch* hw) : hw_(hw) {} ~BcmUdfManager(); + BcmUdfManager(const BcmUdfManager&) = delete; + BcmUdfManager& operator=(const BcmUdfManager&) = delete; + BcmUdfManager(BcmUdfManager&&) = delete; + BcmUdfManager& operator=(BcmUdfManager&&) = delete; void addUdfConfig( const std::shared_ptr& udfPacketMatcherMap, const std::shared_ptr& udfGroupMap); diff --git a/fboss/agent/hw/bcm/BcmUdfPacketMatcher.h b/fboss/agent/hw/bcm/BcmUdfPacketMatcher.h index bb2ea79c97c6b..7d2aa6dc5c8d1 100644 --- a/fboss/agent/hw/bcm/BcmUdfPacketMatcher.h +++ b/fboss/agent/hw/bcm/BcmUdfPacketMatcher.h @@ -34,6 +34,10 @@ class BcmUdfPacketMatcher { BcmSwitch* hw, const std::shared_ptr& udfPacketMatcher); ~BcmUdfPacketMatcher(); + BcmUdfPacketMatcher(const BcmUdfPacketMatcher&) = delete; + BcmUdfPacketMatcher& operator=(const BcmUdfPacketMatcher&) = delete; + BcmUdfPacketMatcher(BcmUdfPacketMatcher&&) = delete; + BcmUdfPacketMatcher& operator=(BcmUdfPacketMatcher&&) = delete; bcm_udf_pkt_format_id_t getUdfPacketMatcherId() const { return udfPacketMatcherId_; diff --git a/fboss/agent/hw/bcm/BcmWarmBootCache.h b/fboss/agent/hw/bcm/BcmWarmBootCache.h index 5cd591b66dd84..0bca7e5474cb8 100644 --- a/fboss/agent/hw/bcm/BcmWarmBootCache.h +++ b/fboss/agent/hw/bcm/BcmWarmBootCache.h @@ -21,6 +21,7 @@ extern "C" { #include #include #include +#include #include #include #include @@ -59,9 +60,10 @@ class VlanMap; class MirrorMap; class PortMap; -class BcmWarmBootCache { +class BcmWarmBootCache : public folly::NonCopyableNonMovable { public: explicit BcmWarmBootCache(const BcmSwitchIf* hw); + ~BcmWarmBootCache() = default; folly::dynamic getWarmBootStateFollyDynamic() const; void populate(const folly::dynamic& warmBootState); struct VlanInfo { @@ -827,9 +829,6 @@ class BcmWarmBootCache { const folly::dynamic& udfPacketMatcher); void populateL2LearningModeFromDumpedSwSwitchState(); - // No copy or assignment. - BcmWarmBootCache(const BcmWarmBootCache&) = delete; - BcmWarmBootCache& operator=(const BcmWarmBootCache&) = delete; const BcmSwitchIf* hw_; Vlan2VlanInfo vlan2VlanInfo_; Vlan2Station vlan2Station_; diff --git a/fboss/agent/hw/bcm/tests/HwTestTamUtils.cpp b/fboss/agent/hw/bcm/tests/HwTestTamUtils.cpp index 22d28a6a51cfe..59b98b58358f8 100644 --- a/fboss/agent/hw/bcm/tests/HwTestTamUtils.cpp +++ b/fboss/agent/hw/bcm/tests/HwTestTamUtils.cpp @@ -20,6 +20,7 @@ void triggerParityError(HwSwitchEnsemble* ensemble) { case cfg::AsicType::ASIC_TYPE_SANDIA_PHY: case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_RAMON: case cfg::AsicType::ASIC_TYPE_RAMON3: case cfg::AsicType::ASIC_TYPE_EBRO: diff --git a/fboss/agent/hw/bcm/tests/HwTestTamUtilsThriftHandler.cpp b/fboss/agent/hw/bcm/tests/HwTestTamUtilsThriftHandler.cpp index dd0c5eab9c23f..ff8713aa8d2b2 100644 --- a/fboss/agent/hw/bcm/tests/HwTestTamUtilsThriftHandler.cpp +++ b/fboss/agent/hw/bcm/tests/HwTestTamUtilsThriftHandler.cpp @@ -19,6 +19,7 @@ void HwTestThriftHandler::triggerParityError() { case cfg::AsicType::ASIC_TYPE_SANDIA_PHY: case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_RAMON: case cfg::AsicType::ASIC_TYPE_RAMON3: case cfg::AsicType::ASIC_TYPE_EBRO: diff --git a/fboss/agent/hw/sai/api/SaiDefaultAttributeValues.h b/fboss/agent/hw/sai/api/SaiDefaultAttributeValues.h index 8fc61995eea2b..71d52c8f2e06a 100644 --- a/fboss/agent/hw/sai/api/SaiDefaultAttributeValues.h +++ b/fboss/agent/hw/sai/api/SaiDefaultAttributeValues.h @@ -158,8 +158,8 @@ struct SaiPortEyeValuesDefault { }; struct SaiPortErrStatusDefault { - sai_port_err_status_t operator()() const { - return sai_port_err_status_t(); + sai_port_err_status_list_t operator()() const { + return sai_port_err_status_list_t{0, nullptr}; } }; diff --git a/fboss/agent/hw/sai/api/SaiVersion.h b/fboss/agent/hw/sai/api/SaiVersion.h index 919fc5612d128..06acd0a31e56d 100644 --- a/fboss/agent/hw/sai/api/SaiVersion.h +++ b/fboss/agent/hw/sai/api/SaiVersion.h @@ -161,13 +161,13 @@ */ #if defined(TAJO_SDK_VERSION_1_42_8) || defined(TAJO_SDK_VERSION_24_8_3001) || \ - defined(TAJO_SDK_VERSION_25_5_5210) || \ + defined(TAJO_SDK_VERSION_25_5_4210) || \ defined(TAJO_SDK_VERSION_25_11_5210) #define TAJO_SDK_EBRO #endif #if defined(TAJO_SDK_VERSION_24_8_3001) || \ - defined(TAJO_SDK_VERSION_25_5_5210) || \ + defined(TAJO_SDK_VERSION_25_5_4210) || \ defined(TAJO_SDK_VERSION_25_11_5210) #define TAJO_SDK_GTE_24_8_3001 #endif diff --git a/fboss/agent/hw/sai/api/WredApi.h b/fboss/agent/hw/sai/api/WredApi.h index c1305e0235d0d..30ce442c3155b 100644 --- a/fboss/agent/hw/sai/api/WredApi.h +++ b/fboss/agent/hw/sai/api/WredApi.h @@ -64,6 +64,11 @@ struct SaiWredTraits { SAI_WRED_ATTR_ECN_GREEN_MAX_THRESHOLD, sai_uint32_t, SaiIntDefault>; + using EcnGreenMarkProbability = SaiAttribute< + EnumType, + SAI_WRED_ATTR_ECN_GREEN_MARK_PROBABILITY, + sai_uint32_t, + SaiInt100Default>; /* Default probability is 100.*/ }; using AdapterKey = WredSaiId; @@ -74,7 +79,8 @@ struct SaiWredTraits { std::optional, Attributes::EcnMarkMode, std::optional, - std::optional>; + std::optional, + std::optional>; using AdapterHostKey = CreateAttributes; }; @@ -85,6 +91,7 @@ SAI_ATTRIBUTE_NAME(Wred, GreenDropProbability); SAI_ATTRIBUTE_NAME(Wred, EcnMarkMode); SAI_ATTRIBUTE_NAME(Wred, EcnGreenMinThreshold); SAI_ATTRIBUTE_NAME(Wred, EcnGreenMaxThreshold); +SAI_ATTRIBUTE_NAME(Wred, EcnGreenMarkProbability); class WredApi : public SaiApi { public: diff --git a/fboss/agent/hw/sai/api/tests/AttributeTest.cpp b/fboss/agent/hw/sai/api/tests/AttributeTest.cpp index 55dac8726295f..b7abba2707658 100644 --- a/fboss/agent/hw/sai/api/tests/AttributeTest.cpp +++ b/fboss/agent/hw/sai/api/tests/AttributeTest.cpp @@ -9,6 +9,8 @@ */ #include "fboss/agent/hw/sai/api/LoggingUtil.h" #include "fboss/agent/hw/sai/api/SaiAttribute.h" +#include "fboss/agent/hw/sai/api/SaiDefaultAttributeValues.h" +#include "fboss/agent/hw/sai/api/Traits.h" #include #include @@ -336,3 +338,15 @@ static_assert( static_assert( IsSaiAttribute::value, "VecAttr should be a SAI Attribute"); + +// Test verifying SaiPortErrStatusDefault returns correct type +TEST(Attribute, PortErrStatusDefaultType) { + SaiPortErrStatusDefault defaultGetter; + auto defaultValue = defaultGetter(); + // Must return sai_port_err_status_list_t to avoid heap-buffer-overflow + static_assert( + std::is_same::value, + "SaiPortErrStatusDefault type check"); + EXPECT_EQ(defaultValue.count, 0); + EXPECT_EQ(defaultValue.list, nullptr); +} diff --git a/fboss/agent/hw/sai/api/tests/WredApiTest.cpp b/fboss/agent/hw/sai/api/tests/WredApiTest.cpp index 607ea36e67840..731060c41745e 100644 --- a/fboss/agent/hw/sai/api/tests/WredApiTest.cpp +++ b/fboss/agent/hw/sai/api/tests/WredApiTest.cpp @@ -32,7 +32,8 @@ class WredApiTest : public ::testing::Test { const sai_uint32_t greenDropProbability, const sai_ecn_mark_mode_t ecnMarkMode, const sai_uint32_t ecnGreenMinThreshold, - const sai_uint32_t ecnGreenMaxThreshold) const { + const sai_uint32_t ecnGreenMaxThreshold, + const sai_uint32_t ecnGreenMarkProbability = 100) const { SaiWredTraits::Attributes::GreenEnable greenEnableAttribute{greenEnable}; SaiWredTraits::Attributes::GreenMinThreshold greenMinThresholdAttribute{ greenMinThreshold}; @@ -45,6 +46,8 @@ class WredApiTest : public ::testing::Test { ecnGreenMinThresholdAttribute{ecnGreenMinThreshold}; SaiWredTraits::Attributes::EcnGreenMaxThreshold ecnGreenMaxThresholdAttribute{ecnGreenMaxThreshold}; + SaiWredTraits::Attributes::EcnGreenMarkProbability + ecnGreenMarkProbabilityAttribute{ecnGreenMarkProbability}; return wredApi->create( {greenEnableAttribute, @@ -53,7 +56,8 @@ class WredApiTest : public ::testing::Test { greenDropProbabilityAttribute, ecnMarkModeAttribute, ecnGreenMinThresholdAttribute, - ecnGreenMaxThresholdAttribute}, + ecnGreenMaxThresholdAttribute, + ecnGreenMarkProbabilityAttribute}, 0); } diff --git a/fboss/agent/hw/sai/diag/DiagShell.cpp b/fboss/agent/hw/sai/diag/DiagShell.cpp index 23ae07ce6afee..322a30a449cf5 100644 --- a/fboss/agent/hw/sai/diag/DiagShell.cpp +++ b/fboss/agent/hw/sai/diag/DiagShell.cpp @@ -140,6 +140,13 @@ std::unique_ptr DiagShell::makeRepl() const { case HwAsic::AsicVendor::ASIC_VENDOR_BCM: return std::make_unique(hw_->getSaiSwitchId()); case HwAsic::AsicVendor::ASIC_VENDOR_TAJO: +#if defined(TAJO_SDK_VERSION_1_42_8) + return std::make_unique(ptys_->file.fd()); +#else + throw FbossError( + "The Python REPL shell is no longer available through diag_shell " + "for this SDK version. Please use the fboss_leaba_shell tool instead."); +#endif case HwAsic::AsicVendor::ASIC_VENDOR_CHENAB: return std::make_unique(ptys_->file.fd()); default: @@ -184,7 +191,12 @@ bool DiagShell::tryConnect() { */ try { if (diagShellLock_.try_lock()) { - initTerminal(); + try { + initTerminal(); + } catch (...) { + diagShellLock_.unlock(); + throw; + } return true; } } catch (const std::system_error&) { diff --git a/fboss/agent/hw/sai/fake/FakeSaiWred.cpp b/fboss/agent/hw/sai/fake/FakeSaiWred.cpp index c41a24696f71f..1c7fe239e2930 100644 --- a/fboss/agent/hw/sai/fake/FakeSaiWred.cpp +++ b/fboss/agent/hw/sai/fake/FakeSaiWred.cpp @@ -44,6 +44,9 @@ sai_status_t set_wred_attribute_fn( case SAI_WRED_ATTR_ECN_GREEN_MAX_THRESHOLD: wred.setEcnGreenMaxThreshold(attr->value.u32); break; + case SAI_WRED_ATTR_ECN_GREEN_MARK_PROBABILITY: + wred.setEcnGreenMarkProbability(attr->value.u32); + break; default: res = SAI_STATUS_INVALID_PARAMETER; break; @@ -65,6 +68,7 @@ sai_status_t create_wred_fn( std::optional ecnMarkMode; std::optional ecnGreenMinThreshold; std::optional ecnGreenMaxThreshold; + std::optional ecnGreenMarkProbability; for (int i = 0; i < attr_count; ++i) { switch (attr_list[i].id) { @@ -89,6 +93,9 @@ sai_status_t create_wred_fn( case SAI_WRED_ATTR_ECN_GREEN_MAX_THRESHOLD: ecnGreenMaxThreshold = attr_list[i].value.u32; break; + case SAI_WRED_ATTR_ECN_GREEN_MARK_PROBABILITY: + ecnGreenMarkProbability = attr_list[i].value.u32; + break; default: return SAI_STATUS_INVALID_PARAMETER; } @@ -107,7 +114,8 @@ sai_status_t create_wred_fn( greenDropProbability.value(), ecnMarkMode.value(), ecnGreenMinThreshold.value(), - ecnGreenMaxThreshold.value()); + ecnGreenMaxThreshold.value(), + ecnGreenMarkProbability.value_or(100)); return SAI_STATUS_SUCCESS; } @@ -147,6 +155,9 @@ sai_status_t get_wred_attribute_fn( case SAI_WRED_ATTR_ECN_GREEN_MAX_THRESHOLD: attr_list[i].value.u32 = wred.getEcnGreenMaxThreshold(); break; + case SAI_WRED_ATTR_ECN_GREEN_MARK_PROBABILITY: + attr_list[i].value.u32 = wred.getEcnGreenMarkProbability(); + break; default: return SAI_STATUS_NOT_SUPPORTED; } diff --git a/fboss/agent/hw/sai/fake/FakeSaiWred.h b/fboss/agent/hw/sai/fake/FakeSaiWred.h index 31c129ab97f9f..2a79cd5c5dcbf 100644 --- a/fboss/agent/hw/sai/fake/FakeSaiWred.h +++ b/fboss/agent/hw/sai/fake/FakeSaiWred.h @@ -26,14 +26,16 @@ class FakeWred { sai_uint32_t greenDropProbability, sai_int32_t ecnMarkMode, sai_uint32_t ecnGreenMinThreshold, - sai_uint32_t ecnGreenMaxThreshold) + sai_uint32_t ecnGreenMaxThreshold, + sai_uint32_t ecnGreenMarkProbability) : greenEnable_(greenEnable), greenMinThreshold_(greenMinThreshold), greenMaxThreshold_(greenMaxThreshold), greenDropProbability_(greenDropProbability), ecnMarkMode_(ecnMarkMode), ecnGreenMinThreshold_(ecnGreenMinThreshold), - ecnGreenMaxThreshold_(ecnGreenMaxThreshold) {} + ecnGreenMaxThreshold_(ecnGreenMaxThreshold), + ecnGreenMarkProbability_(ecnGreenMarkProbability) {} void setGreenEnable(bool enable) { greenEnable_ = enable; @@ -78,6 +80,12 @@ class FakeWred { void setEcnGreenMaxThreshold(sai_uint32_t ecnGreenMaxThreshold) { ecnGreenMaxThreshold_ = ecnGreenMaxThreshold; } + sai_uint32_t getEcnGreenMarkProbability() { + return ecnGreenMarkProbability_; + } + void setEcnGreenMarkProbability(sai_uint32_t ecnGreenMarkProbability) { + ecnGreenMarkProbability_ = ecnGreenMarkProbability; + } sai_object_id_t id; @@ -89,6 +97,7 @@ class FakeWred { sai_int32_t ecnMarkMode_{SAI_ECN_MARK_MODE_NONE}; sai_uint32_t ecnGreenMinThreshold_{0}; sai_uint32_t ecnGreenMaxThreshold_{0}; + sai_uint32_t ecnGreenMarkProbability_{100}; }; using FakeWredManager = FakeManager; diff --git a/fboss/agent/hw/sai/hw_test/HwTestTamUtils.cpp b/fboss/agent/hw/sai/hw_test/HwTestTamUtils.cpp index 6c534d924b650..826b98a880aa1 100644 --- a/fboss/agent/hw/sai/hw_test/HwTestTamUtils.cpp +++ b/fboss/agent/hw/sai/hw_test/HwTestTamUtils.cpp @@ -140,6 +140,7 @@ void triggerParityError(HwSwitchEnsemble* ensemble) { triggerBcmJericho2ParityError(ensemble); break; case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: triggerBcmJericho3ParityError(ensemble); break; case cfg::AsicType::ASIC_TYPE_CHENAB: diff --git a/fboss/agent/hw/sai/hw_test/HwTestTamUtilsThriftHandler.cpp b/fboss/agent/hw/sai/hw_test/HwTestTamUtilsThriftHandler.cpp index e5a5537a9f09a..c02b401456691 100644 --- a/fboss/agent/hw/sai/hw_test/HwTestTamUtilsThriftHandler.cpp +++ b/fboss/agent/hw/sai/hw_test/HwTestTamUtilsThriftHandler.cpp @@ -235,6 +235,7 @@ void HwTestThriftHandler::triggerParityError() { triggerBcmJericho2ParityError(hwSwitch_); break; case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: triggerBcmJericho3ParityError(hwSwitch_); break; case cfg::AsicType::ASIC_TYPE_CHENAB: diff --git a/fboss/agent/hw/sai/store/SaiObject.cpp b/fboss/agent/hw/sai/store/SaiObject.cpp index cc98e91318718..5b0e57630c6f1 100644 --- a/fboss/agent/hw/sai/store/SaiObject.cpp +++ b/fboss/agent/hw/sai/store/SaiObject.cpp @@ -206,6 +206,8 @@ folly::dynamic SaiObject::adapterHostKeyToFollyDynamic() { array, adapterHostKey_); addOptionalAttrToArray( array, adapterHostKey_); + addOptionalAttrToArray( + array, adapterHostKey_); return array; } @@ -236,6 +238,8 @@ SaiObject::follyDynamicToAdapterHostKey( json, key, 5); pupulateOptionalAttrtToKey( json, key, 6); + pupulateOptionalAttrtToKey< + SaiWredTraits::Attributes::EcnGreenMarkProbability>(json, key, 7); return key; } diff --git a/fboss/agent/hw/sai/store/tests/WredStoreTest.cpp b/fboss/agent/hw/sai/store/tests/WredStoreTest.cpp index 99b194144b318..d694a724297d2 100644 --- a/fboss/agent/hw/sai/store/tests/WredStoreTest.cpp +++ b/fboss/agent/hw/sai/store/tests/WredStoreTest.cpp @@ -25,7 +25,8 @@ class WredStoreTest : public SaiStoreTest { const uint32_t greenDropProbability, const int32_t ecnMarkMode, const uint32_t ecnGreenMinThreshold, - const uint32_t ecnGreenMaxThreshold) const { + const uint32_t ecnGreenMaxThreshold, + const uint32_t ecnGreenMarkProbability = 100) const { return saiApiTable->wredApi().create( {greenEnable, greenMinThreshold, @@ -33,7 +34,8 @@ class WredStoreTest : public SaiStoreTest { greenDropProbability, ecnMarkMode, ecnGreenMinThreshold, - ecnGreenMaxThreshold}, + ecnGreenMaxThreshold, + ecnGreenMarkProbability}, 0); } @@ -44,7 +46,8 @@ class WredStoreTest : public SaiStoreTest { const uint32_t greenDropProbability, const int32_t ecnMarkMode, const uint32_t ecnGreenMinThreshold, - const uint32_t ecnGreenMaxThreshold) const { + const uint32_t ecnGreenMaxThreshold, + const uint32_t ecnGreenMarkProbability = 100) const { SaiWredTraits::Attributes::GreenEnable greenEnableAttribute{greenEnable}; SaiWredTraits::Attributes::GreenMinThreshold greenMinThresholdAttribute{ greenMinThreshold}; @@ -57,6 +60,8 @@ class WredStoreTest : public SaiStoreTest { ecnGreenMinThresholdAttribute{ecnGreenMinThreshold}; SaiWredTraits::Attributes::EcnGreenMaxThreshold ecnGreenMaxThresholdAttribute{ecnGreenMaxThreshold}; + SaiWredTraits::Attributes::EcnGreenMarkProbability + ecnGreenMarkProbabilityAttribute{ecnGreenMarkProbability}; SaiWredTraits::AdapterHostKey k{ greenEnableAttribute, greenMinThresholdAttribute, @@ -64,7 +69,8 @@ class WredStoreTest : public SaiStoreTest { greenDropProbabilityAttribute, ecnMarkModeAttribute, ecnGreenMinThresholdAttribute, - ecnGreenMaxThresholdAttribute}; + ecnGreenMaxThresholdAttribute, + ecnGreenMarkProbabilityAttribute}; return k; } @@ -87,6 +93,10 @@ class WredStoreTest : public SaiStoreTest { sai_uint32_t kEcnGreenMaxThreshold() const { return 400; } + + sai_uint32_t kEcnGreenMarkProbability() const { + return 90; + } }; TEST_F(WredStoreTest, loadWredProfile) { @@ -195,7 +205,8 @@ TEST_F(WredStoreTest, wredProfileCreateCtor) { kGreenDropProbability(), 0, 0, - 0}; + 0, + 100}; SaiWredTraits::AdapterHostKey k = createWredProfileAdapterHostKey( true, kGreenMinThreshold(), @@ -203,7 +214,8 @@ TEST_F(WredStoreTest, wredProfileCreateCtor) { kGreenDropProbability(), 0, 0, - 0); + 0, + 100); auto obj = createObj(k, c, 0); EXPECT_TRUE(GET_ATTR(Wred, GreenEnable, obj.attributes())); EXPECT_EQ( @@ -215,13 +227,28 @@ TEST_F(WredStoreTest, wredProfileCreateCtor) { EXPECT_EQ(GET_ATTR(Wred, EcnMarkMode, obj.attributes()), 0); EXPECT_EQ(GET_OPT_ATTR(Wred, EcnGreenMinThreshold, obj.attributes()), 0); EXPECT_EQ(GET_OPT_ATTR(Wred, EcnGreenMaxThreshold, obj.attributes()), 0); + EXPECT_EQ(GET_OPT_ATTR(Wred, EcnGreenMarkProbability, obj.attributes()), 100); } TEST_F(WredStoreTest, ecnProfileCreateCtor) { SaiWredTraits::CreateAttributes c{ - false, 0, 0, 0, 1, kEcnGreenMinThreshold(), kEcnGreenMaxThreshold()}; + false, + 0, + 0, + 0, + 1, + kEcnGreenMinThreshold(), + kEcnGreenMaxThreshold(), + kEcnGreenMarkProbability()}; SaiWredTraits::AdapterHostKey k = createWredProfileAdapterHostKey( - false, 0, 0, 0, 1, kEcnGreenMinThreshold(), kEcnGreenMaxThreshold()); + false, + 0, + 0, + 0, + 1, + kEcnGreenMinThreshold(), + kEcnGreenMaxThreshold(), + kEcnGreenMarkProbability()); auto obj = createObj(k, c, 0); EXPECT_FALSE(GET_ATTR(Wred, GreenEnable, obj.attributes())); EXPECT_EQ(GET_OPT_ATTR(Wred, GreenMinThreshold, obj.attributes()), 0); @@ -233,6 +260,9 @@ TEST_F(WredStoreTest, ecnProfileCreateCtor) { EXPECT_EQ( GET_OPT_ATTR(Wred, EcnGreenMaxThreshold, obj.attributes()), kEcnGreenMaxThreshold()); + EXPECT_EQ( + GET_OPT_ATTR(Wred, EcnGreenMarkProbability, obj.attributes()), + kEcnGreenMarkProbability()); } TEST_F(WredStoreTest, serDeserWredProfileStore) { diff --git a/fboss/agent/hw/sai/switch/SaiAclTableManager.cpp b/fboss/agent/hw/sai/switch/SaiAclTableManager.cpp index a265f241f8796..9ff0e58d83b9d 100644 --- a/fboss/agent/hw/sai/switch/SaiAclTableManager.cpp +++ b/fboss/agent/hw/sai/switch/SaiAclTableManager.cpp @@ -1676,8 +1676,9 @@ std::set SaiAclTableManager::getSupportedQualifierSet( platform_->getAsic()->getAsicType() == cfg::AsicType::ASIC_TYPE_TRIDENT2; bool isJericho2 = platform_->getAsic()->getAsicType() == cfg::AsicType::ASIC_TYPE_JERICHO2; - bool isJericho3 = - platform_->getAsic()->getAsicType() == cfg::AsicType::ASIC_TYPE_JERICHO3; + bool isJericho3 = platform_->getAsic()->getAsicType() == + cfg::AsicType::ASIC_TYPE_JERICHO3 || + platform_->getAsic()->getAsicType() == cfg::AsicType::ASIC_TYPE_Q4D; bool isTomahawk5 = platform_->getAsic()->getAsicType() == cfg::AsicType::ASIC_TYPE_TOMAHAWK5; bool isChenab = diff --git a/fboss/agent/hw/sai/switch/SaiBufferManager.cpp b/fboss/agent/hw/sai/switch/SaiBufferManager.cpp index 2ea516add4adc..72afd0728bb58 100644 --- a/fboss/agent/hw/sai/switch/SaiBufferManager.cpp +++ b/fboss/agent/hw/sai/switch/SaiBufferManager.cpp @@ -108,6 +108,7 @@ void assertMaxBufferPoolSize(const SaiPlatform* platform) { break; case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_TRIDENT2: CHECK_EQ(maxEgressPoolSize, availableBuffer); break; @@ -193,6 +194,7 @@ uint64_t SaiBufferManager::getMaxEgressPoolBytes(const SaiPlatform* platform) { } case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: /* * XXX: TODO: Need to check if there is a way to compute the * buffers available for use in Jericho2 without using the diff --git a/fboss/agent/hw/sai/switch/SaiNextHopGroupManager.cpp b/fboss/agent/hw/sai/switch/SaiNextHopGroupManager.cpp index 9131755a56d3a..bd7246738c5e3 100644 --- a/fboss/agent/hw/sai/switch/SaiNextHopGroupManager.cpp +++ b/fboss/agent/hw/sai/switch/SaiNextHopGroupManager.cpp @@ -145,7 +145,8 @@ SaiNextHopGroupManager::incRefOrAddNextHopGroup(const SaiNextHopGroupKey& key) { XLOG(DBG2) << "Created NexthopGroup OID: " << nextHopGroupId; -#if defined(BRCM_SAI_SDK_DNX_GTE_12_0) || defined(BRCM_SAI_SDK_XGS_GTE_13_0) +#if defined(BRCM_SAI_SDK_DNX_GTE_12_0) || \ + defined(BRCM_SAI_SDK_XGS_GTE_13_0) || defined(CHENAB_SAI_SDK) if (platform_->getAsic()->isSupported( HwAsic::Feature::BULK_CREATE_ECMP_MEMBER)) { // TODO(zecheng): Use bulk create for warmboot handle reclaiming as well. @@ -180,7 +181,8 @@ SaiNextHopGroupManager::incRefOrAddNextHopGroup(const SaiNextHopGroupKey& key) { nextHopGroupHandle->members_.push_back(result.first); } -#if defined(BRCM_SAI_SDK_DNX_GTE_12_0) || defined(BRCM_SAI_SDK_XGS_GTE_13_0) +#if defined(BRCM_SAI_SDK_DNX_GTE_12_0) || \ + defined(BRCM_SAI_SDK_XGS_GTE_13_0) || defined(CHENAB_SAI_SDK) if (platform_->getAsic()->isSupported( HwAsic::Feature::BULK_CREATE_ECMP_MEMBER)) { nextHopGroupHandle->bulkCreate = false; @@ -556,7 +558,8 @@ SaiNextHopGroupHandle::~SaiNextHopGroupHandle() { } } -#if defined(BRCM_SAI_SDK_DNX_GTE_12_0) || defined(BRCM_SAI_SDK_XGS_GTE_13_0) +#if defined(BRCM_SAI_SDK_DNX_GTE_12_0) || \ + defined(BRCM_SAI_SDK_XGS_GTE_13_0) || defined(CHENAB_SAI_SDK) if (platform_ && platform_->getAsic()->isSupported( HwAsic::Feature::BULK_CREATE_ECMP_MEMBER)) { diff --git a/fboss/agent/hw/sai/switch/SaiPortManager.cpp b/fboss/agent/hw/sai/switch/SaiPortManager.cpp index ad67fd2ee6ef8..322abcb1c5184 100644 --- a/fboss/agent/hw/sai/switch/SaiPortManager.cpp +++ b/fboss/agent/hw/sai/switch/SaiPortManager.cpp @@ -547,6 +547,7 @@ int getWorstCaseAssumedOpticsDelayNS( case cfg::AsicType::ASIC_TYPE_G202X: break; case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: if (portType == cfg::PortType::FABRIC_PORT) { return 110; } else { diff --git a/fboss/agent/hw/sai/switch/SaiSwitch.cpp b/fboss/agent/hw/sai/switch/SaiSwitch.cpp index 9245b3775c446..fea8754d692da 100644 --- a/fboss/agent/hw/sai/switch/SaiSwitch.cpp +++ b/fboss/agent/hw/sai/switch/SaiSwitch.cpp @@ -324,6 +324,13 @@ HwInitResult SaiSwitch::initImpl( HwAsic::Feature::ZERO_SDK_WRITE_WARMBOOT)) { behavior = HwWriteBehavior::FAIL; } + // launch threads to handle SDK callbacks and/or events note that this does + // not register or start processing SDK events immediately his only starts + // threads and registering callbacks will actually begin events or callbacks + // entering into FBOSS. this is being separated from registering callbacks as + // during rollback, SDK callbacks need to be unregistered and registered + // without stopping and starting threads. + startThreads(); HwInitResult ret; { std::lock_guard lock(saiSwitchMutex_); @@ -341,6 +348,57 @@ HwInitResult SaiSwitch::initImpl( return ret; } +void SaiSwitch::startThreads() { + if (getFeaturesDesired() & FeaturesDesired::LINKSCAN_DESIRED) { + linkStateBottomHalfThread_ = std::make_unique([this]() { + initThread("fbossSaiLnkScnBH"); + linkStateBottomHalfEventBase_.loopForever(); + }); + } + + fdbEventBottomHalfThread_ = std::make_unique([this]() { + initThread("fbossSaiFdbBH"); + fdbEventBottomHalfEventBase_.loopForever(); + }); + + if (platform_->getAsic()->isSupported( + HwAsic::Feature::LINK_ACTIVE_INACTIVE_NOTIFY)) { + txReadyStatusChangeBottomHalfThread_ = + std::make_unique([this]() { + initThread("fbossSaiTxReadyStatusChangeStatusBH"); + txReadyStatusChangeBottomHalfEventBase_.loopForever(); + }); + } + + if (platform_->getAsic()->isSupported(HwAsic::Feature::FABRIC_PORTS)) { + linkConnectivityChangeBottomHalfThread_ = + std::make_unique([this]() { + initThread("fbossLnkCnctBH"); + linkConnectivityChangeBottomHalfEventBase_.loopForever(); + }); + } + + if (platform_->getAsic()->isSupported( + HwAsic::Feature::SWITCH_REACHABILITY_CHANGE_NOTIFY)) { + switchReachabilityChangeProcessThread_ = + std::make_unique([this]() { + initThread("fbossSaiSwitchReachabilityChangeBH"); + switchReachabilityChangeProcessEventBase_.loopForever(); + }); + } + +#if SAI_API_VERSION >= SAI_VERSION(1, 13, 0) + if (platform_->getAsic()->isSupported( + HwAsic::Feature::SWITCH_ASIC_SDK_HEALTH_NOTIFY)) { + switchAsicSdkHealthNotificationBHThread_ = + std::make_unique([this]() { + initThread("fbossSaiSwitchAsicSdkHealthNotification"); + switchAsicSdkHealthNotificationBHEventBase_.loopForever(); + }); + } +#endif +} + void SaiSwitch::printDiagCmd(const std::string& /*cmd*/) const { // TODO: Needs to be implemented. } @@ -355,65 +413,66 @@ void SaiSwitch::unregisterCallbacks() noexcept { std::lock_guard lock(saiSwitchMutex_); unregisterCallbacksLocked(lock); } + stopThreads(); +} +void SaiSwitch::stopThreads() { // linkscan is turned off and the evb loop is set to break // just need to block until the last event is processed - if (runState_ >= SwitchRunState::CONFIGURED && - getFeaturesDesired() & FeaturesDesired::LINKSCAN_DESIRED) { + if (linkStateBottomHalfThread_) { linkStateBottomHalfEventBase_.runInFbossEventBaseThreadAndWait( [this]() { linkStateBottomHalfEventBase_.terminateLoopSoon(); }); linkStateBottomHalfThread_->join(); // link scan is completely shut-off + linkStateBottomHalfThread_.reset(); } // tx ready status change is turned off and the evb loop is set to break // just need to block until the last event is processed - if (runState_ >= SwitchRunState::CONFIGURED && - platform_->getAsic()->isSupported( - HwAsic::Feature::LINK_ACTIVE_INACTIVE_NOTIFY)) { + if (txReadyStatusChangeBottomHalfThread_) { txReadyStatusChangeBottomHalfEventBase_.runInFbossEventBaseThreadAndWait( [this]() { txReadyStatusChangeBottomHalfEventBase_.terminateLoopSoon(); }); txReadyStatusChangeBottomHalfThread_->join(); // tx ready status change processing is completely shut-off + txReadyStatusChangeBottomHalfThread_.reset(); } - if (runState_ >= SwitchRunState::CONFIGURED && - platform_->getAsic()->isSupported(HwAsic::Feature::FABRIC_PORTS)) { + if (linkConnectivityChangeBottomHalfThread_) { linkConnectivityChangeBottomHalfEventBase_.runInFbossEventBaseThreadAndWait( [this]() { linkConnectivityChangeBottomHalfEventBase_.terminateLoopSoon(); }); linkConnectivityChangeBottomHalfThread_->join(); // link connectivity change processing is completely shut-off + linkConnectivityChangeBottomHalfThread_.reset(); } - if (runState_ >= SwitchRunState::CONFIGURED && - platform_->getAsic()->isSupported( - HwAsic::Feature::SWITCH_REACHABILITY_CHANGE_NOTIFY)) { + if (switchReachabilityChangeProcessThread_) { switchReachabilityChangeProcessEventBase_.runInFbossEventBaseThreadAndWait( [this]() { switchReachabilityChangeProcessEventBase_.terminateLoopSoon(); }); switchReachabilityChangeProcessThread_->join(); // switch reachability change processing is completely shut-off + switchReachabilityChangeProcessThread_.reset(); } #if SAI_API_VERSION >= SAI_VERSION(1, 13, 0) - if (runState_ >= SwitchRunState::CONFIGURED && - platform_->getAsic()->isSupported( - HwAsic::Feature::SWITCH_ASIC_SDK_HEALTH_NOTIFY)) { + if (switchAsicSdkHealthNotificationBHThread_) { switchAsicSdkHealthNotificationBHEventBase_ .runInFbossEventBaseThreadAndWait([this]() { switchAsicSdkHealthNotificationBHEventBase_.terminateLoopSoon(); }); switchAsicSdkHealthNotificationBHThread_->join(); + switchAsicSdkHealthNotificationBHThread_.reset(); } #endif - if (runState_ >= SwitchRunState::INITIALIZED) { + if (fdbEventBottomHalfThread_) { fdbEventBottomHalfEventBase_.runInFbossEventBaseThreadAndWait( [this]() { fdbEventBottomHalfEventBase_.terminateLoopSoon(); }); fdbEventBottomHalfThread_->join(); + fdbEventBottomHalfThread_.reset(); } } @@ -3109,8 +3168,10 @@ std::shared_ptr SaiSwitch::getColdBootSwitchState() { scopeResolver->switchIdToSwitchInfo()); multiSwitchSwitchSettings->addNode(matcher.matcherString(), switchSettings); - if (getSwitchType() == cfg::SwitchType::VOQ || - getSwitchType() == cfg::SwitchType::FABRIC) { + // Skipping switch isolate for single FAP systems (Q4D asic for now). + if ((getSwitchType() == cfg::SwitchType::VOQ || + getSwitchType() == cfg::SwitchType::FABRIC) && + platform_->getAsic()->getAsicType() != cfg::AsicType::ASIC_TYPE_Q4D) { CHECK(getSwitchId().has_value()); // In practice, this will read and populate the value set during switch // create viz. DRAINED @@ -3346,10 +3407,6 @@ void SaiSwitch::initStoreAndManagersLocked( } // namespace facebook::fboss void SaiSwitch::initLinkScanLocked(const std::lock_guard& lock) { - linkStateBottomHalfThread_ = std::make_unique([this]() { - initThread("fbossSaiLnkScnBH"); - linkStateBottomHalfEventBase_.loopForever(); - }); linkStateBottomHalfEventBase_.runInFbossEventBaseThread([=, this, &lock]() { auto& switchApi = SaiApiTable::getInstance()->switchApi(); switchApi.registerPortStateChangeCallback( @@ -3391,11 +3448,6 @@ void SaiSwitch::syncLinkStates() { void SaiSwitch::initLinkConnectivityChangeLocked( const std::lock_guard& lock) { - linkConnectivityChangeBottomHalfThread_ = - std::make_unique([this]() { - initThread("fbossLnkCnctBH"); - linkConnectivityChangeBottomHalfEventBase_.loopForever(); - }); linkConnectivityChangeBottomHalfEventBase_.runInFbossEventBaseThread( [this, &lock] { syncLinkConnectivityLocked(lock); }); } @@ -3441,11 +3493,6 @@ void SaiSwitch::syncSwitchReachability() { void SaiSwitch::initTxReadyStatusChangeLocked( const std::lock_guard& /* lock */) { #if SAI_API_VERSION >= SAI_VERSION(1, 13, 0) - txReadyStatusChangeBottomHalfThread_ = - std::make_unique([this]() { - initThread("fbossSaiTxReadyStatusChangeStatusBH"); - txReadyStatusChangeBottomHalfEventBase_.loopForever(); - }); txReadyStatusChangeBottomHalfEventBase_.runInFbossEventBaseThread( [=, this]() { auto& switchApi = SaiApiTable::getInstance()->switchApi(); @@ -3471,12 +3518,6 @@ void SaiSwitch::initTxReadyStatusChangeLocked( void SaiSwitch::initSwitchReachabilityChangeLocked( const std::lock_guard& /* lock */) { - switchReachabilityChangeProcessThread_ = - std::make_unique([this]() { - initThread("fbossSaiSwitchReachabilityChangeBH"); - switchReachabilityChangeProcessEventBase_.loopForever(); - }); - /* * Query the initial state after registering the callbacks to avoid a * potentially missed callback and update. @@ -3490,11 +3531,7 @@ void SaiSwitch::initSwitchAsicSdkHealthNotificationLocked( const std::lock_guard& /* lock */) { CHECK(platform_->getAsic()->isSupported( HwAsic::Feature::SWITCH_ASIC_SDK_HEALTH_NOTIFY)); - switchAsicSdkHealthNotificationBHThread_ = - std::make_unique([this]() { - initThread("fbossSaiSwitchAsicSdkHealthNotification"); - switchAsicSdkHealthNotificationBHEventBase_.loopForever(); - }); + CHECK(switchAsicSdkHealthNotificationBHThread_); auto& switchApi = SaiApiTable::getInstance()->switchApi(); switchApi.registerSwitchAsicSdkHealthEventCallback( saiSwitchId_, __gSwitchAsicSdkHealthNotificationCallBack); @@ -4239,10 +4276,6 @@ void SaiSwitch::switchRunStateChangedImplLocked( SwitchRunState newState) { switch (newState) { case SwitchRunState::INITIALIZED: { - fdbEventBottomHalfThread_ = std::make_unique([this]() { - initThread("fbossSaiFdbBH"); - fdbEventBottomHalfEventBase_.loopForever(); - }); auto& switchApi = SaiApiTable::getInstance()->switchApi(); // FDB callback is only applicable if l2Learning mode is set. diff --git a/fboss/agent/hw/sai/switch/SaiSwitch.h b/fboss/agent/hw/sai/switch/SaiSwitch.h index fd82fd2ee1327..5c18edb7c6c5f 100644 --- a/fboss/agent/hw/sai/switch/SaiSwitch.h +++ b/fboss/agent/hw/sai/switch/SaiSwitch.h @@ -701,6 +701,8 @@ class SaiSwitch : public HwSwitch { reconstructMultiSwitchAclTableGroupMap() const; std::shared_ptr reconstructMultiSwitchAclMap() const; + void startThreads(); + void stopThreads(); /* * SaiSwitch must support a few varieties of concurrent access: * 1. state updates on the SwSwitch update thread calling stateChanged diff --git a/fboss/agent/hw/sai/switch/SaiVirtualRouterManager.cpp b/fboss/agent/hw/sai/switch/SaiVirtualRouterManager.cpp index c8ca8710c42a7..be731b015109f 100644 --- a/fboss/agent/hw/sai/switch/SaiVirtualRouterManager.cpp +++ b/fboss/agent/hw/sai/switch/SaiVirtualRouterManager.cpp @@ -99,6 +99,7 @@ SaiVirtualRouterManager::createMplsRouterInterface(VirtualRouterSaiId vrId) { case cfg::AsicType::ASIC_TYPE_SANDIA_PHY: case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_RAMON: case cfg::AsicType::ASIC_TYPE_RAMON3: case cfg::AsicType::ASIC_TYPE_CHENAB: diff --git a/fboss/agent/hw/sai/switch/SaiWredManager.cpp b/fboss/agent/hw/sai/switch/SaiWredManager.cpp index 8b1b6093d19f1..60cd527396bfd 100644 --- a/fboss/agent/hw/sai/switch/SaiWredManager.cpp +++ b/fboss/agent/hw/sai/switch/SaiWredManager.cpp @@ -50,21 +50,41 @@ SaiWredTraits::CreateAttributes SaiWredManager::profileCreateAttrs( std::get>(attrs); auto& ecnGreenMax = std::get>(attrs); + auto& ecnGreenMarkProbability = + std::get>(attrs); #if defined(TAJO_SDK) || defined(CHENAB_SAI_SDK) // TAJO SDK populates greenMin/Max value to ecnGreenMin/Max if nullptr, so use // 0 here to avoid that // Chenab SDK supports both early drop and ECN, setting up defaults for both - std::tie(greenMin, greenMax, greenDropProbability, ecnGreenMin, ecnGreenMax) = - std::make_tuple(0, 0, kDefaultDropProbability, 0, 0); + std::tie( + greenMin, + greenMax, + greenDropProbability, + ecnGreenMin, + ecnGreenMax, + ecnGreenMarkProbability) = + std::make_tuple( + 0, 0, kDefaultDropProbability, 0, 0, kDefaultDropProbability); #if defined(CHENAB_SAI_SDK) // as per SAI spec, ecn green min/max must have ecn mark mode set, and these // values are set to 0 even for wred, so set the mode to green here std::get(attrs) = SAI_ECN_MARK_MODE_GREEN; #endif #elif !defined(BRCM_SAI_SDK_XGS_AND_DNX) - std::tie(greenMin, greenMax, greenDropProbability, ecnGreenMin, ecnGreenMax) = + std::tie( + greenMin, + greenMax, + greenDropProbability, + ecnGreenMin, + ecnGreenMax, + ecnGreenMarkProbability) = std::make_tuple( - 0, 0, kDefaultDropProbability, std::nullopt, std::nullopt); + 0, + 0, + kDefaultDropProbability, + std::nullopt, + std::nullopt, + kDefaultDropProbability); #endif for (const auto& aqm : std::as_const(*queue.getAqms())) { // THRIFT_COPY @@ -85,6 +105,7 @@ SaiWredTraits::CreateAttributes SaiWredManager::profileCreateAttrs( std::get(attrs) = SAI_ECN_MARK_MODE_GREEN; ecnGreenMin = minLen; ecnGreenMax = maxLen; + ecnGreenMarkProbability = probability; break; } } diff --git a/fboss/agent/hw/sai/tracer/WredApiTracer.cpp b/fboss/agent/hw/sai/tracer/WredApiTracer.cpp index d74fe6c8460b3..a753f18d29429 100644 --- a/fboss/agent/hw/sai/tracer/WredApiTracer.cpp +++ b/fboss/agent/hw/sai/tracer/WredApiTracer.cpp @@ -25,6 +25,7 @@ std::map> _WredMap{ SAI_ATTR_MAP(Wred, EcnMarkMode), SAI_ATTR_MAP(Wred, EcnGreenMinThreshold), SAI_ATTR_MAP(Wred, EcnGreenMaxThreshold), + SAI_ATTR_MAP(Wred, EcnGreenMarkProbability), }; } // namespace diff --git a/fboss/agent/hw/switch_asics/Agera3PhyAsic.cpp b/fboss/agent/hw/switch_asics/Agera3PhyAsic.cpp index 28671d52371ba..f8ccc5bdca89d 100644 --- a/fboss/agent/hw/switch_asics/Agera3PhyAsic.cpp +++ b/fboss/agent/hw/switch_asics/Agera3PhyAsic.cpp @@ -22,6 +22,7 @@ bool Agera3PhyAsic::isSupported(Feature feature) const { case HwAsic::Feature::OBJECT_KEY_CACHE: case HwAsic::Feature::ARS_ALTERNATE_MEMBERS: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return false; default: return false; diff --git a/fboss/agent/hw/switch_asics/ChenabAsic.cpp b/fboss/agent/hw/switch_asics/ChenabAsic.cpp index 68e6f6f554f9b..73502f29f9101 100644 --- a/fboss/agent/hw/switch_asics/ChenabAsic.cpp +++ b/fboss/agent/hw/switch_asics/ChenabAsic.cpp @@ -92,6 +92,7 @@ bool ChenabAsic::isSupportedNonFabric(Feature feature) const { case HwAsic::Feature::BRIDGE_PORT_8021Q: case HwAsic::Feature::INGRESS_BUFFER_POOL_SIZE_EXCLUDES_HEADROOM: case HwAsic::Feature::PORT_LEVEL_BUFFER_CONFIGURATION_SUPPORT: + case HwAsic::Feature::BULK_CREATE_ECMP_MEMBER: return true; case HwAsic::Feature::PORT_SERDES_ZERO_PREEMPHASIS: case HwAsic::Feature::DEDICATED_CPU_BUFFER_POOL: @@ -223,7 +224,6 @@ bool ChenabAsic::isSupportedNonFabric(Feature feature) const { case HwAsic::Feature::TEMPERATURE_MONITORING: case HwAsic::Feature::ACL_SET_ECMP_HASH_ALGORITHM: case HwAsic::Feature::SET_NEXT_HOP_GROUP_HASH_ALGORITHM: - case HwAsic::Feature::BULK_CREATE_ECMP_MEMBER: case HwAsic::Feature::TECH_SUPPORT: case HwAsic::Feature::DRAM_QUARANTINED_BUFFER_STATS: case HwAsic::Feature::MANAGEMENT_PORT_MULTICAST_QUEUE_ALPHA: @@ -236,6 +236,7 @@ bool ChenabAsic::isSupportedNonFabric(Feature feature) const { case HwAsic::Feature::IN_DISCARDS_EXCLUDES_PFC: case HwAsic::Feature::SAI_SERDES_RX_REACH: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return false; } return false; @@ -431,13 +432,13 @@ uint32_t ChenabAsic::getMaxVariableWidthEcmpSize() const { return 512; } uint32_t ChenabAsic::getMaxEcmpSize() const { - return 512; + return 128; } std::optional ChenabAsic::getMaxEcmpGroups() const { return 4096; } std::optional ChenabAsic::getMaxEcmpMembers() const { - return 32000; + return 64000; } uint32_t ChenabAsic::getNumCores() const { return 1; diff --git a/fboss/agent/hw/switch_asics/EbroAsic.cpp b/fboss/agent/hw/switch_asics/EbroAsic.cpp index 3103e08081380..59eee64945c6a 100644 --- a/fboss/agent/hw/switch_asics/EbroAsic.cpp +++ b/fboss/agent/hw/switch_asics/EbroAsic.cpp @@ -231,6 +231,7 @@ bool EbroAsic::isSupportedNonFabric(Feature feature) const { case HwAsic::Feature::PORT_LEVEL_BUFFER_CONFIGURATION_SUPPORT: case HwAsic::Feature::SAI_SERDES_RX_REACH: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return false; case HwAsic::Feature::SAI_ACL_ENTRY_SRC_PORT_QUALIFIER: /* diff --git a/fboss/agent/hw/switch_asics/G202xAsic.cpp b/fboss/agent/hw/switch_asics/G202xAsic.cpp index 9ebf2e2eec0c7..c6b2cdc949922 100644 --- a/fboss/agent/hw/switch_asics/G202xAsic.cpp +++ b/fboss/agent/hw/switch_asics/G202xAsic.cpp @@ -231,6 +231,7 @@ bool G202xAsic::isSupportedNonFabric(Feature feature) const { case HwAsic::Feature::PORT_LEVEL_BUFFER_CONFIGURATION_SUPPORT: case HwAsic::Feature::SAI_SERDES_RX_REACH: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return false; } return false; diff --git a/fboss/agent/hw/switch_asics/HwAsic.cpp b/fboss/agent/hw/switch_asics/HwAsic.cpp index 918a054994bba..f2822c7c656e5 100644 --- a/fboss/agent/hw/switch_asics/HwAsic.cpp +++ b/fboss/agent/hw/switch_asics/HwAsic.cpp @@ -19,6 +19,7 @@ #include "fboss/agent/hw/switch_asics/Jericho2Asic.h" #include "fboss/agent/hw/switch_asics/Jericho3Asic.h" #include "fboss/agent/hw/switch_asics/MockAsic.h" +#include "fboss/agent/hw/switch_asics/Q4DAsic.h" #include "fboss/agent/hw/switch_asics/Ramon3Asic.h" #include "fboss/agent/hw/switch_asics/RamonAsic.h" #include "fboss/agent/hw/switch_asics/Tomahawk3Asic.h" @@ -116,6 +117,8 @@ std::unique_ptr HwAsic::makeAsic( return std::make_unique(switchId, switchInfo, sdkVersion); case cfg::AsicType::ASIC_TYPE_JERICHO3: return std::make_unique(switchId, switchInfo, sdkVersion); + case cfg::AsicType::ASIC_TYPE_Q4D: + return std::make_unique(switchId, switchInfo, sdkVersion); case cfg::AsicType::ASIC_TYPE_RAMON: return std::make_unique(switchId, switchInfo, sdkVersion); case cfg::AsicType::ASIC_TYPE_RAMON3: diff --git a/fboss/agent/hw/switch_asics/HwAsic.h b/fboss/agent/hw/switch_asics/HwAsic.h index eef00e8646d92..7cac61bb10c4d 100644 --- a/fboss/agent/hw/switch_asics/HwAsic.h +++ b/fboss/agent/hw/switch_asics/HwAsic.h @@ -464,6 +464,7 @@ class HwAsic { // are capable of CPU queuing. CPU_QUEUES, SAI_SERDES_RX_REACH, + ECN_PROBABILISTIC_MARKING, }; enum class AsicMode { diff --git a/fboss/agent/hw/switch_asics/Jericho2Asic.cpp b/fboss/agent/hw/switch_asics/Jericho2Asic.cpp index 7e9b4f91cfe2e..b40efdfc7ea06 100644 --- a/fboss/agent/hw/switch_asics/Jericho2Asic.cpp +++ b/fboss/agent/hw/switch_asics/Jericho2Asic.cpp @@ -235,6 +235,7 @@ bool Jericho2Asic::isSupported(Feature feature) const { case HwAsic::Feature::PORT_LEVEL_BUFFER_CONFIGURATION_SUPPORT: case HwAsic::Feature::SAI_SERDES_RX_REACH: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return false; } return false; diff --git a/fboss/agent/hw/switch_asics/Jericho3Asic.cpp b/fboss/agent/hw/switch_asics/Jericho3Asic.cpp index e9422096ddf8d..3c06e94712d1b 100644 --- a/fboss/agent/hw/switch_asics/Jericho3Asic.cpp +++ b/fboss/agent/hw/switch_asics/Jericho3Asic.cpp @@ -245,6 +245,7 @@ bool Jericho3Asic::isSupported(Feature feature) const { case HwAsic::Feature::PORT_LEVEL_BUFFER_CONFIGURATION_SUPPORT: case HwAsic::Feature::SAI_SERDES_RX_REACH: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return false; } return false; diff --git a/fboss/agent/hw/switch_asics/Q4DAsic.cpp b/fboss/agent/hw/switch_asics/Q4DAsic.cpp new file mode 100644 index 0000000000000..62f039141f105 --- /dev/null +++ b/fboss/agent/hw/switch_asics/Q4DAsic.cpp @@ -0,0 +1,255 @@ +// Copyright 2004-present Facebook. All Rights Reserved. + +#include "fboss/agent/hw/switch_asics/Q4DAsic.h" +#include +#include "fboss/agent/AgentFeatures.h" + +namespace facebook::fboss { + +bool Q4DAsic::isSupported(Feature feature) const { + switch (feature) { + case HwAsic::Feature::OBJECT_KEY_CACHE: + case HwAsic::Feature::PKTIO: + case HwAsic::Feature::HOSTTABLE: + case HwAsic::Feature::OBM_COUNTERS: + case HwAsic::Feature::MIRROR_PACKET_TRUNCATION: + case HwAsic::Feature::SFLOW_SAMPLING: + case HwAsic::Feature::TELEMETRY_AND_MONITORING: + case HwAsic::Feature::WIDE_ECMP: + case HwAsic::Feature::ALPM_ROUTE_PROJECTION: + case HwAsic::Feature::MAC_AGING: + case HwAsic::Feature::SAI_PORT_SPEED_CHANGE: // CS00011784917 + case HwAsic::Feature::EGRESS_MIRRORING: + case HwAsic::Feature::EGRESS_SFLOW: + case HwAsic::Feature::DEFAULT_VLAN: + case HwAsic::Feature::CPU_PORT: + case HwAsic::Feature::CPU_QUEUES: + case HwAsic::Feature::VRF: + case HwAsic::Feature::SAI_HASH_FIELDS_CLEAR_BEFORE_SET: + case HwAsic::Feature::SAI_WEIGHTED_NEXTHOPGROUP_MEMBER: + case HwAsic::Feature::PORT_TX_DISABLE: + case HwAsic::Feature::SAI_PORT_ERR_STATUS: + case HwAsic::Feature::ROUTE_PROGRAMMING: + case HwAsic::Feature::FABRIC_PORTS: + case HwAsic::Feature::LINK_TRAINING: + case HwAsic::Feature::FEC: + case HwAsic::Feature::SAI_TTL0_PACKET_FORWARD_ENABLE: + case HwAsic::Feature::PMD_RX_LOCK_STATUS: + case HwAsic::Feature::PMD_RX_SIGNAL_DETECT: + case HwAsic::Feature::MEDIA_TYPE: + case HwAsic::Feature::PORT_FABRIC_ISOLATE: + case HwAsic::Feature::CPU_TX_VIA_RECYCLE_PORT: + case HwAsic::Feature::SWITCH_DROP_STATS: + case HwAsic::Feature::PACKET_INTEGRITY_DROP_STATS: + case HwAsic::Feature::SAI_CONFIGURE_SIX_TAP: + case HwAsic::Feature::DRAM_ENQUEUE_DEQUEUE_STATS: + case HwAsic::Feature::RESOURCE_USAGE_STATS: + case HwAsic::Feature::SAI_FEC_COUNTERS: + case HwAsic::Feature::SAI_FEC_CORRECTED_BITS: + case HwAsic::Feature::BLACKHOLE_ROUTE_DROP_COUNTER: + case HwAsic::Feature::ECN: + case HwAsic::Feature::SAI_ECN_WRED: + case HwAsic::Feature::QUEUE_ECN_COUNTER: + case HwAsic::Feature::MANAGEMENT_PORT: + case HwAsic::Feature::ANY_ACL_DROP_COUNTER: + case HwAsic::Feature::EGRESS_FORWARDING_DROP_COUNTER: + case HwAsic::Feature::ACL_COUNTER_LABEL: + case HwAsic::Feature::SWITCH_ATTR_INGRESS_ACL: + case HwAsic::Feature::ACL_TABLE_GROUP: + case HwAsic::Feature::ERSPANv4: + case HwAsic::Feature::ERSPANv6: + case HwAsic::Feature::RCI_WATERMARK_COUNTER: + case HwAsic::Feature::SAI_ACL_ENTRY_SRC_PORT_QUALIFIER: + case HwAsic::Feature::SAI_PRBS: + case HwAsic::Feature::PORT_SERDES_ZERO_PREEMPHASIS: + case HwAsic::Feature::LINK_ACTIVE_INACTIVE_NOTIFY: + case HwAsic::Feature::WARMBOOT: + case HwAsic::Feature::PQP_ERROR_EGRESS_DROP_COUNTER: + case HwAsic::Feature::FABRIC_LINK_DOWN_CELL_DROP_COUNTER: + case HwAsic::Feature::CRC_ERROR_DETECT: + case HwAsic::Feature::ACL_METADATA_QUALIFER: + case HwAsic::Feature::EVENTOR_PORT_FOR_SFLOW: + case HwAsic::Feature::SFLOWv6: + case HwAsic::Feature::ZERO_SDK_WRITE_WARMBOOT: + case HwAsic::Feature::SWITCH_REACHABILITY_CHANGE_NOTIFY: + case HwAsic::Feature::CABLE_PROPOGATION_DELAY: + case HwAsic::Feature::DRAM_BLOCK_TIME: + case HwAsic::Feature::VOQ_LATENCY_WATERMARK_BIN: + case HwAsic::Feature::ACL_ENTRY_ETHER_TYPE: + case HwAsic::Feature::ACL_BYTE_COUNTER: + case HwAsic::Feature::EGRESS_CORE_BUFFER_WATERMARK: + case HwAsic::Feature::DELETED_CREDITS_STAT: + case HwAsic::Feature::INGRESS_PRIORITY_GROUP_DROPPED_PACKETS: + case HwAsic::Feature::ROUTE_METADATA: + case HwAsic::Feature::NO_RX_REASON_TRAP: + case HwAsic::Feature::EGRESS_GVOQ_WATERMARK_BYTES: + case HwAsic::Feature::INGRESS_PRIORITY_GROUP_SHARED_WATERMARK: + case HwAsic::Feature::PORT_MTU_ERROR_TRAP: + case HwAsic::Feature::FAST_LLFC_COUNTER: + case HwAsic::Feature::INGRESS_SRAM_MIN_BUFFER_WATERMARK: + case HwAsic::Feature::FDR_FIFO_WATERMARK: + case HwAsic::Feature::EGRESS_CELL_ERROR_STATS: + case HwAsic::Feature::ECMP_MEMBER_WIDTH_INTROSPECTION: + case HwAsic::Feature::CPU_QUEUE_WATERMARK_STATS: + case HwAsic::Feature::SAMPLE_RATE_CONFIG_PER_MIRROR: + case HwAsic::Feature::SFLOW_SAMPLES_PACKING: + case HwAsic::Feature::VENDOR_SWITCH_NOTIFICATION: + case HwAsic::Feature::SDK_REGISTER_DUMP: + case HwAsic::Feature::FEC_ERROR_DETECT_ENABLE: + case HwAsic::Feature::BUFFER_POOL_HEADROOM_WATERMARK: + case HwAsic::Feature::SAI_SET_TC_WITH_USER_DEFINED_TRAP_CPU_ACTION: + case HwAsic::Feature::DRAM_DATAPATH_PACKET_ERROR_STATS: + case HwAsic::Feature::EGRESS_POOL_AVAILABLE_SIZE_ATTRIBUTE_SUPPORTED: + case HwAsic::Feature::VENDOR_SWITCH_CONGESTION_MANAGEMENT_ERRORS: + case HwAsic::Feature::ASIC_RESET_NOTIFICATIONS: + case HwAsic::Feature::RX_SERDES_PARAMETERS: + case HwAsic::Feature::BULK_CREATE_ECMP_MEMBER: + case HwAsic::Feature::TECH_SUPPORT: + case HwAsic::Feature::DRAM_QUARANTINED_BUFFER_STATS: + case HwAsic::Feature::FABRIC_LINK_MONITORING: + case HwAsic::Feature::TEMPERATURE_MONITORING: + return true; + // Features not expected to work on SIM + case HwAsic::Feature::SHARED_INGRESS_EGRESS_BUFFER_POOL: + case HwAsic::Feature::BUFFER_POOL: + case HwAsic::Feature::PFC: + case HwAsic::Feature::PFC_XON_TO_XOFF_COUNTER: + case HwAsic::Feature::SAI_PORT_SERDES_FIELDS_RESET: + case HwAsic::Feature::VOQ: + case HwAsic::Feature::FABRIC_TX_QUEUES: + case HwAsic::Feature::VOQ_DELETE_COUNTER: + case HwAsic::Feature::L3_QOS: + case HwAsic::Feature::TC_TO_QUEUE_QOS_MAP_ON_SYSTEM_PORT: + case HwAsic::Feature::CREDIT_WATCHDOG: + case HwAsic::Feature::SAI_PORT_SERDES_PROGRAMMING: + return getAsicMode() != AsicMode::ASIC_MODE_SIM; + // SIM specific features. + case HwAsic::Feature::SAI_PORT_ETHER_STATS: + case HwAsic::Feature::SLOW_STAT_UPDATE: + // supported only on the SIM + return getAsicMode() == AsicMode::ASIC_MODE_SIM; + case HwAsic::Feature::RESERVED_ENCAP_INDEX_RANGE: + case HwAsic::Feature::UDF_HASH_FIELD_QUERY: + case HwAsic::Feature::IN_PAUSE_INCREMENTS_DISCARDS: + case HwAsic::Feature::SAI_LAG_HASH: + case HwAsic::Feature::QOS_MAP_GLOBAL: + case HwAsic::Feature::QCM: + case HwAsic::Feature::SMAC_EQUALS_DMAC_CHECK_ENABLED: + case HwAsic::Feature::PORT_TTL_DECREMENT_DISABLE: + case HwAsic::Feature::PORT_INTERFACE_TYPE: + case HwAsic::Feature::WEIGHTED_NEXTHOPGROUP_MEMBER: + case HwAsic::Feature::HSDK: + case HwAsic::Feature::L3_EGRESS_MODE_AUTO_ENABLED: + case HwAsic::Feature::INGRESS_FIELD_PROCESSOR_FLEX_COUNTER: + case HwAsic::Feature::PENDING_L2_ENTRY: + case HwAsic::Feature::EGRESS_QUEUE_FLEX_COUNTER: + case HwAsic::Feature::INGRESS_L3_INTERFACE: + case HwAsic::Feature::NON_UNICAST_HASH: + case HwAsic::Feature::DETAILED_L2_UPDATE: + case HwAsic::Feature::COUNTER_REFRESH_INTERVAL: + case HwAsic::Feature::SFLOW_SHIM_VERSION_FIELD: + case HwAsic::Feature::REMOVE_PORTS_FOR_COLDBOOT: // CS00012066057 + case HwAsic::Feature::MACSEC: + case HwAsic::Feature::SAI_MPLS_QOS: + case HwAsic::Feature::EMPTY_ACL_MATCHER: + case HwAsic::Feature::ROUTE_FLEX_COUNTERS: + case HwAsic::Feature::FEC_DIAG_COUNTERS: + case HwAsic::Feature::SAI_ACL_TABLE_UPDATE: + case HwAsic::Feature::SAI_MPLS_TTL_1_TRAP: + case HwAsic::Feature::SAI_MPLS_LABEL_LOOKUP_FAIL_COUNTER: + case HwAsic::Feature::EXACT_MATCH: + case HwAsic::Feature::RX_FREQUENCY_PPM: + case HwAsic::Feature::SAI_FIRMWARE_PATH: + // On Q4D ASIC we don't create any vlans but rather + // associate RIFs directly with ports. Hence no bridge port + // is created (or supported for now). + case HwAsic::Feature::BRIDGE_PORT_8021Q: + case HwAsic::Feature::EXTENDED_FEC: + case HwAsic::Feature::SAI_RX_REASON_COUNTER: + case HwAsic::Feature::SAI_MPLS_INSEGMENT: + case HwAsic::Feature::XPHY_PORT_STATE_TOGGLE: + case HwAsic::Feature::SAI_PORT_GET_PMD_LANES: + case HwAsic::Feature::SAI_PORT_VCO_CHANGE: + case HwAsic::Feature::ARS: + case HwAsic::Feature::P4_WARMBOOT: + case HwAsic::Feature::FEC_AM_LOCK_STATUS: + case HwAsic::Feature::PCS_RX_LINK_STATUS: + case HwAsic::Feature::SAI_CONFIGURE_SEVEN_TAP: + case HwAsic::Feature::SAI_SAMPLEPACKET_TRAP: + case HwAsic::Feature::SAI_UDF_HASH: + case HwAsic::Feature::PTP_TC: + case HwAsic::Feature::PTP_TC_PCS: + case HwAsic::Feature::INGRESS_PRIORITY_GROUP_HEADROOM_WATERMARK: + case HwAsic::Feature::RX_LANE_SQUELCH_ENABLE: + case HwAsic::Feature::SEPARATE_BYTE_AND_PACKET_ACL_COUNTER: + case HwAsic::Feature::ARS_PORT_ATTRIBUTES: + case HwAsic::Feature::ARS_ALTERNATE_MEMBERS: + case HwAsic::Feature::SAI_EAPOL_TRAP: + case HwAsic::Feature::SAI_USER_DEFINED_TRAP: + case HwAsic::Feature::PORT_EYE_VALUES: + case HwAsic::Feature::ECMP_DLB_OFFSET: + case HwAsic::Feature::SPAN: + case HwAsic::Feature::SFLOWv4: + case HwAsic::Feature::MPLS: + case HwAsic::Feature::MPLS_ECMP: + case HwAsic::Feature::RX_SNR: + case HwAsic::Feature::FEC_CORRECTED_BITS: + case HwAsic::Feature::ROUTE_COUNTERS: + // J3-AI natively supports hashing. So hash configuration is not supported. + case HwAsic::Feature::HASH_FIELDS_CUSTOMIZATION: + case HwAsic::Feature::ECMP_HASH_V4: + case HwAsic::Feature::ECMP_HASH_V6: + case HwAsic::Feature::TRAFFIC_HASHING: + case HwAsic::Feature::PORT_WRED_COUNTER: + case HwAsic::Feature::DTL_WATERMARK_COUNTER: + case HwAsic::Feature::MULTIPLE_ACL_TABLES: + case HwAsic::Feature::SAI_ECMP_HASH_ALGORITHM: + case HwAsic::Feature::SCHEDULER_PPS: + case HwAsic::Feature::DATA_CELL_FILTER: + case HwAsic::Feature::MULTIPLE_EGRESS_BUFFER_POOL: + case HwAsic::Feature::ENABLE_DELAY_DROP_CONGESTION_THRESHOLD: + case HwAsic::Feature::L3_MTU_ERROR_TRAP: + case HwAsic::Feature::L3_INTF_MTU: + case HwAsic::Feature::DEDICATED_CPU_BUFFER_POOL: + case HwAsic::Feature::INGRESS_POST_LOOKUP_ACL_TABLE: + case HwAsic::Feature::SAI_HOST_MISS_TRAP: + case HwAsic::Feature::CPU_TX_PACKET_REQUIRES_VLAN_TAG: + case HwAsic::Feature::SWITCH_ASIC_SDK_HEALTH_NOTIFY: + case HwAsic::Feature::PFC_WATCHDOG_TIMER_GRANULARITY: + case HwAsic::Feature::SAI_PORT_IN_CONGESTION_DISCARDS: + case HwAsic::Feature::ROUTER_INTERFACE_STATISTICS: + case HwAsic::Feature::CPU_PORT_EGRESS_BUFFER_POOL: + case HwAsic::Feature::ACL_SET_ECMP_HASH_ALGORITHM: + case HwAsic::Feature::SET_NEXT_HOP_GROUP_HASH_ALGORITHM: + case HwAsic::Feature::MANAGEMENT_PORT_MULTICAST_QUEUE_ALPHA: + case HwAsic::Feature::SAI_PORT_PG_DROP_STATUS: + case HwAsic::Feature::FABRIC_INTER_CELL_JITTER_WATERMARK: + case HwAsic::Feature::MAC_TRANSMIT_DATA_QUEUE_WATERMARK: + /* + * Q4D does not support NEXTHOP_TTL_DECREMENT_DISABLE. Similar effect is + * achieved by configuring to forward TTL0 packets by enabling + * SAI_TTL0_PACKET_FORWARD_ENABLE. + */ + case HwAsic::Feature::NEXTHOP_TTL_DECREMENT_DISABLE: + case HwAsic::Feature::RESERVED_BYTES_FOR_BUFFER_POOL: + case HwAsic::Feature::INGRESS_BUFFER_POOL_SIZE_EXCLUDES_HEADROOM: + case HwAsic::Feature::IN_DISCARDS_EXCLUDES_PFC: + case HwAsic::Feature::PORT_LEVEL_BUFFER_CONFIGURATION_SUPPORT: + case HwAsic::Feature::SAI_SERDES_RX_REACH: + case HwAsic::Feature::SAI_SERDES_PRECODING: + case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: + case HwAsic::Feature::SWITCH_DROP_DEBUG_COUNTER: + // Disabling ANY_TRAP_DROP_COUNTER for the time being. + // This will result in an early return in + // SaiDebugCounterManager::setupTrapDropCounter(), which is currently + // failing with SAI 14.x + case HwAsic::Feature::ANY_TRAP_DROP_COUNTER: + case HwAsic::Feature::SAI_FEC_CODEWORDS_STATS: + case HwAsic::Feature::LINK_INACTIVE_BASED_ISOLATE: + return false; + } + return false; +} + +} // namespace facebook::fboss diff --git a/fboss/agent/hw/switch_asics/Q4DAsic.h b/fboss/agent/hw/switch_asics/Q4DAsic.h new file mode 100644 index 0000000000000..f36e6b47f0973 --- /dev/null +++ b/fboss/agent/hw/switch_asics/Q4DAsic.h @@ -0,0 +1,33 @@ +// Copyright 2004-present Facebook. All Rights Reserved. + +#pragma once + +#include +#include "fboss/agent/hw/switch_asics/Jericho3Asic.h" + +namespace facebook::fboss { + +class Q4DAsic : public Jericho3Asic { + public: + Q4DAsic( + std::optional switchId, + cfg::SwitchInfo switchInfo, + std::optional sdkVersion = std::nullopt) + : Jericho3Asic(switchId, switchInfo, sdkVersion) {} + + bool isSupported(Feature) const override; + + cfg::AsicType getAsicType() const override { + return cfg::AsicType::ASIC_TYPE_Q4D; + } + + cfg::PortSpeed getMaxPortSpeed() const override { + return cfg::PortSpeed::EIGHTHUNDREDG; + } + + uint32_t getNumCores() const override { + return 8; + } +}; + +} // namespace facebook::fboss diff --git a/fboss/agent/hw/switch_asics/Tomahawk3Asic.cpp b/fboss/agent/hw/switch_asics/Tomahawk3Asic.cpp index e8531609b180c..27143299e449c 100644 --- a/fboss/agent/hw/switch_asics/Tomahawk3Asic.cpp +++ b/fboss/agent/hw/switch_asics/Tomahawk3Asic.cpp @@ -102,6 +102,7 @@ bool Tomahawk3Asic::isSupported(Feature feature) const { case HwAsic::Feature::PFC_WATCHDOG_TIMER_GRANULARITY: case HwAsic::Feature::RESERVED_BYTES_FOR_BUFFER_POOL: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return true; case HwAsic::Feature::QCM: case HwAsic::Feature::SMAC_EQUALS_DMAC_CHECK_ENABLED: diff --git a/fboss/agent/hw/switch_asics/Tomahawk4Asic.cpp b/fboss/agent/hw/switch_asics/Tomahawk4Asic.cpp index cee2115376fec..c592a55b5c8e7 100644 --- a/fboss/agent/hw/switch_asics/Tomahawk4Asic.cpp +++ b/fboss/agent/hw/switch_asics/Tomahawk4Asic.cpp @@ -127,6 +127,7 @@ bool Tomahawk4Asic::isSupported(Feature feature) const { case HwAsic::Feature::SAI_PORT_PG_DROP_STATUS: case HwAsic::Feature::RESERVED_BYTES_FOR_BUFFER_POOL: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return true; // features not working well with bcmsim case HwAsic::Feature::MIRROR_PACKET_TRUNCATION: diff --git a/fboss/agent/hw/switch_asics/Tomahawk5Asic.cpp b/fboss/agent/hw/switch_asics/Tomahawk5Asic.cpp index b2c8c7475ff7b..9d47cb2f8f5d9 100644 --- a/fboss/agent/hw/switch_asics/Tomahawk5Asic.cpp +++ b/fboss/agent/hw/switch_asics/Tomahawk5Asic.cpp @@ -122,6 +122,7 @@ bool Tomahawk5Asic::isSupported(Feature feature) const { case HwAsic::Feature::RESERVED_BYTES_FOR_BUFFER_POOL: case HwAsic::Feature::BULK_CREATE_ECMP_MEMBER: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return true; // features not working well with bcmsim case HwAsic::Feature::MIRROR_PACKET_TRUNCATION: diff --git a/fboss/agent/hw/switch_asics/Tomahawk6Asic.cpp b/fboss/agent/hw/switch_asics/Tomahawk6Asic.cpp index 39307abd6ef78..df46cb80d73f0 100644 --- a/fboss/agent/hw/switch_asics/Tomahawk6Asic.cpp +++ b/fboss/agent/hw/switch_asics/Tomahawk6Asic.cpp @@ -227,6 +227,7 @@ bool Tomahawk6Asic::isSupported(Feature feature) const { case HwAsic::Feature::INGRESS_BUFFER_POOL_SIZE_EXCLUDES_HEADROOM: case HwAsic::Feature::PORT_LEVEL_BUFFER_CONFIGURATION_SUPPORT: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return false; } return false; diff --git a/fboss/agent/hw/switch_asics/Tomahawk6Asic.h b/fboss/agent/hw/switch_asics/Tomahawk6Asic.h index c771fe8b00c90..ae9074402e490 100644 --- a/fboss/agent/hw/switch_asics/Tomahawk6Asic.h +++ b/fboss/agent/hw/switch_asics/Tomahawk6Asic.h @@ -101,6 +101,9 @@ class Tomahawk6Asic : public BroadcomXgsAsic { uint32_t getNumMemoryBuffers() const override { return 1; } + std::optional getMaxNdpTableSize() const override { + return 8192; + } std::optional getMaxArsGroups() const override; std::optional getArsBaseIndex() const override; }; diff --git a/fboss/agent/hw/switch_asics/TomahawkAsic.cpp b/fboss/agent/hw/switch_asics/TomahawkAsic.cpp index f09aff347ab77..c08ef9abb456e 100644 --- a/fboss/agent/hw/switch_asics/TomahawkAsic.cpp +++ b/fboss/agent/hw/switch_asics/TomahawkAsic.cpp @@ -225,6 +225,7 @@ bool TomahawkAsic::isSupported(Feature feature) const { case HwAsic::Feature::PORT_LEVEL_BUFFER_CONFIGURATION_SUPPORT: case HwAsic::Feature::SAI_SERDES_RX_REACH: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return false; } return false; diff --git a/fboss/agent/hw/switch_asics/Trident2Asic.cpp b/fboss/agent/hw/switch_asics/Trident2Asic.cpp index ec2255f007df8..1f65ff697a3a9 100644 --- a/fboss/agent/hw/switch_asics/Trident2Asic.cpp +++ b/fboss/agent/hw/switch_asics/Trident2Asic.cpp @@ -225,6 +225,7 @@ bool Trident2Asic::isSupported(Feature feature) const { case HwAsic::Feature::PORT_LEVEL_BUFFER_CONFIGURATION_SUPPORT: case HwAsic::Feature::SAI_SERDES_RX_REACH: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return false; } return false; diff --git a/fboss/agent/hw/switch_asics/YubaAsic.cpp b/fboss/agent/hw/switch_asics/YubaAsic.cpp index 45edd3a1b7757..502e47d47df39 100644 --- a/fboss/agent/hw/switch_asics/YubaAsic.cpp +++ b/fboss/agent/hw/switch_asics/YubaAsic.cpp @@ -231,6 +231,7 @@ bool YubaAsic::isSupportedNonFabric(Feature feature) const { case HwAsic::Feature::PORT_LEVEL_BUFFER_CONFIGURATION_SUPPORT: case HwAsic::Feature::SAI_SERDES_RX_REACH: case HwAsic::Feature::ARS_FUTURE_PORT_LOAD: + case HwAsic::Feature::ECN_PROBABILISTIC_MARKING: return false; } return false; diff --git a/fboss/agent/hw/test/HwHashPolarizationTestUtils.cpp b/fboss/agent/hw/test/HwHashPolarizationTestUtils.cpp index 467fd72343c13..258c643418bfa 100644 --- a/fboss/agent/hw/test/HwHashPolarizationTestUtils.cpp +++ b/fboss/agent/hw/test/HwHashPolarizationTestUtils.cpp @@ -56,6 +56,7 @@ std::unique_ptr> getFullHashedPackets( case cfg::AsicType::ASIC_TYPE_AGERA3: case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_RAMON: case cfg::AsicType::ASIC_TYPE_RAMON3: case cfg::AsicType::ASIC_TYPE_G202X: @@ -86,6 +87,7 @@ std::unique_ptr> getFullHashedPackets( case cfg::AsicType::ASIC_TYPE_SANDIA_PHY: case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_RAMON: case cfg::AsicType::ASIC_TYPE_RAMON3: case cfg::AsicType::ASIC_TYPE_G202X: diff --git a/fboss/agent/hw/test/dataplane_tests/HwProdInvariantHelper.cpp b/fboss/agent/hw/test/dataplane_tests/HwProdInvariantHelper.cpp index 3c93eb8bb5762..ce9b9e242d4c6 100644 --- a/fboss/agent/hw/test/dataplane_tests/HwProdInvariantHelper.cpp +++ b/fboss/agent/hw/test/dataplane_tests/HwProdInvariantHelper.cpp @@ -174,6 +174,7 @@ void HwProdInvariantHelper::verifySafeDiagCmds() { case cfg::AsicType::ASIC_TYPE_SANDIA_PHY: case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_RAMON: case cfg::AsicType::ASIC_TYPE_RAMON3: case cfg::AsicType::ASIC_TYPE_TOMAHAWK5: diff --git a/fboss/agent/platforms/common/icecube800bc/Icecube800bcPlatformMapping.h b/fboss/agent/platforms/common/icecube800bc/Icecube800bcPlatformMapping.h index c198423ca0f41..20d6a47c69f6c 100644 --- a/fboss/agent/platforms/common/icecube800bc/Icecube800bcPlatformMapping.h +++ b/fboss/agent/platforms/common/icecube800bc/Icecube800bcPlatformMapping.h @@ -17,11 +17,15 @@ class Icecube800bcPlatformMapping : public PlatformMapping { public: Icecube800bcPlatformMapping(); explicit Icecube800bcPlatformMapping(const std::string& platformMappingStr); + ~Icecube800bcPlatformMapping() = default; private: // Forbidden copy constructor and assignment operator Icecube800bcPlatformMapping(Icecube800bcPlatformMapping const&) = delete; Icecube800bcPlatformMapping& operator=(Icecube800bcPlatformMapping const&) = delete; + Icecube800bcPlatformMapping(Icecube800bcPlatformMapping&&) = delete; + Icecube800bcPlatformMapping& operator=(Icecube800bcPlatformMapping&&) = + delete; }; } // namespace facebook::fboss diff --git a/fboss/agent/platforms/common/icetea800bc/Icetea800bcPlatformMapping.cpp b/fboss/agent/platforms/common/icetea800bc/Icetea800bcPlatformMapping.cpp index e0b3b24c332bd..f3db2a0ce5ac3 100644 --- a/fboss/agent/platforms/common/icetea800bc/Icetea800bcPlatformMapping.cpp +++ b/fboss/agent/platforms/common/icetea800bc/Icetea800bcPlatformMapping.cpp @@ -43747,6 +43747,11 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 259, + 260, + 261 + ], "pins": { "iphy": [ { @@ -43837,75 +43842,17 @@ constexpr auto kJsonPlatformMappingStr = R"( } ] } - } - } - }, - "259": { - "mapping": { - "id": 259, - "name": "eth1/34/5", - "controllingPort": 259, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 259 + ], "pins": { "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 4 + "lane": 0 }, "tx": { "pre": 0, @@ -43920,7 +43867,7 @@ constexpr auto kJsonPlatformMappingStr = R"( { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 5 + "lane": 1 }, "tx": { "pre": 0, @@ -43931,11 +43878,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 0 + } }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 6 + "lane": 0 }, "tx": { "pre": 0, @@ -43946,11 +43913,50 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 0 + } + } + ] + } + } + } + }, + "259": { + "mapping": { + "id": 259, + "name": "eth1/34/2", + "controllingPort": 258, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 7 + "lane": 1 }, "tx": { "pre": 0, @@ -43967,25 +43973,7 @@ constexpr auto kJsonPlatformMappingStr = R"( { "id": { "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 7 + "lane": 1 } } ] @@ -43996,53 +43984,29 @@ constexpr auto kJsonPlatformMappingStr = R"( "260": { "mapping": { "id": 260, - "name": "eth1/35/1", - "controllingPort": 260, + "name": "eth1/34/3", + "controllingPort": 258, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 3 } } @@ -44052,13 +44016,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 261 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 2 }, "tx": { "pre": 0, @@ -44072,8 +44039,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 3 }, "tx": { "pre": 0, @@ -44084,26 +44051,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 2 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 2 }, "tx": { "pre": 0, @@ -44119,27 +44091,9 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 2 } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", - "lane": 3 - } } ] } @@ -44149,53 +44103,107 @@ constexpr auto kJsonPlatformMappingStr = R"( "261": { "mapping": { "id": 261, - "name": "eth1/35/5", - "controllingPort": 261, + "name": "eth1/34/4", + "controllingPort": 260, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", - "lane": 4 - } + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 3 + } + } + ] + } + } + } + }, + "262": { + "mapping": { + "id": 262, + "name": "eth1/34/5", + "controllingPort": 262, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 4 + } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 7 } } @@ -44206,11 +44214,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 263, + 264, + 265 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 4 }, "tx": { @@ -44225,7 +44238,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 5 }, "tx": { @@ -44240,7 +44253,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 6 }, "tx": { @@ -44255,7 +44268,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 7 }, "tx": { @@ -44272,99 +44285,41 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 7 } } ] } - } - } - }, - "262": { - "mapping": { - "id": 262, - "name": "eth1/36/1", - "controllingPort": 262, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 263 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 4 }, "tx": { "pre": 0, @@ -44378,8 +44333,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 5 }, "tx": { "pre": 0, @@ -44390,26 +44345,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 2 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 4 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 4 }, "tx": { "pre": 0, @@ -44425,26 +44385,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 4 } } ] @@ -44455,69 +44397,33 @@ constexpr auto kJsonPlatformMappingStr = R"( "263": { "mapping": { "id": 263, - "name": "eth1/36/5", - "controllingPort": 263, + "name": "eth1/34/6", + "controllingPort": 262, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 5 } } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 7 - } - } } ], "portType": 0, "scope": 0 }, "supportedProfiles": { - "57": { + "59": { "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 5 }, "tx": { "pre": 0, @@ -44528,11 +44434,65 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 5 + } + } + ] + } + } + } + }, + "264": { + "mapping": { + "id": 264, + "name": "eth1/34/7", + "controllingPort": 262, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 265 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 6 }, "tx": { "pre": 0, @@ -44546,8 +44506,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 7 }, "tx": { "pre": 0, @@ -44558,11 +44518,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 6 }, "tx": { "pre": 0, @@ -44578,25 +44558,61 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 6 } - }, + } + ] + } + } + } + }, + "265": { + "mapping": { + "id": 265, + "name": "eth1/34/8", + "controllingPort": 264, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 7 } } @@ -44605,56 +44621,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "264": { + "266": { "mapping": { - "id": 264, - "name": "eth1/37/1", - "controllingPort": 264, + "id": 266, + "name": "eth1/35/1", + "controllingPort": 266, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 3 } } @@ -44665,11 +44681,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 267, + 268, + 269 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 0 }, "tx": { @@ -44684,7 +44705,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 1 }, "tx": { @@ -44699,7 +44720,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 2 }, "tx": { @@ -44714,7 +44735,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 3 }, "tx": { @@ -44731,99 +44752,41 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 3 } } ] } - } - } - }, - "265": { - "mapping": { - "id": 265, - "name": "eth1/37/5", - "controllingPort": 265, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 267 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 0 }, "tx": { "pre": 0, @@ -44837,8 +44800,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 1 }, "tx": { "pre": 0, @@ -44849,26 +44812,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 6 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 0 }, "tx": { "pre": 0, @@ -44884,26 +44852,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 0 } } ] @@ -44911,56 +44861,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "266": { + "267": { "mapping": { - "id": 266, - "name": "eth1/38/1", + "id": 267, + "name": "eth1/35/2", "controllingPort": 266, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 1 + } + } + ] + } + } + } + }, + "268": { + "mapping": { + "id": 268, + "name": "eth1/35/3", + "controllingPort": 266, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 3 } } @@ -44970,13 +44950,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 269 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 2 }, "tx": { "pre": 0, @@ -44990,8 +44973,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 3 }, "tx": { "pre": 0, @@ -45002,10 +44985,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 2 }, "tx": { @@ -45017,10 +45020,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 2 + } + } + ] + } + } + } + }, + "269": { + "mapping": { + "id": 269, + "name": "eth1/35/4", + "controllingPort": 268, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 3 }, "tx": { @@ -45037,25 +45079,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 3 } } @@ -45064,56 +45088,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "267": { + "270": { "mapping": { - "id": 267, - "name": "eth1/38/5", - "controllingPort": 267, + "id": 270, + "name": "eth1/35/5", + "controllingPort": 270, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 7 } } @@ -45124,11 +45148,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 271, + 272, + 273 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 4 }, "tx": { @@ -45143,7 +45172,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 5 }, "tx": { @@ -45158,7 +45187,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 6 }, "tx": { @@ -45173,7 +45202,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 7 }, "tx": { @@ -45190,26 +45219,18494 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 271 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 4 } - }, + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 4 + } + } + ] + } + } + } + }, + "271": { + "mapping": { + "id": 271, + "name": "eth1/35/6", + "controllingPort": 270, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 5 + } + } + ] + } + } + } + }, + "272": { + "mapping": { + "id": 272, + "name": "eth1/35/7", + "controllingPort": 270, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 273 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 6 + } + } + ] + } + } + } + }, + "273": { + "mapping": { + "id": 273, + "name": "eth1/35/8", + "controllingPort": 272, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 7 + } + } + ] + } + } + } + }, + "274": { + "mapping": { + "id": 274, + "name": "eth1/36/1", + "controllingPort": 274, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 275, + 276, + 277 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 275 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 0 + } + } + ] + } + } + } + }, + "275": { + "mapping": { + "id": 275, + "name": "eth1/36/2", + "controllingPort": 274, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 1 + } + } + ] + } + } + } + }, + "276": { + "mapping": { + "id": 276, + "name": "eth1/36/3", + "controllingPort": 274, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 277 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 2 + } + } + ] + } + } + } + }, + "277": { + "mapping": { + "id": 277, + "name": "eth1/36/4", + "controllingPort": 276, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 3 + } + } + ] + } + } + } + }, + "278": { + "mapping": { + "id": 278, + "name": "eth1/36/5", + "controllingPort": 278, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 279, + 280, + 281 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 279 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 4 + } + } + ] + } + } + } + }, + "279": { + "mapping": { + "id": 279, + "name": "eth1/36/6", + "controllingPort": 278, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 5 + } + } + ] + } + } + } + }, + "280": { + "mapping": { + "id": 280, + "name": "eth1/36/7", + "controllingPort": 278, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 281 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 6 + } + } + ] + } + } + } + }, + "281": { + "mapping": { + "id": 281, + "name": "eth1/36/8", + "controllingPort": 280, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 7 + } + } + ] + } + } + } + }, + "282": { + "mapping": { + "id": 282, + "name": "eth1/37/1", + "controllingPort": 282, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 283, + 284, + 285 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 283 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 0 + } + } + ] + } + } + } + }, + "283": { + "mapping": { + "id": 283, + "name": "eth1/37/2", + "controllingPort": 282, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 1 + } + } + ] + } + } + } + }, + "284": { + "mapping": { + "id": 284, + "name": "eth1/37/3", + "controllingPort": 282, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 285 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 2 + } + } + ] + } + } + } + }, + "285": { + "mapping": { + "id": 285, + "name": "eth1/37/4", + "controllingPort": 284, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 3 + } + } + ] + } + } + } + }, + "286": { + "mapping": { + "id": 286, + "name": "eth1/37/5", + "controllingPort": 286, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 287, + 288, + 289 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 287 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 4 + } + } + ] + } + } + } + }, + "287": { + "mapping": { + "id": 287, + "name": "eth1/37/6", + "controllingPort": 286, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 5 + } + } + ] + } + } + } + }, + "288": { + "mapping": { + "id": 288, + "name": "eth1/37/7", + "controllingPort": 286, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 289 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 6 + } + } + ] + } + } + } + }, + "289": { + "mapping": { + "id": 289, + "name": "eth1/37/8", + "controllingPort": 288, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 7 + } + } + ] + } + } + } + }, + "290": { + "mapping": { + "id": 290, + "name": "eth1/38/1", + "controllingPort": 290, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 291, + 292, + 293 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 291 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 0 + } + } + ] + } + } + } + }, + "291": { + "mapping": { + "id": 291, + "name": "eth1/38/2", + "controllingPort": 290, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 1 + } + } + ] + } + } + } + }, + "292": { + "mapping": { + "id": 292, + "name": "eth1/38/3", + "controllingPort": 290, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 293 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 2 + } + } + ] + } + } + } + }, + "293": { + "mapping": { + "id": 293, + "name": "eth1/38/4", + "controllingPort": 292, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 3 + } + } + ] + } + } + } + }, + "294": { + "mapping": { + "id": 294, + "name": "eth1/38/5", + "controllingPort": 294, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 295, + 296, + 297 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 295 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 4 + } + } + ] + } + } + } + }, + "295": { + "mapping": { + "id": 295, + "name": "eth1/38/6", + "controllingPort": 294, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 5 + } + } + ] + } + } + } + }, + "296": { + "mapping": { + "id": 296, + "name": "eth1/38/7", + "controllingPort": 294, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 297 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 6 + } + } + ] + } + } + } + }, + "297": { + "mapping": { + "id": 297, + "name": "eth1/38/8", + "controllingPort": 296, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 7 + } + } + ] + } + } + } + }, + "298": { + "mapping": { + "id": 298, + "name": "eth1/39/1", + "controllingPort": 298, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 299, + 300, + 301 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 299 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 0 + } + } + ] + } + } + } + }, + "299": { + "mapping": { + "id": 299, + "name": "eth1/39/2", + "controllingPort": 298, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 1 + } + } + ] + } + } + } + }, + "300": { + "mapping": { + "id": 300, + "name": "eth1/39/3", + "controllingPort": 298, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 301 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 2 + } + } + ] + } + } + } + }, + "301": { + "mapping": { + "id": 301, + "name": "eth1/39/4", + "controllingPort": 300, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 3 + } + } + ] + } + } + } + }, + "302": { + "mapping": { + "id": 302, + "name": "eth1/39/5", + "controllingPort": 302, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 303, + 304, + 305 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 303 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 4 + } + } + ] + } + } + } + }, + "303": { + "mapping": { + "id": 303, + "name": "eth1/39/6", + "controllingPort": 302, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 5 + } + } + ] + } + } + } + }, + "304": { + "mapping": { + "id": 304, + "name": "eth1/39/7", + "controllingPort": 302, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 305 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 6 + } + } + ] + } + } + } + }, + "305": { + "mapping": { + "id": 305, + "name": "eth1/39/8", + "controllingPort": 304, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 7 + } + } + ] + } + } + } + }, + "306": { + "mapping": { + "id": 306, + "name": "eth1/40/1", + "controllingPort": 306, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 307, + 308, + 309 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 307 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 0 + } + } + ] + } + } + } + }, + "307": { + "mapping": { + "id": 307, + "name": "eth1/40/2", + "controllingPort": 306, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 1 + } + } + ] + } + } + } + }, + "308": { + "mapping": { + "id": 308, + "name": "eth1/40/3", + "controllingPort": 306, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 309 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 2 + } + } + ] + } + } + } + }, + "309": { + "mapping": { + "id": 309, + "name": "eth1/40/4", + "controllingPort": 308, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 3 + } + } + ] + } + } + } + }, + "310": { + "mapping": { + "id": 310, + "name": "eth1/40/5", + "controllingPort": 310, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 311, + 312, + 313 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 311 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 4 + } + } + ] + } + } + } + }, + "311": { + "mapping": { + "id": 311, + "name": "eth1/40/6", + "controllingPort": 310, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 5 + } + } + ] + } + } + } + }, + "312": { + "mapping": { + "id": 312, + "name": "eth1/40/7", + "controllingPort": 310, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 313 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 6 + } + } + ] + } + } + } + }, + "313": { + "mapping": { + "id": 313, + "name": "eth1/40/8", + "controllingPort": 312, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 7 + } + } + ] + } + } + } + }, + "314": { + "mapping": { + "id": 314, + "name": "eth1/41/1", + "controllingPort": 314, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 315, + 316, + 317 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 315 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 0 + } + } + ] + } + } + } + }, + "315": { + "mapping": { + "id": 315, + "name": "eth1/41/2", + "controllingPort": 314, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 1 + } + } + ] + } + } + } + }, + "316": { + "mapping": { + "id": 316, + "name": "eth1/41/3", + "controllingPort": 314, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 317 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 2 + } + } + ] + } + } + } + }, + "317": { + "mapping": { + "id": 317, + "name": "eth1/41/4", + "controllingPort": 316, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 3 + } + } + ] + } + } + } + }, + "318": { + "mapping": { + "id": 318, + "name": "eth1/41/5", + "controllingPort": 318, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 319, + 320, + 321 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 319 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 4 + } + } + ] + } + } + } + }, + "319": { + "mapping": { + "id": 319, + "name": "eth1/41/6", + "controllingPort": 318, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 5 + } + } + ] + } + } + } + }, + "320": { + "mapping": { + "id": 320, + "name": "eth1/41/7", + "controllingPort": 318, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 321 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 6 + } + } + ] + } + } + } + }, + "321": { + "mapping": { + "id": 321, + "name": "eth1/41/8", + "controllingPort": 320, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 7 + } + } + ] + } + } + } + }, + "322": { + "mapping": { + "id": 322, + "name": "eth1/42/1", + "controllingPort": 322, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 323, + 324, + 325 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 323 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 0 + } + } + ] + } + } + } + }, + "323": { + "mapping": { + "id": 323, + "name": "eth1/42/2", + "controllingPort": 322, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 1 + } + } + ] + } + } + } + }, + "324": { + "mapping": { + "id": 324, + "name": "eth1/42/3", + "controllingPort": 322, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 325 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 2 + } + } + ] + } + } + } + }, + "325": { + "mapping": { + "id": 325, + "name": "eth1/42/4", + "controllingPort": 324, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 3 + } + } + ] + } + } + } + }, + "326": { + "mapping": { + "id": 326, + "name": "eth1/42/5", + "controllingPort": 326, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 327, + 328, + 329 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 327 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 4 + } + } + ] + } + } + } + }, + "327": { + "mapping": { + "id": 327, + "name": "eth1/42/6", + "controllingPort": 326, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 5 + } + } + ] + } + } + } + }, + "328": { + "mapping": { + "id": 328, + "name": "eth1/42/7", + "controllingPort": 326, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 329 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 6 + } + } + ] + } + } + } + }, + "329": { + "mapping": { + "id": 329, + "name": "eth1/42/8", + "controllingPort": 328, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 7 + } + } + ] + } + } + } + }, + "330": { + "mapping": { + "id": 330, + "name": "eth1/43/1", + "controllingPort": 330, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 331, + 332, + 333 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 331 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 0 + } + } + ] + } + } + } + }, + "331": { + "mapping": { + "id": 331, + "name": "eth1/43/2", + "controllingPort": 330, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 1 + } + } + ] + } + } + } + }, + "332": { + "mapping": { + "id": 332, + "name": "eth1/43/3", + "controllingPort": 330, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 333 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 2 + } + } + ] + } + } + } + }, + "333": { + "mapping": { + "id": 333, + "name": "eth1/43/4", + "controllingPort": 332, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 3 + } + } + ] + } + } + } + }, + "334": { + "mapping": { + "id": 334, + "name": "eth1/43/5", + "controllingPort": 334, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 335, + 336, + 337 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 335 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 4 + } + } + ] + } + } + } + }, + "335": { + "mapping": { + "id": 335, + "name": "eth1/43/6", + "controllingPort": 334, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 5 + } + } + ] + } + } + } + }, + "336": { + "mapping": { + "id": 336, + "name": "eth1/43/7", + "controllingPort": 334, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 337 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 6 + } + } + ] + } + } + } + }, + "337": { + "mapping": { + "id": 337, + "name": "eth1/43/8", + "controllingPort": 336, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 7 + } + } + ] + } + } + } + }, + "338": { + "mapping": { + "id": 338, + "name": "eth1/44/1", + "controllingPort": 338, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 339, + 340, + 341 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 339 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 0 + } + } + ] + } + } + } + }, + "339": { + "mapping": { + "id": 339, + "name": "eth1/44/2", + "controllingPort": 338, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 1 + } + } + ] + } + } + } + }, + "340": { + "mapping": { + "id": 340, + "name": "eth1/44/3", + "controllingPort": 338, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 341 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 2 + } + } + ] + } + } + } + }, + "341": { + "mapping": { + "id": 341, + "name": "eth1/44/4", + "controllingPort": 340, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 3 + } + } + ] + } + } + } + }, + "342": { + "mapping": { + "id": 342, + "name": "eth1/44/5", + "controllingPort": 342, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 343, + 344, + 345 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 343 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 4 + } + } + ] + } + } + } + }, + "343": { + "mapping": { + "id": 343, + "name": "eth1/44/6", + "controllingPort": 342, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 5 + } + } + ] + } + } + } + }, + "344": { + "mapping": { + "id": 344, + "name": "eth1/44/7", + "controllingPort": 342, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 345 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 6 + } + } + ] + } + } + } + }, + "345": { + "mapping": { + "id": 345, + "name": "eth1/44/8", + "controllingPort": 344, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 7 + } + } + ] + } + } + } + }, + "346": { + "mapping": { + "id": 346, + "name": "eth1/45/1", + "controllingPort": 346, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 347, + 348, + 349 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 347 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 0 + } + } + ] + } + } + } + }, + "347": { + "mapping": { + "id": 347, + "name": "eth1/45/2", + "controllingPort": 346, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 1 + } + } + ] + } + } + } + }, + "348": { + "mapping": { + "id": 348, + "name": "eth1/45/3", + "controllingPort": 346, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 349 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 2 + } + } + ] + } + } + } + }, + "349": { + "mapping": { + "id": 349, + "name": "eth1/45/4", + "controllingPort": 348, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 3 + } + } + ] + } + } + } + }, + "350": { + "mapping": { + "id": 350, + "name": "eth1/45/5", + "controllingPort": 350, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 351, + 352, + 353 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 351 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 4 + } + } + ] + } + } + } + }, + "351": { + "mapping": { + "id": 351, + "name": "eth1/45/6", + "controllingPort": 350, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 5 + } + } + ] + } + } + } + }, + "352": { + "mapping": { + "id": 352, + "name": "eth1/45/7", + "controllingPort": 350, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 353 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 6 + } + } + ] + } + } + } + }, + "353": { + "mapping": { + "id": 353, + "name": "eth1/45/8", + "controllingPort": 352, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 7 + } + } + ] + } + } + } + }, + "354": { + "mapping": { + "id": 354, + "name": "eth1/46/1", + "controllingPort": 354, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 355, + 356, + 357 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 355 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 0 + } + } + ] + } + } + } + }, + "355": { + "mapping": { + "id": 355, + "name": "eth1/46/2", + "controllingPort": 354, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 1 + } + } + ] + } + } + } + }, + "356": { + "mapping": { + "id": 356, + "name": "eth1/46/3", + "controllingPort": 354, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 357 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 2 + } + } + ] + } + } + } + }, + "357": { + "mapping": { + "id": 357, + "name": "eth1/46/4", + "controllingPort": 356, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 3 + } + } + ] + } + } + } + }, + "358": { + "mapping": { + "id": 358, + "name": "eth1/46/5", + "controllingPort": 358, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 359, + 360, + 361 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 359 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 4 + } + } + ] + } + } + } + }, + "359": { + "mapping": { + "id": 359, + "name": "eth1/46/6", + "controllingPort": 358, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 5 + } + } + ] + } + } + } + }, + "360": { + "mapping": { + "id": 360, + "name": "eth1/46/7", + "controllingPort": 358, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 361 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 6 + } + } + ] + } + } + } + }, + "361": { + "mapping": { + "id": 361, + "name": "eth1/46/8", + "controllingPort": 360, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 7 + } + } + ] + } + } + } + }, + "362": { + "mapping": { + "id": 362, + "name": "eth1/47/1", + "controllingPort": 362, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 363, + 364, + 365 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 363 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 0 + } + } + ] + } + } + } + }, + "363": { + "mapping": { + "id": 363, + "name": "eth1/47/2", + "controllingPort": 362, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 1 + } + } + ] + } + } + } + }, + "364": { + "mapping": { + "id": 364, + "name": "eth1/47/3", + "controllingPort": 362, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 365 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 2 + } + } + ] + } + } + } + }, + "365": { + "mapping": { + "id": 365, + "name": "eth1/47/4", + "controllingPort": 364, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 3 + } + } + ] + } + } + } + }, + "366": { + "mapping": { + "id": 366, + "name": "eth1/47/5", + "controllingPort": 366, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 367, + 368, + 369 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 367 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 4 + } + } + ] + } + } + } + }, + "367": { + "mapping": { + "id": 367, + "name": "eth1/47/6", + "controllingPort": 366, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 5 + } + } + ] + } + } + } + }, + "368": { + "mapping": { + "id": 368, + "name": "eth1/47/7", + "controllingPort": 366, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 369 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 6 + } + } + ] + } + } + } + }, + "369": { + "mapping": { + "id": 369, + "name": "eth1/47/8", + "controllingPort": 368, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 7 + } + } + ] + } + } + } + }, + "370": { + "mapping": { + "id": 370, + "name": "eth1/48/1", + "controllingPort": 370, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 371, + 372, + 373 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 371 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 0 + } + } + ] + } + } + } + }, + "371": { + "mapping": { + "id": 371, + "name": "eth1/48/2", + "controllingPort": 370, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 1 + } + } + ] + } + } + } + }, + "372": { + "mapping": { + "id": 372, + "name": "eth1/48/3", + "controllingPort": 370, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 373 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 2 + } + } + ] + } + } + } + }, + "373": { + "mapping": { + "id": 373, + "name": "eth1/48/4", + "controllingPort": 372, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 3 + } + } + ] + } + } + } + }, + "374": { + "mapping": { + "id": 374, + "name": "eth1/48/5", + "controllingPort": 374, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 375, + 376, + 377 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 375 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 4 + } + } + ] + } + } + } + }, + "375": { + "mapping": { + "id": 375, + "name": "eth1/48/6", + "controllingPort": 374, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 5 + } + } + ] + } + } + } + }, + "376": { + "mapping": { + "id": 376, + "name": "eth1/48/7", + "controllingPort": 374, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 377 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 6 + } + } + ] + } + } + } + }, + "377": { + "mapping": { + "id": 377, + "name": "eth1/48/8", + "controllingPort": 376, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 7 + } + } + ] + } + } + } + }, + "378": { + "mapping": { + "id": 378, + "name": "eth1/49/1", + "controllingPort": 378, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 379, + 380, + 381 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 379 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 0 + } + } + ] + } + } + } + }, + "379": { + "mapping": { + "id": 379, + "name": "eth1/49/2", + "controllingPort": 378, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 1 + } + } + ] + } + } + } + }, + "380": { + "mapping": { + "id": 380, + "name": "eth1/49/3", + "controllingPort": 378, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 381 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 2 + } + } + ] + } + } + } + }, + "381": { + "mapping": { + "id": 381, + "name": "eth1/49/4", + "controllingPort": 380, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 3 + } + } + ] + } + } + } + }, + "382": { + "mapping": { + "id": 382, + "name": "eth1/49/5", + "controllingPort": 382, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 383, + 384, + 385 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 383 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 4 + } + } + ] + } + } + } + }, + "383": { + "mapping": { + "id": 383, + "name": "eth1/49/6", + "controllingPort": 382, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 5 + } + } + ] + } + } + } + }, + "384": { + "mapping": { + "id": 384, + "name": "eth1/49/7", + "controllingPort": 382, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 385 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 6 + } + } + ] + } + } + } + }, + "385": { + "mapping": { + "id": 385, + "name": "eth1/49/8", + "controllingPort": 384, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 7 + } + } + ] + } + } + } + }, + "386": { + "mapping": { + "id": 386, + "name": "eth1/50/1", + "controllingPort": 386, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 387, + 388, + 389 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 387 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 0 + } + } + ] + } + } + } + }, + "387": { + "mapping": { + "id": 387, + "name": "eth1/50/2", + "controllingPort": 386, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 1 + } + } + ] + } + } + } + }, + "388": { + "mapping": { + "id": 388, + "name": "eth1/50/3", + "controllingPort": 386, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 389 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 2 + } + } + ] + } + } + } + }, + "389": { + "mapping": { + "id": 389, + "name": "eth1/50/4", + "controllingPort": 388, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 3 + } + } + ] + } + } + } + }, + "390": { + "mapping": { + "id": 390, + "name": "eth1/50/5", + "controllingPort": 390, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 391, + 392, + 393 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 391 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 4 + } + } + ] + } + } + } + }, + "391": { + "mapping": { + "id": 391, + "name": "eth1/50/6", + "controllingPort": 390, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 5 + } + } + ] + } + } + } + }, + "392": { + "mapping": { + "id": 392, + "name": "eth1/50/7", + "controllingPort": 390, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 393 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 6 + } + } + ] + } + } + } + }, + "393": { + "mapping": { + "id": 393, + "name": "eth1/50/8", + "controllingPort": 392, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 7 + } + } + ] + } + } + } + }, + "394": { + "mapping": { + "id": 394, + "name": "eth1/51/1", + "controllingPort": 394, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 395, + 396, + 397 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 395 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 0 + } + } + ] + } + } + } + }, + "395": { + "mapping": { + "id": 395, + "name": "eth1/51/2", + "controllingPort": 394, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 1 + } + } + ] + } + } + } + }, + "396": { + "mapping": { + "id": 396, + "name": "eth1/51/3", + "controllingPort": 394, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 397 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 2 + } + } + ] + } + } + } + }, + "397": { + "mapping": { + "id": 397, + "name": "eth1/51/4", + "controllingPort": 396, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 3 + } + } + ] + } + } + } + }, + "398": { + "mapping": { + "id": 398, + "name": "eth1/51/5", + "controllingPort": 398, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 399, + 400, + 401 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 399 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 4 + } + } + ] + } + } + } + }, + "399": { + "mapping": { + "id": 399, + "name": "eth1/51/6", + "controllingPort": 398, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 5 + } + } + ] + } + } + } + }, + "400": { + "mapping": { + "id": 400, + "name": "eth1/51/7", + "controllingPort": 398, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 401 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 6 + } + } + ] + } + } + } + }, + "401": { + "mapping": { + "id": 401, + "name": "eth1/51/8", + "controllingPort": 400, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 7 + } + } + ] + } + } + } + }, + "402": { + "mapping": { + "id": 402, + "name": "eth1/52/1", + "controllingPort": 402, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 403, + 404, + 405 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 403 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 0 + } + } + ] + } + } + } + }, + "403": { + "mapping": { + "id": 403, + "name": "eth1/52/2", + "controllingPort": 402, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 1 + } + } + ] + } + } + } + }, + "404": { + "mapping": { + "id": 404, + "name": "eth1/52/3", + "controllingPort": 402, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 405 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 2 + } + } + ] + } + } + } + }, + "405": { + "mapping": { + "id": 405, + "name": "eth1/52/4", + "controllingPort": 404, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 3 + } + } + ] + } + } + } + }, + "406": { + "mapping": { + "id": 406, + "name": "eth1/52/5", + "controllingPort": 406, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 407, + 408, + 409 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 407 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 4 + } + } + ] + } + } + } + }, + "407": { + "mapping": { + "id": 407, + "name": "eth1/52/6", + "controllingPort": 406, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 5 + } + } + ] + } + } + } + }, + "408": { + "mapping": { + "id": 408, + "name": "eth1/52/7", + "controllingPort": 406, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 409 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 6 + } + } + ] + } + } + } + }, + "409": { + "mapping": { + "id": 409, + "name": "eth1/52/8", + "controllingPort": 408, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 7 + } + } + ] + } + } + } + }, + "410": { + "mapping": { + "id": 410, + "name": "eth1/53/1", + "controllingPort": 410, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 411, + 412, + 413 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 411 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 0 + } + } + ] + } + } + } + }, + "411": { + "mapping": { + "id": 411, + "name": "eth1/53/2", + "controllingPort": 410, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 1 + } + } + ] + } + } + } + }, + "412": { + "mapping": { + "id": 412, + "name": "eth1/53/3", + "controllingPort": 410, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 413 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 2 + } + } + ] + } + } + } + }, + "413": { + "mapping": { + "id": 413, + "name": "eth1/53/4", + "controllingPort": 412, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 3 + } + } + ] + } + } + } + }, + "414": { + "mapping": { + "id": 414, + "name": "eth1/53/5", + "controllingPort": 414, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 415, + 416, + 417 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 415 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 4 + } + } + ] + } + } + } + }, + "415": { + "mapping": { + "id": 415, + "name": "eth1/53/6", + "controllingPort": 414, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 5 + } + } + ] + } + } + } + }, + "416": { + "mapping": { + "id": 416, + "name": "eth1/53/7", + "controllingPort": 414, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 417 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 6 + } + } + ] + } + } + } + }, + "417": { + "mapping": { + "id": 417, + "name": "eth1/53/8", + "controllingPort": 416, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 7 + } + } + ] + } + } + } + }, + "418": { + "mapping": { + "id": 418, + "name": "eth1/54/1", + "controllingPort": 418, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 419, + 420, + 421 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 419 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 0 + } + } + ] + } + } + } + }, + "419": { + "mapping": { + "id": 419, + "name": "eth1/54/2", + "controllingPort": 418, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 1 + } + } + ] + } + } + } + }, + "420": { + "mapping": { + "id": 420, + "name": "eth1/54/3", + "controllingPort": 418, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 421 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 2 + } + } + ] + } + } + } + }, + "421": { + "mapping": { + "id": 421, + "name": "eth1/54/4", + "controllingPort": 420, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 3 + } + } + ] + } + } + } + }, + "422": { + "mapping": { + "id": 422, + "name": "eth1/54/5", + "controllingPort": 422, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 423, + 424, + 425 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 423 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 4 + } + } + ] + } + } + } + }, + "423": { + "mapping": { + "id": 423, + "name": "eth1/54/6", + "controllingPort": 422, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 5 + } + } + ] + } + } + } + }, + "424": { + "mapping": { + "id": 424, + "name": "eth1/54/7", + "controllingPort": 422, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 425 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 6 + } + } + ] + } + } + } + }, + "425": { + "mapping": { + "id": 425, + "name": "eth1/54/8", + "controllingPort": 424, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 7 + } + } + ] + } + } + } + }, + "426": { + "mapping": { + "id": 426, + "name": "eth1/55/1", + "controllingPort": 426, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 427, + 428, + 429 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 427 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 0 + } + } + ] + } + } + } + }, + "427": { + "mapping": { + "id": 427, + "name": "eth1/55/2", + "controllingPort": 426, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 1 + } + } + ] + } + } + } + }, + "428": { + "mapping": { + "id": 428, + "name": "eth1/55/3", + "controllingPort": 426, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 429 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 2 } } ] @@ -45217,57 +63714,111 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "268": { + "429": { "mapping": { - "id": 268, - "name": "eth1/39/1", - "controllingPort": 268, + "id": 429, + "name": "eth1/55/4", + "controllingPort": 428, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 3 + } + } + ] + } + } + } + }, + "430": { + "mapping": { + "id": 430, + "name": "eth1/55/5", + "controllingPort": 430, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 7 } } } @@ -45277,12 +63828,47 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 431, + 432, + 433 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 6 }, "tx": { "pre": 0, @@ -45296,8 +63882,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 7 }, "tx": { "pre": 0, @@ -45308,11 +63894,46 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 4 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 431 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 4 }, "tx": { "pre": 0, @@ -45326,8 +63947,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 5 }, "tx": { "pre": 0, @@ -45343,26 +63964,43 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 5 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 4 } } ] @@ -45370,56 +64008,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "269": { + "431": { "mapping": { - "id": 269, - "name": "eth1/39/5", - "controllingPort": 269, + "id": 431, + "name": "eth1/55/6", + "controllingPort": 430, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "chip": "NPU-TH6_NIF-slot1/chip1/core38", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "chip": "BACKPLANE-EXAMAX-slot1/chip55", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 5 + } + } + ] + } + } + } + }, + "432": { + "mapping": { + "id": 432, + "name": "eth1/55/7", + "controllingPort": 430, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "chip": "NPU-TH6_NIF-slot1/chip1/core38", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "chip": "BACKPLANE-EXAMAX-slot1/chip55", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "chip": "NPU-TH6_NIF-slot1/chip1/core38", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "chip": "BACKPLANE-EXAMAX-slot1/chip55", "lane": 7 } } @@ -45429,13 +64097,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 433 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 6 }, "tx": { "pre": 0, @@ -45449,8 +64120,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 7 }, "tx": { "pre": 0, @@ -45461,10 +64132,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", "lane": 6 }, "tx": { @@ -45476,10 +64167,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 6 + } + } + ] + } + } + } + }, + "433": { + "mapping": { + "id": 433, + "name": "eth1/55/8", + "controllingPort": 432, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", "lane": 7 }, "tx": { @@ -45496,25 +64226,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "chip": "BACKPLANE-EXAMAX-slot1/chip55", "lane": 7 } } @@ -45523,56 +64235,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "270": { + "434": { "mapping": { - "id": 270, - "name": "eth1/40/1", - "controllingPort": 270, + "id": 434, + "name": "eth1/56/1", + "controllingPort": 434, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 3 } } @@ -45583,11 +64295,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 435, + 436, + 437 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 0 }, "tx": { @@ -45602,7 +64319,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 1 }, "tx": { @@ -45617,7 +64334,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 2 }, "tx": { @@ -45632,7 +64349,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 3 }, "tx": { @@ -45649,99 +64366,41 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 3 } } ] } - } - } - }, - "271": { - "mapping": { - "id": 271, - "name": "eth1/40/5", - "controllingPort": 271, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 435 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 0 }, "tx": { "pre": 0, @@ -45755,8 +64414,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 1 }, "tx": { "pre": 0, @@ -45767,26 +64426,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 6 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 0 }, "tx": { "pre": 0, @@ -45802,26 +64466,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 0 } } ] @@ -45829,56 +64475,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "272": { + "435": { "mapping": { - "id": 272, - "name": "eth1/41/1", - "controllingPort": 272, + "id": 435, + "name": "eth1/56/2", + "controllingPort": 434, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 1 + } + } + ] + } + } + } + }, + "436": { + "mapping": { + "id": 436, + "name": "eth1/56/3", + "controllingPort": 434, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 3 } } @@ -45888,13 +64564,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 437 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 2 }, "tx": { "pre": 0, @@ -45908,8 +64587,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 3 }, "tx": { "pre": 0, @@ -45920,10 +64599,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 2 }, "tx": { @@ -45935,10 +64634,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 2 + } + } + ] + } + } + } + }, + "437": { + "mapping": { + "id": 437, + "name": "eth1/56/4", + "controllingPort": 436, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 3 }, "tx": { @@ -45955,25 +64693,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 3 } } @@ -45982,56 +64702,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "273": { + "438": { "mapping": { - "id": 273, - "name": "eth1/41/5", - "controllingPort": 273, + "id": 438, + "name": "eth1/56/5", + "controllingPort": 438, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 7 } } @@ -46042,11 +64762,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 439, + 440, + 441 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 4 }, "tx": { @@ -46061,7 +64786,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 5 }, "tx": { @@ -46076,7 +64801,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 6 }, "tx": { @@ -46091,7 +64816,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 7 }, "tx": { @@ -46108,99 +64833,41 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 7 } } ] } - } - } - }, - "274": { - "mapping": { - "id": 274, - "name": "eth1/42/1", - "controllingPort": 274, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 439 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 4 }, "tx": { "pre": 0, @@ -46214,8 +64881,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 5 }, "tx": { "pre": 0, @@ -46226,26 +64893,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 2 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 4 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 4 }, "tx": { "pre": 0, @@ -46261,26 +64933,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 4 } } ] @@ -46288,56 +64942,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "275": { + "439": { "mapping": { - "id": 275, - "name": "eth1/42/5", - "controllingPort": 275, + "id": 439, + "name": "eth1/56/6", + "controllingPort": 438, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 5 + } + } + ] + } + } + } + }, + "440": { + "mapping": { + "id": 440, + "name": "eth1/56/7", + "controllingPort": 438, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 7 } } @@ -46347,13 +65031,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 441 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 6 }, "tx": { "pre": 0, @@ -46367,8 +65054,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 7 }, "tx": { "pre": 0, @@ -46379,10 +65066,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 6 }, "tx": { @@ -46394,10 +65101,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 6 + } + } + ] + } + } + } + }, + "441": { + "mapping": { + "id": 441, + "name": "eth1/56/8", + "controllingPort": 440, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 7 }, "tx": { @@ -46414,25 +65160,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 7 } } @@ -46441,56 +65169,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "276": { + "442": { "mapping": { - "id": 276, - "name": "eth1/43/1", - "controllingPort": 276, + "id": 442, + "name": "eth1/57/1", + "controllingPort": 442, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 3 } } @@ -46501,11 +65229,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 443, + 444, + 445 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 0 }, "tx": { @@ -46520,7 +65253,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 1 }, "tx": { @@ -46535,7 +65268,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 2 }, "tx": { @@ -46550,7 +65283,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 3 }, "tx": { @@ -46567,129 +65300,41 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 3 } } ] } - } - } - }, - "277": { - "mapping": { - "id": 277, - "name": "eth1/43/5", - "controllingPort": 277, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 443 + ], "pins": { "iphy": [ { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 4 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 - } - }, - { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 5 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 - } - }, - { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 6 + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 0 }, "tx": { "pre": 0, @@ -46703,8 +65348,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 1 }, "tx": { "pre": 0, @@ -46720,26 +65365,43 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 1 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 0 } } ] @@ -46747,56 +65409,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "278": { + "443": { "mapping": { - "id": 278, - "name": "eth1/44/1", - "controllingPort": 278, + "id": 443, + "name": "eth1/57/2", + "controllingPort": 442, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 1 + } + } + ] + } + } + } + }, + "444": { + "mapping": { + "id": 444, + "name": "eth1/57/3", + "controllingPort": 442, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 3 } } @@ -46806,13 +65498,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 445 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 2 }, "tx": { "pre": 0, @@ -46826,8 +65521,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 3 }, "tx": { "pre": 0, @@ -46838,10 +65533,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 2 }, "tx": { @@ -46853,10 +65568,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 2 + } + } + ] + } + } + } + }, + "445": { + "mapping": { + "id": 445, + "name": "eth1/57/4", + "controllingPort": 444, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 3 }, "tx": { @@ -46873,25 +65627,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 3 } } @@ -46900,56 +65636,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "279": { + "446": { "mapping": { - "id": 279, - "name": "eth1/44/5", - "controllingPort": 279, + "id": 446, + "name": "eth1/57/5", + "controllingPort": 446, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 7 } } @@ -46960,11 +65696,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 447, + 448, + 449 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 4 }, "tx": { @@ -46979,7 +65720,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 5 }, "tx": { @@ -46994,8 +65735,73 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 447 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 4 }, "tx": { "pre": 0, @@ -47009,8 +65815,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 5 }, "tx": { "pre": 0, @@ -47026,26 +65832,43 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 5 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 4 } } ] @@ -47053,57 +65876,87 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "280": { + "447": { "mapping": { - "id": 280, - "name": "eth1/45/1", - "controllingPort": 280, + "id": 447, + "name": "eth1/57/6", + "controllingPort": 446, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 5 } } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 1 - } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 5 + } + } + ] } - }, + } + } + }, + "448": { + "mapping": { + "id": 448, + "name": "eth1/57/7", + "controllingPort": 446, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 7 } } } @@ -47112,13 +65965,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 449 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 6 }, "tx": { "pre": 0, @@ -47132,8 +65988,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 7 }, "tx": { "pre": 0, @@ -47144,11 +66000,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 6 }, "tx": { "pre": 0, @@ -47159,11 +66035,50 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 6 + } + } + ] + } + } + } + }, + "449": { + "mapping": { + "id": 449, + "name": "eth1/57/8", + "controllingPort": 448, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 7 }, "tx": { "pre": 0, @@ -47179,26 +66094,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 7 } } ] @@ -47206,57 +66103,57 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "281": { + "450": { "mapping": { - "id": 281, - "name": "eth1/45/5", - "controllingPort": 281, + "id": 450, + "name": "eth1/58/1", + "controllingPort": 450, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 3 } } } @@ -47266,12 +66163,17 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 451, + 452, + 453 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 0 }, "tx": { "pre": 0, @@ -47285,8 +66187,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 1 }, "tx": { "pre": 0, @@ -47300,8 +66202,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 2 }, "tx": { "pre": 0, @@ -47315,8 +66217,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 3 }, "tx": { "pre": 0, @@ -47332,26 +66234,108 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 451 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 0 } } ] @@ -47359,56 +66343,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "282": { + "451": { "mapping": { - "id": 282, - "name": "eth1/46/1", - "controllingPort": 282, + "id": 451, + "name": "eth1/58/2", + "controllingPort": 450, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 1 + } + } + ] + } + } + } + }, + "452": { + "mapping": { + "id": 452, + "name": "eth1/58/3", + "controllingPort": 450, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 3 } } @@ -47418,13 +66432,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 453 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 2 }, "tx": { "pre": 0, @@ -47438,8 +66455,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 3 }, "tx": { "pre": 0, @@ -47450,10 +66467,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 2 }, "tx": { @@ -47465,10 +66502,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 2 + } + } + ] + } + } + } + }, + "453": { + "mapping": { + "id": 453, + "name": "eth1/58/4", + "controllingPort": 452, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 3 }, "tx": { @@ -47485,25 +66561,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 3 } } @@ -47512,56 +66570,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "283": { + "454": { "mapping": { - "id": 283, - "name": "eth1/46/5", - "controllingPort": 283, + "id": 454, + "name": "eth1/58/5", + "controllingPort": 454, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 7 } } @@ -47572,11 +66630,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 455, + 456, + 457 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 4 }, "tx": { @@ -47591,7 +66654,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 5 }, "tx": { @@ -47606,7 +66669,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 6 }, "tx": { @@ -47621,7 +66684,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 7 }, "tx": { @@ -47638,99 +66701,41 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 7 } } ] } - } - } - }, - "284": { - "mapping": { - "id": 284, - "name": "eth1/47/1", - "controllingPort": 284, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 455 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 4 }, "tx": { "pre": 0, @@ -47744,8 +66749,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 5 }, "tx": { "pre": 0, @@ -47756,26 +66761,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 2 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 4 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 4 }, "tx": { "pre": 0, @@ -47791,26 +66801,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 4 } } ] @@ -47818,56 +66810,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "285": { + "455": { "mapping": { - "id": 285, - "name": "eth1/47/5", - "controllingPort": 285, + "id": 455, + "name": "eth1/58/6", + "controllingPort": 454, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 5 + } + } + ] + } + } + } + }, + "456": { + "mapping": { + "id": 456, + "name": "eth1/58/7", + "controllingPort": 454, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 7 } } @@ -47877,13 +66899,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 457 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 6 }, "tx": { "pre": 0, @@ -47897,8 +66922,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 7 }, "tx": { "pre": 0, @@ -47909,10 +66934,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 6 }, "tx": { @@ -47924,10 +66969,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 6 + } + } + ] + } + } + } + }, + "457": { + "mapping": { + "id": 457, + "name": "eth1/58/8", + "controllingPort": 456, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 7 }, "tx": { @@ -47944,25 +67028,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 7 } } @@ -47971,56 +67037,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "286": { + "458": { "mapping": { - "id": 286, - "name": "eth1/48/1", - "controllingPort": 286, + "id": 458, + "name": "eth1/59/1", + "controllingPort": 458, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 3 } } @@ -48031,11 +67097,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 459, + 460, + 461 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 0 }, "tx": { @@ -48050,7 +67121,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 1 }, "tx": { @@ -48060,136 +67131,13 @@ constexpr auto kJsonPlatformMappingStr = R"( "post": 0, "post2": 0, "post3": 0, - "pre3": 0 - } - }, - { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 2 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 - } - }, - { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 3 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 - } - } - ], - "transceiver": [ - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 3 - } - } - ] - } - } - } - }, - "287": { - "mapping": { - "id": 287, - "name": "eth1/48/5", - "controllingPort": 287, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { - "pins": { - "iphy": [ + "pre3": 0 + } + }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 2 }, "tx": { "pre": 0, @@ -48203,8 +67151,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 3 }, "tx": { "pre": 0, @@ -48215,11 +67163,46 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 0 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 459 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 0 }, "tx": { "pre": 0, @@ -48233,8 +67216,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 1 }, "tx": { "pre": 0, @@ -48250,26 +67233,43 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 1 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 0 } } ] @@ -48277,56 +67277,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "288": { + "459": { "mapping": { - "id": 288, - "name": "eth1/49/1", - "controllingPort": 288, + "id": 459, + "name": "eth1/59/2", + "controllingPort": 458, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 1 + } + } + ] + } + } + } + }, + "460": { + "mapping": { + "id": 460, + "name": "eth1/59/3", + "controllingPort": 458, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 3 } } @@ -48336,13 +67366,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 461 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 2 }, "tx": { "pre": 0, @@ -48356,8 +67389,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 3 }, "tx": { "pre": 0, @@ -48368,10 +67401,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 2 }, "tx": { @@ -48383,10 +67436,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 2 + } + } + ] + } + } + } + }, + "461": { + "mapping": { + "id": 461, + "name": "eth1/59/4", + "controllingPort": 460, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 3 }, "tx": { @@ -48403,25 +67495,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 3 } } @@ -48430,56 +67504,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "289": { + "462": { "mapping": { - "id": 289, - "name": "eth1/49/5", - "controllingPort": 289, + "id": 462, + "name": "eth1/59/5", + "controllingPort": 462, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 7 } } @@ -48490,11 +67564,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 463, + 464, + 465 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 4 }, "tx": { @@ -48509,7 +67588,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 5 }, "tx": { @@ -48524,7 +67603,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 6 }, "tx": { @@ -48539,7 +67618,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 7 }, "tx": { @@ -48556,99 +67635,41 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 7 } } ] } - } - } - }, - "290": { - "mapping": { - "id": 290, - "name": "eth1/50/1", - "controllingPort": 290, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 463 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 4 }, "tx": { "pre": 0, @@ -48662,8 +67683,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 5 }, "tx": { "pre": 0, @@ -48674,26 +67695,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 2 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 4 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 4 }, "tx": { "pre": 0, @@ -48709,26 +67735,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 4 } } ] @@ -48736,56 +67744,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "291": { + "463": { "mapping": { - "id": 291, - "name": "eth1/50/5", - "controllingPort": 291, + "id": 463, + "name": "eth1/59/6", + "controllingPort": 462, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 5 + } + } + ] + } + } + } + }, + "464": { + "mapping": { + "id": 464, + "name": "eth1/59/7", + "controllingPort": 462, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 7 } } @@ -48795,13 +67833,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 465 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 6 }, "tx": { "pre": 0, @@ -48815,8 +67856,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 7 }, "tx": { "pre": 0, @@ -48827,10 +67868,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 6 }, "tx": { @@ -48842,10 +67903,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 6 + } + } + ] + } + } + } + }, + "465": { + "mapping": { + "id": 465, + "name": "eth1/59/8", + "controllingPort": 464, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 7 }, "tx": { @@ -48862,25 +67962,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 7 } } @@ -48889,56 +67971,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "292": { + "466": { "mapping": { - "id": 292, - "name": "eth1/51/1", - "controllingPort": 292, + "id": 466, + "name": "eth1/60/1", + "controllingPort": 466, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 3 } } @@ -48949,11 +68031,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 467, + 468, + 469 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 0 }, "tx": { @@ -48968,7 +68055,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 1 }, "tx": { @@ -48983,7 +68070,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 2 }, "tx": { @@ -48998,7 +68085,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 3 }, "tx": { @@ -49015,99 +68102,41 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 3 } } ] } - } - } - }, - "293": { - "mapping": { - "id": 293, - "name": "eth1/51/5", - "controllingPort": 293, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 467 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 0 }, "tx": { "pre": 0, @@ -49121,8 +68150,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 1 }, "tx": { "pre": 0, @@ -49133,26 +68162,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 6 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 0 }, "tx": { "pre": 0, @@ -49168,26 +68202,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 0 } } ] @@ -49195,56 +68211,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "294": { + "467": { "mapping": { - "id": 294, - "name": "eth1/52/1", - "controllingPort": 294, + "id": 467, + "name": "eth1/60/2", + "controllingPort": 466, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 1 + } + } + ] + } + } + } + }, + "468": { + "mapping": { + "id": 468, + "name": "eth1/60/3", + "controllingPort": 466, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 3 } } @@ -49254,13 +68300,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 469 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 2 }, "tx": { "pre": 0, @@ -49274,8 +68323,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 3 }, "tx": { "pre": 0, @@ -49286,10 +68335,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 2 }, "tx": { @@ -49301,10 +68370,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 2 + } + } + ] + } + } + } + }, + "469": { + "mapping": { + "id": 469, + "name": "eth1/60/4", + "controllingPort": 468, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 3 }, "tx": { @@ -49321,25 +68429,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 3 } } @@ -49348,56 +68438,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "295": { + "470": { "mapping": { - "id": 295, - "name": "eth1/52/5", - "controllingPort": 295, + "id": 470, + "name": "eth1/60/5", + "controllingPort": 470, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 7 } } @@ -49408,11 +68498,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 471, + 472, + 473 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 4 }, "tx": { @@ -49427,7 +68522,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 5 }, "tx": { @@ -49442,7 +68537,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 6 }, "tx": { @@ -49457,7 +68552,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 7 }, "tx": { @@ -49474,129 +68569,41 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 7 } } ] } - } - } - }, - "296": { - "mapping": { - "id": 296, - "name": "eth1/53/1", - "controllingPort": 296, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 471 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 0 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 - } - }, - { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 1 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 - } - }, - { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 4 }, "tx": { "pre": 0, @@ -49610,8 +68617,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 5 }, "tx": { "pre": 0, @@ -49627,26 +68634,43 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 5 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 4 } } ] @@ -49654,56 +68678,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "297": { + "471": { "mapping": { - "id": 297, - "name": "eth1/53/5", - "controllingPort": 297, + "id": 471, + "name": "eth1/60/6", + "controllingPort": 470, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 5 + } + } + ] + } + } + } + }, + "472": { + "mapping": { + "id": 472, + "name": "eth1/60/7", + "controllingPort": 470, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 7 } } @@ -49713,13 +68767,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 473 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 6 }, "tx": { "pre": 0, @@ -49733,8 +68790,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 7 }, "tx": { "pre": 0, @@ -49745,10 +68802,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 6 }, "tx": { @@ -49760,10 +68837,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 6 + } + } + ] + } + } + } + }, + "473": { + "mapping": { + "id": 473, + "name": "eth1/60/8", + "controllingPort": 472, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 7 }, "tx": { @@ -49780,25 +68896,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 7 } } @@ -49807,56 +68905,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "298": { + "474": { "mapping": { - "id": 298, - "name": "eth1/54/1", - "controllingPort": 298, + "id": 474, + "name": "eth1/61/1", + "controllingPort": 474, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 3 } } @@ -49867,11 +68965,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 475, + 476, + 477 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 0 }, "tx": { @@ -49886,7 +68989,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 1 }, "tx": { @@ -49901,8 +69004,73 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 475 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 0 }, "tx": { "pre": 0, @@ -49916,8 +69084,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 1 }, "tx": { "pre": 0, @@ -49933,26 +69101,43 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 1 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 0 } } ] @@ -49960,57 +69145,87 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "299": { + "475": { "mapping": { - "id": 299, - "name": "eth1/54/5", - "controllingPort": 299, + "id": 475, + "name": "eth1/61/2", + "controllingPort": 474, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 1 } } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 5 - } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 1 + } + } + ] } - }, + } + } + }, + "476": { + "mapping": { + "id": 476, + "name": "eth1/61/3", + "controllingPort": 474, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 3 } } } @@ -50019,13 +69234,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 477 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 2 }, "tx": { "pre": 0, @@ -50039,8 +69257,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 3 }, "tx": { "pre": 0, @@ -50051,11 +69269,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 2 }, "tx": { "pre": 0, @@ -50066,11 +69304,50 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 2 + } + } + ] + } + } + } + }, + "477": { + "mapping": { + "id": 477, + "name": "eth1/61/4", + "controllingPort": 476, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 3 }, "tx": { "pre": 0, @@ -50086,26 +69363,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 3 } } ] @@ -50113,57 +69372,57 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "300": { + "478": { "mapping": { - "id": 300, - "name": "eth1/55/1", - "controllingPort": 300, + "id": 478, + "name": "eth1/61/5", + "controllingPort": 478, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 7 } } } @@ -50173,12 +69432,17 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 479, + 480, + 481 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 4 }, "tx": { "pre": 0, @@ -50192,8 +69456,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 5 }, "tx": { "pre": 0, @@ -50207,8 +69471,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 6 }, "tx": { "pre": 0, @@ -50222,8 +69486,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 7 }, "tx": { "pre": 0, @@ -50239,26 +69503,108 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 479 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 4 } } ] @@ -50266,56 +69612,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "301": { + "479": { "mapping": { - "id": 301, - "name": "eth1/55/5", - "controllingPort": 301, + "id": 479, + "name": "eth1/61/6", + "controllingPort": 478, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 5 + } + } + ] + } + } + } + }, + "480": { + "mapping": { + "id": 480, + "name": "eth1/61/7", + "controllingPort": 478, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 7 } } @@ -50325,13 +69701,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 481 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 6 }, "tx": { "pre": 0, @@ -50345,8 +69724,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 7 }, "tx": { "pre": 0, @@ -50357,10 +69736,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 6 }, "tx": { @@ -50372,10 +69771,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 6 + } + } + ] + } + } + } + }, + "481": { + "mapping": { + "id": 481, + "name": "eth1/61/8", + "controllingPort": 480, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 7 }, "tx": { @@ -50392,25 +69830,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 7 } } @@ -50419,56 +69839,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "302": { + "482": { "mapping": { - "id": 302, - "name": "eth1/56/1", - "controllingPort": 302, + "id": 482, + "name": "eth1/62/1", + "controllingPort": 482, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 3 } } @@ -50479,11 +69899,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 483, + 484, + 485 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 0 }, "tx": { @@ -50498,7 +69923,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 1 }, "tx": { @@ -50513,7 +69938,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 2 }, "tx": { @@ -50528,7 +69953,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 3 }, "tx": { @@ -50545,99 +69970,41 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 3 } } ] } - } - } - }, - "303": { - "mapping": { - "id": 303, - "name": "eth1/56/5", - "controllingPort": 303, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 483 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 0 }, "tx": { "pre": 0, @@ -50651,8 +70018,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 1 }, "tx": { "pre": 0, @@ -50663,26 +70030,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 6 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 0 }, "tx": { "pre": 0, @@ -50698,26 +70070,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 0 } } ] @@ -50725,56 +70079,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "304": { + "483": { "mapping": { - "id": 304, - "name": "eth1/57/1", - "controllingPort": 304, + "id": 483, + "name": "eth1/62/2", + "controllingPort": 482, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 1 + } + } + ] + } + } + } + }, + "484": { + "mapping": { + "id": 484, + "name": "eth1/62/3", + "controllingPort": 482, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 3 } } @@ -50784,13 +70168,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 485 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 2 }, "tx": { "pre": 0, @@ -50804,8 +70191,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 3 }, "tx": { "pre": 0, @@ -50816,10 +70203,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 2 }, "tx": { @@ -50831,10 +70238,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 2 + } + } + ] + } + } + } + }, + "485": { + "mapping": { + "id": 485, + "name": "eth1/62/4", + "controllingPort": 484, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 3 }, "tx": { @@ -50851,25 +70297,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 3 } } @@ -50878,56 +70306,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "305": { + "486": { "mapping": { - "id": 305, - "name": "eth1/57/5", - "controllingPort": 305, + "id": 486, + "name": "eth1/62/5", + "controllingPort": 486, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 7 } } @@ -50938,11 +70366,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 487, + 488, + 489 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 4 }, "tx": { @@ -50957,7 +70390,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 5 }, "tx": { @@ -50972,7 +70405,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 6 }, "tx": { @@ -50987,7 +70420,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 7 }, "tx": { @@ -51004,99 +70437,41 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 7 } } ] } - } - } - }, - "306": { - "mapping": { - "id": 306, - "name": "eth1/58/1", - "controllingPort": 306, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 487 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 4 }, "tx": { "pre": 0, @@ -51110,8 +70485,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 5 }, "tx": { "pre": 0, @@ -51122,11 +70497,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 4 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 4 }, "tx": { "pre": 0, @@ -51137,11 +70532,50 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 4 + } + } + ] + } + } + } + }, + "487": { + "mapping": { + "id": 487, + "name": "eth1/62/6", + "controllingPort": 486, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 5 }, "tx": { "pre": 0, @@ -51157,26 +70591,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 5 } } ] @@ -51184,56 +70600,32 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "307": { + "488": { "mapping": { - "id": 307, - "name": "eth1/58/5", - "controllingPort": 307, + "id": 488, + "name": "eth1/62/7", + "controllingPort": 486, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 7 } } @@ -51243,13 +70635,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 489 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 6 }, "tx": { "pre": 0, @@ -51263,8 +70658,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 7 }, "tx": { "pre": 0, @@ -51275,10 +70670,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 6 }, "tx": { @@ -51290,10 +70705,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 6 + } + } + ] + } + } + } + }, + "489": { + "mapping": { + "id": 489, + "name": "eth1/62/8", + "controllingPort": 488, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 7 }, "tx": { @@ -51310,25 +70764,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 7 } } @@ -51337,56 +70773,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "308": { + "490": { "mapping": { - "id": 308, - "name": "eth1/59/1", - "controllingPort": 308, + "id": 490, + "name": "eth1/63/1", + "controllingPort": 490, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 3 } } @@ -51397,11 +70833,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 491, + 492, + 493 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 0 }, "tx": { @@ -51416,7 +70857,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 1 }, "tx": { @@ -51431,8 +70872,73 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 491 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 0 }, "tx": { "pre": 0, @@ -51446,8 +70952,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 1 }, "tx": { "pre": 0, @@ -51463,26 +70969,43 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 1 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 0 } } ] @@ -51490,57 +71013,87 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "309": { + "491": { "mapping": { - "id": 309, - "name": "eth1/59/5", - "controllingPort": 309, + "id": 491, + "name": "eth1/63/2", + "controllingPort": 490, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 1 } } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 5 - } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 1 + } + } + ] } - }, + } + } + }, + "492": { + "mapping": { + "id": 492, + "name": "eth1/63/3", + "controllingPort": 490, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 3 } } } @@ -51549,13 +71102,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 493 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 2 }, "tx": { "pre": 0, @@ -51569,8 +71125,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 3 }, "tx": { "pre": 0, @@ -51581,11 +71137,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 2 }, "tx": { "pre": 0, @@ -51596,11 +71172,50 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 2 + } + } + ] + } + } + } + }, + "493": { + "mapping": { + "id": 493, + "name": "eth1/63/4", + "controllingPort": 492, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 3 }, "tx": { "pre": 0, @@ -51616,26 +71231,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 3 } } ] @@ -51643,57 +71240,57 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "310": { + "494": { "mapping": { - "id": 310, - "name": "eth1/60/1", - "controllingPort": 310, + "id": 494, + "name": "eth1/63/5", + "controllingPort": 494, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 7 } } } @@ -51703,12 +71300,17 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 495, + 496, + 497 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 4 }, "tx": { "pre": 0, @@ -51722,8 +71324,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 5 }, "tx": { "pre": 0, @@ -51737,8 +71339,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 6 }, "tx": { "pre": 0, @@ -51752,8 +71354,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 7 }, "tx": { "pre": 0, @@ -51769,26 +71371,108 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 495 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 4 } } ] @@ -51796,56 +71480,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "311": { + "495": { "mapping": { - "id": 311, - "name": "eth1/60/5", - "controllingPort": 311, + "id": 495, + "name": "eth1/63/6", + "controllingPort": 494, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 5 + } + } + ] + } + } + } + }, + "496": { + "mapping": { + "id": 496, + "name": "eth1/63/7", + "controllingPort": 494, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 7 } } @@ -51855,13 +71569,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 497 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 6 }, "tx": { "pre": 0, @@ -51875,8 +71592,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 7 }, "tx": { "pre": 0, @@ -51887,26 +71604,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 6 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 6 }, "tx": { "pre": 0, @@ -51922,25 +71644,61 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 6 } - }, + } + ] + } + } + } + }, + "497": { + "mapping": { + "id": 497, + "name": "eth1/63/8", + "controllingPort": 496, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 7 } } @@ -51949,56 +71707,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "312": { + "498": { "mapping": { - "id": 312, - "name": "eth1/61/1", - "controllingPort": 312, + "id": 498, + "name": "eth1/64/1", + "controllingPort": 498, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 3 } } @@ -52009,11 +71767,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 499, + 500, + 501 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 0 }, "tx": { @@ -52028,7 +71791,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 1 }, "tx": { @@ -52043,7 +71806,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 2 }, "tx": { @@ -52058,7 +71821,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 3 }, "tx": { @@ -52075,99 +71838,41 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 3 } } ] } - } - } - }, - "313": { - "mapping": { - "id": 313, - "name": "eth1/61/5", - "controllingPort": 313, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 499 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 0 }, "tx": { "pre": 0, @@ -52181,8 +71886,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 1 }, "tx": { "pre": 0, @@ -52193,26 +71898,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 6 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 0 }, "tx": { "pre": 0, @@ -52228,26 +71938,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 0 } } ] @@ -52255,56 +71947,86 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "314": { + "499": { "mapping": { - "id": 314, - "name": "eth1/62/1", - "controllingPort": 314, + "id": 499, + "name": "eth1/64/2", + "controllingPort": 498, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 1 + } + } + ] + } + } + } + }, + "500": { + "mapping": { + "id": 500, + "name": "eth1/64/3", + "controllingPort": 498, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 3 } } @@ -52314,13 +72036,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 501 + ], "pins": { "iphy": [ { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", - "lane": 0 + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 2 }, "tx": { "pre": 0, @@ -52334,8 +72059,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 3 }, "tx": { "pre": 0, @@ -52346,10 +72071,30 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 2 }, "tx": { @@ -52361,10 +72106,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 2 + } + } + ] + } + } + } + }, + "501": { + "mapping": { + "id": 501, + "name": "eth1/64/4", + "controllingPort": 500, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 3 }, "tx": { @@ -52381,25 +72165,7 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 3 } } @@ -52408,56 +72174,56 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "315": { + "502": { "mapping": { - "id": 315, - "name": "eth1/62/5", - "controllingPort": 315, + "id": 502, + "name": "eth1/64/5", + "controllingPort": 502, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 7 } } @@ -52468,11 +72234,16 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 503, + 504, + 505 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 4 }, "tx": { @@ -52487,7 +72258,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 5 }, "tx": { @@ -52502,7 +72273,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 6 }, "tx": { @@ -52517,7 +72288,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 7 }, "tx": { @@ -52534,84 +72305,196 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 7 } } ] } + }, + "58": { + "subsumedPorts": [ + 503 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 4 + } + } + ] + } } } }, - "316": { + "503": { "mapping": { - "id": 316, - "name": "eth1/63/1", - "controllingPort": 316, + "id": 503, + "name": "eth1/64/6", + "controllingPort": 502, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 5 } } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 1 - } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 5 + } + } + ] } - }, + } + } + }, + "504": { + "mapping": { + "id": 504, + "name": "eth1/64/7", + "controllingPort": 502, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 7 } } } @@ -52620,13 +72503,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 505 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 6 }, "tx": { "pre": 0, @@ -52640,8 +72526,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 7 }, "tx": { "pre": 0, @@ -52652,11 +72538,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 6 }, "tx": { "pre": 0, @@ -52667,11 +72573,50 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 6 + } + } + ] + } + } + } + }, + "505": { + "mapping": { + "id": 505, + "name": "eth1/64/8", + "controllingPort": 504, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 7 }, "tx": { "pre": 0, @@ -52687,26 +72632,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 7 } } ] @@ -52714,57 +72641,57 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "317": { + "506": { "mapping": { - "id": 317, - "name": "eth1/63/5", - "controllingPort": 317, + "id": 506, + "name": "eth1/65/1", + "controllingPort": 506, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 3 } } } @@ -52774,12 +72701,17 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 507, + 508, + 509 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 0 }, "tx": { "pre": 0, @@ -52793,8 +72725,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 1 }, "tx": { "pre": 0, @@ -52808,8 +72740,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 2 }, "tx": { "pre": 0, @@ -52823,8 +72755,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 3 }, "tx": { "pre": 0, @@ -52840,98 +72772,40 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 3 } - } - ] - } - } - } - }, - "318": { - "mapping": { - "id": 318, - "name": "eth1/64/1", - "controllingPort": 318, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + } + ] + } + }, + "58": { + "subsumedPorts": [ + 507 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "chip": "NPU-TH6_NIF-slot1/chip1/core44", "lane": 0 }, "tx": { @@ -52946,7 +72820,7 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "chip": "NPU-TH6_NIF-slot1/chip1/core44", "lane": 1 }, "tx": { @@ -52958,11 +72832,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 0 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 0 }, "tx": { "pre": 0, @@ -52973,11 +72867,50 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 0 + } + } + ] + } + } + } + }, + "507": { + "mapping": { + "id": 507, + "name": "eth1/65/2", + "controllingPort": 506, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 1 }, "tx": { "pre": 0, @@ -52993,84 +72926,42 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "chip": "BACKPLANE-EXAMAX-slot1/chip65", "lane": 1 } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 3 - } } ] } } } }, - "319": { + "508": { "mapping": { - "id": 319, - "name": "eth1/64/5", - "controllingPort": 319, + "id": 508, + "name": "eth1/65/3", + "controllingPort": 506, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 3 } } } @@ -53079,13 +72970,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 509 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 2 }, "tx": { "pre": 0, @@ -53099,8 +72993,8 @@ constexpr auto kJsonPlatformMappingStr = R"( }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 3 }, "tx": { "pre": 0, @@ -53111,11 +73005,31 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 2 }, "tx": { "pre": 0, @@ -53126,11 +73040,50 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 2 + } + } + ] + } + } + } + }, + "509": { + "mapping": { + "id": 509, + "name": "eth1/65/4", + "controllingPort": 508, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 3 }, "tx": { "pre": 0, @@ -53146,26 +73099,8 @@ constexpr auto kJsonPlatformMappingStr = R"( "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 3 } } ] @@ -53173,57 +73108,57 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "320": { + "510": { "mapping": { - "id": 320, - "name": "eth1/65/1", - "controllingPort": 320, + "id": 510, + "name": "eth1/65/5", + "controllingPort": 510, "pins": [ { "a": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 0 + "lane": 4 }, "z": { "end": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 0 + "lane": 4 } } }, { "a": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 1 + "lane": 5 }, "z": { "end": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 1 + "lane": 5 } } }, { "a": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 2 + "lane": 6 }, "z": { "end": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 2 + "lane": 6 } } }, { "a": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 3 + "lane": 7 }, "z": { "end": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 3 + "lane": 7 } } } @@ -53233,12 +73168,17 @@ constexpr auto kJsonPlatformMappingStr = R"( }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 511, + 512, + 513 + ], "pins": { "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 0 + "lane": 4 }, "tx": { "pre": 0, @@ -53253,7 +73193,7 @@ constexpr auto kJsonPlatformMappingStr = R"( { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 1 + "lane": 5 }, "tx": { "pre": 0, @@ -53268,7 +73208,7 @@ constexpr auto kJsonPlatformMappingStr = R"( { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 2 + "lane": 6 }, "tx": { "pre": 0, @@ -53283,7 +73223,7 @@ constexpr auto kJsonPlatformMappingStr = R"( { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 3 + "lane": 7 }, "tx": { "pre": 0, @@ -53300,25 +73240,107 @@ constexpr auto kJsonPlatformMappingStr = R"( { "id": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 0 + "lane": 4 } }, { "id": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 1 + "lane": 5 } }, { "id": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 2 + "lane": 6 } }, { "id": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 3 + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 511 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 4 } } ] @@ -53326,24 +73348,12 @@ constexpr auto kJsonPlatformMappingStr = R"( } } }, - "321": { + "511": { "mapping": { - "id": 321, - "name": "eth1/65/5", - "controllingPort": 321, + "id": 511, + "name": "eth1/65/6", + "controllingPort": 510, "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 4 - } - } - }, { "a": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", @@ -53355,7 +73365,49 @@ constexpr auto kJsonPlatformMappingStr = R"( "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 5 + } + } + ] + } + } + } + }, + "512": { + "mapping": { + "id": 512, + "name": "eth1/65/7", + "controllingPort": 510, + "pins": [ { "a": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", @@ -53385,13 +73437,16 @@ constexpr auto kJsonPlatformMappingStr = R"( "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 513 + ], "pins": { "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 4 + "lane": 6 }, "tx": { "pre": 0, @@ -53406,7 +73461,7 @@ constexpr auto kJsonPlatformMappingStr = R"( { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 5 + "lane": 7 }, "tx": { "pre": 0, @@ -53417,7 +73472,27 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 6 + } }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", @@ -53432,7 +73507,46 @@ constexpr auto kJsonPlatformMappingStr = R"( "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 6 + } + } + ] + } + } + } + }, + "513": { + "mapping": { + "id": 513, + "name": "eth1/65/8", + "controllingPort": 512, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", @@ -53450,24 +73564,6 @@ constexpr auto kJsonPlatformMappingStr = R"( } ], "transceiver": [ - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 6 - } - }, { "id": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", @@ -54234,7 +74330,37 @@ constexpr auto kJsonPlatformMappingStr = R"( "modulation": 2, "fec": 11, "medium": 3, - "interfaceType": 4 + "interfaceType": 3 + } + } + }, + { + "factor": { + "profileID": 58 + }, + "profile": { + "speed": 400000, + "iphy": { + "numLanes": 2, + "modulation": 2, + "fec": 11, + "medium": 3, + "interfaceType": 2 + } + } + }, + { + "factor": { + "profileID": 59 + }, + "profile": { + "speed": 200000, + "iphy": { + "numLanes": 1, + "modulation": 2, + "fec": 11, + "medium": 3, + "interfaceType": 1 } } } diff --git a/fboss/agent/platforms/common/meru800bfa/Meru800bfaP1PlatformMapping.h b/fboss/agent/platforms/common/meru800bfa/Meru800bfaP1PlatformMapping.h index c038cb5ab150e..399a33f909195 100644 --- a/fboss/agent/platforms/common/meru800bfa/Meru800bfaP1PlatformMapping.h +++ b/fboss/agent/platforms/common/meru800bfa/Meru800bfaP1PlatformMapping.h @@ -11,11 +11,15 @@ class Meru800bfaP1PlatformMapping : public PlatformMapping { Meru800bfaP1PlatformMapping(); explicit Meru800bfaP1PlatformMapping(const std::string& platformMappingStr); explicit Meru800bfaP1PlatformMapping(bool multiNpuPlatformMapping); + ~Meru800bfaP1PlatformMapping() = default; private: // Forbidden copy constructor and assignment operator Meru800bfaP1PlatformMapping(Meru800bfaP1PlatformMapping const&) = delete; Meru800bfaP1PlatformMapping& operator=(Meru800bfaP1PlatformMapping const&) = delete; + Meru800bfaP1PlatformMapping(Meru800bfaP1PlatformMapping&&) = delete; + Meru800bfaP1PlatformMapping& operator=(Meru800bfaP1PlatformMapping&&) = + delete; }; } // namespace facebook::fboss diff --git a/fboss/agent/platforms/common/meru800bfa/Meru800bfaPlatformMapping.h b/fboss/agent/platforms/common/meru800bfa/Meru800bfaPlatformMapping.h index e4105ed3fbf36..4378543962524 100644 --- a/fboss/agent/platforms/common/meru800bfa/Meru800bfaPlatformMapping.h +++ b/fboss/agent/platforms/common/meru800bfa/Meru800bfaPlatformMapping.h @@ -20,11 +20,14 @@ class Meru800bfaPlatformMapping : public PlatformMapping { explicit Meru800bfaPlatformMapping( bool multiNpuPlatformMapping, std::optional version = std::nullopt); + ~Meru800bfaPlatformMapping() override = default; private: // Forbidden copy constructor and assignment operator Meru800bfaPlatformMapping(Meru800bfaPlatformMapping const&) = delete; Meru800bfaPlatformMapping& operator=(Meru800bfaPlatformMapping const&) = delete; + Meru800bfaPlatformMapping(Meru800bfaPlatformMapping&&) = delete; + Meru800bfaPlatformMapping& operator=(Meru800bfaPlatformMapping&&) = delete; }; } // namespace facebook::fboss diff --git a/fboss/agent/platforms/sai/SaiPlatform.cpp b/fboss/agent/platforms/sai/SaiPlatform.cpp index 661c5822d9e7d..927f778ab2ef9 100644 --- a/fboss/agent/platforms/sai/SaiPlatform.cpp +++ b/fboss/agent/platforms/sai/SaiPlatform.cpp @@ -15,6 +15,7 @@ #include "fboss/agent/hw/sai/switch/SaiSwitch.h" #include "fboss/agent/hw/switch_asics/HwAsic.h" #include "fboss/agent/hw/switch_asics/Jericho3Asic.h" +#include "fboss/agent/hw/switch_asics/Q4DAsic.h" #include "fboss/agent/platforms/sai/SaiBcmDarwinPlatformPort.h" #include "fboss/agent/platforms/sai/SaiBcmElbertPlatformPort.h" #include "fboss/agent/platforms/sai/SaiBcmFujiPlatformPort.h" @@ -539,6 +540,7 @@ SaiSwitchTraits::CreateAttributes SaiPlatform::getSwitchAttributes( swInfo.switchType() = cfg::SwitchType::VOQ; swInfo.switchMac() = localMac.toString(); const Jericho3Asic j3(0, swInfo); + const Q4DAsic q4d(0, swInfo); for (const auto& [id, dsfNode] : *agentCfg->thrift.sw()->dsfNodes()) { if (dsfNode.type() != cfg::DsfNodeType::INTERFACE_NODE) { continue; @@ -551,6 +553,11 @@ SaiSwitchTraits::CreateAttributes SaiPlatform::getSwitchAttributes( maxSystemCoreCount = std::max(maxSystemCoreCount, uint32_t(id + j3.getNumCores())); break; + case cfg::AsicType::ASIC_TYPE_Q4D: + maxCoreCount = std::max(q4d.getNumCores(), maxCoreCount); + maxSystemCoreCount = + std::max(maxSystemCoreCount, uint32_t(id + q4d.getNumCores())); + break; default: throw FbossError("Unexpected asic type: ", *dsfNode.asicType()); } @@ -906,6 +913,13 @@ SaiSwitchTraits::CreateAttributes SaiPlatform::getSwitchAttributes( } #endif + // Q4D bringup - Override max sysports and voqs for Q4D standalone box. + if (getAsic()->getAsicType() == cfg::AsicType::ASIC_TYPE_Q4D) { + maxSystemPorts = 1024; + maxVoqs = 8 * 1024; + maxSystemPortId = 1024 - 1; + } + return { initSwitch, hwInfo, // hardware info diff --git a/fboss/agent/rib/NextHopIDManager.cpp b/fboss/agent/rib/NextHopIDManager.cpp index 32f68f074cfb2..80c00d2b8a8a5 100644 --- a/fboss/agent/rib/NextHopIDManager.cpp +++ b/fboss/agent/rib/NextHopIDManager.cpp @@ -1,7 +1,10 @@ // (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. #include "fboss/agent/rib/NextHopIDManager.h" +#include "fboss/agent/AddressUtil.h" #include "fboss/agent/FbossError.h" +#include "fboss/agent/state/FibInfo.h" +#include "fboss/agent/state/ForwardingInformationBase.h" #include "fboss/agent/state/RouteNextHopEntry.h" #include @@ -224,4 +227,110 @@ NextHopIDManager::NextHopUpdateResult NextHopIDManager::updateRouteNextHopSetID( return result; } +void NextHopIDManager::clearNhopIdManagerState() { + nextHopToIDInfo_.clear(); + idToNextHop_.clear(); + nextHopIdSetToIDInfo_.clear(); + idToNextHopIdSet_.clear(); +} + +void NextHopIDManager::reconstructFromFib( + const std::shared_ptr& fibsInfoMap) { + clearNhopIdManagerState(); + + if (!fibsInfoMap || fibsInfoMap->empty()) { + return; + } + + NextHopID maxNextHopId = NextHopID(kNextHopIDStart - 1); + NextHopSetID maxNextHopSetId = NextHopSetID(kNextHopSetIDStart - 1); + + // Iterate through each FIBInfo on all switches + for (const auto& [switchId, fibInfo] : std::as_const(*fibsInfoMap)) { + auto id2NhopMapInFib = fibInfo->getIdToNextHopMap(); + auto id2NhopIdSetMapInFib = fibInfo->getIdToNextHopIdSetMap(); + auto fibsMap = fibInfo->getfibsMap(); + + if (!fibsMap || !id2NhopMapInFib || !id2NhopIdSetMapInFib) { + continue; + } + + // function to process a single SetID - This setId can be + // resolvedNextHopSetID, normalizedResolvedNextHopID, and any future ID + // types + auto processNhopSetId = [&](NextHopSetID setId) { + // Lookup NextHopIDSet from FibInfo's idToNextHopIdSetMap + auto nextHopIdSetNode = id2NhopIdSetMapInFib->getNextHopIdSet( + static_cast(setId)); + CHECK(nextHopIdSetNode); + // Build NextHopIDSet and process each NextHop + // Iterate directly over the node; elements are wrapped, so unwrap with + // .toThrift() + NextHopIDSet nextHopIDSet; + for (const auto& elem : *nextHopIdSetNode) { + NextHopID nextHopID((*elem).toThrift()); + nextHopIDSet.insert(nextHopID); + + // Lookup NextHop from FibInfo's idToNextHopMap + auto nhNode = id2NhopMapInFib->getNextHopIf( + static_cast(nextHopID)); + if (!nhNode) { + throw FbossError( + "Inconsistent state: NextHopID ", + nextHopID, + " not found in FibInfo's idToNextHopMap for SetID ", + setId); + } + + auto nextHop = util::fromThrift( + nhNode->toThrift(), true /* allowV6NonLinkLocal */); + + // Update NextHop maps and refcounts + auto nhInfoIt = nextHopToIDInfo_.find(nextHop); + if (nhInfoIt == nextHopToIDInfo_.end()) { + nextHopToIDInfo_.emplace(nextHop, NextHopIDInfo(nextHopID, 1)); + idToNextHop_[nextHopID] = nextHop; + } else { + nhInfoIt->second.count++; + } + maxNextHopId = std::max(maxNextHopId, nextHopID); + } + + // Update NextHopIDSet maps and refcounts + auto setInfoIt = nextHopIdSetToIDInfo_.find(nextHopIDSet); + if (setInfoIt == nextHopIdSetToIDInfo_.end()) { + nextHopIdSetToIDInfo_.emplace(nextHopIDSet, NextHopSetIDInfo(setId, 1)); + idToNextHopIdSet_[setId] = nextHopIDSet; + } else { + setInfoIt->second.count++; + } + maxNextHopSetId = std::max(maxNextHopSetId, setId); + }; + + // process routes from a FIB + auto processRoutes = [&](const auto& fib) { + for (const auto& [prefix, route] : std::as_const(*fib)) { + const auto& fwdInfo = route->getForwardInfo(); + + // Process resolvedNextHopSetID + if (auto setIdOpt = fwdInfo.getResolvedNextHopSetID()) { + processNhopSetId(NextHopSetID(*setIdOpt)); + } + + // TODO: Process normalizedResolvedNextHopID + } + }; + + // Iterate over all VRFs in this FibInfo + for (const auto& [routerId, fibContainer] : std::as_const(*fibsMap)) { + processRoutes(fibContainer->getFibV4()); + processRoutes(fibContainer->getFibV6()); + } + } + + // Set next available IDs + nextAvailableNextHopID_ = NextHopID(maxNextHopId + 1); + nextAvailableNextHopSetID_ = NextHopSetID(maxNextHopSetId + 1); +} + } // namespace facebook::fboss diff --git a/fboss/agent/rib/NextHopIDManager.h b/fboss/agent/rib/NextHopIDManager.h index 6d137d92f0c02..3e4fd8abdab38 100644 --- a/fboss/agent/rib/NextHopIDManager.h +++ b/fboss/agent/rib/NextHopIDManager.h @@ -2,11 +2,14 @@ #pragma once -#include +#include #include #include #include #include +#include "fboss/agent/state/FibInfoMap.h" +#include "fboss/agent/state/ForwardingInformationBaseMap.h" +#include "fboss/agent/state/NextHopIdMaps.h" #include "fboss/agent/state/RouteNextHop.h" #include "fboss/agent/state/RouteNextHopEntry.h" #include "fboss/agent/types.h" @@ -138,6 +141,35 @@ class NextHopIDManager { NextHopSetID oldNextHopSetID, const RouteNextHopSet& newNextHopSet); + /** + * Reconstruct the NextHopIDManager for two main scenarios: + * + * 1. Warm Boot: + * When the RIB is reconstructed back from the FIB, we need to reconstruct + * the NextHopIDManager. + * + * 2. Rollback: + * When the RIB's NextHopIDManager has to be reconstructed from the + * previous FIB state. This is when route updates fail to apply. + * + * For each FibInfo in MultiSwitchFibInfoMap: + * 1. Get idToNextHopMap and idToNextHopIdSetMap from this FibInfo + * 2. For each route in FibV4/FibV6: + * a. Collect all NextHopSetIDs from route (resolvedNextHopSetID, and + * future: normalizedResolvedNextHopID) + * b. For each SetID, lookup NextHopIDSet from this FibInfo's + * idToNextHopIdSetMap + * c. For each NextHopID in the set, lookup NextHop from this FibInfo's + * idToNextHopMap + * d. Update internal maps and refcounts + * + * We have to reconstruct the IDmanager from all the FibsInfo present on all + * switches. NextHopID manager is common across all switches, but the NextHop + * ID maps in the switch state are specific to each switch. + */ + void reconstructFromFib( + const std::shared_ptr& fibsInfoMap); + private: static constexpr int64_t kNextHopIDStart = 1; static constexpr int64_t kNextHopSetIDStart = 1LL << 62; @@ -177,6 +209,9 @@ class NextHopIDManager { // Returns std::nullopt if the NextHop doesn't exist std::optional getNextHopID(const NextHop& nextHop) const; + // Clear all NextHop and NextHopIDSet mappings + void clearNhopIdManagerState(); + FRIEND_TEST(NextHopIDManagerTest, getOrAllocateNextHopID); FRIEND_TEST(NextHopIDManagerTest, getOrAllocateNextHopSetID); FRIEND_TEST(NextHopIDManagerTest, getOrAllocateNextHopSetIDOrderIndependence); @@ -188,6 +223,8 @@ class NextHopIDManager { getOrAllocRouteNextHopSetIDSubSetSuperSetNextHops); FRIEND_TEST(NextHopIDManagerTest, delOrDecrRouteNextHopSetID); FRIEND_TEST(NextHopIDManagerTest, updateRouteNextHopSetID); + FRIEND_TEST(NextHopIDManagerTest, reconstructFromFib); + FRIEND_TEST(NextHopIDManagerTest, reconstructFromFibMultiSwitch); }; } // namespace facebook::fboss diff --git a/fboss/agent/rib/RouteUpdater.cpp b/fboss/agent/rib/RouteUpdater.cpp index e1a45a7bbbe10..279274a9fa8db 100644 --- a/fboss/agent/rib/RouteUpdater.cpp +++ b/fboss/agent/rib/RouteUpdater.cpp @@ -62,9 +62,11 @@ static const auto kRemoteInterfaceRouteClientId = RibRouteUpdater::RibRouteUpdater( IPv4NetworkToRouteMap* v4Routes, - IPv6NetworkToRouteMap* v6Routes) + IPv6NetworkToRouteMap* v6Routes, + NextHopIDManager* nextHopIDManager) : v4Routes_(v4Routes), v6Routes_(v6Routes), + nextHopIDManager_(nextHopIDManager), weightNormalizer_( FLAGS_nsf_num_racks_per_pod, FLAGS_nsf_num_parallel_rack_links, @@ -75,10 +77,12 @@ RibRouteUpdater::RibRouteUpdater( RibRouteUpdater::RibRouteUpdater( IPv4NetworkToRouteMap* v4Routes, IPv6NetworkToRouteMap* v6Routes, - LabelToRouteMap* mplsRoutes) + LabelToRouteMap* mplsRoutes, + NextHopIDManager* nextHopIDManager) : v4Routes_(v4Routes), v6Routes_(v6Routes), mplsRoutes_(mplsRoutes), + nextHopIDManager_(nextHopIDManager), weightNormalizer_( FLAGS_nsf_num_racks_per_pod, FLAGS_nsf_num_parallel_rack_links, diff --git a/fboss/agent/rib/RouteUpdater.h b/fboss/agent/rib/RouteUpdater.h index 0a5e9a09e1fdd..dbe331d7378c7 100644 --- a/fboss/agent/rib/RouteUpdater.h +++ b/fboss/agent/rib/RouteUpdater.h @@ -18,7 +18,9 @@ #include DECLARE_bool(enable_capacity_pruning); - +namespace facebook::fboss { +class NextHopIDManager; +} namespace facebook::fboss { /** @@ -49,12 +51,14 @@ class RibRouteUpdater { public: RibRouteUpdater( IPv4NetworkToRouteMap* v4Routes, - IPv6NetworkToRouteMap* v6Routes); + IPv6NetworkToRouteMap* v6Routes, + NextHopIDManager* nextHopIDManager = nullptr); RibRouteUpdater( IPv4NetworkToRouteMap* v4Routes, IPv6NetworkToRouteMap* v6Routes, - LabelToRouteMap* mplsRoutes); + LabelToRouteMap* mplsRoutes, + NextHopIDManager* nextHopIDManager = nullptr); struct RouteEntry { folly::CIDRNetwork prefix; @@ -190,6 +194,7 @@ class RibRouteUpdater { IPv4NetworkToRouteMap* v4Routes_{nullptr}; IPv6NetworkToRouteMap* v6Routes_{nullptr}; LabelToRouteMap* mplsRoutes_{nullptr}; + NextHopIDManager* nextHopIDManager_{nullptr}; std::unordered_set needsResolution_; /* * Cache for next hop to FWD information. For our use case diff --git a/fboss/agent/rib/RoutingInformationBase.cpp b/fboss/agent/rib/RoutingInformationBase.cpp index ea53a3cb05cec..50c7f0af502cf 100644 --- a/fboss/agent/rib/RoutingInformationBase.cpp +++ b/fboss/agent/rib/RoutingInformationBase.cpp @@ -314,7 +314,8 @@ void RibRouteTables::updateRemoteInterfaceRoutes( RibRouteUpdater updater( &(routeTable.v4NetworkToRoute), &(routeTable.v6NetworkToRoute), - &(routeTable.labelToRoute)); + &(routeTable.labelToRoute), + nextHopIDManager_); updater.update( {{ClientID::REMOTE_INTERFACE_ROUTE, toAddRoutes}}, {{ClientID::REMOTE_INTERFACE_ROUTE, toDelRoutes}}, @@ -341,7 +342,8 @@ void RibRouteTables::update( RibRouteUpdater updater( &(routeTable.v4NetworkToRoute), &(routeTable.v6NetworkToRoute), - &(routeTable.labelToRoute)); + &(routeTable.labelToRoute), + nextHopIDManager_); updater.update(clientID, toAddRoutes, toDelPrefixes, resetClientsRoutes); }); updateFib(resolver, routerID, fibUpdateCallback, cookie); @@ -390,6 +392,15 @@ void RibRouteTables::updateFib( reconstructRibFromFib( std::move(labelFib), &routeTable.labelToRoute); } + + // Reconstruct NextHopIDManager from the applied state's FIB + // This consolidates ID maps from all switches and recalculates ref counts + if (nextHopIDManager_) { + auto fibsInfoMap = hwUpdateError.appliedState->getFibsInfoMap(); + if (fibsInfoMap && !fibsInfoMap->empty()) { + nextHopIDManager_->reconstructFromFib(fibsInfoMap); + } + } } throw; } @@ -662,7 +673,10 @@ RibRouteTables::RouterIDToRouteTable RibRouteTables::constructRouteTables( } RoutingInformationBase::RoutingInformationBase() - : ribTables_(&nextHopIDManager_) { + : nextHopIDManager_( + FLAGS_enable_nexthop_id_manager ? std::make_unique() + : nullptr), + ribTables_(nextHopIDManager_.get()) { ribUpdateThread_ = std::make_unique([this] { initThread("ribUpdateThread"); ribUpdateEventBase_.loopForever(); @@ -825,8 +839,9 @@ void RoutingInformationBase::updateEcmpOverrides(const StateDelta& delta) { RibRouteTables RibRouteTables::fromThrift( const std::map& ribThrift, const std::shared_ptr& fibsInfoMap, - const std::shared_ptr& labelFib) { - RibRouteTables rib; + const std::shared_ptr& labelFib, + NextHopIDManager* nextHopIDManager) { + RibRouteTables rib(nextHopIDManager); auto lockedRouteTables = rib.synchronizedRouteTables_.wlock(); for (const auto& [rid, table] : ribThrift) { @@ -846,8 +861,15 @@ std::unique_ptr RoutingInformationBase::fromThrift( const std::shared_ptr& fibsInfoMap, const std::shared_ptr& labelFib) { auto rib = std::make_unique(); - rib->ribTables_ = - RibRouteTables::fromThrift(ribThrift, fibsInfoMap, labelFib); + rib->ribTables_ = RibRouteTables::fromThrift( + ribThrift, fibsInfoMap, labelFib, rib->nextHopIDManager_.get()); + + // Reconstruct NextHopIDManager state from FIB during warm boot + // This consolidates ID maps from all switches and reconstructs ref counts + if (rib->nextHopIDManager_ && fibsInfoMap && !fibsInfoMap->empty()) { + rib->nextHopIDManager_->reconstructFromFib(fibsInfoMap); + } + return rib; } @@ -996,8 +1018,9 @@ std::map RibRouteTables::warmBootState() } RibRouteTables RibRouteTables::fromThrift( - const std::map& obj) { - RibRouteTables ribRouteTables; + const std::map& obj, + NextHopIDManager* nextHopIDManager) { + RibRouteTables ribRouteTables(nextHopIDManager); auto routeTables = ribRouteTables.synchronizedRouteTables_.wlock(); for (const auto& [rid, routeTableFields] : obj) { // @lint-ignore CLANGTIDY @@ -1015,7 +1038,8 @@ std::map RoutingInformationBase::toThrift() std::unique_ptr RoutingInformationBase::fromThrift( const std::map& obj) { auto rib = std::make_unique(); - rib->ribTables_ = RibRouteTables::fromThrift(obj); + rib->ribTables_ = + RibRouteTables::fromThrift(obj, rib->nextHopIDManager_.get()); return rib; } diff --git a/fboss/agent/rib/RoutingInformationBase.h b/fboss/agent/rib/RoutingInformationBase.h index e854fe2761b03..78426effdb3d5 100644 --- a/fboss/agent/rib/RoutingInformationBase.h +++ b/fboss/agent/rib/RoutingInformationBase.h @@ -56,6 +56,10 @@ class RibRouteTables { explicit RibRouteTables(NextHopIDManager* nextHopIDManager) : nextHopIDManager_(nextHopIDManager) {} + const NextHopIDManager* getNextHopIDManager() const { + return nextHopIDManager_; + } + template void update( const SwitchIdScopeResolver* resolver, @@ -133,7 +137,8 @@ class RibRouteTables { static RibRouteTables fromThrift( const std::map& ribThrift, const std::shared_ptr& fibsInfoMap, - const std::shared_ptr& labelFib); + const std::shared_ptr& labelFib, + NextHopIDManager* nextHopIDManager); void ensureVrf(RouterID rid); std::vector getVrfList() const; @@ -147,7 +152,8 @@ class RibRouteTables { std::map toThrift() const; static RibRouteTables fromThrift( - const std::map&); + const std::map&, + NextHopIDManager* nextHopIDManager); std::map warmBootState() const; void updateEcmpOverrides(const StateDelta& delta); @@ -385,8 +391,8 @@ class RoutingInformationBase { std::map warmBootState() const; // Getter for NextHopIDManager - const NextHopIDManager& getNextHopIDManager() const { - return nextHopIDManager_; + const NextHopIDManager* getNextHopIDManager() const { + return nextHopIDManager_.get(); } private: @@ -415,7 +421,7 @@ class RoutingInformationBase { std::unique_ptr ribUpdateThread_; FbossEventBase ribUpdateEventBase_{"RibUpdateEventBase"}; - NextHopIDManager nextHopIDManager_; + std::unique_ptr nextHopIDManager_; RibRouteTables ribTables_; }; diff --git a/fboss/agent/rib/test/NextHopIDManagerTests.cpp b/fboss/agent/rib/test/NextHopIDManagerTests.cpp index 59c30d8905919..86d0d84ec182c 100644 --- a/fboss/agent/rib/test/NextHopIDManagerTests.cpp +++ b/fboss/agent/rib/test/NextHopIDManagerTests.cpp @@ -10,6 +10,13 @@ #include #include "fboss/agent/rib/NextHopIDManager.h" +#include "fboss/agent/state/FibInfo.h" +#include "fboss/agent/state/FibInfoMap.h" +#include "fboss/agent/state/ForwardingInformationBase.h" +#include "fboss/agent/state/ForwardingInformationBaseContainer.h" +#include "fboss/agent/state/ForwardingInformationBaseMap.h" +#include "fboss/agent/state/NextHopIdMaps.h" +#include "fboss/agent/state/Route.h" #include "fboss/agent/state/RouteNextHop.h" #include "fboss/agent/test/TestUtils.h" @@ -17,6 +24,127 @@ namespace facebook::fboss { constexpr int64_t kSetIdOffset = 1LL << 62; +namespace { + +// Helper function to create a V4 route with resolvedNextHopSetID and add to FIB +void addV4RouteWithSetId( + const std::shared_ptr& fibV4, + const std::string& prefixStr, + const RouteNextHopSet& nhops, + std::optional setId = std::nullopt) { + auto route = + std::make_shared(RouteV4::makeThrift(makePrefixV4(prefixStr))); + route->update(ClientID::BGPD, RouteNextHopEntry(nhops, AdminDistance::EBGP)); + if (setId.has_value()) { + auto fwdInfo = route->getForwardInfo().toThrift(); + fwdInfo.resolvedNextHopSetID() = static_cast(*setId); + route->setResolved(RouteNextHopEntry(std::move(fwdInfo))); + } else { + route->setResolved(RouteNextHopEntry(nhops, AdminDistance::EBGP)); + } + route->publish(); + fibV4->addNode(route); +} + +// Helper function to create a V6 route with resolvedNextHopSetID and add to FIB +void addV6RouteWithSetId( + const std::shared_ptr& fibV6, + const std::string& prefixStr, + const RouteNextHopSet& nhops, + std::optional setId = std::nullopt) { + auto route = + std::make_shared(RouteV6::makeThrift(makePrefixV6(prefixStr))); + route->update(ClientID::BGPD, RouteNextHopEntry(nhops, AdminDistance::EBGP)); + if (setId.has_value()) { + auto fwdInfo = route->getForwardInfo().toThrift(); + fwdInfo.resolvedNextHopSetID() = static_cast(*setId); + route->setResolved(RouteNextHopEntry(std::move(fwdInfo))); + } else { + route->setResolved(RouteNextHopEntry(nhops, AdminDistance::EBGP)); + } + route->publish(); + fibV6->addNode(route); +} + +// Helper function to create a ForwardingInformationBaseMap with empty FIBs +std::shared_ptr createFibsMap( + RouterID vrf = RouterID(0)) { + auto fibsMap = std::make_shared(); + auto fibContainer = std::make_shared(vrf); + fibContainer->ref() = + std::make_shared(); + fibContainer->ref() = + std::make_shared(); + fibsMap->updateForwardingInformationBaseContainer(fibContainer); + return fibsMap; +} + +// Helper function to get FibV4 from FibsMap +std::shared_ptr getFibV4( + const std::shared_ptr& fibsMap, + RouterID vrf = RouterID(0)) { + auto fibContainer = fibsMap->getNodeIf(vrf); + return fibContainer ? fibContainer->getFibV4() : nullptr; +} + +// Helper function to get FibV6 from FibsMap +std::shared_ptr getFibV6( + const std::shared_ptr& fibsMap, + RouterID vrf = RouterID(0)) { + auto fibContainer = fibsMap->getNodeIf(vrf); + return fibContainer ? fibContainer->getFibV6() : nullptr; +} + +// Helper function to create a MultiSwitchFibInfoMap with FIB and ID maps +std::shared_ptr createMultiSwitchFibInfoMap( + const std::shared_ptr& fibsMap, + const std::shared_ptr& idToNextHopMap = nullptr, + const std::shared_ptr& idToNextHopIdSetMap = nullptr) { + auto multiSwitchFibInfoMap = std::make_shared(); + auto fibInfo = std::make_shared(); + + // Set the FIBs map using the resetFibsMap method + if (fibsMap) { + fibInfo->resetFibsMap(fibsMap); + } + + // Set the ID maps if provided + if (idToNextHopMap) { + fibInfo->setIdToNextHopMap(idToNextHopMap); + } + if (idToNextHopIdSetMap) { + fibInfo->setIdToNextHopIdSetMap(idToNextHopIdSetMap); + } + + // Add the FibInfo to the map using a default switch matcher string key + multiSwitchFibInfoMap->addNode("id=0", fibInfo); + return multiSwitchFibInfoMap; +} + +// Helper function to add FibInfo to an existing MultiSwitchFibInfoMap +void addFibInfoToMultiSwitchMap( + const std::shared_ptr& multiSwitchFibInfoMap, + const std::string& switchId, + const std::shared_ptr& fibsMap, + const std::shared_ptr& idToNextHopMap = nullptr, + const std::shared_ptr& idToNextHopIdSetMap = nullptr) { + auto fibInfo = std::make_shared(); + + if (fibsMap) { + fibInfo->resetFibsMap(fibsMap); + } + if (idToNextHopMap) { + fibInfo->setIdToNextHopMap(idToNextHopMap); + } + if (idToNextHopIdSetMap) { + fibInfo->setIdToNextHopIdSetMap(idToNextHopIdSetMap); + } + + multiSwitchFibInfoMap->addNode(switchId, fibInfo); +} + +} // namespace + class NextHopIDManagerTest : public ::testing::Test { public: NextHopIDManagerTest() = default; @@ -792,4 +920,252 @@ TEST_F(NextHopIDManagerTest, updateRouteNextHopSetID) { manager_->updateRouteNextHopSetID(nonExistentID, nhSet8), FbossError); } +// This tests the single-phase reconstructFromFib which builds ID maps +// and refcounts in a single pass through FIB routes +TEST_F(NextHopIDManagerTest, reconstructFromFib) { + // Create IdToNextHopMap + auto idToNextHopMap = std::make_shared(); + NextHop nh1 = + makeResolvedNextHop(InterfaceID(1), "10.0.0.1", UCMP_DEFAULT_WEIGHT); + NextHop nh2 = + makeResolvedNextHop(InterfaceID(1), "10.0.0.2", UCMP_DEFAULT_WEIGHT); + NextHop nh3 = + makeResolvedNextHop(InterfaceID(1), "2001:db8::1", UCMP_DEFAULT_WEIGHT); + + NextHopID nhId1 = NextHopID(1); + NextHopID nhId2 = NextHopID(2); + NextHopID nhId3 = NextHopID(3); + + idToNextHopMap->addNextHop( + static_cast(nhId1), nh1.toThrift()); + idToNextHopMap->addNextHop( + static_cast(nhId2), nh2.toThrift()); + idToNextHopMap->addNextHop( + static_cast(nhId3), nh3.toThrift()); + + // Create IdToNextHopIdSetMap + auto idToNextHopIdSetMap = std::make_shared(); + NextHopSetID setId1 = NextHopSetID(kSetIdOffset + 1); + NextHopSetID setId2 = NextHopSetID(kSetIdOffset + 2); + + std::set set1{ + static_cast(nhId1), + static_cast(nhId2)}; + std::set set2{ + static_cast(nhId2), + static_cast(nhId3)}; + idToNextHopIdSetMap->addNextHopIdSet( + static_cast(setId1), set1); + idToNextHopIdSetMap->addNextHopIdSet( + static_cast(setId2), set2); + + // Create FIB with routes using helper functions + auto fibsMap = createFibsMap(); + auto fibV4 = getFibV4(fibsMap); + auto fibV6 = getFibV6(fibsMap); + + RouteNextHopSet nhops1 = {nh1, nh2}; + RouteNextHopSet nhops2 = {nh2, nh3}; + + // Create V4 routes using setId1 + addV4RouteWithSetId(fibV4, "10.0.0.0/24", nhops1, setId1); + addV4RouteWithSetId(fibV4, "10.1.0.0/24", nhops1, setId1); + + // Create V6 routes using setId2 + addV6RouteWithSetId(fibV6, "2001:db8::/32", nhops2, setId2); + addV6RouteWithSetId(fibV6, "2001:db8:1::/48", nhops2, setId2); + + // Create MultiSwitchFibInfoMap with ID maps and FIBs + auto multiSwitchFibInfoMap = + createMultiSwitchFibInfoMap(fibsMap, idToNextHopMap, idToNextHopIdSetMap); + + // Call reconstructFromFib (the full workflow) + manager_->reconstructFromFib(multiSwitchFibInfoMap); + + // Verify maps are populated + EXPECT_EQ(manager_->getIdToNextHop().size(), 3); + EXPECT_EQ(manager_->getIdToNextHopIdSet().size(), 2); + EXPECT_EQ(manager_->getIdToNextHop().at(nhId1), nh1); + EXPECT_EQ(manager_->getIdToNextHop().at(nhId2), nh2); + EXPECT_EQ(manager_->getIdToNextHop().at(nhId3), nh3); + + NextHopIDSet expectedSet1 = {nhId1, nhId2}; + NextHopIDSet expectedSet2 = {nhId2, nhId3}; + EXPECT_EQ(manager_->getIdToNextHopIdSet().at(setId1), expectedSet1); + EXPECT_EQ(manager_->getIdToNextHopIdSet().at(setId2), expectedSet2); + + // Verify ref counts are correct + EXPECT_EQ(manager_->getNextHopIDSetRefCount(expectedSet1), 2); + EXPECT_EQ(manager_->getNextHopIDSetRefCount(expectedSet2), 2); + EXPECT_EQ(manager_->getNextHopRefCount(nh1), 2); + EXPECT_EQ(manager_->getNextHopRefCount(nh2), 4); + EXPECT_EQ(manager_->getNextHopRefCount(nh3), 2); + + // Verify next available IDs are set correctly + NextHop nh4 = + makeResolvedNextHop(InterfaceID(1), "10.0.0.4", UCMP_DEFAULT_WEIGHT); + auto newNhIter = manager_->getOrAllocateNextHopID(nh4); + EXPECT_EQ(newNhIter->second.id, NextHopID(4)); + + NextHopIDSet newSet = {nhId1}; + auto newSetIter = manager_->getOrAllocateNextHopSetID(newSet); + EXPECT_EQ(newSetIter->second.id, NextHopSetID(kSetIdOffset + 3)); +} + +// This tests reconstructFromFib with multiple switches. +// In a multi-switch environment, each switch has its own FibInfo with its own +// routes and ID maps, but the NextHopIDManager is common across all switches. +// The reconstruction should consolidate maps and refcounts from ALL switches. +// +// Test setup with partial overlap across switches: +// NextHops: nh1, nh2, nh3, nh4 +// Switch 0: setId1 = {nh1, nh2} (2 routes), setId2 = {nh2, nh3} (1 route) +// Switch 1: setId2 = {nh2, nh3} (2 routes), setId3 = {nh3, nh4} (1 route) +// +// Expected refcounts: +// nh1: 2 (from setId1 x2 on switch0) +// nh2: 5 (from setId1 x2 on switch0 + setId2 x1 on switch0 + setId2 x2 on +// switch1) nh3: 4 (from setId2 x1 on switch0 + setId2 x2 on switch1 + setId3 +// x1 on switch1) nh4: 1 (from setId3 x1 on switch1) +TEST_F(NextHopIDManagerTest, reconstructFromFibMultiSwitch) { + NextHop nh1 = + makeResolvedNextHop(InterfaceID(1), "10.0.0.1", UCMP_DEFAULT_WEIGHT); + NextHop nh2 = + makeResolvedNextHop(InterfaceID(1), "10.0.0.2", UCMP_DEFAULT_WEIGHT); + NextHop nh3 = + makeResolvedNextHop(InterfaceID(1), "10.0.0.3", UCMP_DEFAULT_WEIGHT); + NextHop nh4 = + makeResolvedNextHop(InterfaceID(1), "10.0.0.4", UCMP_DEFAULT_WEIGHT); + + NextHopID nhId1 = NextHopID(1); + NextHopID nhId2 = NextHopID(2); + NextHopID nhId3 = NextHopID(3); + NextHopID nhId4 = NextHopID(4); + + NextHopSetID setId1 = NextHopSetID(kSetIdOffset + 1); + NextHopSetID setId2 = NextHopSetID(kSetIdOffset + 2); + NextHopSetID setId3 = NextHopSetID(kSetIdOffset + 3); + + // Switch 0 has: nh1, nh2, nh3 and setId1, setId2 + auto idToNextHopMapSwitch0 = std::make_shared(); + idToNextHopMapSwitch0->addNextHop( + static_cast(nhId1), nh1.toThrift()); + idToNextHopMapSwitch0->addNextHop( + static_cast(nhId2), nh2.toThrift()); + idToNextHopMapSwitch0->addNextHop( + static_cast(nhId3), nh3.toThrift()); + + auto idToNextHopIdSetMapSwitch0 = std::make_shared(); + std::set set1{ + static_cast(nhId1), + static_cast(nhId2)}; + std::set set2{ + static_cast(nhId2), + static_cast(nhId3)}; + idToNextHopIdSetMapSwitch0->addNextHopIdSet( + static_cast(setId1), set1); + idToNextHopIdSetMapSwitch0->addNextHopIdSet( + static_cast(setId2), set2); + + // Create FIB for switch 0 + auto fibsMapSwitch0 = createFibsMap(); + auto fibV4Switch0 = getFibV4(fibsMapSwitch0); + + RouteNextHopSet nhops1 = {nh1, nh2}; + RouteNextHopSet nhops2 = {nh2, nh3}; + // 2 routes using setId1, 1 route using setId2 + addV4RouteWithSetId(fibV4Switch0, "10.0.0.0/24", nhops1, setId1); + addV4RouteWithSetId(fibV4Switch0, "10.1.0.0/24", nhops1, setId1); + addV4RouteWithSetId(fibV4Switch0, "10.2.0.0/24", nhops2, setId2); + + // Switch 1 has: nh2, nh3, nh4 and setId2, setId3 + auto idToNextHopMapSwitch1 = std::make_shared(); + idToNextHopMapSwitch1->addNextHop( + static_cast(nhId2), nh2.toThrift()); + idToNextHopMapSwitch1->addNextHop( + static_cast(nhId3), nh3.toThrift()); + idToNextHopMapSwitch1->addNextHop( + static_cast(nhId4), nh4.toThrift()); + + auto idToNextHopIdSetMapSwitch1 = std::make_shared(); + std::set set3{ + static_cast(nhId3), + static_cast(nhId4)}; + idToNextHopIdSetMapSwitch1->addNextHopIdSet( + static_cast(setId2), set2); + idToNextHopIdSetMapSwitch1->addNextHopIdSet( + static_cast(setId3), set3); + + // Create FIB for switch 1 + auto fibsMapSwitch1 = createFibsMap(); + auto fibV4Switch1 = getFibV4(fibsMapSwitch1); + auto fibV6Switch1 = getFibV6(fibsMapSwitch1); + + RouteNextHopSet nhops3 = {nh3, nh4}; + // 2 routes using setId2, 1 route using setId3 + addV4RouteWithSetId(fibV4Switch1, "10.3.0.0/24", nhops2, setId2); + addV6RouteWithSetId(fibV6Switch1, "2001:db8::/32", nhops2, setId2); + addV6RouteWithSetId(fibV6Switch1, "2001:db8:1::/48", nhops3, setId3); + + // ============ CREATE MULTI-SWITCH FIB INFO MAP ============ + auto multiSwitchFibInfoMap = std::make_shared(); + + addFibInfoToMultiSwitchMap( + multiSwitchFibInfoMap, + "id=0", + fibsMapSwitch0, + idToNextHopMapSwitch0, + idToNextHopIdSetMapSwitch0); + + addFibInfoToMultiSwitchMap( + multiSwitchFibInfoMap, + "id=1", + fibsMapSwitch1, + idToNextHopMapSwitch1, + idToNextHopIdSetMapSwitch1); + + EXPECT_EQ(multiSwitchFibInfoMap->size(), 2); + + manager_->reconstructFromFib(multiSwitchFibInfoMap); + + // Verify all 4 NextHops are in idToNextHop map + EXPECT_EQ(manager_->getIdToNextHop().size(), 4); + EXPECT_EQ(manager_->getIdToNextHop().at(nhId1), nh1); + EXPECT_EQ(manager_->getIdToNextHop().at(nhId2), nh2); + EXPECT_EQ(manager_->getIdToNextHop().at(nhId3), nh3); + EXPECT_EQ(manager_->getIdToNextHop().at(nhId4), nh4); + + // Verify all 3 NextHopIDSets are in idToNextHopIdSet map + EXPECT_EQ(manager_->getIdToNextHopIdSet().size(), 3); + + NextHopIDSet expectedSet1 = {nhId1, nhId2}; + NextHopIDSet expectedSet2 = {nhId2, nhId3}; + NextHopIDSet expectedSet3 = {nhId3, nhId4}; + EXPECT_EQ(manager_->getIdToNextHopIdSet().at(setId1), expectedSet1); + EXPECT_EQ(manager_->getIdToNextHopIdSet().at(setId2), expectedSet2); + EXPECT_EQ(manager_->getIdToNextHopIdSet().at(setId3), expectedSet3); + + // Verify NextHopIDSet ref counts + EXPECT_EQ(manager_->getNextHopIDSetRefCount(expectedSet1), 2); + EXPECT_EQ(manager_->getNextHopIDSetRefCount(expectedSet2), 3); + EXPECT_EQ(manager_->getNextHopIDSetRefCount(expectedSet3), 1); + + // Verify NextHop ref counts + EXPECT_EQ(manager_->getNextHopRefCount(nh1), 2); + EXPECT_EQ(manager_->getNextHopRefCount(nh2), 5); + EXPECT_EQ(manager_->getNextHopRefCount(nh3), 4); + EXPECT_EQ(manager_->getNextHopRefCount(nh4), 1); + + // Verify next available IDs are set correctly (max ID + 1) + NextHop nh5 = + makeResolvedNextHop(InterfaceID(1), "10.0.0.5", UCMP_DEFAULT_WEIGHT); + auto newNhIter = manager_->getOrAllocateNextHopID(nh5); + EXPECT_EQ(newNhIter->second.id, NextHopID(5)); // max was 4, so next is 5 + + NextHopIDSet newSet = {nhId1}; + auto newSetIter = manager_->getOrAllocateNextHopSetID(newSet); + EXPECT_EQ( + newSetIter->second.id, + NextHopSetID(kSetIdOffset + 4)); // max was +3, so next is +4 +} } // namespace facebook::fboss diff --git a/fboss/agent/state/InterfaceMap.cpp b/fboss/agent/state/InterfaceMap.cpp index 8c059002098e6..2520df22dc796 100644 --- a/fboss/agent/state/InterfaceMap.cpp +++ b/fboss/agent/state/InterfaceMap.cpp @@ -98,7 +98,7 @@ MultiSwitchInterfaceMap* MultiSwitchInterfaceMap::modify( std::shared_ptr MultiSwitchInterfaceMap::getInterfaceInVlanIf( VlanID vlan) const { for (const auto& [_, intfMap] : *this) { - auto intf = intfMap->getInterfaceInVlan(vlan); + auto intf = intfMap->getInterfaceInVlanIf(vlan); if (intf) { return intf; } diff --git a/fboss/agent/state/Port.h b/fboss/agent/state/Port.h index c878e49915654..67181ad658e68 100644 --- a/fboss/agent/state/Port.h +++ b/fboss/agent/state/Port.h @@ -339,7 +339,7 @@ class Port : public ThriftStructNode { set(std::move(queuesThrift)); } - bool hasValidPortQueues() const { + bool hasValidPortQueues(bool isEcnProbabilisticMarkingSupported) const { constexpr auto kDefaultProbability = 100; for (const auto& portQueue : *getPortQueues()) { const auto& aqms = portQueue->get(); @@ -351,9 +351,19 @@ class Port : public ThriftStructNode { auto behavior = entry->cref()->toThrift(); auto detection = entry->cref()->toThrift(); - if (behavior == facebook::fboss::cfg::QueueCongestionBehavior::ECN && - detection.linear()->probability() != kDefaultProbability) { - return false; + if (behavior == facebook::fboss::cfg::QueueCongestionBehavior::ECN) { + auto probability = detection.linear()->probability(); + if (isEcnProbabilisticMarkingSupported) { + // Probability must be >0 and <=100 + if (probability <= 0 || probability > 100) { + return false; + } + } else { + // Must be exactly 100% + if (probability != kDefaultProbability) { + return false; + } + } } } } diff --git a/fboss/agent/switch_config.thrift b/fboss/agent/switch_config.thrift index c681bcd859f9f..f979b99a3ed01 100644 --- a/fboss/agent/switch_config.thrift +++ b/fboss/agent/switch_config.thrift @@ -1535,7 +1535,8 @@ enum AsicType { ASIC_TYPE_TOMAHAWK6 = 18, ASIC_TYPE_AGERA3 = 19, ASIC_TYPE_G202X = 20, - ASIC_TYPE_FAKE_NO_WARMBOOT = 21, + ASIC_TYPE_Q4D = 21, + ASIC_TYPE_FAKE_NO_WARMBOOT = 22, } /** * The configuration for an interface diff --git a/fboss/agent/test/BUCK b/fboss/agent/test/BUCK index 5d6fb2ceed402..74d5ae379a895 100644 --- a/fboss/agent/test/BUCK +++ b/fboss/agent/test/BUCK @@ -103,7 +103,6 @@ cpp_unittest( "//fboss/agent:file_based_warmboot_utils", "//fboss/agent:handler", "//fboss/agent:hw_asic_table", - "//fboss/agent:hw_switch_thrift_client_table", "//fboss/agent:hwswitch_matcher", "//fboss/agent:hwswitchcallback", "//fboss/agent:load_agent_config", @@ -218,12 +217,14 @@ cpp_library( "//fboss/agent:core", "//fboss/agent:fboss-error", "//fboss/agent:fboss-types", + "//fboss/agent:hw_switch_thrift_client_table", "//fboss/agent:load_agent_config", "//fboss/agent:monolithic_hw_switch_handler", "//fboss/agent:multi_switch_hw_switch_handler", "//fboss/agent:packet", "//fboss/agent:state_observer", "//fboss/agent:switch_config-cpp2-types", + "//fboss/agent:switch_state-cpp2-types", "//fboss/agent:utils", "//fboss/agent/hw/mock:mock", "//fboss/agent/rib:standalone_rib", diff --git a/fboss/agent/test/FileBasedWarmbootUtilsTest.cpp b/fboss/agent/test/FileBasedWarmbootUtilsTest.cpp index 573862186026f..a32aca537ba21 100644 --- a/fboss/agent/test/FileBasedWarmbootUtilsTest.cpp +++ b/fboss/agent/test/FileBasedWarmbootUtilsTest.cpp @@ -138,35 +138,11 @@ TEST_F(FileBasedWarmbootUtilsTest, CheckCanWarmBootFlagWhenFlagExists) { EXPECT_FALSE(checkFileExists(flagPath)); } -TEST_F(FileBasedWarmbootUtilsTest, CheckCanWarmBootFlagWhenLegacyFlagExists) { - // Create legacy warmboot flag - auto flagPath = getWarmBootFlagLegacy(directoryUtil_.get()); - createDir(std::filesystem::path(flagPath).parent_path().string()); - createTestFile(flagPath); - - bool result = checkCanWarmBootFlag(directoryUtil_.get()); - - EXPECT_TRUE(result); -} - TEST_F(FileBasedWarmbootUtilsTest, CheckCanWarmBootFlagWhenNoFlagExists) { bool result = checkCanWarmBootFlag(directoryUtil_.get()); EXPECT_FALSE(result); } -TEST_F(FileBasedWarmbootUtilsTest, CheckCanWarmBootFlagWhenBothFlagsExist) { - // Create both current and legacy flags - auto flagPath = directoryUtil_->getSwSwitchCanWarmBootFile(); - auto legacyFlagPath = getWarmBootFlagLegacy(directoryUtil_.get()); - createDir(std::filesystem::path(flagPath).parent_path().string()); - createTestFile(flagPath); - createTestFile(legacyFlagPath); - - bool result = checkCanWarmBootFlag(directoryUtil_.get()); - - EXPECT_TRUE(result); -} - // ============================================================================ // CHECK ASIC SUPPORTS WARMBOOT TESTS // ============================================================================ diff --git a/fboss/agent/test/SwSwitchTest.cpp b/fboss/agent/test/SwSwitchTest.cpp index 922176579057a..b78be6443abc5 100644 --- a/fboss/agent/test/SwSwitchTest.cpp +++ b/fboss/agent/test/SwSwitchTest.cpp @@ -146,7 +146,7 @@ TEST_F(SwSwitchTest, VerifyIsValidStateUpdate) { EXPECT_TRUE(sw->isValidStateUpdate(StateDelta(stateV0, stateV3))); - // PortQueue with invalid ECN probability + // PortQueue with valid ECN probability auto stateV4 = stateV0->clone(); auto portMap1 = stateV4->getPorts()->modify(&stateV4); state::PortFields portFields1; @@ -168,7 +168,7 @@ TEST_F(SwSwitchTest, VerifyIsValidStateUpdate) { stateV4->publish(); - EXPECT_FALSE(sw->isValidStateUpdate(StateDelta(stateV0, stateV4))); + EXPECT_TRUE(sw->isValidStateUpdate(StateDelta(stateV0, stateV4))); } TEST_F(SwSwitchTest, gracefulExit) { diff --git a/fboss/agent/test/agent_hw_tests/AgentAmIdlesTests.cpp b/fboss/agent/test/agent_hw_tests/AgentAmIdlesTests.cpp index f01c53a91e237..c11f0b699f2fb 100644 --- a/fboss/agent/test/agent_hw_tests/AgentAmIdlesTests.cpp +++ b/fboss/agent/test/agent_hw_tests/AgentAmIdlesTests.cpp @@ -41,7 +41,7 @@ TEST_F(AgentAmIdlesTest, VerifyAmIdles) { auto newCfg{initialConfig(*(this->getAgentEnsemble()))}; // Get the first two interface ports for testing - auto masterPorts = masterLogicalInterfacePortIds(); + auto masterPorts = masterLogicalInterfaceOrHyperPortIds(); EXPECT_GE(masterPorts.size(), 2) << "Need at least 2 ports for this test"; const auto& firstPortId = masterPorts[0]; @@ -64,7 +64,7 @@ TEST_F(AgentAmIdlesTest, VerifyAmIdles) { }; auto verify = [=, this]() { - auto masterPorts = masterLogicalInterfacePortIds(); + auto masterPorts = masterLogicalInterfaceOrHyperPortIds(); // Verify first port has AM idles enabled auto firstPort = diff --git a/fboss/agent/test/agent_hw_tests/AgentAqmTests.cpp b/fboss/agent/test/agent_hw_tests/AgentAqmTests.cpp index fa69fcb0fa342..2d44c0bacd837 100644 --- a/fboss/agent/test/agent_hw_tests/AgentAqmTests.cpp +++ b/fboss/agent/test/agent_hw_tests/AgentAqmTests.cpp @@ -206,7 +206,7 @@ class AgentAqmTest : public AgentHwTest { } } - cfg::SwitchConfig configureQueue2WithAqmThreshold( + virtual cfg::SwitchConfig configureQueue2WithAqmThreshold( bool enableWred, bool enableEcn) const { auto config = utility::onePortPerInterfaceConfig( @@ -451,6 +451,7 @@ class AgentAqmTest : public AgentHwTest { queueId, utility::kQueueConfigAqmsEcnThresholdMinMax, utility::kQueueConfigAqmsEcnThresholdMinMax, + 100, // probability isVoq); } } @@ -939,6 +940,85 @@ class AgentAqmEcnOnlyTest : public AgentAqmTest { } }; +class AgentAqmEcnProbabilisticMarkingTest : public AgentAqmTest { + public: + std::vector getProductionFeaturesVerified() + const override { + return { + ProductionFeature::ECN, ProductionFeature::ECN_PROBABILISTIC_MARKING}; + } + + protected: + static constexpr int kMinThresh = 10 * 1024; + static constexpr int kMaxThresh = 30 * 1024 * 1024; + static constexpr int kProbability = 50; + + cfg::SwitchConfig configureQueue2WithAqmThreshold( + bool enableWred, + bool enableEcn) const override { + auto config = utility::onePortPerInterfaceConfig( + getSw(), masterLogicalPortIds(), true /*interfaceHasSubnet*/); + if (getAgentEnsemble()->getHwAsicTable()->isFeatureSupportedOnAllAsic( + HwAsic::Feature::L3_QOS)) { + auto hwAsic = checkSameAndGetAsic(getAgentEnsemble()->getL3Asics()); + auto streamType = + *hwAsic->getQueueStreamTypes(cfg::PortType::INTERFACE_PORT).begin(); + bool isVoq = hwAsic->getSwitchType() == cfg::SwitchType::VOQ; + + if (isDualStage3Q2QQos()) { + utility::addNetworkAIQueueConfig( + &config, + streamType, + cfg::QueueScheduling::WEIGHTED_ROUND_ROBIN, + hwAsic, + enableWred, + false /* enableEcn - override below */); + } else { + utility::addOlympicQueueConfig( + &config, + getAgentEnsemble()->getL3Asics(), + enableWred, + false /* enableEcn - we'll add our own */); + if (isVoq) { + utility::addVoqAqmConfig( + &config, + streamType, + hwAsic, + enableWred, + false /* enableEcn, override below */); + } + } + + if (enableEcn) { + auto kQueueId = + utility::getOlympicQueueId(utility::OlympicQueueType::ECN1); + if (isVoq) { + utility::addVoqEcnProbabilisticMarkingConfig( + &config, + streamType, + hwAsic, + kQueueId, + kProbability, + kMinThresh, + kMaxThresh); + } else { + utility::addQueueEcnProbabilisticMarkingConfig( + &config, + streamType, + getAgentEnsemble()->getL3Asics(), + kQueueId, + kProbability, + kMinThresh, + kMaxThresh); + } + } + utility::addOlympicQosMaps(config, getAgentEnsemble()->getL3Asics()); + } + utility::setTTLZeroCpuConfig(getAgentEnsemble()->getL3Asics(), config); + return config; + } +}; + TEST_F(AgentAqmTest, verifyEct0) { runTest(kECT0, true /* enableWred */, true /* enableEcn */); } @@ -995,4 +1075,8 @@ TEST_F(AgentAqmEcnOnlyTest, verifyPerQueueEcnMarkedStats) { runPerQueueEcnMarkedStatsTest(); } +TEST_F(AgentAqmEcnProbabilisticMarkingTest, verifyEcnProbabilisticMarking) { + runTest(kECT0, false /* enableWred */, true /* enableEcn */); +} + } // namespace facebook::fboss diff --git a/fboss/agent/test/agent_hw_tests/AgentDiagShellStressTests.cpp b/fboss/agent/test/agent_hw_tests/AgentDiagShellStressTests.cpp index db92d858cbc44..107b79392161e 100644 --- a/fboss/agent/test/agent_hw_tests/AgentDiagShellStressTests.cpp +++ b/fboss/agent/test/agent_hw_tests/AgentDiagShellStressTests.cpp @@ -33,6 +33,7 @@ class AgentDiagShellStressTest : public AgentHwTest { // No diag shell to test for these ASICs break; case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: runBcmDnxCmds(switchId); break; case cfg::AsicType::ASIC_TYPE_EBRO: diff --git a/fboss/agent/test/agent_hw_tests/AgentPortBandWidthTests.cpp b/fboss/agent/test/agent_hw_tests/AgentPortBandWidthTests.cpp index 3d9c1c4c9d59e..f7cc548d347a9 100644 --- a/fboss/agent/test/agent_hw_tests/AgentPortBandWidthTests.cpp +++ b/fboss/agent/test/agent_hw_tests/AgentPortBandWidthTests.cpp @@ -378,6 +378,7 @@ void AgentPortBandwidthTest::verifyQueueShaper() { kQueueId0(), utility::kQueueConfigAqmsEcnThresholdMinMax, utility::kQueueConfigAqmsEcnThresholdMinMax, + 100, // probability isVoq); applyNewConfig(newCfg); setupHelper(); diff --git a/fboss/agent/test/agent_hw_tests/AgentVoqSwitchWithMultipleDsfNodesTests.cpp b/fboss/agent/test/agent_hw_tests/AgentVoqSwitchWithMultipleDsfNodesTests.cpp index 70da7c445a7f1..9bf16e6c7eb11 100644 --- a/fboss/agent/test/agent_hw_tests/AgentVoqSwitchWithMultipleDsfNodesTests.cpp +++ b/fboss/agent/test/agent_hw_tests/AgentVoqSwitchWithMultipleDsfNodesTests.cpp @@ -693,21 +693,37 @@ TEST_F(AgentVoqSwitchWithMultipleDsfNodesTest, resolveRouteToLoopbackIp) { TEST_F(AgentVoqSwitchWithMultipleDsfNodesTest, resolveRouteToRemoteNeighbor) { constexpr auto kRemotePortId = 401; + constexpr auto kRemoteHyperPortId = 402; const SystemPortID kRemoteSysPortId(kRemotePortId); + const SystemPortID kRemoteHyperSysPortId(kRemoteHyperPortId); const InterfaceID kRemoteIntfId(kRemotePortId); + const InterfaceID kRemoteHyperIntfId(kRemoteHyperPortId); const auto intfAddrV6 = std::make_pair(folly::IPAddress("100::1"), 64); const auto intfAddrV4 = std::make_pair(folly::IPAddress("100.0.0.1"), 24); + const auto hyperIntfAddrV6 = std::make_pair(folly::IPAddress("101::1"), 64); + const auto hyperIntfAddrV4 = + std::make_pair(folly::IPAddress("101.0.0.1"), 24); const auto ipAddr = folly::IPAddressV6("42::42"); + const auto hyperIpAddr = folly::IPAddressV6("43::43"); const auto prefixLen = 128; auto makeSwitchId2SystemPorts = [=](auto& remoteSwitchID) { std::map> switchId2SystemPorts; auto remoteSysPort = utility::makeRemoteSysPort(kRemoteSysPortId, remoteSwitchID); + auto remoteHyperSysPort = utility::makeRemoteSysPort( + kRemoteHyperSysPortId, + remoteSwitchID, + 0, + 2, + static_cast(cfg::PortSpeed::THREEPOINTTWOT), + HwAsic::InterfaceNodeRole::IN_CLUSTER_NODE, + cfg::PortType::HYPER_PORT); auto remoteSysPorts = std::make_shared(); remoteSysPorts->addNode(remoteSysPort); + remoteSysPorts->addNode(remoteHyperSysPort); switchId2SystemPorts[remoteSwitchID] = std::move(remoteSysPorts); return switchId2SystemPorts; }; @@ -720,8 +736,15 @@ TEST_F(AgentVoqSwitchWithMultipleDsfNodesTest, resolveRouteToRemoteNeighbor) { intfAddrV6, intfAddrV4, }); + auto remoteHyperIntf = utility::makeRemoteInterface( + kRemoteHyperIntfId, + { + hyperIntfAddrV6, + hyperIntfAddrV4, + }); auto remoteIntfs = std::make_shared(); remoteIntfs->addNode(remoteIntf); + remoteIntfs->addNode(remoteHyperIntf); switchId2Rifs[remoteSwitchID] = std::move(remoteIntfs); return switchId2Rifs; }; @@ -753,28 +776,50 @@ TEST_F(AgentVoqSwitchWithMultipleDsfNodesTest, resolveRouteToRemoteNeighbor) { auto routeUpdater = getSw()->getRouteUpdater(); auto sysPortDescs = utility::resolveRemoteNhops(getAgentEnsemble(), ecmpHelper); - CHECK_EQ(sysPortDescs.size(), 1); + CHECK_EQ(sysPortDescs.size(), 2); + + boost::container::flat_set regularPortDescs; + boost::container::flat_set hyperPortDescs; + regularPortDescs.insert(PortDescriptor(kRemoteSysPortId)); + hyperPortDescs.insert(PortDescriptor(kRemoteHyperSysPortId)); + + ecmpHelper.programRoutes( + &routeUpdater, regularPortDescs, {RoutePrefixV6{ipAddr, prefixLen}}); ecmpHelper.programRoutes( - &routeUpdater, sysPortDescs, {RoutePrefixV6{ipAddr, prefixLen}}); + &routeUpdater, hyperPortDescs, {RoutePrefixV6{hyperIpAddr, prefixLen}}); }; auto verify = [&, this]() { auto routeInfo = utility::getRouteInfo(ipAddr, prefixLen, *getAgentEnsemble()); EXPECT_TRUE(*routeInfo.exists() && !*routeInfo.isProgrammedToDrop()); + auto hyperRouteInfo = + utility::getRouteInfo(hyperIpAddr, prefixLen, *getAgentEnsemble()); + EXPECT_TRUE( + *hyperRouteInfo.exists() && !*hyperRouteInfo.isProgrammedToDrop()); auto beforeStats = getLatestSysPortStats(kRemoteSysPortId); + auto beforeHyperStats = getLatestSysPortStats(kRemoteHyperSysPortId); sendPacket(ipAddr, std::nullopt /* frontPanelPort */); + sendPacket(hyperIpAddr, std::nullopt /* frontPanelPort */); auto getWatchdogDeletePkts = [](const auto& stats) { return stats.queueCreditWatchdogDeletedPackets_()->at( utility::getDefaultQueue()); }; WITH_RETRIES({ auto afterStats = getLatestSysPortStats(kRemoteSysPortId); - XLOG(DBG2) << "Before: " << getWatchdogDeletePkts(beforeStats) + auto afterHyperStats = getLatestSysPortStats(kRemoteHyperSysPortId); + XLOG(DBG2) << "Regular port - Before: " + << getWatchdogDeletePkts(beforeStats) << " After: " << getWatchdogDeletePkts(afterStats); + XLOG(DBG2) << "Hyper port - Before: " + << getWatchdogDeletePkts(beforeHyperStats) + << " After: " << getWatchdogDeletePkts(afterHyperStats); EXPECT_EVENTUALLY_GT( getWatchdogDeletePkts(afterStats), getWatchdogDeletePkts(beforeStats)); + EXPECT_EVENTUALLY_GT( + getWatchdogDeletePkts(afterHyperStats), + getWatchdogDeletePkts(beforeHyperStats)); }); // Unresolve neighbor @@ -784,11 +829,19 @@ TEST_F(AgentVoqSwitchWithMultipleDsfNodesTest, resolveRouteToRemoteNeighbor) { routeInfo = utility::getRouteInfo(ipAddr, prefixLen, *getAgentEnsemble()); EXPECT_TRUE(*routeInfo.exists() && *routeInfo.isProgrammedToDrop()); + hyperRouteInfo = + utility::getRouteInfo(hyperIpAddr, prefixLen, *getAgentEnsemble()); + EXPECT_TRUE( + *hyperRouteInfo.exists() && *hyperRouteInfo.isProgrammedToDrop()); // Resolve neighbor utility::resolveRemoteNhops(getAgentEnsemble(), ecmpHelper); routeInfo = utility::getRouteInfo(ipAddr, prefixLen, *getAgentEnsemble()); EXPECT_TRUE(*routeInfo.exists() && !*routeInfo.isProgrammedToDrop()); + hyperRouteInfo = + utility::getRouteInfo(hyperIpAddr, prefixLen, *getAgentEnsemble()); + EXPECT_TRUE( + *hyperRouteInfo.exists() && !*hyperRouteInfo.isProgrammedToDrop()); }; verifyAcrossWarmBoots(setup, verify); } diff --git a/fboss/agent/test/prod_agent_tests/ProdInvariantTests.cpp b/fboss/agent/test/prod_agent_tests/ProdInvariantTests.cpp index 867d10d835ac1..3c7b284bf1cef 100644 --- a/fboss/agent/test/prod_agent_tests/ProdInvariantTests.cpp +++ b/fboss/agent/test/prod_agent_tests/ProdInvariantTests.cpp @@ -373,6 +373,7 @@ void ProdInvariantTest::verifySafeDiagCommands() { case cfg::AsicType::ASIC_TYPE_AGERA3: case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_RAMON: case cfg::AsicType::ASIC_TYPE_RAMON3: case cfg::AsicType::ASIC_TYPE_TOMAHAWK5: diff --git a/fboss/agent/test/production_features.thrift b/fboss/agent/test/production_features.thrift index 4c7126ac1902e..32f8c7012e53a 100644 --- a/fboss/agent/test/production_features.thrift +++ b/fboss/agent/test/production_features.thrift @@ -112,6 +112,7 @@ enum ProductionFeature { L2_QOS = 94, MIRROR_ON_DROP_DNX = 95, MIRROR_ON_DROP_XGS = 96, + ECN_PROBABILISTIC_MARKING = 97, # production feature which is present on all platforms, keep it at the end HW_SWITCH = 65536, } diff --git a/fboss/agent/test/utils/ConfigUtils.cpp b/fboss/agent/test/utils/ConfigUtils.cpp index 4913f667a9998..625bb953789b2 100644 --- a/fboss/agent/test/utils/ConfigUtils.cpp +++ b/fboss/agent/test/utils/ConfigUtils.cpp @@ -87,7 +87,9 @@ int getSysPortIdsAllocated( std::optional platformType = std::nullopt) { auto portsConsumed = firstSwitchIdMin; auto deviceIndex = remoteSwitchId / asic.getNumCores(); - CHECK(asic.getAsicType() == cfg::AsicType::ASIC_TYPE_JERICHO3); + CHECK( + asic.getAsicType() == cfg::AsicType::ASIC_TYPE_JERICHO3 || + asic.getAsicType() == cfg::AsicType::ASIC_TYPE_Q4D); if (deviceIndex < getMaxRdsw(platformType)) { portsConsumed += deviceIndex * getRdswSysPortBlockSize(platformType) - 1; } else { diff --git a/fboss/agent/test/utils/CoppTestUtils.cpp b/fboss/agent/test/utils/CoppTestUtils.cpp index 475aaa6b73629..3cda6a90a516a 100644 --- a/fboss/agent/test/utils/CoppTestUtils.cpp +++ b/fboss/agent/test/utils/CoppTestUtils.cpp @@ -118,6 +118,7 @@ uint16_t getCoppHighPriQueueId(const HwAsic* hwAsic) { case cfg::AsicType::ASIC_TYPE_YUBA: case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_G202X: return 7; case cfg::AsicType::ASIC_TYPE_CHENAB: @@ -164,6 +165,7 @@ cfg::ToCpuAction getCpuActionType(const HwAsic* hwAsic) { return cfg::ToCpuAction::COPY; case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_CHENAB: return cfg::ToCpuAction::TRAP; case cfg::AsicType::ASIC_TYPE_ELBERT_8DD: @@ -244,7 +246,8 @@ cfg::PortQueueRate getPortQueueRate(const HwAsic* hwAsic, uint16_t queueId) { portQueueRate.pktsPerSec() = getRange(0, pps); } else { uint32_t kbps; - if (hwAsic->getAsicType() == cfg::AsicType::ASIC_TYPE_JERICHO3) { + if (hwAsic->getAsicType() == cfg::AsicType::ASIC_TYPE_JERICHO3 || + hwAsic->getAsicType() == cfg::AsicType::ASIC_TYPE_Q4D) { kbps = kCoppDnxLowPriKbitsPerSec; } else { kbps = getCoppQueueKbpsFromPps(hwAsic, pps); diff --git a/fboss/agent/test/utils/InvariantTestUtils.cpp b/fboss/agent/test/utils/InvariantTestUtils.cpp index 869dcf74c3c02..400c3ec41abad 100644 --- a/fboss/agent/test/utils/InvariantTestUtils.cpp +++ b/fboss/agent/test/utils/InvariantTestUtils.cpp @@ -46,6 +46,7 @@ void verifySafeDiagCmds(TestEnsembleIf* ensemble) { case cfg::AsicType::ASIC_TYPE_AGERA3: case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: case cfg::AsicType::ASIC_TYPE_RAMON: case cfg::AsicType::ASIC_TYPE_RAMON3: case cfg::AsicType::ASIC_TYPE_TOMAHAWK5: diff --git a/fboss/agent/test/utils/NetworkAITestUtils.cpp b/fboss/agent/test/utils/NetworkAITestUtils.cpp index 2afbe47ca7ff3..83e6dd00ea1fd 100644 --- a/fboss/agent/test/utils/NetworkAITestUtils.cpp +++ b/fboss/agent/test/utils/NetworkAITestUtils.cpp @@ -236,6 +236,43 @@ void addVoqAqmConfig( config->defaultVoqConfig() = voqs; } +// Configure a specific VoQ with ECN marking at the specified probability. +// Used to apply ECN config dynamically after traffic is flowing. +void addVoqEcnProbabilisticMarkingConfig( + cfg::SwitchConfig* config, + cfg::StreamType /* streamType */, + const HwAsic* asic, + int queueId, + int probability, + int minThresh, + int maxThresh) { + XLOG(DBG2) << "Configuring VoQ ECN probabilistic marking for queue " + << queueId << " with minThresh: " << minThresh << " bytes" + << ", maxThresh: " << maxThresh << " bytes" + << ", probability: " << probability << "%"; + + auto nameAndDefaultVoqCfg = + getNameAndDefaultVoqCfg(cfg::PortType::INTERFACE_PORT); + CHECK(nameAndDefaultVoqCfg.has_value()); + std::vector voqs = nameAndDefaultVoqCfg->queueConfig; + + for (auto& voq : voqs) { + auto voqId = voq.id(); + if (asic->scalingFactorBasedDynamicThresholdSupported()) { + voq.scalingFactor() = cfg::MMUScalingFactor::ONE; + } + voq.reservedBytes() = 1500; // Set to possible MTU! + + // Configure only the specified VoQ with ECN + if (voqId == getTrafficClassToVoqId(asic, queueId)) { + voq.aqms() = {}; + voq.aqms()->push_back( + GetEcnConfig(*asic, minThresh, maxThresh, probability)); + } + } + config->defaultVoqConfig() = voqs; +} + void addEventorVoqConfig( cfg::SwitchConfig* config, cfg::StreamType streamType) { diff --git a/fboss/agent/test/utils/NetworkAITestUtils.h b/fboss/agent/test/utils/NetworkAITestUtils.h index ce1b7ec55667b..900b254009178 100644 --- a/fboss/agent/test/utils/NetworkAITestUtils.h +++ b/fboss/agent/test/utils/NetworkAITestUtils.h @@ -64,6 +64,17 @@ void addVoqAqmConfig( bool addWredConfig, bool addEcnConfig); +// Configure a specific VoQ with ECN marking at the specified probability. +// Used to apply ECN config dynamically after traffic is flowing. +void addVoqEcnProbabilisticMarkingConfig( + cfg::SwitchConfig* config, + cfg::StreamType streamType, + const HwAsic* asic, + int queueId, + int probability, + int minThresh, + int maxThresh); + void addEventorVoqConfig(cfg::SwitchConfig* config, cfg::StreamType streamType); const std::vector kNetworkAISPQueueIds(); diff --git a/fboss/agent/test/utils/OlympicTestUtils.cpp b/fboss/agent/test/utils/OlympicTestUtils.cpp index bde2fa8aa2803..2416c11dd12fc 100644 --- a/fboss/agent/test/utils/OlympicTestUtils.cpp +++ b/fboss/agent/test/utils/OlympicTestUtils.cpp @@ -204,13 +204,14 @@ void addQueueEcnConfig( const int queueId, const uint32_t minLen, const uint32_t maxLen, + const int probability, bool isVoq) { auto asic = checkSameAndGetAsic(asics); auto& queue = getPortQueueConfig(config, queueId, isVoq); if (!queue.aqms().has_value()) { queue.aqms() = {}; } - queue.aqms()->push_back(GetEcnConfig(*asic, minLen, maxLen)); + queue.aqms()->push_back(GetEcnConfig(*asic, minLen, maxLen, probability)); } void addQueueWredConfig( @@ -297,6 +298,64 @@ void addQueueWredDropConfig( } } +// Configure a specific queue with ECN marking at the specified probability. +// Used to apply ECN config dynamically after traffic is flowing. +void addQueueEcnProbabilisticMarkingConfig( + cfg::SwitchConfig* config, + cfg::StreamType streamType, + const std::vector& asics, + int queueId, + int probability, + int minThresh, + int maxThresh) { + auto asic = checkSameAndGetAsic(asics); + + XLOG(DBG2) << "Configuring ECN probabilistic marking for queue " << queueId + << " with minThresh: " << minThresh << " bytes" + << ", maxThresh: " << maxThresh << " bytes" + << ", probability: " << probability << "%"; + + // Get existing queue config or create new one + std::vector portQueues; + if (config->portQueueConfigs()->count("queue_config")) { + portQueues = config->portQueueConfigs()->at("queue_config"); + } + + // Find or create the queue with the specified ID + bool found = false; + for (auto& queue : portQueues) { + if (queue.id() == queueId) { + queue.aqms() = {}; + queue.aqms()->push_back( + GetEcnConfig(*asic, minThresh, maxThresh, probability)); + found = true; + break; + } + } + + if (!found) { + // Create new queue entry + cfg::PortQueue queue; + queue.id() = queueId; + queue.name() = "queue" + std::to_string(queueId); + queue.streamType() = streamType; + queue.scheduling() = cfg::QueueScheduling::WEIGHTED_ROUND_ROBIN; + queue.weight() = kOlympicEcn1Weight; + if (asic->scalingFactorBasedDynamicThresholdSupported()) { + queue.scalingFactor() = cfg::MMUScalingFactor::ONE; + } + queue.aqms() = {}; + queue.aqms()->push_back( + GetEcnConfig(*asic, minThresh, maxThresh, probability)); + portQueues.push_back(queue); + } + + config->portQueueConfigs()["queue_config"] = portQueues; + for (auto& port : *config->ports()) { + port.portQueueConfigName() = "queue_config"; + } +} + const std::map& kOlympicV2QueueIdToQueueName() { static const std::map queueIdToQueueName = { diff --git a/fboss/agent/test/utils/OlympicTestUtils.h b/fboss/agent/test/utils/OlympicTestUtils.h index 32a378afa72c0..be1d8f22f4d16 100644 --- a/fboss/agent/test/utils/OlympicTestUtils.h +++ b/fboss/agent/test/utils/OlympicTestUtils.h @@ -106,6 +106,7 @@ constexpr int kQueueConfigBurstSizeMaxKb = 224; constexpr int kQueueConfigAqmsEcnThresholdMinMax = 40600; constexpr int kQueueConfigAqmsWredThresholdMinMax = 48600; constexpr int kQueueConfigAqmsWredDropProbability = 100; +constexpr int kQueueConfigAqmsEcnMarkProbability = 100; void addOlympicQueueConfig( cfg::SwitchConfig* config, @@ -126,6 +127,17 @@ void addQueueWredDropConfig( cfg::StreamType streamType, const std::vector& asics); +// Configure a specific queue with ECN marking at the specified probability. +// Used to apply ECN config dynamically after traffic is flowing. +void addQueueEcnProbabilisticMarkingConfig( + cfg::SwitchConfig* config, + cfg::StreamType streamType, + const std::vector& asics, + int queueId, + int probability, + int minThresh, + int maxThresh); + void addQosMapsHelper( cfg::SwitchConfig& cfg, const std::map>& queueToDscpMap, @@ -168,6 +180,7 @@ void addQueueEcnConfig( const int queueId, const uint32_t minLen, const uint32_t maxLen, + const int probability, bool isVoq); void addQueueWredConfig( cfg::SwitchConfig& config, diff --git a/fboss/agent/test/utils/PfcTestUtils.cpp b/fboss/agent/test/utils/PfcTestUtils.cpp index 3602f1c841727..cf8aac4358933 100644 --- a/fboss/agent/test/utils/PfcTestUtils.cpp +++ b/fboss/agent/test/utils/PfcTestUtils.cpp @@ -261,6 +261,7 @@ PfcBufferParams PfcBufferParams::getPfcBufferParams( switch (asicType) { case cfg::AsicType::ASIC_TYPE_JERICHO2: case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: buffer.globalShared = kSmallGlobalSharedBytes; break; default: diff --git a/fboss/agent/test/utils/PortTestUtils.cpp b/fboss/agent/test/utils/PortTestUtils.cpp index 4a007f9fc64e2..022b1d9ff2baf 100644 --- a/fboss/agent/test/utils/PortTestUtils.cpp +++ b/fboss/agent/test/utils/PortTestUtils.cpp @@ -183,6 +183,7 @@ cfg::PortSpeed getDefaultInterfaceSpeed(const cfg::AsicType& asicType) { case cfg::AsicType::ASIC_TYPE_JERICHO2: return cfg::PortSpeed::HUNDREDG; case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: return cfg::PortSpeed::FOURHUNDREDG; default: throw FbossError( @@ -196,6 +197,7 @@ cfg::PortSpeed getDefaultFabricSpeed(const cfg::AsicType& asicType) { case cfg::AsicType::ASIC_TYPE_JERICHO2: return cfg::PortSpeed::FIFTYTHREEPOINTONETWOFIVEG; case cfg::AsicType::ASIC_TYPE_JERICHO3: + case cfg::AsicType::ASIC_TYPE_Q4D: return cfg::PortSpeed::HUNDREDANDSIXPOINTTWOFIVEG; default: throw FbossError( diff --git a/fboss/agent/test/utils/QueueTestUtils.cpp b/fboss/agent/test/utils/QueueTestUtils.cpp index bfa0138933f63..d43f26312e2ea 100644 --- a/fboss/agent/test/utils/QueueTestUtils.cpp +++ b/fboss/agent/test/utils/QueueTestUtils.cpp @@ -148,12 +148,16 @@ int getAqmGranularThreshold(const HwAsic& asic, int value) { asic.getThresholdGranularity(); } -cfg::ActiveQueueManagement -GetEcnConfig(const HwAsic& asic, int minLength, int maxLength) { +cfg::ActiveQueueManagement GetEcnConfig( + const HwAsic& asic, + int minLength, + int maxLength, + int probability) { cfg::ActiveQueueManagement ecnAQM; cfg::LinearQueueCongestionDetection ecnLQCD; ecnLQCD.minimumLength() = getAqmGranularThreshold(asic, minLength); ecnLQCD.maximumLength() = getAqmGranularThreshold(asic, maxLength); + ecnLQCD.probability() = probability; ecnAQM.detection()->linear() = ecnLQCD; ecnAQM.behavior() = cfg::QueueCongestionBehavior::ECN; return ecnAQM; diff --git a/fboss/agent/test/utils/QueueTestUtils.h b/fboss/agent/test/utils/QueueTestUtils.h index f032bdf0d0710..336c65c41447e 100644 --- a/fboss/agent/test/utils/QueueTestUtils.h +++ b/fboss/agent/test/utils/QueueTestUtils.h @@ -55,8 +55,11 @@ int getTrafficClassToEgressQueueId(const HwAsic* hwAsic, int trafficClass); int getAqmGranularThreshold(const HwAsic* asic, int value); -cfg::ActiveQueueManagement -GetEcnConfig(const HwAsic& asic, int minLength = 41600, int maxLength = 41600); +cfg::ActiveQueueManagement GetEcnConfig( + const HwAsic& asic, + int minLength = 41600, + int maxLength = 41600, + int probability = 100); cfg::ActiveQueueManagement GetWredConfig( const HwAsic& asic, diff --git a/fboss/cli/fboss2/BUCK b/fboss/cli/fboss2/BUCK index d2fc604501023..35a21bd461767 100644 --- a/fboss/cli/fboss2/BUCK +++ b/fboss/cli/fboss2/BUCK @@ -310,13 +310,19 @@ cpp_library( "commands/show/facebook/techsupport/CmdShowTechSupport.cpp", "commands/show/fsdb/CmdShowFsdbUtils.cpp", "commands/show/hwagent/CmdShowHwAgentStatus.cpp", + "commands/show/hwobject/CmdShowHwObject.cpp", + "commands/show/l2/CmdShowL2.cpp", "commands/show/lldp/CmdShowLldp.cpp", + "commands/show/mac/CmdShowMacAddrToBlock.cpp", "commands/show/mac/CmdShowMacDetails.cpp", + "commands/show/mirror/CmdShowMirror.cpp", "commands/show/ndp/CmdShowNdp.cpp", "commands/show/port/CmdShowPort.cpp", + "commands/show/port/CmdShowPortQueue.cpp", "commands/show/rif/CmdShowRif.cpp", "commands/show/route/utils.cpp", "commands/show/systemport/CmdShowSystemPort.cpp", + "commands/show/transceiver/CmdShowTransceiver.cpp", "facebook/CmdHandlerImpl.cpp", "facebook/CmdList.cpp", "facebook/CmdStreamHandler.cpp", @@ -507,6 +513,7 @@ cpp_library( ], exported_deps = [ "fbsource//third-party/fmt:fmt", + "fbsource//third-party/glog:glog", "fbsource//third-party/re2:re2", ":cli-cpp2-types", ":cmd-common-utils", @@ -736,7 +743,6 @@ cpp_library( "//thrift/lib/cpp2/protocol:protocol", ], exported_external_deps = [ - "glog", ("boost", None, "boost_algorithm"), ], ) @@ -807,6 +813,7 @@ cpp_library( ], exported_deps = [ "fbsource//third-party/fmt:fmt", + "fbsource//third-party/glog:glog", "fbsource//third-party/re2:re2", ":cmd-common-utils", ":cmd-handler", @@ -824,7 +831,6 @@ cpp_library( "//thrift/lib/cpp2/protocol:protocol", ], exported_external_deps = [ - "glog", ("boost", None, "boost_filesystem"), ], ) diff --git a/fboss/cli/fboss2/commands/show/hwobject/CmdShowHwObject.cpp b/fboss/cli/fboss2/commands/show/hwobject/CmdShowHwObject.cpp new file mode 100644 index 0000000000000..9ac11eaba9d8f --- /dev/null +++ b/fboss/cli/fboss2/commands/show/hwobject/CmdShowHwObject.cpp @@ -0,0 +1,49 @@ +/* + * Copyright (c) 2004-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + */ + +#include "CmdShowHwObject.h" + +#include "fboss/cli/fboss2/utils/CmdClientUtils.h" + +namespace facebook::fboss { + +CmdShowHwObject::RetType CmdShowHwObject::queryClient( + const HostInfo& hostInfo, + const ObjectArgType& queriedHwObjectTypes) { + std::string hwObjectInfo; + + if (utils::isMultiSwitchEnabled(hostInfo)) { + auto hwAgentQueryFn = + [&hwObjectInfo, queriedHwObjectTypes]( + apache::thrift::Client& client) { + std::string hwAgentObjectInfo; + // TODO - we look at non cached objects. Add a cli option to + // look at cached objects if so desired. + client.sync_listHwObjects( + hwAgentObjectInfo, queriedHwObjectTypes.data(), false); + hwObjectInfo += hwAgentObjectInfo; + }; + utils::runOnAllHwAgents(hostInfo, hwAgentQueryFn); + } else { + auto client = + utils::createClient>(hostInfo); + client->sync_listHwObjects(hwObjectInfo, queriedHwObjectTypes.data(), true); + } + + return hwObjectInfo; +} + +void CmdShowHwObject::printOutput( + const RetType& hwObjectInfo, + std::ostream& out) { + out << hwObjectInfo << std::endl; +} + +} // namespace facebook::fboss diff --git a/fboss/cli/fboss2/commands/show/hwobject/CmdShowHwObject.h b/fboss/cli/fboss2/commands/show/hwobject/CmdShowHwObject.h index 1f02c0fb10e22..effaa60d40764 100644 --- a/fboss/cli/fboss2/commands/show/hwobject/CmdShowHwObject.h +++ b/fboss/cli/fboss2/commands/show/hwobject/CmdShowHwObject.h @@ -10,7 +10,6 @@ #pragma once -#include "fboss/cli/fboss2/CmdGlobalOptions.h" #include "fboss/cli/fboss2/CmdHandler.h" #include "fboss/cli/fboss2/utils/CmdUtils.h" @@ -31,34 +30,9 @@ class CmdShowHwObject RetType queryClient( const HostInfo& hostInfo, - const ObjectArgType& queriedHwObjectTypes) { - std::string hwObjectInfo; + const ObjectArgType& queriedHwObjectTypes); - if (utils::isMultiSwitchEnabled(hostInfo)) { - auto hwAgentQueryFn = - [&hwObjectInfo, queriedHwObjectTypes]( - apache::thrift::Client& client) { - std::string hwAgentObjectInfo; - // TODO - we look at non cached objects. Add a cli option to - // look at cached objects if so desired. - client.sync_listHwObjects( - hwAgentObjectInfo, queriedHwObjectTypes.data(), false); - hwObjectInfo += hwAgentObjectInfo; - }; - utils::runOnAllHwAgents(hostInfo, hwAgentQueryFn); - } else { - auto client = - utils::createClient(hostInfo); - client->sync_listHwObjects( - hwObjectInfo, queriedHwObjectTypes.data(), true); - } - - return hwObjectInfo; - } - - void printOutput(const RetType& hwObjectInfo, std::ostream& out = std::cout) { - out << hwObjectInfo << std::endl; - } + void printOutput(const RetType& hwObjectInfo, std::ostream& out = std::cout); }; } // namespace facebook::fboss diff --git a/fboss/cli/fboss2/commands/show/l2/CmdShowL2.cpp b/fboss/cli/fboss2/commands/show/l2/CmdShowL2.cpp new file mode 100644 index 0000000000000..f1a95126860e4 --- /dev/null +++ b/fboss/cli/fboss2/commands/show/l2/CmdShowL2.cpp @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2004-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + */ + +#include "CmdShowL2.h" + +namespace facebook::fboss { + +CmdShowL2::RetType CmdShowL2::queryClient(const HostInfo& /* hostInfo */) { + return "Please run \"show mac details\" for L2 entries."; +} + +void CmdShowL2::printOutput(const RetType& message, std::ostream& out) { + out << message << std::endl; +} + +} // namespace facebook::fboss diff --git a/fboss/cli/fboss2/commands/show/l2/CmdShowL2.h b/fboss/cli/fboss2/commands/show/l2/CmdShowL2.h index fb247ed6825b0..e92c7b0637fa2 100644 --- a/fboss/cli/fboss2/commands/show/l2/CmdShowL2.h +++ b/fboss/cli/fboss2/commands/show/l2/CmdShowL2.h @@ -11,14 +11,10 @@ #pragma once #include "fboss/cli/fboss2/CmdHandler.h" -#include "fboss/cli/fboss2/utils/CmdClientUtils.h" #include "fboss/cli/fboss2/utils/CmdUtils.h" -#include "fboss/cli/fboss2/utils/Table.h" namespace facebook::fboss { -using utils::Table; - struct CmdShowL2Traits : public ReadCommandTraits { static constexpr utils::ObjectArgTypeId ObjectArgTypeId = utils::ObjectArgTypeId::OBJECT_ARG_TYPE_ID_NONE; @@ -30,13 +26,9 @@ class CmdShowL2 : public CmdHandler { public: using RetType = CmdShowL2Traits::RetType; - RetType queryClient(const HostInfo& hostInfo) { - return "Please run \"show mac details\" for L2 entries."; - } + RetType queryClient(const HostInfo& hostInfo); - void printOutput(const RetType& message, std::ostream& out = std::cout) { - out << message << std::endl; - } + void printOutput(const RetType& message, std::ostream& out = std::cout); }; } // namespace facebook::fboss diff --git a/fboss/cli/fboss2/commands/show/mac/CmdShowMacAddrToBlock.cpp b/fboss/cli/fboss2/commands/show/mac/CmdShowMacAddrToBlock.cpp new file mode 100644 index 0000000000000..619caa551c682 --- /dev/null +++ b/fboss/cli/fboss2/commands/show/mac/CmdShowMacAddrToBlock.cpp @@ -0,0 +1,59 @@ +/* + * Copyright (c) 2004-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + */ + +#include "CmdShowMacAddrToBlock.h" + +#include +#include "fboss/cli/fboss2/utils/CmdClientUtils.h" + +namespace facebook::fboss { + +CmdShowMacAddrToBlock::RetType CmdShowMacAddrToBlock::queryClient( + const HostInfo& hostInfo) { + std::vector entries; + auto client = + utils::createClient>(hostInfo); + + client->sync_getMacAddrsToBlock(entries); + return createModel(entries); +} + +void CmdShowMacAddrToBlock::printOutput( + const RetType& model, + std::ostream& out) { + constexpr auto fmtString = "{:<19}{:<19}\n"; + + out << fmt::format(fmtString, "VLAN", "MAC Address"); + + for (const auto& entry : model.macAndVlanEntries().value()) { + out << fmt::format( + fmtString, + folly::copy(entry.vlanID().value()), + entry.macAddress().value()); + } + out << std::endl; +} + +CmdShowMacAddrToBlock::RetType CmdShowMacAddrToBlock::createModel( + std::vector& macAndVlanEntries) { + RetType model; + + for (const auto& entry : macAndVlanEntries) { + cli::MacAndVlan macAndVlanDetails; + + macAndVlanDetails.vlanID() = folly::copy(entry.vlanID().value()); + macAndVlanDetails.macAddress() = entry.macAddress().value(); + + model.macAndVlanEntries()->push_back(macAndVlanDetails); + } + return model; +} + +} // namespace facebook::fboss diff --git a/fboss/cli/fboss2/commands/show/mac/CmdShowMacAddrToBlock.h b/fboss/cli/fboss2/commands/show/mac/CmdShowMacAddrToBlock.h index 0c309e2e8f790..12f5772f43e44 100644 --- a/fboss/cli/fboss2/commands/show/mac/CmdShowMacAddrToBlock.h +++ b/fboss/cli/fboss2/commands/show/mac/CmdShowMacAddrToBlock.h @@ -12,10 +12,6 @@ #include #include -#include -#include -#include -#include #include "fboss/agent/if/gen-cpp2/common_types.h" #include "fboss/cli/fboss2/CmdHandler.h" #include "fboss/cli/fboss2/commands/show/mac/gen-cpp2/model_types.h" @@ -32,42 +28,11 @@ struct CmdShowMacAddrToBlockTraits : public ReadCommandTraits { class CmdShowMacAddrToBlock : public CmdHandler { public: - RetType queryClient(const HostInfo& hostInfo) { - std::vector entries; - auto client = - utils::createClient(hostInfo); + RetType queryClient(const HostInfo& hostInfo); - client->sync_getMacAddrsToBlock(entries); - return createModel(entries); - } + void printOutput(const RetType& model, std::ostream& out = std::cout); - void printOutput(const RetType& model, std::ostream& out = std::cout) { - constexpr auto fmtString = "{:<19}{:<19}\n"; - - out << fmt::format(fmtString, "VLAN", "MAC Address"); - - for (const auto& entry : model.macAndVlanEntries().value()) { - out << fmt::format( - fmtString, - folly::copy(entry.vlanID().value()), - entry.macAddress().value()); - } - out << std::endl; - } - - RetType createModel(std::vector& macAndVlanEntries) { - RetType model; - - for (const auto& entry : macAndVlanEntries) { - cli::MacAndVlan macAndVlanDetails; - - macAndVlanDetails.vlanID() = folly::copy(entry.vlanID().value()); - macAndVlanDetails.macAddress() = entry.macAddress().value(); - - model.macAndVlanEntries()->push_back(macAndVlanDetails); - } - return model; - } + RetType createModel(std::vector& macAndVlanEntries); }; } // namespace facebook::fboss diff --git a/fboss/cli/fboss2/commands/show/mirror/CmdShowMirror.cpp b/fboss/cli/fboss2/commands/show/mirror/CmdShowMirror.cpp new file mode 100644 index 0000000000000..30fa0c2e79e8c --- /dev/null +++ b/fboss/cli/fboss2/commands/show/mirror/CmdShowMirror.cpp @@ -0,0 +1,212 @@ +/* + * Copyright (c) 2004-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + */ + +#include "CmdShowMirror.h" + +#include "fboss/cli/fboss2/utils/CmdClientUtils.h" + +namespace facebook::fboss { + +CmdShowMirror::RetType CmdShowMirror::queryClient( + const HostInfo& hostInfo, + const ObjectArgType& queriedMirrors) { + auto client = + utils::createClient>(hostInfo); + + std::map pathToState; + std::string mirrorMaps; + + try { + client->sync_getCurrentStateJSONForPaths(pathToState, {"mirrorMaps"}); + auto it = pathToState.find("mirrorMaps"); + if (it == pathToState.end()) { + throw std::runtime_error("No mirrorMaps found in Switch State"); + } + mirrorMaps = it->second; + } catch (...) { + // Fallback to old getCurrentStateJSON till Agent version that supports + // getCurrentStateJSONForPaths is rolled out. Then, this fallback logic + // can be removed. + client->sync_getCurrentStateJSON(mirrorMaps, "mirrorMaps"); + } + + std::map portInfoEntries; + client->sync_getAllPortInfo(portInfoEntries); + + return createModel(mirrorMaps, portInfoEntries, queriedMirrors); +} + +void CmdShowMirror::printOutput(const RetType& model, std::ostream& out) { + Table table; + table.setHeader( + {"Mirror", + "Status", + "Egress Port", + "Egress Port Name", + "Tunnel Type", + "Src MAC", + "Src IP", + "Src UDP Port", + "Dst MAC", + "Dst IP", + "Dst UDP Port", + "DSCP", + "TTL"}); + for (const auto& mirrorEntry : model.mirrorEntries().value()) { + table.addRow( + {mirrorEntry.mirror().value(), + mirrorEntry.status().value(), + mirrorEntry.egressPort().value(), + mirrorEntry.egressPortName().value(), + mirrorEntry.mirrorTunnelType().value(), + mirrorEntry.srcMAC().value(), + mirrorEntry.srcIP().value(), + mirrorEntry.srcUDPPort().value(), + mirrorEntry.dstMAC().value(), + mirrorEntry.dstIP().value(), + mirrorEntry.dstUDPPort().value(), + mirrorEntry.dscp().value(), + mirrorEntry.ttl().value()}); + } + out << table << std::endl; +} + +std::string CmdShowMirror::getEgressPortName( + const std::string& egressPort, + const std::map& portInfoEntries) { + std::int32_t egressPortID = folly::to(egressPort); + auto egressPortInfoEntry = portInfoEntries.find(egressPortID); + if (egressPortInfoEntry != portInfoEntries.end()) { + const auto& egressPortInfo = egressPortInfoEntry->second; + return egressPortInfo.name().value(); + } + return "Unknown"; +} + +std::string CmdShowMirror::getIPAddressStr(const std::string& rawIPAddress) { + auto thriftIPAddress = apache::thrift::SimpleJSONSerializer::deserialize< + network::thrift::BinaryAddress>(rawIPAddress); + return network::toIPAddress(thriftIPAddress).str(); +} + +void CmdShowMirror::processTunnel( + const folly::dynamic& tunnel, + cli::ShowMirrorModelEntry& mirrorDetails) { + mirrorDetails.srcMAC() = tunnel["srcMac"].asString(); + mirrorDetails.srcIP() = getIPAddressStr(folly::toJson(tunnel["srcIp"])); + mirrorDetails.dstMAC() = tunnel["dstMac"].asString(); + mirrorDetails.dstIP() = getIPAddressStr(folly::toJson(tunnel["dstIp"])); + bool isSFlow = true; + auto srcUDPPort = tunnel.find("udpSrcPort"); + if (srcUDPPort != tunnel.items().end()) { + mirrorDetails.srcUDPPort() = srcUDPPort->second.asString(); + } else { + mirrorDetails.srcUDPPort() = "-"; + isSFlow = false; + } + auto dstUDPPort = tunnel.find("udpDstPort"); + if (dstUDPPort != tunnel.items().end()) { + mirrorDetails.dstUDPPort() = dstUDPPort->second.asString(); + } else { + mirrorDetails.dstUDPPort() = "-"; + isSFlow = false; + } + mirrorDetails.mirrorTunnelType() = isSFlow ? "sFlow" : "GRE"; + mirrorDetails.ttl() = tunnel["ttl"].asString(); +} + +void CmdShowMirror::processWithNoTunnel( + const folly::dynamic& mirrorMapEntry, + cli::ShowMirrorModelEntry& mirrorDetails) { + mirrorDetails.mirrorTunnelType() = "-"; + mirrorDetails.srcMAC() = "-"; + auto srcIP = mirrorMapEntry.find("srcIp"); + if (srcIP != mirrorMapEntry.items().end()) { + mirrorDetails.srcIP() = getIPAddressStr(folly::toJson(srcIP->second)); + } else { + mirrorDetails.srcIP() = "-"; + } + auto srcUDPPort = mirrorMapEntry.find("udpSrcPort"); + if (srcUDPPort != mirrorMapEntry.items().end()) { + mirrorDetails.srcUDPPort() = srcUDPPort->second.asString(); + } else { + mirrorDetails.srcUDPPort() = "-"; + } + mirrorDetails.dstMAC() = "-"; + auto dstIP = mirrorMapEntry.find("destinationIp"); + if (dstIP != mirrorMapEntry.items().end()) { + mirrorDetails.dstIP() = getIPAddressStr(folly::toJson(dstIP->second)); + } else { + mirrorDetails.dstIP() = "-"; + } + auto dstUDPPort = mirrorMapEntry.find("udpDstPort"); + if (dstUDPPort != mirrorMapEntry.items().end()) { + mirrorDetails.dstUDPPort() = dstUDPPort->second.asString(); + } else { + mirrorDetails.dstUDPPort() = "-"; + } + mirrorDetails.ttl() = "-"; +} + +CmdShowMirror::RetType CmdShowMirror::createModel( + const std::string& mirrorMaps, + const std::map& portInfoEntries, + const ObjectArgType& queriedMirrors) { + RetType model; + std::unordered_set queriedSet( + queriedMirrors.begin(), queriedMirrors.end()); + auto mirrorMapsEntries = folly::parseJson(mirrorMaps); + // TODO: Handle NPU ID for Multi-NPU Cases + auto mirrorMapEntries = mirrorMapsEntries.find("id=0"); + if (mirrorMapEntries == mirrorMapsEntries.items().end()) { + return model; + } + for (const auto& mirrorMapEntryItem : mirrorMapEntries->second.items()) { + cli::ShowMirrorModelEntry mirrorDetails; + const auto& mirrorMapEntry = mirrorMapEntryItem.second; + auto mirrorName = mirrorMapEntry["name"].asString(); + if (queriedSet.size() > 0 && queriedSet.count(mirrorName) == 0) { + continue; + } + mirrorDetails.mirror() = mirrorMapEntry["name"].asString(); + mirrorDetails.status() = + (mirrorMapEntry["isResolved"].asBool()) ? "Active" : "Configured"; + auto egressPortDesc = mirrorMapEntry.find("egressPortDesc"); + if (egressPortDesc != mirrorMapEntry.items().end()) { + std::string egressPortID; + auto& portIdValue = egressPortDesc->second["portId"]; + if (portIdValue.isInt()) { + // PortID is stored as a signed i16 in thrift, need to convert it + // to unsigned int so that large port numbers don't show up as -ve. + egressPortID = + folly::to(static_cast(portIdValue.asInt())); + } else { + egressPortID = portIdValue.asString(); + } + mirrorDetails.egressPort() = egressPortID; + mirrorDetails.egressPortName() = + getEgressPortName(egressPortID, portInfoEntries); + } else { + mirrorDetails.egressPort() = "-"; + mirrorDetails.egressPortName() = "-"; + } + auto tunnel = mirrorMapEntry.find("tunnel"); + if (tunnel != mirrorMapEntry.items().end()) { + processTunnel(tunnel->second, mirrorDetails); + } else { + processWithNoTunnel(mirrorMapEntry, mirrorDetails); + } + mirrorDetails.dscp() = mirrorMapEntry["dscp"].asString(); + model.mirrorEntries()->push_back(mirrorDetails); + } + return model; +} + +} // namespace facebook::fboss diff --git a/fboss/cli/fboss2/commands/show/mirror/CmdShowMirror.h b/fboss/cli/fboss2/commands/show/mirror/CmdShowMirror.h index 52528a1ed230e..482903f5d1487 100644 --- a/fboss/cli/fboss2/commands/show/mirror/CmdShowMirror.h +++ b/fboss/cli/fboss2/commands/show/mirror/CmdShowMirror.h @@ -36,198 +36,28 @@ class CmdShowMirror : public CmdHandler { RetType queryClient( const HostInfo& hostInfo, - const ObjectArgType& queriedMirrors) { - auto client = - utils::createClient>(hostInfo); + const ObjectArgType& queriedMirrors); - std::map pathToState; - std::string mirrorMaps; - - try { - client->sync_getCurrentStateJSONForPaths(pathToState, {"mirrorMaps"}); - auto it = pathToState.find("mirrorMaps"); - if (it == pathToState.end()) { - throw std::runtime_error("No mirrorMaps found in Switch State"); - } - mirrorMaps = it->second; - } catch (...) { - // Fallback to old getCurrentStateJSON till Agent version that supports - // getCurrentStateJSONForPaths is rolled out. Then, this fallback logic - // can be removed. - client->sync_getCurrentStateJSON(mirrorMaps, "mirrorMaps"); - } - - std::map portInfoEntries; - client->sync_getAllPortInfo(portInfoEntries); - - return createModel(mirrorMaps, portInfoEntries, queriedMirrors); - } - - void printOutput(const RetType& model, std::ostream& out = std::cout) { - Table table; - table.setHeader( - {"Mirror", - "Status", - "Egress Port", - "Egress Port Name", - "Tunnel Type", - "Src MAC", - "Src IP", - "Src UDP Port", - "Dst MAC", - "Dst IP", - "Dst UDP Port", - "DSCP", - "TTL"}); - for (const auto& mirrorEntry : model.mirrorEntries().value()) { - table.addRow( - {mirrorEntry.mirror().value(), - mirrorEntry.status().value(), - mirrorEntry.egressPort().value(), - mirrorEntry.egressPortName().value(), - mirrorEntry.mirrorTunnelType().value(), - mirrorEntry.srcMAC().value(), - mirrorEntry.srcIP().value(), - mirrorEntry.srcUDPPort().value(), - mirrorEntry.dstMAC().value(), - mirrorEntry.dstIP().value(), - mirrorEntry.dstUDPPort().value(), - mirrorEntry.dscp().value(), - mirrorEntry.ttl().value()}); - } - out << table << std::endl; - } + void printOutput(const RetType& model, std::ostream& out = std::cout); std::string getEgressPortName( const std::string& egressPort, - const std::map& portInfoEntries) { - std::int32_t egressPortID = folly::to(egressPort); - auto egressPortInfoEntry = portInfoEntries.find(egressPortID); - if (egressPortInfoEntry != portInfoEntries.end()) { - const auto& egressPortInfo = egressPortInfoEntry->second; - return egressPortInfo.name().value(); - } - return "Unknown"; - } + const std::map& portInfoEntries); - std::string getIPAddressStr(const std::string& rawIPAddress) { - auto thriftIPAddress = apache::thrift::SimpleJSONSerializer::deserialize< - network::thrift::BinaryAddress>(rawIPAddress); - return network::toIPAddress(thriftIPAddress).str(); - } + std::string getIPAddressStr(const std::string& rawIPAddress); void processTunnel( const folly::dynamic& tunnel, - cli::ShowMirrorModelEntry& mirrorDetails) { - mirrorDetails.srcMAC() = tunnel["srcMac"].asString(); - mirrorDetails.srcIP() = getIPAddressStr(folly::toJson(tunnel["srcIp"])); - mirrorDetails.dstMAC() = tunnel["dstMac"].asString(); - mirrorDetails.dstIP() = getIPAddressStr(folly::toJson(tunnel["dstIp"])); - bool isSFlow = true; - auto srcUDPPort = tunnel.find("udpSrcPort"); - if (srcUDPPort != tunnel.items().end()) { - mirrorDetails.srcUDPPort() = srcUDPPort->second.asString(); - } else { - mirrorDetails.srcUDPPort() = "-"; - isSFlow = false; - } - auto dstUDPPort = tunnel.find("udpDstPort"); - if (dstUDPPort != tunnel.items().end()) { - mirrorDetails.dstUDPPort() = dstUDPPort->second.asString(); - } else { - mirrorDetails.dstUDPPort() = "-"; - isSFlow = false; - } - mirrorDetails.mirrorTunnelType() = isSFlow ? "sFlow" : "GRE"; - mirrorDetails.ttl() = tunnel["ttl"].asString(); - } + cli::ShowMirrorModelEntry& mirrorDetails); void processWithNoTunnel( const folly::dynamic& mirrorMapEntry, - cli::ShowMirrorModelEntry& mirrorDetails) { - mirrorDetails.mirrorTunnelType() = "-"; - mirrorDetails.srcMAC() = "-"; - auto srcIP = mirrorMapEntry.find("srcIp"); - if (srcIP != mirrorMapEntry.items().end()) { - mirrorDetails.srcIP() = getIPAddressStr(folly::toJson(srcIP->second)); - } else { - mirrorDetails.srcIP() = "-"; - } - auto srcUDPPort = mirrorMapEntry.find("udpSrcPort"); - if (srcUDPPort != mirrorMapEntry.items().end()) { - mirrorDetails.srcUDPPort() = srcUDPPort->second.asString(); - } else { - mirrorDetails.srcUDPPort() = "-"; - } - mirrorDetails.dstMAC() = "-"; - auto dstIP = mirrorMapEntry.find("destinationIp"); - if (dstIP != mirrorMapEntry.items().end()) { - mirrorDetails.dstIP() = getIPAddressStr(folly::toJson(dstIP->second)); - } else { - mirrorDetails.dstIP() = "-"; - } - auto dstUDPPort = mirrorMapEntry.find("udpDstPort"); - if (dstUDPPort != mirrorMapEntry.items().end()) { - mirrorDetails.dstUDPPort() = dstUDPPort->second.asString(); - } else { - mirrorDetails.dstUDPPort() = "-"; - } - mirrorDetails.ttl() = "-"; - } + cli::ShowMirrorModelEntry& mirrorDetails); RetType createModel( const std::string& mirrorMaps, const std::map& portInfoEntries, - const ObjectArgType& queriedMirrors) { - RetType model; - std::unordered_set queriedSet( - queriedMirrors.begin(), queriedMirrors.end()); - auto mirrorMapsEntries = folly::parseJson(mirrorMaps); - // TODO: Handle NPU ID for Multi-NPU Cases - auto mirrorMapEntries = mirrorMapsEntries.find("id=0"); - if (mirrorMapEntries == mirrorMapsEntries.items().end()) { - return model; - } - for (const auto& mirrorMapEntryItem : mirrorMapEntries->second.items()) { - cli::ShowMirrorModelEntry mirrorDetails; - const auto& mirrorMapEntry = mirrorMapEntryItem.second; - auto mirrorName = mirrorMapEntry["name"].asString(); - if (queriedSet.size() > 0 && queriedSet.count(mirrorName) == 0) { - continue; - } - mirrorDetails.mirror() = mirrorMapEntry["name"].asString(); - mirrorDetails.status() = - (mirrorMapEntry["isResolved"].asBool()) ? "Active" : "Configured"; - auto egressPortDesc = mirrorMapEntry.find("egressPortDesc"); - if (egressPortDesc != mirrorMapEntry.items().end()) { - std::string egressPortID; - auto& portIdValue = egressPortDesc->second["portId"]; - if (portIdValue.isInt()) { - // PortID is stored as a signed i16 in thrift, need to convert it - // to unsigned int so that large port numbers don't show up as -ve. - egressPortID = folly::to( - static_cast(portIdValue.asInt())); - } else { - egressPortID = portIdValue.asString(); - } - mirrorDetails.egressPort() = egressPortID; - mirrorDetails.egressPortName() = - getEgressPortName(egressPortID, portInfoEntries); - } else { - mirrorDetails.egressPort() = "-"; - mirrorDetails.egressPortName() = "-"; - } - auto tunnel = mirrorMapEntry.find("tunnel"); - if (tunnel != mirrorMapEntry.items().end()) { - processTunnel(tunnel->second, mirrorDetails); - } else { - processWithNoTunnel(mirrorMapEntry, mirrorDetails); - } - mirrorDetails.dscp() = mirrorMapEntry["dscp"].asString(); - model.mirrorEntries()->push_back(mirrorDetails); - } - return model; - } + const ObjectArgType& queriedMirrors); }; } // namespace facebook::fboss diff --git a/fboss/cli/fboss2/commands/show/port/CmdShowPortQueue.cpp b/fboss/cli/fboss2/commands/show/port/CmdShowPortQueue.cpp new file mode 100644 index 0000000000000..187dcfc5f04ee --- /dev/null +++ b/fboss/cli/fboss2/commands/show/port/CmdShowPortQueue.cpp @@ -0,0 +1,80 @@ +/* + * Copyright (c) 2004-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + */ + +#include "CmdShowPortQueue.h" + +#include +#include "fboss/cli/fboss2/utils/CmdClientUtils.h" + +namespace facebook::fboss { + +CmdShowPortQueue::RetType CmdShowPortQueue::queryClient( + const HostInfo& hostInfo, + const utils::PortList& queriedPorts) { + RetType portEntries; + + auto client = + utils::createClient>(hostInfo); + + client->sync_getAllPortInfo(portEntries); + + if (queriedPorts.size() == 0) { + return portEntries; + } + + RetType retVal; + for (auto const& [portId, portInfo] : portEntries) { + for (auto const& queriedPort : queriedPorts.data()) { + if (portInfo.name().value() == queriedPort) { + retVal.insert(std::make_pair(portId, portInfo)); + } + } + } + + return retVal; +} + +void CmdShowPortQueue::printOutput( + const RetType& portId2PortInfoThrift, + std::ostream& out) { + constexpr auto fmtString = "{:<7}{:<20}{:<25}{:<10}{:<15}{:<15}\n"; + + for (auto const& [portId, portInfo] : portId2PortInfoThrift) { + std::ignore = portId; + + out << portInfo.name().value() << "\n"; + out << std::string(10, '=') << std::endl; + + out << fmt::format( + fmtString, + "ID", + "Name", + "Mode", + "Weight", + "ReservedBytes", + "ScalingFactor"); + out << std::string(90, '-') << std::endl; + + for (auto const& queue : portInfo.portQueues().value()) { + out << fmt::format( + fmtString, + folly::copy(queue.id().value()), + queue.name().value(), + queue.mode().value(), + queue.weight() ? std::to_string(*queue.weight()) : "", + queue.reservedBytes() ? std::to_string(*queue.reservedBytes()) : "", + queue.scalingFactor() ? *queue.scalingFactor() : ""); + } + + out << "\n"; + } +} + +} // namespace facebook::fboss diff --git a/fboss/cli/fboss2/commands/show/port/CmdShowPortQueue.h b/fboss/cli/fboss2/commands/show/port/CmdShowPortQueue.h index 1b3864d737160..1e92254c1c93e 100644 --- a/fboss/cli/fboss2/commands/show/port/CmdShowPortQueue.h +++ b/fboss/cli/fboss2/commands/show/port/CmdShowPortQueue.h @@ -12,6 +12,7 @@ #include "fboss/cli/fboss2/CmdHandler.h" #include "fboss/cli/fboss2/commands/show/port/CmdShowPort.h" +#include "fboss/cli/fboss2/utils/CmdUtils.h" namespace facebook::fboss { @@ -33,63 +34,11 @@ class CmdShowPortQueue RetType queryClient( const HostInfo& hostInfo, - const utils::PortList& queriedPorts) { - RetType portEntries; + const utils::PortList& queriedPorts); - auto client = - utils::createClient(hostInfo); - - client->sync_getAllPortInfo(portEntries); - - if (queriedPorts.size() == 0) { - return portEntries; - } - - RetType retVal; - for (auto const& [portId, portInfo] : portEntries) { - for (auto const& queriedPort : queriedPorts.data()) { - if (portInfo.name().value() == queriedPort) { - retVal.insert(std::make_pair(portId, portInfo)); - } - } - } - - return retVal; - } - - void printOutput(const RetType& portId2PortInfoThrift) { - constexpr auto fmtString = "{:<7}{:<20}{:<25}{:<10}{:<15}{:<15}\n"; - - for (auto const& [portId, portInfo] : portId2PortInfoThrift) { - std::ignore = portId; - - std::cout << portInfo.name().value() << "\n"; - std::cout << std::string(10, '=') << std::endl; - - std::cout << fmt::format( - fmtString, - "ID", - "Name", - "Mode", - "Weight", - "ReservedBytes", - "ScalingFactor"); - std::cout << std::string(90, '-') << std::endl; - - for (auto const& queue : portInfo.portQueues().value()) { - std::cout << fmt::format( - fmtString, - folly::copy(queue.id().value()), - queue.name().value(), - queue.mode().value(), - queue.weight() ? std::to_string(*queue.weight()) : "", - queue.reservedBytes() ? std::to_string(*queue.reservedBytes()) : "", - queue.scalingFactor() ? *queue.scalingFactor() : ""); - } - - std::cout << "\n"; - } - } + void printOutput( + const RetType& portId2PortInfoThrift, + std::ostream& out = std::cout); }; } // namespace facebook::fboss diff --git a/fboss/cli/fboss2/commands/show/transceiver/CmdShowTransceiver.cpp b/fboss/cli/fboss2/commands/show/transceiver/CmdShowTransceiver.cpp new file mode 100644 index 0000000000000..26eb6542d6592 --- /dev/null +++ b/fboss/cli/fboss2/commands/show/transceiver/CmdShowTransceiver.cpp @@ -0,0 +1,362 @@ +/* + * Copyright (c) 2004-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + */ + +#include "CmdShowTransceiver.h" + +#include +#include "fboss/cli/fboss2/utils/CmdClientUtils.h" + +namespace facebook::fboss { + +CmdShowTransceiver::RetType CmdShowTransceiver::queryClient( + const HostInfo& hostInfo, + const ObjectArgType& queriedPorts) { + auto qsfpService = + utils::createClient>(hostInfo); + auto agent = utils::createClient>(hostInfo); + + // TODO: explore performance improvement if we make all this parallel. + auto portEntries = queryPortInfo(agent.get()); + auto portStatusEntries = queryPortStatus(agent.get(), portEntries); + auto transceiverEntries = queryTransceiverInfo(qsfpService.get()); + auto transceiverValidationEntries = + queryTransceiverValidationInfo(qsfpService.get(), portStatusEntries); + + return createModel( + std::set(queriedPorts.begin(), queriedPorts.end()), + portStatusEntries, + transceiverEntries, + portEntries, + transceiverValidationEntries); +} + +void CmdShowTransceiver::printOutput(const RetType& model, std::ostream& out) { + Table outTable; + + outTable.setHeader( + {"Interface", + "Status", + "Transceiver", + "CfgValidated", + "Reason", + "Vendor", + "Serial", + "Part Number", + "FW App Version", + "FW DSP Version", + "Temperature (C)", + "Voltage (V)", + "Current (mA)", + "Tx Power (dBm)", + "Rx Power (dBm)", + "Rx SNR"}); + + for (const auto& [portId, details] : model.transceivers().value()) { + outTable.addRow({ + details.name().value(), + statusToString( + details.isUp().has_value() + ? std::make_optional<>(folly::copy(details.isUp().value())) + : std::nullopt), + (folly::copy(details.isPresent().value())) + ? apache::thrift::util::enumNameSafe( + details.mediaInterface().value()) + : "Absent", + details.validationStatus().value(), + details.notValidatedReason().value(), + details.vendor().value(), + details.serial().value(), + details.partNumber().value(), + details.appFwVer().value(), + details.dspFwVer().value(), + coloredSensorValue( + fmt::format("{:.2f}", folly::copy(details.temperature().value())), + details.tempFlags().value()), + coloredSensorValue( + fmt::format("{:.2f}", folly::copy(details.voltage().value())), + details.vccFlags().value()), + listToString( + details.currentMA().value(), LOW_CURRENT_WARN, LOW_CURRENT_ERR), + listToString(details.txPower().value(), LOW_POWER_WARN, LOW_POWER_ERR), + listToString(details.rxPower().value(), LOW_POWER_WARN, LOW_POWER_ERR), + listToString(details.rxSnr().value(), LOW_SNR_WARN, LOW_SNR_ERR), + }); + } + out << outTable << std::endl; +} + +std::map CmdShowTransceiver::queryPortInfo( + apache::thrift::Client* agent) const { + // Query all ports here. Any filtering should be done in createModel + std::map portEntries; + agent->sync_getAllPortInfo(portEntries); + return portEntries; +} + +Table::StyledCell CmdShowTransceiver::statusToString( + std::optional isUp) const { + Table::Style cellStyle = Table::Style::GOOD; + // Bypass modules don't have an associated port, so the concept of + // 'port up/down' doesn't apply + std::string valueStr = "Bypass"; + if (isUp.has_value()) { + valueStr = *isUp ? "Up" : "Down"; + if (!*isUp) { + cellStyle = Table::Style::ERROR; + } + } + return Table::StyledCell(valueStr, cellStyle); +} + +Table::StyledCell CmdShowTransceiver::listToString( + std::vector listToPrint, + double lowWarningThreshold, + double lowErrorThreshold) { + std::string result; + Table::Style cellStyle = Table::Style::GOOD; + for (size_t i = 0; i < listToPrint.size(); ++i) { + result += fmt::format("{:.2f}", listToPrint[i]) + + ((i != listToPrint.size() - 1) ? "," : ""); + + if (listToPrint[i] <= lowWarningThreshold) { + cellStyle = Table::Style::WARN; + } + if (listToPrint[i] <= lowErrorThreshold) { + cellStyle = Table::Style::ERROR; + } + } + return Table::StyledCell(result, cellStyle); +} + +Table::StyledCell CmdShowTransceiver::coloredSensorValue( + std::string value, + FlagLevels flags) { + if (folly::copy(flags.alarm().value().high().value()) || + folly::copy(flags.alarm().value().low().value())) { + return Table::StyledCell(value, Table::Style::ERROR); + } else if ( + folly::copy(flags.warn().value().high().value()) || + folly::copy(flags.warn().value().low().value())) { + return Table::StyledCell(value, Table::Style::WARN); + } else { + return Table::StyledCell(value, Table::Style::GOOD); + } +} + +std::map CmdShowTransceiver::queryPortStatus( + apache::thrift::Client* agent, + std::map portEntries) const { + std::vector requiredPortStatus; + for (const auto& portItr : portEntries) { + requiredPortStatus.push_back(portItr.first); + } + std::map portStatusEntries; + agent->sync_getPortStatus(portStatusEntries, requiredPortStatus); + + return portStatusEntries; +} + +std::map CmdShowTransceiver::queryTransceiverInfo( + apache::thrift::Client* qsfpService) const { + std::vector requiredTransceiverEntries; + std::map transceiverEntries; + // Query all transceivers here. Any filtering should be done in createModel + qsfpService->sync_getTransceiverInfo(transceiverEntries, {}); + return transceiverEntries; +} + +std::map +CmdShowTransceiver::queryTransceiverValidationInfo( + apache::thrift::Client* qsfpService, + std::map portStatusEntries) const { + std::vector requiredTransceiverEntries; + for (const auto& portStatusItr : portStatusEntries) { + if (auto tidx = portStatusItr.second.transceiverIdx()) { + requiredTransceiverEntries.push_back( + folly::copy(tidx->transceiverId().value())); + } + } + + std::map transceiverValidationEntries; + try { + qsfpService->sync_getTransceiverConfigValidationInfo( + transceiverValidationEntries, requiredTransceiverEntries, false); + } catch (apache::thrift::TException&) { + std::cerr << "Exception while calling getTransceiverConfigValidationInfo()." + << std::endl; + } + return transceiverValidationEntries; +} + +const std::pair +CmdShowTransceiver::getTransceiverValidationStrings( + std::map& transceiverEntries, + int32_t transceiverId) const { + if (transceiverEntries.find(transceiverId) == transceiverEntries.end()) { + return std::make_pair("--", "--"); + } + + return transceiverEntries[transceiverId] == "" + ? std::make_pair("Validated", "--") + : std::make_pair("Not Validated", transceiverEntries[transceiverId]); +} + +CmdShowTransceiver::RetType CmdShowTransceiver::createModel( + const std::set& queriedPorts, + std::map portStatusEntries, + std::map transceiverEntries, + std::map portEntries, + std::map transceiverValidationEntries) const { + RetType model; + + // Create lookup maps for interface name to ID + std::map interfaceToPortId; + for (const auto& [portId, portInfo] : portEntries) { + interfaceToPortId[portInfo.name().value()] = portId; + } + + auto getPortEntry = [&](const auto& intf) -> std::optional { + std::optional portEntry; + if (auto portIdIter = interfaceToPortId.find(intf); + portIdIter != interfaceToPortId.end()) { + if (auto portStatusIter = portStatusEntries.find(portIdIter->second); + portStatusIter != portStatusEntries.end()) { + portEntry = portStatusIter->second; + } + } + return portEntry; + }; + + // Iterate over transceiver entries, since there are some transceivers + // (bypass modules) that won't have port entries + for (const auto& tcvrEntry : transceiverEntries) { + const auto& transceiver = tcvrEntry.second; + // First check if any interface on the transceiver has a corresponding + // port on the agent. If not, we can assume it's a bypass module + auto isBypassModule = true; + for (const auto& intf : *transceiver.tcvrState()->interfaces()) { + isBypassModule &= !getPortEntry(intf).has_value(); + } + + for (const auto& intf : *transceiver.tcvrState()->interfaces()) { + if (!queriedPorts.empty() && + queriedPorts.find(intf) == queriedPorts.end()) { + continue; + } + + // For non-bypass modules, only consider the interfaces that have a + // corresponding agent port (otherwise we'd print unused interfaces on + // multi-port modules) + const auto& portEntry = getPortEntry(intf); + if (!isBypassModule && !portEntry.has_value()) { + continue; + } + + cli::TransceiverDetail details; + details.name() = intf; + + const auto& tcvrState = *transceiver.tcvrState(); + const auto& tcvrStats = *transceiver.tcvrStats(); + + if (portEntry.has_value()) { + details.isUp() = folly::copy(portEntry->up().value()); + } + + details.isPresent() = folly::copy(tcvrState.present().value()); + details.mediaInterface() = tcvrState.moduleMediaInterface().value_or({}); + const auto& validationStringPair = getTransceiverValidationStrings( + transceiverValidationEntries, *transceiver.tcvrState()->port()); + details.validationStatus() = validationStringPair.first; + details.notValidatedReason() = validationStringPair.second; + if (const auto& vendor = tcvrState.vendor()) { + details.vendor() = vendor->name().value(); + details.serial() = vendor->serialNumber().value(); + details.partNumber() = vendor->partNumber().value(); + details.temperature() = folly::copy( + apache::thrift::get_pointer(tcvrStats.sensor()) + ->temp() + .value() + .value() + .value()); + details.voltage() = folly::copy( + apache::thrift::get_pointer(tcvrStats.sensor()) + ->vcc() + .value() + .value() + .value()); + details.tempFlags() = apache::thrift::get_pointer(tcvrStats.sensor()) + ->temp() + .value() + .flags() + .value_or({}); + details.vccFlags() = apache::thrift::get_pointer(tcvrStats.sensor()) + ->vcc() + .value() + .flags() + .value_or({}); + + if (const auto& moduleStatus = tcvrState.status()) { + if (const auto& fwStatus = moduleStatus->fwStatus()) { + details.appFwVer() = fwStatus->version().value_or("N/A"); + details.dspFwVer() = fwStatus->dspFwVer().value_or("N/A"); + } + } + std::vector current; + std::vector txPower; + std::vector rxPower; + std::vector rxSnr; + for (const auto& channel : tcvrStats.channels().value()) { + // Need to filter out the lanes for this specific port + auto portToLaneMapIt = tcvrStats.portNameToMediaLanes()->find(intf); + // If the port in question exists in the map and if the + // channel number is not in the list, skip printing information + // about this channel + if (portToLaneMapIt != tcvrStats.portNameToMediaLanes()->end() && + std::find( + portToLaneMapIt->second.begin(), + portToLaneMapIt->second.end(), + folly::copy(channel.channel().value())) == + portToLaneMapIt->second.end()) { + continue; + } + // If the port doesn't exist in the map, it's likely not + // configured yet. Display all channels in this case + current.push_back( + folly::copy( + channel.sensors().value().txBias().value().value().value())); + txPower.push_back( + folly::copy( + apache::thrift::get_pointer( + channel.sensors().value().txPwrdBm()) + ->value() + .value())); + rxPower.push_back( + folly::copy( + apache::thrift::get_pointer( + channel.sensors().value().rxPwrdBm()) + ->value() + .value())); + if (const auto& snr = channel.sensors().value().rxSnr()) { + rxSnr.push_back(folly::copy(snr->value().value())); + } + } + details.currentMA() = current; + details.txPower() = txPower; + details.rxPower() = rxPower; + details.rxSnr() = rxSnr; + } + model.transceivers()->emplace(intf, std::move(details)); + } + } + + return model; +} + +} // namespace facebook::fboss diff --git a/fboss/cli/fboss2/commands/show/transceiver/CmdShowTransceiver.h b/fboss/cli/fboss2/commands/show/transceiver/CmdShowTransceiver.h index a839419b9587f..4b8da680555ee 100644 --- a/fboss/cli/fboss2/commands/show/transceiver/CmdShowTransceiver.h +++ b/fboss/cli/fboss2/commands/show/transceiver/CmdShowTransceiver.h @@ -13,15 +13,11 @@ #include #include #include "fboss/agent/if/gen-cpp2/ctrl_types.h" -#include "fboss/cli/fboss2/CmdGlobalOptions.h" #include "fboss/cli/fboss2/CmdHandler.h" #include "fboss/cli/fboss2/commands/show/transceiver/gen-cpp2/model_types.h" -#include "fboss/cli/fboss2/utils/CmdClientUtils.h" #include "fboss/cli/fboss2/utils/CmdUtils.h" #include "fboss/cli/fboss2/utils/Table.h" -#include "thrift/lib/cpp2/protocol/Serializer.h" -#include #include namespace facebook::fboss { @@ -43,83 +39,9 @@ class CmdShowTransceiver RetType queryClient( const HostInfo& hostInfo, - const ObjectArgType& queriedPorts) { - auto qsfpService = - utils::createClient(hostInfo); - auto agent = - utils::createClient(hostInfo); + const ObjectArgType& queriedPorts); - // TODO: explore performance improvement if we make all this parallel. - auto portEntries = queryPortInfo(agent.get()); - auto portStatusEntries = queryPortStatus(agent.get(), portEntries); - auto transceiverEntries = queryTransceiverInfo(qsfpService.get()); - auto transceiverValidationEntries = - queryTransceiverValidationInfo(qsfpService.get(), portStatusEntries); - - return createModel( - std::set(queriedPorts.begin(), queriedPorts.end()), - portStatusEntries, - transceiverEntries, - portEntries, - transceiverValidationEntries); - } - - void printOutput(const RetType& model, std::ostream& out = std::cout) { - Table outTable; - - outTable.setHeader( - {"Interface", - "Status", - "Transceiver", - "CfgValidated", - "Reason", - "Vendor", - "Serial", - "Part Number", - "FW App Version", - "FW DSP Version", - "Temperature (C)", - "Voltage (V)", - "Current (mA)", - "Tx Power (dBm)", - "Rx Power (dBm)", - "Rx SNR"}); - - for (const auto& [portId, details] : model.transceivers().value()) { - outTable.addRow({ - details.name().value(), - statusToString( - details.isUp().has_value() - ? std::make_optional<>(folly::copy(details.isUp().value())) - : std::nullopt), - (folly::copy(details.isPresent().value())) - ? apache::thrift::util::enumNameSafe( - details.mediaInterface().value()) - : "Absent", - details.validationStatus().value(), - details.notValidatedReason().value(), - details.vendor().value(), - details.serial().value(), - details.partNumber().value(), - details.appFwVer().value(), - details.dspFwVer().value(), - coloredSensorValue( - fmt::format("{:.2f}", folly::copy(details.temperature().value())), - details.tempFlags().value()), - coloredSensorValue( - fmt::format("{:.2f}", folly::copy(details.voltage().value())), - details.vccFlags().value()), - listToString( - details.currentMA().value(), LOW_CURRENT_WARN, LOW_CURRENT_ERR), - listToString( - details.txPower().value(), LOW_POWER_WARN, LOW_POWER_ERR), - listToString( - details.rxPower().value(), LOW_POWER_WARN, LOW_POWER_ERR), - listToString(details.rxSnr().value(), LOW_SNR_WARN, LOW_SNR_ERR), - }); - } - out << outTable << std::endl; - } + void printOutput(const RetType& model, std::ostream& out = std::cout); private: // These power thresholds are ported directly from fb_toolkit. Eventually @@ -133,272 +55,38 @@ class CmdShowTransceiver const double LOW_SNR_WARN = 20.00; std::map queryPortInfo( - FbossCtrlAsyncClient* agent) const { - // Query all ports here. Any filtering should be done in createModel - std::map portEntries; - agent->sync_getAllPortInfo(portEntries); - return portEntries; - } + apache::thrift::Client* agent) const; - Table::StyledCell statusToString(std::optional isUp) const { - Table::Style cellStyle = Table::Style::GOOD; - // Bypass modules don't have an associated port, so the concept of - // 'port up/down' doesn't apply - std::string valueStr = "Bypass"; - if (isUp.has_value()) { - valueStr = *isUp ? "Up" : "Down"; - if (!*isUp) { - cellStyle = Table::Style::ERROR; - } - } - return Table::StyledCell(valueStr, cellStyle); - } + Table::StyledCell statusToString(std::optional isUp) const; Table::StyledCell listToString( std::vector listToPrint, double lowWarningThreshold, - double lowErrorThreshold) { - std::string result; - Table::Style cellStyle = Table::Style::GOOD; - for (size_t i = 0; i < listToPrint.size(); ++i) { - result += fmt::format("{:.2f}", listToPrint[i]) + - ((i != listToPrint.size() - 1) ? "," : ""); - - if (listToPrint[i] <= lowWarningThreshold) { - cellStyle = Table::Style::WARN; - } - if (listToPrint[i] <= lowErrorThreshold) { - cellStyle = Table::Style::ERROR; - } - } - return Table::StyledCell(result, cellStyle); - } + double lowErrorThreshold); - Table::StyledCell coloredSensorValue(std::string value, FlagLevels flags) { - if (folly::copy(flags.alarm().value().high().value()) || - folly::copy(flags.alarm().value().low().value())) { - return Table::StyledCell(value, Table::Style::ERROR); - } else if ( - folly::copy(flags.warn().value().high().value()) || - folly::copy(flags.warn().value().low().value())) { - return Table::StyledCell(value, Table::Style::WARN); - } else { - return Table::StyledCell(value, Table::Style::GOOD); - } - } + Table::StyledCell coloredSensorValue(std::string value, FlagLevels flags); std::map queryPortStatus( - FbossCtrlAsyncClient* agent, - std::map portEntries) const { - std::vector requiredPortStatus; - for (const auto& portItr : portEntries) { - requiredPortStatus.push_back(portItr.first); - } - std::map portStatusEntries; - agent->sync_getPortStatus(portStatusEntries, requiredPortStatus); - - return portStatusEntries; - } + apache::thrift::Client* agent, + std::map portEntries) const; std::map queryTransceiverInfo( - QsfpServiceAsyncClient* qsfpService) const { - std::vector requiredTransceiverEntries; - std::map transceiverEntries; - // Query all transceivers here. Any filtering should be done in createModel - qsfpService->sync_getTransceiverInfo(transceiverEntries, {}); - return transceiverEntries; - } + apache::thrift::Client* qsfpService) const; std::map queryTransceiverValidationInfo( - QsfpServiceAsyncClient* qsfpService, - std::map portStatusEntries) const { - std::vector requiredTransceiverEntries; - for (const auto& portStatusItr : portStatusEntries) { - if (auto tidx = portStatusItr.second.transceiverIdx()) { - requiredTransceiverEntries.push_back( - folly::copy(tidx->transceiverId().value())); - } - } - - std::map transceiverValidationEntries; - try { - qsfpService->sync_getTransceiverConfigValidationInfo( - transceiverValidationEntries, requiredTransceiverEntries, false); - } catch (apache::thrift::TException&) { - std::cerr - << "Exception while calling getTransceiverConfigValidationInfo()." - << std::endl; - } - return transceiverValidationEntries; - } + apache::thrift::Client* qsfpService, + std::map portStatusEntries) const; const std::pair getTransceiverValidationStrings( std::map& transceiverEntries, - int32_t transceiverId) const { - if (transceiverEntries.find(transceiverId) == transceiverEntries.end()) { - return std::make_pair("--", "--"); - } - - return transceiverEntries[transceiverId] == "" - ? std::make_pair("Validated", "--") - : std::make_pair("Not Validated", transceiverEntries[transceiverId]); - } + int32_t transceiverId) const; RetType createModel( const std::set& queriedPorts, std::map portStatusEntries, std::map transceiverEntries, std::map portEntries, - std::map transceiverValidationEntries) const { - RetType model; - - // Create lookup maps for interface name to ID - std::map interfaceToPortId; - for (const auto& [portId, portInfo] : portEntries) { - interfaceToPortId[portInfo.name().value()] = portId; - } - - auto getPortEntry = [&](const auto& intf) -> std::optional { - std::optional portEntry; - if (auto portIdIter = interfaceToPortId.find(intf); - portIdIter != interfaceToPortId.end()) { - if (auto portStatusIter = portStatusEntries.find(portIdIter->second); - portStatusIter != portStatusEntries.end()) { - portEntry = portStatusIter->second; - } - } - return portEntry; - }; - - // Iterate over transceiver entries, since there are some transceivers - // (bypass modules) that won't have port entries - for (const auto& tcvrEntry : transceiverEntries) { - const auto& transceiver = tcvrEntry.second; - // First check if any interface on the transceiver has a corresponding - // port on the agent. If not, we can assume it's a bypass module - auto isBypassModule = true; - for (const auto& intf : *transceiver.tcvrState()->interfaces()) { - isBypassModule &= !getPortEntry(intf).has_value(); - } - - for (const auto& intf : *transceiver.tcvrState()->interfaces()) { - if (!queriedPorts.empty() && - queriedPorts.find(intf) == queriedPorts.end()) { - continue; - } - - // For non-bypass modules, only consider the interfaces that have a - // corresponding agent port (otherwise we'd print unused interfaces on - // multi-port modules) - const auto& portEntry = getPortEntry(intf); - if (!isBypassModule && !portEntry.has_value()) { - continue; - } - - cli::TransceiverDetail details; - details.name() = intf; - - const auto& tcvrState = *transceiver.tcvrState(); - const auto& tcvrStats = *transceiver.tcvrStats(); - - if (portEntry.has_value()) { - details.isUp() = folly::copy(portEntry->up().value()); - } - - details.isPresent() = folly::copy(tcvrState.present().value()); - details.mediaInterface() = - tcvrState.moduleMediaInterface().value_or({}); - const auto& validationStringPair = getTransceiverValidationStrings( - transceiverValidationEntries, *transceiver.tcvrState()->port()); - details.validationStatus() = validationStringPair.first; - details.notValidatedReason() = validationStringPair.second; - if (const auto& vendor = tcvrState.vendor()) { - details.vendor() = vendor->name().value(); - details.serial() = vendor->serialNumber().value(); - details.partNumber() = vendor->partNumber().value(); - details.temperature() = folly::copy( - apache::thrift::get_pointer(tcvrStats.sensor()) - ->temp() - .value() - .value() - .value()); - details.voltage() = folly::copy( - apache::thrift::get_pointer(tcvrStats.sensor()) - ->vcc() - .value() - .value() - .value()); - details.tempFlags() = apache::thrift::get_pointer(tcvrStats.sensor()) - ->temp() - .value() - .flags() - .value_or({}); - details.vccFlags() = apache::thrift::get_pointer(tcvrStats.sensor()) - ->vcc() - .value() - .flags() - .value_or({}); - - if (const auto& moduleStatus = tcvrState.status()) { - if (const auto& fwStatus = moduleStatus->fwStatus()) { - details.appFwVer() = fwStatus->version().value_or("N/A"); - details.dspFwVer() = fwStatus->dspFwVer().value_or("N/A"); - } - } - std::vector current; - std::vector txPower; - std::vector rxPower; - std::vector rxSnr; - for (const auto& channel : tcvrStats.channels().value()) { - // Need to filter out the lanes for this specific port - auto portToLaneMapIt = tcvrStats.portNameToMediaLanes()->find(intf); - // If the port in question exists in the map and if the - // channel number is not in the list, skip printing information - // about this channel - if (portToLaneMapIt != tcvrStats.portNameToMediaLanes()->end() && - std::find( - portToLaneMapIt->second.begin(), - portToLaneMapIt->second.end(), - folly::copy(channel.channel().value())) == - portToLaneMapIt->second.end()) { - continue; - } - // If the port doesn't exist in the map, it's likely not - // configured yet. Display all channels in this case - current.push_back( - folly::copy(channel.sensors() - .value() - .txBias() - .value() - .value() - .value())); - txPower.push_back( - folly::copy( - apache::thrift::get_pointer( - channel.sensors().value().txPwrdBm()) - ->value() - .value())); - rxPower.push_back( - folly::copy( - apache::thrift::get_pointer( - channel.sensors().value().rxPwrdBm()) - ->value() - .value())); - if (const auto& snr = channel.sensors().value().rxSnr()) { - rxSnr.push_back(folly::copy(snr->value().value())); - } - } - details.currentMA() = current; - details.txPower() = txPower; - details.rxPower() = rxPower; - details.rxSnr() = rxSnr; - } - model.transceivers()->emplace(intf, std::move(details)); - } - } - - return model; - } + std::map transceiverValidationEntries) const; }; } // namespace facebook::fboss diff --git a/fboss/fsdb/if/oss/fsdb_model_thriftpath.h b/fboss/fsdb/if/oss/fsdb_model_thriftpath.h index b06776bf3e8b7..f0f22abdb23d7 100755 --- a/fboss/fsdb/if/oss/fsdb_model_thriftpath.h +++ b/fboss/fsdb/if/oss/fsdb_model_thriftpath.h @@ -8667,7 +8667,8 @@ std::pair>, std::pair>, std::pair>, -std::pair>>; +std::pair>, +std::pair>>; using ChildrenById = fatal::tuple< std::pair, Child<::std::int16_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i16_t>>, std::pair, Child<::std::int16_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i16_t>>, std::pair, Child<::std::int16_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i16_t>>, @@ -8698,7 +8699,8 @@ std::pair, Child<::std::int32_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i32_t>>, std::pair, Child<::std::int32_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i32_t>>, std::pair, Child<::std::int32_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i32_t>>, - std::pair, Child<::std::int32_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i32_t>>>; + std::pair, Child<::std::int32_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i32_t>>, + std::pair, Child<::std::int32_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i32_t>>>; template using NameToId = fatal::tuple>, std::pair>, @@ -8730,7 +8732,8 @@ std::pair>, std::pair>, std::pair>, -std::pair>>::template type_of; +std::pair>, +std::pair>>::template type_of; template using TypeFor = typename Children::template type_of; @@ -8767,6 +8770,7 @@ std::pair auto operator()(const std::integral_constant&) { @@ -8801,6 +8805,7 @@ std::pair @@ -16754,7 +16759,8 @@ std::pair>, std::pair>, std::pair>, -std::pair>>>; +std::pair>>, +std::pair>>; using ChildrenById = fatal::tuple< std::pair, Child<::std::int16_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i16_t>>, std::pair, Child<::std::int16_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i16_t>>, std::pair, Child<::std::int16_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i16_t>>, @@ -16796,7 +16802,8 @@ std::pair, Child<::std::int32_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i32_t>>, std::pair, Child<::std::int32_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i32_t>>, std::pair, Child<::std::int32_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i32_t>>, - std::pair, Child<::facebook::fboss::phy::RxReach, ::apache::thrift::type_class::enumeration, ::apache::thrift::type::enum_t<::facebook::fboss::phy::RxReach>>>>; + std::pair, Child<::facebook::fboss::phy::RxReach, ::apache::thrift::type_class::enumeration, ::apache::thrift::type::enum_t<::facebook::fboss::phy::RxReach>>>, + std::pair, Child<::std::int32_t, ::apache::thrift::type_class::integral, ::apache::thrift::type::i32_t>>>; template using NameToId = fatal::tuple>, std::pair>, @@ -16839,7 +16846,8 @@ std::pair>, std::pair>, std::pair>, -std::pair>>::template type_of; +std::pair>, +std::pair>>::template type_of; template using TypeFor = typename Children::template type_of; @@ -16887,6 +16895,7 @@ std::pair auto operator()(const std::integral_constant&) { @@ -16932,6 +16941,7 @@ std::pair diff --git a/fboss/lib/phy/phy.thrift b/fboss/lib/phy/phy.thrift index d80fc54d5bc90..9eae5c428b5be 100644 --- a/fboss/lib/phy/phy.thrift +++ b/fboss/lib/phy/phy.thrift @@ -162,6 +162,7 @@ struct TxSettings { 29: optional i32 firPost1; 30: optional i32 firPost2; 31: optional i32 firPost3; + 32: optional i32 precoding; } struct RxSettings { @@ -207,6 +208,7 @@ struct RxSettings { 40: optional i32 dcwOvEn; 41: optional i32 ffeLmsDynamicGatingEn; 42: optional RxReach rxReach; + 43: optional i32 precoding; } struct LaneMap { diff --git a/fboss/lib/platform_mapping_v2/generated_platform_mappings/icetea800bc_platform_mapping.json b/fboss/lib/platform_mapping_v2/generated_platform_mappings/icetea800bc_platform_mapping.json index 685869bb89399..23bf1af97e1a3 100644 --- a/fboss/lib/platform_mapping_v2/generated_platform_mappings/icetea800bc_platform_mapping.json +++ b/fboss/lib/platform_mapping_v2/generated_platform_mappings/icetea800bc_platform_mapping.json @@ -43733,6 +43733,11 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 259, + 260, + 261 + ], "pins": { "iphy": [ { @@ -43823,75 +43828,17 @@ } ] } - } - } - }, - "259": { - "mapping": { - "id": 259, - "name": "eth1/34/5", - "controllingPort": 259, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 259 + ], "pins": { "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 4 + "lane": 0 }, "tx": { "pre": 0, @@ -43906,7 +43853,7 @@ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 5 + "lane": 1 }, "tx": { "pre": 0, @@ -43917,11 +43864,31 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 0 + } }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 6 + "lane": 0 }, "tx": { "pre": 0, @@ -43932,11 +43899,50 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 0 + } + } + ] + } + } + } + }, + "259": { + "mapping": { + "id": 259, + "name": "eth1/34/2", + "controllingPort": 258, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core16", - "lane": 7 + "lane": 1 }, "tx": { "pre": 0, @@ -43953,25 +43959,7 @@ { "id": { "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip34", - "lane": 7 + "lane": 1 } } ] @@ -43982,53 +43970,29 @@ "260": { "mapping": { "id": 260, - "name": "eth1/35/1", - "controllingPort": 260, + "name": "eth1/34/3", + "controllingPort": 258, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 3 } } @@ -44038,13 +44002,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 261 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 2 }, "tx": { "pre": 0, @@ -44058,8 +44025,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 3 }, "tx": { "pre": 0, @@ -44070,26 +44037,31 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 2 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 2 }, "tx": { "pre": 0, @@ -44105,27 +44077,9 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 2 } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", - "lane": 3 - } } ] } @@ -44135,53 +44089,107 @@ "261": { "mapping": { "id": 261, - "name": "eth1/35/5", - "controllingPort": 261, + "name": "eth1/34/4", + "controllingPort": 260, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", - "lane": 4 - } + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 3 + } + } + ] + } + } + } + }, + "262": { + "mapping": { + "id": 262, + "name": "eth1/34/5", + "controllingPort": 262, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 4 + } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 7 } } @@ -44192,11 +44200,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 263, + 264, + 265 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 4 }, "tx": { @@ -44211,7 +44224,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 5 }, "tx": { @@ -44226,7 +44239,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 6 }, "tx": { @@ -44241,7 +44254,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 7 }, "tx": { @@ -44258,99 +44271,41 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 7 } } ] } - } - } - }, - "262": { - "mapping": { - "id": 262, - "name": "eth1/36/1", - "controllingPort": 262, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 263 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 4 }, "tx": { "pre": 0, @@ -44364,8 +44319,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 5 }, "tx": { "pre": 0, @@ -44376,26 +44331,31 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 2 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 4 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 4 }, "tx": { "pre": 0, @@ -44411,26 +44371,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 4 } } ] @@ -44441,69 +44383,33 @@ "263": { "mapping": { "id": 263, - "name": "eth1/36/5", - "controllingPort": 263, + "name": "eth1/34/6", + "controllingPort": 262, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "chip": "NPU-TH6_NIF-slot1/chip1/core16", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 5 } } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 7 - } - } } ], "portType": 0, "scope": 0 }, "supportedProfiles": { - "57": { + "59": { "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 5 }, "tx": { "pre": 0, @@ -44514,11 +44420,65 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 5 + } + } + ] + } + } + } + }, + "264": { + "mapping": { + "id": 264, + "name": "eth1/34/7", + "controllingPort": 262, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 265 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 6 }, "tx": { "pre": 0, @@ -44532,8 +44492,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 7 }, "tx": { "pre": 0, @@ -44544,11 +44504,31 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 6 }, "tx": { "pre": 0, @@ -44564,25 +44544,61 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 6 } - }, + } + ] + } + } + } + }, + "265": { + "mapping": { + "id": 265, + "name": "eth1/34/8", + "controllingPort": 264, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip34", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core16", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "chip": "BACKPLANE-EXAMAX-slot1/chip34", "lane": 7 } } @@ -44591,56 +44607,56 @@ } } }, - "264": { + "266": { "mapping": { - "id": 264, - "name": "eth1/37/1", - "controllingPort": 264, + "id": 266, + "name": "eth1/35/1", + "controllingPort": 266, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 3 } } @@ -44651,11 +44667,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 267, + 268, + 269 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 0 }, "tx": { @@ -44670,7 +44691,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 1 }, "tx": { @@ -44685,7 +44706,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 2 }, "tx": { @@ -44700,7 +44721,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 3 }, "tx": { @@ -44717,99 +44738,41 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 3 } } ] } - } - } - }, - "265": { - "mapping": { - "id": 265, - "name": "eth1/37/5", - "controllingPort": 265, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 267 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 0 }, "tx": { "pre": 0, @@ -44823,8 +44786,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 1 }, "tx": { "pre": 0, @@ -44835,26 +44798,31 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 6 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core19", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 0 }, "tx": { "pre": 0, @@ -44870,26 +44838,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip37", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 0 } } ] @@ -44897,56 +44847,86 @@ } } }, - "266": { + "267": { "mapping": { - "id": 266, - "name": "eth1/38/1", + "id": 267, + "name": "eth1/35/2", "controllingPort": 266, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 1 + } + } + ] + } + } + } + }, + "268": { + "mapping": { + "id": 268, + "name": "eth1/35/3", + "controllingPort": 266, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 3 } } @@ -44956,13 +44936,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 269 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 2 }, "tx": { "pre": 0, @@ -44976,8 +44959,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 3 }, "tx": { "pre": 0, @@ -44988,10 +44971,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 2 }, "tx": { @@ -45003,10 +45006,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 2 + } + } + ] + } + } + } + }, + "269": { + "mapping": { + "id": 269, + "name": "eth1/35/4", + "controllingPort": 268, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 3 }, "tx": { @@ -45023,25 +45065,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 3 } } @@ -45050,56 +45074,56 @@ } } }, - "267": { + "270": { "mapping": { - "id": 267, - "name": "eth1/38/5", - "controllingPort": 267, + "id": 270, + "name": "eth1/35/5", + "controllingPort": 270, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 7 } } @@ -45110,11 +45134,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 271, + 272, + 273 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 4 }, "tx": { @@ -45129,7 +45158,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 5 }, "tx": { @@ -45144,7 +45173,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 6 }, "tx": { @@ -45159,7 +45188,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "chip": "NPU-TH6_NIF-slot1/chip1/core17", "lane": 7 }, "tx": { @@ -45176,26 +45205,18494 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 271 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", "lane": 4 } - }, + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 4 + } + } + ] + } + } + } + }, + "271": { + "mapping": { + "id": 271, + "name": "eth1/35/6", + "controllingPort": 270, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 5 + } + } + ] + } + } + } + }, + "272": { + "mapping": { + "id": 272, + "name": "eth1/35/7", + "controllingPort": 270, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 273 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 6 + } + } + ] + } + } + } + }, + "273": { + "mapping": { + "id": 273, + "name": "eth1/35/8", + "controllingPort": 272, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core17", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip35", + "lane": 7 + } + } + ] + } + } + } + }, + "274": { + "mapping": { + "id": 274, + "name": "eth1/36/1", + "controllingPort": 274, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 275, + 276, + 277 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 275 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 0 + } + } + ] + } + } + } + }, + "275": { + "mapping": { + "id": 275, + "name": "eth1/36/2", + "controllingPort": 274, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 1 + } + } + ] + } + } + } + }, + "276": { + "mapping": { + "id": 276, + "name": "eth1/36/3", + "controllingPort": 274, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 277 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 2 + } + } + ] + } + } + } + }, + "277": { + "mapping": { + "id": 277, + "name": "eth1/36/4", + "controllingPort": 276, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 3 + } + } + ] + } + } + } + }, + "278": { + "mapping": { + "id": 278, + "name": "eth1/36/5", + "controllingPort": 278, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 279, + 280, + 281 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 279 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 4 + } + } + ] + } + } + } + }, + "279": { + "mapping": { + "id": 279, + "name": "eth1/36/6", + "controllingPort": 278, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 5 + } + } + ] + } + } + } + }, + "280": { + "mapping": { + "id": 280, + "name": "eth1/36/7", + "controllingPort": 278, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 281 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 6 + } + } + ] + } + } + } + }, + "281": { + "mapping": { + "id": 281, + "name": "eth1/36/8", + "controllingPort": 280, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip36", + "lane": 7 + } + } + ] + } + } + } + }, + "282": { + "mapping": { + "id": 282, + "name": "eth1/37/1", + "controllingPort": 282, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 283, + 284, + 285 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 283 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 0 + } + } + ] + } + } + } + }, + "283": { + "mapping": { + "id": 283, + "name": "eth1/37/2", + "controllingPort": 282, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 1 + } + } + ] + } + } + } + }, + "284": { + "mapping": { + "id": 284, + "name": "eth1/37/3", + "controllingPort": 282, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 285 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 2 + } + } + ] + } + } + } + }, + "285": { + "mapping": { + "id": 285, + "name": "eth1/37/4", + "controllingPort": 284, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 3 + } + } + ] + } + } + } + }, + "286": { + "mapping": { + "id": 286, + "name": "eth1/37/5", + "controllingPort": 286, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 287, + 288, + 289 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 287 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 4 + } + } + ] + } + } + } + }, + "287": { + "mapping": { + "id": 287, + "name": "eth1/37/6", + "controllingPort": 286, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 5 + } + } + ] + } + } + } + }, + "288": { + "mapping": { + "id": 288, + "name": "eth1/37/7", + "controllingPort": 286, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 289 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 6 + } + } + ] + } + } + } + }, + "289": { + "mapping": { + "id": 289, + "name": "eth1/37/8", + "controllingPort": 288, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip37", + "lane": 7 + } + } + ] + } + } + } + }, + "290": { + "mapping": { + "id": 290, + "name": "eth1/38/1", + "controllingPort": 290, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 291, + 292, + 293 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 291 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 0 + } + } + ] + } + } + } + }, + "291": { + "mapping": { + "id": 291, + "name": "eth1/38/2", + "controllingPort": 290, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 1 + } + } + ] + } + } + } + }, + "292": { + "mapping": { + "id": 292, + "name": "eth1/38/3", + "controllingPort": 290, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 293 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 2 + } + } + ] + } + } + } + }, + "293": { + "mapping": { + "id": 293, + "name": "eth1/38/4", + "controllingPort": 292, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 3 + } + } + ] + } + } + } + }, + "294": { + "mapping": { + "id": 294, + "name": "eth1/38/5", + "controllingPort": 294, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 295, + 296, + 297 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 295 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 4 + } + } + ] + } + } + } + }, + "295": { + "mapping": { + "id": 295, + "name": "eth1/38/6", + "controllingPort": 294, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 5 + } + } + ] + } + } + } + }, + "296": { + "mapping": { + "id": 296, + "name": "eth1/38/7", + "controllingPort": 294, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 297 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 6 + } + } + ] + } + } + } + }, + "297": { + "mapping": { + "id": 297, + "name": "eth1/38/8", + "controllingPort": 296, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip38", + "lane": 7 + } + } + ] + } + } + } + }, + "298": { + "mapping": { + "id": 298, + "name": "eth1/39/1", + "controllingPort": 298, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 299, + 300, + 301 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 299 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 0 + } + } + ] + } + } + } + }, + "299": { + "mapping": { + "id": 299, + "name": "eth1/39/2", + "controllingPort": 298, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 1 + } + } + ] + } + } + } + }, + "300": { + "mapping": { + "id": 300, + "name": "eth1/39/3", + "controllingPort": 298, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 301 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 2 + } + } + ] + } + } + } + }, + "301": { + "mapping": { + "id": 301, + "name": "eth1/39/4", + "controllingPort": 300, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 3 + } + } + ] + } + } + } + }, + "302": { + "mapping": { + "id": 302, + "name": "eth1/39/5", + "controllingPort": 302, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 303, + 304, + 305 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 303 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 4 + } + } + ] + } + } + } + }, + "303": { + "mapping": { + "id": 303, + "name": "eth1/39/6", + "controllingPort": 302, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 5 + } + } + ] + } + } + } + }, + "304": { + "mapping": { + "id": 304, + "name": "eth1/39/7", + "controllingPort": 302, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 305 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 6 + } + } + ] + } + } + } + }, + "305": { + "mapping": { + "id": 305, + "name": "eth1/39/8", + "controllingPort": 304, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "lane": 7 + } + } + ] + } + } + } + }, + "306": { + "mapping": { + "id": 306, + "name": "eth1/40/1", + "controllingPort": 306, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 307, + 308, + 309 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 307 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 0 + } + } + ] + } + } + } + }, + "307": { + "mapping": { + "id": 307, + "name": "eth1/40/2", + "controllingPort": 306, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 1 + } + } + ] + } + } + } + }, + "308": { + "mapping": { + "id": 308, + "name": "eth1/40/3", + "controllingPort": 306, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 309 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 2 + } + } + ] + } + } + } + }, + "309": { + "mapping": { + "id": 309, + "name": "eth1/40/4", + "controllingPort": 308, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 3 + } + } + ] + } + } + } + }, + "310": { + "mapping": { + "id": 310, + "name": "eth1/40/5", + "controllingPort": 310, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 311, + 312, + 313 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 311 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 4 + } + } + ] + } + } + } + }, + "311": { + "mapping": { + "id": 311, + "name": "eth1/40/6", + "controllingPort": 310, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 5 + } + } + ] + } + } + } + }, + "312": { + "mapping": { + "id": 312, + "name": "eth1/40/7", + "controllingPort": 310, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 313 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 6 + } + } + ] + } + } + } + }, + "313": { + "mapping": { + "id": 313, + "name": "eth1/40/8", + "controllingPort": 312, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "lane": 7 + } + } + ] + } + } + } + }, + "314": { + "mapping": { + "id": 314, + "name": "eth1/41/1", + "controllingPort": 314, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 315, + 316, + 317 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 315 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 0 + } + } + ] + } + } + } + }, + "315": { + "mapping": { + "id": 315, + "name": "eth1/41/2", + "controllingPort": 314, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 1 + } + } + ] + } + } + } + }, + "316": { + "mapping": { + "id": 316, + "name": "eth1/41/3", + "controllingPort": 314, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 317 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 2 + } + } + ] + } + } + } + }, + "317": { + "mapping": { + "id": 317, + "name": "eth1/41/4", + "controllingPort": 316, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 3 + } + } + ] + } + } + } + }, + "318": { + "mapping": { + "id": 318, + "name": "eth1/41/5", + "controllingPort": 318, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 319, + 320, + 321 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 319 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 4 + } + } + ] + } + } + } + }, + "319": { + "mapping": { + "id": 319, + "name": "eth1/41/6", + "controllingPort": 318, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 5 + } + } + ] + } + } + } + }, + "320": { + "mapping": { + "id": 320, + "name": "eth1/41/7", + "controllingPort": 318, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 321 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 6 + } + } + ] + } + } + } + }, + "321": { + "mapping": { + "id": 321, + "name": "eth1/41/8", + "controllingPort": 320, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "lane": 7 + } + } + ] + } + } + } + }, + "322": { + "mapping": { + "id": 322, + "name": "eth1/42/1", + "controllingPort": 322, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 323, + 324, + 325 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 323 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 0 + } + } + ] + } + } + } + }, + "323": { + "mapping": { + "id": 323, + "name": "eth1/42/2", + "controllingPort": 322, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 1 + } + } + ] + } + } + } + }, + "324": { + "mapping": { + "id": 324, + "name": "eth1/42/3", + "controllingPort": 322, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 325 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 2 + } + } + ] + } + } + } + }, + "325": { + "mapping": { + "id": 325, + "name": "eth1/42/4", + "controllingPort": 324, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 3 + } + } + ] + } + } + } + }, + "326": { + "mapping": { + "id": 326, + "name": "eth1/42/5", + "controllingPort": 326, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 327, + 328, + 329 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 327 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 4 + } + } + ] + } + } + } + }, + "327": { + "mapping": { + "id": 327, + "name": "eth1/42/6", + "controllingPort": 326, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 5 + } + } + ] + } + } + } + }, + "328": { + "mapping": { + "id": 328, + "name": "eth1/42/7", + "controllingPort": 326, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 329 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 6 + } + } + ] + } + } + } + }, + "329": { + "mapping": { + "id": 329, + "name": "eth1/42/8", + "controllingPort": 328, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "lane": 7 + } + } + ] + } + } + } + }, + "330": { + "mapping": { + "id": 330, + "name": "eth1/43/1", + "controllingPort": 330, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 331, + 332, + 333 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 331 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 0 + } + } + ] + } + } + } + }, + "331": { + "mapping": { + "id": 331, + "name": "eth1/43/2", + "controllingPort": 330, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 1 + } + } + ] + } + } + } + }, + "332": { + "mapping": { + "id": 332, + "name": "eth1/43/3", + "controllingPort": 330, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 333 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 2 + } + } + ] + } + } + } + }, + "333": { + "mapping": { + "id": 333, + "name": "eth1/43/4", + "controllingPort": 332, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 3 + } + } + ] + } + } + } + }, + "334": { + "mapping": { + "id": 334, + "name": "eth1/43/5", + "controllingPort": 334, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 335, + 336, + 337 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 335 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 4 + } + } + ] + } + } + } + }, + "335": { + "mapping": { + "id": 335, + "name": "eth1/43/6", + "controllingPort": 334, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 5 + } + } + ] + } + } + } + }, + "336": { + "mapping": { + "id": 336, + "name": "eth1/43/7", + "controllingPort": 334, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 337 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 6 + } + } + ] + } + } + } + }, + "337": { + "mapping": { + "id": 337, + "name": "eth1/43/8", + "controllingPort": 336, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "lane": 7 + } + } + ] + } + } + } + }, + "338": { + "mapping": { + "id": 338, + "name": "eth1/44/1", + "controllingPort": 338, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 339, + 340, + 341 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 339 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 0 + } + } + ] + } + } + } + }, + "339": { + "mapping": { + "id": 339, + "name": "eth1/44/2", + "controllingPort": 338, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 1 + } + } + ] + } + } + } + }, + "340": { + "mapping": { + "id": 340, + "name": "eth1/44/3", + "controllingPort": 338, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 341 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 2 + } + } + ] + } + } + } + }, + "341": { + "mapping": { + "id": 341, + "name": "eth1/44/4", + "controllingPort": 340, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 3 + } + } + ] + } + } + } + }, + "342": { + "mapping": { + "id": 342, + "name": "eth1/44/5", + "controllingPort": 342, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 343, + 344, + 345 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 343 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 4 + } + } + ] + } + } + } + }, + "343": { + "mapping": { + "id": 343, + "name": "eth1/44/6", + "controllingPort": 342, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 5 + } + } + ] + } + } + } + }, + "344": { + "mapping": { + "id": 344, + "name": "eth1/44/7", + "controllingPort": 342, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 345 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 6 + } + } + ] + } + } + } + }, + "345": { + "mapping": { + "id": 345, + "name": "eth1/44/8", + "controllingPort": 344, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "lane": 7 + } + } + ] + } + } + } + }, + "346": { + "mapping": { + "id": 346, + "name": "eth1/45/1", + "controllingPort": 346, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 347, + 348, + 349 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 347 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 0 + } + } + ] + } + } + } + }, + "347": { + "mapping": { + "id": 347, + "name": "eth1/45/2", + "controllingPort": 346, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 1 + } + } + ] + } + } + } + }, + "348": { + "mapping": { + "id": 348, + "name": "eth1/45/3", + "controllingPort": 346, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 349 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 2 + } + } + ] + } + } + } + }, + "349": { + "mapping": { + "id": 349, + "name": "eth1/45/4", + "controllingPort": 348, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 3 + } + } + ] + } + } + } + }, + "350": { + "mapping": { + "id": 350, + "name": "eth1/45/5", + "controllingPort": 350, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 351, + 352, + 353 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 351 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 4 + } + } + ] + } + } + } + }, + "351": { + "mapping": { + "id": 351, + "name": "eth1/45/6", + "controllingPort": 350, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 5 + } + } + ] + } + } + } + }, + "352": { + "mapping": { + "id": 352, + "name": "eth1/45/7", + "controllingPort": 350, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 353 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 6 + } + } + ] + } + } + } + }, + "353": { + "mapping": { + "id": 353, + "name": "eth1/45/8", + "controllingPort": 352, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core27", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip45", + "lane": 7 + } + } + ] + } + } + } + }, + "354": { + "mapping": { + "id": 354, + "name": "eth1/46/1", + "controllingPort": 354, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 355, + 356, + 357 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 355 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 0 + } + } + ] + } + } + } + }, + "355": { + "mapping": { + "id": 355, + "name": "eth1/46/2", + "controllingPort": 354, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 1 + } + } + ] + } + } + } + }, + "356": { + "mapping": { + "id": 356, + "name": "eth1/46/3", + "controllingPort": 354, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 357 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 2 + } + } + ] + } + } + } + }, + "357": { + "mapping": { + "id": 357, + "name": "eth1/46/4", + "controllingPort": 356, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 3 + } + } + ] + } + } + } + }, + "358": { + "mapping": { + "id": 358, + "name": "eth1/46/5", + "controllingPort": 358, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 359, + 360, + 361 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 359 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 4 + } + } + ] + } + } + } + }, + "359": { + "mapping": { + "id": 359, + "name": "eth1/46/6", + "controllingPort": 358, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 5 + } + } + ] + } + } + } + }, + "360": { + "mapping": { + "id": 360, + "name": "eth1/46/7", + "controllingPort": 358, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 361 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 6 + } + } + ] + } + } + } + }, + "361": { + "mapping": { + "id": 361, + "name": "eth1/46/8", + "controllingPort": 360, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "lane": 7 + } + } + ] + } + } + } + }, + "362": { + "mapping": { + "id": 362, + "name": "eth1/47/1", + "controllingPort": 362, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 363, + 364, + 365 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 363 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 0 + } + } + ] + } + } + } + }, + "363": { + "mapping": { + "id": 363, + "name": "eth1/47/2", + "controllingPort": 362, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 1 + } + } + ] + } + } + } + }, + "364": { + "mapping": { + "id": 364, + "name": "eth1/47/3", + "controllingPort": 362, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 365 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 2 + } + } + ] + } + } + } + }, + "365": { + "mapping": { + "id": 365, + "name": "eth1/47/4", + "controllingPort": 364, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 3 + } + } + ] + } + } + } + }, + "366": { + "mapping": { + "id": 366, + "name": "eth1/47/5", + "controllingPort": 366, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 367, + 368, + 369 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 367 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 4 + } + } + ] + } + } + } + }, + "367": { + "mapping": { + "id": 367, + "name": "eth1/47/6", + "controllingPort": 366, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 5 + } + } + ] + } + } + } + }, + "368": { + "mapping": { + "id": 368, + "name": "eth1/47/7", + "controllingPort": 366, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 369 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 6 + } + } + ] + } + } + } + }, + "369": { + "mapping": { + "id": 369, + "name": "eth1/47/8", + "controllingPort": 368, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "lane": 7 + } + } + ] + } + } + } + }, + "370": { + "mapping": { + "id": 370, + "name": "eth1/48/1", + "controllingPort": 370, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 371, + 372, + 373 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 371 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 0 + } + } + ] + } + } + } + }, + "371": { + "mapping": { + "id": 371, + "name": "eth1/48/2", + "controllingPort": 370, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 1 + } + } + ] + } + } + } + }, + "372": { + "mapping": { + "id": 372, + "name": "eth1/48/3", + "controllingPort": 370, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 373 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 2 + } + } + ] + } + } + } + }, + "373": { + "mapping": { + "id": 373, + "name": "eth1/48/4", + "controllingPort": 372, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 3 + } + } + ] + } + } + } + }, + "374": { + "mapping": { + "id": 374, + "name": "eth1/48/5", + "controllingPort": 374, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 375, + 376, + 377 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 375 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 4 + } + } + ] + } + } + } + }, + "375": { + "mapping": { + "id": 375, + "name": "eth1/48/6", + "controllingPort": 374, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 5 + } + } + ] + } + } + } + }, + "376": { + "mapping": { + "id": 376, + "name": "eth1/48/7", + "controllingPort": 374, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 377 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 6 + } + } + ] + } + } + } + }, + "377": { + "mapping": { + "id": 377, + "name": "eth1/48/8", + "controllingPort": 376, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "lane": 7 + } + } + ] + } + } + } + }, + "378": { + "mapping": { + "id": 378, + "name": "eth1/49/1", + "controllingPort": 378, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 379, + 380, + 381 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 379 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 0 + } + } + ] + } + } + } + }, + "379": { + "mapping": { + "id": 379, + "name": "eth1/49/2", + "controllingPort": 378, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 1 + } + } + ] + } + } + } + }, + "380": { + "mapping": { + "id": 380, + "name": "eth1/49/3", + "controllingPort": 378, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 381 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 2 + } + } + ] + } + } + } + }, + "381": { + "mapping": { + "id": 381, + "name": "eth1/49/4", + "controllingPort": 380, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 3 + } + } + ] + } + } + } + }, + "382": { + "mapping": { + "id": 382, + "name": "eth1/49/5", + "controllingPort": 382, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 383, + 384, + 385 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 383 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 4 + } + } + ] + } + } + } + }, + "383": { + "mapping": { + "id": 383, + "name": "eth1/49/6", + "controllingPort": 382, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 5 + } + } + ] + } + } + } + }, + "384": { + "mapping": { + "id": 384, + "name": "eth1/49/7", + "controllingPort": 382, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 385 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 6 + } + } + ] + } + } + } + }, + "385": { + "mapping": { + "id": 385, + "name": "eth1/49/8", + "controllingPort": 384, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "lane": 7 + } + } + ] + } + } + } + }, + "386": { + "mapping": { + "id": 386, + "name": "eth1/50/1", + "controllingPort": 386, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 387, + 388, + 389 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 387 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 0 + } + } + ] + } + } + } + }, + "387": { + "mapping": { + "id": 387, + "name": "eth1/50/2", + "controllingPort": 386, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 1 + } + } + ] + } + } + } + }, + "388": { + "mapping": { + "id": 388, + "name": "eth1/50/3", + "controllingPort": 386, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 389 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 2 + } + } + ] + } + } + } + }, + "389": { + "mapping": { + "id": 389, + "name": "eth1/50/4", + "controllingPort": 388, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 3 + } + } + ] + } + } + } + }, + "390": { + "mapping": { + "id": 390, + "name": "eth1/50/5", + "controllingPort": 390, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 391, + 392, + 393 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 391 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 4 + } + } + ] + } + } + } + }, + "391": { + "mapping": { + "id": 391, + "name": "eth1/50/6", + "controllingPort": 390, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 5 + } + } + ] + } + } + } + }, + "392": { + "mapping": { + "id": 392, + "name": "eth1/50/7", + "controllingPort": 390, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 393 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 6 + } + } + ] + } + } + } + }, + "393": { + "mapping": { + "id": 393, + "name": "eth1/50/8", + "controllingPort": 392, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "lane": 7 + } + } + ] + } + } + } + }, + "394": { + "mapping": { + "id": 394, + "name": "eth1/51/1", + "controllingPort": 394, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 395, + 396, + 397 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 395 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 0 + } + } + ] + } + } + } + }, + "395": { + "mapping": { + "id": 395, + "name": "eth1/51/2", + "controllingPort": 394, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 1 + } + } + ] + } + } + } + }, + "396": { + "mapping": { + "id": 396, + "name": "eth1/51/3", + "controllingPort": 394, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 397 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 2 + } + } + ] + } + } + } + }, + "397": { + "mapping": { + "id": 397, + "name": "eth1/51/4", + "controllingPort": 396, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 3 + } + } + ] + } + } + } + }, + "398": { + "mapping": { + "id": 398, + "name": "eth1/51/5", + "controllingPort": 398, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 399, + 400, + 401 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 399 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 4 + } + } + ] + } + } + } + }, + "399": { + "mapping": { + "id": 399, + "name": "eth1/51/6", + "controllingPort": 398, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 5 + } + } + ] + } + } + } + }, + "400": { + "mapping": { + "id": 400, + "name": "eth1/51/7", + "controllingPort": 398, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 401 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 6 + } + } + ] + } + } + } + }, + "401": { + "mapping": { + "id": 401, + "name": "eth1/51/8", + "controllingPort": 400, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "lane": 7 + } + } + ] + } + } + } + }, + "402": { + "mapping": { + "id": 402, + "name": "eth1/52/1", + "controllingPort": 402, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 403, + 404, + 405 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 403 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 0 + } + } + ] + } + } + } + }, + "403": { + "mapping": { + "id": 403, + "name": "eth1/52/2", + "controllingPort": 402, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 1 + } + } + ] + } + } + } + }, + "404": { + "mapping": { + "id": 404, + "name": "eth1/52/3", + "controllingPort": 402, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 405 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 2 + } + } + ] + } + } + } + }, + "405": { + "mapping": { + "id": 405, + "name": "eth1/52/4", + "controllingPort": 404, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 3 + } + } + ] + } + } + } + }, + "406": { + "mapping": { + "id": 406, + "name": "eth1/52/5", + "controllingPort": 406, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 407, + 408, + 409 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 407 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 4 + } + } + ] + } + } + } + }, + "407": { + "mapping": { + "id": 407, + "name": "eth1/52/6", + "controllingPort": 406, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 5 + } + } + ] + } + } + } + }, + "408": { + "mapping": { + "id": 408, + "name": "eth1/52/7", + "controllingPort": 406, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 409 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 6 + } + } + ] + } + } + } + }, + "409": { + "mapping": { + "id": 409, + "name": "eth1/52/8", + "controllingPort": 408, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "lane": 7 + } + } + ] + } + } + } + }, + "410": { + "mapping": { + "id": 410, + "name": "eth1/53/1", + "controllingPort": 410, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 411, + 412, + 413 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 411 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 0 + } + } + ] + } + } + } + }, + "411": { + "mapping": { + "id": 411, + "name": "eth1/53/2", + "controllingPort": 410, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 1 + } + } + ] + } + } + } + }, + "412": { + "mapping": { + "id": 412, + "name": "eth1/53/3", + "controllingPort": 410, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 413 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 2 + } + } + ] + } + } + } + }, + "413": { + "mapping": { + "id": 413, + "name": "eth1/53/4", + "controllingPort": 412, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 3 + } + } + ] + } + } + } + }, + "414": { + "mapping": { + "id": 414, + "name": "eth1/53/5", + "controllingPort": 414, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 415, + 416, + 417 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 415 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 4 + } + } + ] + } + } + } + }, + "415": { + "mapping": { + "id": 415, + "name": "eth1/53/6", + "controllingPort": 414, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 5 + } + } + ] + } + } + } + }, + "416": { + "mapping": { + "id": 416, + "name": "eth1/53/7", + "controllingPort": 414, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 417 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 6 + } + } + ] + } + } + } + }, + "417": { + "mapping": { + "id": 417, + "name": "eth1/53/8", + "controllingPort": 416, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "lane": 7 + } + } + ] + } + } + } + }, + "418": { + "mapping": { + "id": 418, + "name": "eth1/54/1", + "controllingPort": 418, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 419, + 420, + 421 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 419 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 0 + } + } + ] + } + } + } + }, + "419": { + "mapping": { + "id": 419, + "name": "eth1/54/2", + "controllingPort": 418, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 1 + } + } + ] + } + } + } + }, + "420": { + "mapping": { + "id": 420, + "name": "eth1/54/3", + "controllingPort": 418, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 421 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 2 + } + } + ] + } + } + } + }, + "421": { + "mapping": { + "id": 421, + "name": "eth1/54/4", + "controllingPort": 420, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 3 + } + } + ] + } + } + } + }, + "422": { + "mapping": { + "id": 422, + "name": "eth1/54/5", + "controllingPort": 422, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 423, + 424, + 425 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 423 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 4 + } + } + ] + } + } + } + }, + "423": { + "mapping": { + "id": 423, + "name": "eth1/54/6", + "controllingPort": 422, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 5 + } + } + ] + } + } + } + }, + "424": { + "mapping": { + "id": 424, + "name": "eth1/54/7", + "controllingPort": 422, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 6 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 425 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 6 + } + } + ] + } + } + } + }, + "425": { + "mapping": { + "id": 425, + "name": "eth1/54/8", + "controllingPort": 424, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "lane": 7 + } + } + ] + } + } + } + }, + "426": { + "mapping": { + "id": 426, + "name": "eth1/55/1", + "controllingPort": 426, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 0 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "57": { + "subsumedPorts": [ + 427, + 428, + 429 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 427 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 0 + } + } + ] + } + } + } + }, + "427": { + "mapping": { + "id": 427, + "name": "eth1/55/2", + "controllingPort": 426, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 1 + } + } + ] + } + } + } + }, + "428": { + "mapping": { + "id": 428, + "name": "eth1/55/3", + "controllingPort": 426, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 2 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "58": { + "subsumedPorts": [ + 429 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip38", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 2 } } ] @@ -45203,57 +63700,111 @@ } } }, - "268": { + "429": { "mapping": { - "id": 268, - "name": "eth1/39/1", - "controllingPort": 268, + "id": 429, + "name": "eth1/55/4", + "controllingPort": 428, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 3 + } + } + ] + } + } + } + }, + "430": { + "mapping": { + "id": 430, + "name": "eth1/55/5", + "controllingPort": 430, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 4 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 7 } } } @@ -45263,12 +63814,47 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 431, + 432, + 433 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 6 }, "tx": { "pre": 0, @@ -45282,8 +63868,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 7 }, "tx": { "pre": 0, @@ -45294,11 +63880,46 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 4 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 431 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 4 }, "tx": { "pre": 0, @@ -45312,8 +63933,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 5 }, "tx": { "pre": 0, @@ -45329,26 +63950,43 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 5 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 4 } } ] @@ -45356,56 +63994,86 @@ } } }, - "269": { + "431": { "mapping": { - "id": 269, - "name": "eth1/39/5", - "controllingPort": 269, + "id": 431, + "name": "eth1/55/6", + "controllingPort": 430, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "chip": "NPU-TH6_NIF-slot1/chip1/core38", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "chip": "BACKPLANE-EXAMAX-slot1/chip55", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 5 + } + } + ] + } + } + } + }, + "432": { + "mapping": { + "id": 432, + "name": "eth1/55/7", + "controllingPort": 430, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "chip": "NPU-TH6_NIF-slot1/chip1/core38", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "chip": "BACKPLANE-EXAMAX-slot1/chip55", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "chip": "NPU-TH6_NIF-slot1/chip1/core38", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "chip": "BACKPLANE-EXAMAX-slot1/chip55", "lane": 7 } } @@ -45415,13 +64083,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 433 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 6 }, "tx": { "pre": 0, @@ -45435,8 +64106,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 7 }, "tx": { "pre": 0, @@ -45447,10 +64118,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", "lane": 6 }, "tx": { @@ -45462,10 +64153,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core22", + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 6 + } + } + ] + } + } + } + }, + "433": { + "mapping": { + "id": 433, + "name": "eth1/55/8", + "controllingPort": 432, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core38", "lane": 7 }, "tx": { @@ -45482,25 +64212,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip39", + "chip": "BACKPLANE-EXAMAX-slot1/chip55", "lane": 7 } } @@ -45509,56 +64221,56 @@ } } }, - "270": { + "434": { "mapping": { - "id": 270, - "name": "eth1/40/1", - "controllingPort": 270, + "id": 434, + "name": "eth1/56/1", + "controllingPort": 434, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 3 } } @@ -45569,11 +64281,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 435, + 436, + 437 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 0 }, "tx": { @@ -45588,7 +64305,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 1 }, "tx": { @@ -45603,7 +64320,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 2 }, "tx": { @@ -45618,7 +64335,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 3 }, "tx": { @@ -45635,99 +64352,41 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 3 } } ] } - } - } - }, - "271": { - "mapping": { - "id": 271, - "name": "eth1/40/5", - "controllingPort": 271, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 435 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 0 }, "tx": { "pre": 0, @@ -45741,8 +64400,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 1 }, "tx": { "pre": 0, @@ -45753,26 +64412,31 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 6 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core21", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 0 }, "tx": { "pre": 0, @@ -45788,26 +64452,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip40", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 0 } } ] @@ -45815,56 +64461,86 @@ } } }, - "272": { + "435": { "mapping": { - "id": 272, - "name": "eth1/41/1", - "controllingPort": 272, + "id": 435, + "name": "eth1/56/2", + "controllingPort": 434, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 1 + } + } + ] + } + } + } + }, + "436": { + "mapping": { + "id": 436, + "name": "eth1/56/3", + "controllingPort": 434, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 3 } } @@ -45874,13 +64550,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 437 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 2 }, "tx": { "pre": 0, @@ -45894,8 +64573,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 3 }, "tx": { "pre": 0, @@ -45906,10 +64585,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 2 }, "tx": { @@ -45921,10 +64620,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 2 + } + } + ] + } + } + } + }, + "437": { + "mapping": { + "id": 437, + "name": "eth1/56/4", + "controllingPort": 436, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 3 }, "tx": { @@ -45941,25 +64679,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 3 } } @@ -45968,56 +64688,56 @@ } } }, - "273": { + "438": { "mapping": { - "id": 273, - "name": "eth1/41/5", - "controllingPort": 273, + "id": 438, + "name": "eth1/56/5", + "controllingPort": 438, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 7 } } @@ -46028,11 +64748,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 439, + 440, + 441 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 4 }, "tx": { @@ -46047,7 +64772,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 5 }, "tx": { @@ -46062,7 +64787,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 6 }, "tx": { @@ -46077,7 +64802,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core20", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 7 }, "tx": { @@ -46094,99 +64819,41 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip41", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 7 } } ] } - } - } - }, - "274": { - "mapping": { - "id": 274, - "name": "eth1/42/1", - "controllingPort": 274, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 439 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 4 }, "tx": { "pre": 0, @@ -46200,8 +64867,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 5 }, "tx": { "pre": 0, @@ -46212,26 +64879,31 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 2 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 4 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 4 }, "tx": { "pre": 0, @@ -46247,26 +64919,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 4 } } ] @@ -46274,56 +64928,86 @@ } } }, - "275": { + "439": { "mapping": { - "id": 275, - "name": "eth1/42/5", - "controllingPort": 275, + "id": 439, + "name": "eth1/56/6", + "controllingPort": 438, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 5 + } + } + ] + } + } + } + }, + "440": { + "mapping": { + "id": 440, + "name": "eth1/56/7", + "controllingPort": 438, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 7 } } @@ -46333,13 +65017,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 441 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 6 }, "tx": { "pre": 0, @@ -46353,8 +65040,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 7 }, "tx": { "pre": 0, @@ -46365,10 +65052,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 6 }, "tx": { @@ -46380,10 +65087,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core24", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 6 + } + } + ] + } + } + } + }, + "441": { + "mapping": { + "id": 441, + "name": "eth1/56/8", + "controllingPort": 440, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core37", "lane": 7 }, "tx": { @@ -46400,25 +65146,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip42", + "chip": "BACKPLANE-EXAMAX-slot1/chip56", "lane": 7 } } @@ -46427,56 +65155,56 @@ } } }, - "276": { + "442": { "mapping": { - "id": 276, - "name": "eth1/43/1", - "controllingPort": 276, + "id": 442, + "name": "eth1/57/1", + "controllingPort": 442, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 3 } } @@ -46487,11 +65215,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 443, + 444, + 445 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 0 }, "tx": { @@ -46506,7 +65239,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 1 }, "tx": { @@ -46521,7 +65254,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 2 }, "tx": { @@ -46536,7 +65269,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 3 }, "tx": { @@ -46553,129 +65286,41 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 3 } } ] } - } - } - }, - "277": { - "mapping": { - "id": 277, - "name": "eth1/43/5", - "controllingPort": 277, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 443 + ], "pins": { "iphy": [ { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 4 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 - } - }, - { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 5 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 - } - }, - { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 6 + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 0 }, "tx": { "pre": 0, @@ -46689,8 +65334,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core25", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 1 }, "tx": { "pre": 0, @@ -46706,26 +65351,43 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 1 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip43", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 0 } } ] @@ -46733,56 +65395,86 @@ } } }, - "278": { + "443": { "mapping": { - "id": 278, - "name": "eth1/44/1", - "controllingPort": 278, + "id": 443, + "name": "eth1/57/2", + "controllingPort": 442, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 1 + } + } + ] + } + } + } + }, + "444": { + "mapping": { + "id": 444, + "name": "eth1/57/3", + "controllingPort": 442, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 3 } } @@ -46792,13 +65484,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 445 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 2 }, "tx": { "pre": 0, @@ -46812,8 +65507,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 3 }, "tx": { "pre": 0, @@ -46824,10 +65519,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 2 }, "tx": { @@ -46839,10 +65554,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 2 + } + } + ] + } + } + } + }, + "445": { + "mapping": { + "id": 445, + "name": "eth1/57/4", + "controllingPort": 444, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 3 }, "tx": { @@ -46859,25 +65613,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 3 } } @@ -46886,56 +65622,56 @@ } } }, - "279": { + "446": { "mapping": { - "id": 279, - "name": "eth1/44/5", - "controllingPort": 279, + "id": 446, + "name": "eth1/57/5", + "controllingPort": 446, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 7 } } @@ -46946,11 +65682,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 447, + 448, + 449 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 4 }, "tx": { @@ -46965,7 +65706,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", "lane": 5 }, "tx": { @@ -46980,8 +65721,73 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 6 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 5 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 6 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 447 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 4 }, "tx": { "pre": 0, @@ -46995,8 +65801,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core26", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 5 }, "tx": { "pre": 0, @@ -47012,26 +65818,43 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", + "chip": "BACKPLANE-EXAMAX-slot1/chip57", "lane": 5 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip44", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 4 } } ] @@ -47039,57 +65862,87 @@ } } }, - "280": { + "447": { "mapping": { - "id": 280, - "name": "eth1/45/1", - "controllingPort": 280, + "id": 447, + "name": "eth1/57/6", + "controllingPort": 446, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 5 } } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 1 - } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 5 + } + } + ] } - }, + } + } + }, + "448": { + "mapping": { + "id": 448, + "name": "eth1/57/7", + "controllingPort": 446, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 7 } } } @@ -47098,13 +65951,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 449 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 6 }, "tx": { "pre": 0, @@ -47118,8 +65974,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 7 }, "tx": { "pre": 0, @@ -47130,11 +65986,31 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 6 }, "tx": { "pre": 0, @@ -47145,11 +66021,50 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 6 + } + } + ] + } + } + } + }, + "449": { + "mapping": { + "id": 449, + "name": "eth1/57/8", + "controllingPort": 448, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "lane": 7 }, "tx": { "pre": 0, @@ -47165,26 +66080,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "lane": 7 } } ] @@ -47192,57 +66089,57 @@ } } }, - "281": { + "450": { "mapping": { - "id": 281, - "name": "eth1/45/5", - "controllingPort": 281, + "id": 450, + "name": "eth1/58/1", + "controllingPort": 450, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 3 } } } @@ -47252,12 +66149,17 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 451, + 452, + 453 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 0 }, "tx": { "pre": 0, @@ -47271,8 +66173,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 1 }, "tx": { "pre": 0, @@ -47286,8 +66188,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 2 }, "tx": { "pre": 0, @@ -47301,8 +66203,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core27", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 3 }, "tx": { "pre": 0, @@ -47318,26 +66220,108 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip45", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 451 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 0 } } ] @@ -47345,56 +66329,86 @@ } } }, - "282": { + "451": { "mapping": { - "id": 282, - "name": "eth1/46/1", - "controllingPort": 282, + "id": 451, + "name": "eth1/58/2", + "controllingPort": 450, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 1 + } + } + ] + } + } + } + }, + "452": { + "mapping": { + "id": 452, + "name": "eth1/58/3", + "controllingPort": 450, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 3 } } @@ -47404,13 +66418,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 453 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 2 }, "tx": { "pre": 0, @@ -47424,8 +66441,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 3 }, "tx": { "pre": 0, @@ -47436,10 +66453,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 2 }, "tx": { @@ -47451,10 +66488,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 2 + } + } + ] + } + } + } + }, + "453": { + "mapping": { + "id": 453, + "name": "eth1/58/4", + "controllingPort": 452, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 3 }, "tx": { @@ -47471,25 +66547,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 3 } } @@ -47498,56 +66556,56 @@ } } }, - "283": { + "454": { "mapping": { - "id": 283, - "name": "eth1/46/5", - "controllingPort": 283, + "id": 454, + "name": "eth1/58/5", + "controllingPort": 454, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 7 } } @@ -47558,11 +66616,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 455, + 456, + 457 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 4 }, "tx": { @@ -47577,7 +66640,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 5 }, "tx": { @@ -47592,7 +66655,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 6 }, "tx": { @@ -47607,7 +66670,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core31", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 7 }, "tx": { @@ -47624,99 +66687,41 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip46", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 7 } } ] } - } - } - }, - "284": { - "mapping": { - "id": 284, - "name": "eth1/47/1", - "controllingPort": 284, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 455 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 4 }, "tx": { "pre": 0, @@ -47730,8 +66735,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 5 }, "tx": { "pre": 0, @@ -47742,26 +66747,31 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 2 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 4 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 4 }, "tx": { "pre": 0, @@ -47777,26 +66787,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 4 } } ] @@ -47804,56 +66796,86 @@ } } }, - "285": { + "455": { "mapping": { - "id": 285, - "name": "eth1/47/5", - "controllingPort": 285, + "id": 455, + "name": "eth1/58/6", + "controllingPort": 454, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 5 + } + } + ] + } + } + } + }, + "456": { + "mapping": { + "id": 456, + "name": "eth1/58/7", + "controllingPort": 454, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 7 } } @@ -47863,13 +66885,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 457 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 6 }, "tx": { "pre": 0, @@ -47883,8 +66908,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 7 }, "tx": { "pre": 0, @@ -47895,10 +66920,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 6 }, "tx": { @@ -47910,10 +66955,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core30", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 6 + } + } + ] + } + } + } + }, + "457": { + "mapping": { + "id": 457, + "name": "eth1/58/8", + "controllingPort": 456, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core40", "lane": 7 }, "tx": { @@ -47930,25 +67014,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip47", + "chip": "BACKPLANE-EXAMAX-slot1/chip58", "lane": 7 } } @@ -47957,56 +67023,56 @@ } } }, - "286": { + "458": { "mapping": { - "id": 286, - "name": "eth1/48/1", - "controllingPort": 286, + "id": 458, + "name": "eth1/59/1", + "controllingPort": 458, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 3 } } @@ -48017,11 +67083,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 459, + 460, + 461 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 0 }, "tx": { @@ -48036,7 +67107,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 1 }, "tx": { @@ -48046,136 +67117,13 @@ "post": 0, "post2": 0, "post3": 0, - "pre3": 0 - } - }, - { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 2 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 - } - }, - { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 3 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 - } - } - ], - "transceiver": [ - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 3 - } - } - ] - } - } - } - }, - "287": { - "mapping": { - "id": 287, - "name": "eth1/48/5", - "controllingPort": 287, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { - "pins": { - "iphy": [ + "pre3": 0 + } + }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 2 }, "tx": { "pre": 0, @@ -48189,8 +67137,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 3 }, "tx": { "pre": 0, @@ -48201,11 +67149,46 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 0 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 459 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 0 }, "tx": { "pre": 0, @@ -48219,8 +67202,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core29", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 1 }, "tx": { "pre": 0, @@ -48236,26 +67219,43 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 1 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip48", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 0 } } ] @@ -48263,56 +67263,86 @@ } } }, - "288": { + "459": { "mapping": { - "id": 288, - "name": "eth1/49/1", - "controllingPort": 288, + "id": 459, + "name": "eth1/59/2", + "controllingPort": 458, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 1 + } + } + ] + } + } + } + }, + "460": { + "mapping": { + "id": 460, + "name": "eth1/59/3", + "controllingPort": 458, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 3 } } @@ -48322,13 +67352,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 461 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 2 }, "tx": { "pre": 0, @@ -48342,8 +67375,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 3 }, "tx": { "pre": 0, @@ -48354,10 +67387,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 2 }, "tx": { @@ -48369,10 +67422,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 2 + } + } + ] + } + } + } + }, + "461": { + "mapping": { + "id": 461, + "name": "eth1/59/4", + "controllingPort": 460, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 3 }, "tx": { @@ -48389,25 +67481,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 3 } } @@ -48416,56 +67490,56 @@ } } }, - "289": { + "462": { "mapping": { - "id": 289, - "name": "eth1/49/5", - "controllingPort": 289, + "id": 462, + "name": "eth1/59/5", + "controllingPort": 462, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 7 } } @@ -48476,11 +67550,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 463, + 464, + 465 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 4 }, "tx": { @@ -48495,7 +67574,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 5 }, "tx": { @@ -48510,7 +67589,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 6 }, "tx": { @@ -48525,7 +67604,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core28", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 7 }, "tx": { @@ -48542,99 +67621,41 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip49", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 7 } } ] } - } - } - }, - "290": { - "mapping": { - "id": 290, - "name": "eth1/50/1", - "controllingPort": 290, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 463 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 4 }, "tx": { "pre": 0, @@ -48648,8 +67669,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 5 }, "tx": { "pre": 0, @@ -48660,26 +67681,31 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 2 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 4 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 4 }, "tx": { "pre": 0, @@ -48695,26 +67721,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 4 } } ] @@ -48722,56 +67730,86 @@ } } }, - "291": { + "463": { "mapping": { - "id": 291, - "name": "eth1/50/5", - "controllingPort": 291, + "id": 463, + "name": "eth1/59/6", + "controllingPort": 462, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 5 + } + } + ] + } + } + } + }, + "464": { + "mapping": { + "id": 464, + "name": "eth1/59/7", + "controllingPort": 462, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 7 } } @@ -48781,13 +67819,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 465 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 6 }, "tx": { "pre": 0, @@ -48801,8 +67842,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 7 }, "tx": { "pre": 0, @@ -48813,10 +67854,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 6 }, "tx": { @@ -48828,10 +67889,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 6 + } + } + ] + } + } + } + }, + "465": { + "mapping": { + "id": 465, + "name": "eth1/59/8", + "controllingPort": 464, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core32", + "chip": "NPU-TH6_NIF-slot1/chip1/core41", "lane": 7 }, "tx": { @@ -48848,25 +67948,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip50", + "chip": "BACKPLANE-EXAMAX-slot1/chip59", "lane": 7 } } @@ -48875,56 +67957,56 @@ } } }, - "292": { + "466": { "mapping": { - "id": 292, - "name": "eth1/51/1", - "controllingPort": 292, + "id": 466, + "name": "eth1/60/1", + "controllingPort": 466, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 3 } } @@ -48935,11 +68017,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 467, + 468, + 469 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 0 }, "tx": { @@ -48954,7 +68041,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 1 }, "tx": { @@ -48969,7 +68056,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 2 }, "tx": { @@ -48984,7 +68071,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 3 }, "tx": { @@ -49001,99 +68088,41 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 3 } } ] } - } - } - }, - "293": { - "mapping": { - "id": 293, - "name": "eth1/51/5", - "controllingPort": 293, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 467 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 0 }, "tx": { "pre": 0, @@ -49107,8 +68136,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 1 }, "tx": { "pre": 0, @@ -49119,26 +68148,31 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 6 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core33", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 0 }, "tx": { "pre": 0, @@ -49154,26 +68188,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip51", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 0 } } ] @@ -49181,56 +68197,86 @@ } } }, - "294": { + "467": { "mapping": { - "id": 294, - "name": "eth1/52/1", - "controllingPort": 294, + "id": 467, + "name": "eth1/60/2", + "controllingPort": 466, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 1 + } + } + ] + } + } + } + }, + "468": { + "mapping": { + "id": 468, + "name": "eth1/60/3", + "controllingPort": 466, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 3 } } @@ -49240,13 +68286,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 469 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 2 }, "tx": { "pre": 0, @@ -49260,8 +68309,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 3 }, "tx": { "pre": 0, @@ -49272,10 +68321,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 2 }, "tx": { @@ -49287,10 +68356,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 2 + } + } + ] + } + } + } + }, + "469": { + "mapping": { + "id": 469, + "name": "eth1/60/4", + "controllingPort": 468, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 3 }, "tx": { @@ -49307,25 +68415,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 3 } } @@ -49334,56 +68424,56 @@ } } }, - "295": { + "470": { "mapping": { - "id": 295, - "name": "eth1/52/5", - "controllingPort": 295, + "id": 470, + "name": "eth1/60/5", + "controllingPort": 470, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 7 } } @@ -49394,11 +68484,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 471, + 472, + 473 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 4 }, "tx": { @@ -49413,7 +68508,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 5 }, "tx": { @@ -49428,7 +68523,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 6 }, "tx": { @@ -49443,7 +68538,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core34", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 7 }, "tx": { @@ -49460,129 +68555,41 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip52", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 7 } } ] } - } - } - }, - "296": { - "mapping": { - "id": 296, - "name": "eth1/53/1", - "controllingPort": 296, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 471 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 0 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 - } - }, - { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 1 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 - } - }, - { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 4 }, "tx": { "pre": 0, @@ -49596,8 +68603,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 5 }, "tx": { "pre": 0, @@ -49613,26 +68620,43 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 5 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 4 } } ] @@ -49640,56 +68664,86 @@ } } }, - "297": { + "471": { "mapping": { - "id": 297, - "name": "eth1/53/5", - "controllingPort": 297, + "id": 471, + "name": "eth1/60/6", + "controllingPort": 470, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 5 + } + } + ] + } + } + } + }, + "472": { + "mapping": { + "id": 472, + "name": "eth1/60/7", + "controllingPort": 470, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 7 } } @@ -49699,13 +68753,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 473 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 6 }, "tx": { "pre": 0, @@ -49719,8 +68776,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 7 }, "tx": { "pre": 0, @@ -49731,10 +68788,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 6 }, "tx": { @@ -49746,10 +68823,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core35", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 6 + } + } + ] + } + } + } + }, + "473": { + "mapping": { + "id": 473, + "name": "eth1/60/8", + "controllingPort": 472, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core42", "lane": 7 }, "tx": { @@ -49766,25 +68882,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip53", + "chip": "BACKPLANE-EXAMAX-slot1/chip60", "lane": 7 } } @@ -49793,56 +68891,56 @@ } } }, - "298": { + "474": { "mapping": { - "id": 298, - "name": "eth1/54/1", - "controllingPort": 298, + "id": 474, + "name": "eth1/61/1", + "controllingPort": 474, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 3 } } @@ -49853,11 +68951,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 475, + 476, + 477 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 0 }, "tx": { @@ -49872,7 +68975,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 1 }, "tx": { @@ -49887,8 +68990,73 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 475 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 0 }, "tx": { "pre": 0, @@ -49902,8 +69070,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 1 }, "tx": { "pre": 0, @@ -49919,26 +69087,43 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 1 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 0 } } ] @@ -49946,57 +69131,87 @@ } } }, - "299": { + "475": { "mapping": { - "id": 299, - "name": "eth1/54/5", - "controllingPort": 299, + "id": 475, + "name": "eth1/61/2", + "controllingPort": 474, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 1 } } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 5 - } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 1 + } + } + ] } - }, + } + } + }, + "476": { + "mapping": { + "id": 476, + "name": "eth1/61/3", + "controllingPort": 474, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 3 } } } @@ -50005,13 +69220,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 477 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 2 }, "tx": { "pre": 0, @@ -50025,8 +69243,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 3 }, "tx": { "pre": 0, @@ -50037,11 +69255,31 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 2 }, "tx": { "pre": 0, @@ -50052,11 +69290,50 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core39", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 2 + } + } + ] + } + } + } + }, + "477": { + "mapping": { + "id": 477, + "name": "eth1/61/4", + "controllingPort": 476, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 3 }, "tx": { "pre": 0, @@ -50072,26 +69349,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip54", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 3 } } ] @@ -50099,57 +69358,57 @@ } } }, - "300": { + "478": { "mapping": { - "id": 300, - "name": "eth1/55/1", - "controllingPort": 300, + "id": 478, + "name": "eth1/61/5", + "controllingPort": 478, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 7 } } } @@ -50159,12 +69418,17 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 479, + 480, + 481 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 4 }, "tx": { "pre": 0, @@ -50178,8 +69442,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 5 }, "tx": { "pre": 0, @@ -50193,8 +69457,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 6 }, "tx": { "pre": 0, @@ -50208,8 +69472,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 7 }, "tx": { "pre": 0, @@ -50225,26 +69489,108 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 479 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 4 } } ] @@ -50252,56 +69598,86 @@ } } }, - "301": { + "479": { "mapping": { - "id": 301, - "name": "eth1/55/5", - "controllingPort": 301, + "id": 479, + "name": "eth1/61/6", + "controllingPort": 478, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 5 + } + } + ] + } + } + } + }, + "480": { + "mapping": { + "id": 480, + "name": "eth1/61/7", + "controllingPort": 478, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 7 } } @@ -50311,13 +69687,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 481 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 6 }, "tx": { "pre": 0, @@ -50331,8 +69710,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 7 }, "tx": { "pre": 0, @@ -50343,10 +69722,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 6 }, "tx": { @@ -50358,10 +69757,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 6 + } + } + ] + } + } + } + }, + "481": { + "mapping": { + "id": 481, + "name": "eth1/61/8", + "controllingPort": 480, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core38", + "chip": "NPU-TH6_NIF-slot1/chip1/core43", "lane": 7 }, "tx": { @@ -50378,25 +69816,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip55", + "chip": "BACKPLANE-EXAMAX-slot1/chip61", "lane": 7 } } @@ -50405,56 +69825,56 @@ } } }, - "302": { + "482": { "mapping": { - "id": 302, - "name": "eth1/56/1", - "controllingPort": 302, + "id": 482, + "name": "eth1/62/1", + "controllingPort": 482, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 3 } } @@ -50465,11 +69885,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 483, + 484, + 485 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 0 }, "tx": { @@ -50484,7 +69909,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 1 }, "tx": { @@ -50499,7 +69924,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 2 }, "tx": { @@ -50514,7 +69939,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 3 }, "tx": { @@ -50531,99 +69956,41 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 3 } } ] } - } - } - }, - "303": { - "mapping": { - "id": 303, - "name": "eth1/56/5", - "controllingPort": 303, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 483 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 0 }, "tx": { "pre": 0, @@ -50637,8 +70004,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 1 }, "tx": { "pre": 0, @@ -50649,26 +70016,31 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 6 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core37", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 0 }, "tx": { "pre": 0, @@ -50684,26 +70056,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip56", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 0 } } ] @@ -50711,56 +70065,86 @@ } } }, - "304": { + "483": { "mapping": { - "id": 304, - "name": "eth1/57/1", - "controllingPort": 304, + "id": 483, + "name": "eth1/62/2", + "controllingPort": 482, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 1 + } + } + ] + } + } + } + }, + "484": { + "mapping": { + "id": 484, + "name": "eth1/62/3", + "controllingPort": 482, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 3 } } @@ -50770,13 +70154,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 485 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 2 }, "tx": { "pre": 0, @@ -50790,8 +70177,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 3 }, "tx": { "pre": 0, @@ -50802,10 +70189,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 2 }, "tx": { @@ -50817,10 +70224,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 2 + } + } + ] + } + } + } + }, + "485": { + "mapping": { + "id": 485, + "name": "eth1/62/4", + "controllingPort": 484, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 3 }, "tx": { @@ -50837,25 +70283,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 3 } } @@ -50864,56 +70292,56 @@ } } }, - "305": { + "486": { "mapping": { - "id": 305, - "name": "eth1/57/5", - "controllingPort": 305, + "id": 486, + "name": "eth1/62/5", + "controllingPort": 486, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 7 } } @@ -50924,11 +70352,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 487, + 488, + 489 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 4 }, "tx": { @@ -50943,7 +70376,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 5 }, "tx": { @@ -50958,7 +70391,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 6 }, "tx": { @@ -50973,7 +70406,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core36", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 7 }, "tx": { @@ -50990,99 +70423,41 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip57", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 7 } } ] } - } - } - }, - "306": { - "mapping": { - "id": 306, - "name": "eth1/58/1", - "controllingPort": 306, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 487 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 4 }, "tx": { "pre": 0, @@ -51096,8 +70471,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 5 }, "tx": { "pre": 0, @@ -51108,11 +70483,31 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 4 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 4 }, "tx": { "pre": 0, @@ -51123,11 +70518,50 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 4 + } + } + ] + } + } + } + }, + "487": { + "mapping": { + "id": 487, + "name": "eth1/62/6", + "controllingPort": 486, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 5 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 5 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 5 }, "tx": { "pre": 0, @@ -51143,26 +70577,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 5 } } ] @@ -51170,56 +70586,32 @@ } } }, - "307": { + "488": { "mapping": { - "id": 307, - "name": "eth1/58/5", - "controllingPort": 307, + "id": 488, + "name": "eth1/62/7", + "controllingPort": 486, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 7 } } @@ -51229,13 +70621,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 489 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 6 }, "tx": { "pre": 0, @@ -51249,8 +70644,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 7 }, "tx": { "pre": 0, @@ -51261,10 +70656,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 6 }, "tx": { @@ -51276,10 +70691,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core40", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 6 + } + } + ] + } + } + } + }, + "489": { + "mapping": { + "id": 489, + "name": "eth1/62/8", + "controllingPort": 488, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core47", "lane": 7 }, "tx": { @@ -51296,25 +70750,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip58", + "chip": "BACKPLANE-EXAMAX-slot1/chip62", "lane": 7 } } @@ -51323,56 +70759,56 @@ } } }, - "308": { + "490": { "mapping": { - "id": 308, - "name": "eth1/59/1", - "controllingPort": 308, + "id": 490, + "name": "eth1/63/1", + "controllingPort": 490, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 3 } } @@ -51383,11 +70819,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 491, + 492, + 493 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 0 }, "tx": { @@ -51402,7 +70843,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 1 }, "tx": { @@ -51417,8 +70858,73 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 2 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 3 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 0 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 1 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 2 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 3 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 491 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 0 }, "tx": { "pre": 0, @@ -51432,8 +70938,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 1 }, "tx": { "pre": 0, @@ -51449,26 +70955,43 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 1 } - }, + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 0 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 0 } } ] @@ -51476,57 +70999,87 @@ } } }, - "309": { + "491": { "mapping": { - "id": 309, - "name": "eth1/59/5", - "controllingPort": 309, + "id": 491, + "name": "eth1/63/2", + "controllingPort": 490, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 1 } } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 5 - } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 1 + } + } + ] } - }, + } + } + }, + "492": { + "mapping": { + "id": 492, + "name": "eth1/63/3", + "controllingPort": 490, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 3 } } } @@ -51535,13 +71088,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 493 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 2 }, "tx": { "pre": 0, @@ -51555,8 +71111,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 3 }, "tx": { "pre": 0, @@ -51567,11 +71123,31 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 2 }, "tx": { "pre": 0, @@ -51582,11 +71158,50 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core41", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 2 + } + } + ] + } + } + } + }, + "493": { + "mapping": { + "id": 493, + "name": "eth1/63/4", + "controllingPort": 492, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 3 }, "tx": { "pre": 0, @@ -51602,26 +71217,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip59", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 3 } } ] @@ -51629,57 +71226,57 @@ } } }, - "310": { + "494": { "mapping": { - "id": 310, - "name": "eth1/60/1", - "controllingPort": 310, + "id": 494, + "name": "eth1/63/5", + "controllingPort": 494, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 7 } } } @@ -51689,12 +71286,17 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 495, + 496, + 497 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 4 }, "tx": { "pre": 0, @@ -51708,8 +71310,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 5 }, "tx": { "pre": 0, @@ -51723,8 +71325,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 6 }, "tx": { "pre": 0, @@ -51738,8 +71340,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 7 }, "tx": { "pre": 0, @@ -51755,26 +71357,108 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 1 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 495 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 4 } } ] @@ -51782,56 +71466,86 @@ } } }, - "311": { + "495": { "mapping": { - "id": 311, - "name": "eth1/60/5", - "controllingPort": 311, + "id": 495, + "name": "eth1/63/6", + "controllingPort": 494, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 5 + } + } + ] + } + } + } + }, + "496": { + "mapping": { + "id": 496, + "name": "eth1/63/7", + "controllingPort": 494, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "chip": "NPU-TH6_NIF-slot1/chip1/core46", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 7 } } @@ -51841,13 +71555,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 497 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 6 }, "tx": { "pre": 0, @@ -51861,8 +71578,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 7 }, "tx": { "pre": 0, @@ -51873,26 +71590,31 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 6 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core42", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 6 }, "tx": { "pre": 0, @@ -51908,25 +71630,61 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 6 } - }, + } + ] + } + } + } + }, + "497": { + "mapping": { + "id": 497, + "name": "eth1/63/8", + "controllingPort": 496, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip63", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core46", + "lane": 7 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip60", + "chip": "BACKPLANE-EXAMAX-slot1/chip63", "lane": 7 } } @@ -51935,56 +71693,56 @@ } } }, - "312": { + "498": { "mapping": { - "id": 312, - "name": "eth1/61/1", - "controllingPort": 312, + "id": 498, + "name": "eth1/64/1", + "controllingPort": 498, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 3 } } @@ -51995,11 +71753,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 499, + 500, + 501 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 0 }, "tx": { @@ -52014,7 +71777,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 1 }, "tx": { @@ -52029,7 +71792,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 2 }, "tx": { @@ -52044,7 +71807,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 3 }, "tx": { @@ -52061,99 +71824,41 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 3 } } ] } - } - } - }, - "313": { - "mapping": { - "id": 313, - "name": "eth1/61/5", - "controllingPort": 313, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 6 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 6 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 7 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 7 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + }, + "58": { + "subsumedPorts": [ + 499 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 0 }, "tx": { "pre": 0, @@ -52167,8 +71872,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 1 }, "tx": { "pre": 0, @@ -52179,26 +71884,31 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 6 - }, - "tx": { - "pre": 0, - "pre2": 0, - "main": 168, - "post": 0, - "post2": 0, - "post3": 0, - "pre3": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 0 } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core43", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 0 }, "tx": { "pre": 0, @@ -52214,26 +71924,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip61", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 0 } } ] @@ -52241,56 +71933,86 @@ } } }, - "314": { + "499": { "mapping": { - "id": 314, - "name": "eth1/62/1", - "controllingPort": 314, + "id": 499, + "name": "eth1/64/2", + "controllingPort": 498, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 1 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 1 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 1 + } + } + ] + } + } + } + }, + "500": { + "mapping": { + "id": 500, + "name": "eth1/64/3", + "controllingPort": 498, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 3 } } @@ -52300,13 +72022,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 501 + ], "pins": { "iphy": [ { - "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", - "lane": 0 + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 2 }, "tx": { "pre": 0, @@ -52320,8 +72045,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 3 }, "tx": { "pre": 0, @@ -52332,10 +72057,30 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 2 }, "tx": { @@ -52347,10 +72092,49 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 2 + } + } + ] + } + } + } + }, + "501": { + "mapping": { + "id": 501, + "name": "eth1/64/4", + "controllingPort": 500, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 3 }, "tx": { @@ -52367,25 +72151,7 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 3 } } @@ -52394,56 +72160,56 @@ } } }, - "315": { + "502": { "mapping": { - "id": 315, - "name": "eth1/62/5", - "controllingPort": 315, + "id": 502, + "name": "eth1/64/5", + "controllingPort": 502, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 4 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 4 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 5 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 7 } } @@ -52454,11 +72220,16 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 503, + 504, + 505 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 4 }, "tx": { @@ -52473,7 +72244,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 5 }, "tx": { @@ -52488,7 +72259,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 6 }, "tx": { @@ -52503,7 +72274,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core47", + "chip": "NPU-TH6_NIF-slot1/chip1/core45", "lane": 7 }, "tx": { @@ -52520,84 +72291,196 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 4 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 5 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 6 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip62", + "chip": "BACKPLANE-EXAMAX-slot1/chip64", "lane": 7 } } ] } + }, + "58": { + "subsumedPorts": [ + 503 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 4 + } + } + ] + } } } }, - "316": { + "503": { "mapping": { - "id": 316, - "name": "eth1/63/1", - "controllingPort": 316, + "id": 503, + "name": "eth1/64/6", + "controllingPort": 502, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 5 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 0 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 5 } } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 1 - } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 5 + } + } + ] } - }, + } + } + }, + "504": { + "mapping": { + "id": 504, + "name": "eth1/64/7", + "controllingPort": 502, + "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 2 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 6 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 6 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 3 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 7 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 7 } } } @@ -52606,13 +72489,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 505 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 0 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 6 }, "tx": { "pre": 0, @@ -52626,8 +72512,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 1 + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 7 }, "tx": { "pre": 0, @@ -52638,11 +72524,31 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 6 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 6 }, "tx": { "pre": 0, @@ -52653,11 +72559,50 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 6 + } + } + ] + } + } + } + }, + "505": { + "mapping": { + "id": 505, + "name": "eth1/64/8", + "controllingPort": 504, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "lane": 7 }, "tx": { "pre": 0, @@ -52673,26 +72618,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 1 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "lane": 7 } } ] @@ -52700,57 +72627,57 @@ } } }, - "317": { + "506": { "mapping": { - "id": 317, - "name": "eth1/63/5", - "controllingPort": 317, + "id": 506, + "name": "eth1/65/1", + "controllingPort": 506, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 0 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 0 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 1 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 1 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 3 } } } @@ -52760,12 +72687,17 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 507, + 508, + 509 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 0 }, "tx": { "pre": 0, @@ -52779,8 +72711,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 1 }, "tx": { "pre": 0, @@ -52794,8 +72726,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 2 }, "tx": { "pre": 0, @@ -52809,8 +72741,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core46", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 3 }, "tx": { "pre": 0, @@ -52826,98 +72758,40 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 4 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 0 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 5 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 1 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 2 } }, { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip63", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 3 } - } - ] - } - } - } - }, - "318": { - "mapping": { - "id": 318, - "name": "eth1/64/1", - "controllingPort": 318, - "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 0 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 0 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 1 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 1 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 2 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 2 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 3 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 3 - } - } - } - ], - "portType": 0, - "scope": 0 - }, - "supportedProfiles": { - "57": { + } + ] + } + }, + "58": { + "subsumedPorts": [ + 507 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "chip": "NPU-TH6_NIF-slot1/chip1/core44", "lane": 0 }, "tx": { @@ -52932,7 +72806,7 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", + "chip": "NPU-TH6_NIF-slot1/chip1/core44", "lane": 1 }, "tx": { @@ -52944,11 +72818,31 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 0 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 2 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 1 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 0 }, "tx": { "pre": 0, @@ -52959,11 +72853,50 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 3 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 0 + } + } + ] + } + } + } + }, + "507": { + "mapping": { + "id": 507, + "name": "eth1/65/2", + "controllingPort": 506, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 1 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 1 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 1 }, "tx": { "pre": 0, @@ -52979,84 +72912,42 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 0 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", + "chip": "BACKPLANE-EXAMAX-slot1/chip65", "lane": 1 } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 2 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 3 - } } ] } } } }, - "319": { + "508": { "mapping": { - "id": 319, - "name": "eth1/64/5", - "controllingPort": 319, + "id": 508, + "name": "eth1/65/3", + "controllingPort": 506, "pins": [ { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 4 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 5 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 5 - } - } - }, - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 6 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 2 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 2 } } }, { "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 7 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 3 }, "z": { "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 3 } } } @@ -53065,13 +72956,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 509 + ], "pins": { "iphy": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 4 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 2 }, "tx": { "pre": 0, @@ -53085,8 +72979,8 @@ }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 5 + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 3 }, "tx": { "pre": 0, @@ -53097,11 +72991,31 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 2 + } }, { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 6 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 3 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 2 }, "tx": { "pre": 0, @@ -53112,11 +73026,50 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ { "id": { - "chip": "NPU-TH6_NIF-slot1/chip1/core45", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 2 + } + } + ] + } + } + } + }, + "509": { + "mapping": { + "id": 509, + "name": "eth1/65/4", + "controllingPort": 508, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 3 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 3 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 3 }, "tx": { "pre": 0, @@ -53132,26 +73085,8 @@ "transceiver": [ { "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 6 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip64", - "lane": 7 + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 3 } } ] @@ -53159,57 +73094,57 @@ } } }, - "320": { + "510": { "mapping": { - "id": 320, - "name": "eth1/65/1", - "controllingPort": 320, + "id": 510, + "name": "eth1/65/5", + "controllingPort": 510, "pins": [ { "a": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 0 + "lane": 4 }, "z": { "end": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 0 + "lane": 4 } } }, { "a": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 1 + "lane": 5 }, "z": { "end": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 1 + "lane": 5 } } }, { "a": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 2 + "lane": 6 }, "z": { "end": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 2 + "lane": 6 } } }, { "a": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 3 + "lane": 7 }, "z": { "end": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 3 + "lane": 7 } } } @@ -53219,12 +73154,17 @@ }, "supportedProfiles": { "57": { + "subsumedPorts": [ + 511, + 512, + 513 + ], "pins": { "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 0 + "lane": 4 }, "tx": { "pre": 0, @@ -53239,7 +73179,7 @@ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 1 + "lane": 5 }, "tx": { "pre": 0, @@ -53254,7 +73194,7 @@ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 2 + "lane": 6 }, "tx": { "pre": 0, @@ -53269,7 +73209,7 @@ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 3 + "lane": 7 }, "tx": { "pre": 0, @@ -53286,25 +73226,107 @@ { "id": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 0 + "lane": 4 } }, { "id": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 1 + "lane": 5 } }, { "id": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 2 + "lane": 6 } }, { "id": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 3 + "lane": 7 + } + } + ] + } + }, + "58": { + "subsumedPorts": [ + 511 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 4 + } + }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 5 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 4 } } ] @@ -53312,24 +73334,12 @@ } } }, - "321": { + "511": { "mapping": { - "id": 321, - "name": "eth1/65/5", - "controllingPort": 321, + "id": 511, + "name": "eth1/65/6", + "controllingPort": 510, "pins": [ - { - "a": { - "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 4 - }, - "z": { - "end": { - "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 4 - } - } - }, { "a": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", @@ -53341,7 +73351,49 @@ "lane": 5 } } - }, + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 5 + }, + "tx": { + "pre": 0, + "pre2": 0, + "main": 168, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 5 + } + } + ] + } + } + } + }, + "512": { + "mapping": { + "id": 512, + "name": "eth1/65/7", + "controllingPort": 510, + "pins": [ { "a": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", @@ -53371,13 +73423,16 @@ "scope": 0 }, "supportedProfiles": { - "57": { + "58": { + "subsumedPorts": [ + 513 + ], "pins": { "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 4 + "lane": 6 }, "tx": { "pre": 0, @@ -53392,7 +73447,7 @@ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", - "lane": 5 + "lane": 7 }, "tx": { "pre": 0, @@ -53403,7 +73458,27 @@ "post3": 0, "pre3": 0 } + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 6 + } }, + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 7 + } + } + ] + } + }, + "59": { + "pins": { + "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", @@ -53418,7 +73493,46 @@ "post3": 0, "pre3": 0 } - }, + } + ], + "transceiver": [ + { + "id": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 6 + } + } + ] + } + } + } + }, + "513": { + "mapping": { + "id": 513, + "name": "eth1/65/8", + "controllingPort": 512, + "pins": [ + { + "a": { + "chip": "NPU-TH6_NIF-slot1/chip1/core44", + "lane": 7 + }, + "z": { + "end": { + "chip": "BACKPLANE-EXAMAX-slot1/chip65", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "59": { + "pins": { + "iphy": [ { "id": { "chip": "NPU-TH6_NIF-slot1/chip1/core44", @@ -53436,24 +73550,6 @@ } ], "transceiver": [ - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 4 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 5 - } - }, - { - "id": { - "chip": "BACKPLANE-EXAMAX-slot1/chip65", - "lane": 6 - } - }, { "id": { "chip": "BACKPLANE-EXAMAX-slot1/chip65", @@ -54220,7 +74316,37 @@ "modulation": 2, "fec": 11, "medium": 3, - "interfaceType": 4 + "interfaceType": 3 + } + } + }, + { + "factor": { + "profileID": 58 + }, + "profile": { + "speed": 400000, + "iphy": { + "numLanes": 2, + "modulation": 2, + "fec": 11, + "medium": 3, + "interfaceType": 2 + } + } + }, + { + "factor": { + "profileID": 59 + }, + "profile": { + "speed": 200000, + "iphy": { + "numLanes": 1, + "modulation": 2, + "fec": 11, + "medium": 3, + "interfaceType": 1 } } } diff --git a/fboss/lib/platform_mapping_v2/generated_platform_mappings/minipack3bta_platform_mapping.json b/fboss/lib/platform_mapping_v2/generated_platform_mappings/minipack3bta_platform_mapping.json new file mode 100644 index 0000000000000..b35aa313218e3 --- /dev/null +++ b/fboss/lib/platform_mapping_v2/generated_platform_mappings/minipack3bta_platform_mapping.json @@ -0,0 +1,131133 @@ +{ + "ports": { + "1": { + "mapping": { + "id": 1, + "name": "eth1/2/1", + "controllingPort": 1, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 2 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 2 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 2 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 2 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 2 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 2, + 3, + 4 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 2 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 2, + 3, + 4 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 7 + } + } + ] + } + } + } + }, + "2": { + "mapping": { + "id": 2, + "name": "eth1/2/3", + "controllingPort": 1, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 2 + } + } + ] + } + } + } + }, + "3": { + "mapping": { + "id": 3, + "name": "eth1/2/5", + "controllingPort": 1, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 4 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 4 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 4 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 4 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 4 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 4 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 4 + } + } + ] + } + } + } + }, + "4": { + "mapping": { + "id": 4, + "name": "eth1/2/7", + "controllingPort": 3, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip2", + "lane": 6 + } + } + ] + } + } + } + }, + "5": { + "mapping": { + "id": 5, + "name": "eth1/1/1", + "controllingPort": 5, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 6 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 6 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 6 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 6 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 6 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 6, + 7, + 8 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 6 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 6, + 7, + 8 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 7 + } + } + ] + } + } + } + }, + "6": { + "mapping": { + "id": 6, + "name": "eth1/1/3", + "controllingPort": 5, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 2 + } + } + ] + } + } + } + }, + "7": { + "mapping": { + "id": 7, + "name": "eth1/1/5", + "controllingPort": 5, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 8 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 8 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 8 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 8 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 8 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 8 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 4 + } + } + ] + } + } + } + }, + "8": { + "mapping": { + "id": 8, + "name": "eth1/1/7", + "controllingPort": 7, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip1", + "lane": 6 + } + } + ] + } + } + } + }, + "9": { + "mapping": { + "id": 9, + "name": "eth1/3/1", + "controllingPort": 9, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 10 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 10 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 10 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 10 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 10 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 10, + 11, + 12 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 10 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 10, + 11, + 12 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 7 + } + } + ] + } + } + } + }, + "10": { + "mapping": { + "id": 10, + "name": "eth1/3/3", + "controllingPort": 9, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 2 + } + } + ] + } + } + } + }, + "11": { + "mapping": { + "id": 11, + "name": "eth1/3/5", + "controllingPort": 9, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 12 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 12 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 12 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 12 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 12 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 12 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 4 + } + } + ] + } + } + } + }, + "12": { + "mapping": { + "id": 12, + "name": "eth1/3/7", + "controllingPort": 11, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip3", + "lane": 6 + } + } + ] + } + } + } + }, + "13": { + "mapping": { + "id": 13, + "name": "eth1/4/1", + "controllingPort": 13, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 14 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 14 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 14 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 14 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 14 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 14, + 15, + 16 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 14 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 14, + 15, + 16 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 7 + } + } + ] + } + } + } + }, + "14": { + "mapping": { + "id": 14, + "name": "eth1/4/3", + "controllingPort": 13, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 2 + } + } + ] + } + } + } + }, + "15": { + "mapping": { + "id": 15, + "name": "eth1/4/5", + "controllingPort": 13, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 16 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 16 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 16 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 16 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 16 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 16 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 4 + } + } + ] + } + } + } + }, + "16": { + "mapping": { + "id": 16, + "name": "eth1/4/7", + "controllingPort": 15, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip4", + "lane": 6 + } + } + ] + } + } + } + }, + "17": { + "mapping": { + "id": 17, + "name": "eth1/6/1", + "controllingPort": 17, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 18 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 18 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 18 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 18 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 18 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 18, + 19, + 20 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 18 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 18, + 19, + 20 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 7 + } + } + ] + } + } + } + }, + "18": { + "mapping": { + "id": 18, + "name": "eth1/6/3", + "controllingPort": 17, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 2 + } + } + ] + } + } + } + }, + "19": { + "mapping": { + "id": 19, + "name": "eth1/6/5", + "controllingPort": 17, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 20 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 20 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 20 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 20 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 20 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 20 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 4 + } + } + ] + } + } + } + }, + "20": { + "mapping": { + "id": 20, + "name": "eth1/6/7", + "controllingPort": 19, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip6", + "lane": 6 + } + } + ] + } + } + } + }, + "21": { + "mapping": { + "id": 21, + "name": "eth1/5/1", + "controllingPort": 21, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 22 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 22 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 22 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 22 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 22 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 22, + 23, + 24 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 22 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 22, + 23, + 24 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 7 + } + } + ] + } + } + } + }, + "22": { + "mapping": { + "id": 22, + "name": "eth1/5/3", + "controllingPort": 21, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 2 + } + } + ] + } + } + } + }, + "23": { + "mapping": { + "id": 23, + "name": "eth1/5/5", + "controllingPort": 21, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 24 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 24 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 24 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 24 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 24 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 24 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 4 + } + } + ] + } + } + } + }, + "24": { + "mapping": { + "id": 24, + "name": "eth1/5/7", + "controllingPort": 23, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip5", + "lane": 6 + } + } + ] + } + } + } + }, + "25": { + "mapping": { + "id": 25, + "name": "eth1/7/1", + "controllingPort": 25, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 26 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 26 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 26 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 26 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 26 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 26, + 27, + 28 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 26 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 26, + 27, + 28 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 7 + } + } + ] + } + } + } + }, + "26": { + "mapping": { + "id": 26, + "name": "eth1/7/3", + "controllingPort": 25, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 2 + } + } + ] + } + } + } + }, + "27": { + "mapping": { + "id": 27, + "name": "eth1/7/5", + "controllingPort": 25, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 28 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 28 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 28 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 28 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 28 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 28 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 4 + } + } + ] + } + } + } + }, + "28": { + "mapping": { + "id": 28, + "name": "eth1/7/7", + "controllingPort": 27, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip7", + "lane": 6 + } + } + ] + } + } + } + }, + "29": { + "mapping": { + "id": 29, + "name": "eth1/8/1", + "controllingPort": 29, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 30 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 30 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 30 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 30 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 30 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 30, + 31, + 32 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 30 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 30, + 31, + 32 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 7 + } + } + ] + } + } + } + }, + "30": { + "mapping": { + "id": 30, + "name": "eth1/8/3", + "controllingPort": 29, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 2 + } + } + ] + } + } + } + }, + "31": { + "mapping": { + "id": 31, + "name": "eth1/8/5", + "controllingPort": 29, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 32 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 32 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 32 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 32 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 32 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 32 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 4 + } + } + ] + } + } + } + }, + "32": { + "mapping": { + "id": 32, + "name": "eth1/8/7", + "controllingPort": 31, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip8", + "lane": 6 + } + } + ] + } + } + } + }, + "33": { + "mapping": { + "id": 33, + "name": "eth1/10/1", + "controllingPort": 33, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 34 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 34 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 34 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 34 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 34 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 34, + 35, + 36 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 34 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 34, + 35, + 36 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 7 + } + } + ] + } + } + } + }, + "34": { + "mapping": { + "id": 34, + "name": "eth1/10/3", + "controllingPort": 33, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 2 + } + } + ] + } + } + } + }, + "35": { + "mapping": { + "id": 35, + "name": "eth1/10/5", + "controllingPort": 33, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 36 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 36 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 36 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 36 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 36 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 36 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 4 + } + } + ] + } + } + } + }, + "36": { + "mapping": { + "id": 36, + "name": "eth1/10/7", + "controllingPort": 35, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip10", + "lane": 6 + } + } + ] + } + } + } + }, + "37": { + "mapping": { + "id": 37, + "name": "eth1/9/1", + "controllingPort": 37, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 38 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 38 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 38 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 38 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 38 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 38, + 39, + 40 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 38 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 38, + 39, + 40 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 7 + } + } + ] + } + } + } + }, + "38": { + "mapping": { + "id": 38, + "name": "eth1/9/3", + "controllingPort": 37, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 2 + } + } + ] + } + } + } + }, + "39": { + "mapping": { + "id": 39, + "name": "eth1/9/5", + "controllingPort": 37, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 40 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 40 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 40 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 40 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 40 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 40 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 4 + } + } + ] + } + } + } + }, + "40": { + "mapping": { + "id": 40, + "name": "eth1/9/7", + "controllingPort": 39, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip9", + "lane": 6 + } + } + ] + } + } + } + }, + "41": { + "mapping": { + "id": 41, + "name": "eth1/11/1", + "controllingPort": 41, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 42 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 42 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 42 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 42 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 42 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 42, + 43, + 44 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 42 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 42, + 43, + 44 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 7 + } + } + ] + } + } + } + }, + "42": { + "mapping": { + "id": 42, + "name": "eth1/11/3", + "controllingPort": 41, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 2 + } + } + ] + } + } + } + }, + "43": { + "mapping": { + "id": 43, + "name": "eth1/11/5", + "controllingPort": 41, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 44 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 44 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 44 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 44 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 44 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 44 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 4 + } + } + ] + } + } + } + }, + "44": { + "mapping": { + "id": 44, + "name": "eth1/11/7", + "controllingPort": 43, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip11", + "lane": 6 + } + } + ] + } + } + } + }, + "45": { + "mapping": { + "id": 45, + "name": "eth1/12/1", + "controllingPort": 45, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 46 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 46 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 46 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 46 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 46 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 46, + 47, + 48 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 46 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 46, + 47, + 48 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 7 + } + } + ] + } + } + } + }, + "46": { + "mapping": { + "id": 46, + "name": "eth1/12/3", + "controllingPort": 45, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 2 + } + } + ] + } + } + } + }, + "47": { + "mapping": { + "id": 47, + "name": "eth1/12/5", + "controllingPort": 45, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 48 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 48 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 48 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 48 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 48 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 48 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 4 + } + } + ] + } + } + } + }, + "48": { + "mapping": { + "id": 48, + "name": "eth1/12/7", + "controllingPort": 47, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip12", + "lane": 6 + } + } + ] + } + } + } + }, + "49": { + "mapping": { + "id": 49, + "name": "eth1/14/1", + "controllingPort": 49, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 50 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 50 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 50 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 50 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 50 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 50, + 51, + 52 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 50 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 50, + 51, + 52 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 7 + } + } + ] + } + } + } + }, + "50": { + "mapping": { + "id": 50, + "name": "eth1/14/3", + "controllingPort": 49, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 2 + } + } + ] + } + } + } + }, + "51": { + "mapping": { + "id": 51, + "name": "eth1/14/5", + "controllingPort": 49, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 52 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 52 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 52 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 52 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 52 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 52 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 4 + } + } + ] + } + } + } + }, + "52": { + "mapping": { + "id": 52, + "name": "eth1/14/7", + "controllingPort": 51, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip14", + "lane": 6 + } + } + ] + } + } + } + }, + "53": { + "mapping": { + "id": 53, + "name": "eth1/13/1", + "controllingPort": 53, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 54 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 54 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 54 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 54 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 54 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 54, + 55, + 56 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 54 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 54, + 55, + 56 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 7 + } + } + ] + } + } + } + }, + "54": { + "mapping": { + "id": 54, + "name": "eth1/13/3", + "controllingPort": 53, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 2 + } + } + ] + } + } + } + }, + "55": { + "mapping": { + "id": 55, + "name": "eth1/13/5", + "controllingPort": 53, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 56 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 56 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 56 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 56 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 56 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 56 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 4 + } + } + ] + } + } + } + }, + "56": { + "mapping": { + "id": 56, + "name": "eth1/13/7", + "controllingPort": 55, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip13", + "lane": 6 + } + } + ] + } + } + } + }, + "57": { + "mapping": { + "id": 57, + "name": "eth1/15/1", + "controllingPort": 57, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 58 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 58 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 58 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 58 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 58 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 58, + 59, + 60 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 58 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 58, + 59, + 60 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 7 + } + } + ] + } + } + } + }, + "58": { + "mapping": { + "id": 58, + "name": "eth1/15/3", + "controllingPort": 57, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 2 + } + } + ] + } + } + } + }, + "59": { + "mapping": { + "id": 59, + "name": "eth1/15/5", + "controllingPort": 57, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 60 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 60 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 60 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 60 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 60 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 60 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 4 + } + } + ] + } + } + } + }, + "60": { + "mapping": { + "id": 60, + "name": "eth1/15/7", + "controllingPort": 59, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip15", + "lane": 6 + } + } + ] + } + } + } + }, + "61": { + "mapping": { + "id": 61, + "name": "eth1/16/1", + "controllingPort": 61, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 62 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 62 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 62 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 62 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 62 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 62, + 63, + 64 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 62 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 62, + 63, + 64 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 7 + } + } + ] + } + } + } + }, + "62": { + "mapping": { + "id": 62, + "name": "eth1/16/3", + "controllingPort": 61, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 2 + } + } + ] + } + } + } + }, + "63": { + "mapping": { + "id": 63, + "name": "eth1/16/5", + "controllingPort": 61, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 64 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 64 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 64 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 64 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 64 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 64 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 4 + } + } + ] + } + } + } + }, + "64": { + "mapping": { + "id": 64, + "name": "eth1/16/7", + "controllingPort": 63, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip16", + "lane": 6 + } + } + ] + } + } + } + }, + "65": { + "mapping": { + "id": 65, + "name": "eth1/18/1", + "controllingPort": 65, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 66 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 66 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 66 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 66 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 66 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 66, + 67, + 68 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 66 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 66, + 67, + 68 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 7 + } + } + ] + } + } + } + }, + "66": { + "mapping": { + "id": 66, + "name": "eth1/18/3", + "controllingPort": 65, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 2 + } + } + ] + } + } + } + }, + "67": { + "mapping": { + "id": 67, + "name": "eth1/18/5", + "controllingPort": 65, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 68 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 68 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 68 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 68 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 68 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 68 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 4 + } + } + ] + } + } + } + }, + "68": { + "mapping": { + "id": 68, + "name": "eth1/18/7", + "controllingPort": 67, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip18", + "lane": 6 + } + } + ] + } + } + } + }, + "69": { + "mapping": { + "id": 69, + "name": "eth1/17/1", + "controllingPort": 69, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 70 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 70 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 70 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 70 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 70 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 70, + 71, + 72 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 70 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 70, + 71, + 72 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 7 + } + } + ] + } + } + } + }, + "70": { + "mapping": { + "id": 70, + "name": "eth1/17/3", + "controllingPort": 69, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 2 + } + } + ] + } + } + } + }, + "71": { + "mapping": { + "id": 71, + "name": "eth1/17/5", + "controllingPort": 69, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 72 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 72 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 72 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 72 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 72 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 72 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 4 + } + } + ] + } + } + } + }, + "72": { + "mapping": { + "id": 72, + "name": "eth1/17/7", + "controllingPort": 71, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip17", + "lane": 6 + } + } + ] + } + } + } + }, + "73": { + "mapping": { + "id": 73, + "name": "eth1/19/1", + "controllingPort": 73, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 74 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 74 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 74 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 74 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 74 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 74, + 75, + 76 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 74 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 74, + 75, + 76 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 7 + } + } + ] + } + } + } + }, + "74": { + "mapping": { + "id": 74, + "name": "eth1/19/3", + "controllingPort": 73, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 2 + } + } + ] + } + } + } + }, + "75": { + "mapping": { + "id": 75, + "name": "eth1/19/5", + "controllingPort": 73, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 76 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 76 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 76 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 76 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 76 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 76 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 4 + } + } + ] + } + } + } + }, + "76": { + "mapping": { + "id": 76, + "name": "eth1/19/7", + "controllingPort": 75, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip19", + "lane": 6 + } + } + ] + } + } + } + }, + "77": { + "mapping": { + "id": 77, + "name": "eth1/20/1", + "controllingPort": 77, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 78 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 78 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 78 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 78 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 78 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 78, + 79, + 80 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 78 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 78, + 79, + 80 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 7 + } + } + ] + } + } + } + }, + "78": { + "mapping": { + "id": 78, + "name": "eth1/20/3", + "controllingPort": 77, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 2 + } + } + ] + } + } + } + }, + "79": { + "mapping": { + "id": 79, + "name": "eth1/20/5", + "controllingPort": 77, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 80 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 80 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 80 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 80 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 80 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 80 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 4 + } + } + ] + } + } + } + }, + "80": { + "mapping": { + "id": 80, + "name": "eth1/20/7", + "controllingPort": 79, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip20", + "lane": 6 + } + } + ] + } + } + } + }, + "81": { + "mapping": { + "id": 81, + "name": "eth1/22/1", + "controllingPort": 81, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 82 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 82 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 82 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 82 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 82 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 82, + 83, + 84 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 82 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 82, + 83, + 84 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 7 + } + } + ] + } + } + } + }, + "82": { + "mapping": { + "id": 82, + "name": "eth1/22/3", + "controllingPort": 81, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 2 + } + } + ] + } + } + } + }, + "83": { + "mapping": { + "id": 83, + "name": "eth1/22/5", + "controllingPort": 81, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 84 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 84 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 84 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 84 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 84 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 84 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 4 + } + } + ] + } + } + } + }, + "84": { + "mapping": { + "id": 84, + "name": "eth1/22/7", + "controllingPort": 83, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip22", + "lane": 6 + } + } + ] + } + } + } + }, + "85": { + "mapping": { + "id": 85, + "name": "eth1/21/1", + "controllingPort": 85, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 86 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 86 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 86 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 86 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 86 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 86, + 87, + 88 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 86 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 86, + 87, + 88 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 7 + } + } + ] + } + } + } + }, + "86": { + "mapping": { + "id": 86, + "name": "eth1/21/3", + "controllingPort": 85, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 2 + } + } + ] + } + } + } + }, + "87": { + "mapping": { + "id": 87, + "name": "eth1/21/5", + "controllingPort": 85, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 88 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 88 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 88 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 88 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 88 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 88 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 4 + } + } + ] + } + } + } + }, + "88": { + "mapping": { + "id": 88, + "name": "eth1/21/7", + "controllingPort": 87, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip21", + "lane": 6 + } + } + ] + } + } + } + }, + "89": { + "mapping": { + "id": 89, + "name": "eth1/23/1", + "controllingPort": 89, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 90 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 90 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 90 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 90 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 90 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 90, + 91, + 92 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 90 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 90, + 91, + 92 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 7 + } + } + ] + } + } + } + }, + "90": { + "mapping": { + "id": 90, + "name": "eth1/23/3", + "controllingPort": 89, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 2 + } + } + ] + } + } + } + }, + "91": { + "mapping": { + "id": 91, + "name": "eth1/23/5", + "controllingPort": 89, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 92 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 92 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 92 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 92 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 92 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 92 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 4 + } + } + ] + } + } + } + }, + "92": { + "mapping": { + "id": 92, + "name": "eth1/23/7", + "controllingPort": 91, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip23", + "lane": 6 + } + } + ] + } + } + } + }, + "93": { + "mapping": { + "id": 93, + "name": "eth1/24/1", + "controllingPort": 93, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 94 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 94 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 94 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 94 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 94 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 94, + 95, + 96 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 94 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 94, + 95, + 96 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 7 + } + } + ] + } + } + } + }, + "94": { + "mapping": { + "id": 94, + "name": "eth1/24/3", + "controllingPort": 93, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 2 + } + } + ] + } + } + } + }, + "95": { + "mapping": { + "id": 95, + "name": "eth1/24/5", + "controllingPort": 93, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 96 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 96 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 96 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 96 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 96 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 96 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 4 + } + } + ] + } + } + } + }, + "96": { + "mapping": { + "id": 96, + "name": "eth1/24/7", + "controllingPort": 95, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip24", + "lane": 6 + } + } + ] + } + } + } + }, + "97": { + "mapping": { + "id": 97, + "name": "eth1/26/1", + "controllingPort": 97, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 98 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 98 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 98 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 98 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 98 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 98, + 99, + 100 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 98 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 98, + 99, + 100 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 7 + } + } + ] + } + } + } + }, + "98": { + "mapping": { + "id": 98, + "name": "eth1/26/3", + "controllingPort": 97, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 2 + } + } + ] + } + } + } + }, + "99": { + "mapping": { + "id": 99, + "name": "eth1/26/5", + "controllingPort": 97, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 100 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 100 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 100 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 100 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 100 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 100 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 4 + } + } + ] + } + } + } + }, + "100": { + "mapping": { + "id": 100, + "name": "eth1/26/7", + "controllingPort": 99, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip26", + "lane": 6 + } + } + ] + } + } + } + }, + "101": { + "mapping": { + "id": 101, + "name": "eth1/25/1", + "controllingPort": 101, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 102 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 102 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 102 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 102 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 102 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 102, + 103, + 104 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 102 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 102, + 103, + 104 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 7 + } + } + ] + } + } + } + }, + "102": { + "mapping": { + "id": 102, + "name": "eth1/25/3", + "controllingPort": 101, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 2 + } + } + ] + } + } + } + }, + "103": { + "mapping": { + "id": 103, + "name": "eth1/25/5", + "controllingPort": 101, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 104 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 104 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 104 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 104 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 104 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 104 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 4 + } + } + ] + } + } + } + }, + "104": { + "mapping": { + "id": 104, + "name": "eth1/25/7", + "controllingPort": 103, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip25", + "lane": 6 + } + } + ] + } + } + } + }, + "105": { + "mapping": { + "id": 105, + "name": "eth1/27/1", + "controllingPort": 105, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 106 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 106 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 106 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 106 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 106 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 106, + 107, + 108 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 106 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 106, + 107, + 108 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 7 + } + } + ] + } + } + } + }, + "106": { + "mapping": { + "id": 106, + "name": "eth1/27/3", + "controllingPort": 105, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 2 + } + } + ] + } + } + } + }, + "107": { + "mapping": { + "id": 107, + "name": "eth1/27/5", + "controllingPort": 105, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 108 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 108 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 108 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 108 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 108 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 108 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 4 + } + } + ] + } + } + } + }, + "108": { + "mapping": { + "id": 108, + "name": "eth1/27/7", + "controllingPort": 107, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip27", + "lane": 6 + } + } + ] + } + } + } + }, + "109": { + "mapping": { + "id": 109, + "name": "eth1/28/1", + "controllingPort": 109, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 110 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 110 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 110 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 110 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 110 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 110, + 111, + 112 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 110 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 110, + 111, + 112 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 7 + } + } + ] + } + } + } + }, + "110": { + "mapping": { + "id": 110, + "name": "eth1/28/3", + "controllingPort": 109, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 2 + } + } + ] + } + } + } + }, + "111": { + "mapping": { + "id": 111, + "name": "eth1/28/5", + "controllingPort": 109, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 112 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 112 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 112 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 112 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 112 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 112 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 4 + } + } + ] + } + } + } + }, + "112": { + "mapping": { + "id": 112, + "name": "eth1/28/7", + "controllingPort": 111, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip28", + "lane": 6 + } + } + ] + } + } + } + }, + "113": { + "mapping": { + "id": 113, + "name": "eth1/30/1", + "controllingPort": 113, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 114 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 114 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 114 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 114 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 114 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 114, + 115, + 116 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 114 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 114, + 115, + 116 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 7 + } + } + ] + } + } + } + }, + "114": { + "mapping": { + "id": 114, + "name": "eth1/30/3", + "controllingPort": 113, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 2 + } + } + ] + } + } + } + }, + "115": { + "mapping": { + "id": 115, + "name": "eth1/30/5", + "controllingPort": 113, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 116 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 116 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 116 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 116 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 116 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 116 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 4 + } + } + ] + } + } + } + }, + "116": { + "mapping": { + "id": 116, + "name": "eth1/30/7", + "controllingPort": 115, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip30", + "lane": 6 + } + } + ] + } + } + } + }, + "117": { + "mapping": { + "id": 117, + "name": "eth1/29/1", + "controllingPort": 117, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 118 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 118 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 118 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 118 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 118 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 118, + 119, + 120 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 118 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 118, + 119, + 120 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 7 + } + } + ] + } + } + } + }, + "118": { + "mapping": { + "id": 118, + "name": "eth1/29/3", + "controllingPort": 117, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 2 + } + } + ] + } + } + } + }, + "119": { + "mapping": { + "id": 119, + "name": "eth1/29/5", + "controllingPort": 117, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 120 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 120 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 120 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 120 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 120 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 120 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 4 + } + } + ] + } + } + } + }, + "120": { + "mapping": { + "id": 120, + "name": "eth1/29/7", + "controllingPort": 119, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip29", + "lane": 6 + } + } + ] + } + } + } + }, + "121": { + "mapping": { + "id": 121, + "name": "eth1/31/1", + "controllingPort": 121, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 122 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 122 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 122 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 122 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 122 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 122, + 123, + 124 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 122 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 122, + 123, + 124 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 7 + } + } + ] + } + } + } + }, + "122": { + "mapping": { + "id": 122, + "name": "eth1/31/3", + "controllingPort": 121, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 2 + } + } + ] + } + } + } + }, + "123": { + "mapping": { + "id": 123, + "name": "eth1/31/5", + "controllingPort": 121, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 124 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 124 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 124 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 124 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 124 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 124 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 4 + } + } + ] + } + } + } + }, + "124": { + "mapping": { + "id": 124, + "name": "eth1/31/7", + "controllingPort": 123, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip31", + "lane": 6 + } + } + ] + } + } + } + }, + "125": { + "mapping": { + "id": 125, + "name": "eth1/32/1", + "controllingPort": 125, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 126 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 126 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 126 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 126 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 126 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 126, + 127, + 128 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 126 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 126, + 127, + 128 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 7 + } + } + ] + } + } + } + }, + "126": { + "mapping": { + "id": 126, + "name": "eth1/32/3", + "controllingPort": 125, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 2 + } + } + ] + } + } + } + }, + "127": { + "mapping": { + "id": 127, + "name": "eth1/32/5", + "controllingPort": 125, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 128 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 128 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 128 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 128 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 128 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 128 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 4 + } + } + ] + } + } + } + }, + "128": { + "mapping": { + "id": 128, + "name": "eth1/32/7", + "controllingPort": 127, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip32", + "lane": 6 + } + } + ] + } + } + } + }, + "129": { + "mapping": { + "id": 129, + "name": "eth1/34/1", + "controllingPort": 129, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 130 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 130 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 130 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 130 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 130 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 130, + 131, + 132 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 130 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 130, + 131, + 132 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 7 + } + } + ] + } + } + } + }, + "130": { + "mapping": { + "id": 130, + "name": "eth1/34/3", + "controllingPort": 129, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 2 + } + } + ] + } + } + } + }, + "131": { + "mapping": { + "id": 131, + "name": "eth1/34/5", + "controllingPort": 129, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 132 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 132 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 132 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 132 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 132 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 132 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 4 + } + } + ] + } + } + } + }, + "132": { + "mapping": { + "id": 132, + "name": "eth1/34/7", + "controllingPort": 131, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip34", + "lane": 6 + } + } + ] + } + } + } + }, + "133": { + "mapping": { + "id": 133, + "name": "eth1/33/1", + "controllingPort": 133, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 134 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 134 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 134 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 134 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 134 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 1 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 3 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 134, + 135, + 136 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 1 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 3 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 5 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 7 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 134 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 134, + 135, + 136 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 7 + } + } + ] + } + } + } + }, + "134": { + "mapping": { + "id": 134, + "name": "eth1/33/3", + "controllingPort": 133, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 2 + } + } + ] + } + } + } + }, + "135": { + "mapping": { + "id": 135, + "name": "eth1/33/5", + "controllingPort": 133, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 136 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 136 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 136 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 136 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 136 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 5 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 7 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 136 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 4 + } + } + ] + } + } + } + }, + "136": { + "mapping": { + "id": 136, + "name": "eth1/33/7", + "controllingPort": 135, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": -20, + "pre2": 4, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip33", + "lane": 6 + } + } + ] + } + } + } + }, + "137": { + "mapping": { + "id": 137, + "name": "eth1/35/1", + "controllingPort": 137, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 138 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 138 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 138 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 138 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 138 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 138, + 139, + 140 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 138 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 138, + 139, + 140 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 7 + } + } + ] + } + } + } + }, + "138": { + "mapping": { + "id": 138, + "name": "eth1/35/3", + "controllingPort": 137, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 2 + } + } + ] + } + } + } + }, + "139": { + "mapping": { + "id": 139, + "name": "eth1/35/5", + "controllingPort": 137, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 140 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 140 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 140 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 140 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 140 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 140 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 4 + } + } + ] + } + } + } + }, + "140": { + "mapping": { + "id": 140, + "name": "eth1/35/7", + "controllingPort": 139, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip35", + "lane": 6 + } + } + ] + } + } + } + }, + "141": { + "mapping": { + "id": 141, + "name": "eth1/36/1", + "controllingPort": 141, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 142 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 142 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 142 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 142 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 142 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 142, + 143, + 144 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 142 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 142, + 143, + 144 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 7 + } + } + ] + } + } + } + }, + "142": { + "mapping": { + "id": 142, + "name": "eth1/36/3", + "controllingPort": 141, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 2 + } + } + ] + } + } + } + }, + "143": { + "mapping": { + "id": 143, + "name": "eth1/36/5", + "controllingPort": 141, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 144 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 144 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 144 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 144 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 144 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 144 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 4 + } + } + ] + } + } + } + }, + "144": { + "mapping": { + "id": 144, + "name": "eth1/36/7", + "controllingPort": 143, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip36", + "lane": 6 + } + } + ] + } + } + } + }, + "145": { + "mapping": { + "id": 145, + "name": "eth1/38/1", + "controllingPort": 145, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 146 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 146 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 146 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 146 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 146 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 146, + 147, + 148 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 146 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 146, + 147, + 148 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 7 + } + } + ] + } + } + } + }, + "146": { + "mapping": { + "id": 146, + "name": "eth1/38/3", + "controllingPort": 145, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 2 + } + } + ] + } + } + } + }, + "147": { + "mapping": { + "id": 147, + "name": "eth1/38/5", + "controllingPort": 145, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 148 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 148 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 148 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 148 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 148 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 148 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 4 + } + } + ] + } + } + } + }, + "148": { + "mapping": { + "id": 148, + "name": "eth1/38/7", + "controllingPort": 147, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip38", + "lane": 6 + } + } + ] + } + } + } + }, + "149": { + "mapping": { + "id": 149, + "name": "eth1/37/1", + "controllingPort": 149, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 150 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 150 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 150 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 150 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 150 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 150, + 151, + 152 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 150 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 150, + 151, + 152 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 7 + } + } + ] + } + } + } + }, + "150": { + "mapping": { + "id": 150, + "name": "eth1/37/3", + "controllingPort": 149, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 2 + } + } + ] + } + } + } + }, + "151": { + "mapping": { + "id": 151, + "name": "eth1/37/5", + "controllingPort": 149, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 152 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 152 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 152 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 152 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 152 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 152 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 4 + } + } + ] + } + } + } + }, + "152": { + "mapping": { + "id": 152, + "name": "eth1/37/7", + "controllingPort": 151, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip37", + "lane": 6 + } + } + ] + } + } + } + }, + "153": { + "mapping": { + "id": 153, + "name": "eth1/39/1", + "controllingPort": 153, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 154 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 154 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 154 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 154 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 154 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 154, + 155, + 156 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 154 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 154, + 155, + 156 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 7 + } + } + ] + } + } + } + }, + "154": { + "mapping": { + "id": 154, + "name": "eth1/39/3", + "controllingPort": 153, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 2 + } + } + ] + } + } + } + }, + "155": { + "mapping": { + "id": 155, + "name": "eth1/39/5", + "controllingPort": 153, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 156 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 156 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 156 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 156 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 156 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 156 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 4 + } + } + ] + } + } + } + }, + "156": { + "mapping": { + "id": 156, + "name": "eth1/39/7", + "controllingPort": 155, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip39", + "lane": 6 + } + } + ] + } + } + } + }, + "157": { + "mapping": { + "id": 157, + "name": "eth1/40/1", + "controllingPort": 157, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 158 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 158 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 158 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 158 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 158 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 158, + 159, + 160 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 158 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 158, + 159, + 160 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 7 + } + } + ] + } + } + } + }, + "158": { + "mapping": { + "id": 158, + "name": "eth1/40/3", + "controllingPort": 157, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 2 + } + } + ] + } + } + } + }, + "159": { + "mapping": { + "id": 159, + "name": "eth1/40/5", + "controllingPort": 157, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 160 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 160 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 160 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 160 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 160 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 160 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 4 + } + } + ] + } + } + } + }, + "160": { + "mapping": { + "id": 160, + "name": "eth1/40/7", + "controllingPort": 159, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip40", + "lane": 6 + } + } + ] + } + } + } + }, + "161": { + "mapping": { + "id": 161, + "name": "eth1/42/1", + "controllingPort": 161, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 162 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 162 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 162 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 162 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 162 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 162, + 163, + 164 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 162 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 162, + 163, + 164 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 7 + } + } + ] + } + } + } + }, + "162": { + "mapping": { + "id": 162, + "name": "eth1/42/3", + "controllingPort": 161, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 2 + } + } + ] + } + } + } + }, + "163": { + "mapping": { + "id": 163, + "name": "eth1/42/5", + "controllingPort": 161, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 164 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 164 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 164 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 164 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 164 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 164 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 4 + } + } + ] + } + } + } + }, + "164": { + "mapping": { + "id": 164, + "name": "eth1/42/7", + "controllingPort": 163, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip42", + "lane": 6 + } + } + ] + } + } + } + }, + "165": { + "mapping": { + "id": 165, + "name": "eth1/41/1", + "controllingPort": 165, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 166 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 166 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 166 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 166 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 166 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 166, + 167, + 168 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 166 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 166, + 167, + 168 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 7 + } + } + ] + } + } + } + }, + "166": { + "mapping": { + "id": 166, + "name": "eth1/41/3", + "controllingPort": 165, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 2 + } + } + ] + } + } + } + }, + "167": { + "mapping": { + "id": 167, + "name": "eth1/41/5", + "controllingPort": 165, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 168 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 168 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 168 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 168 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 168 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 168 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 4 + } + } + ] + } + } + } + }, + "168": { + "mapping": { + "id": 168, + "name": "eth1/41/7", + "controllingPort": 167, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip41", + "lane": 6 + } + } + ] + } + } + } + }, + "169": { + "mapping": { + "id": 169, + "name": "eth1/43/1", + "controllingPort": 169, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 170 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 170 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 170 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 170 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 170 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 170, + 171, + 172 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 170 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 170, + 171, + 172 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 7 + } + } + ] + } + } + } + }, + "170": { + "mapping": { + "id": 170, + "name": "eth1/43/3", + "controllingPort": 169, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 2 + } + } + ] + } + } + } + }, + "171": { + "mapping": { + "id": 171, + "name": "eth1/43/5", + "controllingPort": 169, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 172 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 172 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 172 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 172 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 172 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 172 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 4 + } + } + ] + } + } + } + }, + "172": { + "mapping": { + "id": 172, + "name": "eth1/43/7", + "controllingPort": 171, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip43", + "lane": 6 + } + } + ] + } + } + } + }, + "173": { + "mapping": { + "id": 173, + "name": "eth1/44/1", + "controllingPort": 173, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 174 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 174 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 174 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 174 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 174 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 174, + 175, + 176 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 174 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 174, + 175, + 176 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 7 + } + } + ] + } + } + } + }, + "174": { + "mapping": { + "id": 174, + "name": "eth1/44/3", + "controllingPort": 173, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 2 + } + } + ] + } + } + } + }, + "175": { + "mapping": { + "id": 175, + "name": "eth1/44/5", + "controllingPort": 173, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 176 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 176 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 176 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 176 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 176 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 176 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 4 + } + } + ] + } + } + } + }, + "176": { + "mapping": { + "id": 176, + "name": "eth1/44/7", + "controllingPort": 175, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip44", + "lane": 6 + } + } + ] + } + } + } + }, + "177": { + "mapping": { + "id": 177, + "name": "eth1/46/1", + "controllingPort": 177, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 178 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 178 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 178 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 178 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 178 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 178, + 179, + 180 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 178 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 178, + 179, + 180 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 7 + } + } + ] + } + } + } + }, + "178": { + "mapping": { + "id": 178, + "name": "eth1/46/3", + "controllingPort": 177, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 2 + } + } + ] + } + } + } + }, + "179": { + "mapping": { + "id": 179, + "name": "eth1/46/5", + "controllingPort": 177, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 180 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 180 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 180 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 180 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 180 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 180 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 4 + } + } + ] + } + } + } + }, + "180": { + "mapping": { + "id": 180, + "name": "eth1/46/7", + "controllingPort": 179, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip46", + "lane": 6 + } + } + ] + } + } + } + }, + "181": { + "mapping": { + "id": 181, + "name": "eth1/45/1", + "controllingPort": 181, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 182 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 182 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 182 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 182 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 182 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 182, + 183, + 184 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 182 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 182, + 183, + 184 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 7 + } + } + ] + } + } + } + }, + "182": { + "mapping": { + "id": 182, + "name": "eth1/45/3", + "controllingPort": 181, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 2 + } + } + ] + } + } + } + }, + "183": { + "mapping": { + "id": 183, + "name": "eth1/45/5", + "controllingPort": 181, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 184 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 184 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 184 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 184 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 184 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 184 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 4 + } + } + ] + } + } + } + }, + "184": { + "mapping": { + "id": 184, + "name": "eth1/45/7", + "controllingPort": 183, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip45", + "lane": 6 + } + } + ] + } + } + } + }, + "185": { + "mapping": { + "id": 185, + "name": "eth1/47/1", + "controllingPort": 185, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 186 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 186 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 186 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 186 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 186 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 186, + 187, + 188 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 186 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 186, + 187, + 188 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 7 + } + } + ] + } + } + } + }, + "186": { + "mapping": { + "id": 186, + "name": "eth1/47/3", + "controllingPort": 185, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 2 + } + } + ] + } + } + } + }, + "187": { + "mapping": { + "id": 187, + "name": "eth1/47/5", + "controllingPort": 185, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 188 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 188 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 188 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 188 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 188 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 188 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 4 + } + } + ] + } + } + } + }, + "188": { + "mapping": { + "id": 188, + "name": "eth1/47/7", + "controllingPort": 187, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip47", + "lane": 6 + } + } + ] + } + } + } + }, + "189": { + "mapping": { + "id": 189, + "name": "eth1/48/1", + "controllingPort": 189, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 190 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 190 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 190 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 190 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 1 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 3 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 190 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 190, + 191, + 192 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 190 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 190, + 191, + 192 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 7 + } + } + ] + } + } + } + }, + "190": { + "mapping": { + "id": 190, + "name": "eth1/48/3", + "controllingPort": 189, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 2 + } + } + ] + } + } + } + }, + "191": { + "mapping": { + "id": 191, + "name": "eth1/48/5", + "controllingPort": 189, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 192 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 192 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 192 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 192 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 5 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 7 + }, + "tx": { + "pre": -16, + "pre2": 0, + "main": 144, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 192 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 192 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 4 + } + } + ] + } + } + } + }, + "192": { + "mapping": { + "id": 192, + "name": "eth1/48/7", + "controllingPort": 191, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip48", + "lane": 6 + } + } + ] + } + } + } + }, + "193": { + "mapping": { + "id": 193, + "name": "eth1/50/1", + "controllingPort": 193, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 194 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 194 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 194 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 194 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 194 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 194, + 195, + 196 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 194 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 194, + 195, + 196 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 7 + } + } + ] + } + } + } + }, + "194": { + "mapping": { + "id": 194, + "name": "eth1/50/3", + "controllingPort": 193, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 2 + } + } + ] + } + } + } + }, + "195": { + "mapping": { + "id": 195, + "name": "eth1/50/5", + "controllingPort": 193, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 196 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 196 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 196 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 196 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 196 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 196 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 4 + } + } + ] + } + } + } + }, + "196": { + "mapping": { + "id": 196, + "name": "eth1/50/7", + "controllingPort": 195, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip50", + "lane": 6 + } + } + ] + } + } + } + }, + "197": { + "mapping": { + "id": 197, + "name": "eth1/49/1", + "controllingPort": 197, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 198 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 198 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 198 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 198 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 198 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 198, + 199, + 200 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 198 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 198, + 199, + 200 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 7 + } + } + ] + } + } + } + }, + "198": { + "mapping": { + "id": 198, + "name": "eth1/49/3", + "controllingPort": 197, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 2 + } + } + ] + } + } + } + }, + "199": { + "mapping": { + "id": 199, + "name": "eth1/49/5", + "controllingPort": 197, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 200 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 200 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 200 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 200 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 200 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 200 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 4 + } + } + ] + } + } + } + }, + "200": { + "mapping": { + "id": 200, + "name": "eth1/49/7", + "controllingPort": 199, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip49", + "lane": 6 + } + } + ] + } + } + } + }, + "201": { + "mapping": { + "id": 201, + "name": "eth1/51/1", + "controllingPort": 201, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 202 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 202 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 202 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 202 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 202 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 202, + 203, + 204 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 202 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 202, + 203, + 204 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 7 + } + } + ] + } + } + } + }, + "202": { + "mapping": { + "id": 202, + "name": "eth1/51/3", + "controllingPort": 201, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 2 + } + } + ] + } + } + } + }, + "203": { + "mapping": { + "id": 203, + "name": "eth1/51/5", + "controllingPort": 201, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 204 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 204 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 204 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 204 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 204 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 204 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 4 + } + } + ] + } + } + } + }, + "204": { + "mapping": { + "id": 204, + "name": "eth1/51/7", + "controllingPort": 203, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip51", + "lane": 6 + } + } + ] + } + } + } + }, + "205": { + "mapping": { + "id": 205, + "name": "eth1/52/1", + "controllingPort": 205, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 206 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 206 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 206 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 206 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 206 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 206, + 207, + 208 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 206 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 206, + 207, + 208 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 7 + } + } + ] + } + } + } + }, + "206": { + "mapping": { + "id": 206, + "name": "eth1/52/3", + "controllingPort": 205, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 2 + } + } + ] + } + } + } + }, + "207": { + "mapping": { + "id": 207, + "name": "eth1/52/5", + "controllingPort": 205, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 208 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 208 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 208 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 208 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 208 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 208 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 4 + } + } + ] + } + } + } + }, + "208": { + "mapping": { + "id": 208, + "name": "eth1/52/7", + "controllingPort": 207, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip52", + "lane": 6 + } + } + ] + } + } + } + }, + "209": { + "mapping": { + "id": 209, + "name": "eth1/54/1", + "controllingPort": 209, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 210 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 210 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 210 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 210 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 210 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 210, + 211, + 212 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 210 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 210, + 211, + 212 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 7 + } + } + ] + } + } + } + }, + "210": { + "mapping": { + "id": 210, + "name": "eth1/54/3", + "controllingPort": 209, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 2 + } + } + ] + } + } + } + }, + "211": { + "mapping": { + "id": 211, + "name": "eth1/54/5", + "controllingPort": 209, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 212 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 212 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 212 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 212 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 212 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 212 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 4 + } + } + ] + } + } + } + }, + "212": { + "mapping": { + "id": 212, + "name": "eth1/54/7", + "controllingPort": 211, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip54", + "lane": 6 + } + } + ] + } + } + } + }, + "213": { + "mapping": { + "id": 213, + "name": "eth1/53/1", + "controllingPort": 213, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 214 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 214 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 214 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 214 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 214 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 214, + 215, + 216 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 214 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 214, + 215, + 216 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 7 + } + } + ] + } + } + } + }, + "214": { + "mapping": { + "id": 214, + "name": "eth1/53/3", + "controllingPort": 213, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 2 + } + } + ] + } + } + } + }, + "215": { + "mapping": { + "id": 215, + "name": "eth1/53/5", + "controllingPort": 213, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 216 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 216 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 216 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 216 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 216 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 216 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 4 + } + } + ] + } + } + } + }, + "216": { + "mapping": { + "id": 216, + "name": "eth1/53/7", + "controllingPort": 215, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip53", + "lane": 6 + } + } + ] + } + } + } + }, + "217": { + "mapping": { + "id": 217, + "name": "eth1/55/1", + "controllingPort": 217, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 218 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 218 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 218 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 218 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 218 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 218, + 219, + 220 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 218 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 218, + 219, + 220 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 7 + } + } + ] + } + } + } + }, + "218": { + "mapping": { + "id": 218, + "name": "eth1/55/3", + "controllingPort": 217, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 2 + } + } + ] + } + } + } + }, + "219": { + "mapping": { + "id": 219, + "name": "eth1/55/5", + "controllingPort": 217, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 220 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 220 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 220 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 220 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 220 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 220 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 4 + } + } + ] + } + } + } + }, + "220": { + "mapping": { + "id": 220, + "name": "eth1/55/7", + "controllingPort": 219, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip55", + "lane": 6 + } + } + ] + } + } + } + }, + "221": { + "mapping": { + "id": 221, + "name": "eth1/56/1", + "controllingPort": 221, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 222 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 222 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 222 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 222 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 222 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 222, + 223, + 224 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 222 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 222, + 223, + 224 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 7 + } + } + ] + } + } + } + }, + "222": { + "mapping": { + "id": 222, + "name": "eth1/56/3", + "controllingPort": 221, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 2 + } + } + ] + } + } + } + }, + "223": { + "mapping": { + "id": 223, + "name": "eth1/56/5", + "controllingPort": 221, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 224 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 224 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 224 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 224 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 224 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 224 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 4 + } + } + ] + } + } + } + }, + "224": { + "mapping": { + "id": 224, + "name": "eth1/56/7", + "controllingPort": 223, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip56", + "lane": 6 + } + } + ] + } + } + } + }, + "225": { + "mapping": { + "id": 225, + "name": "eth1/58/1", + "controllingPort": 225, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 226 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 226 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 226 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 226 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 226 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 226, + 227, + 228 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 226 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 226, + 227, + 228 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 7 + } + } + ] + } + } + } + }, + "226": { + "mapping": { + "id": 226, + "name": "eth1/58/3", + "controllingPort": 225, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 2 + } + } + ] + } + } + } + }, + "227": { + "mapping": { + "id": 227, + "name": "eth1/58/5", + "controllingPort": 225, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 228 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 228 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 228 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 228 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 228 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 228 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 4 + } + } + ] + } + } + } + }, + "228": { + "mapping": { + "id": 228, + "name": "eth1/58/7", + "controllingPort": 227, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip58", + "lane": 6 + } + } + ] + } + } + } + }, + "229": { + "mapping": { + "id": 229, + "name": "eth1/57/1", + "controllingPort": 229, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 230 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 230 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 230 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 230 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 230 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 230, + 231, + 232 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 230 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 230, + 231, + 232 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 7 + } + } + ] + } + } + } + }, + "230": { + "mapping": { + "id": 230, + "name": "eth1/57/3", + "controllingPort": 229, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 2 + } + } + ] + } + } + } + }, + "231": { + "mapping": { + "id": 231, + "name": "eth1/57/5", + "controllingPort": 229, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 232 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 232 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 232 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 232 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 232 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 232 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 4 + } + } + ] + } + } + } + }, + "232": { + "mapping": { + "id": 232, + "name": "eth1/57/7", + "controllingPort": 231, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip57", + "lane": 6 + } + } + ] + } + } + } + }, + "233": { + "mapping": { + "id": 233, + "name": "eth1/59/1", + "controllingPort": 233, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 234 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 234 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 234 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 234 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 234 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 234, + 235, + 236 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 234 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 234, + 235, + 236 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 7 + } + } + ] + } + } + } + }, + "234": { + "mapping": { + "id": 234, + "name": "eth1/59/3", + "controllingPort": 233, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 2 + } + } + ] + } + } + } + }, + "235": { + "mapping": { + "id": 235, + "name": "eth1/59/5", + "controllingPort": 233, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 236 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 236 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 236 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 236 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 236 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 236 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 4 + } + } + ] + } + } + } + }, + "236": { + "mapping": { + "id": 236, + "name": "eth1/59/7", + "controllingPort": 235, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip59", + "lane": 6 + } + } + ] + } + } + } + }, + "237": { + "mapping": { + "id": 237, + "name": "eth1/60/1", + "controllingPort": 237, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 238 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 238 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 238 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 238 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 238 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 238, + 239, + 240 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 238 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 238, + 239, + 240 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 7 + } + } + ] + } + } + } + }, + "238": { + "mapping": { + "id": 238, + "name": "eth1/60/3", + "controllingPort": 237, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 2 + } + } + ] + } + } + } + }, + "239": { + "mapping": { + "id": 239, + "name": "eth1/60/5", + "controllingPort": 237, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 240 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 240 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 240 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 240 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 240 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 240 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 4 + } + } + ] + } + } + } + }, + "240": { + "mapping": { + "id": 240, + "name": "eth1/60/7", + "controllingPort": 239, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip60", + "lane": 6 + } + } + ] + } + } + } + }, + "241": { + "mapping": { + "id": 241, + "name": "eth1/62/1", + "controllingPort": 241, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 242 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 242 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 242 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 242 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 242 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 242, + 243, + 244 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 242 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 242, + 243, + 244 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 7 + } + } + ] + } + } + } + }, + "242": { + "mapping": { + "id": 242, + "name": "eth1/62/3", + "controllingPort": 241, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 2 + } + } + ] + } + } + } + }, + "243": { + "mapping": { + "id": 243, + "name": "eth1/62/5", + "controllingPort": 241, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 244 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 244 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 244 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 244 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 244 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 244 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 4 + } + } + ] + } + } + } + }, + "244": { + "mapping": { + "id": 244, + "name": "eth1/62/7", + "controllingPort": 243, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip62", + "lane": 6 + } + } + ] + } + } + } + }, + "245": { + "mapping": { + "id": 245, + "name": "eth1/61/1", + "controllingPort": 245, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 246 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 246 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 246 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 246 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 246 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 246, + 247, + 248 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 246 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 246, + 247, + 248 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 7 + } + } + ] + } + } + } + }, + "246": { + "mapping": { + "id": 246, + "name": "eth1/61/3", + "controllingPort": 245, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 2 + } + } + ] + } + } + } + }, + "247": { + "mapping": { + "id": 247, + "name": "eth1/61/5", + "controllingPort": 245, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 248 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 248 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 248 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 248 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 248 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 248 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 4 + } + } + ] + } + } + } + }, + "248": { + "mapping": { + "id": 248, + "name": "eth1/61/7", + "controllingPort": 247, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip61", + "lane": 6 + } + } + ] + } + } + } + }, + "249": { + "mapping": { + "id": 249, + "name": "eth1/63/1", + "controllingPort": 249, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 250 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 250 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 250 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 250 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 250 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 250, + 251, + 252 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 250 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 250, + 251, + 252 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 1 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 3 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 7 + } + } + ] + } + } + } + }, + "250": { + "mapping": { + "id": 250, + "name": "eth1/63/3", + "controllingPort": 249, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 2 + } + } + ] + } + } + } + }, + "251": { + "mapping": { + "id": 251, + "name": "eth1/63/5", + "controllingPort": 249, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 252 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 252 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 252 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 252 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 252 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 252 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 5 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 7 + }, + "tx": { + "pre": -36, + "pre2": 14, + "main": 112, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": -4 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 4 + } + } + ] + } + } + } + }, + "252": { + "mapping": { + "id": 252, + "name": "eth1/63/7", + "controllingPort": 251, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 4, + "main": 136, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip63", + "lane": 6 + } + } + ] + } + } + } + }, + "253": { + "mapping": { + "id": 253, + "name": "eth1/64/1", + "controllingPort": 253, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 3 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 254 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 3 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 254 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 3 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 254 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 3 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 254 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 1 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 3 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 3 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 254 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 3 + } + } + ] + } + }, + "39": { + "subsumedPorts": [ + 254, + 255, + 256 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 1 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 3 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 254 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 3 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 3 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 0 + } + } + ] + } + }, + "50": { + "subsumedPorts": [ + 254, + 255, + 256 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 1 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 3 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 3 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 7 + } + } + ] + } + } + } + }, + "254": { + "mapping": { + "id": 254, + "name": "eth1/64/3", + "controllingPort": 253, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 2 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 2 + } + } + ] + } + } + } + }, + "255": { + "mapping": { + "id": 255, + "name": "eth1/64/5", + "controllingPort": 253, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 4 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 5 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 5 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 6 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 7 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 7 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "22": { + "subsumedPorts": [ + 256 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 7 + } + } + ] + } + }, + "23": { + "subsumedPorts": [ + 256 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 7 + } + } + ] + } + }, + "24": { + "subsumedPorts": [ + 256 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 7 + } + } + ] + } + }, + "25": { + "subsumedPorts": [ + 256 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 5 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 7 + }, + "tx": { + "pre": -12, + "pre2": 0, + "main": 144, + "post": -8, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 7 + } + } + ] + } + }, + "38": { + "subsumedPorts": [ + 256 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 5 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 7 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 7 + } + } + ] + } + }, + "45": { + "subsumedPorts": [ + 256 + ], + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 5 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 7 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 4 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 5 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 6 + } + }, + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 7 + } + } + ] + } + }, + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 4 + } + } + ] + } + } + } + }, + "256": { + "mapping": { + "id": 256, + "name": "eth1/64/7", + "controllingPort": 255, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 6 + } + } + } + ], + "portType": 0, + "scope": 0 + }, + "supportedProfiles": { + "47": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + }, + "tx": { + "pre": -32, + "pre2": 4, + "main": 132, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-OSFP-slot1/chip64", + "lane": 6 + } + } + ] + } + } + } + }, + "257": { + "mapping": { + "id": 257, + "name": "eth1/65/1", + "controllingPort": 257, + "pins": [ + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 0 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 0 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 1 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 1 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 2 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 2 + } + } + }, + { + "a": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 3 + }, + "z": { + "end": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 3 + } + } + } + ], + "portType": 4, + "scope": 0 + }, + "supportedProfiles": { + "11": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 0 + }, + "tx": { + "pre": 5, + "pre2": 0, + "main": 31, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 0 + } + } + ] + } + }, + "22": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 0 + }, + "tx": { + "pre": 5, + "pre2": 0, + "main": 31, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 1 + }, + "tx": { + "pre": 5, + "pre2": 0, + "main": 31, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 2 + }, + "tx": { + "pre": 5, + "pre2": 0, + "main": 31, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 3 + }, + "tx": { + "pre": 5, + "pre2": 0, + "main": 31, + "post": 0, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 3 + } + } + ] + } + }, + "23": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 0 + }, + "tx": { + "pre": 2, + "pre2": 0, + "main": 31, + "post": 7, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 1 + }, + "tx": { + "pre": 2, + "pre2": 0, + "main": 31, + "post": 7, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 2 + }, + "tx": { + "pre": 2, + "pre2": 0, + "main": 31, + "post": 7, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 3 + }, + "tx": { + "pre": 2, + "pre2": 0, + "main": 31, + "post": 7, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 1 + } + }, + { + "id": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 2 + } + }, + { + "id": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 3 + } + } + ] + } + }, + "48": { + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 0 + }, + "tx": { + "pre": 2, + "pre2": 0, + "main": 31, + "post": 7, + "post2": 0, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core64", + "lane": 1 + }, + "tx": { + "pre": 2, + "pre2": 0, + "main": 31, + "post": 7, + "post2": 0, + "post3": 0, + "pre3": 0 + } + } + ], + "transceiver": [ + { + "id": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 0 + } + }, + { + "id": { + "chip": "TRANSCEIVER-QSFP28-slot1/chip65", + "lane": 1 + } + } + ] + } + } + } + } + }, + "chips": [ + { + "name": "NPU-TH5_NIF-slot1/chip1/core0", + "type": 1, + "physicalID": 0 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core1", + "type": 1, + "physicalID": 1 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core2", + "type": 1, + "physicalID": 2 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core3", + "type": 1, + "physicalID": 3 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core4", + "type": 1, + "physicalID": 4 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core5", + "type": 1, + "physicalID": 5 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core6", + "type": 1, + "physicalID": 6 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core7", + "type": 1, + "physicalID": 7 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core8", + "type": 1, + "physicalID": 8 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core9", + "type": 1, + "physicalID": 9 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core10", + "type": 1, + "physicalID": 10 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core11", + "type": 1, + "physicalID": 11 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core12", + "type": 1, + "physicalID": 12 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core13", + "type": 1, + "physicalID": 13 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core14", + "type": 1, + "physicalID": 14 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core15", + "type": 1, + "physicalID": 15 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core16", + "type": 1, + "physicalID": 16 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core17", + "type": 1, + "physicalID": 17 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core18", + "type": 1, + "physicalID": 18 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core19", + "type": 1, + "physicalID": 19 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core20", + "type": 1, + "physicalID": 20 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core21", + "type": 1, + "physicalID": 21 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core22", + "type": 1, + "physicalID": 22 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core23", + "type": 1, + "physicalID": 23 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core24", + "type": 1, + "physicalID": 24 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core25", + "type": 1, + "physicalID": 25 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core26", + "type": 1, + "physicalID": 26 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core27", + "type": 1, + "physicalID": 27 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core28", + "type": 1, + "physicalID": 28 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core29", + "type": 1, + "physicalID": 29 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core30", + "type": 1, + "physicalID": 30 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core31", + "type": 1, + "physicalID": 31 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core32", + "type": 1, + "physicalID": 32 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core33", + "type": 1, + "physicalID": 33 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core34", + "type": 1, + "physicalID": 34 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core35", + "type": 1, + "physicalID": 35 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core36", + "type": 1, + "physicalID": 36 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core37", + "type": 1, + "physicalID": 37 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core38", + "type": 1, + "physicalID": 38 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core39", + "type": 1, + "physicalID": 39 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core40", + "type": 1, + "physicalID": 40 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core41", + "type": 1, + "physicalID": 41 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core42", + "type": 1, + "physicalID": 42 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core43", + "type": 1, + "physicalID": 43 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core44", + "type": 1, + "physicalID": 44 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core45", + "type": 1, + "physicalID": 45 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core46", + "type": 1, + "physicalID": 46 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core47", + "type": 1, + "physicalID": 47 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core48", + "type": 1, + "physicalID": 48 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core49", + "type": 1, + "physicalID": 49 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core50", + "type": 1, + "physicalID": 50 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core51", + "type": 1, + "physicalID": 51 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core52", + "type": 1, + "physicalID": 52 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core53", + "type": 1, + "physicalID": 53 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core54", + "type": 1, + "physicalID": 54 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core55", + "type": 1, + "physicalID": 55 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core56", + "type": 1, + "physicalID": 56 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core57", + "type": 1, + "physicalID": 57 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core58", + "type": 1, + "physicalID": 58 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core59", + "type": 1, + "physicalID": 59 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core60", + "type": 1, + "physicalID": 60 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core61", + "type": 1, + "physicalID": 61 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core62", + "type": 1, + "physicalID": 62 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core63", + "type": 1, + "physicalID": 63 + }, + { + "name": "NPU-TH5_NIF-slot1/chip1/core64", + "type": 1, + "physicalID": 64 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip1", + "type": 3, + "physicalID": 0 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip2", + "type": 3, + "physicalID": 1 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip3", + "type": 3, + "physicalID": 2 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip4", + "type": 3, + "physicalID": 3 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip5", + "type": 3, + "physicalID": 4 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip6", + "type": 3, + "physicalID": 5 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip7", + "type": 3, + "physicalID": 6 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip8", + "type": 3, + "physicalID": 7 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip9", + "type": 3, + "physicalID": 8 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip10", + "type": 3, + "physicalID": 9 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip11", + "type": 3, + "physicalID": 10 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip12", + "type": 3, + "physicalID": 11 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip13", + "type": 3, + "physicalID": 12 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip14", + "type": 3, + "physicalID": 13 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip15", + "type": 3, + "physicalID": 14 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip16", + "type": 3, + "physicalID": 15 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip17", + "type": 3, + "physicalID": 16 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip18", + "type": 3, + "physicalID": 17 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip19", + "type": 3, + "physicalID": 18 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip20", + "type": 3, + "physicalID": 19 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip21", + "type": 3, + "physicalID": 20 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip22", + "type": 3, + "physicalID": 21 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip23", + "type": 3, + "physicalID": 22 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip24", + "type": 3, + "physicalID": 23 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip25", + "type": 3, + "physicalID": 24 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip26", + "type": 3, + "physicalID": 25 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip27", + "type": 3, + "physicalID": 26 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip28", + "type": 3, + "physicalID": 27 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip29", + "type": 3, + "physicalID": 28 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip30", + "type": 3, + "physicalID": 29 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip31", + "type": 3, + "physicalID": 30 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip32", + "type": 3, + "physicalID": 31 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip33", + "type": 3, + "physicalID": 32 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip34", + "type": 3, + "physicalID": 33 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip35", + "type": 3, + "physicalID": 34 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip36", + "type": 3, + "physicalID": 35 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip37", + "type": 3, + "physicalID": 36 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip38", + "type": 3, + "physicalID": 37 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip39", + "type": 3, + "physicalID": 38 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip40", + "type": 3, + "physicalID": 39 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip41", + "type": 3, + "physicalID": 40 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip42", + "type": 3, + "physicalID": 41 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip43", + "type": 3, + "physicalID": 42 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip44", + "type": 3, + "physicalID": 43 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip45", + "type": 3, + "physicalID": 44 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip46", + "type": 3, + "physicalID": 45 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip47", + "type": 3, + "physicalID": 46 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip48", + "type": 3, + "physicalID": 47 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip49", + "type": 3, + "physicalID": 48 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip50", + "type": 3, + "physicalID": 49 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip51", + "type": 3, + "physicalID": 50 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip52", + "type": 3, + "physicalID": 51 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip53", + "type": 3, + "physicalID": 52 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip54", + "type": 3, + "physicalID": 53 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip55", + "type": 3, + "physicalID": 54 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip56", + "type": 3, + "physicalID": 55 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip57", + "type": 3, + "physicalID": 56 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip58", + "type": 3, + "physicalID": 57 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip59", + "type": 3, + "physicalID": 58 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip60", + "type": 3, + "physicalID": 59 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip61", + "type": 3, + "physicalID": 60 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip62", + "type": 3, + "physicalID": 61 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip63", + "type": 3, + "physicalID": 62 + }, + { + "name": "TRANSCEIVER-OSFP-slot1/chip64", + "type": 3, + "physicalID": 63 + }, + { + "name": "TRANSCEIVER-QSFP28-slot1/chip65", + "type": 3, + "physicalID": 64 + } + ], + "portConfigOverrides": [ + { + "factor": { + "ports": [ + 1 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 3 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 5 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 7 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 9 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 11 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 13 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 15 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 17 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 19 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 21 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 23 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 25 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 27 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 29 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 31 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 33 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 35 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 37 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 39 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 41 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 43 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 45 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 47 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 49 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 51 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 53 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 55 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 57 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 59 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 61 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 63 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 65 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 67 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 69 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 71 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 73 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 75 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 77 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 79 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 81 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 83 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 85 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 87 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 89 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 91 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 93 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 95 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 97 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 99 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 101 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 103 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 105 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 107 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 109 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 111 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 113 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 109, + "post": -14, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 109, + "post": -14, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 115 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 109, + "post": -14, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 117 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 119 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 121 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 123 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 109, + "post": -14, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 125 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 127 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 129 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 131 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 133 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 135 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 137 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 109, + "post": -14, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 109, + "post": -14, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 139 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 141 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 143 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 145 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 147 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 149 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 151 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 153 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 155 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 157 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 159 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 161 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 163 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 165 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 167 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 169 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 171 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 173 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 175 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 177 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 179 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 181 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 183 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 185 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 187 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 189 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 191 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 193 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 195 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 197 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 199 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 201 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 203 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 205 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 207 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 209 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 211 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 213 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 215 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 217 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 219 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 221 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 223 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 225 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 227 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 229 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 231 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 233 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 235 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 237 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 239 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 241 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 243 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 245 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 247 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 249 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 251 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 253 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 255 + ], + "profiles": [ + 38 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 1 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 5 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 9 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 13 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 17 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 21 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 25 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 29 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 33 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 37 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 41 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 45 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 49 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 53 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 57 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 61 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 65 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 69 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 73 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 77 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 81 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 85 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 89 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 93 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 97 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 101 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 105 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 109 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 113 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 109, + "post": -14, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 109, + "post": -14, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 109, + "post": -14, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 117 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 121 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 109, + "post": -14, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 125 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 129 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 133 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 137 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 109, + "post": -14, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 109, + "post": -14, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 141 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 1 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 3 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 5 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 7 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 145 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 149 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 153 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 157 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 161 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 165 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 169 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 173 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 177 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 181 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 185 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 189 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 193 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 197 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 201 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 205 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 209 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 213 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 217 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 221 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 225 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 229 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 233 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 237 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 241 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 245 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 249 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 253 + ], + "profiles": [ + 39 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 1 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 3 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 5 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + }, + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 7 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 94, + "post": -29, + "post2": -5, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 1 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 2 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 3 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 4 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core0", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 5 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 6 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 7 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 8 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core1", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 9 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 10 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 11 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 12 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core2", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 13 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 14 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 15 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 16 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core3", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 17 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 18 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 19 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 20 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core4", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 21 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 22 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 23 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 24 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core5", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 25 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 26 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 27 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 28 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core6", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 29 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 30 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 31 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 32 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core7", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 33 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 34 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 35 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 36 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core8", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 37 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 38 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 39 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 40 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core9", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 41 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 42 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 43 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 44 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core10", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 45 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 46 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 47 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 48 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core11", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 49 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 50 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 51 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 52 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core12", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 53 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 54 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 55 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 56 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core13", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 57 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 58 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 59 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 60 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core14", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 61 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 62 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 63 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 64 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core15", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 65 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 66 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 67 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 68 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core16", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 69 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 70 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 71 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 72 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core17", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 73 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 74 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 75 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 76 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core18", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 77 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 78 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 79 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 80 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core19", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 81 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 82 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 83 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 84 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core20", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 85 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 86 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 87 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 88 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core21", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 89 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 90 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 91 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 92 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core22", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 93 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 94 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 95 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 96 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core23", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 97 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 98 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 99 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 100 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core24", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 101 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 102 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 103 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 104 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core25", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 105 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 106 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 107 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 108 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core26", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 109 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 110 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 111 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 112 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core27", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 113 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 114 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 115 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 116 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core28", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 117 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 118 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 119 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 120 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core29", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 121 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 122 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 123 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 124 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core30", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 125 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 126 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 127 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 128 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core31", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 129 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 130 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 131 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 132 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core32", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 133 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 134 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 135 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 136 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core33", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 137 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 111, + "post": -13, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 138 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 139 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 140 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core34", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 141 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 0 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 142 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 2 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 143 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 4 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 114, + "post": -10, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 144 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core35", + "lane": 6 + }, + "tx": { + "pre": -27, + "pre2": 7, + "main": 112, + "post": -12, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 145 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 146 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 147 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 148 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core36", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 149 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 150 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 151 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 152 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core37", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 153 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 154 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 155 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 156 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core38", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 157 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 158 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 159 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 160 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core39", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 161 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 162 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 163 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 164 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core40", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 165 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 166 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 167 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 168 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core41", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 169 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 170 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 171 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 172 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core42", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 173 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 174 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 175 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 107, + "post": -13, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 176 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core43", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 177 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 178 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 179 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 180 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core44", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 181 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 182 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 183 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 184 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core45", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 185 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 186 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 187 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 188 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core46", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 189 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 190 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 191 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 192 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core47", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 106, + "post": -14, + "post2": -11, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 193 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 194 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 195 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 196 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core48", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 197 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 198 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 199 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 105, + "post": -15, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 200 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core49", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 201 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 202 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 203 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 204 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core50", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 205 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 206 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 207 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 103, + "post": -18, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 208 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core51", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 7, + "main": 104, + "post": -16, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 209 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 210 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 211 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 212 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core52", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 213 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 214 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 215 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 102, + "post": -19, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 216 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core53", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 217 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 218 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 219 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 220 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core54", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 221 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 222 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 223 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 224 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core55", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 100, + "post": -20, + "post2": -10, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 225 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 226 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 227 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 228 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core56", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 229 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 230 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 231 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 232 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core57", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 233 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 234 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 235 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 236 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core58", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 237 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 238 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 239 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 240 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core59", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 241 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 242 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 243 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 244 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core60", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 245 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 99, + "post": -22, + "post2": -9, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 246 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 247 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 248 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core61", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 98, + "post": -24, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 249 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 250 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 251 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 252 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core62", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 253 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 0 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 254 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 2 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 255 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 4 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 96, + "post": -26, + "post2": -7, + "post3": 0, + "pre3": 0 + } + } + ] + } + }, + { + "factor": { + "ports": [ + 256 + ], + "profiles": [ + 47 + ], + "vendor": { + "name": "Vendor_1", + "oui": "", + "partNumber": "PartNum_1", + "rev": "", + "serialNumber": "", + "dateCode": "" + } + }, + "pins": { + "iphy": [ + { + "id": { + "chip": "NPU-TH5_NIF-slot1/chip1/core63", + "lane": 6 + }, + "tx": { + "pre": -28, + "pre2": 8, + "main": 97, + "post": -25, + "post2": -8, + "post3": 0, + "pre3": 0 + } + } + ] + } + } + ], + "platformSupportedProfiles": [ + { + "factor": { + "profileID": 38 + }, + "profile": { + "speed": 400000, + "iphy": { + "numLanes": 4, + "modulation": 2, + "fec": 11, + "medium": 3, + "interfaceType": 3 + } + } + }, + { + "factor": { + "profileID": 39 + }, + "profile": { + "speed": 800000, + "iphy": { + "numLanes": 8, + "modulation": 2, + "fec": 11, + "medium": 3, + "interfaceType": 4 + } + } + }, + { + "factor": { + "profileID": 11 + }, + "profile": { + "speed": 10000, + "iphy": { + "numLanes": 1, + "modulation": 1, + "fec": 1, + "medium": 1, + "interfaceType": 10 + } + } + }, + { + "factor": { + "profileID": 45 + }, + "profile": { + "speed": 400000, + "iphy": { + "numLanes": 4, + "modulation": 2, + "fec": 11, + "medium": 1, + "interfaceType": 12 + } + } + }, + { + "factor": { + "profileID": 47 + }, + "profile": { + "speed": 100000, + "iphy": { + "numLanes": 1, + "modulation": 2, + "fec": 11, + "medium": 3, + "interfaceType": 3 + } + } + }, + { + "factor": { + "profileID": 48 + }, + "profile": { + "speed": 50000, + "iphy": { + "numLanes": 2, + "modulation": 1, + "fec": 528, + "medium": 3, + "interfaceType": 2 + } + } + }, + { + "factor": { + "profileID": 50 + }, + "profile": { + "speed": 800000, + "iphy": { + "numLanes": 8, + "modulation": 2, + "fec": 11, + "medium": 1, + "interfaceType": 13 + } + } + }, + { + "factor": { + "profileID": 22 + }, + "profile": { + "speed": 100000, + "iphy": { + "numLanes": 4, + "modulation": 1, + "fec": 528, + "medium": 1, + "interfaceType": 12 + } + } + }, + { + "factor": { + "profileID": 23 + }, + "profile": { + "speed": 100000, + "iphy": { + "numLanes": 4, + "modulation": 1, + "fec": 528, + "medium": 3, + "interfaceType": 21 + } + } + }, + { + "factor": { + "profileID": 24 + }, + "profile": { + "speed": 200000, + "iphy": { + "numLanes": 4, + "modulation": 2, + "fec": 11, + "medium": 1, + "interfaceType": 12 + } + } + }, + { + "factor": { + "profileID": 25 + }, + "profile": { + "speed": 200000, + "iphy": { + "numLanes": 4, + "modulation": 2, + "fec": 11, + "medium": 3, + "interfaceType": 3 + } + } + } + ] +} diff --git a/fboss/lib/platform_mapping_v2/generated_platform_mappings/wedge800bact_platform_mapping.json b/fboss/lib/platform_mapping_v2/generated_platform_mappings/wedge800bact_platform_mapping.json index e38eaa8f96241..d076d3b0149ee 100644 --- a/fboss/lib/platform_mapping_v2/generated_platform_mappings/wedge800bact_platform_mapping.json +++ b/fboss/lib/platform_mapping_v2/generated_platform_mappings/wedge800bact_platform_mapping.json @@ -384,6 +384,9 @@ } }, "39": { + "subsumedPorts": [ + 2 + ], "pins": { "iphy": [ { @@ -1282,6 +1285,9 @@ } }, "39": { + "subsumedPorts": [ + 4 + ], "pins": { "iphy": [ { @@ -1904,6 +1910,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 6 + ], "pins": { "iphy": [ { @@ -1954,6 +1963,9 @@ } }, "21": { + "subsumedPorts": [ + 6 + ], "pins": { "iphy": [ { @@ -2004,6 +2016,11 @@ } }, "22": { + "subsumedPorts": [ + 6, + 7, + 8 + ], "pins": { "iphy": [ { @@ -2096,6 +2113,11 @@ } }, "24": { + "subsumedPorts": [ + 6, + 7, + 8 + ], "pins": { "iphy": [ { @@ -2188,6 +2210,11 @@ } }, "32": { + "subsumedPorts": [ + 6, + 7, + 8 + ], "pins": { "iphy": [ { @@ -2280,6 +2307,11 @@ } }, "38": { + "subsumedPorts": [ + 6, + 7, + 8 + ], "pins": { "iphy": [ { @@ -2372,6 +2404,15 @@ } }, "39": { + "subsumedPorts": [ + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ], "pins": { "iphy": [ { @@ -2577,6 +2618,11 @@ } }, "45": { + "subsumedPorts": [ + 6, + 7, + 8 + ], "pins": { "iphy": [ { @@ -2669,6 +2715,15 @@ } }, "50": { + "subsumedPorts": [ + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ], "pins": { "iphy": [ { @@ -2845,6 +2900,9 @@ } }, "54": { + "subsumedPorts": [ + 6 + ], "pins": { "iphy": [ { @@ -2895,6 +2953,9 @@ } }, "55": { + "subsumedPorts": [ + 6 + ], "pins": { "iphy": [ { @@ -3094,6 +3155,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 8 + ], "pins": { "iphy": [ { @@ -3144,6 +3208,9 @@ } }, "21": { + "subsumedPorts": [ + 8 + ], "pins": { "iphy": [ { @@ -3223,6 +3290,9 @@ } }, "54": { + "subsumedPorts": [ + 8 + ], "pins": { "iphy": [ { @@ -3273,6 +3343,9 @@ } }, "55": { + "subsumedPorts": [ + 8 + ], "pins": { "iphy": [ { @@ -3496,6 +3569,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 10 + ], "pins": { "iphy": [ { @@ -3546,6 +3622,9 @@ } }, "21": { + "subsumedPorts": [ + 10 + ], "pins": { "iphy": [ { @@ -3596,6 +3675,11 @@ } }, "22": { + "subsumedPorts": [ + 10, + 11, + 12 + ], "pins": { "iphy": [ { @@ -3688,6 +3772,11 @@ } }, "24": { + "subsumedPorts": [ + 10, + 11, + 12 + ], "pins": { "iphy": [ { @@ -3780,6 +3869,11 @@ } }, "32": { + "subsumedPorts": [ + 10, + 11, + 12 + ], "pins": { "iphy": [ { @@ -3872,6 +3966,11 @@ } }, "38": { + "subsumedPorts": [ + 10, + 11, + 12 + ], "pins": { "iphy": [ { @@ -3993,6 +4092,11 @@ } }, "45": { + "subsumedPorts": [ + 10, + 11, + 12 + ], "pins": { "iphy": [ { @@ -4085,6 +4189,9 @@ } }, "54": { + "subsumedPorts": [ + 10 + ], "pins": { "iphy": [ { @@ -4135,6 +4242,9 @@ } }, "55": { + "subsumedPorts": [ + 10 + ], "pins": { "iphy": [ { @@ -4334,6 +4444,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 12 + ], "pins": { "iphy": [ { @@ -4384,6 +4497,9 @@ } }, "21": { + "subsumedPorts": [ + 12 + ], "pins": { "iphy": [ { @@ -4463,6 +4579,9 @@ } }, "54": { + "subsumedPorts": [ + 12 + ], "pins": { "iphy": [ { @@ -4513,6 +4632,9 @@ } }, "55": { + "subsumedPorts": [ + 12 + ], "pins": { "iphy": [ { @@ -4784,6 +4906,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 14 + ], "pins": { "iphy": [ { @@ -4834,6 +4959,9 @@ } }, "21": { + "subsumedPorts": [ + 14 + ], "pins": { "iphy": [ { @@ -4884,6 +5012,11 @@ } }, "22": { + "subsumedPorts": [ + 14, + 15, + 16 + ], "pins": { "iphy": [ { @@ -4976,6 +5109,11 @@ } }, "24": { + "subsumedPorts": [ + 14, + 15, + 16 + ], "pins": { "iphy": [ { @@ -5068,6 +5206,11 @@ } }, "32": { + "subsumedPorts": [ + 14, + 15, + 16 + ], "pins": { "iphy": [ { @@ -5160,6 +5303,11 @@ } }, "38": { + "subsumedPorts": [ + 14, + 15, + 16 + ], "pins": { "iphy": [ { @@ -5252,6 +5400,15 @@ } }, "39": { + "subsumedPorts": [ + 14, + 15, + 16, + 17, + 18, + 19, + 20 + ], "pins": { "iphy": [ { @@ -5457,6 +5614,11 @@ } }, "45": { + "subsumedPorts": [ + 14, + 15, + 16 + ], "pins": { "iphy": [ { @@ -5549,6 +5711,15 @@ } }, "50": { + "subsumedPorts": [ + 14, + 15, + 16, + 17, + 18, + 19, + 20 + ], "pins": { "iphy": [ { @@ -5725,6 +5896,9 @@ } }, "54": { + "subsumedPorts": [ + 14 + ], "pins": { "iphy": [ { @@ -5775,6 +5949,9 @@ } }, "55": { + "subsumedPorts": [ + 14 + ], "pins": { "iphy": [ { @@ -5974,6 +6151,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 16 + ], "pins": { "iphy": [ { @@ -6024,6 +6204,9 @@ } }, "21": { + "subsumedPorts": [ + 16 + ], "pins": { "iphy": [ { @@ -6103,6 +6286,9 @@ } }, "54": { + "subsumedPorts": [ + 16 + ], "pins": { "iphy": [ { @@ -6153,6 +6339,9 @@ } }, "55": { + "subsumedPorts": [ + 16 + ], "pins": { "iphy": [ { @@ -6376,6 +6565,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 18 + ], "pins": { "iphy": [ { @@ -6426,6 +6618,9 @@ } }, "21": { + "subsumedPorts": [ + 18 + ], "pins": { "iphy": [ { @@ -6476,6 +6671,11 @@ } }, "22": { + "subsumedPorts": [ + 18, + 19, + 20 + ], "pins": { "iphy": [ { @@ -6568,6 +6768,11 @@ } }, "24": { + "subsumedPorts": [ + 18, + 19, + 20 + ], "pins": { "iphy": [ { @@ -6660,6 +6865,11 @@ } }, "32": { + "subsumedPorts": [ + 18, + 19, + 20 + ], "pins": { "iphy": [ { @@ -6752,6 +6962,11 @@ } }, "38": { + "subsumedPorts": [ + 18, + 19, + 20 + ], "pins": { "iphy": [ { @@ -6873,6 +7088,11 @@ } }, "45": { + "subsumedPorts": [ + 18, + 19, + 20 + ], "pins": { "iphy": [ { @@ -6965,6 +7185,9 @@ } }, "54": { + "subsumedPorts": [ + 18 + ], "pins": { "iphy": [ { @@ -7015,6 +7238,9 @@ } }, "55": { + "subsumedPorts": [ + 18 + ], "pins": { "iphy": [ { @@ -7214,6 +7440,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 20 + ], "pins": { "iphy": [ { @@ -7264,6 +7493,9 @@ } }, "21": { + "subsumedPorts": [ + 20 + ], "pins": { "iphy": [ { @@ -7343,6 +7575,9 @@ } }, "54": { + "subsumedPorts": [ + 20 + ], "pins": { "iphy": [ { @@ -7393,6 +7628,9 @@ } }, "55": { + "subsumedPorts": [ + 20 + ], "pins": { "iphy": [ { @@ -7940,6 +8178,9 @@ } }, "39": { + "subsumedPorts": [ + 23 + ], "pins": { "iphy": [ { @@ -8838,6 +9079,9 @@ } }, "39": { + "subsumedPorts": [ + 25 + ], "pins": { "iphy": [ { @@ -9460,6 +9704,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 27 + ], "pins": { "iphy": [ { @@ -9510,6 +9757,9 @@ } }, "21": { + "subsumedPorts": [ + 27 + ], "pins": { "iphy": [ { @@ -9560,6 +9810,11 @@ } }, "22": { + "subsumedPorts": [ + 27, + 28, + 29 + ], "pins": { "iphy": [ { @@ -9652,6 +9907,11 @@ } }, "24": { + "subsumedPorts": [ + 27, + 28, + 29 + ], "pins": { "iphy": [ { @@ -9744,6 +10004,11 @@ } }, "32": { + "subsumedPorts": [ + 27, + 28, + 29 + ], "pins": { "iphy": [ { @@ -9836,6 +10101,11 @@ } }, "38": { + "subsumedPorts": [ + 27, + 28, + 29 + ], "pins": { "iphy": [ { @@ -9928,6 +10198,15 @@ } }, "39": { + "subsumedPorts": [ + 27, + 28, + 29, + 30, + 31, + 33, + 34 + ], "pins": { "iphy": [ { @@ -10133,6 +10412,11 @@ } }, "45": { + "subsumedPorts": [ + 27, + 28, + 29 + ], "pins": { "iphy": [ { @@ -10225,6 +10509,15 @@ } }, "50": { + "subsumedPorts": [ + 27, + 28, + 29, + 30, + 31, + 33, + 34 + ], "pins": { "iphy": [ { @@ -10401,6 +10694,9 @@ } }, "54": { + "subsumedPorts": [ + 27 + ], "pins": { "iphy": [ { @@ -10451,6 +10747,9 @@ } }, "55": { + "subsumedPorts": [ + 27 + ], "pins": { "iphy": [ { @@ -10650,6 +10949,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 29 + ], "pins": { "iphy": [ { @@ -10700,6 +11002,9 @@ } }, "21": { + "subsumedPorts": [ + 29 + ], "pins": { "iphy": [ { @@ -10779,6 +11084,9 @@ } }, "54": { + "subsumedPorts": [ + 29 + ], "pins": { "iphy": [ { @@ -10829,6 +11137,9 @@ } }, "55": { + "subsumedPorts": [ + 29 + ], "pins": { "iphy": [ { @@ -11052,6 +11363,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 31 + ], "pins": { "iphy": [ { @@ -11102,6 +11416,9 @@ } }, "21": { + "subsumedPorts": [ + 31 + ], "pins": { "iphy": [ { @@ -11152,6 +11469,11 @@ } }, "22": { + "subsumedPorts": [ + 31, + 33, + 34 + ], "pins": { "iphy": [ { @@ -11244,6 +11566,11 @@ } }, "24": { + "subsumedPorts": [ + 31, + 33, + 34 + ], "pins": { "iphy": [ { @@ -11336,6 +11663,11 @@ } }, "32": { + "subsumedPorts": [ + 31, + 33, + 34 + ], "pins": { "iphy": [ { @@ -11428,6 +11760,11 @@ } }, "38": { + "subsumedPorts": [ + 31, + 33, + 34 + ], "pins": { "iphy": [ { @@ -11549,6 +11886,11 @@ } }, "45": { + "subsumedPorts": [ + 31, + 33, + 34 + ], "pins": { "iphy": [ { @@ -11641,6 +11983,9 @@ } }, "54": { + "subsumedPorts": [ + 31 + ], "pins": { "iphy": [ { @@ -11691,6 +12036,9 @@ } }, "55": { + "subsumedPorts": [ + 31 + ], "pins": { "iphy": [ { @@ -11890,6 +12238,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 34 + ], "pins": { "iphy": [ { @@ -11940,6 +12291,9 @@ } }, "21": { + "subsumedPorts": [ + 34 + ], "pins": { "iphy": [ { @@ -12019,6 +12373,9 @@ } }, "54": { + "subsumedPorts": [ + 34 + ], "pins": { "iphy": [ { @@ -12069,6 +12426,9 @@ } }, "55": { + "subsumedPorts": [ + 34 + ], "pins": { "iphy": [ { @@ -12340,6 +12700,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 36 + ], "pins": { "iphy": [ { @@ -12390,6 +12753,9 @@ } }, "21": { + "subsumedPorts": [ + 36 + ], "pins": { "iphy": [ { @@ -12440,6 +12806,11 @@ } }, "22": { + "subsumedPorts": [ + 36, + 37, + 38 + ], "pins": { "iphy": [ { @@ -12532,6 +12903,11 @@ } }, "24": { + "subsumedPorts": [ + 36, + 37, + 38 + ], "pins": { "iphy": [ { @@ -12624,6 +13000,11 @@ } }, "32": { + "subsumedPorts": [ + 36, + 37, + 38 + ], "pins": { "iphy": [ { @@ -12716,6 +13097,11 @@ } }, "38": { + "subsumedPorts": [ + 36, + 37, + 38 + ], "pins": { "iphy": [ { @@ -12808,6 +13194,15 @@ } }, "39": { + "subsumedPorts": [ + 36, + 37, + 38, + 39, + 40, + 41, + 42 + ], "pins": { "iphy": [ { @@ -13013,6 +13408,11 @@ } }, "45": { + "subsumedPorts": [ + 36, + 37, + 38 + ], "pins": { "iphy": [ { @@ -13105,6 +13505,15 @@ } }, "50": { + "subsumedPorts": [ + 36, + 37, + 38, + 39, + 40, + 41, + 42 + ], "pins": { "iphy": [ { @@ -13281,6 +13690,9 @@ } }, "54": { + "subsumedPorts": [ + 36 + ], "pins": { "iphy": [ { @@ -13331,6 +13743,9 @@ } }, "55": { + "subsumedPorts": [ + 36 + ], "pins": { "iphy": [ { @@ -13530,6 +13945,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 38 + ], "pins": { "iphy": [ { @@ -13580,6 +13998,9 @@ } }, "21": { + "subsumedPorts": [ + 38 + ], "pins": { "iphy": [ { @@ -13659,6 +14080,9 @@ } }, "54": { + "subsumedPorts": [ + 38 + ], "pins": { "iphy": [ { @@ -13709,6 +14133,9 @@ } }, "55": { + "subsumedPorts": [ + 38 + ], "pins": { "iphy": [ { @@ -13932,6 +14359,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 40 + ], "pins": { "iphy": [ { @@ -13982,6 +14412,9 @@ } }, "21": { + "subsumedPorts": [ + 40 + ], "pins": { "iphy": [ { @@ -14032,6 +14465,11 @@ } }, "22": { + "subsumedPorts": [ + 40, + 41, + 42 + ], "pins": { "iphy": [ { @@ -14124,6 +14562,11 @@ } }, "24": { + "subsumedPorts": [ + 40, + 41, + 42 + ], "pins": { "iphy": [ { @@ -14216,6 +14659,11 @@ } }, "32": { + "subsumedPorts": [ + 40, + 41, + 42 + ], "pins": { "iphy": [ { @@ -14308,6 +14756,11 @@ } }, "38": { + "subsumedPorts": [ + 40, + 41, + 42 + ], "pins": { "iphy": [ { @@ -14429,6 +14882,11 @@ } }, "45": { + "subsumedPorts": [ + 40, + 41, + 42 + ], "pins": { "iphy": [ { @@ -14521,6 +14979,9 @@ } }, "54": { + "subsumedPorts": [ + 40 + ], "pins": { "iphy": [ { @@ -14571,6 +15032,9 @@ } }, "55": { + "subsumedPorts": [ + 40 + ], "pins": { "iphy": [ { @@ -14770,6 +15234,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 42 + ], "pins": { "iphy": [ { @@ -14820,6 +15287,9 @@ } }, "21": { + "subsumedPorts": [ + 42 + ], "pins": { "iphy": [ { @@ -14899,6 +15369,9 @@ } }, "54": { + "subsumedPorts": [ + 42 + ], "pins": { "iphy": [ { @@ -14949,6 +15422,9 @@ } }, "55": { + "subsumedPorts": [ + 42 + ], "pins": { "iphy": [ { @@ -15496,6 +15972,9 @@ } }, "39": { + "subsumedPorts": [ + 45 + ], "pins": { "iphy": [ { @@ -16394,6 +16873,9 @@ } }, "39": { + "subsumedPorts": [ + 47 + ], "pins": { "iphy": [ { @@ -17016,6 +17498,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 49 + ], "pins": { "iphy": [ { @@ -17066,6 +17551,9 @@ } }, "21": { + "subsumedPorts": [ + 49 + ], "pins": { "iphy": [ { @@ -17116,6 +17604,11 @@ } }, "22": { + "subsumedPorts": [ + 49, + 50, + 51 + ], "pins": { "iphy": [ { @@ -17208,6 +17701,11 @@ } }, "24": { + "subsumedPorts": [ + 49, + 50, + 51 + ], "pins": { "iphy": [ { @@ -17300,6 +17798,11 @@ } }, "32": { + "subsumedPorts": [ + 49, + 50, + 51 + ], "pins": { "iphy": [ { @@ -17392,6 +17895,11 @@ } }, "38": { + "subsumedPorts": [ + 49, + 50, + 51 + ], "pins": { "iphy": [ { @@ -17484,6 +17992,15 @@ } }, "39": { + "subsumedPorts": [ + 49, + 50, + 51, + 52, + 53, + 55, + 56 + ], "pins": { "iphy": [ { @@ -17689,6 +18206,11 @@ } }, "45": { + "subsumedPorts": [ + 49, + 50, + 51 + ], "pins": { "iphy": [ { @@ -17781,6 +18303,15 @@ } }, "50": { + "subsumedPorts": [ + 49, + 50, + 51, + 52, + 53, + 55, + 56 + ], "pins": { "iphy": [ { @@ -17957,6 +18488,9 @@ } }, "54": { + "subsumedPorts": [ + 49 + ], "pins": { "iphy": [ { @@ -18007,6 +18541,9 @@ } }, "55": { + "subsumedPorts": [ + 49 + ], "pins": { "iphy": [ { @@ -18206,6 +18743,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 51 + ], "pins": { "iphy": [ { @@ -18256,6 +18796,9 @@ } }, "21": { + "subsumedPorts": [ + 51 + ], "pins": { "iphy": [ { @@ -18335,6 +18878,9 @@ } }, "54": { + "subsumedPorts": [ + 51 + ], "pins": { "iphy": [ { @@ -18385,6 +18931,9 @@ } }, "55": { + "subsumedPorts": [ + 51 + ], "pins": { "iphy": [ { @@ -18608,6 +19157,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 53 + ], "pins": { "iphy": [ { @@ -18658,6 +19210,9 @@ } }, "21": { + "subsumedPorts": [ + 53 + ], "pins": { "iphy": [ { @@ -18708,6 +19263,11 @@ } }, "22": { + "subsumedPorts": [ + 53, + 55, + 56 + ], "pins": { "iphy": [ { @@ -18800,6 +19360,11 @@ } }, "24": { + "subsumedPorts": [ + 53, + 55, + 56 + ], "pins": { "iphy": [ { @@ -18892,6 +19457,11 @@ } }, "32": { + "subsumedPorts": [ + 53, + 55, + 56 + ], "pins": { "iphy": [ { @@ -18984,6 +19554,11 @@ } }, "38": { + "subsumedPorts": [ + 53, + 55, + 56 + ], "pins": { "iphy": [ { @@ -19105,6 +19680,11 @@ } }, "45": { + "subsumedPorts": [ + 53, + 55, + 56 + ], "pins": { "iphy": [ { @@ -19197,6 +19777,9 @@ } }, "54": { + "subsumedPorts": [ + 53 + ], "pins": { "iphy": [ { @@ -19247,6 +19830,9 @@ } }, "55": { + "subsumedPorts": [ + 53 + ], "pins": { "iphy": [ { @@ -19446,6 +20032,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 56 + ], "pins": { "iphy": [ { @@ -19496,6 +20085,9 @@ } }, "21": { + "subsumedPorts": [ + 56 + ], "pins": { "iphy": [ { @@ -19575,6 +20167,9 @@ } }, "54": { + "subsumedPorts": [ + 56 + ], "pins": { "iphy": [ { @@ -19625,6 +20220,9 @@ } }, "55": { + "subsumedPorts": [ + 56 + ], "pins": { "iphy": [ { @@ -19896,6 +20494,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 58 + ], "pins": { "iphy": [ { @@ -19946,6 +20547,9 @@ } }, "21": { + "subsumedPorts": [ + 58 + ], "pins": { "iphy": [ { @@ -19996,6 +20600,11 @@ } }, "22": { + "subsumedPorts": [ + 58, + 59, + 60 + ], "pins": { "iphy": [ { @@ -20088,6 +20697,11 @@ } }, "24": { + "subsumedPorts": [ + 58, + 59, + 60 + ], "pins": { "iphy": [ { @@ -20180,6 +20794,11 @@ } }, "32": { + "subsumedPorts": [ + 58, + 59, + 60 + ], "pins": { "iphy": [ { @@ -20272,6 +20891,11 @@ } }, "38": { + "subsumedPorts": [ + 58, + 59, + 60 + ], "pins": { "iphy": [ { @@ -20364,6 +20988,15 @@ } }, "39": { + "subsumedPorts": [ + 58, + 59, + 60, + 61, + 62, + 63, + 64 + ], "pins": { "iphy": [ { @@ -20569,6 +21202,11 @@ } }, "45": { + "subsumedPorts": [ + 58, + 59, + 60 + ], "pins": { "iphy": [ { @@ -20661,6 +21299,15 @@ } }, "50": { + "subsumedPorts": [ + 58, + 59, + 60, + 61, + 62, + 63, + 64 + ], "pins": { "iphy": [ { @@ -20837,6 +21484,9 @@ } }, "54": { + "subsumedPorts": [ + 58 + ], "pins": { "iphy": [ { @@ -20887,6 +21537,9 @@ } }, "55": { + "subsumedPorts": [ + 58 + ], "pins": { "iphy": [ { @@ -21086,6 +21739,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 60 + ], "pins": { "iphy": [ { @@ -21136,6 +21792,9 @@ } }, "21": { + "subsumedPorts": [ + 60 + ], "pins": { "iphy": [ { @@ -21215,6 +21874,9 @@ } }, "54": { + "subsumedPorts": [ + 60 + ], "pins": { "iphy": [ { @@ -21265,6 +21927,9 @@ } }, "55": { + "subsumedPorts": [ + 60 + ], "pins": { "iphy": [ { @@ -21488,6 +22153,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 62 + ], "pins": { "iphy": [ { @@ -21538,6 +22206,9 @@ } }, "21": { + "subsumedPorts": [ + 62 + ], "pins": { "iphy": [ { @@ -21588,6 +22259,11 @@ } }, "22": { + "subsumedPorts": [ + 62, + 63, + 64 + ], "pins": { "iphy": [ { @@ -21680,6 +22356,11 @@ } }, "24": { + "subsumedPorts": [ + 62, + 63, + 64 + ], "pins": { "iphy": [ { @@ -21772,6 +22453,11 @@ } }, "32": { + "subsumedPorts": [ + 62, + 63, + 64 + ], "pins": { "iphy": [ { @@ -21864,6 +22550,11 @@ } }, "38": { + "subsumedPorts": [ + 62, + 63, + 64 + ], "pins": { "iphy": [ { @@ -21985,6 +22676,11 @@ } }, "45": { + "subsumedPorts": [ + 62, + 63, + 64 + ], "pins": { "iphy": [ { @@ -22077,6 +22773,9 @@ } }, "54": { + "subsumedPorts": [ + 62 + ], "pins": { "iphy": [ { @@ -22127,6 +22826,9 @@ } }, "55": { + "subsumedPorts": [ + 62 + ], "pins": { "iphy": [ { @@ -22326,6 +23028,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 64 + ], "pins": { "iphy": [ { @@ -22376,6 +23081,9 @@ } }, "21": { + "subsumedPorts": [ + 64 + ], "pins": { "iphy": [ { @@ -22455,6 +23163,9 @@ } }, "54": { + "subsumedPorts": [ + 64 + ], "pins": { "iphy": [ { @@ -22505,6 +23216,9 @@ } }, "55": { + "subsumedPorts": [ + 64 + ], "pins": { "iphy": [ { @@ -23052,6 +23766,9 @@ } }, "39": { + "subsumedPorts": [ + 67 + ], "pins": { "iphy": [ { @@ -23950,6 +24667,9 @@ } }, "39": { + "subsumedPorts": [ + 69 + ], "pins": { "iphy": [ { @@ -24572,6 +25292,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 71 + ], "pins": { "iphy": [ { @@ -24622,6 +25345,9 @@ } }, "21": { + "subsumedPorts": [ + 71 + ], "pins": { "iphy": [ { @@ -24672,6 +25398,11 @@ } }, "22": { + "subsumedPorts": [ + 71, + 72, + 73 + ], "pins": { "iphy": [ { @@ -24764,6 +25495,11 @@ } }, "24": { + "subsumedPorts": [ + 71, + 72, + 73 + ], "pins": { "iphy": [ { @@ -24856,6 +25592,11 @@ } }, "32": { + "subsumedPorts": [ + 71, + 72, + 73 + ], "pins": { "iphy": [ { @@ -24948,6 +25689,11 @@ } }, "38": { + "subsumedPorts": [ + 71, + 72, + 73 + ], "pins": { "iphy": [ { @@ -25040,6 +25786,15 @@ } }, "39": { + "subsumedPorts": [ + 71, + 72, + 73, + 74, + 75, + 77, + 78 + ], "pins": { "iphy": [ { @@ -25245,6 +26000,11 @@ } }, "45": { + "subsumedPorts": [ + 71, + 72, + 73 + ], "pins": { "iphy": [ { @@ -25337,6 +26097,15 @@ } }, "50": { + "subsumedPorts": [ + 71, + 72, + 73, + 74, + 75, + 77, + 78 + ], "pins": { "iphy": [ { @@ -25513,6 +26282,9 @@ } }, "54": { + "subsumedPorts": [ + 71 + ], "pins": { "iphy": [ { @@ -25563,6 +26335,9 @@ } }, "55": { + "subsumedPorts": [ + 71 + ], "pins": { "iphy": [ { @@ -25762,6 +26537,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 73 + ], "pins": { "iphy": [ { @@ -25812,6 +26590,9 @@ } }, "21": { + "subsumedPorts": [ + 73 + ], "pins": { "iphy": [ { @@ -25891,6 +26672,9 @@ } }, "54": { + "subsumedPorts": [ + 73 + ], "pins": { "iphy": [ { @@ -25941,6 +26725,9 @@ } }, "55": { + "subsumedPorts": [ + 73 + ], "pins": { "iphy": [ { @@ -26164,6 +26951,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 75 + ], "pins": { "iphy": [ { @@ -26214,6 +27004,9 @@ } }, "21": { + "subsumedPorts": [ + 75 + ], "pins": { "iphy": [ { @@ -26264,6 +27057,11 @@ } }, "22": { + "subsumedPorts": [ + 75, + 77, + 78 + ], "pins": { "iphy": [ { @@ -26356,6 +27154,11 @@ } }, "24": { + "subsumedPorts": [ + 75, + 77, + 78 + ], "pins": { "iphy": [ { @@ -26448,6 +27251,11 @@ } }, "32": { + "subsumedPorts": [ + 75, + 77, + 78 + ], "pins": { "iphy": [ { @@ -26540,6 +27348,11 @@ } }, "38": { + "subsumedPorts": [ + 75, + 77, + 78 + ], "pins": { "iphy": [ { @@ -26661,6 +27474,11 @@ } }, "45": { + "subsumedPorts": [ + 75, + 77, + 78 + ], "pins": { "iphy": [ { @@ -26753,6 +27571,9 @@ } }, "54": { + "subsumedPorts": [ + 75 + ], "pins": { "iphy": [ { @@ -26803,6 +27624,9 @@ } }, "55": { + "subsumedPorts": [ + 75 + ], "pins": { "iphy": [ { @@ -27002,6 +27826,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 78 + ], "pins": { "iphy": [ { @@ -27052,6 +27879,9 @@ } }, "21": { + "subsumedPorts": [ + 78 + ], "pins": { "iphy": [ { @@ -27131,6 +27961,9 @@ } }, "54": { + "subsumedPorts": [ + 78 + ], "pins": { "iphy": [ { @@ -27181,6 +28014,9 @@ } }, "55": { + "subsumedPorts": [ + 78 + ], "pins": { "iphy": [ { @@ -27452,6 +28288,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 80 + ], "pins": { "iphy": [ { @@ -27502,6 +28341,9 @@ } }, "21": { + "subsumedPorts": [ + 80 + ], "pins": { "iphy": [ { @@ -27552,6 +28394,11 @@ } }, "22": { + "subsumedPorts": [ + 80, + 81, + 82 + ], "pins": { "iphy": [ { @@ -27644,6 +28491,11 @@ } }, "24": { + "subsumedPorts": [ + 80, + 81, + 82 + ], "pins": { "iphy": [ { @@ -27736,6 +28588,11 @@ } }, "32": { + "subsumedPorts": [ + 80, + 81, + 82 + ], "pins": { "iphy": [ { @@ -27828,6 +28685,11 @@ } }, "38": { + "subsumedPorts": [ + 80, + 81, + 82 + ], "pins": { "iphy": [ { @@ -27920,6 +28782,15 @@ } }, "39": { + "subsumedPorts": [ + 80, + 81, + 82, + 83, + 84, + 85, + 86 + ], "pins": { "iphy": [ { @@ -28125,6 +28996,11 @@ } }, "45": { + "subsumedPorts": [ + 80, + 81, + 82 + ], "pins": { "iphy": [ { @@ -28217,6 +29093,15 @@ } }, "50": { + "subsumedPorts": [ + 80, + 81, + 82, + 83, + 84, + 85, + 86 + ], "pins": { "iphy": [ { @@ -28393,6 +29278,9 @@ } }, "54": { + "subsumedPorts": [ + 80 + ], "pins": { "iphy": [ { @@ -28443,6 +29331,9 @@ } }, "55": { + "subsumedPorts": [ + 80 + ], "pins": { "iphy": [ { @@ -28642,6 +29533,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 82 + ], "pins": { "iphy": [ { @@ -28692,6 +29586,9 @@ } }, "21": { + "subsumedPorts": [ + 82 + ], "pins": { "iphy": [ { @@ -28771,6 +29668,9 @@ } }, "54": { + "subsumedPorts": [ + 82 + ], "pins": { "iphy": [ { @@ -28821,6 +29721,9 @@ } }, "55": { + "subsumedPorts": [ + 82 + ], "pins": { "iphy": [ { @@ -29044,6 +29947,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 84 + ], "pins": { "iphy": [ { @@ -29094,6 +30000,9 @@ } }, "21": { + "subsumedPorts": [ + 84 + ], "pins": { "iphy": [ { @@ -29144,6 +30053,11 @@ } }, "22": { + "subsumedPorts": [ + 84, + 85, + 86 + ], "pins": { "iphy": [ { @@ -29236,6 +30150,11 @@ } }, "24": { + "subsumedPorts": [ + 84, + 85, + 86 + ], "pins": { "iphy": [ { @@ -29328,6 +30247,11 @@ } }, "32": { + "subsumedPorts": [ + 84, + 85, + 86 + ], "pins": { "iphy": [ { @@ -29420,6 +30344,11 @@ } }, "38": { + "subsumedPorts": [ + 84, + 85, + 86 + ], "pins": { "iphy": [ { @@ -29541,6 +30470,11 @@ } }, "45": { + "subsumedPorts": [ + 84, + 85, + 86 + ], "pins": { "iphy": [ { @@ -29633,6 +30567,9 @@ } }, "54": { + "subsumedPorts": [ + 84 + ], "pins": { "iphy": [ { @@ -29683,6 +30620,9 @@ } }, "55": { + "subsumedPorts": [ + 84 + ], "pins": { "iphy": [ { @@ -29882,6 +30822,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 86 + ], "pins": { "iphy": [ { @@ -29932,6 +30875,9 @@ } }, "21": { + "subsumedPorts": [ + 86 + ], "pins": { "iphy": [ { @@ -30011,6 +30957,9 @@ } }, "54": { + "subsumedPorts": [ + 86 + ], "pins": { "iphy": [ { @@ -30061,6 +31010,9 @@ } }, "55": { + "subsumedPorts": [ + 86 + ], "pins": { "iphy": [ { @@ -30608,6 +31560,9 @@ } }, "39": { + "subsumedPorts": [ + 265 + ], "pins": { "iphy": [ { @@ -31506,6 +32461,9 @@ } }, "39": { + "subsumedPorts": [ + 267 + ], "pins": { "iphy": [ { @@ -32128,6 +33086,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 269 + ], "pins": { "iphy": [ { @@ -32178,6 +33139,9 @@ } }, "21": { + "subsumedPorts": [ + 269 + ], "pins": { "iphy": [ { @@ -32228,6 +33192,11 @@ } }, "22": { + "subsumedPorts": [ + 269, + 270, + 271 + ], "pins": { "iphy": [ { @@ -32320,6 +33289,11 @@ } }, "24": { + "subsumedPorts": [ + 269, + 270, + 271 + ], "pins": { "iphy": [ { @@ -32412,6 +33386,11 @@ } }, "32": { + "subsumedPorts": [ + 269, + 270, + 271 + ], "pins": { "iphy": [ { @@ -32504,6 +33483,11 @@ } }, "38": { + "subsumedPorts": [ + 269, + 270, + 271 + ], "pins": { "iphy": [ { @@ -32596,6 +33580,15 @@ } }, "39": { + "subsumedPorts": [ + 269, + 270, + 271, + 272, + 273, + 275, + 276 + ], "pins": { "iphy": [ { @@ -32801,6 +33794,11 @@ } }, "45": { + "subsumedPorts": [ + 269, + 270, + 271 + ], "pins": { "iphy": [ { @@ -32893,6 +33891,15 @@ } }, "50": { + "subsumedPorts": [ + 269, + 270, + 271, + 272, + 273, + 275, + 276 + ], "pins": { "iphy": [ { @@ -33069,6 +34076,9 @@ } }, "54": { + "subsumedPorts": [ + 269 + ], "pins": { "iphy": [ { @@ -33119,6 +34129,9 @@ } }, "55": { + "subsumedPorts": [ + 269 + ], "pins": { "iphy": [ { @@ -33318,6 +34331,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 271 + ], "pins": { "iphy": [ { @@ -33368,6 +34384,9 @@ } }, "21": { + "subsumedPorts": [ + 271 + ], "pins": { "iphy": [ { @@ -33447,6 +34466,9 @@ } }, "54": { + "subsumedPorts": [ + 271 + ], "pins": { "iphy": [ { @@ -33497,6 +34519,9 @@ } }, "55": { + "subsumedPorts": [ + 271 + ], "pins": { "iphy": [ { @@ -33720,6 +34745,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 273 + ], "pins": { "iphy": [ { @@ -33770,6 +34798,9 @@ } }, "21": { + "subsumedPorts": [ + 273 + ], "pins": { "iphy": [ { @@ -33820,6 +34851,11 @@ } }, "22": { + "subsumedPorts": [ + 273, + 275, + 276 + ], "pins": { "iphy": [ { @@ -33912,6 +34948,11 @@ } }, "24": { + "subsumedPorts": [ + 273, + 275, + 276 + ], "pins": { "iphy": [ { @@ -34004,6 +35045,11 @@ } }, "32": { + "subsumedPorts": [ + 273, + 275, + 276 + ], "pins": { "iphy": [ { @@ -34096,6 +35142,11 @@ } }, "38": { + "subsumedPorts": [ + 273, + 275, + 276 + ], "pins": { "iphy": [ { @@ -34217,6 +35268,11 @@ } }, "45": { + "subsumedPorts": [ + 273, + 275, + 276 + ], "pins": { "iphy": [ { @@ -34309,6 +35365,9 @@ } }, "54": { + "subsumedPorts": [ + 273 + ], "pins": { "iphy": [ { @@ -34359,6 +35418,9 @@ } }, "55": { + "subsumedPorts": [ + 273 + ], "pins": { "iphy": [ { @@ -34558,6 +35620,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 276 + ], "pins": { "iphy": [ { @@ -34608,6 +35673,9 @@ } }, "21": { + "subsumedPorts": [ + 276 + ], "pins": { "iphy": [ { @@ -34687,6 +35755,9 @@ } }, "54": { + "subsumedPorts": [ + 276 + ], "pins": { "iphy": [ { @@ -34737,6 +35808,9 @@ } }, "55": { + "subsumedPorts": [ + 276 + ], "pins": { "iphy": [ { @@ -35008,6 +36082,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 278 + ], "pins": { "iphy": [ { @@ -35058,6 +36135,9 @@ } }, "21": { + "subsumedPorts": [ + 278 + ], "pins": { "iphy": [ { @@ -35108,6 +36188,11 @@ } }, "22": { + "subsumedPorts": [ + 278, + 279, + 280 + ], "pins": { "iphy": [ { @@ -35200,6 +36285,11 @@ } }, "24": { + "subsumedPorts": [ + 278, + 279, + 280 + ], "pins": { "iphy": [ { @@ -35292,6 +36382,11 @@ } }, "32": { + "subsumedPorts": [ + 278, + 279, + 280 + ], "pins": { "iphy": [ { @@ -35384,6 +36479,11 @@ } }, "38": { + "subsumedPorts": [ + 278, + 279, + 280 + ], "pins": { "iphy": [ { @@ -35476,6 +36576,15 @@ } }, "39": { + "subsumedPorts": [ + 278, + 279, + 280, + 281, + 282, + 283, + 284 + ], "pins": { "iphy": [ { @@ -35681,6 +36790,11 @@ } }, "45": { + "subsumedPorts": [ + 278, + 279, + 280 + ], "pins": { "iphy": [ { @@ -35773,6 +36887,15 @@ } }, "50": { + "subsumedPorts": [ + 278, + 279, + 280, + 281, + 282, + 283, + 284 + ], "pins": { "iphy": [ { @@ -35949,6 +37072,9 @@ } }, "54": { + "subsumedPorts": [ + 278 + ], "pins": { "iphy": [ { @@ -35999,6 +37125,9 @@ } }, "55": { + "subsumedPorts": [ + 278 + ], "pins": { "iphy": [ { @@ -36198,6 +37327,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 280 + ], "pins": { "iphy": [ { @@ -36248,6 +37380,9 @@ } }, "21": { + "subsumedPorts": [ + 280 + ], "pins": { "iphy": [ { @@ -36327,6 +37462,9 @@ } }, "54": { + "subsumedPorts": [ + 280 + ], "pins": { "iphy": [ { @@ -36377,6 +37515,9 @@ } }, "55": { + "subsumedPorts": [ + 280 + ], "pins": { "iphy": [ { @@ -36600,6 +37741,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 282 + ], "pins": { "iphy": [ { @@ -36650,6 +37794,9 @@ } }, "21": { + "subsumedPorts": [ + 282 + ], "pins": { "iphy": [ { @@ -36700,6 +37847,11 @@ } }, "22": { + "subsumedPorts": [ + 282, + 283, + 284 + ], "pins": { "iphy": [ { @@ -36792,6 +37944,11 @@ } }, "24": { + "subsumedPorts": [ + 282, + 283, + 284 + ], "pins": { "iphy": [ { @@ -36884,6 +38041,11 @@ } }, "32": { + "subsumedPorts": [ + 282, + 283, + 284 + ], "pins": { "iphy": [ { @@ -36976,6 +38138,11 @@ } }, "38": { + "subsumedPorts": [ + 282, + 283, + 284 + ], "pins": { "iphy": [ { @@ -37097,6 +38264,11 @@ } }, "45": { + "subsumedPorts": [ + 282, + 283, + 284 + ], "pins": { "iphy": [ { @@ -37189,6 +38361,9 @@ } }, "54": { + "subsumedPorts": [ + 282 + ], "pins": { "iphy": [ { @@ -37239,6 +38414,9 @@ } }, "55": { + "subsumedPorts": [ + 282 + ], "pins": { "iphy": [ { @@ -37438,6 +38616,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 284 + ], "pins": { "iphy": [ { @@ -37488,6 +38669,9 @@ } }, "21": { + "subsumedPorts": [ + 284 + ], "pins": { "iphy": [ { @@ -37567,6 +38751,9 @@ } }, "54": { + "subsumedPorts": [ + 284 + ], "pins": { "iphy": [ { @@ -37617,6 +38804,9 @@ } }, "55": { + "subsumedPorts": [ + 284 + ], "pins": { "iphy": [ { @@ -38164,6 +39354,9 @@ } }, "39": { + "subsumedPorts": [ + 287 + ], "pins": { "iphy": [ { @@ -39062,6 +40255,9 @@ } }, "39": { + "subsumedPorts": [ + 289 + ], "pins": { "iphy": [ { @@ -39684,6 +40880,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 291 + ], "pins": { "iphy": [ { @@ -39734,6 +40933,9 @@ } }, "21": { + "subsumedPorts": [ + 291 + ], "pins": { "iphy": [ { @@ -39784,6 +40986,11 @@ } }, "22": { + "subsumedPorts": [ + 291, + 292, + 293 + ], "pins": { "iphy": [ { @@ -39876,6 +41083,11 @@ } }, "24": { + "subsumedPorts": [ + 291, + 292, + 293 + ], "pins": { "iphy": [ { @@ -39968,6 +41180,11 @@ } }, "32": { + "subsumedPorts": [ + 291, + 292, + 293 + ], "pins": { "iphy": [ { @@ -40060,6 +41277,11 @@ } }, "38": { + "subsumedPorts": [ + 291, + 292, + 293 + ], "pins": { "iphy": [ { @@ -40152,6 +41374,15 @@ } }, "39": { + "subsumedPorts": [ + 291, + 292, + 293, + 294, + 295, + 297, + 298 + ], "pins": { "iphy": [ { @@ -40357,6 +41588,11 @@ } }, "45": { + "subsumedPorts": [ + 291, + 292, + 293 + ], "pins": { "iphy": [ { @@ -40449,6 +41685,15 @@ } }, "50": { + "subsumedPorts": [ + 291, + 292, + 293, + 294, + 295, + 297, + 298 + ], "pins": { "iphy": [ { @@ -40625,6 +41870,9 @@ } }, "54": { + "subsumedPorts": [ + 291 + ], "pins": { "iphy": [ { @@ -40675,6 +41923,9 @@ } }, "55": { + "subsumedPorts": [ + 291 + ], "pins": { "iphy": [ { @@ -40874,6 +42125,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 293 + ], "pins": { "iphy": [ { @@ -40924,6 +42178,9 @@ } }, "21": { + "subsumedPorts": [ + 293 + ], "pins": { "iphy": [ { @@ -41003,6 +42260,9 @@ } }, "54": { + "subsumedPorts": [ + 293 + ], "pins": { "iphy": [ { @@ -41053,6 +42313,9 @@ } }, "55": { + "subsumedPorts": [ + 293 + ], "pins": { "iphy": [ { @@ -41276,6 +42539,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 295 + ], "pins": { "iphy": [ { @@ -41326,6 +42592,9 @@ } }, "21": { + "subsumedPorts": [ + 295 + ], "pins": { "iphy": [ { @@ -41376,6 +42645,11 @@ } }, "22": { + "subsumedPorts": [ + 295, + 297, + 298 + ], "pins": { "iphy": [ { @@ -41468,6 +42742,11 @@ } }, "24": { + "subsumedPorts": [ + 295, + 297, + 298 + ], "pins": { "iphy": [ { @@ -41560,6 +42839,11 @@ } }, "32": { + "subsumedPorts": [ + 295, + 297, + 298 + ], "pins": { "iphy": [ { @@ -41652,6 +42936,11 @@ } }, "38": { + "subsumedPorts": [ + 295, + 297, + 298 + ], "pins": { "iphy": [ { @@ -41773,6 +43062,11 @@ } }, "45": { + "subsumedPorts": [ + 295, + 297, + 298 + ], "pins": { "iphy": [ { @@ -41865,6 +43159,9 @@ } }, "54": { + "subsumedPorts": [ + 295 + ], "pins": { "iphy": [ { @@ -41915,6 +43212,9 @@ } }, "55": { + "subsumedPorts": [ + 295 + ], "pins": { "iphy": [ { @@ -42114,6 +43414,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 298 + ], "pins": { "iphy": [ { @@ -42164,6 +43467,9 @@ } }, "21": { + "subsumedPorts": [ + 298 + ], "pins": { "iphy": [ { @@ -42243,6 +43549,9 @@ } }, "54": { + "subsumedPorts": [ + 298 + ], "pins": { "iphy": [ { @@ -42293,6 +43602,9 @@ } }, "55": { + "subsumedPorts": [ + 298 + ], "pins": { "iphy": [ { @@ -42564,6 +43876,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 300 + ], "pins": { "iphy": [ { @@ -42614,6 +43929,9 @@ } }, "21": { + "subsumedPorts": [ + 300 + ], "pins": { "iphy": [ { @@ -42664,6 +43982,11 @@ } }, "22": { + "subsumedPorts": [ + 300, + 301, + 302 + ], "pins": { "iphy": [ { @@ -42756,6 +44079,11 @@ } }, "24": { + "subsumedPorts": [ + 300, + 301, + 302 + ], "pins": { "iphy": [ { @@ -42848,6 +44176,11 @@ } }, "32": { + "subsumedPorts": [ + 300, + 301, + 302 + ], "pins": { "iphy": [ { @@ -42940,6 +44273,11 @@ } }, "38": { + "subsumedPorts": [ + 300, + 301, + 302 + ], "pins": { "iphy": [ { @@ -43032,6 +44370,15 @@ } }, "39": { + "subsumedPorts": [ + 300, + 301, + 302, + 303, + 304, + 305, + 306 + ], "pins": { "iphy": [ { @@ -43237,6 +44584,11 @@ } }, "45": { + "subsumedPorts": [ + 300, + 301, + 302 + ], "pins": { "iphy": [ { @@ -43329,6 +44681,15 @@ } }, "50": { + "subsumedPorts": [ + 300, + 301, + 302, + 303, + 304, + 305, + 306 + ], "pins": { "iphy": [ { @@ -43505,6 +44866,9 @@ } }, "54": { + "subsumedPorts": [ + 300 + ], "pins": { "iphy": [ { @@ -43555,6 +44919,9 @@ } }, "55": { + "subsumedPorts": [ + 300 + ], "pins": { "iphy": [ { @@ -43754,6 +45121,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 302 + ], "pins": { "iphy": [ { @@ -43804,6 +45174,9 @@ } }, "21": { + "subsumedPorts": [ + 302 + ], "pins": { "iphy": [ { @@ -43883,6 +45256,9 @@ } }, "54": { + "subsumedPorts": [ + 302 + ], "pins": { "iphy": [ { @@ -43933,6 +45309,9 @@ } }, "55": { + "subsumedPorts": [ + 302 + ], "pins": { "iphy": [ { @@ -44156,6 +45535,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 304 + ], "pins": { "iphy": [ { @@ -44206,6 +45588,9 @@ } }, "21": { + "subsumedPorts": [ + 304 + ], "pins": { "iphy": [ { @@ -44256,6 +45641,11 @@ } }, "22": { + "subsumedPorts": [ + 304, + 305, + 306 + ], "pins": { "iphy": [ { @@ -44348,6 +45738,11 @@ } }, "24": { + "subsumedPorts": [ + 304, + 305, + 306 + ], "pins": { "iphy": [ { @@ -44440,6 +45835,11 @@ } }, "32": { + "subsumedPorts": [ + 304, + 305, + 306 + ], "pins": { "iphy": [ { @@ -44532,6 +45932,11 @@ } }, "38": { + "subsumedPorts": [ + 304, + 305, + 306 + ], "pins": { "iphy": [ { @@ -44653,6 +46058,11 @@ } }, "45": { + "subsumedPorts": [ + 304, + 305, + 306 + ], "pins": { "iphy": [ { @@ -44745,6 +46155,9 @@ } }, "54": { + "subsumedPorts": [ + 304 + ], "pins": { "iphy": [ { @@ -44795,6 +46208,9 @@ } }, "55": { + "subsumedPorts": [ + 304 + ], "pins": { "iphy": [ { @@ -44994,6 +46410,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 306 + ], "pins": { "iphy": [ { @@ -45044,6 +46463,9 @@ } }, "21": { + "subsumedPorts": [ + 306 + ], "pins": { "iphy": [ { @@ -45123,6 +46545,9 @@ } }, "54": { + "subsumedPorts": [ + 306 + ], "pins": { "iphy": [ { @@ -45173,6 +46598,9 @@ } }, "55": { + "subsumedPorts": [ + 306 + ], "pins": { "iphy": [ { @@ -45720,6 +47148,9 @@ } }, "39": { + "subsumedPorts": [ + 309 + ], "pins": { "iphy": [ { @@ -46618,6 +48049,9 @@ } }, "39": { + "subsumedPorts": [ + 311 + ], "pins": { "iphy": [ { @@ -47240,6 +48674,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 313 + ], "pins": { "iphy": [ { @@ -47290,6 +48727,9 @@ } }, "21": { + "subsumedPorts": [ + 313 + ], "pins": { "iphy": [ { @@ -47340,6 +48780,11 @@ } }, "22": { + "subsumedPorts": [ + 313, + 314, + 315 + ], "pins": { "iphy": [ { @@ -47432,6 +48877,11 @@ } }, "24": { + "subsumedPorts": [ + 313, + 314, + 315 + ], "pins": { "iphy": [ { @@ -47524,6 +48974,11 @@ } }, "32": { + "subsumedPorts": [ + 313, + 314, + 315 + ], "pins": { "iphy": [ { @@ -47616,6 +49071,11 @@ } }, "38": { + "subsumedPorts": [ + 313, + 314, + 315 + ], "pins": { "iphy": [ { @@ -47708,6 +49168,15 @@ } }, "39": { + "subsumedPorts": [ + 313, + 314, + 315, + 316, + 317, + 319, + 320 + ], "pins": { "iphy": [ { @@ -47913,6 +49382,11 @@ } }, "45": { + "subsumedPorts": [ + 313, + 314, + 315 + ], "pins": { "iphy": [ { @@ -48005,6 +49479,15 @@ } }, "50": { + "subsumedPorts": [ + 313, + 314, + 315, + 316, + 317, + 319, + 320 + ], "pins": { "iphy": [ { @@ -48181,6 +49664,9 @@ } }, "54": { + "subsumedPorts": [ + 313 + ], "pins": { "iphy": [ { @@ -48231,6 +49717,9 @@ } }, "55": { + "subsumedPorts": [ + 313 + ], "pins": { "iphy": [ { @@ -48430,6 +49919,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 315 + ], "pins": { "iphy": [ { @@ -48480,6 +49972,9 @@ } }, "21": { + "subsumedPorts": [ + 315 + ], "pins": { "iphy": [ { @@ -48559,6 +50054,9 @@ } }, "54": { + "subsumedPorts": [ + 315 + ], "pins": { "iphy": [ { @@ -48609,6 +50107,9 @@ } }, "55": { + "subsumedPorts": [ + 315 + ], "pins": { "iphy": [ { @@ -48832,6 +50333,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 317 + ], "pins": { "iphy": [ { @@ -48882,6 +50386,9 @@ } }, "21": { + "subsumedPorts": [ + 317 + ], "pins": { "iphy": [ { @@ -48932,6 +50439,11 @@ } }, "22": { + "subsumedPorts": [ + 317, + 319, + 320 + ], "pins": { "iphy": [ { @@ -49024,6 +50536,11 @@ } }, "24": { + "subsumedPorts": [ + 317, + 319, + 320 + ], "pins": { "iphy": [ { @@ -49116,6 +50633,11 @@ } }, "32": { + "subsumedPorts": [ + 317, + 319, + 320 + ], "pins": { "iphy": [ { @@ -49208,6 +50730,11 @@ } }, "38": { + "subsumedPorts": [ + 317, + 319, + 320 + ], "pins": { "iphy": [ { @@ -49329,6 +50856,11 @@ } }, "45": { + "subsumedPorts": [ + 317, + 319, + 320 + ], "pins": { "iphy": [ { @@ -49421,6 +50953,9 @@ } }, "54": { + "subsumedPorts": [ + 317 + ], "pins": { "iphy": [ { @@ -49471,6 +51006,9 @@ } }, "55": { + "subsumedPorts": [ + 317 + ], "pins": { "iphy": [ { @@ -49670,6 +51208,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 320 + ], "pins": { "iphy": [ { @@ -49720,6 +51261,9 @@ } }, "21": { + "subsumedPorts": [ + 320 + ], "pins": { "iphy": [ { @@ -49799,6 +51343,9 @@ } }, "54": { + "subsumedPorts": [ + 320 + ], "pins": { "iphy": [ { @@ -49849,6 +51396,9 @@ } }, "55": { + "subsumedPorts": [ + 320 + ], "pins": { "iphy": [ { @@ -50120,6 +51670,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 322 + ], "pins": { "iphy": [ { @@ -50170,6 +51723,9 @@ } }, "21": { + "subsumedPorts": [ + 322 + ], "pins": { "iphy": [ { @@ -50220,6 +51776,11 @@ } }, "22": { + "subsumedPorts": [ + 322, + 323, + 324 + ], "pins": { "iphy": [ { @@ -50312,6 +51873,11 @@ } }, "24": { + "subsumedPorts": [ + 322, + 323, + 324 + ], "pins": { "iphy": [ { @@ -50404,6 +51970,11 @@ } }, "32": { + "subsumedPorts": [ + 322, + 323, + 324 + ], "pins": { "iphy": [ { @@ -50496,6 +52067,11 @@ } }, "38": { + "subsumedPorts": [ + 322, + 323, + 324 + ], "pins": { "iphy": [ { @@ -50588,6 +52164,15 @@ } }, "39": { + "subsumedPorts": [ + 322, + 323, + 324, + 325, + 326, + 327, + 328 + ], "pins": { "iphy": [ { @@ -50793,6 +52378,11 @@ } }, "45": { + "subsumedPorts": [ + 322, + 323, + 324 + ], "pins": { "iphy": [ { @@ -50885,6 +52475,15 @@ } }, "50": { + "subsumedPorts": [ + 322, + 323, + 324, + 325, + 326, + 327, + 328 + ], "pins": { "iphy": [ { @@ -51061,6 +52660,9 @@ } }, "54": { + "subsumedPorts": [ + 322 + ], "pins": { "iphy": [ { @@ -51111,6 +52713,9 @@ } }, "55": { + "subsumedPorts": [ + 322 + ], "pins": { "iphy": [ { @@ -51310,6 +52915,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 324 + ], "pins": { "iphy": [ { @@ -51360,6 +52968,9 @@ } }, "21": { + "subsumedPorts": [ + 324 + ], "pins": { "iphy": [ { @@ -51439,6 +53050,9 @@ } }, "54": { + "subsumedPorts": [ + 324 + ], "pins": { "iphy": [ { @@ -51489,6 +53103,9 @@ } }, "55": { + "subsumedPorts": [ + 324 + ], "pins": { "iphy": [ { @@ -51712,6 +53329,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 326 + ], "pins": { "iphy": [ { @@ -51762,6 +53382,9 @@ } }, "21": { + "subsumedPorts": [ + 326 + ], "pins": { "iphy": [ { @@ -51812,6 +53435,11 @@ } }, "22": { + "subsumedPorts": [ + 326, + 327, + 328 + ], "pins": { "iphy": [ { @@ -51904,6 +53532,11 @@ } }, "24": { + "subsumedPorts": [ + 326, + 327, + 328 + ], "pins": { "iphy": [ { @@ -51996,6 +53629,11 @@ } }, "32": { + "subsumedPorts": [ + 326, + 327, + 328 + ], "pins": { "iphy": [ { @@ -52088,6 +53726,11 @@ } }, "38": { + "subsumedPorts": [ + 326, + 327, + 328 + ], "pins": { "iphy": [ { @@ -52209,6 +53852,11 @@ } }, "45": { + "subsumedPorts": [ + 326, + 327, + 328 + ], "pins": { "iphy": [ { @@ -52301,6 +53949,9 @@ } }, "54": { + "subsumedPorts": [ + 326 + ], "pins": { "iphy": [ { @@ -52351,6 +54002,9 @@ } }, "55": { + "subsumedPorts": [ + 326 + ], "pins": { "iphy": [ { @@ -52550,6 +54204,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 328 + ], "pins": { "iphy": [ { @@ -52600,6 +54257,9 @@ } }, "21": { + "subsumedPorts": [ + 328 + ], "pins": { "iphy": [ { @@ -52679,6 +54339,9 @@ } }, "54": { + "subsumedPorts": [ + 328 + ], "pins": { "iphy": [ { @@ -52729,6 +54392,9 @@ } }, "55": { + "subsumedPorts": [ + 328 + ], "pins": { "iphy": [ { @@ -53276,6 +54942,9 @@ } }, "39": { + "subsumedPorts": [ + 331 + ], "pins": { "iphy": [ { @@ -54174,6 +55843,9 @@ } }, "39": { + "subsumedPorts": [ + 333 + ], "pins": { "iphy": [ { @@ -54796,6 +56468,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 335 + ], "pins": { "iphy": [ { @@ -54846,6 +56521,9 @@ } }, "21": { + "subsumedPorts": [ + 335 + ], "pins": { "iphy": [ { @@ -54896,6 +56574,11 @@ } }, "22": { + "subsumedPorts": [ + 335, + 336, + 337 + ], "pins": { "iphy": [ { @@ -54988,6 +56671,11 @@ } }, "24": { + "subsumedPorts": [ + 335, + 336, + 337 + ], "pins": { "iphy": [ { @@ -55080,6 +56768,11 @@ } }, "32": { + "subsumedPorts": [ + 335, + 336, + 337 + ], "pins": { "iphy": [ { @@ -55172,6 +56865,11 @@ } }, "38": { + "subsumedPorts": [ + 335, + 336, + 337 + ], "pins": { "iphy": [ { @@ -55264,6 +56962,15 @@ } }, "39": { + "subsumedPorts": [ + 335, + 336, + 337, + 338, + 339, + 341, + 342 + ], "pins": { "iphy": [ { @@ -55469,6 +57176,11 @@ } }, "45": { + "subsumedPorts": [ + 335, + 336, + 337 + ], "pins": { "iphy": [ { @@ -55561,6 +57273,15 @@ } }, "50": { + "subsumedPorts": [ + 335, + 336, + 337, + 338, + 339, + 341, + 342 + ], "pins": { "iphy": [ { @@ -55737,6 +57458,9 @@ } }, "54": { + "subsumedPorts": [ + 335 + ], "pins": { "iphy": [ { @@ -55787,6 +57511,9 @@ } }, "55": { + "subsumedPorts": [ + 335 + ], "pins": { "iphy": [ { @@ -55986,6 +57713,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 337 + ], "pins": { "iphy": [ { @@ -56036,6 +57766,9 @@ } }, "21": { + "subsumedPorts": [ + 337 + ], "pins": { "iphy": [ { @@ -56115,6 +57848,9 @@ } }, "54": { + "subsumedPorts": [ + 337 + ], "pins": { "iphy": [ { @@ -56165,6 +57901,9 @@ } }, "55": { + "subsumedPorts": [ + 337 + ], "pins": { "iphy": [ { @@ -56388,6 +58127,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 339 + ], "pins": { "iphy": [ { @@ -56438,6 +58180,9 @@ } }, "21": { + "subsumedPorts": [ + 339 + ], "pins": { "iphy": [ { @@ -56488,6 +58233,11 @@ } }, "22": { + "subsumedPorts": [ + 339, + 341, + 342 + ], "pins": { "iphy": [ { @@ -56580,6 +58330,11 @@ } }, "24": { + "subsumedPorts": [ + 339, + 341, + 342 + ], "pins": { "iphy": [ { @@ -56672,6 +58427,11 @@ } }, "32": { + "subsumedPorts": [ + 339, + 341, + 342 + ], "pins": { "iphy": [ { @@ -56764,6 +58524,11 @@ } }, "38": { + "subsumedPorts": [ + 339, + 341, + 342 + ], "pins": { "iphy": [ { @@ -56885,6 +58650,11 @@ } }, "45": { + "subsumedPorts": [ + 339, + 341, + 342 + ], "pins": { "iphy": [ { @@ -56977,6 +58747,9 @@ } }, "54": { + "subsumedPorts": [ + 339 + ], "pins": { "iphy": [ { @@ -57027,6 +58800,9 @@ } }, "55": { + "subsumedPorts": [ + 339 + ], "pins": { "iphy": [ { @@ -57226,6 +59002,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 342 + ], "pins": { "iphy": [ { @@ -57276,6 +59055,9 @@ } }, "21": { + "subsumedPorts": [ + 342 + ], "pins": { "iphy": [ { @@ -57355,6 +59137,9 @@ } }, "54": { + "subsumedPorts": [ + 342 + ], "pins": { "iphy": [ { @@ -57405,6 +59190,9 @@ } }, "55": { + "subsumedPorts": [ + 342 + ], "pins": { "iphy": [ { @@ -57676,6 +59464,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 344 + ], "pins": { "iphy": [ { @@ -57726,6 +59517,9 @@ } }, "21": { + "subsumedPorts": [ + 344 + ], "pins": { "iphy": [ { @@ -57776,6 +59570,11 @@ } }, "22": { + "subsumedPorts": [ + 344, + 345, + 346 + ], "pins": { "iphy": [ { @@ -57868,6 +59667,11 @@ } }, "24": { + "subsumedPorts": [ + 344, + 345, + 346 + ], "pins": { "iphy": [ { @@ -57960,6 +59764,11 @@ } }, "32": { + "subsumedPorts": [ + 344, + 345, + 346 + ], "pins": { "iphy": [ { @@ -58052,6 +59861,11 @@ } }, "38": { + "subsumedPorts": [ + 344, + 345, + 346 + ], "pins": { "iphy": [ { @@ -58144,6 +59958,15 @@ } }, "39": { + "subsumedPorts": [ + 344, + 345, + 346, + 347, + 348, + 349, + 350 + ], "pins": { "iphy": [ { @@ -58349,6 +60172,11 @@ } }, "45": { + "subsumedPorts": [ + 344, + 345, + 346 + ], "pins": { "iphy": [ { @@ -58441,6 +60269,15 @@ } }, "50": { + "subsumedPorts": [ + 344, + 345, + 346, + 347, + 348, + 349, + 350 + ], "pins": { "iphy": [ { @@ -58617,6 +60454,9 @@ } }, "54": { + "subsumedPorts": [ + 344 + ], "pins": { "iphy": [ { @@ -58667,6 +60507,9 @@ } }, "55": { + "subsumedPorts": [ + 344 + ], "pins": { "iphy": [ { @@ -58866,6 +60709,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 346 + ], "pins": { "iphy": [ { @@ -58916,6 +60762,9 @@ } }, "21": { + "subsumedPorts": [ + 346 + ], "pins": { "iphy": [ { @@ -58995,6 +60844,9 @@ } }, "54": { + "subsumedPorts": [ + 346 + ], "pins": { "iphy": [ { @@ -59045,6 +60897,9 @@ } }, "55": { + "subsumedPorts": [ + 346 + ], "pins": { "iphy": [ { @@ -59268,6 +61123,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 348 + ], "pins": { "iphy": [ { @@ -59318,6 +61176,9 @@ } }, "21": { + "subsumedPorts": [ + 348 + ], "pins": { "iphy": [ { @@ -59368,6 +61229,11 @@ } }, "22": { + "subsumedPorts": [ + 348, + 349, + 350 + ], "pins": { "iphy": [ { @@ -59460,6 +61326,11 @@ } }, "24": { + "subsumedPorts": [ + 348, + 349, + 350 + ], "pins": { "iphy": [ { @@ -59552,6 +61423,11 @@ } }, "32": { + "subsumedPorts": [ + 348, + 349, + 350 + ], "pins": { "iphy": [ { @@ -59644,6 +61520,11 @@ } }, "38": { + "subsumedPorts": [ + 348, + 349, + 350 + ], "pins": { "iphy": [ { @@ -59765,6 +61646,11 @@ } }, "45": { + "subsumedPorts": [ + 348, + 349, + 350 + ], "pins": { "iphy": [ { @@ -59857,6 +61743,9 @@ } }, "54": { + "subsumedPorts": [ + 348 + ], "pins": { "iphy": [ { @@ -59907,6 +61796,9 @@ } }, "55": { + "subsumedPorts": [ + 348 + ], "pins": { "iphy": [ { @@ -60106,6 +61998,9 @@ }, "supportedProfiles": { "19": { + "subsumedPorts": [ + 350 + ], "pins": { "iphy": [ { @@ -60156,6 +62051,9 @@ } }, "21": { + "subsumedPorts": [ + 350 + ], "pins": { "iphy": [ { @@ -60235,6 +62133,9 @@ } }, "54": { + "subsumedPorts": [ + 350 + ], "pins": { "iphy": [ { @@ -60285,6 +62186,9 @@ } }, "55": { + "subsumedPorts": [ + 350 + ], "pins": { "iphy": [ { @@ -60537,6 +62441,9 @@ } }, "22": { + "subsumedPorts": [ + 352 + ], "pins": { "iphy": [ { @@ -60629,6 +62536,9 @@ } }, "23": { + "subsumedPorts": [ + 352 + ], "pins": { "iphy": [ { diff --git a/fboss/lib/platform_mapping_v2/generated_platform_mappings/wedge800cact_platform_mapping.json b/fboss/lib/platform_mapping_v2/generated_platform_mappings/wedge800cact_platform_mapping.json index ee185f4abf0b8..226797e31fca5 100644 --- a/fboss/lib/platform_mapping_v2/generated_platform_mappings/wedge800cact_platform_mapping.json +++ b/fboss/lib/platform_mapping_v2/generated_platform_mappings/wedge800cact_platform_mapping.json @@ -3829,7 +3829,7 @@ "mapping": { "id": 8, "name": "eth1/3/4", - "controllingPort": 7, + "controllingPort": 5, "pins": [ { "a": { @@ -4807,7 +4807,7 @@ "mapping": { "id": 10, "name": "eth1/3/6", - "controllingPort": 9, + "controllingPort": 5, "pins": [ { "a": { @@ -4900,7 +4900,7 @@ "mapping": { "id": 11, "name": "eth1/3/7", - "controllingPort": 9, + "controllingPort": 5, "pins": [ { "a": { @@ -5191,7 +5191,7 @@ "mapping": { "id": 12, "name": "eth1/3/8", - "controllingPort": 11, + "controllingPort": 5, "pins": [ { "a": { @@ -7037,7 +7037,7 @@ "mapping": { "id": 16, "name": "eth1/4/4", - "controllingPort": 15, + "controllingPort": 13, "pins": [ { "a": { @@ -8015,7 +8015,7 @@ "mapping": { "id": 18, "name": "eth1/4/6", - "controllingPort": 17, + "controllingPort": 13, "pins": [ { "a": { @@ -8108,7 +8108,7 @@ "mapping": { "id": 19, "name": "eth1/4/7", - "controllingPort": 17, + "controllingPort": 13, "pins": [ { "a": { @@ -8399,7 +8399,7 @@ "mapping": { "id": 20, "name": "eth1/4/8", - "controllingPort": 19, + "controllingPort": 13, "pins": [ { "a": { @@ -12317,7 +12317,7 @@ "mapping": { "id": 28, "name": "eth1/7/4", - "controllingPort": 27, + "controllingPort": 25, "pins": [ { "a": { @@ -13295,7 +13295,7 @@ "mapping": { "id": 30, "name": "eth1/7/6", - "controllingPort": 29, + "controllingPort": 25, "pins": [ { "a": { @@ -13388,7 +13388,7 @@ "mapping": { "id": 31, "name": "eth1/7/7", - "controllingPort": 29, + "controllingPort": 25, "pins": [ { "a": { @@ -13679,7 +13679,7 @@ "mapping": { "id": 32, "name": "eth1/7/8", - "controllingPort": 31, + "controllingPort": 25, "pins": [ { "a": { @@ -15525,7 +15525,7 @@ "mapping": { "id": 36, "name": "eth1/8/4", - "controllingPort": 35, + "controllingPort": 33, "pins": [ { "a": { @@ -16503,7 +16503,7 @@ "mapping": { "id": 38, "name": "eth1/8/6", - "controllingPort": 37, + "controllingPort": 33, "pins": [ { "a": { @@ -16596,7 +16596,7 @@ "mapping": { "id": 39, "name": "eth1/8/7", - "controllingPort": 37, + "controllingPort": 33, "pins": [ { "a": { @@ -16887,7 +16887,7 @@ "mapping": { "id": 40, "name": "eth1/8/8", - "controllingPort": 39, + "controllingPort": 33, "pins": [ { "a": { @@ -20805,7 +20805,7 @@ "mapping": { "id": 48, "name": "eth1/11/4", - "controllingPort": 47, + "controllingPort": 45, "pins": [ { "a": { @@ -21783,7 +21783,7 @@ "mapping": { "id": 50, "name": "eth1/11/6", - "controllingPort": 49, + "controllingPort": 45, "pins": [ { "a": { @@ -21876,7 +21876,7 @@ "mapping": { "id": 51, "name": "eth1/11/7", - "controllingPort": 49, + "controllingPort": 45, "pins": [ { "a": { @@ -22167,7 +22167,7 @@ "mapping": { "id": 52, "name": "eth1/11/8", - "controllingPort": 51, + "controllingPort": 45, "pins": [ { "a": { @@ -24013,7 +24013,7 @@ "mapping": { "id": 56, "name": "eth1/12/4", - "controllingPort": 55, + "controllingPort": 53, "pins": [ { "a": { @@ -24991,7 +24991,7 @@ "mapping": { "id": 58, "name": "eth1/12/6", - "controllingPort": 57, + "controllingPort": 53, "pins": [ { "a": { @@ -25084,7 +25084,7 @@ "mapping": { "id": 59, "name": "eth1/12/7", - "controllingPort": 57, + "controllingPort": 53, "pins": [ { "a": { @@ -25375,7 +25375,7 @@ "mapping": { "id": 60, "name": "eth1/12/8", - "controllingPort": 59, + "controllingPort": 53, "pins": [ { "a": { @@ -29293,7 +29293,7 @@ "mapping": { "id": 68, "name": "eth1/15/4", - "controllingPort": 67, + "controllingPort": 65, "pins": [ { "a": { @@ -30271,7 +30271,7 @@ "mapping": { "id": 70, "name": "eth1/15/6", - "controllingPort": 69, + "controllingPort": 65, "pins": [ { "a": { @@ -30364,7 +30364,7 @@ "mapping": { "id": 71, "name": "eth1/15/7", - "controllingPort": 69, + "controllingPort": 65, "pins": [ { "a": { @@ -30655,7 +30655,7 @@ "mapping": { "id": 72, "name": "eth1/15/8", - "controllingPort": 71, + "controllingPort": 65, "pins": [ { "a": { @@ -32501,7 +32501,7 @@ "mapping": { "id": 76, "name": "eth1/16/4", - "controllingPort": 75, + "controllingPort": 73, "pins": [ { "a": { @@ -33479,7 +33479,7 @@ "mapping": { "id": 78, "name": "eth1/16/6", - "controllingPort": 77, + "controllingPort": 73, "pins": [ { "a": { @@ -33572,7 +33572,7 @@ "mapping": { "id": 79, "name": "eth1/16/7", - "controllingPort": 77, + "controllingPort": 73, "pins": [ { "a": { @@ -33863,7 +33863,7 @@ "mapping": { "id": 80, "name": "eth1/16/8", - "controllingPort": 79, + "controllingPort": 73, "pins": [ { "a": { @@ -37781,7 +37781,7 @@ "mapping": { "id": 88, "name": "eth1/19/4", - "controllingPort": 87, + "controllingPort": 85, "pins": [ { "a": { @@ -38759,7 +38759,7 @@ "mapping": { "id": 90, "name": "eth1/19/6", - "controllingPort": 89, + "controllingPort": 85, "pins": [ { "a": { @@ -38852,7 +38852,7 @@ "mapping": { "id": 91, "name": "eth1/19/7", - "controllingPort": 89, + "controllingPort": 85, "pins": [ { "a": { @@ -39143,7 +39143,7 @@ "mapping": { "id": 92, "name": "eth1/19/8", - "controllingPort": 91, + "controllingPort": 85, "pins": [ { "a": { @@ -40989,7 +40989,7 @@ "mapping": { "id": 96, "name": "eth1/20/4", - "controllingPort": 95, + "controllingPort": 93, "pins": [ { "a": { @@ -41967,7 +41967,7 @@ "mapping": { "id": 98, "name": "eth1/20/6", - "controllingPort": 97, + "controllingPort": 93, "pins": [ { "a": { @@ -42060,7 +42060,7 @@ "mapping": { "id": 99, "name": "eth1/20/7", - "controllingPort": 97, + "controllingPort": 93, "pins": [ { "a": { @@ -42351,7 +42351,7 @@ "mapping": { "id": 100, "name": "eth1/20/8", - "controllingPort": 99, + "controllingPort": 93, "pins": [ { "a": { @@ -46269,7 +46269,7 @@ "mapping": { "id": 108, "name": "eth1/23/4", - "controllingPort": 107, + "controllingPort": 105, "pins": [ { "a": { @@ -47247,7 +47247,7 @@ "mapping": { "id": 110, "name": "eth1/23/6", - "controllingPort": 109, + "controllingPort": 105, "pins": [ { "a": { @@ -47340,7 +47340,7 @@ "mapping": { "id": 111, "name": "eth1/23/7", - "controllingPort": 109, + "controllingPort": 105, "pins": [ { "a": { @@ -47631,7 +47631,7 @@ "mapping": { "id": 112, "name": "eth1/23/8", - "controllingPort": 111, + "controllingPort": 105, "pins": [ { "a": { @@ -49477,7 +49477,7 @@ "mapping": { "id": 116, "name": "eth1/24/4", - "controllingPort": 115, + "controllingPort": 113, "pins": [ { "a": { @@ -50455,7 +50455,7 @@ "mapping": { "id": 118, "name": "eth1/24/6", - "controllingPort": 117, + "controllingPort": 113, "pins": [ { "a": { @@ -50548,7 +50548,7 @@ "mapping": { "id": 119, "name": "eth1/24/7", - "controllingPort": 117, + "controllingPort": 113, "pins": [ { "a": { @@ -50839,7 +50839,7 @@ "mapping": { "id": 120, "name": "eth1/24/8", - "controllingPort": 119, + "controllingPort": 113, "pins": [ { "a": { @@ -54757,7 +54757,7 @@ "mapping": { "id": 128, "name": "eth1/27/4", - "controllingPort": 127, + "controllingPort": 125, "pins": [ { "a": { @@ -55735,7 +55735,7 @@ "mapping": { "id": 130, "name": "eth1/27/6", - "controllingPort": 129, + "controllingPort": 125, "pins": [ { "a": { @@ -55828,7 +55828,7 @@ "mapping": { "id": 131, "name": "eth1/27/7", - "controllingPort": 129, + "controllingPort": 125, "pins": [ { "a": { @@ -56119,7 +56119,7 @@ "mapping": { "id": 132, "name": "eth1/27/8", - "controllingPort": 131, + "controllingPort": 125, "pins": [ { "a": { @@ -57965,7 +57965,7 @@ "mapping": { "id": 136, "name": "eth1/28/4", - "controllingPort": 135, + "controllingPort": 133, "pins": [ { "a": { @@ -58943,7 +58943,7 @@ "mapping": { "id": 138, "name": "eth1/28/6", - "controllingPort": 137, + "controllingPort": 133, "pins": [ { "a": { @@ -59036,7 +59036,7 @@ "mapping": { "id": 139, "name": "eth1/28/7", - "controllingPort": 137, + "controllingPort": 133, "pins": [ { "a": { @@ -59327,7 +59327,7 @@ "mapping": { "id": 140, "name": "eth1/28/8", - "controllingPort": 139, + "controllingPort": 133, "pins": [ { "a": { @@ -63245,7 +63245,7 @@ "mapping": { "id": 148, "name": "eth1/31/4", - "controllingPort": 147, + "controllingPort": 145, "pins": [ { "a": { @@ -64223,7 +64223,7 @@ "mapping": { "id": 150, "name": "eth1/31/6", - "controllingPort": 149, + "controllingPort": 145, "pins": [ { "a": { @@ -64316,7 +64316,7 @@ "mapping": { "id": 151, "name": "eth1/31/7", - "controllingPort": 149, + "controllingPort": 145, "pins": [ { "a": { @@ -64607,7 +64607,7 @@ "mapping": { "id": 152, "name": "eth1/31/8", - "controllingPort": 151, + "controllingPort": 145, "pins": [ { "a": { @@ -66453,7 +66453,7 @@ "mapping": { "id": 156, "name": "eth1/32/4", - "controllingPort": 155, + "controllingPort": 153, "pins": [ { "a": { @@ -67431,7 +67431,7 @@ "mapping": { "id": 158, "name": "eth1/32/6", - "controllingPort": 157, + "controllingPort": 153, "pins": [ { "a": { @@ -67524,7 +67524,7 @@ "mapping": { "id": 159, "name": "eth1/32/7", - "controllingPort": 157, + "controllingPort": 153, "pins": [ { "a": { @@ -67815,7 +67815,7 @@ "mapping": { "id": 160, "name": "eth1/32/8", - "controllingPort": 159, + "controllingPort": 153, "pins": [ { "a": { diff --git a/fboss/lib/platform_mapping_v2/platform_mapping_config.thrift b/fboss/lib/platform_mapping_v2/platform_mapping_config.thrift index debf6ac581cbc..1e8253b6c73e3 100644 --- a/fboss/lib/platform_mapping_v2/platform_mapping_config.thrift +++ b/fboss/lib/platform_mapping_v2/platform_mapping_config.thrift @@ -34,6 +34,7 @@ enum CoreType { J3_EVT = 7, // J3 Eventor Port CHENAB_NIF = 8, TH6_NIF = 9, // TH6 + Q4D_NIF = 10, // Q4D // Transceivers OSFP = 100, diff --git a/fboss/lib/platform_mapping_v2/platform_mapping_v2.py b/fboss/lib/platform_mapping_v2/platform_mapping_v2.py index 4df414a776ba3..56d440b7195e6 100644 --- a/fboss/lib/platform_mapping_v2/platform_mapping_v2.py +++ b/fboss/lib/platform_mapping_v2/platform_mapping_v2.py @@ -477,10 +477,9 @@ def _generate_ports( # other port uses its iphy pins, then the former port needs to be a # subsumed port controlled by the later port for port_id, port_entry in ports.items(): - # Skip controlling port computation if explicit controlling_port was set in CSV + # Check if explicit controlling_port was set in CSV port_detail = self.pm_parser.get_port_profile_mapping().get_ports()[port_id] - if port_detail.controlling_port is not None: - continue + has_explicit_controlling_port = port_detail.controlling_port is not None for port_config in port_entry.supportedProfiles.values(): if port_entry.mapping.portType != PortType.HYPER_PORT: @@ -510,7 +509,9 @@ def _generate_ports( other_port_config.subsumedPorts = [] if port_id not in other_port_config.subsumedPorts: other_port_config.subsumedPorts.append(port_id) - port_entry.mapping.controllingPort = other_port_id + # Only set controllingPort if not explicitly set in CSV + if not has_explicit_controlling_port: + port_entry.mapping.controllingPort = other_port_id elif port_entry.mapping.portType == PortType.HYPER_PORT: for other_port_id, other_port_entry in ports.items(): diff --git a/fboss/lib/platform_mapping_v2/platforms/icetea800bc/icetea800bc_port_profile_mapping.csv b/fboss/lib/platform_mapping_v2/platforms/icetea800bc/icetea800bc_port_profile_mapping.csv index 22616c847457f..ef94ddaf29df0 100644 --- a/fboss/lib/platform_mapping_v2/platforms/icetea800bc/icetea800bc_port_profile_mapping.csv +++ b/fboss/lib/platform_mapping_v2/platforms/icetea800bc/icetea800bc_port_profile_mapping.csv @@ -256,67 +256,259 @@ Global_PortID,Logical_PortID,Port_Name,Supported_Port_Profiles,Attached_CoreID,A 255,255,eth1/32/7,53-47-51,,,,0,0 256,256,eth1/32/8,53-47,,,,0,0 257,257,eth1/33/1,23,,,,4,0 -258,258,eth1/34/1,57,,,,0,0 -259,259,eth1/34/5,57,,,,0,0 -260,260,eth1/35/1,57,,,,0,0 -261,261,eth1/35/5,57,,,,0,0 -262,262,eth1/36/1,57,,,,0,0 -263,263,eth1/36/5,57,,,,0,0 -264,264,eth1/37/1,57,,,,0,0 -265,265,eth1/37/5,57,,,,0,0 -266,266,eth1/38/1,57,,,,0,0 -267,267,eth1/38/5,57,,,,0,0 -268,268,eth1/39/1,57,,,,0,0 -269,269,eth1/39/5,57,,,,0,0 -270,270,eth1/40/1,57,,,,0,0 -271,271,eth1/40/5,57,,,,0,0 -272,272,eth1/41/1,57,,,,0,0 -273,273,eth1/41/5,57,,,,0,0 -274,274,eth1/42/1,57,,,,0,0 -275,275,eth1/42/5,57,,,,0,0 -276,276,eth1/43/1,57,,,,0,0 -277,277,eth1/43/5,57,,,,0,0 -278,278,eth1/44/1,57,,,,0,0 -279,279,eth1/44/5,57,,,,0,0 -280,280,eth1/45/1,57,,,,0,0 -281,281,eth1/45/5,57,,,,0,0 -282,282,eth1/46/1,57,,,,0,0 -283,283,eth1/46/5,57,,,,0,0 -284,284,eth1/47/1,57,,,,0,0 -285,285,eth1/47/5,57,,,,0,0 -286,286,eth1/48/1,57,,,,0,0 -287,287,eth1/48/5,57,,,,0,0 -288,288,eth1/49/1,57,,,,0,0 -289,289,eth1/49/5,57,,,,0,0 -290,290,eth1/50/1,57,,,,0,0 -291,291,eth1/50/5,57,,,,0,0 -292,292,eth1/51/1,57,,,,0,0 -293,293,eth1/51/5,57,,,,0,0 -294,294,eth1/52/1,57,,,,0,0 -295,295,eth1/52/5,57,,,,0,0 -296,296,eth1/53/1,57,,,,0,0 -297,297,eth1/53/5,57,,,,0,0 -298,298,eth1/54/1,57,,,,0,0 -299,299,eth1/54/5,57,,,,0,0 -300,300,eth1/55/1,57,,,,0,0 -301,301,eth1/55/5,57,,,,0,0 -302,302,eth1/56/1,57,,,,0,0 -303,303,eth1/56/5,57,,,,0,0 -304,304,eth1/57/1,57,,,,0,0 -305,305,eth1/57/5,57,,,,0,0 -306,306,eth1/58/1,57,,,,0,0 -307,307,eth1/58/5,57,,,,0,0 -308,308,eth1/59/1,57,,,,0,0 -309,309,eth1/59/5,57,,,,0,0 -310,310,eth1/60/1,57,,,,0,0 -311,311,eth1/60/5,57,,,,0,0 -312,312,eth1/61/1,57,,,,0,0 -313,313,eth1/61/5,57,,,,0,0 -314,314,eth1/62/1,57,,,,0,0 -315,315,eth1/62/5,57,,,,0,0 -316,316,eth1/63/1,57,,,,0,0 -317,317,eth1/63/5,57,,,,0,0 -318,318,eth1/64/1,57,,,,0,0 -319,319,eth1/64/5,57,,,,0,0 -320,320,eth1/65/1,57,,,,0,0 -321,321,eth1/65/5,57,,,,0,0 +258,258,eth1/34/1,57-58-59,,,,0,0 +259,259,eth1/34/2,59,,,,0,0 +260,260,eth1/34/3,58-59,,,,0,0 +261,261,eth1/34/4,59,,,,0,0 +262,262,eth1/34/5,57-58-59,,,,0,0 +263,263,eth1/34/6,59,,,,0,0 +264,264,eth1/34/7,58-59,,,,0,0 +265,265,eth1/34/8,59,,,,0,0 +266,266,eth1/35/1,57-58-59,,,,0,0 +267,267,eth1/35/2,59,,,,0,0 +268,268,eth1/35/3,58-59,,,,0,0 +269,269,eth1/35/4,59,,,,0,0 +270,270,eth1/35/5,57-58-59,,,,0,0 +271,271,eth1/35/6,59,,,,0,0 +272,272,eth1/35/7,58-59,,,,0,0 +273,273,eth1/35/8,59,,,,0,0 +274,274,eth1/36/1,57-58-59,,,,0,0 +275,275,eth1/36/2,59,,,,0,0 +276,276,eth1/36/3,58-59,,,,0,0 +277,277,eth1/36/4,59,,,,0,0 +278,278,eth1/36/5,57-58-59,,,,0,0 +279,279,eth1/36/6,59,,,,0,0 +280,280,eth1/36/7,58-59,,,,0,0 +281,281,eth1/36/8,59,,,,0,0 +282,282,eth1/37/1,57-58-59,,,,0,0 +283,283,eth1/37/2,59,,,,0,0 +284,284,eth1/37/3,58-59,,,,0,0 +285,285,eth1/37/4,59,,,,0,0 +286,286,eth1/37/5,57-58-59,,,,0,0 +287,287,eth1/37/6,59,,,,0,0 +288,288,eth1/37/7,58-59,,,,0,0 +289,289,eth1/37/8,59,,,,0,0 +290,290,eth1/38/1,57-58-59,,,,0,0 +291,291,eth1/38/2,59,,,,0,0 +292,292,eth1/38/3,58-59,,,,0,0 +293,293,eth1/38/4,59,,,,0,0 +294,294,eth1/38/5,57-58-59,,,,0,0 +295,295,eth1/38/6,59,,,,0,0 +296,296,eth1/38/7,58-59,,,,0,0 +297,297,eth1/38/8,59,,,,0,0 +298,298,eth1/39/1,57-58-59,,,,0,0 +299,299,eth1/39/2,59,,,,0,0 +300,300,eth1/39/3,58-59,,,,0,0 +301,301,eth1/39/4,59,,,,0,0 +302,302,eth1/39/5,57-58-59,,,,0,0 +303,303,eth1/39/6,59,,,,0,0 +304,304,eth1/39/7,58-59,,,,0,0 +305,305,eth1/39/8,59,,,,0,0 +306,306,eth1/40/1,57-58-59,,,,0,0 +307,307,eth1/40/2,59,,,,0,0 +308,308,eth1/40/3,58-59,,,,0,0 +309,309,eth1/40/4,59,,,,0,0 +310,310,eth1/40/5,57-58-59,,,,0,0 +311,311,eth1/40/6,59,,,,0,0 +312,312,eth1/40/7,58-59,,,,0,0 +313,313,eth1/40/8,59,,,,0,0 +314,314,eth1/41/1,57-58-59,,,,0,0 +315,315,eth1/41/2,59,,,,0,0 +316,316,eth1/41/3,58-59,,,,0,0 +317,317,eth1/41/4,59,,,,0,0 +318,318,eth1/41/5,57-58-59,,,,0,0 +319,319,eth1/41/6,59,,,,0,0 +320,320,eth1/41/7,58-59,,,,0,0 +321,321,eth1/41/8,59,,,,0,0 +322,322,eth1/42/1,57-58-59,,,,0,0 +323,323,eth1/42/2,59,,,,0,0 +324,324,eth1/42/3,58-59,,,,0,0 +325,325,eth1/42/4,59,,,,0,0 +326,326,eth1/42/5,57-58-59,,,,0,0 +327,327,eth1/42/6,59,,,,0,0 +328,328,eth1/42/7,58-59,,,,0,0 +329,329,eth1/42/8,59,,,,0,0 +330,330,eth1/43/1,57-58-59,,,,0,0 +331,331,eth1/43/2,59,,,,0,0 +332,332,eth1/43/3,58-59,,,,0,0 +333,333,eth1/43/4,59,,,,0,0 +334,334,eth1/43/5,57-58-59,,,,0,0 +335,335,eth1/43/6,59,,,,0,0 +336,336,eth1/43/7,58-59,,,,0,0 +337,337,eth1/43/8,59,,,,0,0 +338,338,eth1/44/1,57-58-59,,,,0,0 +339,339,eth1/44/2,59,,,,0,0 +340,340,eth1/44/3,58-59,,,,0,0 +341,341,eth1/44/4,59,,,,0,0 +342,342,eth1/44/5,57-58-59,,,,0,0 +343,343,eth1/44/6,59,,,,0,0 +344,344,eth1/44/7,58-59,,,,0,0 +345,345,eth1/44/8,59,,,,0,0 +346,346,eth1/45/1,57-58-59,,,,0,0 +347,347,eth1/45/2,59,,,,0,0 +348,348,eth1/45/3,58-59,,,,0,0 +349,349,eth1/45/4,59,,,,0,0 +350,350,eth1/45/5,57-58-59,,,,0,0 +351,351,eth1/45/6,59,,,,0,0 +352,352,eth1/45/7,58-59,,,,0,0 +353,353,eth1/45/8,59,,,,0,0 +354,354,eth1/46/1,57-58-59,,,,0,0 +355,355,eth1/46/2,59,,,,0,0 +356,356,eth1/46/3,58-59,,,,0,0 +357,357,eth1/46/4,59,,,,0,0 +358,358,eth1/46/5,57-58-59,,,,0,0 +359,359,eth1/46/6,59,,,,0,0 +360,360,eth1/46/7,58-59,,,,0,0 +361,361,eth1/46/8,59,,,,0,0 +362,362,eth1/47/1,57-58-59,,,,0,0 +363,363,eth1/47/2,59,,,,0,0 +364,364,eth1/47/3,58-59,,,,0,0 +365,365,eth1/47/4,59,,,,0,0 +366,366,eth1/47/5,57-58-59,,,,0,0 +367,367,eth1/47/6,59,,,,0,0 +368,368,eth1/47/7,58-59,,,,0,0 +369,369,eth1/47/8,59,,,,0,0 +370,370,eth1/48/1,57-58-59,,,,0,0 +371,371,eth1/48/2,59,,,,0,0 +372,372,eth1/48/3,58-59,,,,0,0 +373,373,eth1/48/4,59,,,,0,0 +374,374,eth1/48/5,57-58-59,,,,0,0 +375,375,eth1/48/6,59,,,,0,0 +376,376,eth1/48/7,58-59,,,,0,0 +377,377,eth1/48/8,59,,,,0,0 +378,378,eth1/49/1,57-58-59,,,,0,0 +379,379,eth1/49/2,59,,,,0,0 +380,380,eth1/49/3,58-59,,,,0,0 +381,381,eth1/49/4,59,,,,0,0 +382,382,eth1/49/5,57-58-59,,,,0,0 +383,383,eth1/49/6,59,,,,0,0 +384,384,eth1/49/7,58-59,,,,0,0 +385,385,eth1/49/8,59,,,,0,0 +386,386,eth1/50/1,57-58-59,,,,0,0 +387,387,eth1/50/2,59,,,,0,0 +388,388,eth1/50/3,58-59,,,,0,0 +389,389,eth1/50/4,59,,,,0,0 +390,390,eth1/50/5,57-58-59,,,,0,0 +391,391,eth1/50/6,59,,,,0,0 +392,392,eth1/50/7,58-59,,,,0,0 +393,393,eth1/50/8,59,,,,0,0 +394,394,eth1/51/1,57-58-59,,,,0,0 +395,395,eth1/51/2,59,,,,0,0 +396,396,eth1/51/3,58-59,,,,0,0 +397,397,eth1/51/4,59,,,,0,0 +398,398,eth1/51/5,57-58-59,,,,0,0 +399,399,eth1/51/6,59,,,,0,0 +400,400,eth1/51/7,58-59,,,,0,0 +401,401,eth1/51/8,59,,,,0,0 +402,402,eth1/52/1,57-58-59,,,,0,0 +403,403,eth1/52/2,59,,,,0,0 +404,404,eth1/52/3,58-59,,,,0,0 +405,405,eth1/52/4,59,,,,0,0 +406,406,eth1/52/5,57-58-59,,,,0,0 +407,407,eth1/52/6,59,,,,0,0 +408,408,eth1/52/7,58-59,,,,0,0 +409,409,eth1/52/8,59,,,,0,0 +410,410,eth1/53/1,57-58-59,,,,0,0 +411,411,eth1/53/2,59,,,,0,0 +412,412,eth1/53/3,58-59,,,,0,0 +413,413,eth1/53/4,59,,,,0,0 +414,414,eth1/53/5,57-58-59,,,,0,0 +415,415,eth1/53/6,59,,,,0,0 +416,416,eth1/53/7,58-59,,,,0,0 +417,417,eth1/53/8,59,,,,0,0 +418,418,eth1/54/1,57-58-59,,,,0,0 +419,419,eth1/54/2,59,,,,0,0 +420,420,eth1/54/3,58-59,,,,0,0 +421,421,eth1/54/4,59,,,,0,0 +422,422,eth1/54/5,57-58-59,,,,0,0 +423,423,eth1/54/6,59,,,,0,0 +424,424,eth1/54/7,58-59,,,,0,0 +425,425,eth1/54/8,59,,,,0,0 +426,426,eth1/55/1,57-58-59,,,,0,0 +427,427,eth1/55/2,59,,,,0,0 +428,428,eth1/55/3,58-59,,,,0,0 +429,429,eth1/55/4,59,,,,0,0 +430,430,eth1/55/5,57-58-59,,,,0,0 +431,431,eth1/55/6,59,,,,0,0 +432,432,eth1/55/7,58-59,,,,0,0 +433,433,eth1/55/8,59,,,,0,0 +434,434,eth1/56/1,57-58-59,,,,0,0 +435,435,eth1/56/2,59,,,,0,0 +436,436,eth1/56/3,58-59,,,,0,0 +437,437,eth1/56/4,59,,,,0,0 +438,438,eth1/56/5,57-58-59,,,,0,0 +439,439,eth1/56/6,59,,,,0,0 +440,440,eth1/56/7,58-59,,,,0,0 +441,441,eth1/56/8,59,,,,0,0 +442,442,eth1/57/1,57-58-59,,,,0,0 +443,443,eth1/57/2,59,,,,0,0 +444,444,eth1/57/3,58-59,,,,0,0 +445,445,eth1/57/4,59,,,,0,0 +446,446,eth1/57/5,57-58-59,,,,0,0 +447,447,eth1/57/6,59,,,,0,0 +448,448,eth1/57/7,58-59,,,,0,0 +449,449,eth1/57/8,59,,,,0,0 +450,450,eth1/58/1,57-58-59,,,,0,0 +451,451,eth1/58/2,59,,,,0,0 +452,452,eth1/58/3,58-59,,,,0,0 +453,453,eth1/58/4,59,,,,0,0 +454,454,eth1/58/5,57-58-59,,,,0,0 +455,455,eth1/58/6,59,,,,0,0 +456,456,eth1/58/7,58-59,,,,0,0 +457,457,eth1/58/8,59,,,,0,0 +458,458,eth1/59/1,57-58-59,,,,0,0 +459,459,eth1/59/2,59,,,,0,0 +460,460,eth1/59/3,58-59,,,,0,0 +461,461,eth1/59/4,59,,,,0,0 +462,462,eth1/59/5,57-58-59,,,,0,0 +463,463,eth1/59/6,59,,,,0,0 +464,464,eth1/59/7,58-59,,,,0,0 +465,465,eth1/59/8,59,,,,0,0 +466,466,eth1/60/1,57-58-59,,,,0,0 +467,467,eth1/60/2,59,,,,0,0 +468,468,eth1/60/3,58-59,,,,0,0 +469,469,eth1/60/4,59,,,,0,0 +470,470,eth1/60/5,57-58-59,,,,0,0 +471,471,eth1/60/6,59,,,,0,0 +472,472,eth1/60/7,58-59,,,,0,0 +473,473,eth1/60/8,59,,,,0,0 +474,474,eth1/61/1,57-58-59,,,,0,0 +475,475,eth1/61/2,59,,,,0,0 +476,476,eth1/61/3,58-59,,,,0,0 +477,477,eth1/61/4,59,,,,0,0 +478,478,eth1/61/5,57-58-59,,,,0,0 +479,479,eth1/61/6,59,,,,0,0 +480,480,eth1/61/7,58-59,,,,0,0 +481,481,eth1/61/8,59,,,,0,0 +482,482,eth1/62/1,57-58-59,,,,0,0 +483,483,eth1/62/2,59,,,,0,0 +484,484,eth1/62/3,58-59,,,,0,0 +485,485,eth1/62/4,59,,,,0,0 +486,486,eth1/62/5,57-58-59,,,,0,0 +487,487,eth1/62/6,59,,,,0,0 +488,488,eth1/62/7,58-59,,,,0,0 +489,489,eth1/62/8,59,,,,0,0 +490,490,eth1/63/1,57-58-59,,,,0,0 +491,491,eth1/63/2,59,,,,0,0 +492,492,eth1/63/3,58-59,,,,0,0 +493,493,eth1/63/4,59,,,,0,0 +494,494,eth1/63/5,57-58-59,,,,0,0 +495,495,eth1/63/6,59,,,,0,0 +496,496,eth1/63/7,58-59,,,,0,0 +497,497,eth1/63/8,59,,,,0,0 +498,498,eth1/64/1,57-58-59,,,,0,0 +499,499,eth1/64/2,59,,,,0,0 +500,500,eth1/64/3,58-59,,,,0,0 +501,501,eth1/64/4,59,,,,0,0 +502,502,eth1/64/5,57-58-59,,,,0,0 +503,503,eth1/64/6,59,,,,0,0 +504,504,eth1/64/7,58-59,,,,0,0 +505,505,eth1/64/8,59,,,,0,0 +506,506,eth1/65/1,57-58-59,,,,0,0 +507,507,eth1/65/2,59,,,,0,0 +508,508,eth1/65/3,58-59,,,,0,0 +509,509,eth1/65/4,59,,,,0,0 +510,510,eth1/65/5,57-58-59,,,,0,0 +511,511,eth1/65/6,59,,,,0,0 +512,512,eth1/65/7,58-59,,,,0,0 +513,513,eth1/65/8,59,,,,0,0 diff --git a/fboss/lib/platform_mapping_v2/platforms/icetea800bc/icetea800bc_profile_settings.csv b/fboss/lib/platform_mapping_v2/platforms/icetea800bc/icetea800bc_profile_settings.csv index 9816d0613c037..46990f1f72593 100644 --- a/fboss/lib/platform_mapping_v2/platforms/icetea800bc/icetea800bc_profile_settings.csv +++ b/fboss/lib/platform_mapping_v2/platforms/icetea800bc/icetea800bc_profile_settings.csv @@ -4,8 +4,9 @@ Port_Speed(mbps),A_CHIP_TYPE,Z_CHIP_TYPE,NUM_LANES,Modulation,A_FEC,Z_FEC,MEDIA_ 400000,NPU,TRANSCEIVER,2,PAM4,RS544_2N,,OPTICAL,KR4, 800000,NPU,TRANSCEIVER,4,PAM4,RS544_2N,,OPTICAL,KR8, 800000,NPU,BACKPLANE,8,PAM4,RS544_2N,,BACKPLANE,KR8, -800000,NPU,BACKPLANE,4,PAM4,RS544_2N,,BACKPLANE,KR8, -400000,NPU,BACKPLANE,2,PAM4,RS544_2N,,BACKPLANE,KR8, +800000,NPU,BACKPLANE,4,PAM4,RS544_2N,,BACKPLANE,KR4, +400000,NPU,BACKPLANE,2,PAM4,RS544_2N,,BACKPLANE,KR2, +200000,NPU,BACKPLANE,1,PAM4,RS544_2N,,BACKPLANE,KR, 100000,NPU,TRANSCEIVER,4,NRZ,RS528,,COPPER,CR4, 100000,NPU,TRANSCEIVER,4,NRZ,RS528,,OPTICAL,SR4, 200000,NPU,TRANSCEIVER,4,PAM4,RS544_2N,,BACKPLANE,KR4, diff --git a/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_port_profile_mapping.csv b/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_port_profile_mapping.csv new file mode 100644 index 0000000000000..8e838932b5a4c --- /dev/null +++ b/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_port_profile_mapping.csv @@ -0,0 +1,258 @@ +Global_PortID,Logical_PortID,Port_Name,Supported_Port_Profiles,Attached_CoreID,Attached_Core_PortID,Virtual_Device_ID,Port_Type,Scope +1,1,eth1/2/1,22-23-24-25-38-39-45-47-50,,,,0,0 +2,2,eth1/2/3,47,,,,0,0 +3,3,eth1/2/5,22-23-24-25-38-45-47,,,,0,0 +4,4,eth1/2/7,47,,,,0,0 +5,5,eth1/1/1,22-23-24-25-38-39-45-47-50,,,,0,0 +6,6,eth1/1/3,47,,,,0,0 +7,7,eth1/1/5,22-23-24-25-38-45-47,,,,0,0 +8,8,eth1/1/7,47,,,,0,0 +9,9,eth1/3/1,22-23-24-25-38-39-45-47-50,,,,0,0 +10,10,eth1/3/3,47,,,,0,0 +11,11,eth1/3/5,22-23-24-25-38-45-47,,,,0,0 +12,12,eth1/3/7,47,,,,0,0 +13,13,eth1/4/1,22-23-24-25-38-39-45-47-50,,,,0,0 +14,14,eth1/4/3,47,,,,0,0 +15,15,eth1/4/5,22-23-24-25-38-45-47,,,,0,0 +16,16,eth1/4/7,47,,,,0,0 +17,17,eth1/6/1,22-23-24-25-38-39-45-47-50,,,,0,0 +18,18,eth1/6/3,47,,,,0,0 +19,19,eth1/6/5,22-23-24-25-38-45-47,,,,0,0 +20,20,eth1/6/7,47,,,,0,0 +21,21,eth1/5/1,22-23-24-25-38-39-45-47-50,,,,0,0 +22,22,eth1/5/3,47,,,,0,0 +23,23,eth1/5/5,22-23-24-25-38-45-47,,,,0,0 +24,24,eth1/5/7,47,,,,0,0 +25,25,eth1/7/1,22-23-24-25-38-39-45-47-50,,,,0,0 +26,26,eth1/7/3,47,,,,0,0 +27,27,eth1/7/5,22-23-24-25-38-45-47,,,,0,0 +28,28,eth1/7/7,47,,,,0,0 +29,29,eth1/8/1,22-23-24-25-38-39-45-47-50,,,,0,0 +30,30,eth1/8/3,47,,,,0,0 +31,31,eth1/8/5,22-23-24-25-38-45-47,,,,0,0 +32,32,eth1/8/7,47,,,,0,0 +33,33,eth1/10/1,22-23-24-25-38-39-45-47-50,,,,0,0 +34,34,eth1/10/3,47,,,,0,0 +35,35,eth1/10/5,22-23-24-25-38-45-47,,,,0,0 +36,36,eth1/10/7,47,,,,0,0 +37,37,eth1/9/1,22-23-24-25-38-39-45-47-50,,,,0,0 +38,38,eth1/9/3,47,,,,0,0 +39,39,eth1/9/5,22-23-24-25-38-45-47,,,,0,0 +40,40,eth1/9/7,47,,,,0,0 +41,41,eth1/11/1,22-23-24-25-38-39-45-47-50,,,,0,0 +42,42,eth1/11/3,47,,,,0,0 +43,43,eth1/11/5,22-23-24-25-38-45-47,,,,0,0 +44,44,eth1/11/7,47,,,,0,0 +45,45,eth1/12/1,22-23-24-25-38-39-45-47-50,,,,0,0 +46,46,eth1/12/3,47,,,,0,0 +47,47,eth1/12/5,22-23-24-25-38-45-47,,,,0,0 +48,48,eth1/12/7,47,,,,0,0 +49,49,eth1/14/1,22-23-24-25-38-39-45-47-50,,,,0,0 +50,50,eth1/14/3,47,,,,0,0 +51,51,eth1/14/5,22-23-24-25-38-45-47,,,,0,0 +52,52,eth1/14/7,47,,,,0,0 +53,53,eth1/13/1,22-23-24-25-38-39-45-47-50,,,,0,0 +54,54,eth1/13/3,47,,,,0,0 +55,55,eth1/13/5,22-23-24-25-38-45-47,,,,0,0 +56,56,eth1/13/7,47,,,,0,0 +57,57,eth1/15/1,22-23-24-25-38-39-45-47-50,,,,0,0 +58,58,eth1/15/3,47,,,,0,0 +59,59,eth1/15/5,22-23-24-25-38-45-47,,,,0,0 +60,60,eth1/15/7,47,,,,0,0 +61,61,eth1/16/1,22-23-24-25-38-39-45-47-50,,,,0,0 +62,62,eth1/16/3,47,,,,0,0 +63,63,eth1/16/5,22-23-24-25-38-45-47,,,,0,0 +64,64,eth1/16/7,47,,,,0,0 +65,65,eth1/18/1,22-23-24-25-38-39-45-47-50,,,,0,0 +66,66,eth1/18/3,47,,,,0,0 +67,67,eth1/18/5,22-23-24-25-38-45-47,,,,0,0 +68,68,eth1/18/7,47,,,,0,0 +69,69,eth1/17/1,22-23-24-25-38-39-45-47-50,,,,0,0 +70,70,eth1/17/3,47,,,,0,0 +71,71,eth1/17/5,22-23-24-25-38-45-47,,,,0,0 +72,72,eth1/17/7,47,,,,0,0 +73,73,eth1/19/1,22-23-24-25-38-39-45-47-50,,,,0,0 +74,74,eth1/19/3,47,,,,0,0 +75,75,eth1/19/5,22-23-24-25-38-45-47,,,,0,0 +76,76,eth1/19/7,47,,,,0,0 +77,77,eth1/20/1,22-23-24-25-38-39-45-47-50,,,,0,0 +78,78,eth1/20/3,47,,,,0,0 +79,79,eth1/20/5,22-23-24-25-38-45-47,,,,0,0 +80,80,eth1/20/7,47,,,,0,0 +81,81,eth1/22/1,22-23-24-25-38-39-45-47-50,,,,0,0 +82,82,eth1/22/3,47,,,,0,0 +83,83,eth1/22/5,22-23-24-25-38-45-47,,,,0,0 +84,84,eth1/22/7,47,,,,0,0 +85,85,eth1/21/1,22-23-24-25-38-39-45-47-50,,,,0,0 +86,86,eth1/21/3,47,,,,0,0 +87,87,eth1/21/5,22-23-24-25-38-45-47,,,,0,0 +88,88,eth1/21/7,47,,,,0,0 +89,89,eth1/23/1,22-23-24-25-38-39-45-47-50,,,,0,0 +90,90,eth1/23/3,47,,,,0,0 +91,91,eth1/23/5,22-23-24-25-38-45-47,,,,0,0 +92,92,eth1/23/7,47,,,,0,0 +93,93,eth1/24/1,22-23-24-25-38-39-45-47-50,,,,0,0 +94,94,eth1/24/3,47,,,,0,0 +95,95,eth1/24/5,22-23-24-25-38-45-47,,,,0,0 +96,96,eth1/24/7,47,,,,0,0 +97,97,eth1/26/1,22-23-24-25-38-39-45-47-50,,,,0,0 +98,98,eth1/26/3,47,,,,0,0 +99,99,eth1/26/5,22-23-24-25-38-45-47,,,,0,0 +100,100,eth1/26/7,47,,,,0,0 +101,101,eth1/25/1,22-23-24-25-38-39-45-47-50,,,,0,0 +102,102,eth1/25/3,47,,,,0,0 +103,103,eth1/25/5,22-23-24-25-38-45-47,,,,0,0 +104,104,eth1/25/7,47,,,,0,0 +105,105,eth1/27/1,22-23-24-25-38-39-45-47-50,,,,0,0 +106,106,eth1/27/3,47,,,,0,0 +107,107,eth1/27/5,22-23-24-25-38-45-47,,,,0,0 +108,108,eth1/27/7,47,,,,0,0 +109,109,eth1/28/1,22-23-24-25-38-39-45-47-50,,,,0,0 +110,110,eth1/28/3,47,,,,0,0 +111,111,eth1/28/5,22-23-24-25-38-45-47,,,,0,0 +112,112,eth1/28/7,47,,,,0,0 +113,113,eth1/30/1,22-23-24-25-38-39-45-47-50,,,,0,0 +114,114,eth1/30/3,47,,,,0,0 +115,115,eth1/30/5,22-23-24-25-38-45-47,,,,0,0 +116,116,eth1/30/7,47,,,,0,0 +117,117,eth1/29/1,22-23-24-25-38-39-45-47-50,,,,0,0 +118,118,eth1/29/3,47,,,,0,0 +119,119,eth1/29/5,22-23-24-25-38-45-47,,,,0,0 +120,120,eth1/29/7,47,,,,0,0 +121,121,eth1/31/1,22-23-24-25-38-39-45-47-50,,,,0,0 +122,122,eth1/31/3,47,,,,0,0 +123,123,eth1/31/5,22-23-24-25-38-45-47,,,,0,0 +124,124,eth1/31/7,47,,,,0,0 +125,125,eth1/32/1,22-23-24-25-38-39-45-47-50,,,,0,0 +126,126,eth1/32/3,47,,,,0,0 +127,127,eth1/32/5,22-23-24-25-38-45-47,,,,0,0 +128,128,eth1/32/7,47,,,,0,0 +129,129,eth1/34/1,22-23-24-25-38-39-45-47-50,,,,0,0 +130,130,eth1/34/3,47,,,,0,0 +131,131,eth1/34/5,22-23-24-25-38-45-47,,,,0,0 +132,132,eth1/34/7,47,,,,0,0 +133,133,eth1/33/1,22-23-24-25-38-39-45-47-50,,,,0,0 +134,134,eth1/33/3,47,,,,0,0 +135,135,eth1/33/5,22-23-24-25-38-45-47,,,,0,0 +136,136,eth1/33/7,47,,,,0,0 +137,137,eth1/35/1,22-23-24-25-38-39-45-47-50,,,,0,0 +138,138,eth1/35/3,47,,,,0,0 +139,139,eth1/35/5,22-23-24-25-38-45-47,,,,0,0 +140,140,eth1/35/7,47,,,,0,0 +141,141,eth1/36/1,22-23-24-25-38-39-45-47-50,,,,0,0 +142,142,eth1/36/3,47,,,,0,0 +143,143,eth1/36/5,22-23-24-25-38-45-47,,,,0,0 +144,144,eth1/36/7,47,,,,0,0 +145,145,eth1/38/1,22-23-24-25-38-39-45-47-50,,,,0,0 +146,146,eth1/38/3,47,,,,0,0 +147,147,eth1/38/5,22-23-24-25-38-45-47,,,,0,0 +148,148,eth1/38/7,47,,,,0,0 +149,149,eth1/37/1,22-23-24-25-38-39-45-47-50,,,,0,0 +150,150,eth1/37/3,47,,,,0,0 +151,151,eth1/37/5,22-23-24-25-38-45-47,,,,0,0 +152,152,eth1/37/7,47,,,,0,0 +153,153,eth1/39/1,22-23-24-25-38-39-45-47-50,,,,0,0 +154,154,eth1/39/3,47,,,,0,0 +155,155,eth1/39/5,22-23-24-25-38-45-47,,,,0,0 +156,156,eth1/39/7,47,,,,0,0 +157,157,eth1/40/1,22-23-24-25-38-39-45-47-50,,,,0,0 +158,158,eth1/40/3,47,,,,0,0 +159,159,eth1/40/5,22-23-24-25-38-45-47,,,,0,0 +160,160,eth1/40/7,47,,,,0,0 +161,161,eth1/42/1,22-23-24-25-38-39-45-47-50,,,,0,0 +162,162,eth1/42/3,47,,,,0,0 +163,163,eth1/42/5,22-23-24-25-38-45-47,,,,0,0 +164,164,eth1/42/7,47,,,,0,0 +165,165,eth1/41/1,22-23-24-25-38-39-45-47-50,,,,0,0 +166,166,eth1/41/3,47,,,,0,0 +167,167,eth1/41/5,22-23-24-25-38-45-47,,,,0,0 +168,168,eth1/41/7,47,,,,0,0 +169,169,eth1/43/1,22-23-24-25-38-39-45-47-50,,,,0,0 +170,170,eth1/43/3,47,,,,0,0 +171,171,eth1/43/5,22-23-24-25-38-45-47,,,,0,0 +172,172,eth1/43/7,47,,,,0,0 +173,173,eth1/44/1,22-23-24-25-38-39-45-47-50,,,,0,0 +174,174,eth1/44/3,47,,,,0,0 +175,175,eth1/44/5,22-23-24-25-38-45-47,,,,0,0 +176,176,eth1/44/7,47,,,,0,0 +177,177,eth1/46/1,22-23-24-25-38-39-45-47-50,,,,0,0 +178,178,eth1/46/3,47,,,,0,0 +179,179,eth1/46/5,22-23-24-25-38-45-47,,,,0,0 +180,180,eth1/46/7,47,,,,0,0 +181,181,eth1/45/1,22-23-24-25-38-39-45-47-50,,,,0,0 +182,182,eth1/45/3,47,,,,0,0 +183,183,eth1/45/5,22-23-24-25-38-45-47,,,,0,0 +184,184,eth1/45/7,47,,,,0,0 +185,185,eth1/47/1,22-23-24-25-38-39-45-47-50,,,,0,0 +186,186,eth1/47/3,47,,,,0,0 +187,187,eth1/47/5,22-23-24-25-38-45-47,,,,0,0 +188,188,eth1/47/7,47,,,,0,0 +189,189,eth1/48/1,22-23-24-25-38-39-45-47-50,,,,0,0 +190,190,eth1/48/3,47,,,,0,0 +191,191,eth1/48/5,22-23-24-25-38-45-47,,,,0,0 +192,192,eth1/48/7,47,,,,0,0 +193,193,eth1/50/1,22-23-24-25-38-39-45-47-50,,,,0,0 +194,194,eth1/50/3,47,,,,0,0 +195,195,eth1/50/5,22-23-24-25-38-45-47,,,,0,0 +196,196,eth1/50/7,47,,,,0,0 +197,197,eth1/49/1,22-23-24-25-38-39-45-47-50,,,,0,0 +198,198,eth1/49/3,47,,,,0,0 +199,199,eth1/49/5,22-23-24-25-38-45-47,,,,0,0 +200,200,eth1/49/7,47,,,,0,0 +201,201,eth1/51/1,22-23-24-25-38-39-45-47-50,,,,0,0 +202,202,eth1/51/3,47,,,,0,0 +203,203,eth1/51/5,22-23-24-25-38-45-47,,,,0,0 +204,204,eth1/51/7,47,,,,0,0 +205,205,eth1/52/1,22-23-24-25-38-39-45-47-50,,,,0,0 +206,206,eth1/52/3,47,,,,0,0 +207,207,eth1/52/5,22-23-24-25-38-45-47,,,,0,0 +208,208,eth1/52/7,47,,,,0,0 +209,209,eth1/54/1,22-23-24-25-38-39-45-47-50,,,,0,0 +210,210,eth1/54/3,47,,,,0,0 +211,211,eth1/54/5,22-23-24-25-38-45-47,,,,0,0 +212,212,eth1/54/7,47,,,,0,0 +213,213,eth1/53/1,22-23-24-25-38-39-45-47-50,,,,0,0 +214,214,eth1/53/3,47,,,,0,0 +215,215,eth1/53/5,22-23-24-25-38-45-47,,,,0,0 +216,216,eth1/53/7,47,,,,0,0 +217,217,eth1/55/1,22-23-24-25-38-39-45-47-50,,,,0,0 +218,218,eth1/55/3,47,,,,0,0 +219,219,eth1/55/5,22-23-24-25-38-45-47,,,,0,0 +220,220,eth1/55/7,47,,,,0,0 +221,221,eth1/56/1,22-23-24-25-38-39-45-47-50,,,,0,0 +222,222,eth1/56/3,47,,,,0,0 +223,223,eth1/56/5,22-23-24-25-38-45-47,,,,0,0 +224,224,eth1/56/7,47,,,,0,0 +225,225,eth1/58/1,22-23-24-25-38-39-45-47-50,,,,0,0 +226,226,eth1/58/3,47,,,,0,0 +227,227,eth1/58/5,22-23-24-25-38-45-47,,,,0,0 +228,228,eth1/58/7,47,,,,0,0 +229,229,eth1/57/1,22-23-24-25-38-39-45-47-50,,,,0,0 +230,230,eth1/57/3,47,,,,0,0 +231,231,eth1/57/5,22-23-24-25-38-45-47,,,,0,0 +232,232,eth1/57/7,47,,,,0,0 +233,233,eth1/59/1,22-23-24-25-38-39-45-47-50,,,,0,0 +234,234,eth1/59/3,47,,,,0,0 +235,235,eth1/59/5,22-23-24-25-38-45-47,,,,0,0 +236,236,eth1/59/7,47,,,,0,0 +237,237,eth1/60/1,22-23-24-25-38-39-45-47-50,,,,0,0 +238,238,eth1/60/3,47,,,,0,0 +239,239,eth1/60/5,22-23-24-25-38-45-47,,,,0,0 +240,240,eth1/60/7,47,,,,0,0 +241,241,eth1/62/1,22-23-24-25-38-39-45-47-50,,,,0,0 +242,242,eth1/62/3,47,,,,0,0 +243,243,eth1/62/5,22-23-24-25-38-45-47,,,,0,0 +244,244,eth1/62/7,47,,,,0,0 +245,245,eth1/61/1,22-23-24-25-38-39-45-47-50,,,,0,0 +246,246,eth1/61/3,47,,,,0,0 +247,247,eth1/61/5,22-23-24-25-38-45-47,,,,0,0 +248,248,eth1/61/7,47,,,,0,0 +249,249,eth1/63/1,22-23-24-25-38-39-45-47-50,,,,0,0 +250,250,eth1/63/3,47,,,,0,0 +251,251,eth1/63/5,22-23-24-25-38-45-47,,,,0,0 +252,252,eth1/63/7,47,,,,0,0 +253,253,eth1/64/1,22-23-24-25-38-39-45-47-50,,,,0,0 +254,254,eth1/64/3,47,,,,0,0 +255,255,eth1/64/5,22-23-24-25-38-45-47,,,,0,0 +256,256,eth1/64/7,47,,,,0,0 +257,257,eth1/65/1,11-22-23-48,,,,4,0 diff --git a/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_profile_settings.csv b/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_profile_settings.csv new file mode 100644 index 0000000000000..22bc7b5e6aa9b --- /dev/null +++ b/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_profile_settings.csv @@ -0,0 +1,12 @@ +Port_Speed(mbps),A_CHIP_TYPE,Z_CHIP_TYPE,NUM_LANES,Modulation,A_FEC,Z_FEC,MEDIA_TYPE,A_Interface_Type,Z_Interface_Type +100000,NPU,TRANSCEIVER,4,NRZ,RS528,,BACKPLANE,SR4, +100000,NPU,TRANSCEIVER,4,NRZ,RS528,,COPPER,CR4, +100000,NPU,TRANSCEIVER,1,PAM4,RS544_2N,,BACKPLANE,KR4, +200000,NPU,TRANSCEIVER,4,PAM4,RS544_2N,,BACKPLANE,KR4, +400000,NPU,TRANSCEIVER,4,PAM4,RS544_2N,,BACKPLANE,KR4, +800000,NPU,TRANSCEIVER,8,PAM4,RS544_2N,,BACKPLANE,KR8, +10000,NPU,TRANSCEIVER,1,NRZ,NONE,,COPPER,CR, +50000,NPU,TRANSCEIVER,2,NRZ,RS528,,BACKPLANE,KR2, +200000,NPU,TRANSCEIVER,4,PAM4,RS544_2N,,COPPER,CR4, +400000,NPU,TRANSCEIVER,4,PAM4,RS544_2N,,COPPER,CR4, +800000,NPU,TRANSCEIVER,8,PAM4,RS544_2N,,COPPER,CR8, diff --git a/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_si_settings.csv b/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_si_settings.csv new file mode 100644 index 0000000000000..1beebbbc8fb6d --- /dev/null +++ b/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_si_settings.csv @@ -0,0 +1,1901 @@ +SLOT_ID,CHIP_ID,CHIP_TYPE,CORE_ID,CORE_TYPE,CORE_LANE,LANE_SPEED(mbps),MEDIA_TYPE,TCVR_VENDOR,TCVR_PART_NUM,TCVR_MEDIA,NIC_VENDOR,CABLE_LENGTH(m),TX_PRE3,TX_PRE2,TX_PRE1,TX_MAIN,TX_POST1,TX_POST2,TX_POST3,RX_CTLE_CODE,RX_DSP_MODE,RX_AFE_TRIM +1,1,NPU,0,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,0,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,0,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,0,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,0,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,0,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,0,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,0,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,0,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,0,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,0,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,0,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,0,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,0,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,0,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,0,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,0,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,0,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,0,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,0,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,0,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,0,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,0,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,0,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,1,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,1,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,1,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,1,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,1,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,1,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,1,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,1,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,1,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,1,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,1,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,1,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,1,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,1,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,1,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,1,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,2,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,2,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,2,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,2,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,2,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,2,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,2,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,2,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,2,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,2,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,2,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,2,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,2,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,2,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,2,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,2,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,2,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,2,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,2,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,2,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,2,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,2,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,2,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,2,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,3,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,3,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,3,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,3,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,3,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,3,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,3,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,3,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,3,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,3,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,3,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,3,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,3,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,3,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,3,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,3,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,3,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,3,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,3,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,3,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,3,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,3,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,3,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,3,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,4,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,4,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,4,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,4,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,4,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,4,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,4,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,4,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,4,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,4,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,4,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,4,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,4,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,4,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,4,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,4,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,4,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,4,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,4,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,4,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,4,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,4,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,4,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,4,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,5,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,5,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,5,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,5,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,5,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,5,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,5,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,5,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,5,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,5,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,5,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,5,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,5,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,5,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,5,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,5,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,6,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,6,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,6,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,6,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,6,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,6,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,6,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,6,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,6,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,6,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,6,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,6,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,6,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,6,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,6,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,6,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,6,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,6,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,6,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,6,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,6,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,6,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,6,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,6,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,7,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,7,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,7,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,7,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,7,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,7,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,7,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,7,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,7,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,7,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,7,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,7,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,7,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,7,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,7,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,7,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,7,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,7,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,7,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,7,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,7,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,7,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,7,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,7,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,8,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,8,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,8,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,8,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,8,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,8,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,8,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,8,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,8,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,8,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,8,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,8,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,8,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,8,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,8,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,8,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,8,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,8,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,8,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,8,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,8,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,8,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,8,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,8,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,9,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,9,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,9,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,9,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,9,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,9,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,9,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,9,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,9,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,9,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,9,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,9,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,9,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,9,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,9,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,9,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,10,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,10,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,10,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,10,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,10,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,10,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,10,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,10,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,10,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,10,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,10,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,10,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,10,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,10,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,10,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,10,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,10,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,10,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,10,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,10,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,10,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,10,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,10,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,10,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,11,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,11,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,11,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,11,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,11,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,11,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,11,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,11,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,11,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,11,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,11,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,11,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,11,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,11,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,11,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,11,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,11,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,11,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,11,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,11,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,11,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,11,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,11,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,11,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,12,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,12,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,12,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,12,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,12,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,12,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,12,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,12,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,12,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,12,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,12,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,12,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,12,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,12,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,12,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,12,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,12,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,12,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,12,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,12,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,12,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,12,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,12,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,12,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,13,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,13,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,13,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,13,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,13,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,13,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,13,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,13,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,13,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,13,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,13,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,13,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,13,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,13,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,13,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,13,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,14,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,14,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,14,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,14,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,14,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,14,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,14,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,14,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,14,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,14,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,14,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,14,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,14,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,14,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,14,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,14,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,14,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,14,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,14,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,14,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,14,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,14,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,14,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,14,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,15,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,15,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,15,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,15,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,15,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,15,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,15,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,15,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,15,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,15,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,15,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,15,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,15,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,15,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,15,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,15,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,15,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,15,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,15,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,15,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,15,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,15,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,15,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,15,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,16,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,16,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,16,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,16,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,16,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,16,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,16,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,16,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,16,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,16,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,16,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,16,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,16,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,16,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,16,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,16,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,16,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,16,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,16,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,16,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,16,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,16,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,16,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,16,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,17,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,17,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,17,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,17,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,17,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,17,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,17,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,17,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,17,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,17,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,17,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,17,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,17,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,17,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,17,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,17,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,18,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,18,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,18,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,18,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,18,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,18,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,18,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,18,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,18,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,18,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,18,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,18,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,18,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,18,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,18,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,18,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,18,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,18,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,18,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,18,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,18,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,18,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,18,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,18,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,19,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,19,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,19,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,19,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,19,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,19,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,19,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,19,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,19,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,19,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,19,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,19,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,19,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,19,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,19,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,19,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,19,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,19,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,19,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,19,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,19,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,19,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,19,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,19,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,20,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,20,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,20,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,20,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,20,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,20,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,20,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,20,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,20,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,20,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,20,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,20,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,20,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,20,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,20,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,20,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,20,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,20,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,20,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,20,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,20,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,20,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,20,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,20,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,21,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,21,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,21,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,21,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,21,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,21,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,21,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,21,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,21,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,21,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,21,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,21,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,21,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,21,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,21,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,21,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,22,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,22,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,22,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,22,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,22,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,22,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,22,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,22,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,22,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,22,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,22,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,22,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,22,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,22,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,22,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,22,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,22,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,22,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,22,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,22,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,22,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,22,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,22,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,22,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,23,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,23,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,23,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,23,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,23,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,23,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,23,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,23,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,23,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,23,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,23,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,23,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,23,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,23,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,23,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,23,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,23,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,23,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,23,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,23,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,23,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,23,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,23,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,23,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,24,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,24,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,24,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,24,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,24,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,24,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,24,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,24,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,24,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,24,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,24,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,24,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,24,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,24,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,24,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,24,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,24,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,24,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,24,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,24,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,24,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,24,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,24,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,24,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,25,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,25,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,25,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,25,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,25,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,25,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,25,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,25,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,25,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,25,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,25,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,25,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,25,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,25,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,25,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,25,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,26,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,26,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,26,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,26,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,26,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,26,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,26,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,26,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,26,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,26,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,26,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,26,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,26,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,26,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,26,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,26,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,26,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,26,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,26,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,26,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,26,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,26,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,26,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,26,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,27,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,27,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,27,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,27,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,27,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,27,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,27,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,27,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,27,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,27,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,27,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,27,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,27,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,27,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,27,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,27,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,28,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,28,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,28,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,28,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,28,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,28,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,28,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,28,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,28,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,28,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,28,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,28,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,28,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,28,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,28,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,28,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,28,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,28,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,28,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,28,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,28,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,28,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,28,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,28,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,29,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,29,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,29,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,29,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,29,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,29,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,29,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,29,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,29,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,29,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,29,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,29,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,29,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,29,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,29,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,29,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,30,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,30,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,30,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,30,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,30,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,30,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,30,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,30,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,30,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,30,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,30,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,30,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,30,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,30,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,30,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,30,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,30,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,30,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,30,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,30,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,30,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,30,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,30,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,30,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,31,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,31,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,31,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,31,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,31,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,31,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,31,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,31,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,31,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,31,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,31,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,31,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,31,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,31,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,31,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,31,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,32,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,32,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,32,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,32,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,32,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,32,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,32,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,32,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,32,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,32,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,32,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,32,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,32,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,32,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,32,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,32,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,32,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,32,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,32,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,32,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,32,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,32,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,32,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,32,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,33,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-20,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-20,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-20,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-20,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-20,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-20,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-20,144,0,0,0,,, +1,1,NPU,33,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-20,144,0,0,0,,, +1,1,NPU,34,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,34,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,34,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,34,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,34,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,34,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,34,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,34,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,34,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,34,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,34,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,34,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,34,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,34,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,34,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,34,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,34,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,34,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,34,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,34,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,34,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,34,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,34,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,34,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,35,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,35,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,35,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,35,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,35,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,35,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,35,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,35,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,35,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,35,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,35,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,35,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,35,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,35,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,35,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,35,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,35,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,35,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,35,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,35,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,35,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,35,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,35,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,35,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,36,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,36,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,36,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,36,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,36,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,36,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,36,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,36,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,36,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,36,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,36,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,36,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,36,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,36,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,36,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,36,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,36,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,36,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,36,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,36,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,36,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,36,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,36,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,36,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,37,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,37,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,37,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,37,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,37,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,37,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,37,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,37,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,37,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,37,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,37,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,37,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,37,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,37,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,37,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,37,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,38,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,38,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,38,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,38,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,38,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,38,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,38,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,38,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,38,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,38,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,38,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,38,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,38,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,38,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,38,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,38,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,38,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,38,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,38,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,38,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,38,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,38,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,38,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,38,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,39,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,39,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,39,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,39,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,39,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,39,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,39,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,39,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,39,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,39,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,39,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,39,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,39,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,39,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,39,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,39,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,39,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,39,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,39,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,39,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,39,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,39,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,39,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,39,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,40,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,40,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,40,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,40,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,40,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,40,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,40,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,40,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,40,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,40,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,40,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,40,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,40,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,40,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,40,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,40,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,40,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,40,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,40,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,40,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,40,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,40,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,40,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,40,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,41,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,41,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,41,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,41,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,41,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,41,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,41,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,41,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,41,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,41,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,41,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,41,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,41,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,41,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,41,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,41,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,42,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,42,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,42,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,42,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,42,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,42,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,42,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,42,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,42,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,42,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,42,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,42,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,42,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,42,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,42,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,42,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,42,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,42,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,42,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,42,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,42,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,42,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,42,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,42,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,43,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,43,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,43,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,43,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,43,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,43,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,43,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,43,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,43,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,43,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,43,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,43,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,43,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,43,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,43,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,43,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,43,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,43,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,43,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,43,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,43,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,43,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,43,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,43,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,44,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,44,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,44,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,44,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,44,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,44,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,44,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,44,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,44,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,44,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,44,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,44,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,44,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,44,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,44,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,44,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,44,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,44,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,44,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,44,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,44,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,44,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,44,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,44,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,45,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,45,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,45,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,45,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,45,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,45,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,45,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,45,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,45,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,45,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,45,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,45,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,45,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,45,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,45,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,45,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,46,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,46,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,46,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,46,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,46,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,46,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,46,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,46,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,46,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,46,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,46,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,46,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,46,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,46,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,46,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,46,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,46,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,46,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,46,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,46,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,46,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,46,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,46,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,46,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,47,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,47,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,47,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,47,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,47,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,47,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,47,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,47,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-16,144,0,0,0,,, +1,1,NPU,47,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,47,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,47,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,47,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,47,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,47,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,47,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,47,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,47,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,47,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,47,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,47,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,47,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,47,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,47,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,47,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,48,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,48,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,48,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,48,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,48,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,48,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,48,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,48,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,48,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,48,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,48,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,48,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,48,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,48,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,48,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,48,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,48,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,48,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,48,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,48,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,48,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,48,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,48,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,48,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,49,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,49,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,49,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,49,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,49,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,49,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,49,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,49,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,49,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,49,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,49,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,49,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,49,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,49,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,49,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,49,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,50,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,50,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,50,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,50,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,50,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,50,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,50,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,50,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,50,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,50,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,50,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,50,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,50,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,50,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,50,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,50,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,50,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,50,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,50,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,50,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,50,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,50,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,50,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,50,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,51,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,51,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,51,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,51,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,51,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,51,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,51,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,51,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,51,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,51,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,51,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,51,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,51,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,51,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,51,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,51,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,51,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,51,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,51,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,51,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,51,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,51,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,51,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,51,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,52,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,52,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,52,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,52,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,52,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,52,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,52,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,52,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,52,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,52,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,52,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,52,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,52,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,52,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,52,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,52,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,52,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,52,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,52,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,52,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,52,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,52,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,52,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,52,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,53,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,53,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,53,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,53,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,53,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,53,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,53,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,53,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,53,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,53,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,53,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,53,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,53,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,53,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,53,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,53,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,54,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,54,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,54,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,54,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,54,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,54,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,54,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,54,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,54,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,54,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,54,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,54,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,54,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,54,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,54,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,54,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,54,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,54,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,54,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,54,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,54,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,54,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,54,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,54,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,55,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,55,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,55,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,55,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,55,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,55,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,55,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,55,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,55,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,55,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,55,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,55,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,55,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,55,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,55,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,55,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,55,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,55,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,55,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,55,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,55,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,55,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,55,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,55,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,56,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,56,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,56,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,56,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,56,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,56,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,56,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,56,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,56,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,56,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,56,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,56,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,56,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,56,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,56,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,56,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,56,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,56,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,56,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,56,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,56,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,56,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,56,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,56,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,57,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,57,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,57,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,57,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,57,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,57,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,57,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,57,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,57,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,57,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,57,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,57,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,57,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,57,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,57,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,57,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,58,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,58,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,58,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,58,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,58,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,58,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,58,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,58,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,58,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,58,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,58,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,58,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,58,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,58,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,58,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,58,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,58,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,58,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,58,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,58,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,58,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,58,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,58,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,58,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,59,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,59,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,59,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,59,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,59,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,59,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,59,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,59,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,59,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,59,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,59,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,59,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,59,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,59,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,59,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,59,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,60,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,60,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,60,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,60,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,60,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,60,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,60,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,60,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,60,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,60,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,60,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,60,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,60,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,60,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,60,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,60,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,60,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,60,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,60,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,60,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,60,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,60,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,60,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,60,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,61,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,61,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,61,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,61,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,61,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,61,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,61,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,61,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,61,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,61,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,61,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,61,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,61,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,61,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,61,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,61,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,62,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,62,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,62,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,62,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,62,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,62,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,62,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,62,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,62,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,62,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,62,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,62,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,62,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,62,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,62,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,62,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-28,136,0,0,0,,, +1,1,NPU,62,TH5_NIF,0,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,62,TH5_NIF,1,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,62,TH5_NIF,2,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,62,TH5_NIF,3,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,62,TH5_NIF,4,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,62,TH5_NIF,5,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,62,TH5_NIF,6,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,62,TH5_NIF,7,100000,COPPER,,,,,,-4,14,-36,112,0,0,0,,, +1,1,NPU,63,TH5_NIF,0,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,63,TH5_NIF,1,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,63,TH5_NIF,2,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,63,TH5_NIF,3,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,63,TH5_NIF,4,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,63,TH5_NIF,5,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,63,TH5_NIF,6,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,63,TH5_NIF,7,50000,BACKPLANE,,,,,,0,0,-12,144,-8,0,0,,, +1,1,NPU,63,TH5_NIF,0,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,63,TH5_NIF,1,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,63,TH5_NIF,2,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,63,TH5_NIF,3,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,63,TH5_NIF,4,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,63,TH5_NIF,5,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,63,TH5_NIF,6,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,63,TH5_NIF,7,100000,BACKPLANE,,,,,,0,4,-32,132,0,0,0,,, +1,1,NPU,64,TH5_NIF,0,10000,COPPER,,,,,,0,0,5,31,0,0,0,,, +1,1,NPU,64,TH5_NIF,1,10000,COPPER,,,,,,0,0,5,31,0,0,0,,, +1,1,NPU,64,TH5_NIF,2,10000,COPPER,,,,,,0,0,5,31,0,0,0,,, +1,1,NPU,64,TH5_NIF,3,10000,COPPER,,,,,,0,0,5,31,0,0,0,,, +1,1,NPU,64,TH5_NIF,0,25000,BACKPLANE,,,,,,0,0,2,31,7,0,0,,, +1,1,NPU,64,TH5_NIF,1,25000,BACKPLANE,,,,,,0,0,2,31,7,0,0,,, +1,1,NPU,64,TH5_NIF,2,25000,BACKPLANE,,,,,,0,0,2,31,7,0,0,,, +1,1,NPU,64,TH5_NIF,3,25000,BACKPLANE,,,,,,0,0,2,31,7,0,0,,, +1,1,NPU,64,TH5_NIF,0,25000,COPPER,,,,,,0,0,5,31,0,0,0,,, +1,1,NPU,64,TH5_NIF,1,25000,COPPER,,,,,,0,0,5,31,0,0,0,,, +1,1,NPU,64,TH5_NIF,2,25000,COPPER,,,,,,0,0,5,31,0,0,0,,, +1,1,NPU,64,TH5_NIF,3,25000,COPPER,,,,,,0,0,5,31,0,0,0,,, +1,1,NPU,0,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,0,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, +1,1,NPU,0,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,0,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, +1,1,NPU,0,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,0,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,0,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,0,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,1,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,1,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,1,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,1,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,1,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,1,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,1,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,1,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,2,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,2,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,2,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,2,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,2,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,2,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,2,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,2,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,3,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,3,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,3,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,3,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,3,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,3,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,3,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,3,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,4,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,4,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, +1,1,NPU,4,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,4,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,4,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,4,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, +1,1,NPU,4,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,4,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,5,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,5,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,5,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,5,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,5,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,5,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,5,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,5,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,6,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,6,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,6,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,6,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,6,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,6,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,6,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,6,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,7,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,7,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,7,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,7,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,7,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,7,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,7,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,7,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,8,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,8,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,8,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,8,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,8,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,8,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,8,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,8,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,9,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,9,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,9,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,9,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,9,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,9,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,9,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,9,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,10,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,10,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,10,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,10,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,10,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,10,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,10,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,10,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,11,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,11,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,11,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,11,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,11,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,11,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,11,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,11,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,12,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,12,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,12,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,12,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,12,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,12,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,12,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,12,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,13,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,13,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,13,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,13,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,13,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,13,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,13,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,13,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,14,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,14,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,14,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,14,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,14,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,14,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,14,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,14,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,15,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,15,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,15,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,15,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,15,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,15,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,15,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,15,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,16,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,16,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,16,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,16,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,16,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,16,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,16,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,16,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,17,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,17,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,17,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,17,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,17,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,17,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,17,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,17,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,18,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,18,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,18,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,18,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,18,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,18,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,18,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,18,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,19,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,19,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,19,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,19,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,19,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,19,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,19,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,19,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,20,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,20,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,20,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,20,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,20,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,20,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,20,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,20,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,21,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,21,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,21,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,21,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,21,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,21,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,21,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,21,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,22,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,22,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,22,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,22,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,22,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,22,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,22,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,22,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,23,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,23,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,23,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,23,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,23,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,23,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,23,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,23,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,24,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,24,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,24,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,24,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,24,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,24,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,24,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,24,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,25,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,25,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,25,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,25,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,25,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,25,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,25,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,25,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,26,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,26,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,26,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,26,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,26,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,26,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,26,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,26,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,27,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,27,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,27,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,27,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,27,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,27,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,27,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,27,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,28,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,28,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,109,-14,-9,0,,, +1,1,NPU,28,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,28,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,109,-14,-9,0,,, +1,1,NPU,28,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,28,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,109,-14,-9,0,,, +1,1,NPU,28,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,28,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,29,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,29,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,29,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,29,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,29,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,29,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,29,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,29,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,30,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,30,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,30,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,30,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,30,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,30,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,30,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,30,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,109,-14,-9,0,,, +1,1,NPU,31,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,31,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,31,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,31,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,31,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,31,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,31,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,31,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,32,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,32,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,32,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,32,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,32,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,32,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,32,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,32,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,33,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,33,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,33,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,33,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,33,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,33,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,33,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,33,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,34,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,34,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,109,-14,-9,0,,, +1,1,NPU,34,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,34,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,109,-14,-9,0,,, +1,1,NPU,34,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,34,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,34,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,34,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,35,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,35,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,35,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,35,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,35,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,114,-10,-9,0,,, +1,1,NPU,35,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,111,-13,-8,0,,, +1,1,NPU,35,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,35,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-27,112,-12,-9,0,,, +1,1,NPU,36,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,36,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,36,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,36,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,36,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,36,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,36,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,36,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,37,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,37,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,37,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,37,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,37,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,37,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,37,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,37,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,38,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,38,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,38,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,38,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,38,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,38,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,38,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,38,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,39,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,39,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,39,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,39,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,39,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,39,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,39,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,39,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,40,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,40,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,40,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,40,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,40,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,40,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,40,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,40,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,41,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,41,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,41,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,41,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,41,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,41,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,41,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,41,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,42,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,42,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,42,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,42,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,42,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,42,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,42,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,42,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,43,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,43,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,43,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,43,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,43,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,107,-13,-11,0,,, +1,1,NPU,43,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,43,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,43,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,44,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,44,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,44,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,44,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,44,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,44,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,44,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,44,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,45,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,45,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,45,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,45,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,45,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,45,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,45,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,45,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,46,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,46,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,46,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,46,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,46,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,46,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,46,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,46,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,47,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,47,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,47,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,47,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,47,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,47,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,47,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,106,-14,-11,0,,, +1,1,NPU,47,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,48,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,48,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,48,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,48,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,48,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,48,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,48,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,48,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,49,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,49,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,49,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,49,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,49,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,105,-15,-10,0,,, +1,1,NPU,49,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,49,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,49,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,50,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,50,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,50,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,50,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,50,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,50,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,50,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,50,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,51,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,51,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,51,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,51,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,51,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,51,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,51,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,104,-16,-10,0,,, +1,1,NPU,51,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,7,-28,103,-18,-10,0,,, +1,1,NPU,52,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,52,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,52,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,52,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,52,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,52,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,52,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,52,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,53,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,53,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,53,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,53,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,53,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,102,-19,-10,0,,, +1,1,NPU,53,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,53,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,53,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,54,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,54,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,54,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,54,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,54,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,54,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,54,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,54,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,55,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,55,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,55,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,55,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,55,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,55,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,55,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,100,-20,-10,0,,, +1,1,NPU,55,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,56,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,56,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,56,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,56,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,56,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,56,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,56,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,56,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,57,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,57,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,57,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,57,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,57,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,57,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,57,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,57,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,58,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,58,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, +1,1,NPU,58,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,58,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,58,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,58,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,58,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,58,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,59,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,59,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,59,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,59,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,59,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,59,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,59,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,59,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,60,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,60,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,60,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,60,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,60,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,60,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,60,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,60,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,61,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,99,-22,-9,0,,, +1,1,NPU,61,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,61,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,61,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,61,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,61,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,61,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,98,-24,-8,0,,, +1,1,NPU,61,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,62,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,62,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, +1,1,NPU,62,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,62,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, +1,1,NPU,62,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,62,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, +1,1,NPU,62,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,62,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, +1,1,NPU,63,TH5_NIF,0,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,63,TH5_NIF,1,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, +1,1,NPU,63,TH5_NIF,2,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,63,TH5_NIF,3,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, +1,1,NPU,63,TH5_NIF,4,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,96,-26,-7,0,,, +1,1,NPU,63,TH5_NIF,5,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, +1,1,NPU,63,TH5_NIF,6,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,97,-25,-8,0,,, +1,1,NPU,63,TH5_NIF,7,100000,BACKPLANE,Vendor_1,PartNum_1,FR4_400G,,,0,8,-28,94,-29,-5,0,,, \ No newline at end of file diff --git a/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_static_mapping.csv b/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_static_mapping.csv new file mode 100644 index 0000000000000..236683e0f5d8a --- /dev/null +++ b/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_static_mapping.csv @@ -0,0 +1,517 @@ +A_SLOT_ID,A_CHIP_ID,A_CHIP_TYPE,A_CORE_ID,A_CORE_TYPE,A_CORE_LANE,A_PHYSICAL_TX_LANE,A_PHYSICAL_RX_LANE,A_TX_POLARITY_SWAP,A_RX_POLARITY_SWAP,Z_SLOT_ID,Z_CHIP_ID,Z_CHIP_TYPE,Z_CORE_ID,Z_CORE_TYPE,Z_CORE_LANE,Z_PHYSICAL_TX_LANE,Z_PHYSICAL_RX_LANE,Z_TX_POLARITY_SWAP,Z_RX_POLARITY_SWAP +1,1,NPU,0,TH5_NIF,0,4,2,Y,N,1,2,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,0,TH5_NIF,1,5,3,Y,N,1,2,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,0,TH5_NIF,2,6,0,Y,Y,1,2,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,0,TH5_NIF,3,7,1,Y,Y,1,2,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,0,TH5_NIF,4,0,6,Y,N,1,2,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,0,TH5_NIF,5,1,7,Y,N,1,2,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,0,TH5_NIF,6,2,4,Y,N,1,2,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,0,TH5_NIF,7,3,5,Y,Y,1,2,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,1,TH5_NIF,0,4,2,N,Y,1,1,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,1,TH5_NIF,1,5,3,N,N,1,1,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,1,TH5_NIF,2,6,0,Y,Y,1,1,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,1,TH5_NIF,3,7,1,Y,N,1,1,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,1,TH5_NIF,4,0,6,N,Y,1,1,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,1,TH5_NIF,5,1,7,N,N,1,1,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,1,TH5_NIF,6,2,4,Y,Y,1,1,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,1,TH5_NIF,7,3,5,Y,N,1,1,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,2,TH5_NIF,0,2,5,N,Y,1,3,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,2,TH5_NIF,1,3,4,N,Y,1,3,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,2,TH5_NIF,2,0,7,N,N,1,3,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,2,TH5_NIF,3,1,6,N,N,1,3,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,2,TH5_NIF,4,6,1,N,Y,1,3,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,2,TH5_NIF,5,7,0,N,Y,1,3,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,2,TH5_NIF,6,4,3,N,N,1,3,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,2,TH5_NIF,7,5,2,N,N,1,3,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,3,TH5_NIF,0,2,4,N,N,1,4,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,3,TH5_NIF,1,3,3,N,Y,1,4,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,3,TH5_NIF,2,0,6,Y,N,1,4,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,3,TH5_NIF,3,1,1,Y,Y,1,4,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,3,TH5_NIF,4,6,0,N,N,1,4,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,3,TH5_NIF,5,7,7,N,Y,1,4,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,3,TH5_NIF,6,4,2,Y,N,1,4,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,3,TH5_NIF,7,5,5,Y,Y,1,4,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,4,TH5_NIF,0,7,2,Y,Y,1,6,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,4,TH5_NIF,1,5,1,N,Y,1,6,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,4,TH5_NIF,2,3,6,N,Y,1,6,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,4,TH5_NIF,3,0,5,Y,N,1,6,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,4,TH5_NIF,4,4,0,Y,Y,1,6,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,4,TH5_NIF,5,6,3,N,Y,1,6,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,4,TH5_NIF,6,1,4,Y,Y,1,6,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,4,TH5_NIF,7,2,7,N,Y,1,6,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,5,TH5_NIF,0,5,7,Y,N,1,5,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,5,TH5_NIF,1,6,4,N,N,1,5,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,5,TH5_NIF,2,1,1,N,N,1,5,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,5,TH5_NIF,3,2,2,Y,Y,1,5,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,5,TH5_NIF,4,4,6,N,N,1,5,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,5,TH5_NIF,5,7,5,Y,N,1,5,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,5,TH5_NIF,6,0,3,N,Y,1,5,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,5,TH5_NIF,7,3,0,N,N,1,5,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,6,TH5_NIF,0,0,2,N,Y,1,7,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,6,TH5_NIF,1,3,0,N,Y,1,7,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,6,TH5_NIF,2,4,3,Y,Y,1,7,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,6,TH5_NIF,3,2,7,Y,Y,1,7,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,6,TH5_NIF,4,1,6,Y,N,1,7,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,6,TH5_NIF,5,7,5,Y,Y,1,7,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,6,TH5_NIF,6,6,4,Y,N,1,7,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,6,TH5_NIF,7,5,1,Y,Y,1,7,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,7,TH5_NIF,0,4,4,Y,Y,1,8,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,7,TH5_NIF,1,3,2,Y,N,1,8,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,7,TH5_NIF,2,0,0,N,Y,1,8,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,7,TH5_NIF,3,7,5,N,Y,1,8,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,7,TH5_NIF,4,1,1,Y,Y,1,8,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,7,TH5_NIF,5,2,3,N,N,1,8,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,7,TH5_NIF,6,6,7,Y,Y,1,8,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,7,TH5_NIF,7,5,6,N,Y,1,8,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,8,TH5_NIF,0,6,5,N,Y,1,10,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,8,TH5_NIF,1,7,6,N,N,1,10,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,8,TH5_NIF,2,1,7,N,Y,1,10,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,8,TH5_NIF,3,3,3,Y,Y,1,10,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,8,TH5_NIF,4,4,0,N,Y,1,10,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,8,TH5_NIF,5,5,4,N,N,1,10,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,8,TH5_NIF,6,0,1,Y,Y,1,10,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,8,TH5_NIF,7,2,2,N,Y,1,10,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,9,TH5_NIF,0,5,7,Y,N,1,9,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,9,TH5_NIF,1,6,4,N,N,1,9,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,9,TH5_NIF,2,1,1,N,N,1,9,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,9,TH5_NIF,3,2,2,Y,Y,1,9,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,9,TH5_NIF,4,4,6,N,N,1,9,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,9,TH5_NIF,5,7,0,Y,N,1,9,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,9,TH5_NIF,6,0,3,Y,Y,1,9,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,9,TH5_NIF,7,3,5,N,N,1,9,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,10,TH5_NIF,0,0,2,N,Y,1,11,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,10,TH5_NIF,1,3,1,N,Y,1,11,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,10,TH5_NIF,2,4,3,Y,Y,1,11,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,10,TH5_NIF,3,2,7,Y,Y,1,11,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,10,TH5_NIF,4,1,6,Y,N,1,11,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,10,TH5_NIF,5,7,0,Y,Y,1,11,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,10,TH5_NIF,6,6,4,Y,N,1,11,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,10,TH5_NIF,7,5,5,Y,Y,1,11,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,11,TH5_NIF,0,0,1,N,Y,1,12,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,11,TH5_NIF,1,3,2,Y,N,1,12,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,11,TH5_NIF,2,4,7,Y,Y,1,12,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,11,TH5_NIF,3,7,4,N,Y,1,12,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,11,TH5_NIF,4,1,0,Y,Y,1,12,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,11,TH5_NIF,5,2,3,N,N,1,12,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,11,TH5_NIF,6,6,5,Y,Y,1,12,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,11,TH5_NIF,7,5,6,N,Y,1,12,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,12,TH5_NIF,0,6,5,N,Y,1,14,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,12,TH5_NIF,1,7,6,N,N,1,14,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,12,TH5_NIF,2,1,7,N,Y,1,14,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,12,TH5_NIF,3,3,3,Y,Y,1,14,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,12,TH5_NIF,4,4,0,N,Y,1,14,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,12,TH5_NIF,5,5,4,N,N,1,14,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,12,TH5_NIF,6,0,1,Y,Y,1,14,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,12,TH5_NIF,7,2,2,N,Y,1,14,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,13,TH5_NIF,0,5,7,Y,N,1,13,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,13,TH5_NIF,1,6,4,N,N,1,13,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,13,TH5_NIF,2,1,1,N,N,1,13,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,13,TH5_NIF,3,2,2,Y,Y,1,13,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,13,TH5_NIF,4,4,6,N,N,1,13,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,13,TH5_NIF,5,7,0,Y,N,1,13,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,13,TH5_NIF,6,0,3,Y,Y,1,13,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,13,TH5_NIF,7,3,5,N,N,1,13,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,14,TH5_NIF,0,0,2,N,Y,1,15,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,14,TH5_NIF,1,3,1,N,Y,1,15,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,14,TH5_NIF,2,4,3,Y,Y,1,15,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,14,TH5_NIF,3,2,7,Y,Y,1,15,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,14,TH5_NIF,4,1,6,Y,N,1,15,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,14,TH5_NIF,5,7,0,Y,Y,1,15,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,14,TH5_NIF,6,6,4,Y,N,1,15,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,14,TH5_NIF,7,5,5,Y,Y,1,15,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,15,TH5_NIF,0,0,1,N,Y,1,16,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,15,TH5_NIF,1,3,2,Y,N,1,16,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,15,TH5_NIF,2,4,7,Y,Y,1,16,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,15,TH5_NIF,3,7,4,N,Y,1,16,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,15,TH5_NIF,4,1,0,Y,Y,1,16,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,15,TH5_NIF,5,2,3,N,N,1,16,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,15,TH5_NIF,6,6,5,Y,Y,1,16,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,15,TH5_NIF,7,5,6,N,Y,1,16,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,16,TH5_NIF,0,1,0,Y,Y,1,18,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,16,TH5_NIF,1,3,3,Y,Y,1,18,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,16,TH5_NIF,2,4,1,Y,Y,1,18,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,16,TH5_NIF,3,7,4,N,N,1,18,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,16,TH5_NIF,4,0,7,N,N,1,18,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,16,TH5_NIF,5,2,2,Y,N,1,18,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,16,TH5_NIF,6,6,5,N,N,1,18,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,16,TH5_NIF,7,5,6,Y,Y,1,18,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,17,TH5_NIF,0,2,1,N,N,1,17,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,17,TH5_NIF,1,1,2,Y,N,1,17,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,17,TH5_NIF,2,4,5,Y,Y,1,17,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,17,TH5_NIF,3,5,6,N,Y,1,17,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,17,TH5_NIF,4,0,0,N,N,1,17,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,17,TH5_NIF,5,3,3,N,Y,1,17,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,17,TH5_NIF,6,6,7,N,Y,1,17,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,17,TH5_NIF,7,7,4,Y,N,1,17,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,18,TH5_NIF,0,6,6,Y,Y,1,19,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,18,TH5_NIF,1,7,5,Y,N,1,19,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,18,TH5_NIF,2,0,4,Y,N,1,19,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,18,TH5_NIF,3,5,1,N,Y,1,19,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,18,TH5_NIF,4,4,3,N,Y,1,19,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,18,TH5_NIF,5,3,7,N,N,1,19,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,18,TH5_NIF,6,1,2,N,N,1,19,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,18,TH5_NIF,7,2,0,N,Y,1,19,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,19,TH5_NIF,0,6,5,Y,N,1,20,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,19,TH5_NIF,1,7,6,N,N,1,20,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,19,TH5_NIF,2,0,1,Y,Y,1,20,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,19,TH5_NIF,3,3,2,Y,Y,1,20,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,19,TH5_NIF,4,4,7,N,N,1,20,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,19,TH5_NIF,5,5,4,Y,Y,1,20,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,19,TH5_NIF,6,1,0,N,Y,1,20,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,19,TH5_NIF,7,2,3,Y,N,1,20,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,20,TH5_NIF,0,1,0,Y,Y,1,22,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,20,TH5_NIF,1,3,2,Y,N,1,22,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,20,TH5_NIF,2,4,1,Y,Y,1,22,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,20,TH5_NIF,3,7,6,N,Y,1,22,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,20,TH5_NIF,4,0,7,N,N,1,22,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,20,TH5_NIF,5,2,3,Y,Y,1,22,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,20,TH5_NIF,6,6,5,N,N,1,22,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,20,TH5_NIF,7,5,4,Y,N,1,22,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,21,TH5_NIF,0,2,1,N,N,1,21,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,21,TH5_NIF,1,1,2,Y,N,1,21,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,21,TH5_NIF,2,4,5,Y,Y,1,21,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,21,TH5_NIF,3,5,6,N,Y,1,21,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,21,TH5_NIF,4,0,7,N,Y,1,21,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,21,TH5_NIF,5,3,3,N,Y,1,21,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,21,TH5_NIF,6,6,0,N,N,1,21,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,21,TH5_NIF,7,7,4,Y,N,1,21,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,22,TH5_NIF,0,6,6,Y,Y,1,23,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,22,TH5_NIF,1,7,5,Y,N,1,23,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,22,TH5_NIF,2,0,4,Y,N,1,23,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,22,TH5_NIF,3,5,1,N,Y,1,23,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,22,TH5_NIF,4,4,3,N,Y,1,23,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,22,TH5_NIF,5,3,7,N,N,1,23,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,22,TH5_NIF,6,1,2,N,N,1,23,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,22,TH5_NIF,7,2,0,N,Y,1,23,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,23,TH5_NIF,0,6,5,Y,N,1,24,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,23,TH5_NIF,1,7,6,N,N,1,24,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,23,TH5_NIF,2,0,1,Y,Y,1,24,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,23,TH5_NIF,3,3,2,Y,Y,1,24,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,23,TH5_NIF,4,4,7,N,N,1,24,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,23,TH5_NIF,5,5,4,Y,Y,1,24,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,23,TH5_NIF,6,1,0,N,Y,1,24,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,23,TH5_NIF,7,2,3,Y,N,1,24,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,24,TH5_NIF,0,1,0,Y,Y,1,26,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,24,TH5_NIF,1,3,2,Y,N,1,26,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,24,TH5_NIF,2,4,1,Y,Y,1,26,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,24,TH5_NIF,3,7,6,N,Y,1,26,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,24,TH5_NIF,4,0,7,N,N,1,26,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,24,TH5_NIF,5,2,3,Y,Y,1,26,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,24,TH5_NIF,6,6,5,N,N,1,26,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,24,TH5_NIF,7,5,4,Y,N,1,26,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,25,TH5_NIF,0,2,1,N,N,1,25,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,25,TH5_NIF,1,1,2,Y,N,1,25,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,25,TH5_NIF,2,4,5,Y,Y,1,25,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,25,TH5_NIF,3,5,6,N,Y,1,25,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,25,TH5_NIF,4,0,7,N,Y,1,25,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,25,TH5_NIF,5,3,3,N,Y,1,25,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,25,TH5_NIF,6,6,0,N,N,1,25,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,25,TH5_NIF,7,7,4,Y,N,1,25,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,26,TH5_NIF,0,6,4,Y,N,1,27,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,26,TH5_NIF,1,7,1,Y,Y,1,27,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,26,TH5_NIF,2,0,5,N,Y,1,27,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,26,TH5_NIF,3,5,2,N,Y,1,27,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,26,TH5_NIF,4,4,6,N,Y,1,27,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,26,TH5_NIF,5,3,7,N,N,1,27,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,26,TH5_NIF,6,1,3,N,Y,1,27,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,26,TH5_NIF,7,2,0,N,Y,1,27,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,27,TH5_NIF,0,6,3,N,Y,1,28,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,27,TH5_NIF,1,5,0,Y,Y,1,28,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,27,TH5_NIF,2,3,4,N,N,1,28,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,27,TH5_NIF,3,0,5,N,N,1,28,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,27,TH5_NIF,4,7,2,Y,N,1,28,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,27,TH5_NIF,5,4,1,Y,Y,1,28,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,27,TH5_NIF,6,2,7,N,Y,1,28,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,27,TH5_NIF,7,1,6,Y,N,1,28,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,28,TH5_NIF,0,2,4,N,N,1,30,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,28,TH5_NIF,1,3,5,Y,Y,1,30,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,28,TH5_NIF,2,0,6,Y,N,1,30,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,28,TH5_NIF,3,1,7,N,N,1,30,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,28,TH5_NIF,4,6,0,N,N,1,30,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,28,TH5_NIF,5,7,1,Y,Y,1,30,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,28,TH5_NIF,6,4,2,Y,N,1,30,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,28,TH5_NIF,7,5,3,N,N,1,30,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,29,TH5_NIF,0,2,4,N,N,1,29,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,29,TH5_NIF,1,3,5,N,N,1,29,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,29,TH5_NIF,2,0,6,N,Y,1,29,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,29,TH5_NIF,3,1,7,N,Y,1,29,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,29,TH5_NIF,4,6,0,N,N,1,29,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,29,TH5_NIF,5,7,1,N,N,1,29,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,29,TH5_NIF,6,4,2,N,Y,1,29,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,29,TH5_NIF,7,5,3,N,Y,1,29,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,30,TH5_NIF,0,4,6,N,Y,1,31,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,30,TH5_NIF,1,5,2,Y,N,1,31,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,30,TH5_NIF,2,6,4,Y,Y,1,31,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,30,TH5_NIF,3,7,1,N,N,1,31,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,30,TH5_NIF,4,0,7,N,N,1,31,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,30,TH5_NIF,5,1,3,Y,Y,1,31,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,30,TH5_NIF,6,2,5,Y,Y,1,31,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,30,TH5_NIF,7,3,0,N,N,1,31,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,31,TH5_NIF,0,5,2,Y,N,1,32,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,31,TH5_NIF,1,4,3,Y,N,1,32,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,31,TH5_NIF,2,7,0,Y,Y,1,32,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,31,TH5_NIF,3,6,1,Y,Y,1,32,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,31,TH5_NIF,4,1,4,Y,Y,1,32,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,31,TH5_NIF,5,0,7,Y,N,1,32,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,31,TH5_NIF,6,3,6,Y,N,1,32,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,31,TH5_NIF,7,2,5,Y,Y,1,32,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,32,TH5_NIF,0,4,2,Y,Y,1,34,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,32,TH5_NIF,1,5,3,N,N,1,34,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,32,TH5_NIF,2,7,0,Y,N,1,34,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,32,TH5_NIF,3,6,1,N,Y,1,34,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,32,TH5_NIF,4,0,5,Y,N,1,34,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,32,TH5_NIF,5,1,7,N,N,1,34,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,32,TH5_NIF,6,2,6,Y,Y,1,34,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,32,TH5_NIF,7,3,4,N,Y,1,34,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,33,TH5_NIF,0,4,6,N,N,1,33,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,33,TH5_NIF,1,5,3,N,Y,1,33,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,33,TH5_NIF,2,6,0,Y,N,1,33,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,33,TH5_NIF,3,7,1,Y,N,1,33,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,33,TH5_NIF,4,0,2,N,N,1,33,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,33,TH5_NIF,5,1,7,N,Y,1,33,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,33,TH5_NIF,6,2,4,Y,N,1,33,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,33,TH5_NIF,7,3,5,Y,N,1,33,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,34,TH5_NIF,0,2,5,N,Y,1,35,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,34,TH5_NIF,1,3,2,Y,Y,1,35,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,34,TH5_NIF,2,0,7,N,N,1,35,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,34,TH5_NIF,3,1,0,Y,N,1,35,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,34,TH5_NIF,4,6,1,N,Y,1,35,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,34,TH5_NIF,5,7,4,Y,N,1,35,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,34,TH5_NIF,6,4,3,N,N,1,35,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,34,TH5_NIF,7,5,6,Y,Y,1,35,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,35,TH5_NIF,0,2,5,N,Y,1,36,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,35,TH5_NIF,1,3,4,N,Y,1,36,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,35,TH5_NIF,2,0,6,Y,Y,1,36,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,35,TH5_NIF,3,1,7,Y,N,1,36,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,35,TH5_NIF,4,6,0,N,Y,1,36,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,35,TH5_NIF,5,7,1,N,Y,1,36,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,35,TH5_NIF,6,4,2,Y,Y,1,36,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,35,TH5_NIF,7,5,3,Y,N,1,36,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,36,TH5_NIF,0,7,1,Y,N,1,38,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,36,TH5_NIF,1,5,5,N,N,1,38,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,36,TH5_NIF,2,2,3,N,N,1,38,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,36,TH5_NIF,3,4,0,N,Y,1,38,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,36,TH5_NIF,4,6,6,N,Y,1,38,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,36,TH5_NIF,5,0,2,Y,N,1,38,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,36,TH5_NIF,6,3,4,N,Y,1,38,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,36,TH5_NIF,7,1,7,N,Y,1,38,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,37,TH5_NIF,0,5,6,Y,N,1,37,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,37,TH5_NIF,1,4,4,N,Y,1,37,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,37,TH5_NIF,2,1,2,N,Y,1,37,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,37,TH5_NIF,3,2,3,Y,N,1,37,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,37,TH5_NIF,4,6,7,Y,N,1,37,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,37,TH5_NIF,5,7,5,N,N,1,37,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,37,TH5_NIF,6,0,0,N,Y,1,37,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,37,TH5_NIF,7,3,1,Y,Y,1,37,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,38,TH5_NIF,0,1,0,Y,Y,1,39,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,38,TH5_NIF,1,3,2,Y,N,1,39,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,38,TH5_NIF,2,4,1,Y,Y,1,39,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,38,TH5_NIF,3,2,6,Y,Y,1,39,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,38,TH5_NIF,4,0,5,N,N,1,39,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,38,TH5_NIF,5,7,3,N,Y,1,39,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,38,TH5_NIF,6,6,7,N,N,1,39,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,38,TH5_NIF,7,5,4,Y,N,1,39,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,39,TH5_NIF,0,0,3,N,Y,1,40,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,39,TH5_NIF,1,3,2,N,N,1,40,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,39,TH5_NIF,2,6,4,N,N,1,40,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,39,TH5_NIF,3,7,6,Y,Y,1,40,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,39,TH5_NIF,4,1,1,Y,N,1,40,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,39,TH5_NIF,5,2,0,N,N,1,40,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,39,TH5_NIF,6,4,5,Y,Y,1,40,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,39,TH5_NIF,7,5,7,N,Y,1,40,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,40,TH5_NIF,0,4,4,N,N,1,42,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,40,TH5_NIF,1,7,2,Y,Y,1,42,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,40,TH5_NIF,2,1,5,N,Y,1,42,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,40,TH5_NIF,3,5,6,N,N,1,42,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,40,TH5_NIF,4,6,3,Y,Y,1,42,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,40,TH5_NIF,5,3,7,N,N,1,42,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,40,TH5_NIF,6,0,1,Y,N,1,42,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,40,TH5_NIF,7,2,0,N,Y,1,42,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,41,TH5_NIF,0,5,6,Y,N,1,41,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,41,TH5_NIF,1,4,4,N,Y,1,41,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,41,TH5_NIF,2,1,2,N,Y,1,41,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,41,TH5_NIF,3,2,3,Y,N,1,41,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,41,TH5_NIF,4,6,7,Y,N,1,41,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,41,TH5_NIF,5,7,5,N,N,1,41,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,41,TH5_NIF,6,0,0,Y,Y,1,41,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,41,TH5_NIF,7,3,1,Y,Y,1,41,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,42,TH5_NIF,0,1,0,Y,Y,1,43,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,42,TH5_NIF,1,3,2,Y,N,1,43,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,42,TH5_NIF,2,4,1,Y,Y,1,43,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,42,TH5_NIF,3,2,6,Y,Y,1,43,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,42,TH5_NIF,4,0,5,N,N,1,43,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,42,TH5_NIF,5,7,3,N,Y,1,43,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,42,TH5_NIF,6,6,7,N,N,1,43,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,42,TH5_NIF,7,5,4,Y,N,1,43,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,43,TH5_NIF,0,0,3,N,Y,1,44,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,43,TH5_NIF,1,3,2,N,N,1,44,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,43,TH5_NIF,2,6,4,N,N,1,44,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,43,TH5_NIF,3,7,6,Y,Y,1,44,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,43,TH5_NIF,4,1,1,Y,N,1,44,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,43,TH5_NIF,5,2,0,N,N,1,44,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,43,TH5_NIF,6,4,5,Y,Y,1,44,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,43,TH5_NIF,7,5,7,N,Y,1,44,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,44,TH5_NIF,0,4,3,N,N,1,46,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,44,TH5_NIF,1,7,2,Y,Y,1,46,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,44,TH5_NIF,2,1,5,N,Y,1,46,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,44,TH5_NIF,3,5,6,N,N,1,46,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,44,TH5_NIF,4,6,4,Y,N,1,46,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,44,TH5_NIF,5,3,7,N,N,1,46,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,44,TH5_NIF,6,0,1,Y,N,1,46,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,44,TH5_NIF,7,2,0,N,Y,1,46,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,45,TH5_NIF,0,5,3,Y,N,1,45,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,45,TH5_NIF,1,4,2,N,Y,1,45,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,45,TH5_NIF,2,1,4,N,Y,1,45,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,45,TH5_NIF,3,2,6,Y,N,1,45,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,45,TH5_NIF,4,6,7,Y,N,1,45,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,45,TH5_NIF,5,7,5,N,N,1,45,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,45,TH5_NIF,6,0,0,Y,Y,1,45,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,45,TH5_NIF,7,3,1,Y,Y,1,45,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,46,TH5_NIF,0,1,2,Y,Y,1,47,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,46,TH5_NIF,1,3,0,Y,N,1,47,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,46,TH5_NIF,2,4,1,Y,Y,1,47,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,46,TH5_NIF,3,2,7,Y,Y,1,47,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,46,TH5_NIF,4,0,5,N,N,1,47,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,46,TH5_NIF,5,7,3,N,Y,1,47,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,46,TH5_NIF,6,6,6,N,N,1,47,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,46,TH5_NIF,7,5,4,Y,N,1,47,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,47,TH5_NIF,0,3,3,N,Y,1,48,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,47,TH5_NIF,1,0,2,N,N,1,48,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,47,TH5_NIF,2,7,4,Y,N,1,48,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,47,TH5_NIF,3,6,6,N,Y,1,48,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,47,TH5_NIF,4,1,1,Y,N,1,48,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,47,TH5_NIF,5,2,0,N,N,1,48,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,47,TH5_NIF,6,4,5,Y,Y,1,48,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,47,TH5_NIF,7,5,7,N,Y,1,48,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,48,TH5_NIF,0,1,6,Y,Y,1,50,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,48,TH5_NIF,1,3,4,N,Y,1,50,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,48,TH5_NIF,2,6,1,Y,N,1,50,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,48,TH5_NIF,3,2,2,Y,N,1,50,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,48,TH5_NIF,4,0,3,N,Y,1,50,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,48,TH5_NIF,5,7,0,Y,Y,1,50,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,48,TH5_NIF,6,4,7,Y,N,1,50,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,48,TH5_NIF,7,5,5,Y,Y,1,50,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,49,TH5_NIF,0,2,6,N,Y,1,49,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,49,TH5_NIF,1,1,4,Y,Y,1,49,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,49,TH5_NIF,2,6,3,Y,N,1,49,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,49,TH5_NIF,3,5,2,N,N,1,49,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,49,TH5_NIF,4,0,0,N,Y,1,49,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,49,TH5_NIF,5,3,1,Y,Y,1,49,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,49,TH5_NIF,6,4,5,Y,Y,1,49,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,49,TH5_NIF,7,7,7,N,Y,1,49,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,50,TH5_NIF,0,6,4,N,Y,1,51,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,50,TH5_NIF,1,7,5,N,N,1,51,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,50,TH5_NIF,2,1,7,N,Y,1,51,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,50,TH5_NIF,3,5,0,N,N,1,51,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,50,TH5_NIF,4,4,1,N,Y,1,51,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,50,TH5_NIF,5,3,6,Y,N,1,51,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,50,TH5_NIF,6,0,2,Y,N,1,51,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,50,TH5_NIF,7,2,3,N,Y,1,51,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,51,TH5_NIF,0,7,6,Y,N,1,52,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,51,TH5_NIF,1,4,4,N,N,1,52,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,51,TH5_NIF,2,3,3,N,Y,1,52,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,51,TH5_NIF,3,0,2,Y,Y,1,52,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,51,TH5_NIF,4,6,7,N,N,1,52,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,51,TH5_NIF,5,5,5,Y,N,1,52,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,51,TH5_NIF,6,1,1,N,N,1,52,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,51,TH5_NIF,7,2,0,Y,N,1,52,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,52,TH5_NIF,0,1,6,Y,Y,1,54,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,52,TH5_NIF,1,3,4,N,Y,1,54,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,52,TH5_NIF,2,6,1,Y,N,1,54,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,52,TH5_NIF,3,2,2,Y,N,1,54,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,52,TH5_NIF,4,0,3,N,Y,1,54,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,52,TH5_NIF,5,7,0,Y,Y,1,54,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,52,TH5_NIF,6,4,7,Y,N,1,54,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,52,TH5_NIF,7,5,5,Y,Y,1,54,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,53,TH5_NIF,0,2,6,N,Y,1,53,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,53,TH5_NIF,1,1,4,Y,Y,1,53,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,53,TH5_NIF,2,6,3,Y,N,1,53,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,53,TH5_NIF,3,5,2,N,N,1,53,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,53,TH5_NIF,4,0,0,N,Y,1,53,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,53,TH5_NIF,5,3,1,Y,Y,1,53,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,53,TH5_NIF,6,4,5,Y,Y,1,53,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,53,TH5_NIF,7,7,7,N,Y,1,53,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,54,TH5_NIF,0,6,4,N,Y,1,55,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,54,TH5_NIF,1,7,5,N,N,1,55,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,54,TH5_NIF,2,1,7,N,Y,1,55,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,54,TH5_NIF,3,5,0,N,N,1,55,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,54,TH5_NIF,4,4,1,N,Y,1,55,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,54,TH5_NIF,5,3,6,Y,N,1,55,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,54,TH5_NIF,6,0,2,Y,N,1,55,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,54,TH5_NIF,7,2,3,N,Y,1,55,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,55,TH5_NIF,0,7,6,Y,N,1,56,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,55,TH5_NIF,1,4,4,N,N,1,56,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,55,TH5_NIF,2,3,3,N,Y,1,56,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,55,TH5_NIF,3,0,2,Y,Y,1,56,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,55,TH5_NIF,4,6,7,N,N,1,56,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,55,TH5_NIF,5,5,5,Y,N,1,56,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,55,TH5_NIF,6,1,1,N,N,1,56,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,55,TH5_NIF,7,2,0,Y,N,1,56,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,56,TH5_NIF,0,1,6,Y,Y,1,58,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,56,TH5_NIF,1,3,4,N,Y,1,58,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,56,TH5_NIF,2,6,1,Y,N,1,58,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,56,TH5_NIF,3,2,2,Y,N,1,58,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,56,TH5_NIF,4,0,3,N,Y,1,58,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,56,TH5_NIF,5,7,0,Y,Y,1,58,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,56,TH5_NIF,6,4,7,Y,N,1,58,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,56,TH5_NIF,7,5,5,Y,Y,1,58,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,57,TH5_NIF,0,2,6,N,Y,1,57,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,57,TH5_NIF,1,1,4,Y,Y,1,57,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,57,TH5_NIF,2,6,3,Y,N,1,57,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,57,TH5_NIF,3,5,2,N,N,1,57,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,57,TH5_NIF,4,0,0,N,Y,1,57,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,57,TH5_NIF,5,3,1,Y,Y,1,57,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,57,TH5_NIF,6,4,5,Y,Y,1,57,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,57,TH5_NIF,7,7,7,N,Y,1,57,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,58,TH5_NIF,0,6,4,N,Y,1,59,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,58,TH5_NIF,1,7,5,N,N,1,59,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,58,TH5_NIF,2,1,7,N,Y,1,59,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,58,TH5_NIF,3,5,0,N,N,1,59,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,58,TH5_NIF,4,4,1,N,Y,1,59,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,58,TH5_NIF,5,3,6,Y,N,1,59,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,58,TH5_NIF,6,0,2,N,N,1,59,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,58,TH5_NIF,7,2,3,N,Y,1,59,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,59,TH5_NIF,0,5,1,Y,Y,1,60,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,59,TH5_NIF,1,4,3,Y,Y,1,60,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,59,TH5_NIF,2,0,5,N,N,1,60,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,59,TH5_NIF,3,1,7,Y,Y,1,60,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,59,TH5_NIF,4,7,0,Y,N,1,60,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,59,TH5_NIF,5,6,2,Y,N,1,60,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,59,TH5_NIF,6,3,4,N,N,1,60,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,59,TH5_NIF,7,2,6,Y,N,1,60,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,60,TH5_NIF,0,2,2,N,Y,1,62,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,60,TH5_NIF,1,3,6,Y,N,1,62,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,60,TH5_NIF,2,0,3,Y,N,1,62,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,60,TH5_NIF,3,1,0,N,N,1,62,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,60,TH5_NIF,4,6,4,N,Y,1,62,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,60,TH5_NIF,5,7,7,Y,Y,1,62,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,60,TH5_NIF,6,4,1,Y,N,1,62,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,60,TH5_NIF,7,5,5,N,Y,1,62,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,61,TH5_NIF,0,2,5,N,N,1,61,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,61,TH5_NIF,1,3,4,Y,Y,1,61,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,61,TH5_NIF,2,0,7,N,Y,1,61,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,61,TH5_NIF,3,1,6,Y,N,1,61,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,61,TH5_NIF,4,6,1,N,N,1,61,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,61,TH5_NIF,5,7,0,Y,Y,1,61,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,61,TH5_NIF,6,4,3,N,Y,1,61,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,61,TH5_NIF,7,5,2,Y,N,1,61,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,62,TH5_NIF,0,4,2,N,N,1,63,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,62,TH5_NIF,1,5,3,Y,N,1,63,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,62,TH5_NIF,2,6,0,Y,N,1,63,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,62,TH5_NIF,3,7,1,N,N,1,63,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,62,TH5_NIF,4,0,6,N,N,1,63,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,62,TH5_NIF,5,1,7,Y,N,1,63,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,62,TH5_NIF,6,2,4,Y,N,1,63,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,62,TH5_NIF,7,3,5,N,N,1,63,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,63,TH5_NIF,0,5,2,N,Y,1,64,TRANSCEIVER,0,OSFP,0,0,0,N,N +1,1,NPU,63,TH5_NIF,1,4,3,Y,N,1,64,TRANSCEIVER,0,OSFP,1,1,1,N,N +1,1,NPU,63,TH5_NIF,2,7,0,N,N,1,64,TRANSCEIVER,0,OSFP,2,2,2,N,N +1,1,NPU,63,TH5_NIF,3,6,1,Y,Y,1,64,TRANSCEIVER,0,OSFP,3,3,3,N,N +1,1,NPU,63,TH5_NIF,4,1,6,N,Y,1,64,TRANSCEIVER,0,OSFP,4,4,4,N,N +1,1,NPU,63,TH5_NIF,5,0,7,Y,N,1,64,TRANSCEIVER,0,OSFP,5,5,5,N,N +1,1,NPU,63,TH5_NIF,6,3,4,N,Y,1,64,TRANSCEIVER,0,OSFP,6,6,6,N,N +1,1,NPU,63,TH5_NIF,7,2,5,Y,Y,1,64,TRANSCEIVER,0,OSFP,7,7,7,N,N +1,1,NPU,64,TH5_NIF,0,0,0,Y,N,1,65,TRANSCEIVER,0,QSFP28,0,0,0,N,N +1,1,NPU,64,TH5_NIF,1,1,1,Y,N,1,65,TRANSCEIVER,0,QSFP28,1,1,1,N,N +1,1,NPU,64,TH5_NIF,2,2,2,Y,N,1,65,TRANSCEIVER,0,QSFP28,2,2,2,N,N +1,1,NPU,64,TH5_NIF,3,3,3,Y,N,1,65,TRANSCEIVER,0,QSFP28,3,3,3,N,N \ No newline at end of file diff --git a/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_vendor_config.json b/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_vendor_config.json new file mode 100644 index 0000000000000..fa2add6133545 --- /dev/null +++ b/fboss/lib/platform_mapping_v2/platforms/minipack3bta/minipack3bta_vendor_config.json @@ -0,0 +1,22 @@ +{ + "config" : { + "common_config" : { + + }, + "prod_config_only" : { + + }, + "hw_test_config_only" : { + "sai_uncached_port_stats": "0x1" + }, + "link_test_config_only" : { + "sai_uncached_port_stats": "0x1" + }, + "benchmark_config_only" : { + + }, + "port_map_config" : { + + } + } +} diff --git a/fboss/lib/platform_mapping_v2/platforms/wedge800cact/wedge800cact_port_profile_mapping.csv b/fboss/lib/platform_mapping_v2/platforms/wedge800cact/wedge800cact_port_profile_mapping.csv index 6e1e6dac7655d..5c8b1ee1b2466 100644 --- a/fboss/lib/platform_mapping_v2/platforms/wedge800cact/wedge800cact_port_profile_mapping.csv +++ b/fboss/lib/platform_mapping_v2/platforms/wedge800cact/wedge800cact_port_profile_mapping.csv @@ -1,163 +1,163 @@ -Global_PortID,Logical_PortID,Port_Name,Supported_Port_Profiles,Attached_CoreID,Attached_Core_PortID,Virtual_Device_ID,Port_Type,Scope -1,1,eth1/1/1,23-25-38-39,,,,0,0 -2,2,eth1/1/5,23-25-38,,,,0,0 -3,3,eth1/2/1,23-25-38-39,,,,0,0 -4,4,eth1/2/5,23-25-38,,,,0,0 -5,5,eth1/3/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -6,6,eth1/3/2,43-56,,,,0,0 -7,7,eth1/3/3,19-21-43-55-56,,,,0,0 -8,8,eth1/3/4,43-56,,,,0,0 -9,9,eth1/3/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -10,10,eth1/3/6,43-56,,,,0,0 -11,11,eth1/3/7,19-21-43-55-56,,,,0,0 -12,12,eth1/3/8,43-56,,,,0,0 -13,13,eth1/4/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -14,14,eth1/4/2,43-56,,,,0,0 -15,15,eth1/4/3,19-21-43-55-56,,,,0,0 -16,16,eth1/4/4,43-56,,,,0,0 -17,17,eth1/4/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -18,18,eth1/4/6,43-56,,,,0,0 -19,19,eth1/4/7,19-21-43-55-56,,,,0,0 -20,20,eth1/4/8,43-56,,,,0,0 -21,21,eth1/5/1,23-25-38-39,,,,0,0 -22,22,eth1/5/5,23-25-38,,,,0,0 -23,23,eth1/6/1,23-25-38-39,,,,0,0 -24,24,eth1/6/5,23-25-38,,,,0,0 -25,25,eth1/7/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -26,26,eth1/7/2,43-56,,,,0,0 -27,27,eth1/7/3,19-21-43-55-56,,,,0,0 -28,28,eth1/7/4,43-56,,,,0,0 -29,29,eth1/7/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -30,30,eth1/7/6,43-56,,,,0,0 -31,31,eth1/7/7,19-21-43-55-56,,,,0,0 -32,32,eth1/7/8,43-56,,,,0,0 -33,33,eth1/8/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -34,34,eth1/8/2,43-56,,,,0,0 -35,35,eth1/8/3,19-21-43-55-56,,,,0,0 -36,36,eth1/8/4,43-56,,,,0,0 -37,37,eth1/8/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -38,38,eth1/8/6,43-56,,,,0,0 -39,39,eth1/8/7,19-21-43-55-56,,,,0,0 -40,40,eth1/8/8,43-56,,,,0,0 -41,41,eth1/9/1,23-25-38-39,,,,0,0 -42,42,eth1/9/5,23-25-38,,,,0,0 -43,43,eth1/10/1,23-25-38-39,,,,0,0 -44,44,eth1/10/5,23-25-38,,,,0,0 -45,45,eth1/11/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -46,46,eth1/11/2,43-56,,,,0,0 -47,47,eth1/11/3,19-21-43-55-56,,,,0,0 -48,48,eth1/11/4,43-56,,,,0,0 -49,49,eth1/11/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -50,50,eth1/11/6,43-56,,,,0,0 -51,51,eth1/11/7,19-21-43-55-56,,,,0,0 -52,52,eth1/11/8,43-56,,,,0,0 -53,53,eth1/12/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -54,54,eth1/12/2,43-56,,,,0,0 -55,55,eth1/12/3,19-21-43-55-56,,,,0,0 -56,56,eth1/12/4,43-56,,,,0,0 -57,57,eth1/12/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -58,58,eth1/12/6,43-56,,,,0,0 -59,59,eth1/12/7,19-21-43-55-56,,,,0,0 -60,60,eth1/12/8,43-56,,,,0,0 -61,61,eth1/13/1,23-25-38-39,,,,0,0 -62,62,eth1/13/5,23-25-38,,,,0,0 -63,63,eth1/14/1,23-25-38-39,,,,0,0 -64,64,eth1/14/5,23-25-38,,,,0,0 -65,65,eth1/15/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -66,66,eth1/15/2,43-56,,,,0,0 -67,67,eth1/15/3,19-21-43-55-56,,,,0,0 -68,68,eth1/15/4,43-56,,,,0,0 -69,69,eth1/15/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -70,70,eth1/15/6,43-56,,,,0,0 -71,71,eth1/15/7,19-21-43-55-56,,,,0,0 -72,72,eth1/15/8,43-56,,,,0,0 -73,73,eth1/16/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -74,74,eth1/16/2,43-56,,,,0,0 -75,75,eth1/16/3,19-21-43-55-56,,,,0,0 -76,76,eth1/16/4,43-56,,,,0,0 -77,77,eth1/16/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -78,78,eth1/16/6,43-56,,,,0,0 -79,79,eth1/16/7,19-21-43-55-56,,,,0,0 -80,80,eth1/16/8,43-56,,,,0,0 -81,81,eth1/17/1,23-25-38-39,,,,0,0 -82,82,eth1/17/5,23-25-38,,,,0,0 -83,83,eth1/18/1,23-25-38-39,,,,0,0 -84,84,eth1/18/5,23-25-38,,,,0,0 -85,85,eth1/19/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -86,86,eth1/19/2,43-56,,,,0,0 -87,87,eth1/19/3,19-21-43-55-56,,,,0,0 -88,88,eth1/19/4,43-56,,,,0,0 -89,89,eth1/19/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -90,90,eth1/19/6,43-56,,,,0,0 -91,91,eth1/19/7,19-21-43-55-56,,,,0,0 -92,92,eth1/19/8,43-56,,,,0,0 -93,93,eth1/20/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -94,94,eth1/20/2,43-56,,,,0,0 -95,95,eth1/20/3,19-21-43-55-56,,,,0,0 -96,96,eth1/20/4,43-56,,,,0,0 -97,97,eth1/20/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -98,98,eth1/20/6,43-56,,,,0,0 -99,99,eth1/20/7,19-21-43-55-56,,,,0,0 -100,100,eth1/20/8,43-56,,,,0,0 -101,101,eth1/21/1,23-25-38-39,,,,0,0 -102,102,eth1/21/5,23-25-38,,,,0,0 -103,103,eth1/22/1,23-25-38-39,,,,0,0 -104,104,eth1/22/5,23-25-38,,,,0,0 -105,105,eth1/23/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -106,106,eth1/23/2,43-56,,,,0,0 -107,107,eth1/23/3,19-21-43-55-56,,,,0,0 -108,108,eth1/23/4,43-56,,,,0,0 -109,109,eth1/23/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -110,110,eth1/23/6,43-56,,,,0,0 -111,111,eth1/23/7,19-21-43-55-56,,,,0,0 -112,112,eth1/23/8,43-56,,,,0,0 -113,113,eth1/24/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -114,114,eth1/24/2,43-56,,,,0,0 -115,115,eth1/24/3,19-21-43-55-56,,,,0,0 -116,116,eth1/24/4,43-56,,,,0,0 -117,117,eth1/24/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -118,118,eth1/24/6,43-56,,,,0,0 -119,119,eth1/24/7,19-21-43-55-56,,,,0,0 -120,120,eth1/24/8,43-56,,,,0,0 -121,121,eth1/25/1,23-25-38-39,,,,0,0 -122,122,eth1/25/5,23-25-38,,,,0,0 -123,123,eth1/26/1,23-25-38-39,,,,0,0 -124,124,eth1/26/5,23-25-38,,,,0,0 -125,125,eth1/27/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -126,126,eth1/27/2,43-56,,,,0,0 -127,127,eth1/27/3,19-21-43-55-56,,,,0,0 -128,128,eth1/27/4,43-56,,,,0,0 -129,129,eth1/27/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -130,130,eth1/27/6,43-56,,,,0,0 -131,131,eth1/27/7,19-21-43-55-56,,,,0,0 -132,132,eth1/27/8,43-56,,,,0,0 -133,133,eth1/28/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -134,134,eth1/28/2,43-56,,,,0,0 -135,135,eth1/28/3,19-21-43-55-56,,,,0,0 -136,136,eth1/28/4,43-56,,,,0,0 -137,137,eth1/28/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -138,138,eth1/28/6,43-56,,,,0,0 -139,139,eth1/28/7,19-21-43-55-56,,,,0,0 -140,140,eth1/28/8,43-56,,,,0,0 -141,141,eth1/29/1,23-25-38-39,,,,0,0 -142,142,eth1/29/5,23-25-38,,,,0,0 -143,143,eth1/30/1,23-25-38-39,,,,0,0 -144,144,eth1/30/5,23-25-38,,,,0,0 -145,145,eth1/31/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -146,146,eth1/31/2,43-56,,,,0,0 -147,147,eth1/31/3,19-21-43-55-56,,,,0,0 -148,148,eth1/31/4,43-56,,,,0,0 -149,149,eth1/31/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -150,150,eth1/31/6,43-56,,,,0,0 -151,151,eth1/31/7,19-21-43-55-56,,,,0,0 -152,152,eth1/31/8,43-56,,,,0,0 -153,153,eth1/32/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0 -154,154,eth1/32/2,43-56,,,,0,0 -155,155,eth1/32/3,19-21-43-55-56,,,,0,0 -156,156,eth1/32/4,43-56,,,,0,0 -157,157,eth1/32/5,19-21-22-24-32-38-43-45-55-56,,,,0,0 -158,158,eth1/32/6,43-56,,,,0,0 -159,159,eth1/32/7,19-21-43-55-56,,,,0,0 -160,160,eth1/32/8,43-56,,,,0,0 -161,161,eth1/33/1,12-30-48,,,,0,0 -162,162,eth1/33/2,12-30,,,,0,0 +Global_PortID,Logical_PortID,Port_Name,Supported_Port_Profiles,Attached_CoreID,Attached_Core_PortID,Virtual_Device_ID,Port_Type,Scope,Parent_Port,Controlling_Port +1,1,eth1/1/1,23-25-38-39,,,,0,0,,1 +2,2,eth1/1/5,23-25-38,,,,0,0,,1 +3,3,eth1/2/1,23-25-38-39,,,,0,0,,3 +4,4,eth1/2/5,23-25-38,,,,0,0,,3 +5,5,eth1/3/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,5 +6,6,eth1/3/2,43-56,,,,0,0,,5 +7,7,eth1/3/3,19-21-43-55-56,,,,0,0,,5 +8,8,eth1/3/4,43-56,,,,0,0,,5 +9,9,eth1/3/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,5 +10,10,eth1/3/6,43-56,,,,0,0,,5 +11,11,eth1/3/7,19-21-43-55-56,,,,0,0,,5 +12,12,eth1/3/8,43-56,,,,0,0,,5 +13,13,eth1/4/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,13 +14,14,eth1/4/2,43-56,,,,0,0,,13 +15,15,eth1/4/3,19-21-43-55-56,,,,0,0,,13 +16,16,eth1/4/4,43-56,,,,0,0,,13 +17,17,eth1/4/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,13 +18,18,eth1/4/6,43-56,,,,0,0,,13 +19,19,eth1/4/7,19-21-43-55-56,,,,0,0,,13 +20,20,eth1/4/8,43-56,,,,0,0,,13 +21,21,eth1/5/1,23-25-38-39,,,,0,0,,21 +22,22,eth1/5/5,23-25-38,,,,0,0,,21 +23,23,eth1/6/1,23-25-38-39,,,,0,0,,23 +24,24,eth1/6/5,23-25-38,,,,0,0,,23 +25,25,eth1/7/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,25 +26,26,eth1/7/2,43-56,,,,0,0,,25 +27,27,eth1/7/3,19-21-43-55-56,,,,0,0,,25 +28,28,eth1/7/4,43-56,,,,0,0,,25 +29,29,eth1/7/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,25 +30,30,eth1/7/6,43-56,,,,0,0,,25 +31,31,eth1/7/7,19-21-43-55-56,,,,0,0,,25 +32,32,eth1/7/8,43-56,,,,0,0,,25 +33,33,eth1/8/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,33 +34,34,eth1/8/2,43-56,,,,0,0,,33 +35,35,eth1/8/3,19-21-43-55-56,,,,0,0,,33 +36,36,eth1/8/4,43-56,,,,0,0,,33 +37,37,eth1/8/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,33 +38,38,eth1/8/6,43-56,,,,0,0,,33 +39,39,eth1/8/7,19-21-43-55-56,,,,0,0,,33 +40,40,eth1/8/8,43-56,,,,0,0,,33 +41,41,eth1/9/1,23-25-38-39,,,,0,0,,41 +42,42,eth1/9/5,23-25-38,,,,0,0,,41 +43,43,eth1/10/1,23-25-38-39,,,,0,0,,43 +44,44,eth1/10/5,23-25-38,,,,0,0,,43 +45,45,eth1/11/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,45 +46,46,eth1/11/2,43-56,,,,0,0,,45 +47,47,eth1/11/3,19-21-43-55-56,,,,0,0,,45 +48,48,eth1/11/4,43-56,,,,0,0,,45 +49,49,eth1/11/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,45 +50,50,eth1/11/6,43-56,,,,0,0,,45 +51,51,eth1/11/7,19-21-43-55-56,,,,0,0,,45 +52,52,eth1/11/8,43-56,,,,0,0,,45 +53,53,eth1/12/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,53 +54,54,eth1/12/2,43-56,,,,0,0,,53 +55,55,eth1/12/3,19-21-43-55-56,,,,0,0,,53 +56,56,eth1/12/4,43-56,,,,0,0,,53 +57,57,eth1/12/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,53 +58,58,eth1/12/6,43-56,,,,0,0,,53 +59,59,eth1/12/7,19-21-43-55-56,,,,0,0,,53 +60,60,eth1/12/8,43-56,,,,0,0,,53 +61,61,eth1/13/1,23-25-38-39,,,,0,0,,61 +62,62,eth1/13/5,23-25-38,,,,0,0,,61 +63,63,eth1/14/1,23-25-38-39,,,,0,0,,63 +64,64,eth1/14/5,23-25-38,,,,0,0,,63 +65,65,eth1/15/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,65 +66,66,eth1/15/2,43-56,,,,0,0,,65 +67,67,eth1/15/3,19-21-43-55-56,,,,0,0,,65 +68,68,eth1/15/4,43-56,,,,0,0,,65 +69,69,eth1/15/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,65 +70,70,eth1/15/6,43-56,,,,0,0,,65 +71,71,eth1/15/7,19-21-43-55-56,,,,0,0,,65 +72,72,eth1/15/8,43-56,,,,0,0,,65 +73,73,eth1/16/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,73 +74,74,eth1/16/2,43-56,,,,0,0,,73 +75,75,eth1/16/3,19-21-43-55-56,,,,0,0,,73 +76,76,eth1/16/4,43-56,,,,0,0,,73 +77,77,eth1/16/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,73 +78,78,eth1/16/6,43-56,,,,0,0,,73 +79,79,eth1/16/7,19-21-43-55-56,,,,0,0,,73 +80,80,eth1/16/8,43-56,,,,0,0,,73 +81,81,eth1/17/1,23-25-38-39,,,,0,0,,81 +82,82,eth1/17/5,23-25-38,,,,0,0,,81 +83,83,eth1/18/1,23-25-38-39,,,,0,0,,83 +84,84,eth1/18/5,23-25-38,,,,0,0,,83 +85,85,eth1/19/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,85 +86,86,eth1/19/2,43-56,,,,0,0,,85 +87,87,eth1/19/3,19-21-43-55-56,,,,0,0,,85 +88,88,eth1/19/4,43-56,,,,0,0,,85 +89,89,eth1/19/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,85 +90,90,eth1/19/6,43-56,,,,0,0,,85 +91,91,eth1/19/7,19-21-43-55-56,,,,0,0,,85 +92,92,eth1/19/8,43-56,,,,0,0,,85 +93,93,eth1/20/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,93 +94,94,eth1/20/2,43-56,,,,0,0,,93 +95,95,eth1/20/3,19-21-43-55-56,,,,0,0,,93 +96,96,eth1/20/4,43-56,,,,0,0,,93 +97,97,eth1/20/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,93 +98,98,eth1/20/6,43-56,,,,0,0,,93 +99,99,eth1/20/7,19-21-43-55-56,,,,0,0,,93 +100,100,eth1/20/8,43-56,,,,0,0,,93 +101,101,eth1/21/1,23-25-38-39,,,,0,0,,101 +102,102,eth1/21/5,23-25-38,,,,0,0,,101 +103,103,eth1/22/1,23-25-38-39,,,,0,0,,103 +104,104,eth1/22/5,23-25-38,,,,0,0,,103 +105,105,eth1/23/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,105 +106,106,eth1/23/2,43-56,,,,0,0,,105 +107,107,eth1/23/3,19-21-43-55-56,,,,0,0,,105 +108,108,eth1/23/4,43-56,,,,0,0,,105 +109,109,eth1/23/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,105 +110,110,eth1/23/6,43-56,,,,0,0,,105 +111,111,eth1/23/7,19-21-43-55-56,,,,0,0,,105 +112,112,eth1/23/8,43-56,,,,0,0,,105 +113,113,eth1/24/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,113 +114,114,eth1/24/2,43-56,,,,0,0,,113 +115,115,eth1/24/3,19-21-43-55-56,,,,0,0,,113 +116,116,eth1/24/4,43-56,,,,0,0,,113 +117,117,eth1/24/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,113 +118,118,eth1/24/6,43-56,,,,0,0,,113 +119,119,eth1/24/7,19-21-43-55-56,,,,0,0,,113 +120,120,eth1/24/8,43-56,,,,0,0,,113 +121,121,eth1/25/1,23-25-38-39,,,,0,0,,121 +122,122,eth1/25/5,23-25-38,,,,0,0,,121 +123,123,eth1/26/1,23-25-38-39,,,,0,0,,123 +124,124,eth1/26/5,23-25-38,,,,0,0,,123 +125,125,eth1/27/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,125 +126,126,eth1/27/2,43-56,,,,0,0,,125 +127,127,eth1/27/3,19-21-43-55-56,,,,0,0,,125 +128,128,eth1/27/4,43-56,,,,0,0,,125 +129,129,eth1/27/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,125 +130,130,eth1/27/6,43-56,,,,0,0,,125 +131,131,eth1/27/7,19-21-43-55-56,,,,0,0,,125 +132,132,eth1/27/8,43-56,,,,0,0,,125 +133,133,eth1/28/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,133 +134,134,eth1/28/2,43-56,,,,0,0,,133 +135,135,eth1/28/3,19-21-43-55-56,,,,0,0,,133 +136,136,eth1/28/4,43-56,,,,0,0,,133 +137,137,eth1/28/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,133 +138,138,eth1/28/6,43-56,,,,0,0,,133 +139,139,eth1/28/7,19-21-43-55-56,,,,0,0,,133 +140,140,eth1/28/8,43-56,,,,0,0,,133 +141,141,eth1/29/1,23-25-38-39,,,,0,0,,141 +142,142,eth1/29/5,23-25-38,,,,0,0,,141 +143,143,eth1/30/1,23-25-38-39,,,,0,0,,143 +144,144,eth1/30/5,23-25-38,,,,0,0,,143 +145,145,eth1/31/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,145 +146,146,eth1/31/2,43-56,,,,0,0,,145 +147,147,eth1/31/3,19-21-43-55-56,,,,0,0,,145 +148,148,eth1/31/4,43-56,,,,0,0,,145 +149,149,eth1/31/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,145 +150,150,eth1/31/6,43-56,,,,0,0,,145 +151,151,eth1/31/7,19-21-43-55-56,,,,0,0,,145 +152,152,eth1/31/8,43-56,,,,0,0,,145 +153,153,eth1/32/1,19-21-22-24-32-38-39-43-45-50-55-56,,,,0,0,,153 +154,154,eth1/32/2,43-56,,,,0,0,,153 +155,155,eth1/32/3,19-21-43-55-56,,,,0,0,,153 +156,156,eth1/32/4,43-56,,,,0,0,,153 +157,157,eth1/32/5,19-21-22-24-32-38-43-45-55-56,,,,0,0,,153 +158,158,eth1/32/6,43-56,,,,0,0,,153 +159,159,eth1/32/7,19-21-43-55-56,,,,0,0,,153 +160,160,eth1/32/8,43-56,,,,0,0,,153 +161,161,eth1/33/1,12-30-48,,,,0,0,,161 +162,162,eth1/33/2,12-30,,,,0,0,,161 diff --git a/fboss/lib/platform_mapping_v2/test/verify_generated_files.py b/fboss/lib/platform_mapping_v2/test/verify_generated_files.py index ea68f44a87933..c7a315e6d536c 100644 --- a/fboss/lib/platform_mapping_v2/test/verify_generated_files.py +++ b/fboss/lib/platform_mapping_v2/test/verify_generated_files.py @@ -27,6 +27,7 @@ class TestVerifyPlatformMappingGeneratedFiles(unittest.TestCase): "montblanc", "montblanc_odd_ports_8x100G", "minipack3n", + "minipack3bta", "meru800bia", "meru800bia_dual_stage_rdsw", "meru800bia_dual_stage_edsw", diff --git a/fboss/oss/cli_tests/cli_test_lib.py b/fboss/oss/cli_tests/cli_test_lib.py new file mode 100644 index 0000000000000..be38ebcf1ec2b --- /dev/null +++ b/fboss/oss/cli_tests/cli_test_lib.py @@ -0,0 +1,241 @@ +#!/usr/bin/env python3 +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + +""" +Common library for CLI end-to-end tests. + +This module provides shared utilities for CLI tests including: +- Finding and running the fboss2-dev CLI binary +- Parsing interface information from CLI output +- Running shell commands with proper error handling +""" + +import json +import os +import subprocess +import time +from dataclasses import dataclass +from typing import Any, Callable, Optional + + +@dataclass +class Interface: + """Represents a network interface from the output of 'show interface'.""" + + name: str + status: str + speed: str + vlan: Optional[int] + mtu: int + addresses: list[str] # IPv4 and IPv6 addresses assigned to the interface + description: str + + @staticmethod + def from_json(data: dict[str, Any]) -> "Interface": + """ + Parse interface data from JSON into an Interface object. + + The JSON format from 'fboss2 --fmt json show interface' is: + { + "name": "eth1/1/1", + "description": "...", + "status": "down", + "speed": "800G", + "vlan": 2001, + "mtu": 1500, + "prefixes": [{"ip": "10.0.0.0", "prefixLength": 24}, ...], + ... + } + """ + # Convert prefixes to "ip/prefixLength" format + prefixes = data.get("prefixes", []) + addresses = [f"{p['ip']}/{p['prefixLength']}" for p in prefixes] + + return Interface( + name=data["name"], + status=data["status"], + speed=data["speed"], + vlan=data.get("vlan"), + mtu=data["mtu"], + addresses=addresses, + description=data.get("description", ""), + ) + + +# CLI binary path - can be overridden via FBOSS_CLI_PATH environment variable +_FBOSS_CLI = None + + +def get_fboss_cli() -> str: + """ + Get the path to the FBOSS CLI binary. + + The path can be overridden by setting the FBOSS_CLI_PATH environment variable. + Example: FBOSS_CLI_PATH=/tmp/fboss2-dev python3 test_config_interface_mtu.py + """ + global _FBOSS_CLI + if _FBOSS_CLI is not None: + return _FBOSS_CLI + + # Check if path is specified via environment variable + env_path = os.environ.get("FBOSS_CLI_PATH") + if env_path: + expanded = os.path.expanduser(env_path) + if os.path.isfile(expanded) and os.access(expanded, os.X_OK): + _FBOSS_CLI = expanded + print(f" Using CLI from FBOSS_CLI_PATH: {_FBOSS_CLI}") + return _FBOSS_CLI + else: + raise RuntimeError( + f"FBOSS_CLI_PATH is set to '{env_path}' but the file does not exist " + "or is not executable" + ) + + # Default locations (only fboss2-dev has config commands) + candidates = ( + "/opt/fboss/bin/fboss2-dev", + "fboss2-dev", + ) + + for candidate in candidates: + if os.path.isabs(candidate): + if os.path.isfile(candidate) and os.access(candidate, os.X_OK): + _FBOSS_CLI = candidate + return _FBOSS_CLI + else: + # Check if it's in PATH + result = subprocess.run( + ["which", candidate], capture_output=True, text=True + ) + if result.returncode == 0: + _FBOSS_CLI = result.stdout.strip() + return _FBOSS_CLI + + raise RuntimeError( + "Could not find fboss2-dev CLI binary. " + "Set FBOSS_CLI_PATH environment variable to specify the path." + ) + + +def run_cmd(cmd: list[str], check: bool = True) -> subprocess.CompletedProcess: + """Run a command and return the result.""" + print(f"Running: {' '.join(cmd)}") + result = subprocess.run(cmd, capture_output=True, text=True) + if check and result.returncode != 0: + print(f"Command failed with return code {result.returncode}") + print(f"stdout: {result.stdout}") + print(f"stderr: {result.stderr}") + raise RuntimeError(f"Command failed: {' '.join(cmd)}") + return result + + +def run_cli(args: list[str], check: bool = True) -> dict[str, Any]: + """Run the fboss2-dev CLI with the given arguments. + + The --fmt json flag is automatically prepended to all commands. + Returns the parsed JSON output as a dict. + """ + cli = get_fboss_cli() + cmd = [cli, "--fmt", "json"] + args + print(f"[CLI] Running: {' '.join(args)}") + start_time = time.time() + result = subprocess.run(cmd, capture_output=True, text=True) + elapsed = time.time() - start_time + print(f"[CLI] Completed in {elapsed:.2f}s: {' '.join(args)}") + if check and result.returncode != 0: + print(f"Command failed with return code {result.returncode}") + print(f"stdout: {result.stdout}") + print(f"stderr: {result.stderr}") + raise RuntimeError(f"Command failed: {' '.join(cmd)}") + return json.loads(result.stdout) if result.stdout.strip() else {} + + +def _get_interfaces(interface_name: Optional[str] = None) -> dict[str, Interface]: + """ + Get interface information from 'fboss2-dev show interface [name]'. + + Args: + interface_name: Optional interface name. If None, gets all interfaces. + + Returns a dict mapping interface name to Interface object. + """ + args = ["show", "interface"] + if interface_name is not None: + args.append(interface_name) + + data = run_cli(args) + + # The JSON has a host key (e.g., "127.0.0.1") containing the interfaces + interfaces: dict[str, Interface] = {} + for host_data in data.values(): + for intf_data in host_data.get("interfaces", []): + intf = Interface.from_json(intf_data) + assert intf.name not in interfaces, f"Duplicate interface name: {intf.name}" + interfaces[intf.name] = intf + + return interfaces + + +def get_all_interfaces() -> dict[str, Interface]: + """ + Get all interface information from 'fboss2-dev show interface'. + Returns a dict mapping interface name to Interface object. + """ + return _get_interfaces() + + +def get_interface_info(interface_name: str) -> Interface: + """ + Get interface information from 'fboss2-dev show interface '. + Returns an Interface object. + """ + interfaces = _get_interfaces(interface_name) + + if interface_name not in interfaces: + raise RuntimeError(f"Could not find interface {interface_name} in output") + + return interfaces[interface_name] + + +def find_interfaces(predicate: Callable[[Interface], bool]) -> list[Interface]: + """ + Find all interfaces matching the given predicate. + + Args: + predicate: A callable that takes an Interface and returns True + if the interface should be included in the results. + + Returns: + A list of Interface objects for all matching interfaces. + + This calls the CLI only once via get_all_interfaces(). + """ + all_interfaces = get_all_interfaces() + return [intf for intf in all_interfaces.values() if predicate(intf)] + + +def find_first_eth_interface() -> Interface: + """ + Find the first suitable ethernet interface. + Returns an Interface object. + + Only returns ethernet interfaces (starting with 'eth') with a valid VLAN > 1. + """ + + def is_valid_eth_interface(intf: Interface) -> bool: + return intf.name.startswith("eth") and intf.vlan is not None and intf.vlan > 1 + + matches = find_interfaces(is_valid_eth_interface) + + if not matches: + raise RuntimeError("No suitable ethernet interface found with VLAN > 1") + + return matches[0] + + +def commit_config() -> None: + """Commit the current configuration session.""" + run_cli(["config", "session", "commit"]) diff --git a/fboss/oss/cli_tests/test_cli_test_lib.py b/fboss/oss/cli_tests/test_cli_test_lib.py new file mode 100644 index 0000000000000..6e9c7f257898a --- /dev/null +++ b/fboss/oss/cli_tests/test_cli_test_lib.py @@ -0,0 +1,149 @@ +#!/usr/bin/env python3 +# Copyright (c) Meta Platforms, Inc. and affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + +""" +Unit tests for cli_test_lib.py parsing logic. + +These tests use static CLI output samples to verify the Interface parsing +without requiring a live switch connection. +""" + +import unittest +from unittest.mock import patch + +from cli_test_lib import get_all_interfaces, get_interface_info + + +# Sample parsed JSON data from 'fboss2 --fmt json show interface' +SAMPLE_JSON_DATA = { + "127.0.0.1": { + "interfaces": [ + { + "name": "eth1/1/1", + "description": "this", + "status": "down", + "speed": "800G", + "vlan": 2001, + "mtu": 1500, + "prefixes": [ + {"ip": "10.0.0.0", "prefixLength": 24}, + {"ip": "2400::", "prefixLength": 64}, + {"ip": "fe80::b4db:91ff:fe95:ff07", "prefixLength": 64}, + ], + }, + { + "name": "eth1/2/1", + "description": "Another test description", + "status": "up", + "speed": "200G", + "vlan": 2003, + "mtu": 9216, + "prefixes": [ + {"ip": "11.0.0.0", "prefixLength": 24}, + {"ip": "2401::", "prefixLength": 64}, + ], + }, + { + "name": "eth1/3/1", + "description": "", + "status": "down", + "speed": "400G", + "vlan": 2005, + "mtu": 9000, + "prefixes": [], + }, + ] + } +} + + +class TestGetAllInterfaces(unittest.TestCase): + """Tests for get_all_interfaces() with mocked CLI.""" + + @patch("cli_test_lib.run_cli") + def test_get_all_interfaces(self, mock_run_cli): + """Test parsing all interfaces.""" + mock_run_cli.return_value = SAMPLE_JSON_DATA + + interfaces = get_all_interfaces() + + self.assertEqual(len(interfaces), 3) + self.assertIn("eth1/1/1", interfaces) + self.assertIn("eth1/2/1", interfaces) + self.assertIn("eth1/3/1", interfaces) + + @patch("cli_test_lib.run_cli") + def test_parse_interface_fields(self, mock_run_cli): + """Test that interface fields are correctly parsed.""" + mock_run_cli.return_value = SAMPLE_JSON_DATA + + interfaces = get_all_interfaces() + + intf = interfaces["eth1/1/1"] + self.assertEqual(intf.name, "eth1/1/1") + self.assertEqual(intf.status, "down") + self.assertEqual(intf.speed, "800G") + self.assertEqual(intf.vlan, 2001) + self.assertEqual(intf.mtu, 1500) + self.assertEqual( + intf.addresses, + ["10.0.0.0/24", "2400::/64", "fe80::b4db:91ff:fe95:ff07/64"], + ) + self.assertEqual(intf.description, "this") + + @patch("cli_test_lib.run_cli") + def test_parse_interface_no_addresses(self, mock_run_cli): + """Test parsing an interface with no addresses.""" + mock_run_cli.return_value = SAMPLE_JSON_DATA + + interfaces = get_all_interfaces() + + intf = interfaces["eth1/3/1"] + self.assertEqual(intf.name, "eth1/3/1") + self.assertEqual(intf.addresses, []) + + @patch("cli_test_lib.run_cli") + def test_empty_data(self, mock_run_cli): + """Test that empty data returns empty dict.""" + mock_run_cli.return_value = {} + + interfaces = get_all_interfaces() + self.assertEqual(interfaces, {}) + + @patch("cli_test_lib.run_cli") + def test_empty_interfaces(self, mock_run_cli): + """Test that empty interfaces list returns empty dict.""" + mock_run_cli.return_value = {"127.0.0.1": {"interfaces": []}} + + interfaces = get_all_interfaces() + self.assertEqual(interfaces, {}) + + +class TestGetInterfaceInfo(unittest.TestCase): + """Tests for get_interface_info() with mocked CLI.""" + + @patch("cli_test_lib.run_cli") + def test_get_interface_info(self, mock_run_cli): + """Test getting a single interface.""" + mock_run_cli.return_value = SAMPLE_JSON_DATA + + intf = get_interface_info("eth1/1/1") + + self.assertEqual(intf.name, "eth1/1/1") + self.assertEqual(intf.mtu, 1500) + + @patch("cli_test_lib.run_cli") + def test_get_interface_info_not_found(self, mock_run_cli): + """Test error when interface not found.""" + mock_run_cli.return_value = SAMPLE_JSON_DATA + + with self.assertRaises(RuntimeError): + get_interface_info("nonexistent") + + +if __name__ == "__main__": + unittest.main() diff --git a/fboss/oss/cli_tests/test_config_interface_description.py b/fboss/oss/cli_tests/test_config_interface_description.py new file mode 100644 index 0000000000000..a55701b33c966 --- /dev/null +++ b/fboss/oss/cli_tests/test_config_interface_description.py @@ -0,0 +1,96 @@ +#!/usr/bin/env python3 +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + +""" +End-to-end test for the 'fboss2-dev config interface description ' command. + +This test: +1. Picks an interface from the running system +2. Gets the current description +3. Sets a new description +4. Verifies the description was set correctly via 'fboss2-dev show interface' +5. Restores the original description + +Requirements: +- FBOSS agent must be running with a valid configuration +- The test must be run as root (or with appropriate permissions) +""" + +import sys + +from cli_test_lib import ( + commit_config, + find_first_eth_interface, + get_interface_info, + run_cli, +) + + +def get_interface_description(interface_name: str) -> str: + """Get the current description for an interface.""" + info = get_interface_info(interface_name) + return info.description + + +def set_interface_description(interface_name: str, description: str) -> None: + """Set the description for an interface and commit the change.""" + run_cli(["config", "interface", interface_name, "description", description]) + commit_config() + + +def main() -> int: + print("=" * 60) + print("CLI E2E Test: config interface description ") + print("=" * 60) + + # Step 1: Get an interface to test with + print("\n[Step 1] Finding an interface to test...") + interface = find_first_eth_interface() + print(f" Using interface: {interface.name} (VLAN: {interface.vlan})") + + # Step 2: Get the current description + print("\n[Step 2] Getting current description...") + original_description = get_interface_description(interface.name) + print(f" Current description: '{original_description}'") + + # Step 3: Set a new description + test_description = "CLI_E2E_TEST_DESCRIPTION" + if original_description == test_description: + test_description = "CLI_E2E_TEST_DESCRIPTION_ALT" + print(f"\n[Step 3] Setting description to '{test_description}'...") + set_interface_description(interface.name, test_description) + print(f" Description set to '{test_description}'") + + # Step 4: Verify description via 'show interface' + print("\n[Step 4] Verifying description via 'show interface'...") + actual_description = get_interface_description(interface.name) + if actual_description != test_description: + print( + f" ERROR: Expected description '{test_description}', got '{actual_description}'" + ) + return 1 + print(f" Verified: Description is '{actual_description}'") + + # Step 5: Restore original description + print(f"\n[Step 5] Restoring original description ('{original_description}')...") + set_interface_description(interface.name, original_description) + print(f" Restored description to '{original_description}'") + + # Verify restoration + restored_description = get_interface_description(interface.name) + if restored_description != original_description: + print( + f" WARNING: Restoration may have failed. Current: '{restored_description}'" + ) + + print("\n" + "=" * 60) + print("TEST PASSED") + print("=" * 60) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/fboss/oss/cli_tests/test_config_interface_mtu.py b/fboss/oss/cli_tests/test_config_interface_mtu.py new file mode 100644 index 0000000000000..f860758cfd5ab --- /dev/null +++ b/fboss/oss/cli_tests/test_config_interface_mtu.py @@ -0,0 +1,122 @@ +#!/usr/bin/env python3 +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + +""" +End-to-end test for the 'fboss2-dev config interface mtu ' command. + +This test: +1. Picks an interface from the running system +2. Gets the current MTU value +3. Sets a new MTU value +4. Verifies the MTU was set correctly via 'fboss2-dev show interface' +5. Verifies the MTU on the kernel interface via 'ip link' +6. Restores the original MTU + +Requirements: +- FBOSS agent must be running with a valid configuration +- The test must be run as root (or with appropriate permissions) +""" + +import json +import sys + +from cli_test_lib import ( + commit_config, + find_first_eth_interface, + get_interface_info, + run_cli, + run_cmd, +) + + +def get_interface_mtu(interface_name: str) -> int: + """Get the current MTU for an interface.""" + info = get_interface_info(interface_name) + if info.mtu is None: + raise RuntimeError(f"Could not find MTU for interface {interface_name}") + return info.mtu + + +def get_kernel_interface_mtu(vlan_id: int) -> int: + """Get the MTU of the kernel interface (fboss) using 'ip -json link'.""" + kernel_intf = f"fboss{vlan_id}" + result = run_cmd(["ip", "-json", "link", "show", kernel_intf], check=False) + + if result.returncode != 0: + print(f"Warning: Kernel interface {kernel_intf} not found") + return -1 + + data = json.loads(result.stdout) + if not data: + raise RuntimeError(f"No data returned for kernel interface {kernel_intf}") + + mtu = data[0]["mtu"] + assert mtu, "MTU can't be zero" + return mtu + + +def set_interface_mtu(interface_name: str, mtu: int) -> None: + """Set the MTU for an interface and commit the change.""" + run_cli(["config", "interface", interface_name, "mtu", str(mtu)]) + commit_config() + + +def main() -> int: + print("=" * 60) + print("CLI E2E Test: config interface mtu ") + print("=" * 60) + + # Step 1: Get an interface to test with + print("\n[Step 1] Finding an interface to test...") + interface = find_first_eth_interface() + print(f" Using interface: {interface.name} (VLAN: {interface.vlan})") + + # Step 2: Get the current MTU + print("\n[Step 2] Getting current MTU...") + original_mtu = get_interface_mtu(interface.name) + print(f" Current MTU: {original_mtu}") + + # Step 3: Set a new MTU (toggle between 1500 and 9000) + new_mtu = 9000 if original_mtu != 9000 else 1500 + print(f"\n[Step 3] Setting MTU to {new_mtu}...") + set_interface_mtu(interface.name, new_mtu) + print(f" MTU set to {new_mtu}") + + # Step 4: Verify MTU via 'show interface' + print("\n[Step 4] Verifying MTU via 'show interface'...") + actual_mtu = get_interface_mtu(interface.name) + if actual_mtu != new_mtu: + print(f" ERROR: Expected MTU {new_mtu}, got {actual_mtu}") + return 1 + print(f" Verified: MTU is {actual_mtu}") + + # Step 5: Verify kernel interface MTU + print("\n[Step 5] Verifying kernel interface MTU...") + assert interface.vlan is not None # Guaranteed by find_first_eth_interface + kernel_mtu = get_kernel_interface_mtu(interface.vlan) + if kernel_mtu > 0: + if kernel_mtu != new_mtu: + print(f" ERROR: Kernel MTU is {kernel_mtu}, expected {new_mtu}") + return 1 + print( + f" Verified: Kernel interface fboss{interface.vlan} has MTU {kernel_mtu}" + ) + else: + print(f" Skipped: Kernel interface fboss{interface.vlan} not found") + + # Step 6: Restore original MTU + print(f"\n[Step 6] Restoring original MTU ({original_mtu})...") + set_interface_mtu(interface.name, original_mtu) + print(f" Restored MTU to {original_mtu}") + + print("\n" + "=" * 60) + print("TEST PASSED") + print("=" * 60) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/fboss/oss/fboss_link_test_topology/icecube800bc.materialized_JSON b/fboss/oss/fboss_link_test_topology/icecube800bc.materialized_JSON index ccb01397b5528..57890c6169c23 100644 --- a/fboss/oss/fboss_link_test_topology/icecube800bc.materialized_JSON +++ b/fboss/oss/fboss_link_test_topology/icecube800bc.materialized_JSON @@ -17,62 +17,182 @@ }, "eth1/11/1": { "neighbor": "eth1/11/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/11/2": { + "neighbor": "eth1/11/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/11/3": { + "neighbor": "eth1/11/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/11/4": { + "neighbor": "eth1/11/8", + "profileID": 53, "hasTransceiver": true }, "eth1/11/5": { "neighbor": "eth1/11/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/11/6": { + "neighbor": "eth1/11/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/11/7": { + "neighbor": "eth1/11/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/11/8": { + "neighbor": "eth1/11/4", + "profileID": 53, "hasTransceiver": true }, "eth1/14/1": { "neighbor": "eth1/14/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/14/3": { + "neighbor": "eth1/14/7", + "profileID": 51, "hasTransceiver": true }, "eth1/14/5": { "neighbor": "eth1/14/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/14/7": { + "neighbor": "eth1/14/3", + "profileID": 51, "hasTransceiver": true }, "eth1/16/1": { "neighbor": "eth1/16/5", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/16/2": { + "neighbor": "eth1/16/6", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/16/3": { + "neighbor": "eth1/16/7", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/16/4": { + "neighbor": "eth1/16/8", + "profileID": 47, "hasTransceiver": true }, "eth1/16/5": { "neighbor": "eth1/16/1", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/16/6": { + "neighbor": "eth1/16/2", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/16/7": { + "neighbor": "eth1/16/3", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/16/8": { + "neighbor": "eth1/16/4", + "profileID": 47, "hasTransceiver": true }, "eth1/18/1": { "neighbor": "eth1/18/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/18/3": { + "neighbor": "eth1/18/7", + "profileID": 51, "hasTransceiver": true }, "eth1/18/5": { "neighbor": "eth1/18/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/18/7": { + "neighbor": "eth1/18/3", + "profileID": 51, "hasTransceiver": true }, "eth1/2/1": { "neighbor": "eth1/2/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/2/3": { + "neighbor": "eth1/2/7", + "profileID": 51, "hasTransceiver": true }, "eth1/2/5": { "neighbor": "eth1/2/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/2/7": { + "neighbor": "eth1/2/3", + "profileID": 51, "hasTransceiver": true }, "eth1/20/1": { "neighbor": "eth1/20/5", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/20/2": { + "neighbor": "eth1/20/6", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/20/3": { + "neighbor": "eth1/20/7", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/20/4": { + "neighbor": "eth1/20/8", + "profileID": 47, "hasTransceiver": true }, "eth1/20/5": { "neighbor": "eth1/20/1", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/20/6": { + "neighbor": "eth1/20/2", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/20/7": { + "neighbor": "eth1/20/3", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/20/8": { + "neighbor": "eth1/20/4", + "profileID": 47, "hasTransceiver": true }, "eth1/21/1": { @@ -87,12 +207,42 @@ }, "eth1/23/1": { "neighbor": "eth1/23/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/23/2": { + "neighbor": "eth1/23/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/23/3": { + "neighbor": "eth1/23/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/23/4": { + "neighbor": "eth1/23/8", + "profileID": 53, "hasTransceiver": true }, "eth1/23/5": { "neighbor": "eth1/23/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/23/6": { + "neighbor": "eth1/23/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/23/7": { + "neighbor": "eth1/23/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/23/8": { + "neighbor": "eth1/23/4", + "profileID": 53, "hasTransceiver": true }, "eth1/25/1": { @@ -107,32 +257,102 @@ }, "eth1/26/1": { "neighbor": "eth1/26/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/26/3": { + "neighbor": "eth1/26/7", + "profileID": 51, "hasTransceiver": true }, "eth1/26/5": { "neighbor": "eth1/26/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/26/7": { + "neighbor": "eth1/26/3", + "profileID": 51, "hasTransceiver": true }, "eth1/27/1": { "neighbor": "eth1/27/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/27/2": { + "neighbor": "eth1/27/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/27/3": { + "neighbor": "eth1/27/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/27/4": { + "neighbor": "eth1/27/8", + "profileID": 53, "hasTransceiver": true }, "eth1/27/5": { "neighbor": "eth1/27/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/27/6": { + "neighbor": "eth1/27/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/27/7": { + "neighbor": "eth1/27/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/27/8": { + "neighbor": "eth1/27/4", + "profileID": 53, "hasTransceiver": true }, "eth1/28/1": { "neighbor": "eth1/28/5", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/28/2": { + "neighbor": "eth1/28/6", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/28/3": { + "neighbor": "eth1/28/7", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/28/4": { + "neighbor": "eth1/28/8", + "profileID": 47, "hasTransceiver": true }, "eth1/28/5": { "neighbor": "eth1/28/1", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/28/6": { + "neighbor": "eth1/28/2", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/28/7": { + "neighbor": "eth1/28/3", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/28/8": { + "neighbor": "eth1/28/4", + "profileID": 47, "hasTransceiver": true }, "eth1/29/1": { @@ -147,42 +367,142 @@ }, "eth1/3/1": { "neighbor": "eth1/3/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/3/2": { + "neighbor": "eth1/3/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/3/3": { + "neighbor": "eth1/3/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/3/4": { + "neighbor": "eth1/3/8", + "profileID": 53, "hasTransceiver": true }, "eth1/3/5": { "neighbor": "eth1/3/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/3/6": { + "neighbor": "eth1/3/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/3/7": { + "neighbor": "eth1/3/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/3/8": { + "neighbor": "eth1/3/4", + "profileID": 53, "hasTransceiver": true }, "eth1/30/1": { "neighbor": "eth1/30/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/30/3": { + "neighbor": "eth1/30/7", + "profileID": 51, "hasTransceiver": true }, "eth1/30/5": { "neighbor": "eth1/30/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/30/7": { + "neighbor": "eth1/30/3", + "profileID": 51, "hasTransceiver": true }, "eth1/31/1": { "neighbor": "eth1/31/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/31/2": { + "neighbor": "eth1/31/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/31/3": { + "neighbor": "eth1/31/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/31/4": { + "neighbor": "eth1/31/8", + "profileID": 53, "hasTransceiver": true }, "eth1/31/5": { "neighbor": "eth1/31/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/31/6": { + "neighbor": "eth1/31/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/31/7": { + "neighbor": "eth1/31/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/31/8": { + "neighbor": "eth1/31/4", + "profileID": 53, "hasTransceiver": true }, "eth1/32/1": { "neighbor": "eth1/32/5", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/32/2": { + "neighbor": "eth1/32/6", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/32/3": { + "neighbor": "eth1/32/7", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/32/4": { + "neighbor": "eth1/32/8", + "profileID": 47, "hasTransceiver": true }, "eth1/32/5": { "neighbor": "eth1/32/1", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/32/6": { + "neighbor": "eth1/32/2", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/32/7": { + "neighbor": "eth1/32/3", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/32/8": { + "neighbor": "eth1/32/4", + "profileID": 47, "hasTransceiver": true }, "eth1/33/1": { @@ -197,32 +517,102 @@ }, "eth1/34/1": { "neighbor": "eth1/34/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/34/3": { + "neighbor": "eth1/34/7", + "profileID": 51, "hasTransceiver": true }, "eth1/34/5": { "neighbor": "eth1/34/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/34/7": { + "neighbor": "eth1/34/3", + "profileID": 51, "hasTransceiver": true }, "eth1/35/1": { "neighbor": "eth1/35/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/35/2": { + "neighbor": "eth1/35/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/35/3": { + "neighbor": "eth1/35/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/35/4": { + "neighbor": "eth1/35/8", + "profileID": 53, "hasTransceiver": true }, "eth1/35/5": { "neighbor": "eth1/35/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/35/6": { + "neighbor": "eth1/35/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/35/7": { + "neighbor": "eth1/35/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/35/8": { + "neighbor": "eth1/35/4", + "profileID": 53, "hasTransceiver": true }, "eth1/36/1": { "neighbor": "eth1/36/5", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/36/2": { + "neighbor": "eth1/36/6", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/36/3": { + "neighbor": "eth1/36/7", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/36/4": { + "neighbor": "eth1/36/8", + "profileID": 47, "hasTransceiver": true }, "eth1/36/5": { "neighbor": "eth1/36/1", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/36/6": { + "neighbor": "eth1/36/2", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/36/7": { + "neighbor": "eth1/36/3", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/36/8": { + "neighbor": "eth1/36/4", + "profileID": 47, "hasTransceiver": true }, "eth1/37/1": { @@ -237,42 +627,142 @@ }, "eth1/38/1": { "neighbor": "eth1/38/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/38/3": { + "neighbor": "eth1/38/7", + "profileID": 51, "hasTransceiver": true }, "eth1/38/5": { "neighbor": "eth1/38/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/38/7": { + "neighbor": "eth1/38/3", + "profileID": 51, "hasTransceiver": true }, "eth1/39/1": { "neighbor": "eth1/39/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/39/2": { + "neighbor": "eth1/39/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/39/3": { + "neighbor": "eth1/39/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/39/4": { + "neighbor": "eth1/39/8", + "profileID": 53, "hasTransceiver": true }, "eth1/39/5": { "neighbor": "eth1/39/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/39/6": { + "neighbor": "eth1/39/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/39/7": { + "neighbor": "eth1/39/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/39/8": { + "neighbor": "eth1/39/4", + "profileID": 53, "hasTransceiver": true }, "eth1/4/1": { "neighbor": "eth1/4/5", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/4/2": { + "neighbor": "eth1/4/6", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/4/3": { + "neighbor": "eth1/4/7", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/4/4": { + "neighbor": "eth1/4/8", + "profileID": 47, "hasTransceiver": true }, "eth1/4/5": { "neighbor": "eth1/4/1", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/4/6": { + "neighbor": "eth1/4/2", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/4/7": { + "neighbor": "eth1/4/3", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/4/8": { + "neighbor": "eth1/4/4", + "profileID": 47, "hasTransceiver": true }, "eth1/40/1": { "neighbor": "eth1/40/5", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/40/2": { + "neighbor": "eth1/40/6", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/40/3": { + "neighbor": "eth1/40/7", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/40/4": { + "neighbor": "eth1/40/8", + "profileID": 47, "hasTransceiver": true }, "eth1/40/5": { "neighbor": "eth1/40/1", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/40/6": { + "neighbor": "eth1/40/2", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/40/7": { + "neighbor": "eth1/40/3", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/40/8": { + "neighbor": "eth1/40/4", + "profileID": 47, "hasTransceiver": true }, "eth1/41/1": { @@ -287,32 +777,102 @@ }, "eth1/43/1": { "neighbor": "eth1/43/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/43/2": { + "neighbor": "eth1/43/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/43/3": { + "neighbor": "eth1/43/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/43/4": { + "neighbor": "eth1/43/8", + "profileID": 53, "hasTransceiver": true }, "eth1/43/5": { "neighbor": "eth1/43/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/43/6": { + "neighbor": "eth1/43/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/43/7": { + "neighbor": "eth1/43/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/43/8": { + "neighbor": "eth1/43/4", + "profileID": 53, "hasTransceiver": true }, "eth1/46/1": { "neighbor": "eth1/46/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/46/3": { + "neighbor": "eth1/46/7", + "profileID": 51, "hasTransceiver": true }, "eth1/46/5": { "neighbor": "eth1/46/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/46/7": { + "neighbor": "eth1/46/3", + "profileID": 51, "hasTransceiver": true }, "eth1/48/1": { "neighbor": "eth1/48/5", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/48/2": { + "neighbor": "eth1/48/6", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/48/3": { + "neighbor": "eth1/48/7", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/48/4": { + "neighbor": "eth1/48/8", + "profileID": 47, "hasTransceiver": true }, "eth1/48/5": { "neighbor": "eth1/48/1", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/48/6": { + "neighbor": "eth1/48/2", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/48/7": { + "neighbor": "eth1/48/3", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/48/8": { + "neighbor": "eth1/48/4", + "profileID": 47, "hasTransceiver": true }, "eth1/5/1": { @@ -327,22 +887,62 @@ }, "eth1/50/1": { "neighbor": "eth1/50/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/50/3": { + "neighbor": "eth1/50/7", + "profileID": 51, "hasTransceiver": true }, "eth1/50/5": { "neighbor": "eth1/50/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/50/7": { + "neighbor": "eth1/50/3", + "profileID": 51, "hasTransceiver": true }, "eth1/52/1": { "neighbor": "eth1/52/5", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/52/2": { + "neighbor": "eth1/52/6", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/52/3": { + "neighbor": "eth1/52/7", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/52/4": { + "neighbor": "eth1/52/8", + "profileID": 47, "hasTransceiver": true }, "eth1/52/5": { "neighbor": "eth1/52/1", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/52/6": { + "neighbor": "eth1/52/2", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/52/7": { + "neighbor": "eth1/52/3", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/52/8": { + "neighbor": "eth1/52/4", + "profileID": 47, "hasTransceiver": true }, "eth1/53/1": { @@ -357,12 +957,42 @@ }, "eth1/55/1": { "neighbor": "eth1/55/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/55/2": { + "neighbor": "eth1/55/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/55/3": { + "neighbor": "eth1/55/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/55/4": { + "neighbor": "eth1/55/8", + "profileID": 53, "hasTransceiver": true }, "eth1/55/5": { "neighbor": "eth1/55/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/55/6": { + "neighbor": "eth1/55/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/55/7": { + "neighbor": "eth1/55/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/55/8": { + "neighbor": "eth1/55/4", + "profileID": 53, "hasTransceiver": true }, "eth1/57/1": { @@ -377,42 +1007,122 @@ }, "eth1/58/1": { "neighbor": "eth1/58/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/58/3": { + "neighbor": "eth1/58/7", + "profileID": 51, "hasTransceiver": true }, "eth1/58/5": { "neighbor": "eth1/58/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/58/7": { + "neighbor": "eth1/58/3", + "profileID": 51, "hasTransceiver": true }, "eth1/59/1": { "neighbor": "eth1/59/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/59/2": { + "neighbor": "eth1/59/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/59/3": { + "neighbor": "eth1/59/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/59/4": { + "neighbor": "eth1/59/8", + "profileID": 53, "hasTransceiver": true }, "eth1/59/5": { "neighbor": "eth1/59/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/59/6": { + "neighbor": "eth1/59/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/59/7": { + "neighbor": "eth1/59/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/59/8": { + "neighbor": "eth1/59/4", + "profileID": 53, "hasTransceiver": true }, "eth1/6/1": { "neighbor": "eth1/6/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/6/3": { + "neighbor": "eth1/6/7", + "profileID": 51, "hasTransceiver": true }, "eth1/6/5": { "neighbor": "eth1/6/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/6/7": { + "neighbor": "eth1/6/3", + "profileID": 51, "hasTransceiver": true }, "eth1/60/1": { "neighbor": "eth1/60/5", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/60/2": { + "neighbor": "eth1/60/6", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/60/3": { + "neighbor": "eth1/60/7", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/60/4": { + "neighbor": "eth1/60/8", + "profileID": 47, "hasTransceiver": true }, "eth1/60/5": { "neighbor": "eth1/60/1", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/60/6": { + "neighbor": "eth1/60/2", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/60/7": { + "neighbor": "eth1/60/3", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/60/8": { + "neighbor": "eth1/60/4", + "profileID": 47, "hasTransceiver": true }, "eth1/61/1": { @@ -427,57 +1137,182 @@ }, "eth1/62/1": { "neighbor": "eth1/62/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/62/3": { + "neighbor": "eth1/62/7", + "profileID": 51, "hasTransceiver": true }, "eth1/62/5": { "neighbor": "eth1/62/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/62/7": { + "neighbor": "eth1/62/3", + "profileID": 51, "hasTransceiver": true }, "eth1/63/1": { "neighbor": "eth1/63/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/63/2": { + "neighbor": "eth1/63/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/63/3": { + "neighbor": "eth1/63/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/63/4": { + "neighbor": "eth1/63/8", + "profileID": 53, "hasTransceiver": true }, "eth1/63/5": { "neighbor": "eth1/63/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/63/6": { + "neighbor": "eth1/63/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/63/7": { + "neighbor": "eth1/63/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/63/8": { + "neighbor": "eth1/63/4", + "profileID": 53, "hasTransceiver": true }, "eth1/64/1": { "neighbor": "eth1/64/5", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/64/2": { + "neighbor": "eth1/64/6", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/64/3": { + "neighbor": "eth1/64/7", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/64/4": { + "neighbor": "eth1/64/8", + "profileID": 47, "hasTransceiver": true }, "eth1/64/5": { "neighbor": "eth1/64/1", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/64/6": { + "neighbor": "eth1/64/2", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/64/7": { + "neighbor": "eth1/64/3", + "profileID": 47, "hasTransceiver": true }, - "eth1/65/1": { - "neighbor": "eth1/65/1", - "profileID": 23, + "eth1/64/8": { + "neighbor": "eth1/64/4", + "profileID": 47, "hasTransceiver": true }, "eth1/7/1": { "neighbor": "eth1/7/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/7/2": { + "neighbor": "eth1/7/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/7/3": { + "neighbor": "eth1/7/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/7/4": { + "neighbor": "eth1/7/8", + "profileID": 53, "hasTransceiver": true }, "eth1/7/5": { "neighbor": "eth1/7/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/7/6": { + "neighbor": "eth1/7/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/7/7": { + "neighbor": "eth1/7/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/7/8": { + "neighbor": "eth1/7/4", + "profileID": 53, "hasTransceiver": true }, "eth1/8/1": { "neighbor": "eth1/8/5", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/8/2": { + "neighbor": "eth1/8/6", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/8/3": { + "neighbor": "eth1/8/7", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/8/4": { + "neighbor": "eth1/8/8", + "profileID": 47, "hasTransceiver": true }, "eth1/8/5": { "neighbor": "eth1/8/1", - "profileID": 52, + "profileID": 47, + "hasTransceiver": true + }, + "eth1/8/6": { + "neighbor": "eth1/8/2", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/8/7": { + "neighbor": "eth1/8/3", + "profileID": 47, + "hasTransceiver": true + }, + "eth1/8/8": { + "neighbor": "eth1/8/4", + "profileID": 47, "hasTransceiver": true }, "eth1/9/1": { diff --git a/fboss/oss/fboss_link_test_topology/icetea800bc.materialized_JSON b/fboss/oss/fboss_link_test_topology/icetea800bc.materialized_JSON index 4fafc9702fc70..01d1cb8ba86b0 100644 --- a/fboss/oss/fboss_link_test_topology/icetea800bc.materialized_JSON +++ b/fboss/oss/fboss_link_test_topology/icetea800bc.materialized_JSON @@ -37,42 +37,122 @@ }, "eth1/15/1": { "neighbor": "eth1/16/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/15/3": { + "neighbor": "eth1/16/3", + "profileID": 51, "hasTransceiver": true }, "eth1/15/5": { "neighbor": "eth1/16/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/15/7": { + "neighbor": "eth1/16/7", + "profileID": 51, "hasTransceiver": true }, "eth1/16/1": { "neighbor": "eth1/15/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/16/3": { + "neighbor": "eth1/15/3", + "profileID": 51, "hasTransceiver": true }, "eth1/16/5": { "neighbor": "eth1/15/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/16/7": { + "neighbor": "eth1/15/7", + "profileID": 51, "hasTransceiver": true }, "eth1/17/1": { "neighbor": "eth1/18/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/17/2": { + "neighbor": "eth1/18/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/17/3": { + "neighbor": "eth1/18/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/17/4": { + "neighbor": "eth1/18/4", + "profileID": 53, "hasTransceiver": true }, "eth1/17/5": { "neighbor": "eth1/18/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/17/6": { + "neighbor": "eth1/18/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/17/7": { + "neighbor": "eth1/18/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/17/8": { + "neighbor": "eth1/18/8", + "profileID": 53, "hasTransceiver": true }, "eth1/18/1": { "neighbor": "eth1/17/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/18/2": { + "neighbor": "eth1/17/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/18/3": { + "neighbor": "eth1/17/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/18/4": { + "neighbor": "eth1/17/4", + "profileID": 53, "hasTransceiver": true }, "eth1/18/5": { "neighbor": "eth1/17/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/18/6": { + "neighbor": "eth1/17/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/18/7": { + "neighbor": "eth1/17/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/18/8": { + "neighbor": "eth1/17/8", + "profileID": 53, "hasTransceiver": true }, "eth1/19/1": { @@ -107,32 +187,102 @@ }, "eth1/29/1": { "neighbor": "eth1/30/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/29/2": { + "neighbor": "eth1/30/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/29/3": { + "neighbor": "eth1/30/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/29/4": { + "neighbor": "eth1/30/4", + "profileID": 53, "hasTransceiver": true }, "eth1/29/5": { "neighbor": "eth1/30/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/29/6": { + "neighbor": "eth1/30/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/29/7": { + "neighbor": "eth1/30/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/29/8": { + "neighbor": "eth1/30/8", + "profileID": 53, "hasTransceiver": true }, "eth1/3/1": { "neighbor": "eth1/4/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/3/3": { + "neighbor": "eth1/4/3", + "profileID": 51, "hasTransceiver": true }, "eth1/3/5": { "neighbor": "eth1/4/5", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/3/7": { + "neighbor": "eth1/4/7", + "profileID": 51, "hasTransceiver": true }, "eth1/30/1": { "neighbor": "eth1/29/1", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/30/2": { + "neighbor": "eth1/29/2", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/30/3": { + "neighbor": "eth1/29/3", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/30/4": { + "neighbor": "eth1/29/4", + "profileID": 53, "hasTransceiver": true }, "eth1/30/5": { "neighbor": "eth1/29/5", - "profileID": 52, + "profileID": 53, + "hasTransceiver": true + }, + "eth1/30/6": { + "neighbor": "eth1/29/6", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/30/7": { + "neighbor": "eth1/29/7", + "profileID": 53, + "hasTransceiver": true + }, + "eth1/30/8": { + "neighbor": "eth1/29/8", + "profileID": 53, "hasTransceiver": true }, "eth1/31/1": { @@ -155,200 +305,25 @@ "profileID": 52, "hasTransceiver": true }, - "eth1/33/1": { - "neighbor": "eth1/33/1", - "profileID": 23, - "hasTransceiver": true - }, - "eth1/35/1": { - "neighbor": "eth1/36/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/35/5": { - "neighbor": "eth1/36/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/36/1": { - "neighbor": "eth1/35/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/36/5": { - "neighbor": "eth1/35/5", - "profileID": 57, - "hasTransceiver": false - }, "eth1/4/1": { "neighbor": "eth1/3/1", - "profileID": 52, + "profileID": 51, + "hasTransceiver": true + }, + "eth1/4/3": { + "neighbor": "eth1/3/3", + "profileID": 51, "hasTransceiver": true }, "eth1/4/5": { "neighbor": "eth1/3/5", - "profileID": 52, + "profileID": 51, "hasTransceiver": true }, - "eth1/40/1": { - "neighbor": "eth1/42/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/40/5": { - "neighbor": "eth1/43/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/41/1": { - "neighbor": "eth1/43/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/41/5": { - "neighbor": "eth1/42/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/42/1": { - "neighbor": "eth1/41/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/42/5": { - "neighbor": "eth1/40/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/43/1": { - "neighbor": "eth1/41/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/43/5": { - "neighbor": "eth1/40/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/44/1": { - "neighbor": "eth1/48/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/44/5": { - "neighbor": "eth1/48/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/48/1": { - "neighbor": "eth1/44/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/48/5": { - "neighbor": "eth1/44/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/49/1": { - "neighbor": "eth1/49/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/49/5": { - "neighbor": "eth1/49/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/51/1": { - "neighbor": "eth1/52/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/51/5": { - "neighbor": "eth1/52/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/52/1": { - "neighbor": "eth1/51/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/52/5": { - "neighbor": "eth1/51/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/56/1": { - "neighbor": "eth1/58/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/56/5": { - "neighbor": "eth1/59/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/57/1": { - "neighbor": "eth1/59/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/57/5": { - "neighbor": "eth1/58/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/58/1": { - "neighbor": "eth1/57/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/58/5": { - "neighbor": "eth1/56/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/59/1": { - "neighbor": "eth1/57/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/59/5": { - "neighbor": "eth1/56/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/60/1": { - "neighbor": "eth1/64/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/60/5": { - "neighbor": "eth1/64/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/64/1": { - "neighbor": "eth1/60/1", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/64/5": { - "neighbor": "eth1/60/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/65/1": { - "neighbor": "eth1/65/5", - "profileID": 57, - "hasTransceiver": false - }, - "eth1/65/5": { - "neighbor": "eth1/65/1", - "profileID": 57, - "hasTransceiver": false + "eth1/4/7": { + "neighbor": "eth1/3/7", + "profileID": 51, + "hasTransceiver": true } }, "tcvrs": { diff --git a/fboss/oss/hw_known_bad_tests/sai_agent_known_bad_tests.materialized_JSON b/fboss/oss/hw_known_bad_tests/sai_agent_known_bad_tests.materialized_JSON index de3b364d12d78..8732a3767dfc6 100644 --- a/fboss/oss/hw_known_bad_tests/sai_agent_known_bad_tests.materialized_JSON +++ b/fboss/oss/hw_known_bad_tests/sai_agent_known_bad_tests.materialized_JSON @@ -16695,7 +16695,7 @@ "test_name_regex": "warm_boot.AgentMacLearningAndNeighborResolutionTest/[0145].learnMacProgramNeighborsAndAgeMac$" } ], - "leaba/25.5.5210/25.5.5210/gibraltar/mono": [ + "leaba/25.5.4210/25.5.4210/gibraltar/mono": [ { "test_name_regex": "AgentAclAndDscpQueueMappingTest.VerifyAclAndQosMap$" }, @@ -16826,7 +16826,7 @@ "test_name_regex": "roundtrip.preprod_2_trunk_2_preprod.cold_boot.AgentNeighborTest/[4-7].*$" } ], - "leaba/25.5.5210/25.5.5210/gibraltar/multi_switch": [ + "leaba/25.5.4210/25.5.4210/gibraltar/multi_switch": [ { "test_name_regex": "AgentAclAndDscpQueueMappingTest.VerifyAclAndQosMap$" }, @@ -16960,7 +16960,7 @@ "test_name_regex": "warm_boot.AgentMacLearningAndNeighborResolutionTest/[0145].learnMacProgramNeighborsAndAgeMac$" } ], - "leaba/25.5.5210/25.5.5210/graphene200/mono": [ + "leaba/25.5.4210/25.5.4210/graphene200/mono": [ { "test_name_regex": "AgentAclAndDscpQueueMappingTest.VerifyAclAndQosMap$" }, @@ -17151,7 +17151,7 @@ "test_name_regex": "roundtrip.preprod_2_trunk_2_preprod.cold_boot.AgentNeighborTest/[4-7].*$" } ], - "leaba/25.5.5210/25.5.5210/graphene200/multi_switch": [ + "leaba/25.5.4210/25.5.4210/graphene200/multi_switch": [ { "test_name_regex": "AgentAclAndDscpQueueMappingTest.VerifyAclAndQosMap$" }, diff --git a/fboss/oss/hw_known_bad_tests/sai_known_bad_tests.materialized_JSON b/fboss/oss/hw_known_bad_tests/sai_known_bad_tests.materialized_JSON index 6f2bd1005a758..ced3f405959f3 100644 --- a/fboss/oss/hw_known_bad_tests/sai_known_bad_tests.materialized_JSON +++ b/fboss/oss/hw_known_bad_tests/sai_known_bad_tests.materialized_JSON @@ -7203,7 +7203,7 @@ "test_name_regex": "HwHashTrunk8x3PolarizationTests.FullHalfxFullHalf$" } ], - "leaba/25.5.5210/25.5.5210/gibraltar": [ + "leaba/25.5.4210/25.5.4210/gibraltar": [ { "test_name_regex": "HwTrafficPfcTest.*" }, @@ -7568,7 +7568,7 @@ "test_name_regex": "SaiAclTableRecreateTests.AclEntryCount$" } ], - "leaba/25.5.5210/25.5.5210/graphene200": [ + "leaba/25.5.4210/25.5.4210/graphene200": [ { "test_name_regex": "HwFlexPortTest.FlexPortFOURX10G" }, @@ -7789,7 +7789,7 @@ "test_name_regex": "HwHashTrunk8x3PolarizationTests.FullHalfxFullHalf$" } ], - "leaba/25.5.5210/25.5.5210/graphene202x": [ + "leaba/25.5.4210/25.5.4210/graphene202x": [ { "test_name_regex": "HwTrafficPfcTest.*" }, diff --git a/fboss/oss/link_known_bad_tests/fboss_link_known_bad_tests.materialized_JSON b/fboss/oss/link_known_bad_tests/fboss_link_known_bad_tests.materialized_JSON index 92dae6a8d55de..fc62d10112e48 100644 --- a/fboss/oss/link_known_bad_tests/fboss_link_known_bad_tests.materialized_JSON +++ b/fboss/oss/link_known_bad_tests/fboss_link_known_bad_tests.materialized_JSON @@ -32916,7 +32916,7 @@ "test_name_regex": "warm_boot.Prbs_ASIC_P31_TO_ASIC_P31.prbsSanity$" } ], - "morgan800cc/sai/asicsdk-1.42.8/25.5.5210": [ + "morgan800cc/sai/asicsdk-1.42.8/25.5.4210": [ { "test_name_regex": "CheckInit.MacLearningTest.l2EntryFlap" }, @@ -33017,7 +33017,7 @@ "test_name_regex": "warm_boot.Prbs_ASIC_P31_TO_ASIC_P31.prbsSanity$" } ], - "morgan800cc/sai/asicsdk-1.42.8/25.5.5210/physdk-credo-0.7.2/credo-0.7.2": [ + "morgan800cc/sai/asicsdk-1.42.8/25.5.4210/physdk-credo-0.7.2/credo-0.7.2": [ { "test_name_regex": "CheckInit.MacLearningTest.l2EntryFlap" }, @@ -33118,7 +33118,7 @@ "test_name_regex": "warm_boot.Prbs_ASIC_P31_TO_ASIC_P31.prbsSanity$" } ], - "morgan800cc/sai/asicsdk-1.42.8/25.5.5210/physdk-credo-0.9.0/credo-0.9.0": [ + "morgan800cc/sai/asicsdk-1.42.8/25.5.4210/physdk-credo-0.9.0/credo-0.9.0": [ { "test_name_regex": "CheckInit.MacLearningTest.l2EntryFlap" }, @@ -33825,7 +33825,7 @@ "test_name_regex": "warm_boot.Prbs_ASIC_P31_TO_ASIC_P31.prbsSanity$" } ], - "morgan800cc/sai/asicsdk-25.5.5210/25.5.5210": [ + "morgan800cc/sai/asicsdk-25.5.4210/25.5.4210": [ { "test_name_regex": "CheckInit.MacLearningTest.l2EntryFlap" }, @@ -33926,7 +33926,7 @@ "test_name_regex": "warm_boot.Prbs_ASIC_P31_TO_ASIC_P31.prbsSanity$" } ], - "morgan800cc/sai/asicsdk-25.5.5210/25.5.5210/physdk-credo-0.7.2/credo-0.7.2": [ + "morgan800cc/sai/asicsdk-25.5.4210/25.5.4210/physdk-credo-0.7.2/credo-0.7.2": [ { "test_name_regex": "CheckInit.MacLearningTest.l2EntryFlap" }, @@ -34027,7 +34027,7 @@ "test_name_regex": "warm_boot.Prbs_ASIC_P31_TO_ASIC_P31.prbsSanity$" } ], - "morgan800cc/sai/asicsdk-25.5.5210/25.5.5210/physdk-credo-0.9.0/credo-0.9.0": [ + "morgan800cc/sai/asicsdk-25.5.4210/25.5.4210/physdk-credo-0.9.0/credo-0.9.0": [ { "test_name_regex": "CheckInit.MacLearningTest.l2EntryFlap" }, @@ -45009,7 +45009,7 @@ "test_name_regex": "warm_boot.SpeedChangeTest.TWOHUNDREDGToHUNDREDG$" } ], - "wedge400c/sai/asicsdk-1.42.8/25.5.5210": [ + "wedge400c/sai/asicsdk-1.42.8/25.5.4210": [ { "test_name_regex": "CheckInit.MacLearningTest.l2EntryFlap" }, @@ -45092,7 +45092,7 @@ "test_name_regex": "warm_boot.SpeedChangeTest.TWOHUNDREDGToHUNDREDG$" } ], - "wedge400c/sai/asicsdk-1.42.8/25.5.5210/physdk-credo-0.7.2/credo-0.7.2": [ + "wedge400c/sai/asicsdk-1.42.8/25.5.4210/physdk-credo-0.7.2/credo-0.7.2": [ { "test_name_regex": "CheckInit.MacLearningTest.l2EntryFlap" }, @@ -45175,7 +45175,7 @@ "test_name_regex": "warm_boot.SpeedChangeTest.TWOHUNDREDGToHUNDREDG$" } ], - "wedge400c/sai/asicsdk-1.42.8/25.5.5210/physdk-credo-0.9.0/credo-0.9.0": [ + "wedge400c/sai/asicsdk-1.42.8/25.5.4210/physdk-credo-0.9.0/credo-0.9.0": [ { "test_name_regex": "CheckInit.MacLearningTest.l2EntryFlap" }, @@ -45756,7 +45756,7 @@ "test_name_regex": "warm_boot.SpeedChangeTest.TWOHUNDREDGToHUNDREDG$" } ], - "wedge400c/sai/asicsdk-25.5.5210/25.5.5210": [ + "wedge400c/sai/asicsdk-25.5.4210/25.5.4210": [ { "test_name_regex": "CheckInit.MacLearningTest.l2EntryFlap" }, @@ -45839,7 +45839,7 @@ "test_name_regex": "warm_boot.SpeedChangeTest.TWOHUNDREDGToHUNDREDG$" } ], - "wedge400c/sai/asicsdk-25.5.5210/25.5.5210/physdk-credo-0.7.2/credo-0.7.2": [ + "wedge400c/sai/asicsdk-25.5.4210/25.5.4210/physdk-credo-0.7.2/credo-0.7.2": [ { "test_name_regex": "CheckInit.MacLearningTest.l2EntryFlap" }, @@ -45922,7 +45922,7 @@ "test_name_regex": "warm_boot.SpeedChangeTest.TWOHUNDREDGToHUNDREDG$" } ], - "wedge400c/sai/asicsdk-25.5.5210/25.5.5210/physdk-credo-0.9.0/credo-0.9.0": [ + "wedge400c/sai/asicsdk-25.5.4210/25.5.4210/physdk-credo-0.9.0/credo-0.9.0": [ { "test_name_regex": "CheckInit.MacLearningTest.l2EntryFlap" }, diff --git a/fboss/oss/link_test_configs/icecube800bc.materialized_JSON b/fboss/oss/link_test_configs/icecube800bc.materialized_JSON index a61dcffa3b1fa..cee021c8fba7e 100644 --- a/fboss/oss/link_test_configs/icecube800bc.materialized_JSON +++ b/fboss/oss/link_test_configs/icecube800bc.materialized_JSON @@ -93,7 +93,7 @@ "parserType": 1, "routable": true, "ingressVlan": 2009, - "speed": 800000, + "speed": 400000, "name": "eth1/2/1", "description": "", "queues_DEPRECATED": [ @@ -112,7 +112,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -122,15 +122,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 13, + "logicalID": 11, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2013, - "speed": 800000, - "name": "eth1/2/5", + "ingressVlan": 2011, + "speed": 400000, + "name": "eth1/2/3", "description": "", "queues_DEPRECATED": [ @@ -143,12 +143,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/2/1" + "2": "eth1/2/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -158,15 +158,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 17, + "logicalID": 13, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2017, - "speed": 800000, - "name": "eth1/3/1", + "ingressVlan": 2013, + "speed": 400000, + "name": "eth1/2/5", "description": "", "queues_DEPRECATED": [ @@ -179,12 +179,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/3/5" + "2": "eth1/2/1" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -194,15 +194,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 21, + "logicalID": 15, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2021, - "speed": 800000, - "name": "eth1/3/5", + "ingressVlan": 2015, + "speed": 400000, + "name": "eth1/2/7", "description": "", "queues_DEPRECATED": [ @@ -215,12 +215,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/3/1" + "2": "eth1/2/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -230,15 +230,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 25, + "logicalID": 17, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2025, - "speed": 800000, - "name": "eth1/4/1", + "ingressVlan": 2017, + "speed": 200000, + "name": "eth1/3/1", "description": "", "queues_DEPRECATED": [ @@ -251,12 +251,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/4/5" + "2": "eth1/3/5" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -266,15 +266,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 29, + "logicalID": 18, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2029, - "speed": 800000, - "name": "eth1/4/5", + "ingressVlan": 2018, + "speed": 200000, + "name": "eth1/3/2", "description": "", "queues_DEPRECATED": [ @@ -287,12 +287,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/4/1" + "2": "eth1/3/6" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -302,15 +302,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 33, + "logicalID": 19, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2033, - "speed": 800000, - "name": "eth1/5/1", + "ingressVlan": 2019, + "speed": 200000, + "name": "eth1/3/3", "description": "", "queues_DEPRECATED": [ @@ -323,12 +323,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/5/5" + "2": "eth1/3/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -338,15 +338,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 37, + "logicalID": 20, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2037, - "speed": 800000, - "name": "eth1/5/5", + "ingressVlan": 2020, + "speed": 200000, + "name": "eth1/3/4", "description": "", "queues_DEPRECATED": [ @@ -359,12 +359,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/5/1" + "2": "eth1/3/8" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -374,15 +374,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 41, + "logicalID": 21, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2041, - "speed": 800000, - "name": "eth1/6/1", + "ingressVlan": 2021, + "speed": 200000, + "name": "eth1/3/5", "description": "", "queues_DEPRECATED": [ @@ -395,12 +395,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/6/5" + "2": "eth1/3/1" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -410,15 +410,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 45, + "logicalID": 22, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2045, - "speed": 800000, - "name": "eth1/6/5", + "ingressVlan": 2022, + "speed": 200000, + "name": "eth1/3/6", "description": "", "queues_DEPRECATED": [ @@ -431,12 +431,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/6/1" + "2": "eth1/3/2" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -446,15 +446,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 49, + "logicalID": 23, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2049, - "speed": 800000, - "name": "eth1/7/1", + "ingressVlan": 2023, + "speed": 200000, + "name": "eth1/3/7", "description": "", "queues_DEPRECATED": [ @@ -467,12 +467,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/7/5" + "2": "eth1/3/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -482,15 +482,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 53, + "logicalID": 24, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2053, - "speed": 800000, - "name": "eth1/7/5", + "ingressVlan": 2024, + "speed": 200000, + "name": "eth1/3/8", "description": "", "queues_DEPRECATED": [ @@ -503,12 +503,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/7/1" + "2": "eth1/3/4" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -518,15 +518,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 57, + "logicalID": 25, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2057, - "speed": 800000, - "name": "eth1/8/1", + "ingressVlan": 2025, + "speed": 100000, + "name": "eth1/4/1", "description": "", "queues_DEPRECATED": [ @@ -539,12 +539,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/8/5" + "2": "eth1/4/5" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -554,15 +554,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 61, + "logicalID": 26, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2061, - "speed": 800000, - "name": "eth1/8/5", + "ingressVlan": 2026, + "speed": 100000, + "name": "eth1/4/2", "description": "", "queues_DEPRECATED": [ @@ -575,12 +575,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/8/1" + "2": "eth1/4/6" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -590,15 +590,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 65, + "logicalID": 27, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2065, - "speed": 800000, - "name": "eth1/9/1", + "ingressVlan": 2027, + "speed": 100000, + "name": "eth1/4/3", "description": "", "queues_DEPRECATED": [ @@ -611,12 +611,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/9/5" + "2": "eth1/4/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -626,15 +626,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 69, + "logicalID": 28, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2069, - "speed": 800000, - "name": "eth1/9/5", + "ingressVlan": 2028, + "speed": 100000, + "name": "eth1/4/4", "description": "", "queues_DEPRECATED": [ @@ -647,12 +647,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/9/1" + "2": "eth1/4/8" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -662,15 +662,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 73, - "state": 1, + "logicalID": 29, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2073, - "speed": 800000, - "name": "eth1/10/1", + "ingressVlan": 2029, + "speed": 100000, + "name": "eth1/4/5", "description": "", "queues_DEPRECATED": [ @@ -683,12 +683,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/4/1" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -698,15 +698,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 77, - "state": 1, + "logicalID": 30, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2077, - "speed": 800000, - "name": "eth1/10/5", + "ingressVlan": 2030, + "speed": 100000, + "name": "eth1/4/6", "description": "", "queues_DEPRECATED": [ @@ -719,12 +719,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/4/2" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -734,15 +734,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 81, + "logicalID": 31, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2081, - "speed": 800000, - "name": "eth1/11/1", + "ingressVlan": 2031, + "speed": 100000, + "name": "eth1/4/7", "description": "", "queues_DEPRECATED": [ @@ -755,12 +755,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/11/5" + "2": "eth1/4/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -770,15 +770,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 85, + "logicalID": 32, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2085, - "speed": 800000, - "name": "eth1/11/5", + "ingressVlan": 2032, + "speed": 100000, + "name": "eth1/4/8", "description": "", "queues_DEPRECATED": [ @@ -791,12 +791,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/11/1" + "2": "eth1/4/4" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -806,15 +806,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 89, - "state": 1, + "logicalID": 33, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2089, + "ingressVlan": 2033, "speed": 800000, - "name": "eth1/12/1", + "name": "eth1/5/1", "description": "", "queues_DEPRECATED": [ @@ -827,7 +827,7 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/5/5" }, "lookupClasses": [ @@ -842,15 +842,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 93, - "state": 1, + "logicalID": 37, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2093, + "ingressVlan": 2037, "speed": 800000, - "name": "eth1/12/5", + "name": "eth1/5/5", "description": "", "queues_DEPRECATED": [ @@ -863,7 +863,7 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/5/1" }, "lookupClasses": [ @@ -878,15 +878,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 97, - "state": 1, + "logicalID": 41, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2097, - "speed": 800000, - "name": "eth1/13/1", + "ingressVlan": 2041, + "speed": 400000, + "name": "eth1/6/1", "description": "", "queues_DEPRECATED": [ @@ -899,12 +899,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/6/5" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -914,15 +914,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 101, - "state": 1, + "logicalID": 43, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2101, - "speed": 800000, - "name": "eth1/13/5", + "ingressVlan": 2043, + "speed": 400000, + "name": "eth1/6/3", "description": "", "queues_DEPRECATED": [ @@ -935,12 +935,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/6/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -950,15 +950,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 105, + "logicalID": 45, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2105, - "speed": 800000, - "name": "eth1/14/1", + "ingressVlan": 2045, + "speed": 400000, + "name": "eth1/6/5", "description": "", "queues_DEPRECATED": [ @@ -971,12 +971,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/14/5" + "2": "eth1/6/1" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -986,15 +986,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 109, + "logicalID": 47, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2109, - "speed": 800000, - "name": "eth1/14/5", + "ingressVlan": 2047, + "speed": 400000, + "name": "eth1/6/7", "description": "", "queues_DEPRECATED": [ @@ -1007,12 +1007,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/14/1" + "2": "eth1/6/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -1022,15 +1022,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 113, - "state": 1, + "logicalID": 49, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2113, - "speed": 800000, - "name": "eth1/15/1", + "ingressVlan": 2049, + "speed": 200000, + "name": "eth1/7/1", "description": "", "queues_DEPRECATED": [ @@ -1043,12 +1043,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/7/5" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1058,15 +1058,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 117, - "state": 1, + "logicalID": 50, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2117, - "speed": 800000, - "name": "eth1/15/5", + "ingressVlan": 2050, + "speed": 200000, + "name": "eth1/7/2", "description": "", "queues_DEPRECATED": [ @@ -1079,12 +1079,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/7/6" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1094,15 +1094,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 121, + "logicalID": 51, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2121, - "speed": 800000, - "name": "eth1/16/1", + "ingressVlan": 2051, + "speed": 200000, + "name": "eth1/7/3", "description": "", "queues_DEPRECATED": [ @@ -1115,12 +1115,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/16/5" + "2": "eth1/7/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1130,15 +1130,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 125, + "logicalID": 52, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2125, - "speed": 800000, - "name": "eth1/16/5", + "ingressVlan": 2052, + "speed": 200000, + "name": "eth1/7/4", "description": "", "queues_DEPRECATED": [ @@ -1151,12 +1151,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/16/1" + "2": "eth1/7/8" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1166,15 +1166,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 129, - "state": 1, + "logicalID": 53, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2129, - "speed": 800000, - "name": "eth1/17/1", + "ingressVlan": 2053, + "speed": 200000, + "name": "eth1/7/5", "description": "", "queues_DEPRECATED": [ @@ -1187,12 +1187,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/7/1" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1202,15 +1202,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 133, - "state": 1, + "logicalID": 54, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2133, - "speed": 800000, - "name": "eth1/17/5", + "ingressVlan": 2054, + "speed": 200000, + "name": "eth1/7/6", "description": "", "queues_DEPRECATED": [ @@ -1223,12 +1223,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/7/2" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1238,15 +1238,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 137, + "logicalID": 55, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2137, - "speed": 800000, - "name": "eth1/18/1", + "ingressVlan": 2055, + "speed": 200000, + "name": "eth1/7/7", "description": "", "queues_DEPRECATED": [ @@ -1259,12 +1259,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/18/5" + "2": "eth1/7/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1274,15 +1274,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 141, + "logicalID": 56, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2141, - "speed": 800000, - "name": "eth1/18/5", + "ingressVlan": 2056, + "speed": 200000, + "name": "eth1/7/8", "description": "", "queues_DEPRECATED": [ @@ -1295,12 +1295,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/18/1" + "2": "eth1/7/4" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1310,15 +1310,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 145, - "state": 1, + "logicalID": 57, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2145, - "speed": 800000, - "name": "eth1/19/1", + "ingressVlan": 2057, + "speed": 100000, + "name": "eth1/8/1", "description": "", "queues_DEPRECATED": [ @@ -1331,12 +1331,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/8/5" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -1346,15 +1346,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 149, - "state": 1, + "logicalID": 58, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2149, - "speed": 800000, - "name": "eth1/19/5", + "ingressVlan": 2058, + "speed": 100000, + "name": "eth1/8/2", "description": "", "queues_DEPRECATED": [ @@ -1367,12 +1367,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/8/6" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -1382,15 +1382,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 153, + "logicalID": 59, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2153, - "speed": 800000, - "name": "eth1/20/1", + "ingressVlan": 2059, + "speed": 100000, + "name": "eth1/8/3", "description": "", "queues_DEPRECATED": [ @@ -1403,12 +1403,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/20/5" + "2": "eth1/8/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -1418,15 +1418,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 157, + "logicalID": 60, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2157, - "speed": 800000, - "name": "eth1/20/5", + "ingressVlan": 2060, + "speed": 100000, + "name": "eth1/8/4", "description": "", "queues_DEPRECATED": [ @@ -1439,12 +1439,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/20/1" + "2": "eth1/8/8" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -1454,15 +1454,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 161, + "logicalID": 61, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2161, - "speed": 800000, - "name": "eth1/21/1", + "ingressVlan": 2061, + "speed": 100000, + "name": "eth1/8/5", "description": "", "queues_DEPRECATED": [ @@ -1475,12 +1475,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/21/5" + "2": "eth1/8/1" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -1490,15 +1490,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 165, + "logicalID": 62, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2165, - "speed": 800000, - "name": "eth1/21/5", + "ingressVlan": 2062, + "speed": 100000, + "name": "eth1/8/6", "description": "", "queues_DEPRECATED": [ @@ -1511,12 +1511,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/21/1" + "2": "eth1/8/2" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -1526,15 +1526,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 169, - "state": 1, + "logicalID": 63, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2169, - "speed": 800000, - "name": "eth1/22/1", + "ingressVlan": 2063, + "speed": 100000, + "name": "eth1/8/7", "description": "", "queues_DEPRECATED": [ @@ -1547,12 +1547,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/8/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -1562,15 +1562,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 173, - "state": 1, + "logicalID": 64, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2173, - "speed": 800000, - "name": "eth1/22/5", + "ingressVlan": 2064, + "speed": 100000, + "name": "eth1/8/8", "description": "", "queues_DEPRECATED": [ @@ -1583,12 +1583,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/8/4" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -1598,15 +1598,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 177, + "logicalID": 65, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2177, + "ingressVlan": 2065, "speed": 800000, - "name": "eth1/23/1", + "name": "eth1/9/1", "description": "", "queues_DEPRECATED": [ @@ -1619,7 +1619,7 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/23/5" + "2": "eth1/9/5" }, "lookupClasses": [ @@ -1634,15 +1634,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 181, + "logicalID": 69, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2181, + "ingressVlan": 2069, "speed": 800000, - "name": "eth1/23/5", + "name": "eth1/9/5", "description": "", "queues_DEPRECATED": [ @@ -1655,7 +1655,7 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/23/1" + "2": "eth1/9/1" }, "lookupClasses": [ @@ -1670,15 +1670,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 185, + "logicalID": 73, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2185, - "speed": 800000, - "name": "eth1/24/1", + "ingressVlan": 2073, + "speed": 200000, + "name": "eth1/10/1", "description": "", "queues_DEPRECATED": [ @@ -1696,7 +1696,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1706,15 +1706,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 189, + "logicalID": 74, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2189, - "speed": 800000, - "name": "eth1/24/5", + "ingressVlan": 2074, + "speed": 200000, + "name": "eth1/10/2", "description": "", "queues_DEPRECATED": [ @@ -1732,7 +1732,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1742,15 +1742,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 193, - "state": 2, + "logicalID": 75, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2193, - "speed": 800000, - "name": "eth1/25/1", + "ingressVlan": 2075, + "speed": 200000, + "name": "eth1/10/3", "description": "", "queues_DEPRECATED": [ @@ -1763,12 +1763,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/25/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1778,15 +1778,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 197, - "state": 2, + "logicalID": 76, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2197, - "speed": 800000, - "name": "eth1/25/5", + "ingressVlan": 2076, + "speed": 200000, + "name": "eth1/10/4", "description": "", "queues_DEPRECATED": [ @@ -1799,12 +1799,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/25/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1814,15 +1814,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 201, - "state": 2, + "logicalID": 77, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2201, - "speed": 800000, - "name": "eth1/26/1", + "ingressVlan": 2077, + "speed": 200000, + "name": "eth1/10/5", "description": "", "queues_DEPRECATED": [ @@ -1835,12 +1835,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/26/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1850,15 +1850,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 205, - "state": 2, + "logicalID": 78, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2205, - "speed": 800000, - "name": "eth1/26/5", + "ingressVlan": 2078, + "speed": 200000, + "name": "eth1/10/6", "description": "", "queues_DEPRECATED": [ @@ -1871,12 +1871,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/26/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1886,15 +1886,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 209, - "state": 2, + "logicalID": 79, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2209, - "speed": 800000, - "name": "eth1/27/1", + "ingressVlan": 2079, + "speed": 200000, + "name": "eth1/10/7", "description": "", "queues_DEPRECATED": [ @@ -1907,12 +1907,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/27/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1922,15 +1922,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 213, - "state": 2, + "logicalID": 80, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2213, - "speed": 800000, - "name": "eth1/27/5", + "ingressVlan": 2080, + "speed": 200000, + "name": "eth1/10/8", "description": "", "queues_DEPRECATED": [ @@ -1943,12 +1943,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/27/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1958,15 +1958,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 217, + "logicalID": 81, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2217, - "speed": 800000, - "name": "eth1/28/1", + "ingressVlan": 2081, + "speed": 200000, + "name": "eth1/11/1", "description": "", "queues_DEPRECATED": [ @@ -1979,12 +1979,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/28/5" + "2": "eth1/11/5" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1994,15 +1994,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 221, + "logicalID": 82, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2221, - "speed": 800000, - "name": "eth1/28/5", + "ingressVlan": 2082, + "speed": 200000, + "name": "eth1/11/2", "description": "", "queues_DEPRECATED": [ @@ -2015,12 +2015,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/28/1" + "2": "eth1/11/6" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2030,15 +2030,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 225, + "logicalID": 83, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2225, - "speed": 800000, - "name": "eth1/29/1", + "ingressVlan": 2083, + "speed": 200000, + "name": "eth1/11/3", "description": "", "queues_DEPRECATED": [ @@ -2051,12 +2051,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/29/5" + "2": "eth1/11/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2066,15 +2066,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 229, + "logicalID": 84, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2229, - "speed": 800000, - "name": "eth1/29/5", + "ingressVlan": 2084, + "speed": 200000, + "name": "eth1/11/4", "description": "", "queues_DEPRECATED": [ @@ -2087,12 +2087,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/29/1" + "2": "eth1/11/8" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2102,15 +2102,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 233, + "logicalID": 85, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2233, - "speed": 800000, - "name": "eth1/30/1", + "ingressVlan": 2085, + "speed": 200000, + "name": "eth1/11/5", "description": "", "queues_DEPRECATED": [ @@ -2123,12 +2123,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/30/5" + "2": "eth1/11/1" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2138,15 +2138,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 237, + "logicalID": 86, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2237, - "speed": 800000, - "name": "eth1/30/5", + "ingressVlan": 2086, + "speed": 200000, + "name": "eth1/11/6", "description": "", "queues_DEPRECATED": [ @@ -2159,12 +2159,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/30/1" + "2": "eth1/11/2" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2174,15 +2174,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 241, + "logicalID": 87, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2241, - "speed": 800000, - "name": "eth1/31/1", + "ingressVlan": 2087, + "speed": 200000, + "name": "eth1/11/7", "description": "", "queues_DEPRECATED": [ @@ -2195,12 +2195,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/31/5" + "2": "eth1/11/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2210,15 +2210,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 245, + "logicalID": 88, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2245, - "speed": 800000, - "name": "eth1/31/5", + "ingressVlan": 2088, + "speed": 200000, + "name": "eth1/11/8", "description": "", "queues_DEPRECATED": [ @@ -2231,12 +2231,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/31/1" + "2": "eth1/11/4" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2246,15 +2246,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 249, - "state": 2, + "logicalID": 89, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2249, - "speed": 800000, - "name": "eth1/32/1", + "ingressVlan": 2089, + "speed": 200000, + "name": "eth1/12/1", "description": "", "queues_DEPRECATED": [ @@ -2267,12 +2267,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/32/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2282,15 +2282,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 253, - "state": 2, + "logicalID": 90, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2253, - "speed": 800000, - "name": "eth1/32/5", + "ingressVlan": 2090, + "speed": 200000, + "name": "eth1/12/2", "description": "", "queues_DEPRECATED": [ @@ -2303,12 +2303,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/32/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2318,15 +2318,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 257, - "state": 2, + "logicalID": 91, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2257, - "speed": 800000, - "name": "eth1/33/1", + "ingressVlan": 2091, + "speed": 200000, + "name": "eth1/12/3", "description": "", "queues_DEPRECATED": [ @@ -2339,12 +2339,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/33/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2354,15 +2354,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 261, - "state": 2, + "logicalID": 92, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2261, - "speed": 800000, - "name": "eth1/33/5", + "ingressVlan": 2092, + "speed": 200000, + "name": "eth1/12/4", "description": "", "queues_DEPRECATED": [ @@ -2375,12 +2375,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/33/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2390,15 +2390,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 265, - "state": 2, + "logicalID": 93, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2265, - "speed": 800000, - "name": "eth1/34/1", + "ingressVlan": 2093, + "speed": 200000, + "name": "eth1/12/5", "description": "", "queues_DEPRECATED": [ @@ -2411,12 +2411,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/34/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2426,15 +2426,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 269, - "state": 2, + "logicalID": 94, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2269, - "speed": 800000, - "name": "eth1/34/5", + "ingressVlan": 2094, + "speed": 200000, + "name": "eth1/12/6", "description": "", "queues_DEPRECATED": [ @@ -2447,12 +2447,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/34/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2462,15 +2462,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 273, - "state": 2, + "logicalID": 95, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2273, - "speed": 800000, - "name": "eth1/35/1", + "ingressVlan": 2095, + "speed": 200000, + "name": "eth1/12/7", "description": "", "queues_DEPRECATED": [ @@ -2483,12 +2483,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/35/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2498,15 +2498,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 277, - "state": 2, + "logicalID": 96, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2277, - "speed": 800000, - "name": "eth1/35/5", + "ingressVlan": 2096, + "speed": 200000, + "name": "eth1/12/8", "description": "", "queues_DEPRECATED": [ @@ -2519,12 +2519,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/35/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2534,15 +2534,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 281, - "state": 2, + "logicalID": 97, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2281, - "speed": 800000, - "name": "eth1/36/1", + "ingressVlan": 2097, + "speed": 200000, + "name": "eth1/13/1", "description": "", "queues_DEPRECATED": [ @@ -2555,12 +2555,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/36/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2570,15 +2570,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 285, - "state": 2, + "logicalID": 98, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2285, - "speed": 800000, - "name": "eth1/36/5", + "ingressVlan": 2098, + "speed": 200000, + "name": "eth1/13/2", "description": "", "queues_DEPRECATED": [ @@ -2591,12 +2591,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/36/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2606,15 +2606,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 289, - "state": 2, + "logicalID": 99, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2289, - "speed": 800000, - "name": "eth1/37/1", + "ingressVlan": 2099, + "speed": 200000, + "name": "eth1/13/3", "description": "", "queues_DEPRECATED": [ @@ -2627,12 +2627,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/37/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2642,15 +2642,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 293, - "state": 2, + "logicalID": 100, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2293, - "speed": 800000, - "name": "eth1/37/5", + "ingressVlan": 2100, + "speed": 200000, + "name": "eth1/13/4", "description": "", "queues_DEPRECATED": [ @@ -2663,12 +2663,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/37/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2678,15 +2678,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 297, - "state": 2, + "logicalID": 101, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2297, - "speed": 800000, - "name": "eth1/38/1", + "ingressVlan": 2101, + "speed": 200000, + "name": "eth1/13/5", "description": "", "queues_DEPRECATED": [ @@ -2699,12 +2699,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/38/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2714,15 +2714,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 301, - "state": 2, + "logicalID": 102, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2301, - "speed": 800000, - "name": "eth1/38/5", + "ingressVlan": 2102, + "speed": 200000, + "name": "eth1/13/6", "description": "", "queues_DEPRECATED": [ @@ -2735,12 +2735,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/38/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2750,15 +2750,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 305, - "state": 2, + "logicalID": 103, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2305, - "speed": 800000, - "name": "eth1/39/1", + "ingressVlan": 2103, + "speed": 200000, + "name": "eth1/13/7", "description": "", "queues_DEPRECATED": [ @@ -2771,12 +2771,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/39/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2786,15 +2786,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 309, - "state": 2, + "logicalID": 104, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2309, - "speed": 800000, - "name": "eth1/39/5", + "ingressVlan": 2104, + "speed": 200000, + "name": "eth1/13/8", "description": "", "queues_DEPRECATED": [ @@ -2807,12 +2807,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/39/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2822,15 +2822,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 313, + "logicalID": 105, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2313, - "speed": 800000, - "name": "eth1/40/1", + "ingressVlan": 2105, + "speed": 400000, + "name": "eth1/14/1", "description": "", "queues_DEPRECATED": [ @@ -2843,12 +2843,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/40/5" + "2": "eth1/14/5" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -2858,15 +2858,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 317, + "logicalID": 107, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2317, - "speed": 800000, - "name": "eth1/40/5", + "ingressVlan": 2107, + "speed": 400000, + "name": "eth1/14/3", "description": "", "queues_DEPRECATED": [ @@ -2879,12 +2879,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/40/1" + "2": "eth1/14/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -2894,15 +2894,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 321, + "logicalID": 109, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2321, - "speed": 800000, - "name": "eth1/41/1", + "ingressVlan": 2109, + "speed": 400000, + "name": "eth1/14/5", "description": "", "queues_DEPRECATED": [ @@ -2915,12 +2915,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/41/5" + "2": "eth1/14/1" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -2930,15 +2930,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 325, + "logicalID": 111, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2325, - "speed": 800000, - "name": "eth1/41/5", + "ingressVlan": 2111, + "speed": 400000, + "name": "eth1/14/7", "description": "", "queues_DEPRECATED": [ @@ -2951,12 +2951,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/41/1" + "2": "eth1/14/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -2966,15 +2966,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 329, + "logicalID": 113, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2329, - "speed": 800000, - "name": "eth1/42/1", + "ingressVlan": 2113, + "speed": 200000, + "name": "eth1/15/1", "description": "", "queues_DEPRECATED": [ @@ -2992,7 +2992,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3002,15 +3002,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 333, + "logicalID": 114, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2333, - "speed": 800000, - "name": "eth1/42/5", + "ingressVlan": 2114, + "speed": 200000, + "name": "eth1/15/2", "description": "", "queues_DEPRECATED": [ @@ -3028,7 +3028,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3038,15 +3038,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 337, - "state": 2, + "logicalID": 115, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2337, - "speed": 800000, - "name": "eth1/43/1", + "ingressVlan": 2115, + "speed": 200000, + "name": "eth1/15/3", "description": "", "queues_DEPRECATED": [ @@ -3059,12 +3059,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/43/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3074,15 +3074,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 341, - "state": 2, + "logicalID": 116, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2341, - "speed": 800000, - "name": "eth1/43/5", + "ingressVlan": 2116, + "speed": 200000, + "name": "eth1/15/4", "description": "", "queues_DEPRECATED": [ @@ -3095,12 +3095,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/43/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3110,15 +3110,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 345, + "logicalID": 117, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2345, - "speed": 800000, - "name": "eth1/44/1", + "ingressVlan": 2117, + "speed": 200000, + "name": "eth1/15/5", "description": "", "queues_DEPRECATED": [ @@ -3136,7 +3136,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3146,15 +3146,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 349, + "logicalID": 118, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2349, - "speed": 800000, - "name": "eth1/44/5", + "ingressVlan": 2118, + "speed": 200000, + "name": "eth1/15/6", "description": "", "queues_DEPRECATED": [ @@ -3172,7 +3172,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3182,15 +3182,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 353, + "logicalID": 119, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2353, - "speed": 800000, - "name": "eth1/45/1", + "ingressVlan": 2119, + "speed": 200000, + "name": "eth1/15/7", "description": "", "queues_DEPRECATED": [ @@ -3208,7 +3208,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3218,15 +3218,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 357, + "logicalID": 120, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2357, - "speed": 800000, - "name": "eth1/45/5", + "ingressVlan": 2120, + "speed": 200000, + "name": "eth1/15/8", "description": "", "queues_DEPRECATED": [ @@ -3244,7 +3244,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3254,15 +3254,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 361, + "logicalID": 121, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2361, - "speed": 800000, - "name": "eth1/46/1", + "ingressVlan": 2121, + "speed": 100000, + "name": "eth1/16/1", "description": "", "queues_DEPRECATED": [ @@ -3275,12 +3275,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/46/5" + "2": "eth1/16/5" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -3290,15 +3290,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 365, + "logicalID": 122, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2365, - "speed": 800000, - "name": "eth1/46/5", + "ingressVlan": 2122, + "speed": 100000, + "name": "eth1/16/2", "description": "", "queues_DEPRECATED": [ @@ -3311,12 +3311,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/46/1" + "2": "eth1/16/6" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -3326,15 +3326,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 369, - "state": 1, + "logicalID": 123, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2369, - "speed": 800000, - "name": "eth1/47/1", + "ingressVlan": 2123, + "speed": 100000, + "name": "eth1/16/3", "description": "", "queues_DEPRECATED": [ @@ -3347,12 +3347,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/16/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -3362,15 +3362,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 373, - "state": 1, + "logicalID": 124, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2373, - "speed": 800000, - "name": "eth1/47/5", + "ingressVlan": 2124, + "speed": 100000, + "name": "eth1/16/4", "description": "", "queues_DEPRECATED": [ @@ -3383,12 +3383,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/16/8" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -3398,15 +3398,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 377, + "logicalID": 125, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2377, - "speed": 800000, - "name": "eth1/48/1", + "ingressVlan": 2125, + "speed": 100000, + "name": "eth1/16/5", "description": "", "queues_DEPRECATED": [ @@ -3419,12 +3419,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/48/5" + "2": "eth1/16/1" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -3434,15 +3434,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 381, + "logicalID": 126, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2381, - "speed": 800000, - "name": "eth1/48/5", + "ingressVlan": 2126, + "speed": 100000, + "name": "eth1/16/6", "description": "", "queues_DEPRECATED": [ @@ -3455,12 +3455,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/48/1" + "2": "eth1/16/2" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -3470,15 +3470,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 385, - "state": 1, + "logicalID": 127, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2385, - "speed": 800000, - "name": "eth1/49/1", + "ingressVlan": 2127, + "speed": 100000, + "name": "eth1/16/7", "description": "", "queues_DEPRECATED": [ @@ -3491,12 +3491,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/16/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -3506,15 +3506,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 389, - "state": 1, + "logicalID": 128, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2389, - "speed": 800000, - "name": "eth1/49/5", + "ingressVlan": 2128, + "speed": 100000, + "name": "eth1/16/8", "description": "", "queues_DEPRECATED": [ @@ -3527,12 +3527,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/16/4" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -3542,15 +3542,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 393, - "state": 2, + "logicalID": 129, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2393, - "speed": 800000, - "name": "eth1/50/1", + "ingressVlan": 2129, + "speed": 200000, + "name": "eth1/17/1", "description": "", "queues_DEPRECATED": [ @@ -3563,12 +3563,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/50/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3578,15 +3578,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 397, - "state": 2, + "logicalID": 130, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2397, - "speed": 800000, - "name": "eth1/50/5", + "ingressVlan": 2130, + "speed": 200000, + "name": "eth1/17/2", "description": "", "queues_DEPRECATED": [ @@ -3599,12 +3599,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/50/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3614,15 +3614,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 401, + "logicalID": 131, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2401, - "speed": 800000, - "name": "eth1/51/1", + "ingressVlan": 2131, + "speed": 200000, + "name": "eth1/17/3", "description": "", "queues_DEPRECATED": [ @@ -3640,7 +3640,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3650,15 +3650,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 405, + "logicalID": 132, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2405, - "speed": 800000, - "name": "eth1/51/5", + "ingressVlan": 2132, + "speed": 200000, + "name": "eth1/17/4", "description": "", "queues_DEPRECATED": [ @@ -3676,7 +3676,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3686,15 +3686,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 409, - "state": 2, + "logicalID": 133, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2409, - "speed": 800000, - "name": "eth1/52/1", + "ingressVlan": 2133, + "speed": 200000, + "name": "eth1/17/5", "description": "", "queues_DEPRECATED": [ @@ -3707,12 +3707,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/52/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3722,15 +3722,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 413, - "state": 2, + "logicalID": 134, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2413, - "speed": 800000, - "name": "eth1/52/5", + "ingressVlan": 2134, + "speed": 200000, + "name": "eth1/17/6", "description": "", "queues_DEPRECATED": [ @@ -3743,12 +3743,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/52/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3758,15 +3758,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 417, - "state": 2, + "logicalID": 135, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2417, - "speed": 800000, - "name": "eth1/53/1", + "ingressVlan": 2135, + "speed": 200000, + "name": "eth1/17/7", "description": "", "queues_DEPRECATED": [ @@ -3779,12 +3779,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/53/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3794,15 +3794,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 421, - "state": 2, + "logicalID": 136, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2421, - "speed": 800000, - "name": "eth1/53/5", + "ingressVlan": 2136, + "speed": 200000, + "name": "eth1/17/8", "description": "", "queues_DEPRECATED": [ @@ -3815,12 +3815,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/53/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3830,15 +3830,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 425, - "state": 1, + "logicalID": 137, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2425, - "speed": 800000, - "name": "eth1/54/1", + "ingressVlan": 2137, + "speed": 400000, + "name": "eth1/18/1", "description": "", "queues_DEPRECATED": [ @@ -3851,12 +3851,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/18/5" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -3866,15 +3866,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 429, - "state": 1, + "logicalID": 139, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2429, - "speed": 800000, - "name": "eth1/54/5", + "ingressVlan": 2139, + "speed": 400000, + "name": "eth1/18/3", "description": "", "queues_DEPRECATED": [ @@ -3887,12 +3887,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/18/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -3902,15 +3902,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 433, + "logicalID": 141, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2433, - "speed": 800000, - "name": "eth1/55/1", + "ingressVlan": 2141, + "speed": 400000, + "name": "eth1/18/5", "description": "", "queues_DEPRECATED": [ @@ -3923,12 +3923,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/55/5" + "2": "eth1/18/1" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -3938,15 +3938,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 437, + "logicalID": 143, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2437, - "speed": 800000, - "name": "eth1/55/5", + "ingressVlan": 2143, + "speed": 400000, + "name": "eth1/18/7", "description": "", "queues_DEPRECATED": [ @@ -3959,12 +3959,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/55/1" + "2": "eth1/18/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -3974,15 +3974,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 441, + "logicalID": 145, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2441, - "speed": 800000, - "name": "eth1/56/1", + "ingressVlan": 2145, + "speed": 200000, + "name": "eth1/19/1", "description": "", "queues_DEPRECATED": [ @@ -4000,7 +4000,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4010,15 +4010,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 445, + "logicalID": 146, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2445, - "speed": 800000, - "name": "eth1/56/5", + "ingressVlan": 2146, + "speed": 200000, + "name": "eth1/19/2", "description": "", "queues_DEPRECATED": [ @@ -4036,7 +4036,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4046,15 +4046,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 449, - "state": 2, + "logicalID": 147, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2449, - "speed": 800000, - "name": "eth1/57/1", + "ingressVlan": 2147, + "speed": 200000, + "name": "eth1/19/3", "description": "", "queues_DEPRECATED": [ @@ -4067,12 +4067,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/57/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4082,15 +4082,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 453, - "state": 2, + "logicalID": 148, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2453, - "speed": 800000, - "name": "eth1/57/5", + "ingressVlan": 2148, + "speed": 200000, + "name": "eth1/19/4", "description": "", "queues_DEPRECATED": [ @@ -4103,12 +4103,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/57/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4118,15 +4118,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 457, - "state": 2, + "logicalID": 149, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2457, - "speed": 800000, - "name": "eth1/58/1", + "ingressVlan": 2149, + "speed": 200000, + "name": "eth1/19/5", "description": "", "queues_DEPRECATED": [ @@ -4139,12 +4139,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/58/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4154,15 +4154,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 461, - "state": 2, + "logicalID": 150, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2461, - "speed": 800000, - "name": "eth1/58/5", + "ingressVlan": 2150, + "speed": 200000, + "name": "eth1/19/6", "description": "", "queues_DEPRECATED": [ @@ -4175,12 +4175,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/58/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4190,15 +4190,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 465, - "state": 2, + "logicalID": 151, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2465, - "speed": 800000, - "name": "eth1/59/1", + "ingressVlan": 2151, + "speed": 200000, + "name": "eth1/19/7", "description": "", "queues_DEPRECATED": [ @@ -4211,12 +4211,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/59/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4226,15 +4226,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 469, - "state": 2, + "logicalID": 152, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2469, - "speed": 800000, - "name": "eth1/59/5", + "ingressVlan": 2152, + "speed": 200000, + "name": "eth1/19/8", "description": "", "queues_DEPRECATED": [ @@ -4247,12 +4247,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/59/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4262,15 +4262,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 473, + "logicalID": 153, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2473, - "speed": 800000, - "name": "eth1/60/1", + "ingressVlan": 2153, + "speed": 100000, + "name": "eth1/20/1", "description": "", "queues_DEPRECATED": [ @@ -4283,12 +4283,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/60/5" + "2": "eth1/20/5" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -4298,15 +4298,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 477, + "logicalID": 154, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2477, - "speed": 800000, - "name": "eth1/60/5", + "ingressVlan": 2154, + "speed": 100000, + "name": "eth1/20/2", "description": "", "queues_DEPRECATED": [ @@ -4319,12 +4319,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/60/1" + "2": "eth1/20/6" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -4334,15 +4334,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 481, + "logicalID": 155, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2481, - "speed": 800000, - "name": "eth1/61/1", + "ingressVlan": 2155, + "speed": 100000, + "name": "eth1/20/3", "description": "", "queues_DEPRECATED": [ @@ -4355,12 +4355,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/61/5" + "2": "eth1/20/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -4370,15 +4370,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 485, + "logicalID": 156, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2485, - "speed": 800000, - "name": "eth1/61/5", + "ingressVlan": 2156, + "speed": 100000, + "name": "eth1/20/4", "description": "", "queues_DEPRECATED": [ @@ -4391,12 +4391,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/61/1" + "2": "eth1/20/8" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -4406,15 +4406,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 489, + "logicalID": 157, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2489, - "speed": 800000, - "name": "eth1/62/1", + "ingressVlan": 2157, + "speed": 100000, + "name": "eth1/20/5", "description": "", "queues_DEPRECATED": [ @@ -4427,12 +4427,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/62/5" + "2": "eth1/20/1" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -4442,15 +4442,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 493, + "logicalID": 158, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2493, - "speed": 800000, - "name": "eth1/62/5", + "ingressVlan": 2158, + "speed": 100000, + "name": "eth1/20/6", "description": "", "queues_DEPRECATED": [ @@ -4463,12 +4463,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/62/1" + "2": "eth1/20/2" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -4478,15 +4478,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 497, + "logicalID": 159, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2497, - "speed": 800000, - "name": "eth1/63/1", + "ingressVlan": 2159, + "speed": 100000, + "name": "eth1/20/7", "description": "", "queues_DEPRECATED": [ @@ -4499,12 +4499,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/63/5" + "2": "eth1/20/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -4514,15 +4514,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 501, + "logicalID": 160, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2501, - "speed": 800000, - "name": "eth1/63/5", + "ingressVlan": 2160, + "speed": 100000, + "name": "eth1/20/8", "description": "", "queues_DEPRECATED": [ @@ -4535,12 +4535,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/63/1" + "2": "eth1/20/4" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 47, "portType": 0, "expectedNeighborReachability": [ @@ -4550,15 +4550,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 505, + "logicalID": 161, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2505, + "ingressVlan": 2161, "speed": 800000, - "name": "eth1/64/1", + "name": "eth1/21/1", "description": "", "queues_DEPRECATED": [ @@ -4571,7 +4571,7 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/64/5" + "2": "eth1/21/5" }, "lookupClasses": [ @@ -4586,15 +4586,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 509, + "logicalID": 165, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2509, + "ingressVlan": 2165, "speed": 800000, - "name": "eth1/64/5", + "name": "eth1/21/5", "description": "", "queues_DEPRECATED": [ @@ -4607,7 +4607,7 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/64/1" + "2": "eth1/21/1" }, "lookupClasses": [ @@ -4622,15 +4622,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 513, - "state": 2, + "logicalID": 169, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2513, - "speed": 100000, - "name": "eth1/65/1", + "ingressVlan": 2169, + "speed": 200000, + "name": "eth1/22/1", "description": "", "queues_DEPRECATED": [ @@ -4643,687 +4643,9957 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/65/1" + }, "lookupClasses": [ ], - "profileID": 23, - "portType": 4, + "profileID": 53, + "portType": 0, "expectedNeighborReachability": [ ], "drainState": 0, "scope": 0, "conditionalEntropyRehash": false - } - ], - "vlans": [ + }, { - "name": "fbossLoopback0", - "id": 10, - "recordStats": true, + "logicalID": 170, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2170, + "speed": 200000, + "name": "eth1/22/2", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "default", - "id": 4094, - "recordStats": true, - "routable": false, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2001", - "id": 2001, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2002", - "id": 2002, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2003", - "id": 2003, - "recordStats": true, + "logicalID": 171, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2171, + "speed": 200000, + "name": "eth1/22/3", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2004", - "id": 2004, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2005", - "id": 2005, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2006", - "id": 2006, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2007", - "id": 2007, - "recordStats": true, + "logicalID": 172, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2172, + "speed": 200000, + "name": "eth1/22/4", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2008", - "id": 2008, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2009", - "id": 2009, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2010", - "id": 2010, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2011", - "id": 2011, - "recordStats": true, + "logicalID": 173, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2173, + "speed": 200000, + "name": "eth1/22/5", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2012", - "id": 2012, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2013", - "id": 2013, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2014", - "id": 2014, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2015", - "id": 2015, - "recordStats": true, + "logicalID": 174, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2174, + "speed": 200000, + "name": "eth1/22/6", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2016", - "id": 2016, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] - }, - { - "name": "vlan2017", - "id": 2017, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2018", - "id": 2018, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2019", - "id": 2019, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2020", - "id": 2020, - "recordStats": true, + "logicalID": 175, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2175, + "speed": 200000, + "name": "eth1/22/7", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2021", - "id": 2021, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2022", - "id": 2022, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2023", - "id": 2023, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2024", - "id": 2024, - "recordStats": true, + "logicalID": 176, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2176, + "speed": 200000, + "name": "eth1/22/8", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2025", - "id": 2025, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2026", - "id": 2026, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2027", - "id": 2027, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2028", - "id": 2028, - "recordStats": true, + "logicalID": 177, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2177, + "speed": 200000, + "name": "eth1/23/1", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2029", - "id": 2029, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/5" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2030", - "id": 2030, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2031", - "id": 2031, - "recordStats": true, + "logicalID": 178, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2178, + "speed": 200000, + "name": "eth1/23/2", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2032", - "id": 2032, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/6" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2033", - "id": 2033, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2034", - "id": 2034, - "recordStats": true, + "logicalID": 179, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2179, + "speed": 200000, + "name": "eth1/23/3", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2035", - "id": 2035, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/7" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2036", - "id": 2036, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2037", - "id": 2037, - "recordStats": true, + "logicalID": 180, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2180, + "speed": 200000, + "name": "eth1/23/4", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2038", - "id": 2038, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/8" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2039", - "id": 2039, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2040", - "id": 2040, - "recordStats": true, + "logicalID": 181, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2181, + "speed": 200000, + "name": "eth1/23/5", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2041", - "id": 2041, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/1" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2042", - "id": 2042, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2043", - "id": 2043, - "recordStats": true, + "logicalID": 182, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2182, + "speed": 200000, + "name": "eth1/23/6", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2044", - "id": 2044, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/2" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2045", - "id": 2045, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2046", - "id": 2046, - "recordStats": true, + "logicalID": 183, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2183, + "speed": 200000, + "name": "eth1/23/7", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2047", - "id": 2047, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/3" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2048", - "id": 2048, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2049", - "id": 2049, - "recordStats": true, + "logicalID": 184, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2184, + "speed": 200000, + "name": "eth1/23/8", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2050", - "id": 2050, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/4" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2051", - "id": 2051, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2052", - "id": 2052, - "recordStats": true, + "logicalID": 185, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ - - ] - }, - { - "name": "vlan2053", - "id": 2053, - "recordStats": true, - "routable": true, - "ipAddresses": [ + "ingressVlan": 2185, + "speed": 200000, + "name": "eth1/24/1", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2054", - "id": 2054, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2055", - "id": 2055, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2056", - "id": 2056, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2057", - "id": 2057, - "recordStats": true, + "logicalID": 186, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2186, + "speed": 200000, + "name": "eth1/24/2", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2058", - "id": 2058, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2059", - "id": 2059, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2060", - "id": 2060, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2061", - "id": 2061, - "recordStats": true, + "logicalID": 187, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2187, + "speed": 200000, + "name": "eth1/24/3", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2062", - "id": 2062, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2063", - "id": 2063, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2064", - "id": 2064, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2065", - "id": 2065, - "recordStats": true, + "logicalID": 188, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2188, + "speed": 200000, + "name": "eth1/24/4", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2066", - "id": 2066, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2067", - "id": 2067, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2068", - "id": 2068, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2069", - "id": 2069, - "recordStats": true, + "logicalID": 189, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2189, + "speed": 200000, + "name": "eth1/24/5", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2070", - "id": 2070, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2071", - "id": 2071, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2072", - "id": 2072, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 190, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2190, + "speed": 200000, + "name": "eth1/24/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 191, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2191, + "speed": 200000, + "name": "eth1/24/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 192, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2192, + "speed": 200000, + "name": "eth1/24/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 193, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2193, + "speed": 800000, + "name": "eth1/25/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/25/5" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 197, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2197, + "speed": 800000, + "name": "eth1/25/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/25/1" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 201, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2201, + "speed": 400000, + "name": "eth1/26/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/26/5" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 203, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2203, + "speed": 400000, + "name": "eth1/26/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/26/7" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 205, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2205, + "speed": 400000, + "name": "eth1/26/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/26/1" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 207, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2207, + "speed": 400000, + "name": "eth1/26/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/26/3" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 209, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2209, + "speed": 200000, + "name": "eth1/27/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/5" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 210, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2210, + "speed": 200000, + "name": "eth1/27/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/6" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 211, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2211, + "speed": 200000, + "name": "eth1/27/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/7" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 212, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2212, + "speed": 200000, + "name": "eth1/27/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/8" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 213, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2213, + "speed": 200000, + "name": "eth1/27/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/1" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 214, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2214, + "speed": 200000, + "name": "eth1/27/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/2" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 215, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2215, + "speed": 200000, + "name": "eth1/27/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/3" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 216, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2216, + "speed": 200000, + "name": "eth1/27/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/4" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 217, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2217, + "speed": 100000, + "name": "eth1/28/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/5" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 218, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2218, + "speed": 100000, + "name": "eth1/28/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/6" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 219, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2219, + "speed": 100000, + "name": "eth1/28/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/7" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 220, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2220, + "speed": 100000, + "name": "eth1/28/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/8" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 221, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2221, + "speed": 100000, + "name": "eth1/28/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/1" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 222, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2222, + "speed": 100000, + "name": "eth1/28/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/2" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 223, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2223, + "speed": 100000, + "name": "eth1/28/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/3" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 224, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2224, + "speed": 100000, + "name": "eth1/28/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/4" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 225, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2225, + "speed": 800000, + "name": "eth1/29/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/5" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 229, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2229, + "speed": 800000, + "name": "eth1/29/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/1" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 233, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2233, + "speed": 400000, + "name": "eth1/30/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/5" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 235, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2235, + "speed": 400000, + "name": "eth1/30/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/7" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 237, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2237, + "speed": 400000, + "name": "eth1/30/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/1" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 239, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2239, + "speed": 400000, + "name": "eth1/30/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/3" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 241, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2241, + "speed": 200000, + "name": "eth1/31/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/5" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 242, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2242, + "speed": 200000, + "name": "eth1/31/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/6" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 243, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2243, + "speed": 200000, + "name": "eth1/31/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/7" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 244, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2244, + "speed": 200000, + "name": "eth1/31/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/8" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 245, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2245, + "speed": 200000, + "name": "eth1/31/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/1" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 246, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2246, + "speed": 200000, + "name": "eth1/31/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/2" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 247, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2247, + "speed": 200000, + "name": "eth1/31/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/3" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 248, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2248, + "speed": 200000, + "name": "eth1/31/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/4" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 249, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2249, + "speed": 100000, + "name": "eth1/32/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/5" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 250, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2250, + "speed": 100000, + "name": "eth1/32/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/6" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 251, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2251, + "speed": 100000, + "name": "eth1/32/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/7" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 252, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2252, + "speed": 100000, + "name": "eth1/32/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/8" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 253, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2253, + "speed": 100000, + "name": "eth1/32/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/1" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 254, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2254, + "speed": 100000, + "name": "eth1/32/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/2" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 255, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2255, + "speed": 100000, + "name": "eth1/32/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/3" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 256, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2256, + "speed": 100000, + "name": "eth1/32/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/4" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 257, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2257, + "speed": 800000, + "name": "eth1/33/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/33/5" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 261, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2261, + "speed": 800000, + "name": "eth1/33/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/33/1" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 265, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2265, + "speed": 400000, + "name": "eth1/34/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/34/5" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 267, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2267, + "speed": 400000, + "name": "eth1/34/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/34/7" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 269, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2269, + "speed": 400000, + "name": "eth1/34/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/34/1" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 271, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2271, + "speed": 400000, + "name": "eth1/34/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/34/3" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 273, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2273, + "speed": 200000, + "name": "eth1/35/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/5" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 274, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2274, + "speed": 200000, + "name": "eth1/35/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/6" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 275, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2275, + "speed": 200000, + "name": "eth1/35/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/7" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 276, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2276, + "speed": 200000, + "name": "eth1/35/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/8" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 277, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2277, + "speed": 200000, + "name": "eth1/35/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/1" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 278, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2278, + "speed": 200000, + "name": "eth1/35/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/2" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 279, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2279, + "speed": 200000, + "name": "eth1/35/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/3" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 280, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2280, + "speed": 200000, + "name": "eth1/35/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/4" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 281, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2281, + "speed": 100000, + "name": "eth1/36/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/5" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 282, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2282, + "speed": 100000, + "name": "eth1/36/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/6" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 283, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2283, + "speed": 100000, + "name": "eth1/36/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/7" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 284, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2284, + "speed": 100000, + "name": "eth1/36/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/8" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 285, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2285, + "speed": 100000, + "name": "eth1/36/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/1" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 286, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2286, + "speed": 100000, + "name": "eth1/36/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/2" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 287, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2287, + "speed": 100000, + "name": "eth1/36/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/3" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 288, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2288, + "speed": 100000, + "name": "eth1/36/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/4" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 289, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2289, + "speed": 800000, + "name": "eth1/37/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/37/5" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 293, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2293, + "speed": 800000, + "name": "eth1/37/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/37/1" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 297, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2297, + "speed": 400000, + "name": "eth1/38/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/38/5" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 299, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2299, + "speed": 400000, + "name": "eth1/38/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/38/7" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 301, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2301, + "speed": 400000, + "name": "eth1/38/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/38/1" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 303, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2303, + "speed": 400000, + "name": "eth1/38/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/38/3" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 305, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2305, + "speed": 200000, + "name": "eth1/39/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/5" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 306, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2306, + "speed": 200000, + "name": "eth1/39/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/6" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 307, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2307, + "speed": 200000, + "name": "eth1/39/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/7" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 308, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2308, + "speed": 200000, + "name": "eth1/39/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/8" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 309, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2309, + "speed": 200000, + "name": "eth1/39/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/1" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 310, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2310, + "speed": 200000, + "name": "eth1/39/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/2" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 311, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2311, + "speed": 200000, + "name": "eth1/39/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/3" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 312, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2312, + "speed": 200000, + "name": "eth1/39/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/4" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 313, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2313, + "speed": 100000, + "name": "eth1/40/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/5" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 314, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2314, + "speed": 100000, + "name": "eth1/40/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/6" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 315, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2315, + "speed": 100000, + "name": "eth1/40/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/7" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 316, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2316, + "speed": 100000, + "name": "eth1/40/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/8" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 317, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2317, + "speed": 100000, + "name": "eth1/40/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/1" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 318, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2318, + "speed": 100000, + "name": "eth1/40/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/2" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 319, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2319, + "speed": 100000, + "name": "eth1/40/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/3" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 320, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2320, + "speed": 100000, + "name": "eth1/40/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/4" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 321, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2321, + "speed": 800000, + "name": "eth1/41/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/41/5" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 325, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2325, + "speed": 800000, + "name": "eth1/41/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/41/1" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 329, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2329, + "speed": 200000, + "name": "eth1/42/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 330, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2330, + "speed": 200000, + "name": "eth1/42/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 331, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2331, + "speed": 200000, + "name": "eth1/42/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 332, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2332, + "speed": 200000, + "name": "eth1/42/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 333, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2333, + "speed": 200000, + "name": "eth1/42/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 334, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2334, + "speed": 200000, + "name": "eth1/42/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 335, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2335, + "speed": 200000, + "name": "eth1/42/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 336, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2336, + "speed": 200000, + "name": "eth1/42/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 337, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2337, + "speed": 200000, + "name": "eth1/43/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/5" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 338, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2338, + "speed": 200000, + "name": "eth1/43/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/6" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 339, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2339, + "speed": 200000, + "name": "eth1/43/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/7" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 340, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2340, + "speed": 200000, + "name": "eth1/43/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/8" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 341, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2341, + "speed": 200000, + "name": "eth1/43/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/1" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 342, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2342, + "speed": 200000, + "name": "eth1/43/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/2" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 343, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2343, + "speed": 200000, + "name": "eth1/43/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/3" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 344, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2344, + "speed": 200000, + "name": "eth1/43/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/4" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 345, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2345, + "speed": 200000, + "name": "eth1/44/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 346, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2346, + "speed": 200000, + "name": "eth1/44/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 347, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2347, + "speed": 200000, + "name": "eth1/44/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 348, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2348, + "speed": 200000, + "name": "eth1/44/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 349, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2349, + "speed": 200000, + "name": "eth1/44/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 350, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2350, + "speed": 200000, + "name": "eth1/44/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 351, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2351, + "speed": 200000, + "name": "eth1/44/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 352, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2352, + "speed": 200000, + "name": "eth1/44/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 353, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2353, + "speed": 200000, + "name": "eth1/45/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 354, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2354, + "speed": 200000, + "name": "eth1/45/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 355, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2355, + "speed": 200000, + "name": "eth1/45/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 356, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2356, + "speed": 200000, + "name": "eth1/45/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 357, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2357, + "speed": 200000, + "name": "eth1/45/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 358, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2358, + "speed": 200000, + "name": "eth1/45/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 359, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2359, + "speed": 200000, + "name": "eth1/45/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 360, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2360, + "speed": 200000, + "name": "eth1/45/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 361, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2361, + "speed": 400000, + "name": "eth1/46/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/46/5" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 363, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2363, + "speed": 400000, + "name": "eth1/46/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/46/7" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 365, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2365, + "speed": 400000, + "name": "eth1/46/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/46/1" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 367, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2367, + "speed": 400000, + "name": "eth1/46/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/46/3" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 369, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2369, + "speed": 200000, + "name": "eth1/47/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 370, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2370, + "speed": 200000, + "name": "eth1/47/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 371, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2371, + "speed": 200000, + "name": "eth1/47/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 372, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2372, + "speed": 200000, + "name": "eth1/47/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 373, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2373, + "speed": 200000, + "name": "eth1/47/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 374, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2374, + "speed": 200000, + "name": "eth1/47/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 375, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2375, + "speed": 200000, + "name": "eth1/47/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 376, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2376, + "speed": 200000, + "name": "eth1/47/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 377, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2377, + "speed": 100000, + "name": "eth1/48/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/5" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 378, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2378, + "speed": 100000, + "name": "eth1/48/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/6" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 379, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2379, + "speed": 100000, + "name": "eth1/48/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/7" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 380, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2380, + "speed": 100000, + "name": "eth1/48/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/8" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 381, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2381, + "speed": 100000, + "name": "eth1/48/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/1" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 382, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2382, + "speed": 100000, + "name": "eth1/48/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/2" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 383, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2383, + "speed": 100000, + "name": "eth1/48/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/3" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 384, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2384, + "speed": 100000, + "name": "eth1/48/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/4" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 385, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2385, + "speed": 200000, + "name": "eth1/49/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 386, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2386, + "speed": 200000, + "name": "eth1/49/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 387, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2387, + "speed": 200000, + "name": "eth1/49/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 388, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2388, + "speed": 200000, + "name": "eth1/49/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 389, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2389, + "speed": 200000, + "name": "eth1/49/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 390, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2390, + "speed": 200000, + "name": "eth1/49/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 391, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2391, + "speed": 200000, + "name": "eth1/49/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 392, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2392, + "speed": 200000, + "name": "eth1/49/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 393, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2393, + "speed": 400000, + "name": "eth1/50/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/50/5" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 395, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2395, + "speed": 400000, + "name": "eth1/50/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/50/7" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 397, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2397, + "speed": 400000, + "name": "eth1/50/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/50/1" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 399, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2399, + "speed": 400000, + "name": "eth1/50/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/50/3" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 401, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2401, + "speed": 200000, + "name": "eth1/51/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 402, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2402, + "speed": 200000, + "name": "eth1/51/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 403, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2403, + "speed": 200000, + "name": "eth1/51/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 404, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2404, + "speed": 200000, + "name": "eth1/51/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 405, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2405, + "speed": 200000, + "name": "eth1/51/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 406, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2406, + "speed": 200000, + "name": "eth1/51/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 407, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2407, + "speed": 200000, + "name": "eth1/51/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 408, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2408, + "speed": 200000, + "name": "eth1/51/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 409, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2409, + "speed": 100000, + "name": "eth1/52/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/5" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 410, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2410, + "speed": 100000, + "name": "eth1/52/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/6" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 411, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2411, + "speed": 100000, + "name": "eth1/52/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/7" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 412, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2412, + "speed": 100000, + "name": "eth1/52/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/8" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 413, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2413, + "speed": 100000, + "name": "eth1/52/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/1" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 414, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2414, + "speed": 100000, + "name": "eth1/52/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/2" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 415, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2415, + "speed": 100000, + "name": "eth1/52/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/3" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 416, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2416, + "speed": 100000, + "name": "eth1/52/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/4" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 417, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2417, + "speed": 800000, + "name": "eth1/53/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/53/5" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 421, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2421, + "speed": 800000, + "name": "eth1/53/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/53/1" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 425, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2425, + "speed": 200000, + "name": "eth1/54/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 426, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2426, + "speed": 200000, + "name": "eth1/54/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 427, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2427, + "speed": 200000, + "name": "eth1/54/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 428, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2428, + "speed": 200000, + "name": "eth1/54/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 429, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2429, + "speed": 200000, + "name": "eth1/54/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 430, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2430, + "speed": 200000, + "name": "eth1/54/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 431, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2431, + "speed": 200000, + "name": "eth1/54/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 432, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2432, + "speed": 200000, + "name": "eth1/54/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 433, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2433, + "speed": 200000, + "name": "eth1/55/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/5" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 434, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2434, + "speed": 200000, + "name": "eth1/55/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/6" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 435, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2435, + "speed": 200000, + "name": "eth1/55/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/7" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 436, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2436, + "speed": 200000, + "name": "eth1/55/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/8" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 437, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2437, + "speed": 200000, + "name": "eth1/55/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/1" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 438, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2438, + "speed": 200000, + "name": "eth1/55/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/2" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 439, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2439, + "speed": 200000, + "name": "eth1/55/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/3" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 440, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2440, + "speed": 200000, + "name": "eth1/55/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/4" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 441, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2441, + "speed": 200000, + "name": "eth1/56/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 442, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2442, + "speed": 200000, + "name": "eth1/56/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 443, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2443, + "speed": 200000, + "name": "eth1/56/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 444, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2444, + "speed": 200000, + "name": "eth1/56/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 445, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2445, + "speed": 200000, + "name": "eth1/56/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 446, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2446, + "speed": 200000, + "name": "eth1/56/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 447, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2447, + "speed": 200000, + "name": "eth1/56/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 448, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2448, + "speed": 200000, + "name": "eth1/56/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 449, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2449, + "speed": 800000, + "name": "eth1/57/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/57/5" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 453, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2453, + "speed": 800000, + "name": "eth1/57/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/57/1" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 457, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2457, + "speed": 400000, + "name": "eth1/58/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/58/5" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 459, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2459, + "speed": 400000, + "name": "eth1/58/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/58/7" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 461, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2461, + "speed": 400000, + "name": "eth1/58/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/58/1" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 463, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2463, + "speed": 400000, + "name": "eth1/58/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/58/3" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 465, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2465, + "speed": 200000, + "name": "eth1/59/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/5" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 466, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2466, + "speed": 200000, + "name": "eth1/59/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/6" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 467, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2467, + "speed": 200000, + "name": "eth1/59/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/7" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 468, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2468, + "speed": 200000, + "name": "eth1/59/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/8" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 469, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2469, + "speed": 200000, + "name": "eth1/59/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/1" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 470, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2470, + "speed": 200000, + "name": "eth1/59/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/2" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 471, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2471, + "speed": 200000, + "name": "eth1/59/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/3" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 472, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2472, + "speed": 200000, + "name": "eth1/59/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/4" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 473, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2473, + "speed": 100000, + "name": "eth1/60/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/5" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 474, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2474, + "speed": 100000, + "name": "eth1/60/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/6" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 475, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2475, + "speed": 100000, + "name": "eth1/60/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/7" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 476, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2476, + "speed": 100000, + "name": "eth1/60/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/8" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 477, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2477, + "speed": 100000, + "name": "eth1/60/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/1" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 478, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2478, + "speed": 100000, + "name": "eth1/60/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/2" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 479, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2479, + "speed": 100000, + "name": "eth1/60/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/3" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 480, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2480, + "speed": 100000, + "name": "eth1/60/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/4" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 481, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2481, + "speed": 800000, + "name": "eth1/61/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/61/5" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 485, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2485, + "speed": 800000, + "name": "eth1/61/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/61/1" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 489, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2489, + "speed": 400000, + "name": "eth1/62/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/62/5" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 491, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2491, + "speed": 400000, + "name": "eth1/62/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/62/7" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 493, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2493, + "speed": 400000, + "name": "eth1/62/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/62/1" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 495, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2495, + "speed": 400000, + "name": "eth1/62/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/62/3" + }, + "lookupClasses": [ + + ], + "profileID": 51, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 497, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2497, + "speed": 200000, + "name": "eth1/63/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/5" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 498, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2498, + "speed": 200000, + "name": "eth1/63/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/6" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 499, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2499, + "speed": 200000, + "name": "eth1/63/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/7" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 500, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2500, + "speed": 200000, + "name": "eth1/63/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/8" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 501, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2501, + "speed": 200000, + "name": "eth1/63/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/1" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 502, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2502, + "speed": 200000, + "name": "eth1/63/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/2" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 503, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2503, + "speed": 200000, + "name": "eth1/63/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/3" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 504, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2504, + "speed": 200000, + "name": "eth1/63/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/4" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 505, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2505, + "speed": 100000, + "name": "eth1/64/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/5" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 506, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2506, + "speed": 100000, + "name": "eth1/64/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/6" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 507, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2507, + "speed": 100000, + "name": "eth1/64/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/7" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 508, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2508, + "speed": 100000, + "name": "eth1/64/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/8" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 509, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2509, + "speed": 100000, + "name": "eth1/64/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/1" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 510, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2510, + "speed": 100000, + "name": "eth1/64/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/2" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 511, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2511, + "speed": 100000, + "name": "eth1/64/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/3" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 512, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2512, + "speed": 100000, + "name": "eth1/64/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/4" + }, + "lookupClasses": [ + + ], + "profileID": 47, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 513, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2513, + "speed": 100000, + "name": "eth1/65/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 23, + "portType": 4, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + } + ], + "vlans": [ + { + "name": "fbossLoopback0", + "id": 10, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "default", + "id": 4094, + "recordStats": true, + "routable": false, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2001", + "id": 2001, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2005", + "id": 2005, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2009", + "id": 2009, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2011", + "id": 2011, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2013", + "id": 2013, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2015", + "id": 2015, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2017", + "id": 2017, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2018", + "id": 2018, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2019", + "id": 2019, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2020", + "id": 2020, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2021", + "id": 2021, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2022", + "id": 2022, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2023", + "id": 2023, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2024", + "id": 2024, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2025", + "id": 2025, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2026", + "id": 2026, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2027", + "id": 2027, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2028", + "id": 2028, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2029", + "id": 2029, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2030", + "id": 2030, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2031", + "id": 2031, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2032", + "id": 2032, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2033", + "id": 2033, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2037", + "id": 2037, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2041", + "id": 2041, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2043", + "id": 2043, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2045", + "id": 2045, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2047", + "id": 2047, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2049", + "id": 2049, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2050", + "id": 2050, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2051", + "id": 2051, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2052", + "id": 2052, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2053", + "id": 2053, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2054", + "id": 2054, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2055", + "id": 2055, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2056", + "id": 2056, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2057", + "id": 2057, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2058", + "id": 2058, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2059", + "id": 2059, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2060", + "id": 2060, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2061", + "id": 2061, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2062", + "id": 2062, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2063", + "id": 2063, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2064", + "id": 2064, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2065", + "id": 2065, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2069", + "id": 2069, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] }, { "name": "vlan2073", @@ -5560,8 +14830,143 @@ ] }, { - "name": "vlan2099", - "id": 2099, + "name": "vlan2099", + "id": 2099, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2100", + "id": 2100, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2101", + "id": 2101, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2102", + "id": 2102, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2103", + "id": 2103, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2104", + "id": 2104, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2105", + "id": 2105, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2107", + "id": 2107, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2109", + "id": 2109, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2111", + "id": 2111, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2113", + "id": 2113, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2114", + "id": 2114, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2115", + "id": 2115, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2116", + "id": 2116, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2117", + "id": 2117, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2118", + "id": 2118, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5569,8 +14974,8 @@ ] }, { - "name": "vlan2100", - "id": 2100, + "name": "vlan2119", + "id": 2119, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5578,8 +14983,8 @@ ] }, { - "name": "vlan2101", - "id": 2101, + "name": "vlan2120", + "id": 2120, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5587,8 +14992,8 @@ ] }, { - "name": "vlan2102", - "id": 2102, + "name": "vlan2121", + "id": 2121, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5596,8 +15001,8 @@ ] }, { - "name": "vlan2103", - "id": 2103, + "name": "vlan2122", + "id": 2122, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5605,8 +15010,8 @@ ] }, { - "name": "vlan2104", - "id": 2104, + "name": "vlan2123", + "id": 2123, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5614,8 +15019,8 @@ ] }, { - "name": "vlan2105", - "id": 2105, + "name": "vlan2124", + "id": 2124, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5623,8 +15028,8 @@ ] }, { - "name": "vlan2106", - "id": 2106, + "name": "vlan2125", + "id": 2125, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5632,8 +15037,8 @@ ] }, { - "name": "vlan2107", - "id": 2107, + "name": "vlan2126", + "id": 2126, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5641,8 +15046,8 @@ ] }, { - "name": "vlan2108", - "id": 2108, + "name": "vlan2127", + "id": 2127, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5650,8 +15055,8 @@ ] }, { - "name": "vlan2109", - "id": 2109, + "name": "vlan2128", + "id": 2128, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5659,8 +15064,8 @@ ] }, { - "name": "vlan2110", - "id": 2110, + "name": "vlan2129", + "id": 2129, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5668,8 +15073,8 @@ ] }, { - "name": "vlan2111", - "id": 2111, + "name": "vlan2130", + "id": 2130, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5677,8 +15082,8 @@ ] }, { - "name": "vlan2112", - "id": 2112, + "name": "vlan2131", + "id": 2131, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5686,8 +15091,8 @@ ] }, { - "name": "vlan2113", - "id": 2113, + "name": "vlan2132", + "id": 2132, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5695,8 +15100,8 @@ ] }, { - "name": "vlan2114", - "id": 2114, + "name": "vlan2133", + "id": 2133, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5704,8 +15109,8 @@ ] }, { - "name": "vlan2115", - "id": 2115, + "name": "vlan2134", + "id": 2134, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5713,8 +15118,8 @@ ] }, { - "name": "vlan2116", - "id": 2116, + "name": "vlan2135", + "id": 2135, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5722,8 +15127,8 @@ ] }, { - "name": "vlan2117", - "id": 2117, + "name": "vlan2136", + "id": 2136, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5731,8 +15136,8 @@ ] }, { - "name": "vlan2118", - "id": 2118, + "name": "vlan2137", + "id": 2137, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5740,8 +15145,8 @@ ] }, { - "name": "vlan2119", - "id": 2119, + "name": "vlan2139", + "id": 2139, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5749,8 +15154,8 @@ ] }, { - "name": "vlan2120", - "id": 2120, + "name": "vlan2141", + "id": 2141, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5758,8 +15163,8 @@ ] }, { - "name": "vlan2121", - "id": 2121, + "name": "vlan2143", + "id": 2143, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5767,8 +15172,8 @@ ] }, { - "name": "vlan2122", - "id": 2122, + "name": "vlan2145", + "id": 2145, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5776,8 +15181,8 @@ ] }, { - "name": "vlan2123", - "id": 2123, + "name": "vlan2146", + "id": 2146, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5785,8 +15190,8 @@ ] }, { - "name": "vlan2124", - "id": 2124, + "name": "vlan2147", + "id": 2147, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5794,8 +15199,8 @@ ] }, { - "name": "vlan2125", - "id": 2125, + "name": "vlan2148", + "id": 2148, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5803,8 +15208,8 @@ ] }, { - "name": "vlan2126", - "id": 2126, + "name": "vlan2149", + "id": 2149, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5812,8 +15217,8 @@ ] }, { - "name": "vlan2127", - "id": 2127, + "name": "vlan2150", + "id": 2150, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5821,8 +15226,8 @@ ] }, { - "name": "vlan2128", - "id": 2128, + "name": "vlan2151", + "id": 2151, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5830,8 +15235,8 @@ ] }, { - "name": "vlan2129", - "id": 2129, + "name": "vlan2152", + "id": 2152, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5839,8 +15244,8 @@ ] }, { - "name": "vlan2130", - "id": 2130, + "name": "vlan2153", + "id": 2153, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5848,8 +15253,8 @@ ] }, { - "name": "vlan2131", - "id": 2131, + "name": "vlan2154", + "id": 2154, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5857,8 +15262,8 @@ ] }, { - "name": "vlan2132", - "id": 2132, + "name": "vlan2155", + "id": 2155, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5866,8 +15271,8 @@ ] }, { - "name": "vlan2133", - "id": 2133, + "name": "vlan2156", + "id": 2156, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5875,8 +15280,8 @@ ] }, { - "name": "vlan2134", - "id": 2134, + "name": "vlan2157", + "id": 2157, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5884,8 +15289,8 @@ ] }, { - "name": "vlan2135", - "id": 2135, + "name": "vlan2158", + "id": 2158, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5893,8 +15298,8 @@ ] }, { - "name": "vlan2136", - "id": 2136, + "name": "vlan2159", + "id": 2159, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5902,8 +15307,8 @@ ] }, { - "name": "vlan2137", - "id": 2137, + "name": "vlan2160", + "id": 2160, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5911,8 +15316,8 @@ ] }, { - "name": "vlan2138", - "id": 2138, + "name": "vlan2161", + "id": 2161, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5920,8 +15325,8 @@ ] }, { - "name": "vlan2139", - "id": 2139, + "name": "vlan2165", + "id": 2165, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5929,8 +15334,8 @@ ] }, { - "name": "vlan2140", - "id": 2140, + "name": "vlan2169", + "id": 2169, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5938,8 +15343,8 @@ ] }, { - "name": "vlan2141", - "id": 2141, + "name": "vlan2170", + "id": 2170, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5947,8 +15352,8 @@ ] }, { - "name": "vlan2142", - "id": 2142, + "name": "vlan2171", + "id": 2171, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5956,8 +15361,8 @@ ] }, { - "name": "vlan2143", - "id": 2143, + "name": "vlan2172", + "id": 2172, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5965,8 +15370,8 @@ ] }, { - "name": "vlan2144", - "id": 2144, + "name": "vlan2173", + "id": 2173, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5974,8 +15379,8 @@ ] }, { - "name": "vlan2145", - "id": 2145, + "name": "vlan2174", + "id": 2174, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5983,8 +15388,8 @@ ] }, { - "name": "vlan2146", - "id": 2146, + "name": "vlan2175", + "id": 2175, "recordStats": true, "routable": true, "ipAddresses": [ @@ -5992,8 +15397,8 @@ ] }, { - "name": "vlan2147", - "id": 2147, + "name": "vlan2176", + "id": 2176, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6001,8 +15406,8 @@ ] }, { - "name": "vlan2148", - "id": 2148, + "name": "vlan2177", + "id": 2177, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6010,8 +15415,8 @@ ] }, { - "name": "vlan2149", - "id": 2149, + "name": "vlan2178", + "id": 2178, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6019,8 +15424,8 @@ ] }, { - "name": "vlan2150", - "id": 2150, + "name": "vlan2179", + "id": 2179, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6028,8 +15433,8 @@ ] }, { - "name": "vlan2151", - "id": 2151, + "name": "vlan2180", + "id": 2180, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6037,8 +15442,8 @@ ] }, { - "name": "vlan2152", - "id": 2152, + "name": "vlan2181", + "id": 2181, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6046,8 +15451,8 @@ ] }, { - "name": "vlan2153", - "id": 2153, + "name": "vlan2182", + "id": 2182, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6055,8 +15460,8 @@ ] }, { - "name": "vlan2154", - "id": 2154, + "name": "vlan2183", + "id": 2183, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6064,8 +15469,8 @@ ] }, { - "name": "vlan2155", - "id": 2155, + "name": "vlan2184", + "id": 2184, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6073,8 +15478,8 @@ ] }, { - "name": "vlan2156", - "id": 2156, + "name": "vlan2185", + "id": 2185, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6082,8 +15487,8 @@ ] }, { - "name": "vlan2157", - "id": 2157, + "name": "vlan2186", + "id": 2186, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6091,8 +15496,8 @@ ] }, { - "name": "vlan2158", - "id": 2158, + "name": "vlan2187", + "id": 2187, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6100,8 +15505,8 @@ ] }, { - "name": "vlan2159", - "id": 2159, + "name": "vlan2188", + "id": 2188, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6109,8 +15514,8 @@ ] }, { - "name": "vlan2160", - "id": 2160, + "name": "vlan2189", + "id": 2189, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6118,8 +15523,8 @@ ] }, { - "name": "vlan2161", - "id": 2161, + "name": "vlan2190", + "id": 2190, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6127,8 +15532,8 @@ ] }, { - "name": "vlan2162", - "id": 2162, + "name": "vlan2191", + "id": 2191, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6136,8 +15541,8 @@ ] }, { - "name": "vlan2163", - "id": 2163, + "name": "vlan2192", + "id": 2192, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6145,8 +15550,8 @@ ] }, { - "name": "vlan2164", - "id": 2164, + "name": "vlan2193", + "id": 2193, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6154,8 +15559,8 @@ ] }, { - "name": "vlan2165", - "id": 2165, + "name": "vlan2197", + "id": 2197, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6163,8 +15568,8 @@ ] }, { - "name": "vlan2166", - "id": 2166, + "name": "vlan2201", + "id": 2201, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6172,8 +15577,8 @@ ] }, { - "name": "vlan2167", - "id": 2167, + "name": "vlan2203", + "id": 2203, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6181,8 +15586,8 @@ ] }, { - "name": "vlan2168", - "id": 2168, + "name": "vlan2205", + "id": 2205, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6190,8 +15595,8 @@ ] }, { - "name": "vlan2169", - "id": 2169, + "name": "vlan2207", + "id": 2207, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6199,8 +15604,8 @@ ] }, { - "name": "vlan2170", - "id": 2170, + "name": "vlan2209", + "id": 2209, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6208,8 +15613,8 @@ ] }, { - "name": "vlan2171", - "id": 2171, + "name": "vlan2210", + "id": 2210, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6217,8 +15622,8 @@ ] }, { - "name": "vlan2172", - "id": 2172, + "name": "vlan2211", + "id": 2211, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6226,8 +15631,8 @@ ] }, { - "name": "vlan2173", - "id": 2173, + "name": "vlan2212", + "id": 2212, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6235,8 +15640,8 @@ ] }, { - "name": "vlan2174", - "id": 2174, + "name": "vlan2213", + "id": 2213, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6244,8 +15649,8 @@ ] }, { - "name": "vlan2175", - "id": 2175, + "name": "vlan2214", + "id": 2214, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6253,8 +15658,8 @@ ] }, { - "name": "vlan2176", - "id": 2176, + "name": "vlan2215", + "id": 2215, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6262,8 +15667,8 @@ ] }, { - "name": "vlan2177", - "id": 2177, + "name": "vlan2216", + "id": 2216, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6271,8 +15676,8 @@ ] }, { - "name": "vlan2178", - "id": 2178, + "name": "vlan2217", + "id": 2217, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6280,8 +15685,8 @@ ] }, { - "name": "vlan2179", - "id": 2179, + "name": "vlan2218", + "id": 2218, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6289,8 +15694,8 @@ ] }, { - "name": "vlan2180", - "id": 2180, + "name": "vlan2219", + "id": 2219, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6298,8 +15703,8 @@ ] }, { - "name": "vlan2181", - "id": 2181, + "name": "vlan2220", + "id": 2220, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6307,8 +15712,8 @@ ] }, { - "name": "vlan2182", - "id": 2182, + "name": "vlan2221", + "id": 2221, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6316,8 +15721,8 @@ ] }, { - "name": "vlan2183", - "id": 2183, + "name": "vlan2222", + "id": 2222, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6325,8 +15730,8 @@ ] }, { - "name": "vlan2184", - "id": 2184, + "name": "vlan2223", + "id": 2223, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6334,8 +15739,8 @@ ] }, { - "name": "vlan2185", - "id": 2185, + "name": "vlan2224", + "id": 2224, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6343,8 +15748,8 @@ ] }, { - "name": "vlan2186", - "id": 2186, + "name": "vlan2225", + "id": 2225, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6352,8 +15757,8 @@ ] }, { - "name": "vlan2187", - "id": 2187, + "name": "vlan2229", + "id": 2229, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6361,8 +15766,8 @@ ] }, { - "name": "vlan2188", - "id": 2188, + "name": "vlan2233", + "id": 2233, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6370,8 +15775,8 @@ ] }, { - "name": "vlan2189", - "id": 2189, + "name": "vlan2235", + "id": 2235, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6379,8 +15784,8 @@ ] }, { - "name": "vlan2190", - "id": 2190, + "name": "vlan2237", + "id": 2237, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6388,8 +15793,8 @@ ] }, { - "name": "vlan2191", - "id": 2191, + "name": "vlan2239", + "id": 2239, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6397,8 +15802,8 @@ ] }, { - "name": "vlan2192", - "id": 2192, + "name": "vlan2241", + "id": 2241, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6406,8 +15811,8 @@ ] }, { - "name": "vlan2193", - "id": 2193, + "name": "vlan2242", + "id": 2242, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6415,8 +15820,8 @@ ] }, { - "name": "vlan2194", - "id": 2194, + "name": "vlan2243", + "id": 2243, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6424,8 +15829,8 @@ ] }, { - "name": "vlan2195", - "id": 2195, + "name": "vlan2244", + "id": 2244, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6433,8 +15838,8 @@ ] }, { - "name": "vlan2196", - "id": 2196, + "name": "vlan2245", + "id": 2245, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6442,8 +15847,8 @@ ] }, { - "name": "vlan2197", - "id": 2197, + "name": "vlan2246", + "id": 2246, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6451,8 +15856,8 @@ ] }, { - "name": "vlan2198", - "id": 2198, + "name": "vlan2247", + "id": 2247, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6460,8 +15865,8 @@ ] }, { - "name": "vlan2199", - "id": 2199, + "name": "vlan2248", + "id": 2248, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6469,8 +15874,8 @@ ] }, { - "name": "vlan2200", - "id": 2200, + "name": "vlan2249", + "id": 2249, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6478,8 +15883,8 @@ ] }, { - "name": "vlan2201", - "id": 2201, + "name": "vlan2250", + "id": 2250, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6487,8 +15892,8 @@ ] }, { - "name": "vlan2202", - "id": 2202, + "name": "vlan2251", + "id": 2251, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6496,8 +15901,8 @@ ] }, { - "name": "vlan2203", - "id": 2203, + "name": "vlan2252", + "id": 2252, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6505,8 +15910,8 @@ ] }, { - "name": "vlan2204", - "id": 2204, + "name": "vlan2253", + "id": 2253, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6514,8 +15919,8 @@ ] }, { - "name": "vlan2205", - "id": 2205, + "name": "vlan2254", + "id": 2254, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6523,8 +15928,8 @@ ] }, { - "name": "vlan2206", - "id": 2206, + "name": "vlan2255", + "id": 2255, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6532,8 +15937,8 @@ ] }, { - "name": "vlan2207", - "id": 2207, + "name": "vlan2256", + "id": 2256, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6541,8 +15946,8 @@ ] }, { - "name": "vlan2208", - "id": 2208, + "name": "vlan2257", + "id": 2257, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6550,8 +15955,8 @@ ] }, { - "name": "vlan2209", - "id": 2209, + "name": "vlan2261", + "id": 2261, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6559,8 +15964,8 @@ ] }, { - "name": "vlan2210", - "id": 2210, + "name": "vlan2265", + "id": 2265, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6568,8 +15973,8 @@ ] }, { - "name": "vlan2211", - "id": 2211, + "name": "vlan2267", + "id": 2267, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6577,8 +15982,8 @@ ] }, { - "name": "vlan2212", - "id": 2212, + "name": "vlan2269", + "id": 2269, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6586,8 +15991,8 @@ ] }, { - "name": "vlan2213", - "id": 2213, + "name": "vlan2271", + "id": 2271, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6595,8 +16000,8 @@ ] }, { - "name": "vlan2214", - "id": 2214, + "name": "vlan2273", + "id": 2273, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6604,8 +16009,8 @@ ] }, { - "name": "vlan2215", - "id": 2215, + "name": "vlan2274", + "id": 2274, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6613,8 +16018,8 @@ ] }, { - "name": "vlan2216", - "id": 2216, + "name": "vlan2275", + "id": 2275, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6622,8 +16027,8 @@ ] }, { - "name": "vlan2217", - "id": 2217, + "name": "vlan2276", + "id": 2276, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6631,8 +16036,8 @@ ] }, { - "name": "vlan2218", - "id": 2218, + "name": "vlan2277", + "id": 2277, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6640,8 +16045,8 @@ ] }, { - "name": "vlan2219", - "id": 2219, + "name": "vlan2278", + "id": 2278, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6649,8 +16054,8 @@ ] }, { - "name": "vlan2220", - "id": 2220, + "name": "vlan2279", + "id": 2279, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6658,8 +16063,8 @@ ] }, { - "name": "vlan2221", - "id": 2221, + "name": "vlan2280", + "id": 2280, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6667,8 +16072,8 @@ ] }, { - "name": "vlan2222", - "id": 2222, + "name": "vlan2281", + "id": 2281, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6676,8 +16081,8 @@ ] }, { - "name": "vlan2223", - "id": 2223, + "name": "vlan2282", + "id": 2282, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6685,8 +16090,8 @@ ] }, { - "name": "vlan2224", - "id": 2224, + "name": "vlan2283", + "id": 2283, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6694,8 +16099,8 @@ ] }, { - "name": "vlan2225", - "id": 2225, + "name": "vlan2284", + "id": 2284, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6703,8 +16108,8 @@ ] }, { - "name": "vlan2226", - "id": 2226, + "name": "vlan2285", + "id": 2285, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6712,8 +16117,8 @@ ] }, { - "name": "vlan2227", - "id": 2227, + "name": "vlan2286", + "id": 2286, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6721,8 +16126,8 @@ ] }, { - "name": "vlan2228", - "id": 2228, + "name": "vlan2287", + "id": 2287, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6730,8 +16135,8 @@ ] }, { - "name": "vlan2229", - "id": 2229, + "name": "vlan2288", + "id": 2288, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6739,8 +16144,8 @@ ] }, { - "name": "vlan2230", - "id": 2230, + "name": "vlan2289", + "id": 2289, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6748,8 +16153,8 @@ ] }, { - "name": "vlan2231", - "id": 2231, + "name": "vlan2293", + "id": 2293, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6757,8 +16162,8 @@ ] }, { - "name": "vlan2232", - "id": 2232, + "name": "vlan2297", + "id": 2297, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6766,8 +16171,8 @@ ] }, { - "name": "vlan2233", - "id": 2233, + "name": "vlan2299", + "id": 2299, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6775,8 +16180,8 @@ ] }, { - "name": "vlan2234", - "id": 2234, + "name": "vlan2301", + "id": 2301, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6784,8 +16189,8 @@ ] }, { - "name": "vlan2235", - "id": 2235, + "name": "vlan2303", + "id": 2303, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6793,8 +16198,8 @@ ] }, { - "name": "vlan2236", - "id": 2236, + "name": "vlan2305", + "id": 2305, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6802,8 +16207,8 @@ ] }, { - "name": "vlan2237", - "id": 2237, + "name": "vlan2306", + "id": 2306, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6811,8 +16216,8 @@ ] }, { - "name": "vlan2238", - "id": 2238, + "name": "vlan2307", + "id": 2307, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6820,8 +16225,8 @@ ] }, { - "name": "vlan2239", - "id": 2239, + "name": "vlan2308", + "id": 2308, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6829,8 +16234,8 @@ ] }, { - "name": "vlan2240", - "id": 2240, + "name": "vlan2309", + "id": 2309, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6838,8 +16243,8 @@ ] }, { - "name": "vlan2241", - "id": 2241, + "name": "vlan2310", + "id": 2310, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6847,8 +16252,8 @@ ] }, { - "name": "vlan2242", - "id": 2242, + "name": "vlan2311", + "id": 2311, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6856,8 +16261,8 @@ ] }, { - "name": "vlan2243", - "id": 2243, + "name": "vlan2312", + "id": 2312, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6865,8 +16270,8 @@ ] }, { - "name": "vlan2244", - "id": 2244, + "name": "vlan2313", + "id": 2313, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6874,8 +16279,8 @@ ] }, { - "name": "vlan2245", - "id": 2245, + "name": "vlan2314", + "id": 2314, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6883,8 +16288,8 @@ ] }, { - "name": "vlan2246", - "id": 2246, + "name": "vlan2315", + "id": 2315, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6892,8 +16297,8 @@ ] }, { - "name": "vlan2247", - "id": 2247, + "name": "vlan2316", + "id": 2316, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6901,8 +16306,8 @@ ] }, { - "name": "vlan2248", - "id": 2248, + "name": "vlan2317", + "id": 2317, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6910,8 +16315,8 @@ ] }, { - "name": "vlan2249", - "id": 2249, + "name": "vlan2318", + "id": 2318, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6919,8 +16324,8 @@ ] }, { - "name": "vlan2250", - "id": 2250, + "name": "vlan2319", + "id": 2319, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6928,8 +16333,8 @@ ] }, { - "name": "vlan2251", - "id": 2251, + "name": "vlan2320", + "id": 2320, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6937,8 +16342,8 @@ ] }, { - "name": "vlan2252", - "id": 2252, + "name": "vlan2321", + "id": 2321, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6946,8 +16351,8 @@ ] }, { - "name": "vlan2253", - "id": 2253, + "name": "vlan2325", + "id": 2325, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6955,8 +16360,8 @@ ] }, { - "name": "vlan2254", - "id": 2254, + "name": "vlan2329", + "id": 2329, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6964,8 +16369,8 @@ ] }, { - "name": "vlan2255", - "id": 2255, + "name": "vlan2330", + "id": 2330, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6973,8 +16378,8 @@ ] }, { - "name": "vlan2256", - "id": 2256, + "name": "vlan2331", + "id": 2331, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6982,8 +16387,8 @@ ] }, { - "name": "vlan2257", - "id": 2257, + "name": "vlan2332", + "id": 2332, "recordStats": true, "routable": true, "ipAddresses": [ @@ -6991,8 +16396,8 @@ ] }, { - "name": "vlan2258", - "id": 2258, + "name": "vlan2333", + "id": 2333, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7000,8 +16405,8 @@ ] }, { - "name": "vlan2259", - "id": 2259, + "name": "vlan2334", + "id": 2334, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7009,8 +16414,8 @@ ] }, { - "name": "vlan2260", - "id": 2260, + "name": "vlan2335", + "id": 2335, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7018,8 +16423,8 @@ ] }, { - "name": "vlan2261", - "id": 2261, + "name": "vlan2336", + "id": 2336, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7027,8 +16432,8 @@ ] }, { - "name": "vlan2262", - "id": 2262, + "name": "vlan2337", + "id": 2337, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7036,8 +16441,8 @@ ] }, { - "name": "vlan2263", - "id": 2263, + "name": "vlan2338", + "id": 2338, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7045,8 +16450,8 @@ ] }, { - "name": "vlan2264", - "id": 2264, + "name": "vlan2339", + "id": 2339, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7054,8 +16459,8 @@ ] }, { - "name": "vlan2265", - "id": 2265, + "name": "vlan2340", + "id": 2340, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7063,8 +16468,8 @@ ] }, { - "name": "vlan2266", - "id": 2266, + "name": "vlan2341", + "id": 2341, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7072,8 +16477,8 @@ ] }, { - "name": "vlan2267", - "id": 2267, + "name": "vlan2342", + "id": 2342, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7081,8 +16486,8 @@ ] }, { - "name": "vlan2268", - "id": 2268, + "name": "vlan2343", + "id": 2343, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7090,8 +16495,8 @@ ] }, { - "name": "vlan2269", - "id": 2269, + "name": "vlan2344", + "id": 2344, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7099,8 +16504,8 @@ ] }, { - "name": "vlan2270", - "id": 2270, + "name": "vlan2345", + "id": 2345, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7108,8 +16513,8 @@ ] }, { - "name": "vlan2271", - "id": 2271, + "name": "vlan2346", + "id": 2346, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7117,8 +16522,8 @@ ] }, { - "name": "vlan2272", - "id": 2272, + "name": "vlan2347", + "id": 2347, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7126,8 +16531,8 @@ ] }, { - "name": "vlan2273", - "id": 2273, + "name": "vlan2348", + "id": 2348, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7135,8 +16540,8 @@ ] }, { - "name": "vlan2274", - "id": 2274, + "name": "vlan2349", + "id": 2349, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7144,8 +16549,8 @@ ] }, { - "name": "vlan2275", - "id": 2275, + "name": "vlan2350", + "id": 2350, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7153,8 +16558,8 @@ ] }, { - "name": "vlan2276", - "id": 2276, + "name": "vlan2351", + "id": 2351, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7162,8 +16567,8 @@ ] }, { - "name": "vlan2277", - "id": 2277, + "name": "vlan2352", + "id": 2352, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7171,8 +16576,8 @@ ] }, { - "name": "vlan2278", - "id": 2278, + "name": "vlan2353", + "id": 2353, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7180,8 +16585,8 @@ ] }, { - "name": "vlan2279", - "id": 2279, + "name": "vlan2354", + "id": 2354, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7189,8 +16594,8 @@ ] }, { - "name": "vlan2280", - "id": 2280, + "name": "vlan2355", + "id": 2355, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7198,8 +16603,8 @@ ] }, { - "name": "vlan2281", - "id": 2281, + "name": "vlan2356", + "id": 2356, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7207,8 +16612,8 @@ ] }, { - "name": "vlan2282", - "id": 2282, + "name": "vlan2357", + "id": 2357, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7216,8 +16621,8 @@ ] }, { - "name": "vlan2283", - "id": 2283, + "name": "vlan2358", + "id": 2358, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7225,8 +16630,8 @@ ] }, { - "name": "vlan2284", - "id": 2284, + "name": "vlan2359", + "id": 2359, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7234,8 +16639,8 @@ ] }, { - "name": "vlan2285", - "id": 2285, + "name": "vlan2360", + "id": 2360, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7243,8 +16648,8 @@ ] }, { - "name": "vlan2286", - "id": 2286, + "name": "vlan2361", + "id": 2361, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7252,8 +16657,8 @@ ] }, { - "name": "vlan2287", - "id": 2287, + "name": "vlan2363", + "id": 2363, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7261,8 +16666,8 @@ ] }, { - "name": "vlan2288", - "id": 2288, + "name": "vlan2365", + "id": 2365, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7270,8 +16675,8 @@ ] }, { - "name": "vlan2289", - "id": 2289, + "name": "vlan2367", + "id": 2367, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7279,8 +16684,8 @@ ] }, { - "name": "vlan2290", - "id": 2290, + "name": "vlan2369", + "id": 2369, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7288,8 +16693,8 @@ ] }, { - "name": "vlan2291", - "id": 2291, + "name": "vlan2370", + "id": 2370, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7297,8 +16702,8 @@ ] }, { - "name": "vlan2292", - "id": 2292, + "name": "vlan2371", + "id": 2371, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7306,8 +16711,8 @@ ] }, { - "name": "vlan2293", - "id": 2293, + "name": "vlan2372", + "id": 2372, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7315,8 +16720,8 @@ ] }, { - "name": "vlan2294", - "id": 2294, + "name": "vlan2373", + "id": 2373, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7324,8 +16729,8 @@ ] }, { - "name": "vlan2295", - "id": 2295, + "name": "vlan2374", + "id": 2374, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7333,8 +16738,8 @@ ] }, { - "name": "vlan2296", - "id": 2296, + "name": "vlan2375", + "id": 2375, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7342,8 +16747,8 @@ ] }, { - "name": "vlan2297", - "id": 2297, + "name": "vlan2376", + "id": 2376, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7351,8 +16756,8 @@ ] }, { - "name": "vlan2298", - "id": 2298, + "name": "vlan2377", + "id": 2377, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7360,8 +16765,8 @@ ] }, { - "name": "vlan2299", - "id": 2299, + "name": "vlan2378", + "id": 2378, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7369,8 +16774,8 @@ ] }, { - "name": "vlan2300", - "id": 2300, + "name": "vlan2379", + "id": 2379, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7378,8 +16783,8 @@ ] }, { - "name": "vlan2301", - "id": 2301, + "name": "vlan2380", + "id": 2380, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7387,8 +16792,8 @@ ] }, { - "name": "vlan2302", - "id": 2302, + "name": "vlan2381", + "id": 2381, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7396,8 +16801,8 @@ ] }, { - "name": "vlan2303", - "id": 2303, + "name": "vlan2382", + "id": 2382, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7405,8 +16810,8 @@ ] }, { - "name": "vlan2304", - "id": 2304, + "name": "vlan2383", + "id": 2383, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7414,8 +16819,8 @@ ] }, { - "name": "vlan2305", - "id": 2305, + "name": "vlan2384", + "id": 2384, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7423,8 +16828,8 @@ ] }, { - "name": "vlan2306", - "id": 2306, + "name": "vlan2385", + "id": 2385, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7432,8 +16837,8 @@ ] }, { - "name": "vlan2307", - "id": 2307, + "name": "vlan2386", + "id": 2386, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7441,8 +16846,8 @@ ] }, { - "name": "vlan2308", - "id": 2308, + "name": "vlan2387", + "id": 2387, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7450,8 +16855,8 @@ ] }, { - "name": "vlan2309", - "id": 2309, + "name": "vlan2388", + "id": 2388, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7459,8 +16864,8 @@ ] }, { - "name": "vlan2310", - "id": 2310, + "name": "vlan2389", + "id": 2389, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7468,8 +16873,8 @@ ] }, { - "name": "vlan2311", - "id": 2311, + "name": "vlan2390", + "id": 2390, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7477,8 +16882,8 @@ ] }, { - "name": "vlan2312", - "id": 2312, + "name": "vlan2391", + "id": 2391, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7486,8 +16891,8 @@ ] }, { - "name": "vlan2313", - "id": 2313, + "name": "vlan2392", + "id": 2392, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7495,8 +16900,8 @@ ] }, { - "name": "vlan2314", - "id": 2314, + "name": "vlan2393", + "id": 2393, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7504,8 +16909,8 @@ ] }, { - "name": "vlan2315", - "id": 2315, + "name": "vlan2395", + "id": 2395, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7513,8 +16918,8 @@ ] }, { - "name": "vlan2316", - "id": 2316, + "name": "vlan2397", + "id": 2397, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7522,8 +16927,8 @@ ] }, { - "name": "vlan2317", - "id": 2317, + "name": "vlan2399", + "id": 2399, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7531,8 +16936,8 @@ ] }, { - "name": "vlan2318", - "id": 2318, + "name": "vlan2401", + "id": 2401, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7540,8 +16945,8 @@ ] }, { - "name": "vlan2319", - "id": 2319, + "name": "vlan2402", + "id": 2402, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7549,8 +16954,8 @@ ] }, { - "name": "vlan2320", - "id": 2320, + "name": "vlan2403", + "id": 2403, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7558,8 +16963,8 @@ ] }, { - "name": "vlan2321", - "id": 2321, + "name": "vlan2404", + "id": 2404, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7567,8 +16972,8 @@ ] }, { - "name": "vlan2322", - "id": 2322, + "name": "vlan2405", + "id": 2405, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7576,8 +16981,8 @@ ] }, { - "name": "vlan2323", - "id": 2323, + "name": "vlan2406", + "id": 2406, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7585,8 +16990,8 @@ ] }, { - "name": "vlan2324", - "id": 2324, + "name": "vlan2407", + "id": 2407, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7594,8 +16999,8 @@ ] }, { - "name": "vlan2325", - "id": 2325, + "name": "vlan2408", + "id": 2408, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7603,8 +17008,8 @@ ] }, { - "name": "vlan2326", - "id": 2326, + "name": "vlan2409", + "id": 2409, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7612,8 +17017,8 @@ ] }, { - "name": "vlan2327", - "id": 2327, + "name": "vlan2410", + "id": 2410, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7621,8 +17026,8 @@ ] }, { - "name": "vlan2328", - "id": 2328, + "name": "vlan2411", + "id": 2411, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7630,8 +17035,8 @@ ] }, { - "name": "vlan2329", - "id": 2329, + "name": "vlan2412", + "id": 2412, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7639,8 +17044,8 @@ ] }, { - "name": "vlan2330", - "id": 2330, + "name": "vlan2413", + "id": 2413, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7648,8 +17053,8 @@ ] }, { - "name": "vlan2331", - "id": 2331, + "name": "vlan2414", + "id": 2414, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7657,8 +17062,8 @@ ] }, { - "name": "vlan2332", - "id": 2332, + "name": "vlan2415", + "id": 2415, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7666,8 +17071,8 @@ ] }, { - "name": "vlan2333", - "id": 2333, + "name": "vlan2416", + "id": 2416, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7675,8 +17080,8 @@ ] }, { - "name": "vlan2334", - "id": 2334, + "name": "vlan2417", + "id": 2417, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7684,8 +17089,8 @@ ] }, { - "name": "vlan2335", - "id": 2335, + "name": "vlan2421", + "id": 2421, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7693,8 +17098,8 @@ ] }, { - "name": "vlan2336", - "id": 2336, + "name": "vlan2425", + "id": 2425, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7702,8 +17107,8 @@ ] }, { - "name": "vlan2337", - "id": 2337, + "name": "vlan2426", + "id": 2426, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7711,8 +17116,8 @@ ] }, { - "name": "vlan2338", - "id": 2338, + "name": "vlan2427", + "id": 2427, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7720,8 +17125,8 @@ ] }, { - "name": "vlan2339", - "id": 2339, + "name": "vlan2428", + "id": 2428, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7729,8 +17134,8 @@ ] }, { - "name": "vlan2340", - "id": 2340, + "name": "vlan2429", + "id": 2429, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7738,8 +17143,8 @@ ] }, { - "name": "vlan2341", - "id": 2341, + "name": "vlan2430", + "id": 2430, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7747,8 +17152,8 @@ ] }, { - "name": "vlan2342", - "id": 2342, + "name": "vlan2431", + "id": 2431, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7756,8 +17161,8 @@ ] }, { - "name": "vlan2343", - "id": 2343, + "name": "vlan2432", + "id": 2432, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7765,8 +17170,8 @@ ] }, { - "name": "vlan2344", - "id": 2344, + "name": "vlan2433", + "id": 2433, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7774,8 +17179,8 @@ ] }, { - "name": "vlan2345", - "id": 2345, + "name": "vlan2434", + "id": 2434, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7783,8 +17188,8 @@ ] }, { - "name": "vlan2346", - "id": 2346, + "name": "vlan2435", + "id": 2435, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7792,8 +17197,8 @@ ] }, { - "name": "vlan2347", - "id": 2347, + "name": "vlan2436", + "id": 2436, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7801,8 +17206,8 @@ ] }, { - "name": "vlan2348", - "id": 2348, + "name": "vlan2437", + "id": 2437, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7810,8 +17215,8 @@ ] }, { - "name": "vlan2349", - "id": 2349, + "name": "vlan2438", + "id": 2438, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7819,8 +17224,8 @@ ] }, { - "name": "vlan2350", - "id": 2350, + "name": "vlan2439", + "id": 2439, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7828,8 +17233,8 @@ ] }, { - "name": "vlan2351", - "id": 2351, + "name": "vlan2440", + "id": 2440, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7837,8 +17242,8 @@ ] }, { - "name": "vlan2352", - "id": 2352, + "name": "vlan2441", + "id": 2441, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7846,8 +17251,8 @@ ] }, { - "name": "vlan2353", - "id": 2353, + "name": "vlan2442", + "id": 2442, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7855,8 +17260,8 @@ ] }, { - "name": "vlan2354", - "id": 2354, + "name": "vlan2443", + "id": 2443, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7864,8 +17269,8 @@ ] }, { - "name": "vlan2355", - "id": 2355, + "name": "vlan2444", + "id": 2444, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7873,8 +17278,8 @@ ] }, { - "name": "vlan2356", - "id": 2356, + "name": "vlan2445", + "id": 2445, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7882,8 +17287,8 @@ ] }, { - "name": "vlan2357", - "id": 2357, + "name": "vlan2446", + "id": 2446, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7891,8 +17296,8 @@ ] }, { - "name": "vlan2358", - "id": 2358, + "name": "vlan2447", + "id": 2447, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7900,8 +17305,8 @@ ] }, { - "name": "vlan2359", - "id": 2359, + "name": "vlan2448", + "id": 2448, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7909,8 +17314,8 @@ ] }, { - "name": "vlan2360", - "id": 2360, + "name": "vlan2449", + "id": 2449, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7918,8 +17323,8 @@ ] }, { - "name": "vlan2361", - "id": 2361, + "name": "vlan2453", + "id": 2453, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7927,8 +17332,8 @@ ] }, { - "name": "vlan2362", - "id": 2362, + "name": "vlan2457", + "id": 2457, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7936,8 +17341,8 @@ ] }, { - "name": "vlan2363", - "id": 2363, + "name": "vlan2459", + "id": 2459, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7945,8 +17350,8 @@ ] }, { - "name": "vlan2364", - "id": 2364, + "name": "vlan2461", + "id": 2461, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7954,8 +17359,8 @@ ] }, { - "name": "vlan2365", - "id": 2365, + "name": "vlan2463", + "id": 2463, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7963,8 +17368,8 @@ ] }, { - "name": "vlan2366", - "id": 2366, + "name": "vlan2465", + "id": 2465, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7972,8 +17377,8 @@ ] }, { - "name": "vlan2367", - "id": 2367, + "name": "vlan2466", + "id": 2466, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7981,8 +17386,8 @@ ] }, { - "name": "vlan2368", - "id": 2368, + "name": "vlan2467", + "id": 2467, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7990,8 +17395,8 @@ ] }, { - "name": "vlan2369", - "id": 2369, + "name": "vlan2468", + "id": 2468, "recordStats": true, "routable": true, "ipAddresses": [ @@ -7999,8 +17404,8 @@ ] }, { - "name": "vlan2370", - "id": 2370, + "name": "vlan2469", + "id": 2469, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8008,8 +17413,8 @@ ] }, { - "name": "vlan2371", - "id": 2371, + "name": "vlan2470", + "id": 2470, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8017,8 +17422,8 @@ ] }, { - "name": "vlan2372", - "id": 2372, + "name": "vlan2471", + "id": 2471, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8026,8 +17431,8 @@ ] }, { - "name": "vlan2373", - "id": 2373, + "name": "vlan2472", + "id": 2472, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8035,8 +17440,8 @@ ] }, { - "name": "vlan2374", - "id": 2374, + "name": "vlan2473", + "id": 2473, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8044,8 +17449,8 @@ ] }, { - "name": "vlan2375", - "id": 2375, + "name": "vlan2474", + "id": 2474, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8053,8 +17458,8 @@ ] }, { - "name": "vlan2376", - "id": 2376, + "name": "vlan2475", + "id": 2475, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8062,8 +17467,8 @@ ] }, { - "name": "vlan2377", - "id": 2377, + "name": "vlan2476", + "id": 2476, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8071,8 +17476,8 @@ ] }, { - "name": "vlan2378", - "id": 2378, + "name": "vlan2477", + "id": 2477, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8080,8 +17485,8 @@ ] }, { - "name": "vlan2379", - "id": 2379, + "name": "vlan2478", + "id": 2478, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8089,8 +17494,8 @@ ] }, { - "name": "vlan2380", - "id": 2380, + "name": "vlan2479", + "id": 2479, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8098,8 +17503,8 @@ ] }, { - "name": "vlan2381", - "id": 2381, + "name": "vlan2480", + "id": 2480, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8107,8 +17512,8 @@ ] }, { - "name": "vlan2382", - "id": 2382, + "name": "vlan2481", + "id": 2481, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8116,8 +17521,8 @@ ] }, { - "name": "vlan2383", - "id": 2383, + "name": "vlan2485", + "id": 2485, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8125,8 +17530,8 @@ ] }, { - "name": "vlan2384", - "id": 2384, + "name": "vlan2489", + "id": 2489, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8134,8 +17539,8 @@ ] }, { - "name": "vlan2385", - "id": 2385, + "name": "vlan2491", + "id": 2491, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8143,8 +17548,8 @@ ] }, { - "name": "vlan2386", - "id": 2386, + "name": "vlan2493", + "id": 2493, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8152,8 +17557,8 @@ ] }, { - "name": "vlan2387", - "id": 2387, + "name": "vlan2495", + "id": 2495, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8161,8 +17566,8 @@ ] }, { - "name": "vlan2388", - "id": 2388, + "name": "vlan2497", + "id": 2497, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8170,8 +17575,8 @@ ] }, { - "name": "vlan2389", - "id": 2389, + "name": "vlan2498", + "id": 2498, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8179,8 +17584,8 @@ ] }, { - "name": "vlan2390", - "id": 2390, + "name": "vlan2499", + "id": 2499, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8188,8 +17593,8 @@ ] }, { - "name": "vlan2391", - "id": 2391, + "name": "vlan2500", + "id": 2500, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8197,8 +17602,8 @@ ] }, { - "name": "vlan2392", - "id": 2392, + "name": "vlan2501", + "id": 2501, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8206,8 +17611,8 @@ ] }, { - "name": "vlan2393", - "id": 2393, + "name": "vlan2502", + "id": 2502, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8215,8 +17620,8 @@ ] }, { - "name": "vlan2394", - "id": 2394, + "name": "vlan2503", + "id": 2503, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8224,8 +17629,8 @@ ] }, { - "name": "vlan2395", - "id": 2395, + "name": "vlan2504", + "id": 2504, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8233,8 +17638,8 @@ ] }, { - "name": "vlan2396", - "id": 2396, + "name": "vlan2505", + "id": 2505, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8242,8 +17647,8 @@ ] }, { - "name": "vlan2397", - "id": 2397, + "name": "vlan2506", + "id": 2506, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8251,8 +17656,8 @@ ] }, { - "name": "vlan2398", - "id": 2398, + "name": "vlan2507", + "id": 2507, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8260,8 +17665,8 @@ ] }, { - "name": "vlan2399", - "id": 2399, + "name": "vlan2508", + "id": 2508, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8269,8 +17674,8 @@ ] }, { - "name": "vlan2400", - "id": 2400, + "name": "vlan2509", + "id": 2509, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8278,8 +17683,8 @@ ] }, { - "name": "vlan2401", - "id": 2401, + "name": "vlan2510", + "id": 2510, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8287,8 +17692,8 @@ ] }, { - "name": "vlan2402", - "id": 2402, + "name": "vlan2511", + "id": 2511, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8296,8 +17701,8 @@ ] }, { - "name": "vlan2403", - "id": 2403, + "name": "vlan2512", + "id": 2512, "recordStats": true, "routable": true, "ipAddresses": [ @@ -8305,1426 +17710,1321 @@ ] }, { - "name": "vlan2404", - "id": 2404, + "name": "vlan2513", + "id": 2513, "recordStats": true, "routable": true, "ipAddresses": [ ] + } + ], + "vlanPorts": [ + { + "vlanID": 2001, + "logicalPort": 1, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2005, + "logicalPort": 5, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2009, + "logicalPort": 9, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2011, + "logicalPort": 11, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2013, + "logicalPort": 13, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2015, + "logicalPort": 15, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2017, + "logicalPort": 17, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2018, + "logicalPort": 18, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2019, + "logicalPort": 19, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2020, + "logicalPort": 20, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2021, + "logicalPort": 21, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2022, + "logicalPort": 22, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2023, + "logicalPort": 23, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2024, + "logicalPort": 24, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2025, + "logicalPort": 25, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2026, + "logicalPort": 26, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2027, + "logicalPort": 27, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2028, + "logicalPort": 28, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2029, + "logicalPort": 29, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2030, + "logicalPort": 30, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2031, + "logicalPort": 31, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2032, + "logicalPort": 32, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2033, + "logicalPort": 33, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2037, + "logicalPort": 37, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2041, + "logicalPort": 41, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2043, + "logicalPort": 43, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2045, + "logicalPort": 45, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2047, + "logicalPort": 47, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2049, + "logicalPort": 49, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2050, + "logicalPort": 50, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2051, + "logicalPort": 51, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2052, + "logicalPort": 52, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2053, + "logicalPort": 53, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2054, + "logicalPort": 54, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2055, + "logicalPort": 55, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2405", - "id": 2405, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2056, + "logicalPort": 56, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2406", - "id": 2406, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2057, + "logicalPort": 57, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2407", - "id": 2407, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2058, + "logicalPort": 58, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2408", - "id": 2408, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2059, + "logicalPort": 59, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2409", - "id": 2409, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2060, + "logicalPort": 60, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2410", - "id": 2410, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2061, + "logicalPort": 61, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2411", - "id": 2411, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2062, + "logicalPort": 62, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2412", - "id": 2412, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2063, + "logicalPort": 63, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2413", - "id": 2413, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2064, + "logicalPort": 64, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2414", - "id": 2414, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2065, + "logicalPort": 65, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2415", - "id": 2415, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2069, + "logicalPort": 69, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2416", - "id": 2416, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2073, + "logicalPort": 73, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2417", - "id": 2417, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2074, + "logicalPort": 74, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2418", - "id": 2418, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2075, + "logicalPort": 75, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2419", - "id": 2419, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2076, + "logicalPort": 76, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2420", - "id": 2420, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2077, + "logicalPort": 77, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2421", - "id": 2421, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2078, + "logicalPort": 78, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2422", - "id": 2422, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2079, + "logicalPort": 79, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2423", - "id": 2423, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2080, + "logicalPort": 80, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2424", - "id": 2424, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2081, + "logicalPort": 81, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2425", - "id": 2425, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2082, + "logicalPort": 82, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2426", - "id": 2426, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2083, + "logicalPort": 83, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2427", - "id": 2427, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2084, + "logicalPort": 84, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2428", - "id": 2428, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2085, + "logicalPort": 85, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2429", - "id": 2429, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2086, + "logicalPort": 86, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2430", - "id": 2430, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2087, + "logicalPort": 87, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2431", - "id": 2431, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2088, + "logicalPort": 88, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2432", - "id": 2432, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2089, + "logicalPort": 89, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2433", - "id": 2433, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2090, + "logicalPort": 90, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2434", - "id": 2434, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2091, + "logicalPort": 91, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2435", - "id": 2435, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2092, + "logicalPort": 92, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2436", - "id": 2436, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2093, + "logicalPort": 93, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2437", - "id": 2437, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2094, + "logicalPort": 94, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2438", - "id": 2438, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2095, + "logicalPort": 95, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2439", - "id": 2439, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2096, + "logicalPort": 96, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2440", - "id": 2440, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2097, + "logicalPort": 97, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2441", - "id": 2441, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2098, + "logicalPort": 98, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2442", - "id": 2442, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2099, + "logicalPort": 99, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2443", - "id": 2443, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2100, + "logicalPort": 100, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2444", - "id": 2444, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2101, + "logicalPort": 101, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2445", - "id": 2445, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2102, + "logicalPort": 102, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2446", - "id": 2446, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2103, + "logicalPort": 103, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2447", - "id": 2447, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2104, + "logicalPort": 104, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2448", - "id": 2448, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2105, + "logicalPort": 105, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2449", - "id": 2449, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2107, + "logicalPort": 107, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2450", - "id": 2450, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2109, + "logicalPort": 109, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2451", - "id": 2451, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2111, + "logicalPort": 111, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2452", - "id": 2452, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2113, + "logicalPort": 113, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2453", - "id": 2453, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2114, + "logicalPort": 114, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2454", - "id": 2454, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2115, + "logicalPort": 115, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2455", - "id": 2455, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2116, + "logicalPort": 116, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2456", - "id": 2456, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2117, + "logicalPort": 117, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2457", - "id": 2457, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2118, + "logicalPort": 118, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2458", - "id": 2458, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2119, + "logicalPort": 119, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2459", - "id": 2459, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2120, + "logicalPort": 120, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2460", - "id": 2460, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2121, + "logicalPort": 121, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2461", - "id": 2461, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2122, + "logicalPort": 122, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2462", - "id": 2462, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2123, + "logicalPort": 123, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2463", - "id": 2463, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2124, + "logicalPort": 124, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2464", - "id": 2464, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2125, + "logicalPort": 125, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2465", - "id": 2465, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2126, + "logicalPort": 126, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2466", - "id": 2466, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2127, + "logicalPort": 127, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2467", - "id": 2467, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2128, + "logicalPort": 128, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2468", - "id": 2468, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2129, + "logicalPort": 129, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2469", - "id": 2469, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2130, + "logicalPort": 130, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2470", - "id": 2470, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2131, + "logicalPort": 131, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2471", - "id": 2471, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2132, + "logicalPort": 132, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2472", - "id": 2472, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2133, + "logicalPort": 133, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2473", - "id": 2473, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2134, + "logicalPort": 134, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2474", - "id": 2474, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2135, + "logicalPort": 135, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2475", - "id": 2475, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2136, + "logicalPort": 136, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2476", - "id": 2476, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2137, + "logicalPort": 137, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2477", - "id": 2477, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2139, + "logicalPort": 139, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2478", - "id": 2478, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2141, + "logicalPort": 141, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2479", - "id": 2479, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2143, + "logicalPort": 143, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2480", - "id": 2480, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2145, + "logicalPort": 145, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2481", - "id": 2481, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2146, + "logicalPort": 146, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2482", - "id": 2482, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2147, + "logicalPort": 147, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2483", - "id": 2483, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2148, + "logicalPort": 148, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2484", - "id": 2484, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2149, + "logicalPort": 149, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2485", - "id": 2485, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2150, + "logicalPort": 150, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2486", - "id": 2486, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2151, + "logicalPort": 151, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2487", - "id": 2487, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2152, + "logicalPort": 152, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2488", - "id": 2488, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2153, + "logicalPort": 153, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2489", - "id": 2489, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2154, + "logicalPort": 154, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2490", - "id": 2490, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2155, + "logicalPort": 155, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2491", - "id": 2491, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2156, + "logicalPort": 156, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2492", - "id": 2492, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2157, + "logicalPort": 157, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2493", - "id": 2493, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2158, + "logicalPort": 158, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2494", - "id": 2494, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2159, + "logicalPort": 159, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2495", - "id": 2495, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2160, + "logicalPort": 160, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2496", - "id": 2496, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2161, + "logicalPort": 161, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2497", - "id": 2497, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2165, + "logicalPort": 165, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2498", - "id": 2498, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2169, + "logicalPort": 169, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2499", - "id": 2499, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2170, + "logicalPort": 170, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2500", - "id": 2500, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2171, + "logicalPort": 171, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2501", - "id": 2501, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2172, + "logicalPort": 172, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2502", - "id": 2502, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2173, + "logicalPort": 173, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2503", - "id": 2503, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2174, + "logicalPort": 174, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2504", - "id": 2504, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2175, + "logicalPort": 175, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2505", - "id": 2505, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2176, + "logicalPort": 176, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2506", - "id": 2506, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2177, + "logicalPort": 177, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2507", - "id": 2507, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2178, + "logicalPort": 178, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2508", - "id": 2508, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2179, + "logicalPort": 179, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2180, + "logicalPort": 180, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2509", - "id": 2509, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2181, + "logicalPort": 181, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2510", - "id": 2510, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2182, + "logicalPort": 182, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2511", - "id": 2511, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2183, + "logicalPort": 183, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2512", - "id": 2512, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2184, + "logicalPort": 184, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2513", - "id": 2513, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] - } - ], - "vlanPorts": [ + "vlanID": 2185, + "logicalPort": 185, + "spanningTreeState": 2, + "emitTags": false + }, { - "vlanID": 2001, - "logicalPort": 1, + "vlanID": 2186, + "logicalPort": 186, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2005, - "logicalPort": 5, + "vlanID": 2187, + "logicalPort": 187, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2009, - "logicalPort": 9, + "vlanID": 2188, + "logicalPort": 188, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2013, - "logicalPort": 13, + "vlanID": 2189, + "logicalPort": 189, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2017, - "logicalPort": 17, + "vlanID": 2190, + "logicalPort": 190, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2021, - "logicalPort": 21, + "vlanID": 2191, + "logicalPort": 191, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2025, - "logicalPort": 25, + "vlanID": 2192, + "logicalPort": 192, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2029, - "logicalPort": 29, + "vlanID": 2193, + "logicalPort": 193, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2033, - "logicalPort": 33, + "vlanID": 2197, + "logicalPort": 197, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2037, - "logicalPort": 37, + "vlanID": 2201, + "logicalPort": 201, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2041, - "logicalPort": 41, + "vlanID": 2203, + "logicalPort": 203, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2045, - "logicalPort": 45, + "vlanID": 2205, + "logicalPort": 205, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2049, - "logicalPort": 49, + "vlanID": 2207, + "logicalPort": 207, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2053, - "logicalPort": 53, + "vlanID": 2209, + "logicalPort": 209, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2057, - "logicalPort": 57, + "vlanID": 2210, + "logicalPort": 210, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2061, - "logicalPort": 61, + "vlanID": 2211, + "logicalPort": 211, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2065, - "logicalPort": 65, + "vlanID": 2212, + "logicalPort": 212, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2069, - "logicalPort": 69, + "vlanID": 2213, + "logicalPort": 213, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2073, - "logicalPort": 73, + "vlanID": 2214, + "logicalPort": 214, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2077, - "logicalPort": 77, + "vlanID": 2215, + "logicalPort": 215, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2081, - "logicalPort": 81, + "vlanID": 2216, + "logicalPort": 216, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2085, - "logicalPort": 85, + "vlanID": 2217, + "logicalPort": 217, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2089, - "logicalPort": 89, + "vlanID": 2218, + "logicalPort": 218, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2093, - "logicalPort": 93, + "vlanID": 2219, + "logicalPort": 219, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2097, - "logicalPort": 97, + "vlanID": 2220, + "logicalPort": 220, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2101, - "logicalPort": 101, + "vlanID": 2221, + "logicalPort": 221, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2105, - "logicalPort": 105, + "vlanID": 2222, + "logicalPort": 222, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2109, - "logicalPort": 109, + "vlanID": 2223, + "logicalPort": 223, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2113, - "logicalPort": 113, + "vlanID": 2224, + "logicalPort": 224, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2117, - "logicalPort": 117, + "vlanID": 2225, + "logicalPort": 225, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2121, - "logicalPort": 121, + "vlanID": 2229, + "logicalPort": 229, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2125, - "logicalPort": 125, + "vlanID": 2233, + "logicalPort": 233, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2129, - "logicalPort": 129, + "vlanID": 2235, + "logicalPort": 235, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2133, - "logicalPort": 133, + "vlanID": 2237, + "logicalPort": 237, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2137, - "logicalPort": 137, + "vlanID": 2239, + "logicalPort": 239, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2141, - "logicalPort": 141, + "vlanID": 2241, + "logicalPort": 241, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2145, - "logicalPort": 145, + "vlanID": 2242, + "logicalPort": 242, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2149, - "logicalPort": 149, + "vlanID": 2243, + "logicalPort": 243, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2153, - "logicalPort": 153, + "vlanID": 2244, + "logicalPort": 244, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2157, - "logicalPort": 157, + "vlanID": 2245, + "logicalPort": 245, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2161, - "logicalPort": 161, + "vlanID": 2246, + "logicalPort": 246, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2165, - "logicalPort": 165, + "vlanID": 2247, + "logicalPort": 247, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2169, - "logicalPort": 169, + "vlanID": 2248, + "logicalPort": 248, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2173, - "logicalPort": 173, + "vlanID": 2249, + "logicalPort": 249, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2177, - "logicalPort": 177, + "vlanID": 2250, + "logicalPort": 250, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2181, - "logicalPort": 181, + "vlanID": 2251, + "logicalPort": 251, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2185, - "logicalPort": 185, + "vlanID": 2252, + "logicalPort": 252, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2189, - "logicalPort": 189, + "vlanID": 2253, + "logicalPort": 253, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2193, - "logicalPort": 193, + "vlanID": 2254, + "logicalPort": 254, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2197, - "logicalPort": 197, + "vlanID": 2255, + "logicalPort": 255, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2201, - "logicalPort": 201, + "vlanID": 2256, + "logicalPort": 256, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2205, - "logicalPort": 205, + "vlanID": 2257, + "logicalPort": 257, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2209, - "logicalPort": 209, + "vlanID": 2261, + "logicalPort": 261, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2213, - "logicalPort": 213, + "vlanID": 2265, + "logicalPort": 265, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2217, - "logicalPort": 217, + "vlanID": 2267, + "logicalPort": 267, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2221, - "logicalPort": 221, + "vlanID": 2269, + "logicalPort": 269, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2225, - "logicalPort": 225, + "vlanID": 2271, + "logicalPort": 271, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2229, - "logicalPort": 229, + "vlanID": 2273, + "logicalPort": 273, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2274, + "logicalPort": 274, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2233, - "logicalPort": 233, + "vlanID": 2275, + "logicalPort": 275, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2237, - "logicalPort": 237, + "vlanID": 2276, + "logicalPort": 276, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2241, - "logicalPort": 241, + "vlanID": 2277, + "logicalPort": 277, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2245, - "logicalPort": 245, + "vlanID": 2278, + "logicalPort": 278, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2249, - "logicalPort": 249, + "vlanID": 2279, + "logicalPort": 279, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2253, - "logicalPort": 253, + "vlanID": 2280, + "logicalPort": 280, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2257, - "logicalPort": 257, + "vlanID": 2281, + "logicalPort": 281, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2261, - "logicalPort": 261, + "vlanID": 2282, + "logicalPort": 282, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2265, - "logicalPort": 265, + "vlanID": 2283, + "logicalPort": 283, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2269, - "logicalPort": 269, + "vlanID": 2284, + "logicalPort": 284, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2273, - "logicalPort": 273, + "vlanID": 2285, + "logicalPort": 285, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2277, - "logicalPort": 277, + "vlanID": 2286, + "logicalPort": 286, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2281, - "logicalPort": 281, + "vlanID": 2287, + "logicalPort": 287, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2285, - "logicalPort": 285, + "vlanID": 2288, + "logicalPort": 288, "spanningTreeState": 2, "emitTags": false }, @@ -9746,12 +19046,24 @@ "spanningTreeState": 2, "emitTags": false }, + { + "vlanID": 2299, + "logicalPort": 299, + "spanningTreeState": 2, + "emitTags": false + }, { "vlanID": 2301, "logicalPort": 301, "spanningTreeState": 2, "emitTags": false }, + { + "vlanID": 2303, + "logicalPort": 303, + "spanningTreeState": 2, + "emitTags": false + }, { "vlanID": 2305, "logicalPort": 305, @@ -9759,1867 +19071,1023 @@ "emitTags": false }, { - "vlanID": 2309, - "logicalPort": 309, + "vlanID": 2306, + "logicalPort": 306, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2313, - "logicalPort": 313, + "vlanID": 2307, + "logicalPort": 307, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2317, - "logicalPort": 317, + "vlanID": 2308, + "logicalPort": 308, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2321, - "logicalPort": 321, + "vlanID": 2309, + "logicalPort": 309, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2325, - "logicalPort": 325, + "vlanID": 2310, + "logicalPort": 310, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2329, - "logicalPort": 329, + "vlanID": 2311, + "logicalPort": 311, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2333, - "logicalPort": 333, + "vlanID": 2312, + "logicalPort": 312, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2337, - "logicalPort": 337, + "vlanID": 2313, + "logicalPort": 313, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2341, - "logicalPort": 341, + "vlanID": 2314, + "logicalPort": 314, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2345, - "logicalPort": 345, + "vlanID": 2315, + "logicalPort": 315, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2349, - "logicalPort": 349, + "vlanID": 2316, + "logicalPort": 316, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2353, - "logicalPort": 353, + "vlanID": 2317, + "logicalPort": 317, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2357, - "logicalPort": 357, + "vlanID": 2318, + "logicalPort": 318, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2361, - "logicalPort": 361, + "vlanID": 2319, + "logicalPort": 319, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2365, - "logicalPort": 365, + "vlanID": 2320, + "logicalPort": 320, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2369, - "logicalPort": 369, + "vlanID": 2321, + "logicalPort": 321, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2373, - "logicalPort": 373, + "vlanID": 2325, + "logicalPort": 325, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2377, - "logicalPort": 377, + "vlanID": 2329, + "logicalPort": 329, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2381, - "logicalPort": 381, + "vlanID": 2330, + "logicalPort": 330, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2385, - "logicalPort": 385, + "vlanID": 2331, + "logicalPort": 331, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2389, - "logicalPort": 389, + "vlanID": 2332, + "logicalPort": 332, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2393, - "logicalPort": 393, + "vlanID": 2333, + "logicalPort": 333, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2397, - "logicalPort": 397, + "vlanID": 2334, + "logicalPort": 334, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2401, - "logicalPort": 401, + "vlanID": 2335, + "logicalPort": 335, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2405, - "logicalPort": 405, + "vlanID": 2336, + "logicalPort": 336, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2409, - "logicalPort": 409, + "vlanID": 2337, + "logicalPort": 337, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2413, - "logicalPort": 413, + "vlanID": 2338, + "logicalPort": 338, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2417, - "logicalPort": 417, + "vlanID": 2339, + "logicalPort": 339, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2421, - "logicalPort": 421, + "vlanID": 2340, + "logicalPort": 340, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2425, - "logicalPort": 425, + "vlanID": 2341, + "logicalPort": 341, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2429, - "logicalPort": 429, + "vlanID": 2342, + "logicalPort": 342, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2433, - "logicalPort": 433, + "vlanID": 2343, + "logicalPort": 343, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2437, - "logicalPort": 437, + "vlanID": 2344, + "logicalPort": 344, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2441, - "logicalPort": 441, + "vlanID": 2345, + "logicalPort": 345, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2445, - "logicalPort": 445, + "vlanID": 2346, + "logicalPort": 346, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2449, - "logicalPort": 449, + "vlanID": 2347, + "logicalPort": 347, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2453, - "logicalPort": 453, + "vlanID": 2348, + "logicalPort": 348, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2457, - "logicalPort": 457, + "vlanID": 2349, + "logicalPort": 349, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2461, - "logicalPort": 461, + "vlanID": 2350, + "logicalPort": 350, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2465, - "logicalPort": 465, + "vlanID": 2351, + "logicalPort": 351, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2469, - "logicalPort": 469, + "vlanID": 2352, + "logicalPort": 352, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2473, - "logicalPort": 473, + "vlanID": 2353, + "logicalPort": 353, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2477, - "logicalPort": 477, + "vlanID": 2354, + "logicalPort": 354, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2481, - "logicalPort": 481, + "vlanID": 2355, + "logicalPort": 355, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2485, - "logicalPort": 485, + "vlanID": 2356, + "logicalPort": 356, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2489, - "logicalPort": 489, + "vlanID": 2357, + "logicalPort": 357, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2493, - "logicalPort": 493, + "vlanID": 2358, + "logicalPort": 358, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2497, - "logicalPort": 497, + "vlanID": 2359, + "logicalPort": 359, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2501, - "logicalPort": 501, + "vlanID": 2360, + "logicalPort": 360, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2505, - "logicalPort": 505, + "vlanID": 2361, + "logicalPort": 361, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2509, - "logicalPort": 509, + "vlanID": 2363, + "logicalPort": 363, "spanningTreeState": 2, "emitTags": false }, { - "vlanID": 2513, - "logicalPort": 513, + "vlanID": 2365, + "logicalPort": 365, "spanningTreeState": 2, "emitTags": false - } - ], - "defaultVlan": 4094, - "interfaces": [ + }, { - "intfID": 2001, - "routerID": 0, - "vlanID": 2001, - "ipAddresses": [ - "2400::/64", - "10.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2367, + "logicalPort": 367, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2369, + "logicalPort": 369, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2370, + "logicalPort": 370, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2002, - "routerID": 0, - "vlanID": 2002, - "ipAddresses": [ - "2401::/64", - "11.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2371, + "logicalPort": 371, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2003, - "routerID": 0, - "vlanID": 2003, - "ipAddresses": [ - "2402::/64", - "12.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2372, + "logicalPort": 372, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2004, - "routerID": 0, - "vlanID": 2004, - "ipAddresses": [ - "2403::/64", - "13.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2373, + "logicalPort": 373, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2005, - "routerID": 0, - "vlanID": 2005, - "ipAddresses": [ - "2404::/64", - "14.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2374, + "logicalPort": 374, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2006, - "routerID": 0, - "vlanID": 2006, - "ipAddresses": [ - "2405::/64", - "15.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2375, + "logicalPort": 375, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2007, - "routerID": 0, - "vlanID": 2007, - "ipAddresses": [ - "2406::/64", - "16.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2376, + "logicalPort": 376, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2008, - "routerID": 0, - "vlanID": 2008, - "ipAddresses": [ - "2407::/64", - "17.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2377, + "logicalPort": 377, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2009, - "routerID": 0, - "vlanID": 2009, - "ipAddresses": [ - "2408::/64", - "18.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2378, + "logicalPort": 378, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2010, - "routerID": 0, - "vlanID": 2010, - "ipAddresses": [ - "2409::/64", - "19.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2379, + "logicalPort": 379, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2011, - "routerID": 0, - "vlanID": 2011, - "ipAddresses": [ - "2410::/64", - "20.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2380, + "logicalPort": 380, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2012, - "routerID": 0, - "vlanID": 2012, - "ipAddresses": [ - "2411::/64", - "21.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2381, + "logicalPort": 381, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2013, - "routerID": 0, - "vlanID": 2013, - "ipAddresses": [ - "2412::/64", - "22.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2382, + "logicalPort": 382, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2014, - "routerID": 0, - "vlanID": 2014, - "ipAddresses": [ - "2413::/64", - "23.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2383, + "logicalPort": 383, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2015, - "routerID": 0, - "vlanID": 2015, - "ipAddresses": [ - "2414::/64", - "24.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2384, + "logicalPort": 384, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2016, - "routerID": 0, - "vlanID": 2016, - "ipAddresses": [ - "2415::/64", - "25.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2385, + "logicalPort": 385, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2017, - "routerID": 0, - "vlanID": 2017, - "ipAddresses": [ - "2416::/64", - "26.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2386, + "logicalPort": 386, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2018, - "routerID": 0, - "vlanID": 2018, - "ipAddresses": [ - "2417::/64", - "27.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2387, + "logicalPort": 387, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2019, - "routerID": 0, - "vlanID": 2019, - "ipAddresses": [ - "2418::/64", - "28.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2388, + "logicalPort": 388, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2020, - "routerID": 0, - "vlanID": 2020, - "ipAddresses": [ - "2419::/64", - "29.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2389, + "logicalPort": 389, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2021, - "routerID": 0, - "vlanID": 2021, - "ipAddresses": [ - "2420::/64", - "30.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2390, + "logicalPort": 390, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2022, - "routerID": 0, - "vlanID": 2022, - "ipAddresses": [ - "2421::/64", - "31.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2391, + "logicalPort": 391, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2023, - "routerID": 0, - "vlanID": 2023, - "ipAddresses": [ - "2422::/64", - "32.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2392, + "logicalPort": 392, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2024, - "routerID": 0, - "vlanID": 2024, - "ipAddresses": [ - "2423::/64", - "33.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2393, + "logicalPort": 393, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2025, - "routerID": 0, - "vlanID": 2025, - "ipAddresses": [ - "2424::/64", - "34.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2395, + "logicalPort": 395, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2026, - "routerID": 0, - "vlanID": 2026, - "ipAddresses": [ - "2425::/64", - "35.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2397, + "logicalPort": 397, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2027, - "routerID": 0, - "vlanID": 2027, - "ipAddresses": [ - "2426::/64", - "36.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2399, + "logicalPort": 399, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2028, - "routerID": 0, - "vlanID": 2028, - "ipAddresses": [ - "2427::/64", - "37.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2401, + "logicalPort": 401, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2029, - "routerID": 0, - "vlanID": 2029, - "ipAddresses": [ - "2428::/64", - "38.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2402, + "logicalPort": 402, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2030, - "routerID": 0, - "vlanID": 2030, - "ipAddresses": [ - "2429::/64", - "39.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2403, + "logicalPort": 403, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2031, - "routerID": 0, - "vlanID": 2031, - "ipAddresses": [ - "2430::/64", - "40.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2404, + "logicalPort": 404, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2032, - "routerID": 0, - "vlanID": 2032, - "ipAddresses": [ - "2431::/64", - "41.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2405, + "logicalPort": 405, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2033, - "routerID": 0, - "vlanID": 2033, - "ipAddresses": [ - "2432::/64", - "42.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2406, + "logicalPort": 406, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2034, - "routerID": 0, - "vlanID": 2034, - "ipAddresses": [ - "2433::/64", - "43.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2407, + "logicalPort": 407, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2035, - "routerID": 0, - "vlanID": 2035, - "ipAddresses": [ - "2434::/64", - "44.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2408, + "logicalPort": 408, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2036, - "routerID": 0, - "vlanID": 2036, - "ipAddresses": [ - "2435::/64", - "45.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2409, + "logicalPort": 409, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2410, + "logicalPort": 410, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2037, - "routerID": 0, - "vlanID": 2037, - "ipAddresses": [ - "2436::/64", - "46.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2411, + "logicalPort": 411, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2038, - "routerID": 0, - "vlanID": 2038, - "ipAddresses": [ - "2437::/64", - "47.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2412, + "logicalPort": 412, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2039, - "routerID": 0, - "vlanID": 2039, - "ipAddresses": [ - "2438::/64", - "48.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2413, + "logicalPort": 413, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2040, - "routerID": 0, - "vlanID": 2040, - "ipAddresses": [ - "2439::/64", - "49.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2414, + "logicalPort": 414, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2041, - "routerID": 0, - "vlanID": 2041, - "ipAddresses": [ - "2440::/64", - "50.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2415, + "logicalPort": 415, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2042, - "routerID": 0, - "vlanID": 2042, - "ipAddresses": [ - "2441::/64", - "51.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2416, + "logicalPort": 416, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2043, - "routerID": 0, - "vlanID": 2043, - "ipAddresses": [ - "2442::/64", - "52.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2417, + "logicalPort": 417, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2044, - "routerID": 0, - "vlanID": 2044, - "ipAddresses": [ - "2443::/64", - "53.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2421, + "logicalPort": 421, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2045, - "routerID": 0, - "vlanID": 2045, - "ipAddresses": [ - "2444::/64", - "54.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2425, + "logicalPort": 425, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2046, - "routerID": 0, - "vlanID": 2046, - "ipAddresses": [ - "2445::/64", - "55.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2426, + "logicalPort": 426, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2047, - "routerID": 0, - "vlanID": 2047, - "ipAddresses": [ - "2446::/64", - "56.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2427, + "logicalPort": 427, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2048, - "routerID": 0, - "vlanID": 2048, - "ipAddresses": [ - "2447::/64", - "57.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2428, + "logicalPort": 428, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2049, - "routerID": 0, - "vlanID": 2049, - "ipAddresses": [ - "2448::/64", - "58.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2429, + "logicalPort": 429, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2050, - "routerID": 0, - "vlanID": 2050, - "ipAddresses": [ - "2449::/64", - "59.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2430, + "logicalPort": 430, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2051, - "routerID": 0, - "vlanID": 2051, - "ipAddresses": [ - "2450::/64", - "60.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2431, + "logicalPort": 431, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2052, - "routerID": 0, - "vlanID": 2052, - "ipAddresses": [ - "2451::/64", - "61.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2432, + "logicalPort": 432, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2053, - "routerID": 0, - "vlanID": 2053, - "ipAddresses": [ - "2452::/64", - "62.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2433, + "logicalPort": 433, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2434, + "logicalPort": 434, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2054, - "routerID": 0, - "vlanID": 2054, - "ipAddresses": [ - "2453::/64", - "63.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2435, + "logicalPort": 435, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2055, - "routerID": 0, - "vlanID": 2055, - "ipAddresses": [ - "2454::/64", - "64.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2436, + "logicalPort": 436, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2056, - "routerID": 0, - "vlanID": 2056, - "ipAddresses": [ - "2455::/64", - "65.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2437, + "logicalPort": 437, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2057, - "routerID": 0, - "vlanID": 2057, - "ipAddresses": [ - "2456::/64", - "66.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2438, + "logicalPort": 438, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2058, - "routerID": 0, - "vlanID": 2058, - "ipAddresses": [ - "2457::/64", - "67.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2439, + "logicalPort": 439, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2059, - "routerID": 0, - "vlanID": 2059, - "ipAddresses": [ - "2458::/64", - "68.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2440, + "logicalPort": 440, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2060, - "routerID": 0, - "vlanID": 2060, - "ipAddresses": [ - "2459::/64", - "69.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2441, + "logicalPort": 441, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2061, - "routerID": 0, - "vlanID": 2061, - "ipAddresses": [ - "2460::/64", - "70.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2442, + "logicalPort": 442, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2062, - "routerID": 0, - "vlanID": 2062, - "ipAddresses": [ - "2461::/64", - "71.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2443, + "logicalPort": 443, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2063, - "routerID": 0, - "vlanID": 2063, - "ipAddresses": [ - "2462::/64", - "72.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2444, + "logicalPort": 444, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2064, - "routerID": 0, - "vlanID": 2064, - "ipAddresses": [ - "2463::/64", - "73.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2445, + "logicalPort": 445, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2065, - "routerID": 0, - "vlanID": 2065, - "ipAddresses": [ - "2464::/64", - "74.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2446, + "logicalPort": 446, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2066, - "routerID": 0, - "vlanID": 2066, - "ipAddresses": [ - "2465::/64", - "75.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2447, + "logicalPort": 447, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2067, - "routerID": 0, - "vlanID": 2067, - "ipAddresses": [ - "2466::/64", - "76.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2448, + "logicalPort": 448, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2068, - "routerID": 0, - "vlanID": 2068, - "ipAddresses": [ - "2467::/64", - "77.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2449, + "logicalPort": 449, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2069, - "routerID": 0, - "vlanID": 2069, - "ipAddresses": [ - "2468::/64", - "78.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2453, + "logicalPort": 453, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2070, - "routerID": 0, - "vlanID": 2070, - "ipAddresses": [ - "2469::/64", - "79.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2457, + "logicalPort": 457, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2459, + "logicalPort": 459, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2071, - "routerID": 0, - "vlanID": 2071, - "ipAddresses": [ - "2470::/64", - "80.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2461, + "logicalPort": 461, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2072, - "routerID": 0, - "vlanID": 2072, - "ipAddresses": [ - "2471::/64", - "81.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2463, + "logicalPort": 463, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2073, - "routerID": 0, - "vlanID": 2073, - "ipAddresses": [ - "2472::/64", - "82.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2465, + "logicalPort": 465, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2074, - "routerID": 0, - "vlanID": 2074, - "ipAddresses": [ - "2473::/64", - "83.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2466, + "logicalPort": 466, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2075, - "routerID": 0, - "vlanID": 2075, - "ipAddresses": [ - "2474::/64", - "84.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2467, + "logicalPort": 467, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2076, - "routerID": 0, - "vlanID": 2076, - "ipAddresses": [ - "2475::/64", - "85.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2468, + "logicalPort": 468, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2077, - "routerID": 0, - "vlanID": 2077, - "ipAddresses": [ - "2476::/64", - "86.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2469, + "logicalPort": 469, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2078, - "routerID": 0, - "vlanID": 2078, - "ipAddresses": [ - "2477::/64", - "87.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2470, + "logicalPort": 470, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2079, - "routerID": 0, - "vlanID": 2079, - "ipAddresses": [ - "2478::/64", - "88.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2471, + "logicalPort": 471, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2080, - "routerID": 0, - "vlanID": 2080, - "ipAddresses": [ - "2479::/64", - "89.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2472, + "logicalPort": 472, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2081, - "routerID": 0, - "vlanID": 2081, - "ipAddresses": [ - "2480::/64", - "90.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2473, + "logicalPort": 473, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2082, - "routerID": 0, - "vlanID": 2082, - "ipAddresses": [ - "2481::/64", - "91.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2474, + "logicalPort": 474, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2083, - "routerID": 0, - "vlanID": 2083, - "ipAddresses": [ - "2482::/64", - "92.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2475, + "logicalPort": 475, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2084, - "routerID": 0, - "vlanID": 2084, - "ipAddresses": [ - "2483::/64", - "93.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2476, + "logicalPort": 476, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2085, - "routerID": 0, - "vlanID": 2085, - "ipAddresses": [ - "2484::/64", - "94.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2477, + "logicalPort": 477, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2086, - "routerID": 0, - "vlanID": 2086, - "ipAddresses": [ - "2485::/64", - "95.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2478, + "logicalPort": 478, + "spanningTreeState": 2, + "emitTags": false }, - { - "intfID": 2087, - "routerID": 0, - "vlanID": 2087, - "ipAddresses": [ - "2486::/64", - "96.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + { + "vlanID": 2479, + "logicalPort": 479, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2088, - "routerID": 0, - "vlanID": 2088, - "ipAddresses": [ - "2487::/64", - "97.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2480, + "logicalPort": 480, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2089, - "routerID": 0, - "vlanID": 2089, - "ipAddresses": [ - "2488::/64", - "98.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2481, + "logicalPort": 481, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2090, - "routerID": 0, - "vlanID": 2090, - "ipAddresses": [ - "2489::/64", - "99.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2485, + "logicalPort": 485, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2091, - "routerID": 0, - "vlanID": 2091, - "ipAddresses": [ - "2490::/64", - "100.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2489, + "logicalPort": 489, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2092, - "routerID": 0, - "vlanID": 2092, - "ipAddresses": [ - "2491::/64", - "101.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2491, + "logicalPort": 491, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2093, - "routerID": 0, - "vlanID": 2093, - "ipAddresses": [ - "2492::/64", - "102.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2493, + "logicalPort": 493, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2094, - "routerID": 0, - "vlanID": 2094, - "ipAddresses": [ - "2493::/64", - "103.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2495, + "logicalPort": 495, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2095, - "routerID": 0, - "vlanID": 2095, - "ipAddresses": [ - "2494::/64", - "104.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2497, + "logicalPort": 497, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2096, - "routerID": 0, - "vlanID": 2096, - "ipAddresses": [ - "2495::/64", - "105.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2498, + "logicalPort": 498, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2097, - "routerID": 0, - "vlanID": 2097, - "ipAddresses": [ - "2496::/64", - "106.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2499, + "logicalPort": 499, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2098, - "routerID": 0, - "vlanID": 2098, - "ipAddresses": [ - "2497::/64", - "107.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2500, + "logicalPort": 500, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2099, - "routerID": 0, - "vlanID": 2099, - "ipAddresses": [ - "2498::/64", - "108.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2501, + "logicalPort": 501, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2100, - "routerID": 0, - "vlanID": 2100, - "ipAddresses": [ - "2499::/64", - "109.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2502, + "logicalPort": 502, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2101, - "routerID": 0, - "vlanID": 2101, - "ipAddresses": [ - "2500::/64", - "110.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2503, + "logicalPort": 503, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2102, - "routerID": 0, - "vlanID": 2102, - "ipAddresses": [ - "2501::/64", - "111.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2504, + "logicalPort": 504, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2103, - "routerID": 0, - "vlanID": 2103, - "ipAddresses": [ - "2502::/64", - "112.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2505, + "logicalPort": 505, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2506, + "logicalPort": 506, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2104, - "routerID": 0, - "vlanID": 2104, - "ipAddresses": [ - "2503::/64", - "113.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2507, + "logicalPort": 507, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2105, - "routerID": 0, - "vlanID": 2105, - "ipAddresses": [ - "2504::/64", - "114.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2508, + "logicalPort": 508, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2106, - "routerID": 0, - "vlanID": 2106, - "ipAddresses": [ - "2505::/64", - "115.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2509, + "logicalPort": 509, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2107, - "routerID": 0, - "vlanID": 2107, - "ipAddresses": [ - "2506::/64", - "116.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2510, + "logicalPort": 510, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2108, - "routerID": 0, - "vlanID": 2108, - "ipAddresses": [ - "2507::/64", - "117.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2511, + "logicalPort": 511, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2109, - "routerID": 0, - "vlanID": 2109, - "ipAddresses": [ - "2508::/64", - "118.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 + "vlanID": 2512, + "logicalPort": 512, + "spanningTreeState": 2, + "emitTags": false }, { - "intfID": 2110, - "routerID": 0, - "vlanID": 2110, - "ipAddresses": [ - "2509::/64", - "119.0.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 - }, + "vlanID": 2513, + "logicalPort": 513, + "spanningTreeState": 2, + "emitTags": false + } + ], + "defaultVlan": 4094, + "interfaces": [ { - "intfID": 2111, + "intfID": 2001, "routerID": 0, - "vlanID": 2111, + "vlanID": 2001, "ipAddresses": [ - "2510::/64", - "120.0.0.0/24" + "2400::/64", + "10.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11628,12 +20096,12 @@ "scope": 0 }, { - "intfID": 2112, + "intfID": 2005, "routerID": 0, - "vlanID": 2112, + "vlanID": 2005, "ipAddresses": [ - "2511::/64", - "121.0.0.0/24" + "2401::/64", + "11.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11642,12 +20110,12 @@ "scope": 0 }, { - "intfID": 2113, + "intfID": 2009, "routerID": 0, - "vlanID": 2113, + "vlanID": 2009, "ipAddresses": [ - "2512::/64", - "122.0.0.0/24" + "2402::/64", + "12.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11656,12 +20124,12 @@ "scope": 0 }, { - "intfID": 2114, + "intfID": 2011, "routerID": 0, - "vlanID": 2114, + "vlanID": 2011, "ipAddresses": [ - "2513::/64", - "123.0.0.0/24" + "2403::/64", + "13.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11670,12 +20138,12 @@ "scope": 0 }, { - "intfID": 2115, + "intfID": 2013, "routerID": 0, - "vlanID": 2115, + "vlanID": 2013, "ipAddresses": [ - "2514::/64", - "124.0.0.0/24" + "2404::/64", + "14.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11684,12 +20152,12 @@ "scope": 0 }, { - "intfID": 2116, + "intfID": 2015, "routerID": 0, - "vlanID": 2116, + "vlanID": 2015, "ipAddresses": [ - "2515::/64", - "125.0.0.0/24" + "2405::/64", + "15.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11698,12 +20166,12 @@ "scope": 0 }, { - "intfID": 2117, + "intfID": 2017, "routerID": 0, - "vlanID": 2117, + "vlanID": 2017, "ipAddresses": [ - "2516::/64", - "126.0.0.0/24" + "2406::/64", + "16.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11712,12 +20180,12 @@ "scope": 0 }, { - "intfID": 2118, + "intfID": 2018, "routerID": 0, - "vlanID": 2118, + "vlanID": 2018, "ipAddresses": [ - "2517::/64", - "127.0.0.0/24" + "2407::/64", + "17.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11726,12 +20194,12 @@ "scope": 0 }, { - "intfID": 2119, + "intfID": 2019, "routerID": 0, - "vlanID": 2119, + "vlanID": 2019, "ipAddresses": [ - "2518::/64", - "128.0.0.0/24" + "2408::/64", + "18.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11740,12 +20208,12 @@ "scope": 0 }, { - "intfID": 2120, + "intfID": 2020, "routerID": 0, - "vlanID": 2120, + "vlanID": 2020, "ipAddresses": [ - "2519::/64", - "129.0.0.0/24" + "2409::/64", + "19.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11754,12 +20222,12 @@ "scope": 0 }, { - "intfID": 2121, + "intfID": 2021, "routerID": 0, - "vlanID": 2121, + "vlanID": 2021, "ipAddresses": [ - "2520::/64", - "130.0.0.0/24" + "2410::/64", + "20.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11768,12 +20236,12 @@ "scope": 0 }, { - "intfID": 2122, + "intfID": 2022, "routerID": 0, - "vlanID": 2122, + "vlanID": 2022, "ipAddresses": [ - "2521::/64", - "131.0.0.0/24" + "2411::/64", + "21.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11782,12 +20250,12 @@ "scope": 0 }, { - "intfID": 2123, + "intfID": 2023, "routerID": 0, - "vlanID": 2123, + "vlanID": 2023, "ipAddresses": [ - "2522::/64", - "132.0.0.0/24" + "2412::/64", + "22.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11796,12 +20264,12 @@ "scope": 0 }, { - "intfID": 2124, + "intfID": 2024, "routerID": 0, - "vlanID": 2124, + "vlanID": 2024, "ipAddresses": [ - "2523::/64", - "133.0.0.0/24" + "2413::/64", + "23.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11810,12 +20278,12 @@ "scope": 0 }, { - "intfID": 2125, + "intfID": 2025, "routerID": 0, - "vlanID": 2125, + "vlanID": 2025, "ipAddresses": [ - "2524::/64", - "134.0.0.0/24" + "2414::/64", + "24.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11824,12 +20292,12 @@ "scope": 0 }, { - "intfID": 2126, + "intfID": 2026, "routerID": 0, - "vlanID": 2126, + "vlanID": 2026, "ipAddresses": [ - "2525::/64", - "135.0.0.0/24" + "2415::/64", + "25.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11838,12 +20306,12 @@ "scope": 0 }, { - "intfID": 2127, + "intfID": 2027, "routerID": 0, - "vlanID": 2127, + "vlanID": 2027, "ipAddresses": [ - "2526::/64", - "136.0.0.0/24" + "2416::/64", + "26.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11852,12 +20320,12 @@ "scope": 0 }, { - "intfID": 2128, + "intfID": 2028, "routerID": 0, - "vlanID": 2128, + "vlanID": 2028, "ipAddresses": [ - "2527::/64", - "137.0.0.0/24" + "2417::/64", + "27.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11866,12 +20334,12 @@ "scope": 0 }, { - "intfID": 2129, + "intfID": 2029, "routerID": 0, - "vlanID": 2129, + "vlanID": 2029, "ipAddresses": [ - "2528::/64", - "138.0.0.0/24" + "2418::/64", + "28.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11880,12 +20348,12 @@ "scope": 0 }, { - "intfID": 2130, + "intfID": 2030, "routerID": 0, - "vlanID": 2130, + "vlanID": 2030, "ipAddresses": [ - "2529::/64", - "139.0.0.0/24" + "2419::/64", + "29.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11894,12 +20362,12 @@ "scope": 0 }, { - "intfID": 2131, + "intfID": 2031, "routerID": 0, - "vlanID": 2131, + "vlanID": 2031, "ipAddresses": [ - "2530::/64", - "140.0.0.0/24" + "2420::/64", + "30.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11908,12 +20376,12 @@ "scope": 0 }, { - "intfID": 2132, + "intfID": 2032, "routerID": 0, - "vlanID": 2132, + "vlanID": 2032, "ipAddresses": [ - "2531::/64", - "141.0.0.0/24" + "2421::/64", + "31.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11922,12 +20390,12 @@ "scope": 0 }, { - "intfID": 2133, + "intfID": 2033, "routerID": 0, - "vlanID": 2133, + "vlanID": 2033, "ipAddresses": [ - "2532::/64", - "142.0.0.0/24" + "2422::/64", + "32.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11936,12 +20404,12 @@ "scope": 0 }, { - "intfID": 2134, + "intfID": 2037, "routerID": 0, - "vlanID": 2134, + "vlanID": 2037, "ipAddresses": [ - "2533::/64", - "143.0.0.0/24" + "2423::/64", + "33.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11950,12 +20418,12 @@ "scope": 0 }, { - "intfID": 2135, + "intfID": 2041, "routerID": 0, - "vlanID": 2135, + "vlanID": 2041, "ipAddresses": [ - "2534::/64", - "144.0.0.0/24" + "2424::/64", + "34.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11964,12 +20432,12 @@ "scope": 0 }, { - "intfID": 2136, + "intfID": 2043, "routerID": 0, - "vlanID": 2136, + "vlanID": 2043, "ipAddresses": [ - "2535::/64", - "145.0.0.0/24" + "2425::/64", + "35.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11978,12 +20446,12 @@ "scope": 0 }, { - "intfID": 2137, + "intfID": 2045, "routerID": 0, - "vlanID": 2137, + "vlanID": 2045, "ipAddresses": [ - "2536::/64", - "146.0.0.0/24" + "2426::/64", + "36.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11992,12 +20460,12 @@ "scope": 0 }, { - "intfID": 2138, + "intfID": 2047, "routerID": 0, - "vlanID": 2138, + "vlanID": 2047, "ipAddresses": [ - "2537::/64", - "147.0.0.0/24" + "2427::/64", + "37.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12006,12 +20474,12 @@ "scope": 0 }, { - "intfID": 2139, + "intfID": 2049, "routerID": 0, - "vlanID": 2139, + "vlanID": 2049, "ipAddresses": [ - "2538::/64", - "148.0.0.0/24" + "2428::/64", + "38.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12020,12 +20488,12 @@ "scope": 0 }, { - "intfID": 2140, + "intfID": 2050, "routerID": 0, - "vlanID": 2140, + "vlanID": 2050, "ipAddresses": [ - "2539::/64", - "149.0.0.0/24" + "2429::/64", + "39.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12034,12 +20502,12 @@ "scope": 0 }, { - "intfID": 2141, + "intfID": 2051, "routerID": 0, - "vlanID": 2141, + "vlanID": 2051, "ipAddresses": [ - "2540::/64", - "150.0.0.0/24" + "2430::/64", + "40.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12048,12 +20516,12 @@ "scope": 0 }, { - "intfID": 2142, + "intfID": 2052, "routerID": 0, - "vlanID": 2142, + "vlanID": 2052, "ipAddresses": [ - "2541::/64", - "151.0.0.0/24" + "2431::/64", + "41.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12062,12 +20530,12 @@ "scope": 0 }, { - "intfID": 2143, + "intfID": 2053, "routerID": 0, - "vlanID": 2143, + "vlanID": 2053, "ipAddresses": [ - "2542::/64", - "152.0.0.0/24" + "2432::/64", + "42.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12076,12 +20544,12 @@ "scope": 0 }, { - "intfID": 2144, + "intfID": 2054, "routerID": 0, - "vlanID": 2144, + "vlanID": 2054, "ipAddresses": [ - "2543::/64", - "153.0.0.0/24" + "2433::/64", + "43.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12090,12 +20558,12 @@ "scope": 0 }, { - "intfID": 2145, + "intfID": 2055, "routerID": 0, - "vlanID": 2145, + "vlanID": 2055, "ipAddresses": [ - "2544::/64", - "154.0.0.0/24" + "2434::/64", + "44.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12104,12 +20572,12 @@ "scope": 0 }, { - "intfID": 2146, + "intfID": 2056, "routerID": 0, - "vlanID": 2146, + "vlanID": 2056, "ipAddresses": [ - "2545::/64", - "155.0.0.0/24" + "2435::/64", + "45.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12118,12 +20586,12 @@ "scope": 0 }, { - "intfID": 2147, + "intfID": 2057, "routerID": 0, - "vlanID": 2147, + "vlanID": 2057, "ipAddresses": [ - "2546::/64", - "156.0.0.0/24" + "2436::/64", + "46.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12132,12 +20600,12 @@ "scope": 0 }, { - "intfID": 2148, + "intfID": 2058, "routerID": 0, - "vlanID": 2148, + "vlanID": 2058, "ipAddresses": [ - "2547::/64", - "157.0.0.0/24" + "2437::/64", + "47.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12146,12 +20614,12 @@ "scope": 0 }, { - "intfID": 2149, + "intfID": 2059, "routerID": 0, - "vlanID": 2149, + "vlanID": 2059, "ipAddresses": [ - "2548::/64", - "158.0.0.0/24" + "2438::/64", + "48.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12160,12 +20628,12 @@ "scope": 0 }, { - "intfID": 2150, + "intfID": 2060, "routerID": 0, - "vlanID": 2150, + "vlanID": 2060, "ipAddresses": [ - "2549::/64", - "159.0.0.0/24" + "2439::/64", + "49.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12174,12 +20642,12 @@ "scope": 0 }, { - "intfID": 2151, + "intfID": 2061, "routerID": 0, - "vlanID": 2151, + "vlanID": 2061, "ipAddresses": [ - "2550::/64", - "160.0.0.0/24" + "2440::/64", + "50.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12188,12 +20656,12 @@ "scope": 0 }, { - "intfID": 2152, + "intfID": 2062, "routerID": 0, - "vlanID": 2152, + "vlanID": 2062, "ipAddresses": [ - "2551::/64", - "161.0.0.0/24" + "2441::/64", + "51.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12202,12 +20670,12 @@ "scope": 0 }, { - "intfID": 2153, + "intfID": 2063, "routerID": 0, - "vlanID": 2153, + "vlanID": 2063, "ipAddresses": [ - "2552::/64", - "162.0.0.0/24" + "2442::/64", + "52.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12216,12 +20684,12 @@ "scope": 0 }, { - "intfID": 2154, + "intfID": 2064, "routerID": 0, - "vlanID": 2154, + "vlanID": 2064, "ipAddresses": [ - "2553::/64", - "163.0.0.0/24" + "2443::/64", + "53.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12230,12 +20698,12 @@ "scope": 0 }, { - "intfID": 2155, + "intfID": 2065, "routerID": 0, - "vlanID": 2155, + "vlanID": 2065, "ipAddresses": [ - "2554::/64", - "164.0.0.0/24" + "2444::/64", + "54.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12244,12 +20712,12 @@ "scope": 0 }, { - "intfID": 2156, + "intfID": 2069, "routerID": 0, - "vlanID": 2156, + "vlanID": 2069, "ipAddresses": [ - "2555::/64", - "165.0.0.0/24" + "2445::/64", + "55.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12258,12 +20726,12 @@ "scope": 0 }, { - "intfID": 2157, + "intfID": 2073, "routerID": 0, - "vlanID": 2157, + "vlanID": 2073, "ipAddresses": [ - "2556::/64", - "166.0.0.0/24" + "2446::/64", + "56.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12272,12 +20740,12 @@ "scope": 0 }, { - "intfID": 2158, + "intfID": 2074, "routerID": 0, - "vlanID": 2158, + "vlanID": 2074, "ipAddresses": [ - "2557::/64", - "167.0.0.0/24" + "2447::/64", + "57.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12286,12 +20754,12 @@ "scope": 0 }, { - "intfID": 2159, + "intfID": 2075, "routerID": 0, - "vlanID": 2159, + "vlanID": 2075, "ipAddresses": [ - "2558::/64", - "168.0.0.0/24" + "2448::/64", + "58.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12300,12 +20768,12 @@ "scope": 0 }, { - "intfID": 2160, + "intfID": 2076, "routerID": 0, - "vlanID": 2160, + "vlanID": 2076, "ipAddresses": [ - "2559::/64", - "169.0.0.0/24" + "2449::/64", + "59.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12314,12 +20782,12 @@ "scope": 0 }, { - "intfID": 2161, + "intfID": 2077, "routerID": 0, - "vlanID": 2161, + "vlanID": 2077, "ipAddresses": [ - "2560::/64", - "170.0.0.0/24" + "2450::/64", + "60.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12328,12 +20796,12 @@ "scope": 0 }, { - "intfID": 2162, + "intfID": 2078, "routerID": 0, - "vlanID": 2162, + "vlanID": 2078, "ipAddresses": [ - "2561::/64", - "171.0.0.0/24" + "2451::/64", + "61.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12342,12 +20810,12 @@ "scope": 0 }, { - "intfID": 2163, + "intfID": 2079, "routerID": 0, - "vlanID": 2163, + "vlanID": 2079, "ipAddresses": [ - "2562::/64", - "172.0.0.0/24" + "2452::/64", + "62.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12356,12 +20824,12 @@ "scope": 0 }, { - "intfID": 2164, + "intfID": 2080, "routerID": 0, - "vlanID": 2164, + "vlanID": 2080, "ipAddresses": [ - "2563::/64", - "173.0.0.0/24" + "2453::/64", + "63.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12370,12 +20838,12 @@ "scope": 0 }, { - "intfID": 2165, + "intfID": 2081, "routerID": 0, - "vlanID": 2165, + "vlanID": 2081, "ipAddresses": [ - "2564::/64", - "174.0.0.0/24" + "2454::/64", + "64.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12384,12 +20852,12 @@ "scope": 0 }, { - "intfID": 2166, + "intfID": 2082, "routerID": 0, - "vlanID": 2166, + "vlanID": 2082, "ipAddresses": [ - "2565::/64", - "175.0.0.0/24" + "2455::/64", + "65.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12398,12 +20866,12 @@ "scope": 0 }, { - "intfID": 2167, + "intfID": 2083, "routerID": 0, - "vlanID": 2167, + "vlanID": 2083, "ipAddresses": [ - "2566::/64", - "176.0.0.0/24" + "2456::/64", + "66.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12412,12 +20880,12 @@ "scope": 0 }, { - "intfID": 2168, + "intfID": 2084, "routerID": 0, - "vlanID": 2168, + "vlanID": 2084, "ipAddresses": [ - "2567::/64", - "177.0.0.0/24" + "2457::/64", + "67.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12426,12 +20894,12 @@ "scope": 0 }, { - "intfID": 2169, + "intfID": 2085, "routerID": 0, - "vlanID": 2169, + "vlanID": 2085, "ipAddresses": [ - "2568::/64", - "178.0.0.0/24" + "2458::/64", + "68.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12440,12 +20908,12 @@ "scope": 0 }, { - "intfID": 2170, + "intfID": 2086, "routerID": 0, - "vlanID": 2170, + "vlanID": 2086, "ipAddresses": [ - "2569::/64", - "179.0.0.0/24" + "2459::/64", + "69.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12454,12 +20922,12 @@ "scope": 0 }, { - "intfID": 2171, + "intfID": 2087, "routerID": 0, - "vlanID": 2171, + "vlanID": 2087, "ipAddresses": [ - "2570::/64", - "180.0.0.0/24" + "2460::/64", + "70.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12468,12 +20936,12 @@ "scope": 0 }, { - "intfID": 2172, + "intfID": 2088, "routerID": 0, - "vlanID": 2172, + "vlanID": 2088, "ipAddresses": [ - "2571::/64", - "181.0.0.0/24" + "2461::/64", + "71.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12482,12 +20950,12 @@ "scope": 0 }, { - "intfID": 2173, + "intfID": 2089, "routerID": 0, - "vlanID": 2173, + "vlanID": 2089, "ipAddresses": [ - "2572::/64", - "182.0.0.0/24" + "2462::/64", + "72.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12496,12 +20964,12 @@ "scope": 0 }, { - "intfID": 2174, + "intfID": 2090, "routerID": 0, - "vlanID": 2174, + "vlanID": 2090, "ipAddresses": [ - "2573::/64", - "183.0.0.0/24" + "2463::/64", + "73.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12510,12 +20978,12 @@ "scope": 0 }, { - "intfID": 2175, + "intfID": 2091, "routerID": 0, - "vlanID": 2175, + "vlanID": 2091, "ipAddresses": [ - "2574::/64", - "184.0.0.0/24" + "2464::/64", + "74.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12524,12 +20992,12 @@ "scope": 0 }, { - "intfID": 2176, + "intfID": 2092, "routerID": 0, - "vlanID": 2176, + "vlanID": 2092, "ipAddresses": [ - "2575::/64", - "185.0.0.0/24" + "2465::/64", + "75.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12538,12 +21006,12 @@ "scope": 0 }, { - "intfID": 2177, + "intfID": 2093, "routerID": 0, - "vlanID": 2177, + "vlanID": 2093, "ipAddresses": [ - "2576::/64", - "186.0.0.0/24" + "2466::/64", + "76.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12552,12 +21020,12 @@ "scope": 0 }, { - "intfID": 2178, + "intfID": 2094, "routerID": 0, - "vlanID": 2178, + "vlanID": 2094, "ipAddresses": [ - "2577::/64", - "187.0.0.0/24" + "2467::/64", + "77.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12566,12 +21034,12 @@ "scope": 0 }, { - "intfID": 2179, + "intfID": 2095, "routerID": 0, - "vlanID": 2179, + "vlanID": 2095, "ipAddresses": [ - "2578::/64", - "188.0.0.0/24" + "2468::/64", + "78.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12580,12 +21048,12 @@ "scope": 0 }, { - "intfID": 2180, + "intfID": 2096, "routerID": 0, - "vlanID": 2180, + "vlanID": 2096, "ipAddresses": [ - "2579::/64", - "189.0.0.0/24" + "2469::/64", + "79.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12594,12 +21062,12 @@ "scope": 0 }, { - "intfID": 2181, + "intfID": 2097, "routerID": 0, - "vlanID": 2181, + "vlanID": 2097, "ipAddresses": [ - "2580::/64", - "190.0.0.0/24" + "2470::/64", + "80.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12608,12 +21076,12 @@ "scope": 0 }, { - "intfID": 2182, + "intfID": 2098, "routerID": 0, - "vlanID": 2182, + "vlanID": 2098, "ipAddresses": [ - "2581::/64", - "191.0.0.0/24" + "2471::/64", + "81.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12622,12 +21090,12 @@ "scope": 0 }, { - "intfID": 2183, + "intfID": 2099, "routerID": 0, - "vlanID": 2183, + "vlanID": 2099, "ipAddresses": [ - "2582::/64", - "192.0.0.0/24" + "2472::/64", + "82.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12636,12 +21104,12 @@ "scope": 0 }, { - "intfID": 2184, + "intfID": 2100, "routerID": 0, - "vlanID": 2184, + "vlanID": 2100, "ipAddresses": [ - "2583::/64", - "193.0.0.0/24" + "2473::/64", + "83.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12650,12 +21118,12 @@ "scope": 0 }, { - "intfID": 2185, + "intfID": 2101, "routerID": 0, - "vlanID": 2185, + "vlanID": 2101, "ipAddresses": [ - "2584::/64", - "194.0.0.0/24" + "2474::/64", + "84.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12664,12 +21132,12 @@ "scope": 0 }, { - "intfID": 2186, + "intfID": 2102, "routerID": 0, - "vlanID": 2186, + "vlanID": 2102, "ipAddresses": [ - "2585::/64", - "195.0.0.0/24" + "2475::/64", + "85.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12678,12 +21146,12 @@ "scope": 0 }, { - "intfID": 2187, + "intfID": 2103, "routerID": 0, - "vlanID": 2187, + "vlanID": 2103, "ipAddresses": [ - "2586::/64", - "196.0.0.0/24" + "2476::/64", + "86.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12692,12 +21160,12 @@ "scope": 0 }, { - "intfID": 2188, + "intfID": 2104, "routerID": 0, - "vlanID": 2188, + "vlanID": 2104, "ipAddresses": [ - "2587::/64", - "197.0.0.0/24" + "2477::/64", + "87.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12706,12 +21174,12 @@ "scope": 0 }, { - "intfID": 2189, + "intfID": 2105, "routerID": 0, - "vlanID": 2189, + "vlanID": 2105, "ipAddresses": [ - "2588::/64", - "198.0.0.0/24" + "2478::/64", + "88.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12720,12 +21188,12 @@ "scope": 0 }, { - "intfID": 2190, + "intfID": 2107, "routerID": 0, - "vlanID": 2190, + "vlanID": 2107, "ipAddresses": [ - "2589::/64", - "199.0.0.0/24" + "2479::/64", + "89.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12734,12 +21202,12 @@ "scope": 0 }, { - "intfID": 2191, + "intfID": 2109, "routerID": 0, - "vlanID": 2191, + "vlanID": 2109, "ipAddresses": [ - "2590::/64", - "200.0.0.0/24" + "2480::/64", + "90.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12748,12 +21216,12 @@ "scope": 0 }, { - "intfID": 2192, + "intfID": 2111, "routerID": 0, - "vlanID": 2192, + "vlanID": 2111, "ipAddresses": [ - "2591::/64", - "201.0.0.0/24" + "2481::/64", + "91.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12762,12 +21230,12 @@ "scope": 0 }, { - "intfID": 2193, + "intfID": 2113, "routerID": 0, - "vlanID": 2193, + "vlanID": 2113, "ipAddresses": [ - "2592::/64", - "202.0.0.0/24" + "2482::/64", + "92.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12776,12 +21244,12 @@ "scope": 0 }, { - "intfID": 2194, + "intfID": 2114, "routerID": 0, - "vlanID": 2194, + "vlanID": 2114, "ipAddresses": [ - "2593::/64", - "203.0.0.0/24" + "2483::/64", + "93.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12790,12 +21258,12 @@ "scope": 0 }, { - "intfID": 2195, + "intfID": 2115, "routerID": 0, - "vlanID": 2195, + "vlanID": 2115, "ipAddresses": [ - "2594::/64", - "204.0.0.0/24" + "2484::/64", + "94.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12804,12 +21272,12 @@ "scope": 0 }, { - "intfID": 2196, + "intfID": 2116, "routerID": 0, - "vlanID": 2196, + "vlanID": 2116, "ipAddresses": [ - "2595::/64", - "205.0.0.0/24" + "2485::/64", + "95.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12818,12 +21286,12 @@ "scope": 0 }, { - "intfID": 2197, + "intfID": 2117, "routerID": 0, - "vlanID": 2197, + "vlanID": 2117, "ipAddresses": [ - "2596::/64", - "206.0.0.0/24" + "2486::/64", + "96.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12832,12 +21300,12 @@ "scope": 0 }, { - "intfID": 2198, + "intfID": 2118, "routerID": 0, - "vlanID": 2198, + "vlanID": 2118, "ipAddresses": [ - "2597::/64", - "207.0.0.0/24" + "2487::/64", + "97.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12846,12 +21314,12 @@ "scope": 0 }, { - "intfID": 2199, + "intfID": 2119, "routerID": 0, - "vlanID": 2199, + "vlanID": 2119, "ipAddresses": [ - "2598::/64", - "208.0.0.0/24" + "2488::/64", + "98.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12860,12 +21328,12 @@ "scope": 0 }, { - "intfID": 2200, + "intfID": 2120, "routerID": 0, - "vlanID": 2200, + "vlanID": 2120, "ipAddresses": [ - "2599::/64", - "209.0.0.0/24" + "2489::/64", + "99.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12874,12 +21342,12 @@ "scope": 0 }, { - "intfID": 2201, + "intfID": 2121, "routerID": 0, - "vlanID": 2201, + "vlanID": 2121, "ipAddresses": [ - "2600::/64", - "210.0.0.0/24" + "2490::/64", + "100.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12888,12 +21356,12 @@ "scope": 0 }, { - "intfID": 2202, + "intfID": 2122, "routerID": 0, - "vlanID": 2202, + "vlanID": 2122, "ipAddresses": [ - "2601::/64", - "211.0.0.0/24" + "2491::/64", + "101.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12902,12 +21370,12 @@ "scope": 0 }, { - "intfID": 2203, + "intfID": 2123, "routerID": 0, - "vlanID": 2203, + "vlanID": 2123, "ipAddresses": [ - "2602::/64", - "212.0.0.0/24" + "2492::/64", + "102.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12916,12 +21384,12 @@ "scope": 0 }, { - "intfID": 2204, + "intfID": 2124, "routerID": 0, - "vlanID": 2204, + "vlanID": 2124, "ipAddresses": [ - "2603::/64", - "213.0.0.0/24" + "2493::/64", + "103.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12930,12 +21398,12 @@ "scope": 0 }, { - "intfID": 2205, + "intfID": 2125, "routerID": 0, - "vlanID": 2205, + "vlanID": 2125, "ipAddresses": [ - "2604::/64", - "214.0.0.0/24" + "2494::/64", + "104.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12944,12 +21412,12 @@ "scope": 0 }, { - "intfID": 2206, + "intfID": 2126, "routerID": 0, - "vlanID": 2206, + "vlanID": 2126, "ipAddresses": [ - "2605::/64", - "215.0.0.0/24" + "2495::/64", + "105.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12958,12 +21426,12 @@ "scope": 0 }, { - "intfID": 2207, + "intfID": 2127, "routerID": 0, - "vlanID": 2207, + "vlanID": 2127, "ipAddresses": [ - "2606::/64", - "216.0.0.0/24" + "2496::/64", + "106.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12972,12 +21440,12 @@ "scope": 0 }, { - "intfID": 2208, + "intfID": 2128, "routerID": 0, - "vlanID": 2208, + "vlanID": 2128, "ipAddresses": [ - "2607::/64", - "217.0.0.0/24" + "2497::/64", + "107.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12986,12 +21454,12 @@ "scope": 0 }, { - "intfID": 2209, + "intfID": 2129, "routerID": 0, - "vlanID": 2209, + "vlanID": 2129, "ipAddresses": [ - "2608::/64", - "218.0.0.0/24" + "2498::/64", + "108.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13000,12 +21468,12 @@ "scope": 0 }, { - "intfID": 2210, + "intfID": 2130, "routerID": 0, - "vlanID": 2210, + "vlanID": 2130, "ipAddresses": [ - "2609::/64", - "219.0.0.0/24" + "2499::/64", + "109.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13014,12 +21482,12 @@ "scope": 0 }, { - "intfID": 2211, + "intfID": 2131, "routerID": 0, - "vlanID": 2211, + "vlanID": 2131, "ipAddresses": [ - "2610::/64", - "220.0.0.0/24" + "2500::/64", + "110.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13028,12 +21496,12 @@ "scope": 0 }, { - "intfID": 2212, + "intfID": 2132, "routerID": 0, - "vlanID": 2212, + "vlanID": 2132, "ipAddresses": [ - "2611::/64", - "221.0.0.0/24" + "2501::/64", + "111.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13042,12 +21510,12 @@ "scope": 0 }, { - "intfID": 2213, + "intfID": 2133, "routerID": 0, - "vlanID": 2213, + "vlanID": 2133, "ipAddresses": [ - "2612::/64", - "222.0.0.0/24" + "2502::/64", + "112.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13056,12 +21524,12 @@ "scope": 0 }, { - "intfID": 2214, + "intfID": 2134, "routerID": 0, - "vlanID": 2214, + "vlanID": 2134, "ipAddresses": [ - "2613::/64", - "223.0.0.0/24" + "2503::/64", + "113.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13070,12 +21538,12 @@ "scope": 0 }, { - "intfID": 2215, + "intfID": 2135, "routerID": 0, - "vlanID": 2215, + "vlanID": 2135, "ipAddresses": [ - "2614::/64", - "10.1.0.0/24" + "2504::/64", + "114.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13084,12 +21552,12 @@ "scope": 0 }, { - "intfID": 2216, + "intfID": 2136, "routerID": 0, - "vlanID": 2216, + "vlanID": 2136, "ipAddresses": [ - "2615::/64", - "11.1.0.0/24" + "2505::/64", + "115.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13098,12 +21566,12 @@ "scope": 0 }, { - "intfID": 2217, + "intfID": 2137, "routerID": 0, - "vlanID": 2217, + "vlanID": 2137, "ipAddresses": [ - "2616::/64", - "12.1.0.0/24" + "2506::/64", + "116.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13112,12 +21580,12 @@ "scope": 0 }, { - "intfID": 2218, + "intfID": 2139, "routerID": 0, - "vlanID": 2218, + "vlanID": 2139, "ipAddresses": [ - "2617::/64", - "13.1.0.0/24" + "2507::/64", + "117.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13126,12 +21594,12 @@ "scope": 0 }, { - "intfID": 2219, + "intfID": 2141, "routerID": 0, - "vlanID": 2219, + "vlanID": 2141, "ipAddresses": [ - "2618::/64", - "14.1.0.0/24" + "2508::/64", + "118.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13140,12 +21608,12 @@ "scope": 0 }, { - "intfID": 2220, + "intfID": 2143, "routerID": 0, - "vlanID": 2220, + "vlanID": 2143, "ipAddresses": [ - "2619::/64", - "15.1.0.0/24" + "2509::/64", + "119.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13154,12 +21622,12 @@ "scope": 0 }, { - "intfID": 2221, + "intfID": 2145, "routerID": 0, - "vlanID": 2221, + "vlanID": 2145, "ipAddresses": [ - "2620::/64", - "16.1.0.0/24" + "2510::/64", + "120.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13168,12 +21636,12 @@ "scope": 0 }, { - "intfID": 2222, + "intfID": 2146, "routerID": 0, - "vlanID": 2222, + "vlanID": 2146, "ipAddresses": [ - "2621::/64", - "17.1.0.0/24" + "2511::/64", + "121.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13182,12 +21650,12 @@ "scope": 0 }, { - "intfID": 2223, + "intfID": 2147, "routerID": 0, - "vlanID": 2223, + "vlanID": 2147, "ipAddresses": [ - "2622::/64", - "18.1.0.0/24" + "2512::/64", + "122.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13196,12 +21664,12 @@ "scope": 0 }, { - "intfID": 2224, + "intfID": 2148, "routerID": 0, - "vlanID": 2224, + "vlanID": 2148, "ipAddresses": [ - "2623::/64", - "19.1.0.0/24" + "2513::/64", + "123.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13210,12 +21678,12 @@ "scope": 0 }, { - "intfID": 2225, + "intfID": 2149, "routerID": 0, - "vlanID": 2225, + "vlanID": 2149, "ipAddresses": [ - "2624::/64", - "20.1.0.0/24" + "2514::/64", + "124.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13224,12 +21692,12 @@ "scope": 0 }, { - "intfID": 2226, + "intfID": 2150, "routerID": 0, - "vlanID": 2226, + "vlanID": 2150, "ipAddresses": [ - "2625::/64", - "21.1.0.0/24" + "2515::/64", + "125.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13238,12 +21706,12 @@ "scope": 0 }, { - "intfID": 2227, + "intfID": 2151, "routerID": 0, - "vlanID": 2227, + "vlanID": 2151, "ipAddresses": [ - "2626::/64", - "22.1.0.0/24" + "2516::/64", + "126.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13252,12 +21720,12 @@ "scope": 0 }, { - "intfID": 2228, + "intfID": 2152, "routerID": 0, - "vlanID": 2228, + "vlanID": 2152, "ipAddresses": [ - "2627::/64", - "23.1.0.0/24" + "2517::/64", + "127.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13266,12 +21734,12 @@ "scope": 0 }, { - "intfID": 2229, + "intfID": 2153, "routerID": 0, - "vlanID": 2229, + "vlanID": 2153, "ipAddresses": [ - "2628::/64", - "24.1.0.0/24" + "2518::/64", + "128.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13280,12 +21748,12 @@ "scope": 0 }, { - "intfID": 2230, + "intfID": 2154, "routerID": 0, - "vlanID": 2230, + "vlanID": 2154, "ipAddresses": [ - "2629::/64", - "25.1.0.0/24" + "2519::/64", + "129.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13294,12 +21762,12 @@ "scope": 0 }, { - "intfID": 2231, + "intfID": 2155, "routerID": 0, - "vlanID": 2231, + "vlanID": 2155, "ipAddresses": [ - "2630::/64", - "26.1.0.0/24" + "2520::/64", + "130.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13308,12 +21776,12 @@ "scope": 0 }, { - "intfID": 2232, + "intfID": 2156, "routerID": 0, - "vlanID": 2232, + "vlanID": 2156, "ipAddresses": [ - "2631::/64", - "27.1.0.0/24" + "2521::/64", + "131.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13322,12 +21790,12 @@ "scope": 0 }, { - "intfID": 2233, + "intfID": 2157, "routerID": 0, - "vlanID": 2233, + "vlanID": 2157, "ipAddresses": [ - "2632::/64", - "28.1.0.0/24" + "2522::/64", + "132.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13336,12 +21804,12 @@ "scope": 0 }, { - "intfID": 2234, + "intfID": 2158, "routerID": 0, - "vlanID": 2234, + "vlanID": 2158, "ipAddresses": [ - "2633::/64", - "29.1.0.0/24" + "2523::/64", + "133.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13350,12 +21818,12 @@ "scope": 0 }, { - "intfID": 2235, + "intfID": 2159, "routerID": 0, - "vlanID": 2235, + "vlanID": 2159, "ipAddresses": [ - "2634::/64", - "30.1.0.0/24" + "2524::/64", + "134.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13364,12 +21832,12 @@ "scope": 0 }, { - "intfID": 2236, + "intfID": 2160, "routerID": 0, - "vlanID": 2236, + "vlanID": 2160, "ipAddresses": [ - "2635::/64", - "31.1.0.0/24" + "2525::/64", + "135.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13378,12 +21846,12 @@ "scope": 0 }, { - "intfID": 2237, + "intfID": 2161, "routerID": 0, - "vlanID": 2237, + "vlanID": 2161, "ipAddresses": [ - "2636::/64", - "32.1.0.0/24" + "2526::/64", + "136.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13392,12 +21860,12 @@ "scope": 0 }, { - "intfID": 2238, + "intfID": 2165, "routerID": 0, - "vlanID": 2238, + "vlanID": 2165, "ipAddresses": [ - "2637::/64", - "33.1.0.0/24" + "2527::/64", + "137.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13406,12 +21874,12 @@ "scope": 0 }, { - "intfID": 2239, + "intfID": 2169, "routerID": 0, - "vlanID": 2239, + "vlanID": 2169, "ipAddresses": [ - "2638::/64", - "34.1.0.0/24" + "2528::/64", + "138.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13420,12 +21888,12 @@ "scope": 0 }, { - "intfID": 2240, + "intfID": 2170, "routerID": 0, - "vlanID": 2240, + "vlanID": 2170, "ipAddresses": [ - "2639::/64", - "35.1.0.0/24" + "2529::/64", + "139.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13434,12 +21902,12 @@ "scope": 0 }, { - "intfID": 2241, + "intfID": 2171, "routerID": 0, - "vlanID": 2241, + "vlanID": 2171, "ipAddresses": [ - "2640::/64", - "36.1.0.0/24" + "2530::/64", + "140.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13448,12 +21916,12 @@ "scope": 0 }, { - "intfID": 2242, + "intfID": 2172, "routerID": 0, - "vlanID": 2242, + "vlanID": 2172, "ipAddresses": [ - "2641::/64", - "37.1.0.0/24" + "2531::/64", + "141.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13462,12 +21930,12 @@ "scope": 0 }, { - "intfID": 2243, + "intfID": 2173, "routerID": 0, - "vlanID": 2243, + "vlanID": 2173, "ipAddresses": [ - "2642::/64", - "38.1.0.0/24" + "2532::/64", + "142.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13476,12 +21944,12 @@ "scope": 0 }, { - "intfID": 2244, + "intfID": 2174, "routerID": 0, - "vlanID": 2244, + "vlanID": 2174, "ipAddresses": [ - "2643::/64", - "39.1.0.0/24" + "2533::/64", + "143.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13490,12 +21958,12 @@ "scope": 0 }, { - "intfID": 2245, + "intfID": 2175, "routerID": 0, - "vlanID": 2245, + "vlanID": 2175, "ipAddresses": [ - "2644::/64", - "40.1.0.0/24" + "2534::/64", + "144.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13504,12 +21972,12 @@ "scope": 0 }, { - "intfID": 2246, + "intfID": 2176, "routerID": 0, - "vlanID": 2246, + "vlanID": 2176, "ipAddresses": [ - "2645::/64", - "41.1.0.0/24" + "2535::/64", + "145.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13518,12 +21986,12 @@ "scope": 0 }, { - "intfID": 2247, + "intfID": 2177, "routerID": 0, - "vlanID": 2247, + "vlanID": 2177, "ipAddresses": [ - "2646::/64", - "42.1.0.0/24" + "2536::/64", + "146.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13532,12 +22000,12 @@ "scope": 0 }, { - "intfID": 2248, + "intfID": 2178, "routerID": 0, - "vlanID": 2248, + "vlanID": 2178, "ipAddresses": [ - "2647::/64", - "43.1.0.0/24" + "2537::/64", + "147.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13546,12 +22014,12 @@ "scope": 0 }, { - "intfID": 2249, + "intfID": 2179, "routerID": 0, - "vlanID": 2249, + "vlanID": 2179, "ipAddresses": [ - "2648::/64", - "44.1.0.0/24" + "2538::/64", + "148.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13560,12 +22028,12 @@ "scope": 0 }, { - "intfID": 2250, + "intfID": 2180, "routerID": 0, - "vlanID": 2250, + "vlanID": 2180, "ipAddresses": [ - "2649::/64", - "45.1.0.0/24" + "2539::/64", + "149.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13574,12 +22042,12 @@ "scope": 0 }, { - "intfID": 2251, + "intfID": 2181, "routerID": 0, - "vlanID": 2251, + "vlanID": 2181, "ipAddresses": [ - "2650::/64", - "46.1.0.0/24" + "2540::/64", + "150.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13588,12 +22056,12 @@ "scope": 0 }, { - "intfID": 2252, + "intfID": 2182, "routerID": 0, - "vlanID": 2252, + "vlanID": 2182, "ipAddresses": [ - "2651::/64", - "47.1.0.0/24" + "2541::/64", + "151.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13602,12 +22070,12 @@ "scope": 0 }, { - "intfID": 2253, + "intfID": 2183, "routerID": 0, - "vlanID": 2253, + "vlanID": 2183, "ipAddresses": [ - "2652::/64", - "48.1.0.0/24" + "2542::/64", + "152.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13616,12 +22084,12 @@ "scope": 0 }, { - "intfID": 2254, + "intfID": 2184, "routerID": 0, - "vlanID": 2254, + "vlanID": 2184, "ipAddresses": [ - "2653::/64", - "49.1.0.0/24" + "2543::/64", + "153.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13630,12 +22098,12 @@ "scope": 0 }, { - "intfID": 2255, + "intfID": 2185, "routerID": 0, - "vlanID": 2255, + "vlanID": 2185, "ipAddresses": [ - "2654::/64", - "50.1.0.0/24" + "2544::/64", + "154.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13644,12 +22112,12 @@ "scope": 0 }, { - "intfID": 2256, + "intfID": 2186, "routerID": 0, - "vlanID": 2256, + "vlanID": 2186, "ipAddresses": [ - "2655::/64", - "51.1.0.0/24" + "2545::/64", + "155.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13658,12 +22126,12 @@ "scope": 0 }, { - "intfID": 2257, + "intfID": 2187, "routerID": 0, - "vlanID": 2257, + "vlanID": 2187, "ipAddresses": [ - "2656::/64", - "52.1.0.0/24" + "2546::/64", + "156.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13672,12 +22140,12 @@ "scope": 0 }, { - "intfID": 2258, + "intfID": 2188, "routerID": 0, - "vlanID": 2258, + "vlanID": 2188, "ipAddresses": [ - "2657::/64", - "53.1.0.0/24" + "2547::/64", + "157.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13686,12 +22154,12 @@ "scope": 0 }, { - "intfID": 2259, + "intfID": 2189, "routerID": 0, - "vlanID": 2259, + "vlanID": 2189, "ipAddresses": [ - "2658::/64", - "54.1.0.0/24" + "2548::/64", + "158.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13700,12 +22168,12 @@ "scope": 0 }, { - "intfID": 2260, + "intfID": 2190, "routerID": 0, - "vlanID": 2260, + "vlanID": 2190, "ipAddresses": [ - "2659::/64", - "55.1.0.0/24" + "2549::/64", + "159.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13714,12 +22182,12 @@ "scope": 0 }, { - "intfID": 2261, + "intfID": 2191, "routerID": 0, - "vlanID": 2261, + "vlanID": 2191, "ipAddresses": [ - "2660::/64", - "56.1.0.0/24" + "2550::/64", + "160.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13728,12 +22196,12 @@ "scope": 0 }, { - "intfID": 2262, + "intfID": 2192, "routerID": 0, - "vlanID": 2262, + "vlanID": 2192, "ipAddresses": [ - "2661::/64", - "57.1.0.0/24" + "2551::/64", + "161.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13742,12 +22210,12 @@ "scope": 0 }, { - "intfID": 2263, + "intfID": 2193, "routerID": 0, - "vlanID": 2263, + "vlanID": 2193, "ipAddresses": [ - "2662::/64", - "58.1.0.0/24" + "2552::/64", + "162.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13756,12 +22224,12 @@ "scope": 0 }, { - "intfID": 2264, + "intfID": 2197, "routerID": 0, - "vlanID": 2264, + "vlanID": 2197, "ipAddresses": [ - "2663::/64", - "59.1.0.0/24" + "2553::/64", + "163.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13770,12 +22238,12 @@ "scope": 0 }, { - "intfID": 2265, + "intfID": 2201, "routerID": 0, - "vlanID": 2265, + "vlanID": 2201, "ipAddresses": [ - "2664::/64", - "60.1.0.0/24" + "2554::/64", + "164.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13784,12 +22252,12 @@ "scope": 0 }, { - "intfID": 2266, + "intfID": 2203, "routerID": 0, - "vlanID": 2266, + "vlanID": 2203, "ipAddresses": [ - "2665::/64", - "61.1.0.0/24" + "2555::/64", + "165.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13798,12 +22266,12 @@ "scope": 0 }, { - "intfID": 2267, + "intfID": 2205, "routerID": 0, - "vlanID": 2267, + "vlanID": 2205, "ipAddresses": [ - "2666::/64", - "62.1.0.0/24" + "2556::/64", + "166.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13812,12 +22280,12 @@ "scope": 0 }, { - "intfID": 2268, + "intfID": 2207, "routerID": 0, - "vlanID": 2268, + "vlanID": 2207, "ipAddresses": [ - "2667::/64", - "63.1.0.0/24" + "2557::/64", + "167.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13826,12 +22294,12 @@ "scope": 0 }, { - "intfID": 2269, + "intfID": 2209, "routerID": 0, - "vlanID": 2269, + "vlanID": 2209, "ipAddresses": [ - "2668::/64", - "64.1.0.0/24" + "2558::/64", + "168.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13840,12 +22308,12 @@ "scope": 0 }, { - "intfID": 2270, + "intfID": 2210, "routerID": 0, - "vlanID": 2270, + "vlanID": 2210, "ipAddresses": [ - "2669::/64", - "65.1.0.0/24" + "2559::/64", + "169.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13854,12 +22322,12 @@ "scope": 0 }, { - "intfID": 2271, + "intfID": 2211, "routerID": 0, - "vlanID": 2271, + "vlanID": 2211, "ipAddresses": [ - "2670::/64", - "66.1.0.0/24" + "2560::/64", + "170.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13868,12 +22336,12 @@ "scope": 0 }, { - "intfID": 2272, + "intfID": 2212, "routerID": 0, - "vlanID": 2272, + "vlanID": 2212, "ipAddresses": [ - "2671::/64", - "67.1.0.0/24" + "2561::/64", + "171.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13882,12 +22350,12 @@ "scope": 0 }, { - "intfID": 2273, + "intfID": 2213, "routerID": 0, - "vlanID": 2273, + "vlanID": 2213, "ipAddresses": [ - "2672::/64", - "68.1.0.0/24" + "2562::/64", + "172.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13896,12 +22364,12 @@ "scope": 0 }, { - "intfID": 2274, + "intfID": 2214, "routerID": 0, - "vlanID": 2274, + "vlanID": 2214, "ipAddresses": [ - "2673::/64", - "69.1.0.0/24" + "2563::/64", + "173.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13910,12 +22378,12 @@ "scope": 0 }, { - "intfID": 2275, + "intfID": 2215, "routerID": 0, - "vlanID": 2275, + "vlanID": 2215, "ipAddresses": [ - "2674::/64", - "70.1.0.0/24" + "2564::/64", + "174.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13924,12 +22392,12 @@ "scope": 0 }, { - "intfID": 2276, + "intfID": 2216, "routerID": 0, - "vlanID": 2276, + "vlanID": 2216, "ipAddresses": [ - "2675::/64", - "71.1.0.0/24" + "2565::/64", + "175.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13938,12 +22406,12 @@ "scope": 0 }, { - "intfID": 2277, + "intfID": 2217, "routerID": 0, - "vlanID": 2277, + "vlanID": 2217, "ipAddresses": [ - "2676::/64", - "72.1.0.0/24" + "2566::/64", + "176.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13952,12 +22420,12 @@ "scope": 0 }, { - "intfID": 2278, + "intfID": 2218, "routerID": 0, - "vlanID": 2278, + "vlanID": 2218, "ipAddresses": [ - "2677::/64", - "73.1.0.0/24" + "2567::/64", + "177.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13966,12 +22434,12 @@ "scope": 0 }, { - "intfID": 2279, + "intfID": 2219, "routerID": 0, - "vlanID": 2279, + "vlanID": 2219, "ipAddresses": [ - "2678::/64", - "74.1.0.0/24" + "2568::/64", + "178.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13980,12 +22448,12 @@ "scope": 0 }, { - "intfID": 2280, + "intfID": 2220, "routerID": 0, - "vlanID": 2280, + "vlanID": 2220, "ipAddresses": [ - "2679::/64", - "75.1.0.0/24" + "2569::/64", + "179.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -13994,12 +22462,12 @@ "scope": 0 }, { - "intfID": 2281, + "intfID": 2221, "routerID": 0, - "vlanID": 2281, + "vlanID": 2221, "ipAddresses": [ - "2680::/64", - "76.1.0.0/24" + "2570::/64", + "180.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14008,12 +22476,12 @@ "scope": 0 }, { - "intfID": 2282, + "intfID": 2222, "routerID": 0, - "vlanID": 2282, + "vlanID": 2222, "ipAddresses": [ - "2681::/64", - "77.1.0.0/24" + "2571::/64", + "181.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14022,12 +22490,12 @@ "scope": 0 }, { - "intfID": 2283, + "intfID": 2223, "routerID": 0, - "vlanID": 2283, + "vlanID": 2223, "ipAddresses": [ - "2682::/64", - "78.1.0.0/24" + "2572::/64", + "182.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14036,12 +22504,12 @@ "scope": 0 }, { - "intfID": 2284, + "intfID": 2224, "routerID": 0, - "vlanID": 2284, + "vlanID": 2224, "ipAddresses": [ - "2683::/64", - "79.1.0.0/24" + "2573::/64", + "183.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14050,12 +22518,12 @@ "scope": 0 }, { - "intfID": 2285, + "intfID": 2225, "routerID": 0, - "vlanID": 2285, + "vlanID": 2225, "ipAddresses": [ - "2684::/64", - "80.1.0.0/24" + "2574::/64", + "184.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14064,12 +22532,12 @@ "scope": 0 }, { - "intfID": 2286, + "intfID": 2229, "routerID": 0, - "vlanID": 2286, + "vlanID": 2229, "ipAddresses": [ - "2685::/64", - "81.1.0.0/24" + "2575::/64", + "185.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14078,12 +22546,12 @@ "scope": 0 }, { - "intfID": 2287, + "intfID": 2233, "routerID": 0, - "vlanID": 2287, + "vlanID": 2233, "ipAddresses": [ - "2686::/64", - "82.1.0.0/24" + "2576::/64", + "186.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14092,12 +22560,12 @@ "scope": 0 }, { - "intfID": 2288, + "intfID": 2235, "routerID": 0, - "vlanID": 2288, + "vlanID": 2235, "ipAddresses": [ - "2687::/64", - "83.1.0.0/24" + "2577::/64", + "187.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14106,12 +22574,12 @@ "scope": 0 }, { - "intfID": 2289, + "intfID": 2237, "routerID": 0, - "vlanID": 2289, + "vlanID": 2237, "ipAddresses": [ - "2688::/64", - "84.1.0.0/24" + "2578::/64", + "188.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14120,12 +22588,12 @@ "scope": 0 }, { - "intfID": 2290, + "intfID": 2239, "routerID": 0, - "vlanID": 2290, + "vlanID": 2239, "ipAddresses": [ - "2689::/64", - "85.1.0.0/24" + "2579::/64", + "189.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14134,12 +22602,12 @@ "scope": 0 }, { - "intfID": 2291, + "intfID": 2241, "routerID": 0, - "vlanID": 2291, + "vlanID": 2241, "ipAddresses": [ - "2690::/64", - "86.1.0.0/24" + "2580::/64", + "190.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14148,12 +22616,12 @@ "scope": 0 }, { - "intfID": 2292, + "intfID": 2242, "routerID": 0, - "vlanID": 2292, + "vlanID": 2242, "ipAddresses": [ - "2691::/64", - "87.1.0.0/24" + "2581::/64", + "191.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14162,12 +22630,12 @@ "scope": 0 }, { - "intfID": 2293, + "intfID": 2243, "routerID": 0, - "vlanID": 2293, + "vlanID": 2243, "ipAddresses": [ - "2692::/64", - "88.1.0.0/24" + "2582::/64", + "192.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14176,12 +22644,12 @@ "scope": 0 }, { - "intfID": 2294, + "intfID": 2244, "routerID": 0, - "vlanID": 2294, + "vlanID": 2244, "ipAddresses": [ - "2693::/64", - "89.1.0.0/24" + "2583::/64", + "193.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14190,12 +22658,12 @@ "scope": 0 }, { - "intfID": 2295, + "intfID": 2245, "routerID": 0, - "vlanID": 2295, + "vlanID": 2245, "ipAddresses": [ - "2694::/64", - "90.1.0.0/24" + "2584::/64", + "194.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14204,12 +22672,12 @@ "scope": 0 }, { - "intfID": 2296, + "intfID": 2246, "routerID": 0, - "vlanID": 2296, + "vlanID": 2246, "ipAddresses": [ - "2695::/64", - "91.1.0.0/24" + "2585::/64", + "195.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14218,12 +22686,12 @@ "scope": 0 }, { - "intfID": 2297, + "intfID": 2247, "routerID": 0, - "vlanID": 2297, + "vlanID": 2247, "ipAddresses": [ - "2696::/64", - "92.1.0.0/24" + "2586::/64", + "196.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14232,12 +22700,12 @@ "scope": 0 }, { - "intfID": 2298, + "intfID": 2248, "routerID": 0, - "vlanID": 2298, + "vlanID": 2248, "ipAddresses": [ - "2697::/64", - "93.1.0.0/24" + "2587::/64", + "197.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14246,12 +22714,12 @@ "scope": 0 }, { - "intfID": 2299, + "intfID": 2249, "routerID": 0, - "vlanID": 2299, + "vlanID": 2249, "ipAddresses": [ - "2698::/64", - "94.1.0.0/24" + "2588::/64", + "198.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14260,12 +22728,12 @@ "scope": 0 }, { - "intfID": 2300, + "intfID": 2250, "routerID": 0, - "vlanID": 2300, + "vlanID": 2250, "ipAddresses": [ - "2699::/64", - "95.1.0.0/24" + "2589::/64", + "199.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14274,12 +22742,12 @@ "scope": 0 }, { - "intfID": 2301, + "intfID": 2251, "routerID": 0, - "vlanID": 2301, + "vlanID": 2251, "ipAddresses": [ - "2700::/64", - "96.1.0.0/24" + "2590::/64", + "200.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14288,12 +22756,12 @@ "scope": 0 }, { - "intfID": 2302, + "intfID": 2252, "routerID": 0, - "vlanID": 2302, + "vlanID": 2252, "ipAddresses": [ - "2701::/64", - "97.1.0.0/24" + "2591::/64", + "201.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14302,12 +22770,12 @@ "scope": 0 }, { - "intfID": 2303, + "intfID": 2253, "routerID": 0, - "vlanID": 2303, + "vlanID": 2253, "ipAddresses": [ - "2702::/64", - "98.1.0.0/24" + "2592::/64", + "202.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14316,12 +22784,12 @@ "scope": 0 }, { - "intfID": 2304, + "intfID": 2254, "routerID": 0, - "vlanID": 2304, + "vlanID": 2254, "ipAddresses": [ - "2703::/64", - "99.1.0.0/24" + "2593::/64", + "203.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14330,12 +22798,12 @@ "scope": 0 }, { - "intfID": 2305, + "intfID": 2255, "routerID": 0, - "vlanID": 2305, + "vlanID": 2255, "ipAddresses": [ - "2704::/64", - "100.1.0.0/24" + "2594::/64", + "204.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14344,12 +22812,12 @@ "scope": 0 }, { - "intfID": 2306, + "intfID": 2256, "routerID": 0, - "vlanID": 2306, + "vlanID": 2256, "ipAddresses": [ - "2705::/64", - "101.1.0.0/24" + "2595::/64", + "205.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14358,12 +22826,12 @@ "scope": 0 }, { - "intfID": 2307, + "intfID": 2257, "routerID": 0, - "vlanID": 2307, + "vlanID": 2257, "ipAddresses": [ - "2706::/64", - "102.1.0.0/24" + "2596::/64", + "206.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14372,12 +22840,12 @@ "scope": 0 }, { - "intfID": 2308, + "intfID": 2261, "routerID": 0, - "vlanID": 2308, + "vlanID": 2261, "ipAddresses": [ - "2707::/64", - "103.1.0.0/24" + "2597::/64", + "207.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14386,12 +22854,12 @@ "scope": 0 }, { - "intfID": 2309, + "intfID": 2265, "routerID": 0, - "vlanID": 2309, + "vlanID": 2265, "ipAddresses": [ - "2708::/64", - "104.1.0.0/24" + "2598::/64", + "208.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14400,12 +22868,12 @@ "scope": 0 }, { - "intfID": 2310, + "intfID": 2267, "routerID": 0, - "vlanID": 2310, + "vlanID": 2267, "ipAddresses": [ - "2709::/64", - "105.1.0.0/24" + "2599::/64", + "209.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14414,12 +22882,12 @@ "scope": 0 }, { - "intfID": 2311, + "intfID": 2269, "routerID": 0, - "vlanID": 2311, + "vlanID": 2269, "ipAddresses": [ - "2710::/64", - "106.1.0.0/24" + "2600::/64", + "210.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14428,12 +22896,12 @@ "scope": 0 }, { - "intfID": 2312, + "intfID": 2271, "routerID": 0, - "vlanID": 2312, + "vlanID": 2271, "ipAddresses": [ - "2711::/64", - "107.1.0.0/24" + "2601::/64", + "211.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14442,12 +22910,12 @@ "scope": 0 }, { - "intfID": 2313, + "intfID": 2273, "routerID": 0, - "vlanID": 2313, + "vlanID": 2273, "ipAddresses": [ - "2712::/64", - "108.1.0.0/24" + "2602::/64", + "212.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14456,12 +22924,12 @@ "scope": 0 }, { - "intfID": 2314, + "intfID": 2274, "routerID": 0, - "vlanID": 2314, + "vlanID": 2274, "ipAddresses": [ - "2713::/64", - "109.1.0.0/24" + "2603::/64", + "213.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14470,12 +22938,12 @@ "scope": 0 }, { - "intfID": 2315, + "intfID": 2275, "routerID": 0, - "vlanID": 2315, + "vlanID": 2275, "ipAddresses": [ - "2714::/64", - "110.1.0.0/24" + "2604::/64", + "214.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14484,12 +22952,12 @@ "scope": 0 }, { - "intfID": 2316, + "intfID": 2276, "routerID": 0, - "vlanID": 2316, + "vlanID": 2276, "ipAddresses": [ - "2715::/64", - "111.1.0.0/24" + "2605::/64", + "215.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14498,12 +22966,12 @@ "scope": 0 }, { - "intfID": 2317, + "intfID": 2277, "routerID": 0, - "vlanID": 2317, + "vlanID": 2277, "ipAddresses": [ - "2716::/64", - "112.1.0.0/24" + "2606::/64", + "216.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14512,12 +22980,12 @@ "scope": 0 }, { - "intfID": 2318, + "intfID": 2278, "routerID": 0, - "vlanID": 2318, + "vlanID": 2278, "ipAddresses": [ - "2717::/64", - "113.1.0.0/24" + "2607::/64", + "217.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14526,12 +22994,12 @@ "scope": 0 }, { - "intfID": 2319, + "intfID": 2279, "routerID": 0, - "vlanID": 2319, + "vlanID": 2279, "ipAddresses": [ - "2718::/64", - "114.1.0.0/24" + "2608::/64", + "218.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14540,12 +23008,12 @@ "scope": 0 }, { - "intfID": 2320, + "intfID": 2280, "routerID": 0, - "vlanID": 2320, + "vlanID": 2280, "ipAddresses": [ - "2719::/64", - "115.1.0.0/24" + "2609::/64", + "219.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14554,12 +23022,12 @@ "scope": 0 }, { - "intfID": 2321, + "intfID": 2281, "routerID": 0, - "vlanID": 2321, + "vlanID": 2281, "ipAddresses": [ - "2720::/64", - "116.1.0.0/24" + "2610::/64", + "220.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14568,12 +23036,12 @@ "scope": 0 }, { - "intfID": 2322, + "intfID": 2282, "routerID": 0, - "vlanID": 2322, + "vlanID": 2282, "ipAddresses": [ - "2721::/64", - "117.1.0.0/24" + "2611::/64", + "221.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14582,12 +23050,12 @@ "scope": 0 }, { - "intfID": 2323, + "intfID": 2283, "routerID": 0, - "vlanID": 2323, + "vlanID": 2283, "ipAddresses": [ - "2722::/64", - "118.1.0.0/24" + "2612::/64", + "222.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14596,12 +23064,12 @@ "scope": 0 }, { - "intfID": 2324, + "intfID": 2284, "routerID": 0, - "vlanID": 2324, + "vlanID": 2284, "ipAddresses": [ - "2723::/64", - "119.1.0.0/24" + "2613::/64", + "223.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14610,12 +23078,12 @@ "scope": 0 }, { - "intfID": 2325, + "intfID": 2285, "routerID": 0, - "vlanID": 2325, + "vlanID": 2285, "ipAddresses": [ - "2724::/64", - "120.1.0.0/24" + "2614::/64", + "10.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14624,12 +23092,12 @@ "scope": 0 }, { - "intfID": 2326, + "intfID": 2286, "routerID": 0, - "vlanID": 2326, + "vlanID": 2286, "ipAddresses": [ - "2725::/64", - "121.1.0.0/24" + "2615::/64", + "11.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14638,12 +23106,12 @@ "scope": 0 }, { - "intfID": 2327, + "intfID": 2287, "routerID": 0, - "vlanID": 2327, + "vlanID": 2287, "ipAddresses": [ - "2726::/64", - "122.1.0.0/24" + "2616::/64", + "12.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14652,12 +23120,12 @@ "scope": 0 }, { - "intfID": 2328, + "intfID": 2288, "routerID": 0, - "vlanID": 2328, + "vlanID": 2288, "ipAddresses": [ - "2727::/64", - "123.1.0.0/24" + "2617::/64", + "13.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14666,12 +23134,12 @@ "scope": 0 }, { - "intfID": 2329, + "intfID": 2289, "routerID": 0, - "vlanID": 2329, + "vlanID": 2289, "ipAddresses": [ - "2728::/64", - "124.1.0.0/24" + "2618::/64", + "14.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14680,12 +23148,12 @@ "scope": 0 }, { - "intfID": 2330, + "intfID": 2293, "routerID": 0, - "vlanID": 2330, + "vlanID": 2293, "ipAddresses": [ - "2729::/64", - "125.1.0.0/24" + "2619::/64", + "15.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14694,12 +23162,12 @@ "scope": 0 }, { - "intfID": 2331, + "intfID": 2297, "routerID": 0, - "vlanID": 2331, + "vlanID": 2297, "ipAddresses": [ - "2730::/64", - "126.1.0.0/24" + "2620::/64", + "16.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14708,12 +23176,12 @@ "scope": 0 }, { - "intfID": 2332, + "intfID": 2299, "routerID": 0, - "vlanID": 2332, + "vlanID": 2299, "ipAddresses": [ - "2731::/64", - "127.1.0.0/24" + "2621::/64", + "17.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14722,12 +23190,12 @@ "scope": 0 }, { - "intfID": 2333, + "intfID": 2301, "routerID": 0, - "vlanID": 2333, + "vlanID": 2301, "ipAddresses": [ - "2732::/64", - "128.1.0.0/24" + "2622::/64", + "18.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14736,12 +23204,12 @@ "scope": 0 }, { - "intfID": 2334, + "intfID": 2303, "routerID": 0, - "vlanID": 2334, + "vlanID": 2303, "ipAddresses": [ - "2733::/64", - "129.1.0.0/24" + "2623::/64", + "19.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14750,12 +23218,12 @@ "scope": 0 }, { - "intfID": 2335, + "intfID": 2305, "routerID": 0, - "vlanID": 2335, + "vlanID": 2305, "ipAddresses": [ - "2734::/64", - "130.1.0.0/24" + "2624::/64", + "20.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14764,12 +23232,12 @@ "scope": 0 }, { - "intfID": 2336, + "intfID": 2306, "routerID": 0, - "vlanID": 2336, + "vlanID": 2306, "ipAddresses": [ - "2735::/64", - "131.1.0.0/24" + "2625::/64", + "21.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14778,12 +23246,12 @@ "scope": 0 }, { - "intfID": 2337, + "intfID": 2307, "routerID": 0, - "vlanID": 2337, + "vlanID": 2307, "ipAddresses": [ - "2736::/64", - "132.1.0.0/24" + "2626::/64", + "22.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14792,12 +23260,12 @@ "scope": 0 }, { - "intfID": 2338, + "intfID": 2308, "routerID": 0, - "vlanID": 2338, + "vlanID": 2308, "ipAddresses": [ - "2737::/64", - "133.1.0.0/24" + "2627::/64", + "23.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14806,12 +23274,12 @@ "scope": 0 }, { - "intfID": 2339, + "intfID": 2309, "routerID": 0, - "vlanID": 2339, + "vlanID": 2309, "ipAddresses": [ - "2738::/64", - "134.1.0.0/24" + "2628::/64", + "24.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14820,12 +23288,12 @@ "scope": 0 }, { - "intfID": 2340, + "intfID": 2310, "routerID": 0, - "vlanID": 2340, + "vlanID": 2310, "ipAddresses": [ - "2739::/64", - "135.1.0.0/24" + "2629::/64", + "25.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14834,12 +23302,12 @@ "scope": 0 }, { - "intfID": 2341, + "intfID": 2311, "routerID": 0, - "vlanID": 2341, + "vlanID": 2311, "ipAddresses": [ - "2740::/64", - "136.1.0.0/24" + "2630::/64", + "26.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14848,12 +23316,12 @@ "scope": 0 }, { - "intfID": 2342, + "intfID": 2312, "routerID": 0, - "vlanID": 2342, + "vlanID": 2312, "ipAddresses": [ - "2741::/64", - "137.1.0.0/24" + "2631::/64", + "27.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14862,12 +23330,12 @@ "scope": 0 }, { - "intfID": 2343, + "intfID": 2313, "routerID": 0, - "vlanID": 2343, + "vlanID": 2313, "ipAddresses": [ - "2742::/64", - "138.1.0.0/24" + "2632::/64", + "28.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14876,12 +23344,12 @@ "scope": 0 }, { - "intfID": 2344, + "intfID": 2314, "routerID": 0, - "vlanID": 2344, + "vlanID": 2314, "ipAddresses": [ - "2743::/64", - "139.1.0.0/24" + "2633::/64", + "29.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14890,12 +23358,12 @@ "scope": 0 }, { - "intfID": 2345, + "intfID": 2315, "routerID": 0, - "vlanID": 2345, + "vlanID": 2315, "ipAddresses": [ - "2744::/64", - "140.1.0.0/24" + "2634::/64", + "30.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14904,12 +23372,12 @@ "scope": 0 }, { - "intfID": 2346, + "intfID": 2316, "routerID": 0, - "vlanID": 2346, + "vlanID": 2316, "ipAddresses": [ - "2745::/64", - "141.1.0.0/24" + "2635::/64", + "31.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14918,12 +23386,12 @@ "scope": 0 }, { - "intfID": 2347, + "intfID": 2317, "routerID": 0, - "vlanID": 2347, + "vlanID": 2317, "ipAddresses": [ - "2746::/64", - "142.1.0.0/24" + "2636::/64", + "32.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14932,12 +23400,12 @@ "scope": 0 }, { - "intfID": 2348, + "intfID": 2318, "routerID": 0, - "vlanID": 2348, + "vlanID": 2318, "ipAddresses": [ - "2747::/64", - "143.1.0.0/24" + "2637::/64", + "33.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14946,12 +23414,12 @@ "scope": 0 }, { - "intfID": 2349, + "intfID": 2319, "routerID": 0, - "vlanID": 2349, + "vlanID": 2319, "ipAddresses": [ - "2748::/64", - "144.1.0.0/24" + "2638::/64", + "34.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14960,12 +23428,12 @@ "scope": 0 }, { - "intfID": 2350, + "intfID": 2320, "routerID": 0, - "vlanID": 2350, + "vlanID": 2320, "ipAddresses": [ - "2749::/64", - "145.1.0.0/24" + "2639::/64", + "35.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14974,12 +23442,12 @@ "scope": 0 }, { - "intfID": 2351, + "intfID": 2321, "routerID": 0, - "vlanID": 2351, + "vlanID": 2321, "ipAddresses": [ - "2750::/64", - "146.1.0.0/24" + "2640::/64", + "36.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -14988,12 +23456,12 @@ "scope": 0 }, { - "intfID": 2352, + "intfID": 2325, "routerID": 0, - "vlanID": 2352, + "vlanID": 2325, "ipAddresses": [ - "2751::/64", - "147.1.0.0/24" + "2641::/64", + "37.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15002,12 +23470,12 @@ "scope": 0 }, { - "intfID": 2353, + "intfID": 2329, "routerID": 0, - "vlanID": 2353, + "vlanID": 2329, "ipAddresses": [ - "2752::/64", - "148.1.0.0/24" + "2642::/64", + "38.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15016,12 +23484,12 @@ "scope": 0 }, { - "intfID": 2354, + "intfID": 2330, "routerID": 0, - "vlanID": 2354, + "vlanID": 2330, "ipAddresses": [ - "2753::/64", - "149.1.0.0/24" + "2643::/64", + "39.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15030,12 +23498,12 @@ "scope": 0 }, { - "intfID": 2355, + "intfID": 2331, "routerID": 0, - "vlanID": 2355, + "vlanID": 2331, "ipAddresses": [ - "2754::/64", - "150.1.0.0/24" + "2644::/64", + "40.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15044,12 +23512,12 @@ "scope": 0 }, { - "intfID": 2356, + "intfID": 2332, "routerID": 0, - "vlanID": 2356, + "vlanID": 2332, "ipAddresses": [ - "2755::/64", - "151.1.0.0/24" + "2645::/64", + "41.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15058,12 +23526,12 @@ "scope": 0 }, { - "intfID": 2357, + "intfID": 2333, "routerID": 0, - "vlanID": 2357, + "vlanID": 2333, "ipAddresses": [ - "2756::/64", - "152.1.0.0/24" + "2646::/64", + "42.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15072,12 +23540,12 @@ "scope": 0 }, { - "intfID": 2358, + "intfID": 2334, "routerID": 0, - "vlanID": 2358, + "vlanID": 2334, "ipAddresses": [ - "2757::/64", - "153.1.0.0/24" + "2647::/64", + "43.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15086,12 +23554,12 @@ "scope": 0 }, { - "intfID": 2359, + "intfID": 2335, "routerID": 0, - "vlanID": 2359, + "vlanID": 2335, "ipAddresses": [ - "2758::/64", - "154.1.0.0/24" + "2648::/64", + "44.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15100,12 +23568,12 @@ "scope": 0 }, { - "intfID": 2360, + "intfID": 2336, "routerID": 0, - "vlanID": 2360, + "vlanID": 2336, "ipAddresses": [ - "2759::/64", - "155.1.0.0/24" + "2649::/64", + "45.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15114,12 +23582,12 @@ "scope": 0 }, { - "intfID": 2361, + "intfID": 2337, "routerID": 0, - "vlanID": 2361, + "vlanID": 2337, "ipAddresses": [ - "2760::/64", - "156.1.0.0/24" + "2650::/64", + "46.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15128,12 +23596,12 @@ "scope": 0 }, { - "intfID": 2362, + "intfID": 2338, "routerID": 0, - "vlanID": 2362, + "vlanID": 2338, "ipAddresses": [ - "2761::/64", - "157.1.0.0/24" + "2651::/64", + "47.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15142,12 +23610,12 @@ "scope": 0 }, { - "intfID": 2363, + "intfID": 2339, "routerID": 0, - "vlanID": 2363, + "vlanID": 2339, "ipAddresses": [ - "2762::/64", - "158.1.0.0/24" + "2652::/64", + "48.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15156,12 +23624,12 @@ "scope": 0 }, { - "intfID": 2364, + "intfID": 2340, "routerID": 0, - "vlanID": 2364, + "vlanID": 2340, "ipAddresses": [ - "2763::/64", - "159.1.0.0/24" + "2653::/64", + "49.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15170,12 +23638,12 @@ "scope": 0 }, { - "intfID": 2365, + "intfID": 2341, "routerID": 0, - "vlanID": 2365, + "vlanID": 2341, "ipAddresses": [ - "2764::/64", - "160.1.0.0/24" + "2654::/64", + "50.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15184,12 +23652,12 @@ "scope": 0 }, { - "intfID": 2366, + "intfID": 2342, "routerID": 0, - "vlanID": 2366, + "vlanID": 2342, "ipAddresses": [ - "2765::/64", - "161.1.0.0/24" + "2655::/64", + "51.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15198,12 +23666,12 @@ "scope": 0 }, { - "intfID": 2367, + "intfID": 2343, "routerID": 0, - "vlanID": 2367, + "vlanID": 2343, "ipAddresses": [ - "2766::/64", - "162.1.0.0/24" + "2656::/64", + "52.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15212,12 +23680,12 @@ "scope": 0 }, { - "intfID": 2368, + "intfID": 2344, "routerID": 0, - "vlanID": 2368, + "vlanID": 2344, "ipAddresses": [ - "2767::/64", - "163.1.0.0/24" + "2657::/64", + "53.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15226,12 +23694,12 @@ "scope": 0 }, { - "intfID": 2369, + "intfID": 2345, "routerID": 0, - "vlanID": 2369, + "vlanID": 2345, "ipAddresses": [ - "2768::/64", - "164.1.0.0/24" + "2658::/64", + "54.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15240,12 +23708,12 @@ "scope": 0 }, { - "intfID": 2370, + "intfID": 2346, "routerID": 0, - "vlanID": 2370, + "vlanID": 2346, "ipAddresses": [ - "2769::/64", - "165.1.0.0/24" + "2659::/64", + "55.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15254,12 +23722,12 @@ "scope": 0 }, { - "intfID": 2371, + "intfID": 2347, "routerID": 0, - "vlanID": 2371, + "vlanID": 2347, "ipAddresses": [ - "2770::/64", - "166.1.0.0/24" + "2660::/64", + "56.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15268,12 +23736,12 @@ "scope": 0 }, { - "intfID": 2372, + "intfID": 2348, "routerID": 0, - "vlanID": 2372, + "vlanID": 2348, "ipAddresses": [ - "2771::/64", - "167.1.0.0/24" + "2661::/64", + "57.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15282,12 +23750,12 @@ "scope": 0 }, { - "intfID": 2373, + "intfID": 2349, "routerID": 0, - "vlanID": 2373, + "vlanID": 2349, "ipAddresses": [ - "2772::/64", - "168.1.0.0/24" + "2662::/64", + "58.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15296,12 +23764,12 @@ "scope": 0 }, { - "intfID": 2374, + "intfID": 2350, "routerID": 0, - "vlanID": 2374, + "vlanID": 2350, "ipAddresses": [ - "2773::/64", - "169.1.0.0/24" + "2663::/64", + "59.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15310,12 +23778,12 @@ "scope": 0 }, { - "intfID": 2375, + "intfID": 2351, "routerID": 0, - "vlanID": 2375, + "vlanID": 2351, "ipAddresses": [ - "2774::/64", - "170.1.0.0/24" + "2664::/64", + "60.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15324,12 +23792,12 @@ "scope": 0 }, { - "intfID": 2376, + "intfID": 2352, "routerID": 0, - "vlanID": 2376, + "vlanID": 2352, "ipAddresses": [ - "2775::/64", - "171.1.0.0/24" + "2665::/64", + "61.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15338,12 +23806,12 @@ "scope": 0 }, { - "intfID": 2377, + "intfID": 2353, "routerID": 0, - "vlanID": 2377, + "vlanID": 2353, "ipAddresses": [ - "2776::/64", - "172.1.0.0/24" + "2666::/64", + "62.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15352,12 +23820,12 @@ "scope": 0 }, { - "intfID": 2378, + "intfID": 2354, "routerID": 0, - "vlanID": 2378, + "vlanID": 2354, "ipAddresses": [ - "2777::/64", - "173.1.0.0/24" + "2667::/64", + "63.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15366,12 +23834,12 @@ "scope": 0 }, { - "intfID": 2379, + "intfID": 2355, "routerID": 0, - "vlanID": 2379, + "vlanID": 2355, "ipAddresses": [ - "2778::/64", - "174.1.0.0/24" + "2668::/64", + "64.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15380,12 +23848,12 @@ "scope": 0 }, { - "intfID": 2380, + "intfID": 2356, "routerID": 0, - "vlanID": 2380, + "vlanID": 2356, "ipAddresses": [ - "2779::/64", - "175.1.0.0/24" + "2669::/64", + "65.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15394,12 +23862,12 @@ "scope": 0 }, { - "intfID": 2381, + "intfID": 2357, "routerID": 0, - "vlanID": 2381, + "vlanID": 2357, "ipAddresses": [ - "2780::/64", - "176.1.0.0/24" + "2670::/64", + "66.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15408,12 +23876,12 @@ "scope": 0 }, { - "intfID": 2382, + "intfID": 2358, "routerID": 0, - "vlanID": 2382, + "vlanID": 2358, "ipAddresses": [ - "2781::/64", - "177.1.0.0/24" + "2671::/64", + "67.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15422,12 +23890,12 @@ "scope": 0 }, { - "intfID": 2383, + "intfID": 2359, "routerID": 0, - "vlanID": 2383, + "vlanID": 2359, "ipAddresses": [ - "2782::/64", - "178.1.0.0/24" + "2672::/64", + "68.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15436,12 +23904,12 @@ "scope": 0 }, { - "intfID": 2384, + "intfID": 2360, "routerID": 0, - "vlanID": 2384, + "vlanID": 2360, "ipAddresses": [ - "2783::/64", - "179.1.0.0/24" + "2673::/64", + "69.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15450,12 +23918,12 @@ "scope": 0 }, { - "intfID": 2385, + "intfID": 2361, "routerID": 0, - "vlanID": 2385, + "vlanID": 2361, "ipAddresses": [ - "2784::/64", - "180.1.0.0/24" + "2674::/64", + "70.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15464,12 +23932,12 @@ "scope": 0 }, { - "intfID": 2386, + "intfID": 2363, "routerID": 0, - "vlanID": 2386, + "vlanID": 2363, "ipAddresses": [ - "2785::/64", - "181.1.0.0/24" + "2675::/64", + "71.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15478,12 +23946,12 @@ "scope": 0 }, { - "intfID": 2387, + "intfID": 2365, "routerID": 0, - "vlanID": 2387, + "vlanID": 2365, "ipAddresses": [ - "2786::/64", - "182.1.0.0/24" + "2676::/64", + "72.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15492,12 +23960,12 @@ "scope": 0 }, { - "intfID": 2388, + "intfID": 2367, "routerID": 0, - "vlanID": 2388, + "vlanID": 2367, "ipAddresses": [ - "2787::/64", - "183.1.0.0/24" + "2677::/64", + "73.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15506,12 +23974,12 @@ "scope": 0 }, { - "intfID": 2389, + "intfID": 2369, "routerID": 0, - "vlanID": 2389, + "vlanID": 2369, "ipAddresses": [ - "2788::/64", - "184.1.0.0/24" + "2678::/64", + "74.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15520,12 +23988,12 @@ "scope": 0 }, { - "intfID": 2390, + "intfID": 2370, "routerID": 0, - "vlanID": 2390, + "vlanID": 2370, "ipAddresses": [ - "2789::/64", - "185.1.0.0/24" + "2679::/64", + "75.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15534,12 +24002,12 @@ "scope": 0 }, { - "intfID": 2391, + "intfID": 2371, "routerID": 0, - "vlanID": 2391, + "vlanID": 2371, "ipAddresses": [ - "2790::/64", - "186.1.0.0/24" + "2680::/64", + "76.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15548,12 +24016,12 @@ "scope": 0 }, { - "intfID": 2392, + "intfID": 2372, "routerID": 0, - "vlanID": 2392, + "vlanID": 2372, "ipAddresses": [ - "2791::/64", - "187.1.0.0/24" + "2681::/64", + "77.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15562,12 +24030,12 @@ "scope": 0 }, { - "intfID": 2393, + "intfID": 2373, "routerID": 0, - "vlanID": 2393, + "vlanID": 2373, "ipAddresses": [ - "2792::/64", - "188.1.0.0/24" + "2682::/64", + "78.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15576,12 +24044,12 @@ "scope": 0 }, { - "intfID": 2394, + "intfID": 2374, "routerID": 0, - "vlanID": 2394, + "vlanID": 2374, "ipAddresses": [ - "2793::/64", - "189.1.0.0/24" + "2683::/64", + "79.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15590,12 +24058,12 @@ "scope": 0 }, { - "intfID": 2395, + "intfID": 2375, "routerID": 0, - "vlanID": 2395, + "vlanID": 2375, "ipAddresses": [ - "2794::/64", - "190.1.0.0/24" + "2684::/64", + "80.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15604,12 +24072,12 @@ "scope": 0 }, { - "intfID": 2396, + "intfID": 2376, "routerID": 0, - "vlanID": 2396, + "vlanID": 2376, "ipAddresses": [ - "2795::/64", - "191.1.0.0/24" + "2685::/64", + "81.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15618,12 +24086,12 @@ "scope": 0 }, { - "intfID": 2397, + "intfID": 2377, "routerID": 0, - "vlanID": 2397, + "vlanID": 2377, "ipAddresses": [ - "2796::/64", - "192.1.0.0/24" + "2686::/64", + "82.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15632,12 +24100,12 @@ "scope": 0 }, { - "intfID": 2398, + "intfID": 2378, "routerID": 0, - "vlanID": 2398, + "vlanID": 2378, "ipAddresses": [ - "2797::/64", - "193.1.0.0/24" + "2687::/64", + "83.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15646,12 +24114,12 @@ "scope": 0 }, { - "intfID": 2399, + "intfID": 2379, "routerID": 0, - "vlanID": 2399, + "vlanID": 2379, "ipAddresses": [ - "2798::/64", - "194.1.0.0/24" + "2688::/64", + "84.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15660,12 +24128,12 @@ "scope": 0 }, { - "intfID": 2400, + "intfID": 2380, "routerID": 0, - "vlanID": 2400, + "vlanID": 2380, "ipAddresses": [ - "2799::/64", - "195.1.0.0/24" + "2689::/64", + "85.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15674,12 +24142,12 @@ "scope": 0 }, { - "intfID": 2401, + "intfID": 2381, "routerID": 0, - "vlanID": 2401, + "vlanID": 2381, "ipAddresses": [ - "2800::/64", - "196.1.0.0/24" + "2690::/64", + "86.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15688,12 +24156,12 @@ "scope": 0 }, { - "intfID": 2402, + "intfID": 2382, "routerID": 0, - "vlanID": 2402, + "vlanID": 2382, "ipAddresses": [ - "2801::/64", - "197.1.0.0/24" + "2691::/64", + "87.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15702,12 +24170,12 @@ "scope": 0 }, { - "intfID": 2403, + "intfID": 2383, "routerID": 0, - "vlanID": 2403, + "vlanID": 2383, "ipAddresses": [ - "2802::/64", - "198.1.0.0/24" + "2692::/64", + "88.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15716,12 +24184,12 @@ "scope": 0 }, { - "intfID": 2404, + "intfID": 2384, "routerID": 0, - "vlanID": 2404, + "vlanID": 2384, "ipAddresses": [ - "2803::/64", - "199.1.0.0/24" + "2693::/64", + "89.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15730,12 +24198,12 @@ "scope": 0 }, { - "intfID": 2405, + "intfID": 2385, "routerID": 0, - "vlanID": 2405, + "vlanID": 2385, "ipAddresses": [ - "2804::/64", - "200.1.0.0/24" + "2694::/64", + "90.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15744,12 +24212,12 @@ "scope": 0 }, { - "intfID": 2406, + "intfID": 2386, "routerID": 0, - "vlanID": 2406, + "vlanID": 2386, "ipAddresses": [ - "2805::/64", - "201.1.0.0/24" + "2695::/64", + "91.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15758,12 +24226,12 @@ "scope": 0 }, { - "intfID": 2407, + "intfID": 2387, "routerID": 0, - "vlanID": 2407, + "vlanID": 2387, "ipAddresses": [ - "2806::/64", - "202.1.0.0/24" + "2696::/64", + "92.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15772,12 +24240,12 @@ "scope": 0 }, { - "intfID": 2408, + "intfID": 2388, "routerID": 0, - "vlanID": 2408, + "vlanID": 2388, "ipAddresses": [ - "2807::/64", - "203.1.0.0/24" + "2697::/64", + "93.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15786,12 +24254,12 @@ "scope": 0 }, { - "intfID": 2409, + "intfID": 2389, "routerID": 0, - "vlanID": 2409, + "vlanID": 2389, "ipAddresses": [ - "2808::/64", - "204.1.0.0/24" + "2698::/64", + "94.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15800,12 +24268,12 @@ "scope": 0 }, { - "intfID": 2410, + "intfID": 2390, "routerID": 0, - "vlanID": 2410, + "vlanID": 2390, "ipAddresses": [ - "2809::/64", - "205.1.0.0/24" + "2699::/64", + "95.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15814,12 +24282,12 @@ "scope": 0 }, { - "intfID": 2411, + "intfID": 2391, "routerID": 0, - "vlanID": 2411, + "vlanID": 2391, "ipAddresses": [ - "2810::/64", - "206.1.0.0/24" + "2700::/64", + "96.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15828,12 +24296,12 @@ "scope": 0 }, { - "intfID": 2412, + "intfID": 2392, "routerID": 0, - "vlanID": 2412, + "vlanID": 2392, "ipAddresses": [ - "2811::/64", - "207.1.0.0/24" + "2701::/64", + "97.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15842,12 +24310,12 @@ "scope": 0 }, { - "intfID": 2413, + "intfID": 2393, "routerID": 0, - "vlanID": 2413, + "vlanID": 2393, "ipAddresses": [ - "2812::/64", - "208.1.0.0/24" + "2702::/64", + "98.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15856,12 +24324,12 @@ "scope": 0 }, { - "intfID": 2414, + "intfID": 2395, "routerID": 0, - "vlanID": 2414, + "vlanID": 2395, "ipAddresses": [ - "2813::/64", - "209.1.0.0/24" + "2703::/64", + "99.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15870,12 +24338,12 @@ "scope": 0 }, { - "intfID": 2415, + "intfID": 2397, "routerID": 0, - "vlanID": 2415, + "vlanID": 2397, "ipAddresses": [ - "2814::/64", - "210.1.0.0/24" + "2704::/64", + "100.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15884,12 +24352,12 @@ "scope": 0 }, { - "intfID": 2416, + "intfID": 2399, "routerID": 0, - "vlanID": 2416, + "vlanID": 2399, "ipAddresses": [ - "2815::/64", - "211.1.0.0/24" + "2705::/64", + "101.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15898,12 +24366,12 @@ "scope": 0 }, { - "intfID": 2417, + "intfID": 2401, "routerID": 0, - "vlanID": 2417, + "vlanID": 2401, "ipAddresses": [ - "2816::/64", - "212.1.0.0/24" + "2706::/64", + "102.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15912,12 +24380,12 @@ "scope": 0 }, { - "intfID": 2418, + "intfID": 2402, "routerID": 0, - "vlanID": 2418, + "vlanID": 2402, "ipAddresses": [ - "2817::/64", - "213.1.0.0/24" + "2707::/64", + "103.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15926,12 +24394,12 @@ "scope": 0 }, { - "intfID": 2419, + "intfID": 2403, "routerID": 0, - "vlanID": 2419, + "vlanID": 2403, "ipAddresses": [ - "2818::/64", - "214.1.0.0/24" + "2708::/64", + "104.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15940,12 +24408,12 @@ "scope": 0 }, { - "intfID": 2420, + "intfID": 2404, "routerID": 0, - "vlanID": 2420, + "vlanID": 2404, "ipAddresses": [ - "2819::/64", - "215.1.0.0/24" + "2709::/64", + "105.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15954,12 +24422,12 @@ "scope": 0 }, { - "intfID": 2421, + "intfID": 2405, "routerID": 0, - "vlanID": 2421, + "vlanID": 2405, "ipAddresses": [ - "2820::/64", - "216.1.0.0/24" + "2710::/64", + "106.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15968,12 +24436,12 @@ "scope": 0 }, { - "intfID": 2422, + "intfID": 2406, "routerID": 0, - "vlanID": 2422, + "vlanID": 2406, "ipAddresses": [ - "2821::/64", - "217.1.0.0/24" + "2711::/64", + "107.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15982,12 +24450,12 @@ "scope": 0 }, { - "intfID": 2423, + "intfID": 2407, "routerID": 0, - "vlanID": 2423, + "vlanID": 2407, "ipAddresses": [ - "2822::/64", - "218.1.0.0/24" + "2712::/64", + "108.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -15996,12 +24464,12 @@ "scope": 0 }, { - "intfID": 2424, + "intfID": 2408, "routerID": 0, - "vlanID": 2424, + "vlanID": 2408, "ipAddresses": [ - "2823::/64", - "219.1.0.0/24" + "2713::/64", + "109.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16010,12 +24478,12 @@ "scope": 0 }, { - "intfID": 2425, + "intfID": 2409, "routerID": 0, - "vlanID": 2425, + "vlanID": 2409, "ipAddresses": [ - "2824::/64", - "220.1.0.0/24" + "2714::/64", + "110.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16024,12 +24492,12 @@ "scope": 0 }, { - "intfID": 2426, + "intfID": 2410, "routerID": 0, - "vlanID": 2426, + "vlanID": 2410, "ipAddresses": [ - "2825::/64", - "221.1.0.0/24" + "2715::/64", + "111.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16038,12 +24506,12 @@ "scope": 0 }, { - "intfID": 2427, + "intfID": 2411, "routerID": 0, - "vlanID": 2427, + "vlanID": 2411, "ipAddresses": [ - "2826::/64", - "222.1.0.0/24" + "2716::/64", + "112.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16052,12 +24520,12 @@ "scope": 0 }, { - "intfID": 2428, + "intfID": 2412, "routerID": 0, - "vlanID": 2428, + "vlanID": 2412, "ipAddresses": [ - "2827::/64", - "223.1.0.0/24" + "2717::/64", + "113.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16066,12 +24534,12 @@ "scope": 0 }, { - "intfID": 2429, + "intfID": 2413, "routerID": 0, - "vlanID": 2429, + "vlanID": 2413, "ipAddresses": [ - "2828::/64", - "10.2.0.0/24" + "2718::/64", + "114.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16080,12 +24548,12 @@ "scope": 0 }, { - "intfID": 2430, + "intfID": 2414, "routerID": 0, - "vlanID": 2430, + "vlanID": 2414, "ipAddresses": [ - "2829::/64", - "11.2.0.0/24" + "2719::/64", + "115.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16094,12 +24562,12 @@ "scope": 0 }, { - "intfID": 2431, + "intfID": 2415, "routerID": 0, - "vlanID": 2431, + "vlanID": 2415, "ipAddresses": [ - "2830::/64", - "12.2.0.0/24" + "2720::/64", + "116.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16108,12 +24576,12 @@ "scope": 0 }, { - "intfID": 2432, + "intfID": 2416, "routerID": 0, - "vlanID": 2432, + "vlanID": 2416, "ipAddresses": [ - "2831::/64", - "13.2.0.0/24" + "2721::/64", + "117.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16122,12 +24590,12 @@ "scope": 0 }, { - "intfID": 2433, + "intfID": 2417, "routerID": 0, - "vlanID": 2433, + "vlanID": 2417, "ipAddresses": [ - "2832::/64", - "14.2.0.0/24" + "2722::/64", + "118.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16136,12 +24604,12 @@ "scope": 0 }, { - "intfID": 2434, + "intfID": 2421, "routerID": 0, - "vlanID": 2434, + "vlanID": 2421, "ipAddresses": [ - "2833::/64", - "15.2.0.0/24" + "2723::/64", + "119.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16150,12 +24618,12 @@ "scope": 0 }, { - "intfID": 2435, + "intfID": 2425, "routerID": 0, - "vlanID": 2435, + "vlanID": 2425, "ipAddresses": [ - "2834::/64", - "16.2.0.0/24" + "2724::/64", + "120.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16164,12 +24632,12 @@ "scope": 0 }, { - "intfID": 2436, + "intfID": 2426, "routerID": 0, - "vlanID": 2436, + "vlanID": 2426, "ipAddresses": [ - "2835::/64", - "17.2.0.0/24" + "2725::/64", + "121.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16178,12 +24646,12 @@ "scope": 0 }, { - "intfID": 2437, + "intfID": 2427, "routerID": 0, - "vlanID": 2437, + "vlanID": 2427, "ipAddresses": [ - "2836::/64", - "18.2.0.0/24" + "2726::/64", + "122.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16192,12 +24660,12 @@ "scope": 0 }, { - "intfID": 2438, + "intfID": 2428, "routerID": 0, - "vlanID": 2438, + "vlanID": 2428, "ipAddresses": [ - "2837::/64", - "19.2.0.0/24" + "2727::/64", + "123.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16206,12 +24674,12 @@ "scope": 0 }, { - "intfID": 2439, + "intfID": 2429, "routerID": 0, - "vlanID": 2439, + "vlanID": 2429, "ipAddresses": [ - "2838::/64", - "20.2.0.0/24" + "2728::/64", + "124.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16220,12 +24688,12 @@ "scope": 0 }, { - "intfID": 2440, + "intfID": 2430, "routerID": 0, - "vlanID": 2440, + "vlanID": 2430, "ipAddresses": [ - "2839::/64", - "21.2.0.0/24" + "2729::/64", + "125.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16234,12 +24702,12 @@ "scope": 0 }, { - "intfID": 2441, + "intfID": 2431, "routerID": 0, - "vlanID": 2441, + "vlanID": 2431, "ipAddresses": [ - "2840::/64", - "22.2.0.0/24" + "2730::/64", + "126.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16248,12 +24716,12 @@ "scope": 0 }, { - "intfID": 2442, + "intfID": 2432, "routerID": 0, - "vlanID": 2442, + "vlanID": 2432, "ipAddresses": [ - "2841::/64", - "23.2.0.0/24" + "2731::/64", + "127.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16262,12 +24730,12 @@ "scope": 0 }, { - "intfID": 2443, + "intfID": 2433, "routerID": 0, - "vlanID": 2443, + "vlanID": 2433, "ipAddresses": [ - "2842::/64", - "24.2.0.0/24" + "2732::/64", + "128.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16276,12 +24744,12 @@ "scope": 0 }, { - "intfID": 2444, + "intfID": 2434, "routerID": 0, - "vlanID": 2444, + "vlanID": 2434, "ipAddresses": [ - "2843::/64", - "25.2.0.0/24" + "2733::/64", + "129.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16290,12 +24758,12 @@ "scope": 0 }, { - "intfID": 2445, + "intfID": 2435, "routerID": 0, - "vlanID": 2445, + "vlanID": 2435, "ipAddresses": [ - "2844::/64", - "26.2.0.0/24" + "2734::/64", + "130.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16304,12 +24772,12 @@ "scope": 0 }, { - "intfID": 2446, + "intfID": 2436, "routerID": 0, - "vlanID": 2446, + "vlanID": 2436, "ipAddresses": [ - "2845::/64", - "27.2.0.0/24" + "2735::/64", + "131.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16318,12 +24786,12 @@ "scope": 0 }, { - "intfID": 2447, + "intfID": 2437, "routerID": 0, - "vlanID": 2447, + "vlanID": 2437, "ipAddresses": [ - "2846::/64", - "28.2.0.0/24" + "2736::/64", + "132.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16332,12 +24800,12 @@ "scope": 0 }, { - "intfID": 2448, + "intfID": 2438, "routerID": 0, - "vlanID": 2448, + "vlanID": 2438, "ipAddresses": [ - "2847::/64", - "29.2.0.0/24" + "2737::/64", + "133.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16346,12 +24814,12 @@ "scope": 0 }, { - "intfID": 2449, + "intfID": 2439, "routerID": 0, - "vlanID": 2449, + "vlanID": 2439, "ipAddresses": [ - "2848::/64", - "30.2.0.0/24" + "2738::/64", + "134.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16360,12 +24828,12 @@ "scope": 0 }, { - "intfID": 2450, + "intfID": 2440, "routerID": 0, - "vlanID": 2450, + "vlanID": 2440, "ipAddresses": [ - "2849::/64", - "31.2.0.0/24" + "2739::/64", + "135.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16374,12 +24842,12 @@ "scope": 0 }, { - "intfID": 2451, + "intfID": 2441, "routerID": 0, - "vlanID": 2451, + "vlanID": 2441, "ipAddresses": [ - "2850::/64", - "32.2.0.0/24" + "2740::/64", + "136.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16388,12 +24856,12 @@ "scope": 0 }, { - "intfID": 2452, + "intfID": 2442, "routerID": 0, - "vlanID": 2452, + "vlanID": 2442, "ipAddresses": [ - "2851::/64", - "33.2.0.0/24" + "2741::/64", + "137.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16402,12 +24870,12 @@ "scope": 0 }, { - "intfID": 2453, + "intfID": 2443, "routerID": 0, - "vlanID": 2453, + "vlanID": 2443, "ipAddresses": [ - "2852::/64", - "34.2.0.0/24" + "2742::/64", + "138.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16416,12 +24884,12 @@ "scope": 0 }, { - "intfID": 2454, + "intfID": 2444, "routerID": 0, - "vlanID": 2454, + "vlanID": 2444, "ipAddresses": [ - "2853::/64", - "35.2.0.0/24" + "2743::/64", + "139.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16430,12 +24898,12 @@ "scope": 0 }, { - "intfID": 2455, + "intfID": 2445, "routerID": 0, - "vlanID": 2455, + "vlanID": 2445, "ipAddresses": [ - "2854::/64", - "36.2.0.0/24" + "2744::/64", + "140.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16444,12 +24912,12 @@ "scope": 0 }, { - "intfID": 2456, + "intfID": 2446, "routerID": 0, - "vlanID": 2456, + "vlanID": 2446, "ipAddresses": [ - "2855::/64", - "37.2.0.0/24" + "2745::/64", + "141.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16458,12 +24926,12 @@ "scope": 0 }, { - "intfID": 2457, + "intfID": 2447, "routerID": 0, - "vlanID": 2457, + "vlanID": 2447, "ipAddresses": [ - "2856::/64", - "38.2.0.0/24" + "2746::/64", + "142.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16472,12 +24940,12 @@ "scope": 0 }, { - "intfID": 2458, + "intfID": 2448, "routerID": 0, - "vlanID": 2458, + "vlanID": 2448, "ipAddresses": [ - "2857::/64", - "39.2.0.0/24" + "2747::/64", + "143.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16486,12 +24954,12 @@ "scope": 0 }, { - "intfID": 2459, + "intfID": 2449, "routerID": 0, - "vlanID": 2459, + "vlanID": 2449, "ipAddresses": [ - "2858::/64", - "40.2.0.0/24" + "2748::/64", + "144.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16500,12 +24968,12 @@ "scope": 0 }, { - "intfID": 2460, + "intfID": 2453, "routerID": 0, - "vlanID": 2460, + "vlanID": 2453, "ipAddresses": [ - "2859::/64", - "41.2.0.0/24" + "2749::/64", + "145.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16514,12 +24982,12 @@ "scope": 0 }, { - "intfID": 2461, + "intfID": 2457, "routerID": 0, - "vlanID": 2461, + "vlanID": 2457, "ipAddresses": [ - "2860::/64", - "42.2.0.0/24" + "2750::/64", + "146.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16528,12 +24996,12 @@ "scope": 0 }, { - "intfID": 2462, + "intfID": 2459, "routerID": 0, - "vlanID": 2462, + "vlanID": 2459, "ipAddresses": [ - "2861::/64", - "43.2.0.0/24" + "2751::/64", + "147.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16542,12 +25010,12 @@ "scope": 0 }, { - "intfID": 2463, + "intfID": 2461, "routerID": 0, - "vlanID": 2463, + "vlanID": 2461, "ipAddresses": [ - "2862::/64", - "44.2.0.0/24" + "2752::/64", + "148.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16556,12 +25024,12 @@ "scope": 0 }, { - "intfID": 2464, + "intfID": 2463, "routerID": 0, - "vlanID": 2464, + "vlanID": 2463, "ipAddresses": [ - "2863::/64", - "45.2.0.0/24" + "2753::/64", + "149.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16574,8 +25042,8 @@ "routerID": 0, "vlanID": 2465, "ipAddresses": [ - "2864::/64", - "46.2.0.0/24" + "2754::/64", + "150.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16588,8 +25056,8 @@ "routerID": 0, "vlanID": 2466, "ipAddresses": [ - "2865::/64", - "47.2.0.0/24" + "2755::/64", + "151.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16602,8 +25070,8 @@ "routerID": 0, "vlanID": 2467, "ipAddresses": [ - "2866::/64", - "48.2.0.0/24" + "2756::/64", + "152.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16616,8 +25084,8 @@ "routerID": 0, "vlanID": 2468, "ipAddresses": [ - "2867::/64", - "49.2.0.0/24" + "2757::/64", + "153.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16630,8 +25098,8 @@ "routerID": 0, "vlanID": 2469, "ipAddresses": [ - "2868::/64", - "50.2.0.0/24" + "2758::/64", + "154.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16644,8 +25112,8 @@ "routerID": 0, "vlanID": 2470, "ipAddresses": [ - "2869::/64", - "51.2.0.0/24" + "2759::/64", + "155.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16658,8 +25126,8 @@ "routerID": 0, "vlanID": 2471, "ipAddresses": [ - "2870::/64", - "52.2.0.0/24" + "2760::/64", + "156.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16672,8 +25140,8 @@ "routerID": 0, "vlanID": 2472, "ipAddresses": [ - "2871::/64", - "53.2.0.0/24" + "2761::/64", + "157.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16686,8 +25154,8 @@ "routerID": 0, "vlanID": 2473, "ipAddresses": [ - "2872::/64", - "54.2.0.0/24" + "2762::/64", + "158.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16700,8 +25168,8 @@ "routerID": 0, "vlanID": 2474, "ipAddresses": [ - "2873::/64", - "55.2.0.0/24" + "2763::/64", + "159.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16714,8 +25182,8 @@ "routerID": 0, "vlanID": 2475, "ipAddresses": [ - "2874::/64", - "56.2.0.0/24" + "2764::/64", + "160.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16728,8 +25196,8 @@ "routerID": 0, "vlanID": 2476, "ipAddresses": [ - "2875::/64", - "57.2.0.0/24" + "2765::/64", + "161.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16742,8 +25210,8 @@ "routerID": 0, "vlanID": 2477, "ipAddresses": [ - "2876::/64", - "58.2.0.0/24" + "2766::/64", + "162.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16756,8 +25224,8 @@ "routerID": 0, "vlanID": 2478, "ipAddresses": [ - "2877::/64", - "59.2.0.0/24" + "2767::/64", + "163.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16770,8 +25238,8 @@ "routerID": 0, "vlanID": 2479, "ipAddresses": [ - "2878::/64", - "60.2.0.0/24" + "2768::/64", + "164.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16784,8 +25252,8 @@ "routerID": 0, "vlanID": 2480, "ipAddresses": [ - "2879::/64", - "61.2.0.0/24" + "2769::/64", + "165.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16798,50 +25266,8 @@ "routerID": 0, "vlanID": 2481, "ipAddresses": [ - "2880::/64", - "62.2.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 - }, - { - "intfID": 2482, - "routerID": 0, - "vlanID": 2482, - "ipAddresses": [ - "2881::/64", - "63.2.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 - }, - { - "intfID": 2483, - "routerID": 0, - "vlanID": 2483, - "ipAddresses": [ - "2882::/64", - "64.2.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 - }, - { - "intfID": 2484, - "routerID": 0, - "vlanID": 2484, - "ipAddresses": [ - "2883::/64", - "65.2.0.0/24" + "2770::/64", + "166.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16854,50 +25280,8 @@ "routerID": 0, "vlanID": 2485, "ipAddresses": [ - "2884::/64", - "66.2.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 - }, - { - "intfID": 2486, - "routerID": 0, - "vlanID": 2486, - "ipAddresses": [ - "2885::/64", - "67.2.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 - }, - { - "intfID": 2487, - "routerID": 0, - "vlanID": 2487, - "ipAddresses": [ - "2886::/64", - "68.2.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 - }, - { - "intfID": 2488, - "routerID": 0, - "vlanID": 2488, - "ipAddresses": [ - "2887::/64", - "69.2.0.0/24" + "2771::/64", + "167.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16910,22 +25294,8 @@ "routerID": 0, "vlanID": 2489, "ipAddresses": [ - "2888::/64", - "70.2.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 - }, - { - "intfID": 2490, - "routerID": 0, - "vlanID": 2490, - "ipAddresses": [ - "2889::/64", - "71.2.0.0/24" + "2772::/64", + "168.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16938,22 +25308,8 @@ "routerID": 0, "vlanID": 2491, "ipAddresses": [ - "2890::/64", - "72.2.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 - }, - { - "intfID": 2492, - "routerID": 0, - "vlanID": 2492, - "ipAddresses": [ - "2891::/64", - "73.2.0.0/24" + "2773::/64", + "169.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16966,22 +25322,8 @@ "routerID": 0, "vlanID": 2493, "ipAddresses": [ - "2892::/64", - "74.2.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 - }, - { - "intfID": 2494, - "routerID": 0, - "vlanID": 2494, - "ipAddresses": [ - "2893::/64", - "75.2.0.0/24" + "2774::/64", + "170.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -16994,22 +25336,8 @@ "routerID": 0, "vlanID": 2495, "ipAddresses": [ - "2894::/64", - "76.2.0.0/24" - ], - "mtu": 9000, - "isVirtual": false, - "isStateSyncDisabled": true, - "type": 1, - "scope": 0 - }, - { - "intfID": 2496, - "routerID": 0, - "vlanID": 2496, - "ipAddresses": [ - "2895::/64", - "77.2.0.0/24" + "2775::/64", + "171.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17022,8 +25350,8 @@ "routerID": 0, "vlanID": 2497, "ipAddresses": [ - "2896::/64", - "78.2.0.0/24" + "2776::/64", + "172.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17036,8 +25364,8 @@ "routerID": 0, "vlanID": 2498, "ipAddresses": [ - "2897::/64", - "79.2.0.0/24" + "2777::/64", + "173.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17050,8 +25378,8 @@ "routerID": 0, "vlanID": 2499, "ipAddresses": [ - "2898::/64", - "80.2.0.0/24" + "2778::/64", + "174.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17064,8 +25392,8 @@ "routerID": 0, "vlanID": 2500, "ipAddresses": [ - "2899::/64", - "81.2.0.0/24" + "2779::/64", + "175.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17078,8 +25406,8 @@ "routerID": 0, "vlanID": 2501, "ipAddresses": [ - "2900::/64", - "82.2.0.0/24" + "2780::/64", + "176.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17092,8 +25420,8 @@ "routerID": 0, "vlanID": 2502, "ipAddresses": [ - "2901::/64", - "83.2.0.0/24" + "2781::/64", + "177.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17106,8 +25434,8 @@ "routerID": 0, "vlanID": 2503, "ipAddresses": [ - "2902::/64", - "84.2.0.0/24" + "2782::/64", + "178.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17120,8 +25448,8 @@ "routerID": 0, "vlanID": 2504, "ipAddresses": [ - "2903::/64", - "85.2.0.0/24" + "2783::/64", + "179.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17134,8 +25462,8 @@ "routerID": 0, "vlanID": 2505, "ipAddresses": [ - "2904::/64", - "86.2.0.0/24" + "2784::/64", + "180.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17148,8 +25476,8 @@ "routerID": 0, "vlanID": 2506, "ipAddresses": [ - "2905::/64", - "87.2.0.0/24" + "2785::/64", + "181.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17162,8 +25490,8 @@ "routerID": 0, "vlanID": 2507, "ipAddresses": [ - "2906::/64", - "88.2.0.0/24" + "2786::/64", + "182.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17176,8 +25504,8 @@ "routerID": 0, "vlanID": 2508, "ipAddresses": [ - "2907::/64", - "89.2.0.0/24" + "2787::/64", + "183.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17190,8 +25518,8 @@ "routerID": 0, "vlanID": 2509, "ipAddresses": [ - "2908::/64", - "90.2.0.0/24" + "2788::/64", + "184.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17204,8 +25532,8 @@ "routerID": 0, "vlanID": 2510, "ipAddresses": [ - "2909::/64", - "91.2.0.0/24" + "2789::/64", + "185.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17218,8 +25546,8 @@ "routerID": 0, "vlanID": 2511, "ipAddresses": [ - "2910::/64", - "92.2.0.0/24" + "2790::/64", + "186.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17232,8 +25560,8 @@ "routerID": 0, "vlanID": 2512, "ipAddresses": [ - "2911::/64", - "93.2.0.0/24" + "2791::/64", + "187.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17246,8 +25574,8 @@ "routerID": 0, "vlanID": 2513, "ipAddresses": [ - "2912::/64", - "94.2.0.0/24" + "2792::/64", + "188.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -17260,8 +25588,8 @@ "routerID": 0, "vlanID": 10, "ipAddresses": [ - "2913::/64", - "95.2.0.0/24" + "2793::/64", + "189.1.0.0/24" ], "mtu": 9000, "isVirtual": true, diff --git a/fboss/oss/link_test_configs/icetea800bc.materialized_JSON b/fboss/oss/link_test_configs/icetea800bc.materialized_JSON index 2602ca4cbcc0d..41d9168618977 100644 --- a/fboss/oss/link_test_configs/icetea800bc.materialized_JSON +++ b/fboss/oss/link_test_configs/icetea800bc.materialized_JSON @@ -3,6 +3,7 @@ "check_wb_handles": "true", "counter_refresh_interval": "0", "disable_neighbor_updates": "true", + "ecmp_width": "512", "enable_1to1_intf_route_table_mapping": "true", "enable_replayer": "true", "log_variable_name": "true", @@ -164,7 +165,7 @@ "parserType": 1, "routable": true, "ingressVlan": 2017, - "speed": 800000, + "speed": 400000, "name": "eth1/3/1", "description": "", "queues_DEPRECATED": [ @@ -183,7 +184,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -193,15 +194,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 21, + "logicalID": 19, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2021, - "speed": 800000, - "name": "eth1/3/5", + "ingressVlan": 2019, + "speed": 400000, + "name": "eth1/3/3", "description": "", "queues_DEPRECATED": [ @@ -214,12 +215,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/4/5" + "2": "eth1/4/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -229,15 +230,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 25, + "logicalID": 21, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2025, - "speed": 800000, - "name": "eth1/4/1", + "ingressVlan": 2021, + "speed": 400000, + "name": "eth1/3/5", "description": "", "queues_DEPRECATED": [ @@ -250,12 +251,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/3/1" + "2": "eth1/4/5" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -265,15 +266,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 29, + "logicalID": 23, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2029, - "speed": 800000, - "name": "eth1/4/5", + "ingressVlan": 2023, + "speed": 400000, + "name": "eth1/3/7", "description": "", "queues_DEPRECATED": [ @@ -286,12 +287,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/3/5" + "2": "eth1/4/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -301,15 +302,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 33, - "state": 1, + "logicalID": 25, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2033, - "speed": 800000, - "name": "eth1/5/1", + "ingressVlan": 2025, + "speed": 400000, + "name": "eth1/4/1", "description": "", "queues_DEPRECATED": [ @@ -322,12 +323,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/3/1" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -337,15 +338,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 37, - "state": 1, + "logicalID": 27, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2037, - "speed": 800000, - "name": "eth1/5/5", + "ingressVlan": 2027, + "speed": 400000, + "name": "eth1/4/3", "description": "", "queues_DEPRECATED": [ @@ -358,12 +359,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/3/3" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -373,15 +374,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 41, - "state": 1, + "logicalID": 29, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2041, - "speed": 800000, - "name": "eth1/6/1", + "ingressVlan": 2029, + "speed": 400000, + "name": "eth1/4/5", "description": "", "queues_DEPRECATED": [ @@ -394,12 +395,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/3/5" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -409,15 +410,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 45, - "state": 1, + "logicalID": 31, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2045, - "speed": 800000, - "name": "eth1/6/5", + "ingressVlan": 2031, + "speed": 400000, + "name": "eth1/4/7", "description": "", "queues_DEPRECATED": [ @@ -430,12 +431,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/3/7" }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -445,15 +446,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 49, + "logicalID": 33, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2049, - "speed": 800000, - "name": "eth1/7/1", + "ingressVlan": 2033, + "speed": 200000, + "name": "eth1/5/1", "description": "", "queues_DEPRECATED": [ @@ -471,7 +472,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -481,15 +482,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 53, + "logicalID": 34, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2053, - "speed": 800000, - "name": "eth1/7/5", + "ingressVlan": 2034, + "speed": 200000, + "name": "eth1/5/2", "description": "", "queues_DEPRECATED": [ @@ -507,7 +508,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -517,15 +518,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 57, + "logicalID": 35, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2057, - "speed": 800000, - "name": "eth1/8/1", + "ingressVlan": 2035, + "speed": 200000, + "name": "eth1/5/3", "description": "", "queues_DEPRECATED": [ @@ -543,7 +544,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -553,15 +554,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 61, + "logicalID": 36, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2061, - "speed": 800000, - "name": "eth1/8/5", + "ingressVlan": 2036, + "speed": 200000, + "name": "eth1/5/4", "description": "", "queues_DEPRECATED": [ @@ -579,7 +580,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -589,15 +590,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 65, + "logicalID": 37, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2065, - "speed": 800000, - "name": "eth1/9/1", + "ingressVlan": 2037, + "speed": 200000, + "name": "eth1/5/5", "description": "", "queues_DEPRECATED": [ @@ -615,7 +616,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -625,15 +626,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 69, + "logicalID": 38, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2069, - "speed": 800000, - "name": "eth1/9/5", + "ingressVlan": 2038, + "speed": 200000, + "name": "eth1/5/6", "description": "", "queues_DEPRECATED": [ @@ -651,7 +652,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -661,15 +662,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 73, + "logicalID": 39, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2073, - "speed": 800000, - "name": "eth1/10/1", + "ingressVlan": 2039, + "speed": 200000, + "name": "eth1/5/7", "description": "", "queues_DEPRECATED": [ @@ -687,7 +688,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -697,15 +698,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 77, + "logicalID": 40, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2077, - "speed": 800000, - "name": "eth1/10/5", + "ingressVlan": 2040, + "speed": 200000, + "name": "eth1/5/8", "description": "", "queues_DEPRECATED": [ @@ -723,7 +724,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -733,15 +734,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 81, + "logicalID": 41, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2081, - "speed": 800000, - "name": "eth1/11/1", + "ingressVlan": 2041, + "speed": 200000, + "name": "eth1/6/1", "description": "", "queues_DEPRECATED": [ @@ -759,7 +760,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -769,15 +770,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 85, + "logicalID": 42, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2085, - "speed": 800000, - "name": "eth1/11/5", + "ingressVlan": 2042, + "speed": 200000, + "name": "eth1/6/2", "description": "", "queues_DEPRECATED": [ @@ -795,7 +796,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -805,15 +806,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 89, + "logicalID": 43, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2089, - "speed": 800000, - "name": "eth1/12/1", + "ingressVlan": 2043, + "speed": 200000, + "name": "eth1/6/3", "description": "", "queues_DEPRECATED": [ @@ -831,7 +832,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -841,15 +842,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 93, + "logicalID": 44, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2093, - "speed": 800000, - "name": "eth1/12/5", + "ingressVlan": 2044, + "speed": 200000, + "name": "eth1/6/4", "description": "", "queues_DEPRECATED": [ @@ -867,7 +868,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -877,15 +878,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 97, - "state": 2, + "logicalID": 45, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2097, - "speed": 800000, - "name": "eth1/13/1", + "ingressVlan": 2045, + "speed": 200000, + "name": "eth1/6/5", "description": "", "queues_DEPRECATED": [ @@ -898,12 +899,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/14/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -913,15 +914,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 101, - "state": 2, + "logicalID": 46, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2101, - "speed": 800000, - "name": "eth1/13/5", + "ingressVlan": 2046, + "speed": 200000, + "name": "eth1/6/6", "description": "", "queues_DEPRECATED": [ @@ -934,12 +935,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/14/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -949,15 +950,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 105, - "state": 2, + "logicalID": 47, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2105, - "speed": 800000, - "name": "eth1/14/1", + "ingressVlan": 2047, + "speed": 200000, + "name": "eth1/6/7", "description": "", "queues_DEPRECATED": [ @@ -970,12 +971,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/13/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -985,15 +986,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 109, - "state": 2, + "logicalID": 48, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2109, - "speed": 800000, - "name": "eth1/14/5", + "ingressVlan": 2048, + "speed": 200000, + "name": "eth1/6/8", "description": "", "queues_DEPRECATED": [ @@ -1006,12 +1007,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/13/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1021,15 +1022,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 113, - "state": 2, + "logicalID": 49, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2113, - "speed": 800000, - "name": "eth1/15/1", + "ingressVlan": 2049, + "speed": 200000, + "name": "eth1/7/1", "description": "", "queues_DEPRECATED": [ @@ -1042,12 +1043,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/16/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1057,15 +1058,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 117, - "state": 2, + "logicalID": 50, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2117, - "speed": 800000, - "name": "eth1/15/5", + "ingressVlan": 2050, + "speed": 200000, + "name": "eth1/7/2", "description": "", "queues_DEPRECATED": [ @@ -1078,12 +1079,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/16/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1093,15 +1094,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 121, - "state": 2, + "logicalID": 51, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2121, - "speed": 800000, - "name": "eth1/16/1", + "ingressVlan": 2051, + "speed": 200000, + "name": "eth1/7/3", "description": "", "queues_DEPRECATED": [ @@ -1114,12 +1115,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/15/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1129,15 +1130,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 125, - "state": 2, + "logicalID": 52, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2125, - "speed": 800000, - "name": "eth1/16/5", + "ingressVlan": 2052, + "speed": 200000, + "name": "eth1/7/4", "description": "", "queues_DEPRECATED": [ @@ -1150,12 +1151,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/15/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1165,15 +1166,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 129, - "state": 2, + "logicalID": 53, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2129, - "speed": 800000, - "name": "eth1/17/1", + "ingressVlan": 2053, + "speed": 200000, + "name": "eth1/7/5", "description": "", "queues_DEPRECATED": [ @@ -1186,12 +1187,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/18/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1201,15 +1202,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 133, - "state": 2, + "logicalID": 54, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2133, - "speed": 800000, - "name": "eth1/17/5", + "ingressVlan": 2054, + "speed": 200000, + "name": "eth1/7/6", "description": "", "queues_DEPRECATED": [ @@ -1222,12 +1223,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/18/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1237,15 +1238,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 137, - "state": 2, + "logicalID": 55, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2137, - "speed": 800000, - "name": "eth1/18/1", + "ingressVlan": 2055, + "speed": 200000, + "name": "eth1/7/7", "description": "", "queues_DEPRECATED": [ @@ -1258,12 +1259,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/17/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1273,15 +1274,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 141, - "state": 2, + "logicalID": 56, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2141, - "speed": 800000, - "name": "eth1/18/5", + "ingressVlan": 2056, + "speed": 200000, + "name": "eth1/7/8", "description": "", "queues_DEPRECATED": [ @@ -1294,12 +1295,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/17/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1309,15 +1310,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 145, - "state": 2, + "logicalID": 57, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2145, - "speed": 800000, - "name": "eth1/19/1", + "ingressVlan": 2057, + "speed": 200000, + "name": "eth1/8/1", "description": "", "queues_DEPRECATED": [ @@ -1330,12 +1331,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/20/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1345,15 +1346,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 149, - "state": 2, + "logicalID": 58, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2149, - "speed": 800000, - "name": "eth1/19/5", + "ingressVlan": 2058, + "speed": 200000, + "name": "eth1/8/2", "description": "", "queues_DEPRECATED": [ @@ -1366,12 +1367,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/20/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1381,15 +1382,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 153, - "state": 2, + "logicalID": 59, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2153, - "speed": 800000, - "name": "eth1/20/1", + "ingressVlan": 2059, + "speed": 200000, + "name": "eth1/8/3", "description": "", "queues_DEPRECATED": [ @@ -1402,12 +1403,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/19/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1417,15 +1418,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 157, - "state": 2, + "logicalID": 60, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2157, - "speed": 800000, - "name": "eth1/20/5", + "ingressVlan": 2060, + "speed": 200000, + "name": "eth1/8/4", "description": "", "queues_DEPRECATED": [ @@ -1438,12 +1439,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/19/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1453,15 +1454,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 161, + "logicalID": 61, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2161, - "speed": 800000, - "name": "eth1/21/1", + "ingressVlan": 2061, + "speed": 200000, + "name": "eth1/8/5", "description": "", "queues_DEPRECATED": [ @@ -1479,7 +1480,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1489,15 +1490,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 165, + "logicalID": 62, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2165, - "speed": 800000, - "name": "eth1/21/5", + "ingressVlan": 2062, + "speed": 200000, + "name": "eth1/8/6", "description": "", "queues_DEPRECATED": [ @@ -1515,7 +1516,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1525,15 +1526,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 169, + "logicalID": 63, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2169, - "speed": 800000, - "name": "eth1/22/1", + "ingressVlan": 2063, + "speed": 200000, + "name": "eth1/8/7", "description": "", "queues_DEPRECATED": [ @@ -1551,7 +1552,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1561,15 +1562,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 173, + "logicalID": 64, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2173, - "speed": 800000, - "name": "eth1/22/5", + "ingressVlan": 2064, + "speed": 200000, + "name": "eth1/8/8", "description": "", "queues_DEPRECATED": [ @@ -1587,7 +1588,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1597,15 +1598,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 177, + "logicalID": 65, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2177, - "speed": 800000, - "name": "eth1/23/1", + "ingressVlan": 2065, + "speed": 200000, + "name": "eth1/9/1", "description": "", "queues_DEPRECATED": [ @@ -1623,7 +1624,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1633,15 +1634,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 181, + "logicalID": 66, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2181, - "speed": 800000, - "name": "eth1/23/5", + "ingressVlan": 2066, + "speed": 200000, + "name": "eth1/9/2", "description": "", "queues_DEPRECATED": [ @@ -1659,7 +1660,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1669,15 +1670,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 185, + "logicalID": 67, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2185, - "speed": 800000, - "name": "eth1/24/1", + "ingressVlan": 2067, + "speed": 200000, + "name": "eth1/9/3", "description": "", "queues_DEPRECATED": [ @@ -1695,7 +1696,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1705,15 +1706,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 189, + "logicalID": 68, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2189, - "speed": 800000, - "name": "eth1/24/5", + "ingressVlan": 2068, + "speed": 200000, + "name": "eth1/9/4", "description": "", "queues_DEPRECATED": [ @@ -1731,7 +1732,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1741,15 +1742,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 193, + "logicalID": 69, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2193, - "speed": 800000, - "name": "eth1/25/1", + "ingressVlan": 2069, + "speed": 200000, + "name": "eth1/9/5", "description": "", "queues_DEPRECATED": [ @@ -1767,7 +1768,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1777,15 +1778,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 197, + "logicalID": 70, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2197, - "speed": 800000, - "name": "eth1/25/5", + "ingressVlan": 2070, + "speed": 200000, + "name": "eth1/9/6", "description": "", "queues_DEPRECATED": [ @@ -1803,7 +1804,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1813,15 +1814,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 201, + "logicalID": 71, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2201, - "speed": 800000, - "name": "eth1/26/1", + "ingressVlan": 2071, + "speed": 200000, + "name": "eth1/9/7", "description": "", "queues_DEPRECATED": [ @@ -1839,7 +1840,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1849,15 +1850,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 205, + "logicalID": 72, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2205, - "speed": 800000, - "name": "eth1/26/5", + "ingressVlan": 2072, + "speed": 200000, + "name": "eth1/9/8", "description": "", "queues_DEPRECATED": [ @@ -1875,7 +1876,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1885,15 +1886,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 209, + "logicalID": 73, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2209, - "speed": 800000, - "name": "eth1/27/1", + "ingressVlan": 2073, + "speed": 200000, + "name": "eth1/10/1", "description": "", "queues_DEPRECATED": [ @@ -1911,7 +1912,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1921,15 +1922,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 213, + "logicalID": 74, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2213, - "speed": 800000, - "name": "eth1/27/5", + "ingressVlan": 2074, + "speed": 200000, + "name": "eth1/10/2", "description": "", "queues_DEPRECATED": [ @@ -1947,7 +1948,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1957,15 +1958,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 217, + "logicalID": 75, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2217, - "speed": 800000, - "name": "eth1/28/1", + "ingressVlan": 2075, + "speed": 200000, + "name": "eth1/10/3", "description": "", "queues_DEPRECATED": [ @@ -1983,7 +1984,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -1993,15 +1994,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 221, + "logicalID": 76, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2221, - "speed": 800000, - "name": "eth1/28/5", + "ingressVlan": 2076, + "speed": 200000, + "name": "eth1/10/4", "description": "", "queues_DEPRECATED": [ @@ -2019,7 +2020,7 @@ "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2029,15 +2030,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 225, - "state": 2, + "logicalID": 77, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2225, - "speed": 800000, - "name": "eth1/29/1", + "ingressVlan": 2077, + "speed": 200000, + "name": "eth1/10/5", "description": "", "queues_DEPRECATED": [ @@ -2050,12 +2051,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/30/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2065,15 +2066,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 229, - "state": 2, + "logicalID": 78, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2229, - "speed": 800000, - "name": "eth1/29/5", + "ingressVlan": 2078, + "speed": 200000, + "name": "eth1/10/6", "description": "", "queues_DEPRECATED": [ @@ -2086,12 +2087,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/30/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2101,15 +2102,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 233, - "state": 2, + "logicalID": 79, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2233, - "speed": 800000, - "name": "eth1/30/1", + "ingressVlan": 2079, + "speed": 200000, + "name": "eth1/10/7", "description": "", "queues_DEPRECATED": [ @@ -2122,12 +2123,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/29/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2137,15 +2138,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 237, - "state": 2, + "logicalID": 80, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2237, - "speed": 800000, - "name": "eth1/30/5", + "ingressVlan": 2080, + "speed": 200000, + "name": "eth1/10/8", "description": "", "queues_DEPRECATED": [ @@ -2158,12 +2159,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/29/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2173,15 +2174,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 241, - "state": 2, + "logicalID": 81, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2241, - "speed": 800000, - "name": "eth1/31/1", + "ingressVlan": 2081, + "speed": 200000, + "name": "eth1/11/1", "description": "", "queues_DEPRECATED": [ @@ -2194,12 +2195,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/32/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2209,15 +2210,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 245, - "state": 2, + "logicalID": 82, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2245, - "speed": 800000, - "name": "eth1/31/5", + "ingressVlan": 2082, + "speed": 200000, + "name": "eth1/11/2", "description": "", "queues_DEPRECATED": [ @@ -2230,12 +2231,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/32/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2245,15 +2246,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 249, - "state": 2, + "logicalID": 83, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2249, - "speed": 800000, - "name": "eth1/32/1", + "ingressVlan": 2083, + "speed": 200000, + "name": "eth1/11/3", "description": "", "queues_DEPRECATED": [ @@ -2266,12 +2267,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/31/1" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2281,15 +2282,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 253, - "state": 2, + "logicalID": 84, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2253, - "speed": 800000, - "name": "eth1/32/5", + "ingressVlan": 2084, + "speed": 200000, + "name": "eth1/11/4", "description": "", "queues_DEPRECATED": [ @@ -2302,12 +2303,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/31/5" + }, "lookupClasses": [ ], - "profileID": 52, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2317,15 +2318,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 257, - "state": 2, + "logicalID": 85, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2257, - "speed": 100000, - "name": "eth1/33/1", + "ingressVlan": 2085, + "speed": 200000, + "name": "eth1/11/5", "description": "", "queues_DEPRECATED": [ @@ -2338,13 +2339,13 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/33/1" + }, "lookupClasses": [ ], - "profileID": 23, - "portType": 4, + "profileID": 53, + "portType": 0, "expectedNeighborReachability": [ ], @@ -2353,15 +2354,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 258, + "logicalID": 86, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2265, - "speed": 800000, - "name": "eth1/34/1", + "ingressVlan": 2086, + "speed": 200000, + "name": "eth1/11/6", "description": "", "queues_DEPRECATED": [ @@ -2379,7 +2380,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2389,15 +2390,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 259, + "logicalID": 87, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2269, - "speed": 800000, - "name": "eth1/34/5", + "ingressVlan": 2087, + "speed": 200000, + "name": "eth1/11/7", "description": "", "queues_DEPRECATED": [ @@ -2415,7 +2416,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2425,15 +2426,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 260, - "state": 2, + "logicalID": 88, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2273, - "speed": 800000, - "name": "eth1/35/1", + "ingressVlan": 2088, + "speed": 200000, + "name": "eth1/11/8", "description": "", "queues_DEPRECATED": [ @@ -2446,12 +2447,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/36/1" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2461,15 +2462,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 261, - "state": 2, + "logicalID": 89, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2277, - "speed": 800000, - "name": "eth1/35/5", + "ingressVlan": 2089, + "speed": 200000, + "name": "eth1/12/1", "description": "", "queues_DEPRECATED": [ @@ -2482,12 +2483,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/36/5" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2497,15 +2498,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 262, - "state": 2, + "logicalID": 90, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2281, - "speed": 800000, - "name": "eth1/36/1", + "ingressVlan": 2090, + "speed": 200000, + "name": "eth1/12/2", "description": "", "queues_DEPRECATED": [ @@ -2518,12 +2519,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/35/1" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2533,15 +2534,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 263, - "state": 2, + "logicalID": 91, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2285, - "speed": 800000, - "name": "eth1/36/5", + "ingressVlan": 2091, + "speed": 200000, + "name": "eth1/12/3", "description": "", "queues_DEPRECATED": [ @@ -2554,12 +2555,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/35/5" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2569,15 +2570,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 264, + "logicalID": 92, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2289, - "speed": 800000, - "name": "eth1/37/1", + "ingressVlan": 2092, + "speed": 200000, + "name": "eth1/12/4", "description": "", "queues_DEPRECATED": [ @@ -2595,7 +2596,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2605,15 +2606,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 265, + "logicalID": 93, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2293, - "speed": 800000, - "name": "eth1/37/5", + "ingressVlan": 2093, + "speed": 200000, + "name": "eth1/12/5", "description": "", "queues_DEPRECATED": [ @@ -2631,7 +2632,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2641,15 +2642,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 266, + "logicalID": 94, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2297, - "speed": 800000, - "name": "eth1/38/1", + "ingressVlan": 2094, + "speed": 200000, + "name": "eth1/12/6", "description": "", "queues_DEPRECATED": [ @@ -2667,7 +2668,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2677,15 +2678,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 267, + "logicalID": 95, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2301, - "speed": 800000, - "name": "eth1/38/5", + "ingressVlan": 2095, + "speed": 200000, + "name": "eth1/12/7", "description": "", "queues_DEPRECATED": [ @@ -2703,7 +2704,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2713,15 +2714,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 268, + "logicalID": 96, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2305, - "speed": 800000, - "name": "eth1/39/1", + "ingressVlan": 2096, + "speed": 200000, + "name": "eth1/12/8", "description": "", "queues_DEPRECATED": [ @@ -2739,7 +2740,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -2749,15 +2750,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 269, - "state": 1, + "logicalID": 97, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2309, + "ingressVlan": 2097, "speed": 800000, - "name": "eth1/39/5", + "name": "eth1/13/1", "description": "", "queues_DEPRECATED": [ @@ -2770,12 +2771,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/14/1" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 52, "portType": 0, "expectedNeighborReachability": [ @@ -2785,15 +2786,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 270, + "logicalID": 101, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2313, + "ingressVlan": 2101, "speed": 800000, - "name": "eth1/40/1", + "name": "eth1/13/5", "description": "", "queues_DEPRECATED": [ @@ -2806,12 +2807,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/42/5" + "2": "eth1/14/5" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 52, "portType": 0, "expectedNeighborReachability": [ @@ -2821,15 +2822,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 271, + "logicalID": 105, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2317, + "ingressVlan": 2105, "speed": 800000, - "name": "eth1/40/5", + "name": "eth1/14/1", "description": "", "queues_DEPRECATED": [ @@ -2842,12 +2843,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/43/5" + "2": "eth1/13/1" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 52, "portType": 0, "expectedNeighborReachability": [ @@ -2857,15 +2858,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 272, + "logicalID": 109, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2321, + "ingressVlan": 2109, "speed": 800000, - "name": "eth1/41/1", + "name": "eth1/14/5", "description": "", "queues_DEPRECATED": [ @@ -2878,12 +2879,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/43/1" + "2": "eth1/13/5" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 52, "portType": 0, "expectedNeighborReachability": [ @@ -2893,15 +2894,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 273, + "logicalID": 113, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2325, - "speed": 800000, - "name": "eth1/41/5", + "ingressVlan": 2113, + "speed": 400000, + "name": "eth1/15/1", "description": "", "queues_DEPRECATED": [ @@ -2914,12 +2915,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/42/1" + "2": "eth1/16/1" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -2929,15 +2930,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 274, + "logicalID": 115, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2329, - "speed": 800000, - "name": "eth1/42/1", + "ingressVlan": 2115, + "speed": 400000, + "name": "eth1/15/3", "description": "", "queues_DEPRECATED": [ @@ -2950,12 +2951,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/41/5" + "2": "eth1/16/3" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -2965,15 +2966,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 275, + "logicalID": 117, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2333, - "speed": 800000, - "name": "eth1/42/5", + "ingressVlan": 2117, + "speed": 400000, + "name": "eth1/15/5", "description": "", "queues_DEPRECATED": [ @@ -2986,12 +2987,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/40/1" + "2": "eth1/16/5" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -3001,15 +3002,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 276, + "logicalID": 119, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2337, - "speed": 800000, - "name": "eth1/43/1", + "ingressVlan": 2119, + "speed": 400000, + "name": "eth1/15/7", "description": "", "queues_DEPRECATED": [ @@ -3022,12 +3023,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/41/1" + "2": "eth1/16/7" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -3037,15 +3038,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 277, + "logicalID": 121, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2341, - "speed": 800000, - "name": "eth1/43/5", + "ingressVlan": 2121, + "speed": 400000, + "name": "eth1/16/1", "description": "", "queues_DEPRECATED": [ @@ -3058,12 +3059,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/40/5" + "2": "eth1/15/1" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -3073,15 +3074,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 278, + "logicalID": 123, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2345, - "speed": 800000, - "name": "eth1/44/1", + "ingressVlan": 2123, + "speed": 400000, + "name": "eth1/16/3", "description": "", "queues_DEPRECATED": [ @@ -3094,12 +3095,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/48/1" + "2": "eth1/15/3" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -3109,15 +3110,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 279, + "logicalID": 125, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2349, - "speed": 800000, - "name": "eth1/44/5", + "ingressVlan": 2125, + "speed": 400000, + "name": "eth1/16/5", "description": "", "queues_DEPRECATED": [ @@ -3130,12 +3131,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/48/5" + "2": "eth1/15/5" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -3145,15 +3146,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 280, - "state": 1, + "logicalID": 127, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2353, - "speed": 800000, - "name": "eth1/45/1", + "ingressVlan": 2127, + "speed": 400000, + "name": "eth1/16/7", "description": "", "queues_DEPRECATED": [ @@ -3166,12 +3167,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/15/7" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 51, "portType": 0, "expectedNeighborReachability": [ @@ -3181,15 +3182,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 281, - "state": 1, + "logicalID": 129, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2357, - "speed": 800000, - "name": "eth1/45/5", + "ingressVlan": 2129, + "speed": 200000, + "name": "eth1/17/1", "description": "", "queues_DEPRECATED": [ @@ -3202,12 +3203,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/18/1" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3217,15 +3218,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 282, - "state": 1, + "logicalID": 130, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2361, - "speed": 800000, - "name": "eth1/46/1", + "ingressVlan": 2130, + "speed": 200000, + "name": "eth1/17/2", "description": "", "queues_DEPRECATED": [ @@ -3238,12 +3239,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/18/2" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3253,15 +3254,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 283, - "state": 1, + "logicalID": 131, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2365, - "speed": 800000, - "name": "eth1/46/5", + "ingressVlan": 2131, + "speed": 200000, + "name": "eth1/17/3", "description": "", "queues_DEPRECATED": [ @@ -3274,12 +3275,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/18/3" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3289,15 +3290,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 284, - "state": 1, + "logicalID": 132, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2369, - "speed": 800000, - "name": "eth1/47/1", + "ingressVlan": 2132, + "speed": 200000, + "name": "eth1/17/4", "description": "", "queues_DEPRECATED": [ @@ -3310,12 +3311,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/18/4" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3325,15 +3326,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 285, - "state": 1, + "logicalID": 133, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2373, - "speed": 800000, - "name": "eth1/47/5", + "ingressVlan": 2133, + "speed": 200000, + "name": "eth1/17/5", "description": "", "queues_DEPRECATED": [ @@ -3346,12 +3347,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/18/5" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3361,15 +3362,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 286, + "logicalID": 134, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2377, - "speed": 800000, - "name": "eth1/48/1", + "ingressVlan": 2134, + "speed": 200000, + "name": "eth1/17/6", "description": "", "queues_DEPRECATED": [ @@ -3382,12 +3383,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/44/1" + "2": "eth1/18/6" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3397,15 +3398,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 287, + "logicalID": 135, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2381, - "speed": 800000, - "name": "eth1/48/5", + "ingressVlan": 2135, + "speed": 200000, + "name": "eth1/17/7", "description": "", "queues_DEPRECATED": [ @@ -3418,12 +3419,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/44/5" + "2": "eth1/18/7" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3433,15 +3434,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 288, + "logicalID": 136, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2385, - "speed": 800000, - "name": "eth1/49/1", + "ingressVlan": 2136, + "speed": 200000, + "name": "eth1/17/8", "description": "", "queues_DEPRECATED": [ @@ -3454,12 +3455,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/49/5" + "2": "eth1/18/8" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3469,15 +3470,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 289, + "logicalID": 137, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2389, - "speed": 800000, - "name": "eth1/49/5", + "ingressVlan": 2137, + "speed": 200000, + "name": "eth1/18/1", "description": "", "queues_DEPRECATED": [ @@ -3490,12 +3491,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/49/1" + "2": "eth1/17/1" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3505,15 +3506,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 290, - "state": 1, + "logicalID": 138, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2393, - "speed": 800000, - "name": "eth1/50/1", + "ingressVlan": 2138, + "speed": 200000, + "name": "eth1/18/2", "description": "", "queues_DEPRECATED": [ @@ -3526,12 +3527,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/17/2" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3541,15 +3542,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 291, - "state": 1, + "logicalID": 139, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2397, - "speed": 800000, - "name": "eth1/50/5", + "ingressVlan": 2139, + "speed": 200000, + "name": "eth1/18/3", "description": "", "queues_DEPRECATED": [ @@ -3562,12 +3563,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/17/3" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3577,15 +3578,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 292, + "logicalID": 140, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2401, - "speed": 800000, - "name": "eth1/51/1", + "ingressVlan": 2140, + "speed": 200000, + "name": "eth1/18/4", "description": "", "queues_DEPRECATED": [ @@ -3598,12 +3599,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/52/1" + "2": "eth1/17/4" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3613,15 +3614,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 293, + "logicalID": 141, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2405, - "speed": 800000, - "name": "eth1/51/5", + "ingressVlan": 2141, + "speed": 200000, + "name": "eth1/18/5", "description": "", "queues_DEPRECATED": [ @@ -3634,12 +3635,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/52/5" + "2": "eth1/17/5" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3649,15 +3650,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 294, + "logicalID": 142, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2409, - "speed": 800000, - "name": "eth1/52/1", + "ingressVlan": 2142, + "speed": 200000, + "name": "eth1/18/6", "description": "", "queues_DEPRECATED": [ @@ -3670,12 +3671,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/51/1" + "2": "eth1/17/6" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3685,15 +3686,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 295, + "logicalID": 143, "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2413, - "speed": 800000, - "name": "eth1/52/5", + "ingressVlan": 2143, + "speed": 200000, + "name": "eth1/18/7", "description": "", "queues_DEPRECATED": [ @@ -3706,12 +3707,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/51/5" + "2": "eth1/17/7" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3721,15 +3722,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 296, - "state": 1, + "logicalID": 144, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2417, - "speed": 800000, - "name": "eth1/53/1", + "ingressVlan": 2144, + "speed": 200000, + "name": "eth1/18/8", "description": "", "queues_DEPRECATED": [ @@ -3742,12 +3743,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/17/8" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3757,15 +3758,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 297, - "state": 1, + "logicalID": 145, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2421, + "ingressVlan": 2145, "speed": 800000, - "name": "eth1/53/5", + "name": "eth1/19/1", "description": "", "queues_DEPRECATED": [ @@ -3778,12 +3779,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/20/1" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 52, "portType": 0, "expectedNeighborReachability": [ @@ -3793,15 +3794,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 298, - "state": 1, + "logicalID": 149, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2425, + "ingressVlan": 2149, "speed": 800000, - "name": "eth1/54/1", + "name": "eth1/19/5", "description": "", "queues_DEPRECATED": [ @@ -3814,12 +3815,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/20/5" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 52, "portType": 0, "expectedNeighborReachability": [ @@ -3829,15 +3830,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 299, - "state": 1, + "logicalID": 153, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2429, + "ingressVlan": 2153, "speed": 800000, - "name": "eth1/54/5", + "name": "eth1/20/1", "description": "", "queues_DEPRECATED": [ @@ -3850,12 +3851,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/19/1" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 52, "portType": 0, "expectedNeighborReachability": [ @@ -3865,15 +3866,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 300, - "state": 1, + "logicalID": 157, + "state": 2, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2433, + "ingressVlan": 2157, "speed": 800000, - "name": "eth1/55/1", + "name": "eth1/20/5", "description": "", "queues_DEPRECATED": [ @@ -3886,12 +3887,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - + "2": "eth1/19/5" }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 52, "portType": 0, "expectedNeighborReachability": [ @@ -3901,15 +3902,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 301, + "logicalID": 161, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2437, - "speed": 800000, - "name": "eth1/55/5", + "ingressVlan": 2161, + "speed": 200000, + "name": "eth1/21/1", "description": "", "queues_DEPRECATED": [ @@ -3927,7 +3928,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3937,15 +3938,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 302, - "state": 2, + "logicalID": 162, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2441, - "speed": 800000, - "name": "eth1/56/1", + "ingressVlan": 2162, + "speed": 200000, + "name": "eth1/21/2", "description": "", "queues_DEPRECATED": [ @@ -3958,12 +3959,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/58/5" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -3973,15 +3974,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 303, - "state": 2, + "logicalID": 163, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2445, - "speed": 800000, - "name": "eth1/56/5", + "ingressVlan": 2163, + "speed": 200000, + "name": "eth1/21/3", "description": "", "queues_DEPRECATED": [ @@ -3994,12 +3995,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/59/5" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4009,15 +4010,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 304, - "state": 2, + "logicalID": 164, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2449, - "speed": 800000, - "name": "eth1/57/1", + "ingressVlan": 2164, + "speed": 200000, + "name": "eth1/21/4", "description": "", "queues_DEPRECATED": [ @@ -4030,12 +4031,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/59/1" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4045,15 +4046,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 305, - "state": 2, + "logicalID": 165, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2453, - "speed": 800000, - "name": "eth1/57/5", + "ingressVlan": 2165, + "speed": 200000, + "name": "eth1/21/5", "description": "", "queues_DEPRECATED": [ @@ -4066,12 +4067,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/58/1" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4081,15 +4082,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 306, - "state": 2, + "logicalID": 166, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2457, - "speed": 800000, - "name": "eth1/58/1", + "ingressVlan": 2166, + "speed": 200000, + "name": "eth1/21/6", "description": "", "queues_DEPRECATED": [ @@ -4102,12 +4103,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/57/5" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4117,15 +4118,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 307, - "state": 2, + "logicalID": 167, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2461, - "speed": 800000, - "name": "eth1/58/5", + "ingressVlan": 2167, + "speed": 200000, + "name": "eth1/21/7", "description": "", "queues_DEPRECATED": [ @@ -4138,12 +4139,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/56/1" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4153,15 +4154,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 308, - "state": 2, + "logicalID": 168, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2465, - "speed": 800000, - "name": "eth1/59/1", + "ingressVlan": 2168, + "speed": 200000, + "name": "eth1/21/8", "description": "", "queues_DEPRECATED": [ @@ -4174,12 +4175,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/57/1" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4189,15 +4190,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 309, - "state": 2, + "logicalID": 169, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2469, - "speed": 800000, - "name": "eth1/59/5", + "ingressVlan": 2169, + "speed": 200000, + "name": "eth1/22/1", "description": "", "queues_DEPRECATED": [ @@ -4210,12 +4211,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/56/5" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4225,15 +4226,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 310, - "state": 2, + "logicalID": 170, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2473, - "speed": 800000, - "name": "eth1/60/1", + "ingressVlan": 2170, + "speed": 200000, + "name": "eth1/22/2", "description": "", "queues_DEPRECATED": [ @@ -4246,12 +4247,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/64/1" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4261,15 +4262,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 311, - "state": 2, + "logicalID": 171, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2477, - "speed": 800000, - "name": "eth1/60/5", + "ingressVlan": 2171, + "speed": 200000, + "name": "eth1/22/3", "description": "", "queues_DEPRECATED": [ @@ -4282,12 +4283,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/64/5" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4297,15 +4298,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 312, + "logicalID": 172, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2481, - "speed": 800000, - "name": "eth1/61/1", + "ingressVlan": 2172, + "speed": 200000, + "name": "eth1/22/4", "description": "", "queues_DEPRECATED": [ @@ -4323,7 +4324,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4333,15 +4334,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 313, + "logicalID": 173, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2485, - "speed": 800000, - "name": "eth1/61/5", + "ingressVlan": 2173, + "speed": 200000, + "name": "eth1/22/5", "description": "", "queues_DEPRECATED": [ @@ -4359,7 +4360,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4369,15 +4370,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 314, + "logicalID": 174, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2489, - "speed": 800000, - "name": "eth1/62/1", + "ingressVlan": 2174, + "speed": 200000, + "name": "eth1/22/6", "description": "", "queues_DEPRECATED": [ @@ -4395,7 +4396,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4405,15 +4406,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 315, + "logicalID": 175, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2493, - "speed": 800000, - "name": "eth1/62/5", + "ingressVlan": 2175, + "speed": 200000, + "name": "eth1/22/7", "description": "", "queues_DEPRECATED": [ @@ -4431,7 +4432,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4441,15 +4442,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 316, + "logicalID": 176, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2497, - "speed": 800000, - "name": "eth1/63/1", + "ingressVlan": 2176, + "speed": 200000, + "name": "eth1/22/8", "description": "", "queues_DEPRECATED": [ @@ -4467,7 +4468,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4477,15 +4478,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 317, + "logicalID": 177, "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2501, - "speed": 800000, - "name": "eth1/63/5", + "ingressVlan": 2177, + "speed": 200000, + "name": "eth1/23/1", "description": "", "queues_DEPRECATED": [ @@ -4503,7 +4504,7 @@ "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4513,15 +4514,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 318, - "state": 2, + "logicalID": 178, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2505, - "speed": 800000, - "name": "eth1/64/1", + "ingressVlan": 2178, + "speed": 200000, + "name": "eth1/23/2", "description": "", "queues_DEPRECATED": [ @@ -4534,12 +4535,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/60/1" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4549,15 +4550,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 319, - "state": 2, + "logicalID": 179, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2509, - "speed": 800000, - "name": "eth1/64/5", + "ingressVlan": 2179, + "speed": 200000, + "name": "eth1/23/3", "description": "", "queues_DEPRECATED": [ @@ -4570,12 +4571,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/60/5" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4585,15 +4586,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 320, - "state": 2, + "logicalID": 180, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2513, - "speed": 800000, - "name": "eth1/65/1", + "ingressVlan": 2180, + "speed": 200000, + "name": "eth1/23/4", "description": "", "queues_DEPRECATED": [ @@ -4606,12 +4607,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/65/5" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4621,15 +4622,15 @@ "conditionalEntropyRehash": false }, { - "logicalID": 321, - "state": 2, + "logicalID": 181, + "state": 1, "minFrameSize": 64, "maxFrameSize": 9412, "parserType": 1, "routable": true, - "ingressVlan": 2517, - "speed": 800000, - "name": "eth1/65/5", + "ingressVlan": 2181, + "speed": 200000, + "name": "eth1/23/5", "description": "", "queues_DEPRECATED": [ @@ -4642,12 +4643,12 @@ "sFlowEgressRate": 0, "loopbackMode": 0, "expectedLLDPValues": { - "2": "eth1/65/1" + }, "lookupClasses": [ ], - "profileID": 57, + "profileID": 53, "portType": 0, "expectedNeighborReachability": [ @@ -4655,3702 +4656,20086 @@ "drainState": 0, "scope": 0, "conditionalEntropyRehash": false - } - ], - "vlans": [ + }, { - "name": "fbossLoopback0", - "id": 10, - "recordStats": true, + "logicalID": 182, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2182, + "speed": 200000, + "name": "eth1/23/6", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "default", - "id": 4094, - "recordStats": true, - "routable": false, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2001", - "id": 2001, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2002", - "id": 2002, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2003", - "id": 2003, - "recordStats": true, + "logicalID": 183, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2183, + "speed": 200000, + "name": "eth1/23/7", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2004", - "id": 2004, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2005", - "id": 2005, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2006", - "id": 2006, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2007", - "id": 2007, - "recordStats": true, + "logicalID": 184, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2184, + "speed": 200000, + "name": "eth1/23/8", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2008", - "id": 2008, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] - }, - { - "name": "vlan2009", - "id": 2009, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2010", - "id": 2010, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2011", - "id": 2011, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2012", - "id": 2012, - "recordStats": true, + "logicalID": 185, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2185, + "speed": 200000, + "name": "eth1/24/1", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2013", - "id": 2013, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2014", - "id": 2014, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2015", - "id": 2015, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2016", - "id": 2016, - "recordStats": true, + "logicalID": 186, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2186, + "speed": 200000, + "name": "eth1/24/2", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2017", - "id": 2017, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2018", - "id": 2018, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2019", - "id": 2019, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2020", - "id": 2020, - "recordStats": true, + "logicalID": 187, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2187, + "speed": 200000, + "name": "eth1/24/3", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2021", - "id": 2021, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2022", - "id": 2022, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2023", - "id": 2023, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2024", - "id": 2024, - "recordStats": true, + "logicalID": 188, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2188, + "speed": 200000, + "name": "eth1/24/4", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2025", - "id": 2025, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2026", - "id": 2026, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2027", - "id": 2027, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2028", - "id": 2028, - "recordStats": true, + "logicalID": 189, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2189, + "speed": 200000, + "name": "eth1/24/5", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2029", - "id": 2029, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2030", - "id": 2030, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2031", - "id": 2031, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2032", - "id": 2032, - "recordStats": true, + "logicalID": 190, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2190, + "speed": 200000, + "name": "eth1/24/6", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2033", - "id": 2033, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2034", - "id": 2034, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2035", - "id": 2035, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2036", - "id": 2036, - "recordStats": true, + "logicalID": 191, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2191, + "speed": 200000, + "name": "eth1/24/7", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2037", - "id": 2037, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2038", - "id": 2038, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2039", - "id": 2039, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2040", - "id": 2040, - "recordStats": true, + "logicalID": 192, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2192, + "speed": 200000, + "name": "eth1/24/8", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2041", - "id": 2041, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2042", - "id": 2042, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2043", - "id": 2043, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2044", - "id": 2044, - "recordStats": true, + "logicalID": 193, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2193, + "speed": 200000, + "name": "eth1/25/1", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2045", - "id": 2045, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2046", - "id": 2046, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2047", - "id": 2047, - "recordStats": true, + "logicalID": 194, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2194, + "speed": 200000, + "name": "eth1/25/2", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2048", - "id": 2048, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2049", - "id": 2049, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2050", - "id": 2050, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2051", - "id": 2051, - "recordStats": true, + "logicalID": 195, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2195, + "speed": 200000, + "name": "eth1/25/3", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2052", - "id": 2052, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2053", - "id": 2053, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2054", - "id": 2054, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2055", - "id": 2055, - "recordStats": true, + "logicalID": 196, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2196, + "speed": 200000, + "name": "eth1/25/4", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2056", - "id": 2056, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2057", - "id": 2057, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2058", - "id": 2058, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2059", - "id": 2059, - "recordStats": true, + "logicalID": 197, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2197, + "speed": 200000, + "name": "eth1/25/5", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2060", - "id": 2060, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2061", - "id": 2061, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2062", - "id": 2062, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2063", - "id": 2063, - "recordStats": true, + "logicalID": 198, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2198, + "speed": 200000, + "name": "eth1/25/6", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2064", - "id": 2064, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2065", - "id": 2065, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2066", - "id": 2066, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2067", - "id": 2067, - "recordStats": true, + "logicalID": 199, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2199, + "speed": 200000, + "name": "eth1/25/7", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2068", - "id": 2068, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2069", - "id": 2069, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2070", - "id": 2070, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2071", - "id": 2071, - "recordStats": true, + "logicalID": 200, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2200, + "speed": 200000, + "name": "eth1/25/8", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2072", - "id": 2072, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2073", - "id": 2073, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2074", - "id": 2074, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2075", - "id": 2075, - "recordStats": true, + "logicalID": 201, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2201, + "speed": 200000, + "name": "eth1/26/1", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2076", - "id": 2076, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2077", - "id": 2077, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2078", - "id": 2078, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2079", - "id": 2079, - "recordStats": true, + "logicalID": 202, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2202, + "speed": 200000, + "name": "eth1/26/2", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2080", - "id": 2080, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2081", - "id": 2081, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2082", - "id": 2082, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2083", - "id": 2083, - "recordStats": true, + "logicalID": 203, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2203, + "speed": 200000, + "name": "eth1/26/3", + "description": "", + "queues_DEPRECATED": [ - ] + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2084", - "id": 2084, - "recordStats": true, + "logicalID": 204, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2204, + "speed": 200000, + "name": "eth1/26/4", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2085", - "id": 2085, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2086", - "id": 2086, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2087", - "id": 2087, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2088", - "id": 2088, - "recordStats": true, + "logicalID": 205, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2205, + "speed": 200000, + "name": "eth1/26/5", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2089", - "id": 2089, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2090", - "id": 2090, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2091", - "id": 2091, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2092", - "id": 2092, - "recordStats": true, + "logicalID": 206, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2206, + "speed": 200000, + "name": "eth1/26/6", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2093", - "id": 2093, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2094", - "id": 2094, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2095", - "id": 2095, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2096", - "id": 2096, - "recordStats": true, + "logicalID": 207, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2207, + "speed": 200000, + "name": "eth1/26/7", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2097", - "id": 2097, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2098", - "id": 2098, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2099", - "id": 2099, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2100", - "id": 2100, - "recordStats": true, + "logicalID": 208, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2208, + "speed": 200000, + "name": "eth1/26/8", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2101", - "id": 2101, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2102", - "id": 2102, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2103", - "id": 2103, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2104", - "id": 2104, - "recordStats": true, + "logicalID": 209, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ - - ] - }, - { - "name": "vlan2105", - "id": 2105, - "recordStats": true, - "routable": true, - "ipAddresses": [ + "ingressVlan": 2209, + "speed": 200000, + "name": "eth1/27/1", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2106", - "id": 2106, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2107", - "id": 2107, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2108", - "id": 2108, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2109", - "id": 2109, - "recordStats": true, + "logicalID": 210, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2210, + "speed": 200000, + "name": "eth1/27/2", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2110", - "id": 2110, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2111", - "id": 2111, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2112", - "id": 2112, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2113", - "id": 2113, - "recordStats": true, + "logicalID": 211, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2211, + "speed": 200000, + "name": "eth1/27/3", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2114", - "id": 2114, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2115", - "id": 2115, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2116", - "id": 2116, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2117", - "id": 2117, - "recordStats": true, + "logicalID": 212, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2212, + "speed": 200000, + "name": "eth1/27/4", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2118", - "id": 2118, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2119", - "id": 2119, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2120", - "id": 2120, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2121", - "id": 2121, - "recordStats": true, + "logicalID": 213, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2213, + "speed": 200000, + "name": "eth1/27/5", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2122", - "id": 2122, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2123", - "id": 2123, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2124", - "id": 2124, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2125", - "id": 2125, - "recordStats": true, + "logicalID": 214, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2214, + "speed": 200000, + "name": "eth1/27/6", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2126", - "id": 2126, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2127", - "id": 2127, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2128", - "id": 2128, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2129", - "id": 2129, - "recordStats": true, + "logicalID": 215, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2215, + "speed": 200000, + "name": "eth1/27/7", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2130", - "id": 2130, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2131", - "id": 2131, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2132", - "id": 2132, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2133", - "id": 2133, - "recordStats": true, + "logicalID": 216, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2216, + "speed": 200000, + "name": "eth1/27/8", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2134", - "id": 2134, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2135", - "id": 2135, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2136", - "id": 2136, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2137", - "id": 2137, - "recordStats": true, + "logicalID": 217, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2217, + "speed": 200000, + "name": "eth1/28/1", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2138", - "id": 2138, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2139", - "id": 2139, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2140", - "id": 2140, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2141", - "id": 2141, - "recordStats": true, + "logicalID": 218, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2218, + "speed": 200000, + "name": "eth1/28/2", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2142", - "id": 2142, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2143", - "id": 2143, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2144", - "id": 2144, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2145", - "id": 2145, - "recordStats": true, + "logicalID": 219, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2219, + "speed": 200000, + "name": "eth1/28/3", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2146", - "id": 2146, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2147", - "id": 2147, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2148", - "id": 2148, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2149", - "id": 2149, - "recordStats": true, + "logicalID": 220, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2220, + "speed": 200000, + "name": "eth1/28/4", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2150", - "id": 2150, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2151", - "id": 2151, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2152", - "id": 2152, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2153", - "id": 2153, - "recordStats": true, + "logicalID": 221, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2221, + "speed": 200000, + "name": "eth1/28/5", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2154", - "id": 2154, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2155", - "id": 2155, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2156", - "id": 2156, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2157", - "id": 2157, - "recordStats": true, + "logicalID": 222, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2222, + "speed": 200000, + "name": "eth1/28/6", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2158", - "id": 2158, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2159", - "id": 2159, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2160", - "id": 2160, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2161", - "id": 2161, - "recordStats": true, + "logicalID": 223, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2223, + "speed": 200000, + "name": "eth1/28/7", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2162", - "id": 2162, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2163", - "id": 2163, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2164", - "id": 2164, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2165", - "id": 2165, - "recordStats": true, + "logicalID": 224, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2224, + "speed": 200000, + "name": "eth1/28/8", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2166", - "id": 2166, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { - ] - }, - { - "name": "vlan2167", - "id": 2167, - "recordStats": true, - "routable": true, - "ipAddresses": [ + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2168", - "id": 2168, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2169", - "id": 2169, - "recordStats": true, + "logicalID": 225, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2225, + "speed": 200000, + "name": "eth1/29/1", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2170", - "id": 2170, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/1" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2171", - "id": 2171, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2172", - "id": 2172, - "recordStats": true, + "logicalID": 226, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2226, + "speed": 200000, + "name": "eth1/29/2", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2173", - "id": 2173, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/2" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2174", - "id": 2174, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2175", - "id": 2175, - "recordStats": true, + "logicalID": 227, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2227, + "speed": 200000, + "name": "eth1/29/3", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2176", - "id": 2176, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/3" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2177", - "id": 2177, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2178", - "id": 2178, - "recordStats": true, + "logicalID": 228, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2228, + "speed": 200000, + "name": "eth1/29/4", + "description": "", + "queues_DEPRECATED": [ - ] + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/4" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2179", - "id": 2179, - "recordStats": true, + "logicalID": 229, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2229, + "speed": 200000, + "name": "eth1/29/5", + "description": "", + "queues_DEPRECATED": [ - ] + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/5" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2180", - "id": 2180, - "recordStats": true, + "logicalID": 230, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2230, + "speed": 200000, + "name": "eth1/29/6", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2181", - "id": 2181, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/6" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2182", - "id": 2182, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2183", - "id": 2183, - "recordStats": true, + "logicalID": 231, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2231, + "speed": 200000, + "name": "eth1/29/7", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2184", - "id": 2184, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/7" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2185", - "id": 2185, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2186", - "id": 2186, - "recordStats": true, + "logicalID": 232, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2232, + "speed": 200000, + "name": "eth1/29/8", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2187", - "id": 2187, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/8" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2188", - "id": 2188, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2189", - "id": 2189, - "recordStats": true, + "logicalID": 233, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2233, + "speed": 200000, + "name": "eth1/30/1", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2190", - "id": 2190, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/1" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2191", - "id": 2191, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2192", - "id": 2192, - "recordStats": true, + "logicalID": 234, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2234, + "speed": 200000, + "name": "eth1/30/2", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2193", - "id": 2193, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/2" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2194", - "id": 2194, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2195", - "id": 2195, - "recordStats": true, + "logicalID": 235, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2235, + "speed": 200000, + "name": "eth1/30/3", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2196", - "id": 2196, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/3" + }, + "lookupClasses": [ - ] + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2197", - "id": 2197, - "recordStats": true, + "logicalID": 236, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2236, + "speed": 200000, + "name": "eth1/30/4", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2198", - "id": 2198, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/4" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2199", - "id": 2199, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2200", - "id": 2200, - "recordStats": true, + "logicalID": 237, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2237, + "speed": 200000, + "name": "eth1/30/5", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2201", - "id": 2201, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/5" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2202", - "id": 2202, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2203", - "id": 2203, - "recordStats": true, + "logicalID": 238, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2238, + "speed": 200000, + "name": "eth1/30/6", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2204", - "id": 2204, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/6" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2205", - "id": 2205, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2206", - "id": 2206, - "recordStats": true, + "logicalID": 239, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2239, + "speed": 200000, + "name": "eth1/30/7", + "description": "", + "queues_DEPRECATED": [ - ] - }, - { - "name": "vlan2207", - "id": 2207, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/7" + }, + "lookupClasses": [ - ] - }, - { - "name": "vlan2208", - "id": 2208, - "recordStats": true, - "routable": true, - "ipAddresses": [ + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ - ] + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2209", - "id": 2209, - "recordStats": true, + "logicalID": 240, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2240, + "speed": 200000, + "name": "eth1/30/8", + "description": "", + "queues_DEPRECATED": [ - ] + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/8" + }, + "lookupClasses": [ + + ], + "profileID": 53, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2210", - "id": 2210, - "recordStats": true, + "logicalID": 241, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, "routable": true, - "ipAddresses": [ + "ingressVlan": 2241, + "speed": 800000, + "name": "eth1/31/1", + "description": "", + "queues_DEPRECATED": [ - ] + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/1" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false }, { - "name": "vlan2211", - "id": 2211, - "recordStats": true, - "routable": true, - "ipAddresses": [ + "logicalID": 245, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2245, + "speed": 800000, + "name": "eth1/31/5", + "description": "", + "queues_DEPRECATED": [ - ] + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/5" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 249, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2249, + "speed": 800000, + "name": "eth1/32/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/1" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 253, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2253, + "speed": 800000, + "name": "eth1/32/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/5" + }, + "lookupClasses": [ + + ], + "profileID": 52, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 257, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2257, + "speed": 100000, + "name": "eth1/33/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 23, + "portType": 4, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 258, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2265, + "speed": 200000, + "name": "eth1/34/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 259, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2266, + "speed": 200000, + "name": "eth1/34/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 260, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2267, + "speed": 200000, + "name": "eth1/34/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 261, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2268, + "speed": 200000, + "name": "eth1/34/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 262, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2269, + "speed": 200000, + "name": "eth1/34/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 263, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2270, + "speed": 200000, + "name": "eth1/34/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 264, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2271, + "speed": 200000, + "name": "eth1/34/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 265, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2272, + "speed": 200000, + "name": "eth1/34/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 266, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2273, + "speed": 200000, + "name": "eth1/35/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 267, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2274, + "speed": 200000, + "name": "eth1/35/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 268, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2275, + "speed": 200000, + "name": "eth1/35/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 269, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2276, + "speed": 200000, + "name": "eth1/35/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 270, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2277, + "speed": 200000, + "name": "eth1/35/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 271, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2278, + "speed": 200000, + "name": "eth1/35/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 272, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2279, + "speed": 200000, + "name": "eth1/35/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 273, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2280, + "speed": 200000, + "name": "eth1/35/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 274, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2281, + "speed": 200000, + "name": "eth1/36/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 275, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2282, + "speed": 200000, + "name": "eth1/36/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 276, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2283, + "speed": 200000, + "name": "eth1/36/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 277, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2284, + "speed": 200000, + "name": "eth1/36/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 278, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2285, + "speed": 200000, + "name": "eth1/36/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 279, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2286, + "speed": 200000, + "name": "eth1/36/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 280, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2287, + "speed": 200000, + "name": "eth1/36/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 281, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2288, + "speed": 200000, + "name": "eth1/36/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 282, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2289, + "speed": 200000, + "name": "eth1/37/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 283, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2290, + "speed": 200000, + "name": "eth1/37/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 284, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2291, + "speed": 200000, + "name": "eth1/37/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 285, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2292, + "speed": 200000, + "name": "eth1/37/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 286, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2293, + "speed": 200000, + "name": "eth1/37/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 287, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2294, + "speed": 200000, + "name": "eth1/37/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 288, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2295, + "speed": 200000, + "name": "eth1/37/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 289, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2296, + "speed": 200000, + "name": "eth1/37/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 290, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2297, + "speed": 200000, + "name": "eth1/38/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 291, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2298, + "speed": 200000, + "name": "eth1/38/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 292, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2299, + "speed": 200000, + "name": "eth1/38/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 293, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2300, + "speed": 200000, + "name": "eth1/38/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 294, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2301, + "speed": 200000, + "name": "eth1/38/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 295, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2302, + "speed": 200000, + "name": "eth1/38/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 296, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2303, + "speed": 200000, + "name": "eth1/38/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 297, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2304, + "speed": 200000, + "name": "eth1/38/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 298, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2305, + "speed": 200000, + "name": "eth1/39/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 299, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2306, + "speed": 200000, + "name": "eth1/39/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 300, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2307, + "speed": 200000, + "name": "eth1/39/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 301, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2308, + "speed": 200000, + "name": "eth1/39/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 302, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2309, + "speed": 200000, + "name": "eth1/39/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 303, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2310, + "speed": 200000, + "name": "eth1/39/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 304, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2311, + "speed": 200000, + "name": "eth1/39/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 305, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2312, + "speed": 200000, + "name": "eth1/39/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 306, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2313, + "speed": 200000, + "name": "eth1/40/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 307, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2314, + "speed": 200000, + "name": "eth1/40/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 308, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2315, + "speed": 200000, + "name": "eth1/40/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 309, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2316, + "speed": 200000, + "name": "eth1/40/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 310, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2317, + "speed": 200000, + "name": "eth1/40/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 311, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2318, + "speed": 200000, + "name": "eth1/40/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 312, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2319, + "speed": 200000, + "name": "eth1/40/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 313, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2320, + "speed": 200000, + "name": "eth1/40/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 314, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2321, + "speed": 200000, + "name": "eth1/41/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 315, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2322, + "speed": 200000, + "name": "eth1/41/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 316, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2323, + "speed": 200000, + "name": "eth1/41/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 317, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2324, + "speed": 200000, + "name": "eth1/41/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 318, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2325, + "speed": 200000, + "name": "eth1/41/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 319, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2326, + "speed": 200000, + "name": "eth1/41/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 320, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2327, + "speed": 200000, + "name": "eth1/41/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 321, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2328, + "speed": 200000, + "name": "eth1/41/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 322, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2329, + "speed": 200000, + "name": "eth1/42/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 323, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2330, + "speed": 200000, + "name": "eth1/42/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 324, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2331, + "speed": 200000, + "name": "eth1/42/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 325, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2332, + "speed": 200000, + "name": "eth1/42/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 326, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2333, + "speed": 200000, + "name": "eth1/42/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 327, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2334, + "speed": 200000, + "name": "eth1/42/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 328, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2335, + "speed": 200000, + "name": "eth1/42/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 329, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2336, + "speed": 200000, + "name": "eth1/42/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 330, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2337, + "speed": 200000, + "name": "eth1/43/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 331, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2338, + "speed": 200000, + "name": "eth1/43/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 332, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2339, + "speed": 200000, + "name": "eth1/43/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 333, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2340, + "speed": 200000, + "name": "eth1/43/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 334, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2341, + "speed": 200000, + "name": "eth1/43/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 335, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2342, + "speed": 200000, + "name": "eth1/43/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 336, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2343, + "speed": 200000, + "name": "eth1/43/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 337, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2344, + "speed": 200000, + "name": "eth1/43/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 338, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2345, + "speed": 200000, + "name": "eth1/44/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 339, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2346, + "speed": 200000, + "name": "eth1/44/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 340, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2347, + "speed": 200000, + "name": "eth1/44/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 341, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2348, + "speed": 200000, + "name": "eth1/44/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 342, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2349, + "speed": 200000, + "name": "eth1/44/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 343, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2350, + "speed": 200000, + "name": "eth1/44/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 344, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2351, + "speed": 200000, + "name": "eth1/44/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 345, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2352, + "speed": 200000, + "name": "eth1/44/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 346, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2353, + "speed": 200000, + "name": "eth1/45/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 347, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2354, + "speed": 200000, + "name": "eth1/45/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 348, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2355, + "speed": 200000, + "name": "eth1/45/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 349, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2356, + "speed": 200000, + "name": "eth1/45/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 350, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2357, + "speed": 200000, + "name": "eth1/45/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 351, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2358, + "speed": 200000, + "name": "eth1/45/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 352, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2359, + "speed": 200000, + "name": "eth1/45/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 353, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2360, + "speed": 200000, + "name": "eth1/45/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 354, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2361, + "speed": 200000, + "name": "eth1/46/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 355, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2362, + "speed": 200000, + "name": "eth1/46/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 356, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2363, + "speed": 200000, + "name": "eth1/46/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 357, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2364, + "speed": 200000, + "name": "eth1/46/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 358, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2365, + "speed": 200000, + "name": "eth1/46/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 359, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2366, + "speed": 200000, + "name": "eth1/46/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 360, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2367, + "speed": 200000, + "name": "eth1/46/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 361, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2368, + "speed": 200000, + "name": "eth1/46/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 362, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2369, + "speed": 200000, + "name": "eth1/47/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 363, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2370, + "speed": 200000, + "name": "eth1/47/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 364, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2371, + "speed": 200000, + "name": "eth1/47/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 365, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2372, + "speed": 200000, + "name": "eth1/47/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 366, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2373, + "speed": 200000, + "name": "eth1/47/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 367, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2374, + "speed": 200000, + "name": "eth1/47/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 368, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2375, + "speed": 200000, + "name": "eth1/47/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 369, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2376, + "speed": 200000, + "name": "eth1/47/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 370, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2377, + "speed": 200000, + "name": "eth1/48/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 371, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2378, + "speed": 200000, + "name": "eth1/48/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 372, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2379, + "speed": 200000, + "name": "eth1/48/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 373, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2380, + "speed": 200000, + "name": "eth1/48/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 374, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2381, + "speed": 200000, + "name": "eth1/48/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 375, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2382, + "speed": 200000, + "name": "eth1/48/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 376, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2383, + "speed": 200000, + "name": "eth1/48/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 377, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2384, + "speed": 200000, + "name": "eth1/48/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 378, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2385, + "speed": 200000, + "name": "eth1/49/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 379, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2386, + "speed": 200000, + "name": "eth1/49/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 380, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2387, + "speed": 200000, + "name": "eth1/49/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 381, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2388, + "speed": 200000, + "name": "eth1/49/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 382, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2389, + "speed": 200000, + "name": "eth1/49/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 383, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2390, + "speed": 200000, + "name": "eth1/49/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 384, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2391, + "speed": 200000, + "name": "eth1/49/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 385, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2392, + "speed": 200000, + "name": "eth1/49/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 386, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2393, + "speed": 200000, + "name": "eth1/50/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 387, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2394, + "speed": 200000, + "name": "eth1/50/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 388, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2395, + "speed": 200000, + "name": "eth1/50/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 389, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2396, + "speed": 200000, + "name": "eth1/50/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 390, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2397, + "speed": 200000, + "name": "eth1/50/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 391, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2398, + "speed": 200000, + "name": "eth1/50/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 392, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2399, + "speed": 200000, + "name": "eth1/50/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 393, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2400, + "speed": 200000, + "name": "eth1/50/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 394, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2401, + "speed": 200000, + "name": "eth1/51/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 395, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2402, + "speed": 200000, + "name": "eth1/51/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 396, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2403, + "speed": 200000, + "name": "eth1/51/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 397, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2404, + "speed": 200000, + "name": "eth1/51/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 398, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2405, + "speed": 200000, + "name": "eth1/51/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 399, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2406, + "speed": 200000, + "name": "eth1/51/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 400, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2407, + "speed": 200000, + "name": "eth1/51/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 401, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2408, + "speed": 200000, + "name": "eth1/51/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 402, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2409, + "speed": 200000, + "name": "eth1/52/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 403, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2410, + "speed": 200000, + "name": "eth1/52/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 404, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2411, + "speed": 200000, + "name": "eth1/52/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 405, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2412, + "speed": 200000, + "name": "eth1/52/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 406, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2413, + "speed": 200000, + "name": "eth1/52/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 407, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2414, + "speed": 200000, + "name": "eth1/52/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 408, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2415, + "speed": 200000, + "name": "eth1/52/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 409, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2416, + "speed": 200000, + "name": "eth1/52/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 410, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2417, + "speed": 200000, + "name": "eth1/53/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 411, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2418, + "speed": 200000, + "name": "eth1/53/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 412, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2419, + "speed": 200000, + "name": "eth1/53/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 413, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2420, + "speed": 200000, + "name": "eth1/53/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 414, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2421, + "speed": 200000, + "name": "eth1/53/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 415, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2422, + "speed": 200000, + "name": "eth1/53/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 416, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2423, + "speed": 200000, + "name": "eth1/53/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 417, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2424, + "speed": 200000, + "name": "eth1/53/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 418, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2425, + "speed": 200000, + "name": "eth1/54/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 419, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2426, + "speed": 200000, + "name": "eth1/54/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 420, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2427, + "speed": 200000, + "name": "eth1/54/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 421, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2428, + "speed": 200000, + "name": "eth1/54/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 422, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2429, + "speed": 200000, + "name": "eth1/54/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 423, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2430, + "speed": 200000, + "name": "eth1/54/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 424, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2431, + "speed": 200000, + "name": "eth1/54/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 425, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2432, + "speed": 200000, + "name": "eth1/54/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 426, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2433, + "speed": 200000, + "name": "eth1/55/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 427, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2434, + "speed": 200000, + "name": "eth1/55/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 428, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2435, + "speed": 200000, + "name": "eth1/55/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 429, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2436, + "speed": 200000, + "name": "eth1/55/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 430, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2437, + "speed": 200000, + "name": "eth1/55/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 431, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2438, + "speed": 200000, + "name": "eth1/55/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 432, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2439, + "speed": 200000, + "name": "eth1/55/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 433, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2440, + "speed": 200000, + "name": "eth1/55/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 434, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2441, + "speed": 200000, + "name": "eth1/56/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 435, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2442, + "speed": 200000, + "name": "eth1/56/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 436, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2443, + "speed": 200000, + "name": "eth1/56/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 437, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2444, + "speed": 200000, + "name": "eth1/56/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 438, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2445, + "speed": 200000, + "name": "eth1/56/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 439, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2446, + "speed": 200000, + "name": "eth1/56/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 440, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2447, + "speed": 200000, + "name": "eth1/56/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 441, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2448, + "speed": 200000, + "name": "eth1/56/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 442, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2449, + "speed": 200000, + "name": "eth1/57/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 443, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2450, + "speed": 200000, + "name": "eth1/57/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 444, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2451, + "speed": 200000, + "name": "eth1/57/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 445, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2452, + "speed": 200000, + "name": "eth1/57/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 446, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2453, + "speed": 200000, + "name": "eth1/57/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 447, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2454, + "speed": 200000, + "name": "eth1/57/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 448, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2455, + "speed": 200000, + "name": "eth1/57/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 449, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2456, + "speed": 200000, + "name": "eth1/57/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 450, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2457, + "speed": 200000, + "name": "eth1/58/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 451, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2458, + "speed": 200000, + "name": "eth1/58/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 452, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2459, + "speed": 200000, + "name": "eth1/58/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 453, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2460, + "speed": 200000, + "name": "eth1/58/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 454, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2461, + "speed": 200000, + "name": "eth1/58/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 455, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2462, + "speed": 200000, + "name": "eth1/58/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 456, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2463, + "speed": 200000, + "name": "eth1/58/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 457, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2464, + "speed": 200000, + "name": "eth1/58/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 458, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2465, + "speed": 200000, + "name": "eth1/59/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 459, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2466, + "speed": 200000, + "name": "eth1/59/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 460, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2467, + "speed": 200000, + "name": "eth1/59/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 461, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2468, + "speed": 200000, + "name": "eth1/59/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 462, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2469, + "speed": 200000, + "name": "eth1/59/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 463, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2470, + "speed": 200000, + "name": "eth1/59/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 464, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2471, + "speed": 200000, + "name": "eth1/59/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 465, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2472, + "speed": 200000, + "name": "eth1/59/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 466, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2473, + "speed": 200000, + "name": "eth1/60/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 467, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2474, + "speed": 200000, + "name": "eth1/60/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 468, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2475, + "speed": 200000, + "name": "eth1/60/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 469, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2476, + "speed": 200000, + "name": "eth1/60/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 470, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2477, + "speed": 200000, + "name": "eth1/60/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 471, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2478, + "speed": 200000, + "name": "eth1/60/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 472, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2479, + "speed": 200000, + "name": "eth1/60/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 473, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2480, + "speed": 200000, + "name": "eth1/60/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 474, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2481, + "speed": 200000, + "name": "eth1/61/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 475, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2482, + "speed": 200000, + "name": "eth1/61/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 476, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2483, + "speed": 200000, + "name": "eth1/61/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 477, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2484, + "speed": 200000, + "name": "eth1/61/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 478, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2485, + "speed": 200000, + "name": "eth1/61/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 479, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2486, + "speed": 200000, + "name": "eth1/61/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 480, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2487, + "speed": 200000, + "name": "eth1/61/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 481, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2488, + "speed": 200000, + "name": "eth1/61/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 482, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2489, + "speed": 200000, + "name": "eth1/62/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 483, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2490, + "speed": 200000, + "name": "eth1/62/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 484, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2491, + "speed": 200000, + "name": "eth1/62/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 485, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2492, + "speed": 200000, + "name": "eth1/62/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 486, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2493, + "speed": 200000, + "name": "eth1/62/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 487, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2494, + "speed": 200000, + "name": "eth1/62/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 488, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2495, + "speed": 200000, + "name": "eth1/62/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 489, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2496, + "speed": 200000, + "name": "eth1/62/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 490, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2497, + "speed": 200000, + "name": "eth1/63/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 491, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2498, + "speed": 200000, + "name": "eth1/63/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 492, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2499, + "speed": 200000, + "name": "eth1/63/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 493, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2500, + "speed": 200000, + "name": "eth1/63/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 494, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2501, + "speed": 200000, + "name": "eth1/63/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 495, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2502, + "speed": 200000, + "name": "eth1/63/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 496, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2503, + "speed": 200000, + "name": "eth1/63/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 497, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2504, + "speed": 200000, + "name": "eth1/63/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 498, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2505, + "speed": 200000, + "name": "eth1/64/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 499, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2506, + "speed": 200000, + "name": "eth1/64/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 500, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2507, + "speed": 200000, + "name": "eth1/64/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 501, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2508, + "speed": 200000, + "name": "eth1/64/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 502, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2509, + "speed": 200000, + "name": "eth1/64/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 503, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2510, + "speed": 200000, + "name": "eth1/64/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 504, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2511, + "speed": 200000, + "name": "eth1/64/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 505, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2512, + "speed": 200000, + "name": "eth1/64/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 506, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2513, + "speed": 200000, + "name": "eth1/65/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 507, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2514, + "speed": 200000, + "name": "eth1/65/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 508, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2515, + "speed": 200000, + "name": "eth1/65/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 509, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2516, + "speed": 200000, + "name": "eth1/65/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 510, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2517, + "speed": 200000, + "name": "eth1/65/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 511, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2518, + "speed": 200000, + "name": "eth1/65/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 512, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2519, + "speed": 200000, + "name": "eth1/65/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 513, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2520, + "speed": 200000, + "name": "eth1/65/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + } + ], + "vlans": [ + { + "name": "fbossLoopback0", + "id": 10, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "default", + "id": 4094, + "recordStats": true, + "routable": false, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2001", + "id": 2001, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2005", + "id": 2005, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2009", + "id": 2009, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2013", + "id": 2013, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2017", + "id": 2017, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2019", + "id": 2019, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2021", + "id": 2021, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2023", + "id": 2023, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2025", + "id": 2025, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2027", + "id": 2027, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2029", + "id": 2029, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2031", + "id": 2031, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2033", + "id": 2033, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2034", + "id": 2034, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2035", + "id": 2035, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2036", + "id": 2036, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2037", + "id": 2037, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2038", + "id": 2038, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2039", + "id": 2039, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2040", + "id": 2040, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2041", + "id": 2041, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2042", + "id": 2042, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2043", + "id": 2043, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2044", + "id": 2044, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2045", + "id": 2045, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2046", + "id": 2046, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2047", + "id": 2047, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2048", + "id": 2048, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2049", + "id": 2049, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2050", + "id": 2050, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2051", + "id": 2051, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2052", + "id": 2052, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2053", + "id": 2053, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2054", + "id": 2054, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2055", + "id": 2055, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2056", + "id": 2056, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2057", + "id": 2057, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2058", + "id": 2058, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2059", + "id": 2059, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2060", + "id": 2060, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2061", + "id": 2061, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2062", + "id": 2062, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2063", + "id": 2063, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2064", + "id": 2064, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2065", + "id": 2065, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2066", + "id": 2066, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2067", + "id": 2067, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2068", + "id": 2068, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2069", + "id": 2069, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2070", + "id": 2070, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2071", + "id": 2071, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2072", + "id": 2072, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2073", + "id": 2073, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2074", + "id": 2074, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2075", + "id": 2075, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2076", + "id": 2076, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2077", + "id": 2077, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2078", + "id": 2078, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2079", + "id": 2079, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2080", + "id": 2080, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2081", + "id": 2081, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2082", + "id": 2082, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2083", + "id": 2083, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2084", + "id": 2084, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2085", + "id": 2085, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2086", + "id": 2086, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2087", + "id": 2087, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2088", + "id": 2088, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2089", + "id": 2089, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2090", + "id": 2090, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2091", + "id": 2091, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2092", + "id": 2092, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2093", + "id": 2093, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2094", + "id": 2094, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2095", + "id": 2095, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2096", + "id": 2096, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2097", + "id": 2097, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2101", + "id": 2101, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2105", + "id": 2105, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2109", + "id": 2109, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2113", + "id": 2113, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2115", + "id": 2115, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2117", + "id": 2117, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2119", + "id": 2119, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2121", + "id": 2121, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2123", + "id": 2123, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2125", + "id": 2125, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2127", + "id": 2127, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2129", + "id": 2129, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2130", + "id": 2130, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2131", + "id": 2131, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2132", + "id": 2132, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2133", + "id": 2133, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2134", + "id": 2134, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2135", + "id": 2135, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2136", + "id": 2136, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2137", + "id": 2137, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2138", + "id": 2138, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2139", + "id": 2139, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2140", + "id": 2140, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2141", + "id": 2141, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2142", + "id": 2142, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2143", + "id": 2143, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2144", + "id": 2144, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2145", + "id": 2145, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2149", + "id": 2149, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2153", + "id": 2153, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2157", + "id": 2157, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2161", + "id": 2161, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2162", + "id": 2162, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2163", + "id": 2163, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2164", + "id": 2164, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2165", + "id": 2165, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2166", + "id": 2166, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2167", + "id": 2167, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2168", + "id": 2168, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2169", + "id": 2169, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2170", + "id": 2170, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2171", + "id": 2171, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2172", + "id": 2172, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2173", + "id": 2173, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2174", + "id": 2174, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2175", + "id": 2175, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2176", + "id": 2176, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2177", + "id": 2177, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2178", + "id": 2178, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2179", + "id": 2179, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2180", + "id": 2180, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2181", + "id": 2181, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2182", + "id": 2182, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2183", + "id": 2183, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2184", + "id": 2184, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2185", + "id": 2185, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2186", + "id": 2186, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2187", + "id": 2187, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2188", + "id": 2188, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2189", + "id": 2189, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2190", + "id": 2190, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2191", + "id": 2191, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2192", + "id": 2192, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2193", + "id": 2193, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2194", + "id": 2194, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2195", + "id": 2195, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2196", + "id": 2196, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2197", + "id": 2197, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2198", + "id": 2198, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2199", + "id": 2199, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2200", + "id": 2200, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2201", + "id": 2201, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2202", + "id": 2202, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2203", + "id": 2203, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2204", + "id": 2204, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2205", + "id": 2205, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2206", + "id": 2206, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2207", + "id": 2207, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2208", + "id": 2208, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2209", + "id": 2209, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2210", + "id": 2210, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2211", + "id": 2211, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2212", + "id": 2212, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2213", + "id": 2213, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2214", + "id": 2214, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2215", + "id": 2215, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2216", + "id": 2216, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2217", + "id": 2217, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2218", + "id": 2218, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2219", + "id": 2219, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2220", + "id": 2220, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2221", + "id": 2221, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2222", + "id": 2222, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2223", + "id": 2223, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2224", + "id": 2224, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2225", + "id": 2225, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2226", + "id": 2226, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2227", + "id": 2227, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2228", + "id": 2228, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2229", + "id": 2229, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2230", + "id": 2230, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2231", + "id": 2231, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2232", + "id": 2232, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2233", + "id": 2233, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2234", + "id": 2234, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2235", + "id": 2235, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2236", + "id": 2236, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2237", + "id": 2237, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2238", + "id": 2238, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2239", + "id": 2239, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2240", + "id": 2240, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2241", + "id": 2241, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2245", + "id": 2245, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2249", + "id": 2249, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2253", + "id": 2253, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2257", + "id": 2257, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2265", + "id": 2265, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2266", + "id": 2266, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2267", + "id": 2267, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2268", + "id": 2268, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2269", + "id": 2269, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2270", + "id": 2270, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2271", + "id": 2271, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2272", + "id": 2272, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2273", + "id": 2273, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2274", + "id": 2274, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2275", + "id": 2275, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2276", + "id": 2276, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2277", + "id": 2277, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2278", + "id": 2278, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2279", + "id": 2279, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2280", + "id": 2280, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2281", + "id": 2281, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2282", + "id": 2282, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2283", + "id": 2283, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2284", + "id": 2284, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2285", + "id": 2285, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2286", + "id": 2286, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2287", + "id": 2287, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2288", + "id": 2288, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2289", + "id": 2289, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2290", + "id": 2290, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2291", + "id": 2291, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2292", + "id": 2292, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2293", + "id": 2293, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2294", + "id": 2294, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2295", + "id": 2295, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2296", + "id": 2296, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2297", + "id": 2297, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2298", + "id": 2298, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2299", + "id": 2299, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2300", + "id": 2300, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2301", + "id": 2301, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2302", + "id": 2302, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2303", + "id": 2303, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2304", + "id": 2304, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2305", + "id": 2305, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2306", + "id": 2306, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2307", + "id": 2307, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2308", + "id": 2308, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2309", + "id": 2309, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2310", + "id": 2310, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2311", + "id": 2311, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2312", + "id": 2312, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2313", + "id": 2313, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2314", + "id": 2314, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2315", + "id": 2315, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2316", + "id": 2316, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2317", + "id": 2317, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2318", + "id": 2318, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2319", + "id": 2319, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2320", + "id": 2320, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2321", + "id": 2321, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2322", + "id": 2322, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2323", + "id": 2323, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2324", + "id": 2324, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2325", + "id": 2325, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2326", + "id": 2326, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2327", + "id": 2327, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2328", + "id": 2328, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2329", + "id": 2329, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2330", + "id": 2330, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2331", + "id": 2331, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2332", + "id": 2332, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2333", + "id": 2333, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2334", + "id": 2334, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2335", + "id": 2335, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2336", + "id": 2336, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2337", + "id": 2337, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2338", + "id": 2338, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2339", + "id": 2339, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2340", + "id": 2340, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2341", + "id": 2341, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2342", + "id": 2342, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2343", + "id": 2343, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2344", + "id": 2344, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2345", + "id": 2345, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2346", + "id": 2346, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2347", + "id": 2347, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2348", + "id": 2348, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2349", + "id": 2349, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2350", + "id": 2350, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2351", + "id": 2351, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2352", + "id": 2352, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2353", + "id": 2353, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2354", + "id": 2354, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2355", + "id": 2355, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2356", + "id": 2356, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2357", + "id": 2357, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2358", + "id": 2358, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2359", + "id": 2359, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2360", + "id": 2360, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2361", + "id": 2361, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2362", + "id": 2362, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2363", + "id": 2363, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2364", + "id": 2364, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2365", + "id": 2365, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2366", + "id": 2366, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2367", + "id": 2367, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2368", + "id": 2368, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2369", + "id": 2369, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2370", + "id": 2370, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2371", + "id": 2371, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2372", + "id": 2372, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2373", + "id": 2373, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2374", + "id": 2374, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2375", + "id": 2375, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2376", + "id": 2376, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2377", + "id": 2377, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2378", + "id": 2378, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2379", + "id": 2379, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2380", + "id": 2380, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2381", + "id": 2381, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2382", + "id": 2382, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2383", + "id": 2383, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2384", + "id": 2384, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2385", + "id": 2385, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2386", + "id": 2386, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2387", + "id": 2387, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2388", + "id": 2388, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2389", + "id": 2389, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2390", + "id": 2390, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2391", + "id": 2391, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2392", + "id": 2392, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2393", + "id": 2393, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2394", + "id": 2394, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2395", + "id": 2395, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2396", + "id": 2396, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2397", + "id": 2397, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2398", + "id": 2398, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2399", + "id": 2399, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2400", + "id": 2400, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2401", + "id": 2401, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2402", + "id": 2402, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2403", + "id": 2403, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2404", + "id": 2404, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2405", + "id": 2405, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2406", + "id": 2406, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2407", + "id": 2407, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2408", + "id": 2408, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2409", + "id": 2409, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2410", + "id": 2410, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2411", + "id": 2411, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2412", + "id": 2412, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2413", + "id": 2413, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2414", + "id": 2414, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2415", + "id": 2415, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2416", + "id": 2416, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2417", + "id": 2417, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2418", + "id": 2418, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2419", + "id": 2419, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2420", + "id": 2420, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2421", + "id": 2421, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2422", + "id": 2422, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2423", + "id": 2423, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2424", + "id": 2424, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2425", + "id": 2425, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2426", + "id": 2426, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2427", + "id": 2427, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2428", + "id": 2428, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2429", + "id": 2429, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2430", + "id": 2430, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2431", + "id": 2431, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2432", + "id": 2432, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2433", + "id": 2433, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2434", + "id": 2434, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2435", + "id": 2435, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2436", + "id": 2436, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2437", + "id": 2437, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2438", + "id": 2438, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2439", + "id": 2439, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2440", + "id": 2440, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2441", + "id": 2441, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2442", + "id": 2442, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2443", + "id": 2443, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2444", + "id": 2444, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2445", + "id": 2445, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2446", + "id": 2446, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2447", + "id": 2447, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2448", + "id": 2448, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2449", + "id": 2449, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2450", + "id": 2450, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2451", + "id": 2451, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2452", + "id": 2452, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2453", + "id": 2453, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2454", + "id": 2454, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2455", + "id": 2455, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2456", + "id": 2456, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2457", + "id": 2457, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2458", + "id": 2458, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2459", + "id": 2459, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2460", + "id": 2460, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2461", + "id": 2461, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2462", + "id": 2462, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2463", + "id": 2463, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2464", + "id": 2464, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2465", + "id": 2465, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2466", + "id": 2466, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2467", + "id": 2467, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2468", + "id": 2468, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2469", + "id": 2469, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2470", + "id": 2470, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2471", + "id": 2471, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2472", + "id": 2472, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2473", + "id": 2473, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2474", + "id": 2474, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2475", + "id": 2475, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2476", + "id": 2476, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2477", + "id": 2477, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2478", + "id": 2478, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2479", + "id": 2479, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2480", + "id": 2480, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2481", + "id": 2481, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2482", + "id": 2482, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2483", + "id": 2483, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2484", + "id": 2484, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2485", + "id": 2485, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2486", + "id": 2486, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2487", + "id": 2487, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2488", + "id": 2488, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2489", + "id": 2489, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2490", + "id": 2490, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2491", + "id": 2491, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2492", + "id": 2492, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2493", + "id": 2493, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2494", + "id": 2494, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2495", + "id": 2495, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2496", + "id": 2496, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2497", + "id": 2497, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2498", + "id": 2498, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2499", + "id": 2499, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2500", + "id": 2500, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2501", + "id": 2501, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2502", + "id": 2502, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2503", + "id": 2503, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2504", + "id": 2504, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2505", + "id": 2505, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2506", + "id": 2506, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2507", + "id": 2507, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2508", + "id": 2508, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2509", + "id": 2509, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2510", + "id": 2510, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2511", + "id": 2511, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2512", + "id": 2512, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2513", + "id": 2513, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2514", + "id": 2514, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2515", + "id": 2515, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2516", + "id": 2516, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2517", + "id": 2517, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2518", + "id": 2518, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2519", + "id": 2519, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2520", + "id": 2520, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + } + ], + "vlanPorts": [ + { + "vlanID": 2001, + "logicalPort": 1, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2005, + "logicalPort": 5, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2009, + "logicalPort": 9, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2013, + "logicalPort": 13, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2017, + "logicalPort": 17, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2019, + "logicalPort": 19, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2021, + "logicalPort": 21, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2023, + "logicalPort": 23, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2025, + "logicalPort": 25, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2027, + "logicalPort": 27, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2029, + "logicalPort": 29, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2031, + "logicalPort": 31, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2033, + "logicalPort": 33, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2034, + "logicalPort": 34, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2035, + "logicalPort": 35, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2036, + "logicalPort": 36, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2037, + "logicalPort": 37, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2038, + "logicalPort": 38, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2039, + "logicalPort": 39, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2040, + "logicalPort": 40, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2041, + "logicalPort": 41, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2042, + "logicalPort": 42, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2043, + "logicalPort": 43, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2044, + "logicalPort": 44, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2045, + "logicalPort": 45, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2046, + "logicalPort": 46, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2047, + "logicalPort": 47, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2048, + "logicalPort": 48, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2049, + "logicalPort": 49, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2050, + "logicalPort": 50, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2051, + "logicalPort": 51, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2052, + "logicalPort": 52, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2053, + "logicalPort": 53, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2054, + "logicalPort": 54, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2055, + "logicalPort": 55, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2056, + "logicalPort": 56, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2057, + "logicalPort": 57, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2058, + "logicalPort": 58, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2059, + "logicalPort": 59, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2060, + "logicalPort": 60, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2061, + "logicalPort": 61, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2062, + "logicalPort": 62, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2063, + "logicalPort": 63, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2064, + "logicalPort": 64, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2065, + "logicalPort": 65, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2066, + "logicalPort": 66, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2067, + "logicalPort": 67, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2068, + "logicalPort": 68, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2069, + "logicalPort": 69, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2070, + "logicalPort": 70, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2071, + "logicalPort": 71, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2072, + "logicalPort": 72, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2073, + "logicalPort": 73, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2074, + "logicalPort": 74, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2075, + "logicalPort": 75, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2076, + "logicalPort": 76, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2077, + "logicalPort": 77, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2078, + "logicalPort": 78, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2079, + "logicalPort": 79, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2080, + "logicalPort": 80, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2081, + "logicalPort": 81, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2082, + "logicalPort": 82, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2083, + "logicalPort": 83, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2084, + "logicalPort": 84, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2085, + "logicalPort": 85, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2086, + "logicalPort": 86, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2087, + "logicalPort": 87, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2088, + "logicalPort": 88, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2089, + "logicalPort": 89, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2090, + "logicalPort": 90, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2091, + "logicalPort": 91, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2092, + "logicalPort": 92, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2093, + "logicalPort": 93, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2094, + "logicalPort": 94, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2095, + "logicalPort": 95, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2096, + "logicalPort": 96, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2097, + "logicalPort": 97, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2101, + "logicalPort": 101, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2105, + "logicalPort": 105, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2109, + "logicalPort": 109, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2113, + "logicalPort": 113, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2115, + "logicalPort": 115, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2117, + "logicalPort": 117, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2119, + "logicalPort": 119, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2121, + "logicalPort": 121, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2123, + "logicalPort": 123, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2125, + "logicalPort": 125, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2127, + "logicalPort": 127, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2129, + "logicalPort": 129, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2130, + "logicalPort": 130, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2131, + "logicalPort": 131, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2132, + "logicalPort": 132, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2133, + "logicalPort": 133, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2134, + "logicalPort": 134, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2135, + "logicalPort": 135, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2136, + "logicalPort": 136, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2137, + "logicalPort": 137, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2138, + "logicalPort": 138, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2139, + "logicalPort": 139, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2140, + "logicalPort": 140, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2141, + "logicalPort": 141, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2142, + "logicalPort": 142, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2143, + "logicalPort": 143, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2144, + "logicalPort": 144, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2145, + "logicalPort": 145, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2149, + "logicalPort": 149, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2153, + "logicalPort": 153, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2157, + "logicalPort": 157, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2161, + "logicalPort": 161, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2162, + "logicalPort": 162, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2163, + "logicalPort": 163, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2164, + "logicalPort": 164, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2165, + "logicalPort": 165, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2166, + "logicalPort": 166, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2167, + "logicalPort": 167, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2168, + "logicalPort": 168, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2169, + "logicalPort": 169, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2170, + "logicalPort": 170, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2171, + "logicalPort": 171, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2172, + "logicalPort": 172, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2173, + "logicalPort": 173, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2174, + "logicalPort": 174, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2175, + "logicalPort": 175, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2176, + "logicalPort": 176, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2177, + "logicalPort": 177, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2178, + "logicalPort": 178, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2179, + "logicalPort": 179, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2180, + "logicalPort": 180, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2181, + "logicalPort": 181, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2182, + "logicalPort": 182, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2183, + "logicalPort": 183, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2184, + "logicalPort": 184, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2185, + "logicalPort": 185, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2186, + "logicalPort": 186, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2187, + "logicalPort": 187, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2188, + "logicalPort": 188, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2189, + "logicalPort": 189, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2190, + "logicalPort": 190, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2191, + "logicalPort": 191, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2192, + "logicalPort": 192, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2193, + "logicalPort": 193, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2194, + "logicalPort": 194, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2195, + "logicalPort": 195, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2196, + "logicalPort": 196, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2197, + "logicalPort": 197, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2198, + "logicalPort": 198, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2199, + "logicalPort": 199, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2200, + "logicalPort": 200, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2201, + "logicalPort": 201, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2202, + "logicalPort": 202, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2203, + "logicalPort": 203, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2204, + "logicalPort": 204, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2205, + "logicalPort": 205, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2206, + "logicalPort": 206, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2207, + "logicalPort": 207, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2208, + "logicalPort": 208, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2209, + "logicalPort": 209, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2210, + "logicalPort": 210, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2211, + "logicalPort": 211, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2212, + "logicalPort": 212, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2213, + "logicalPort": 213, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2214, + "logicalPort": 214, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2215, + "logicalPort": 215, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2216, + "logicalPort": 216, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2217, + "logicalPort": 217, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2218, + "logicalPort": 218, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2219, + "logicalPort": 219, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2220, + "logicalPort": 220, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2221, + "logicalPort": 221, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2222, + "logicalPort": 222, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2223, + "logicalPort": 223, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2224, + "logicalPort": 224, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2225, + "logicalPort": 225, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2226, + "logicalPort": 226, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2227, + "logicalPort": 227, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2228, + "logicalPort": 228, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2229, + "logicalPort": 229, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2230, + "logicalPort": 230, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2231, + "logicalPort": 231, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2232, + "logicalPort": 232, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2233, + "logicalPort": 233, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2234, + "logicalPort": 234, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2235, + "logicalPort": 235, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2236, + "logicalPort": 236, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2237, + "logicalPort": 237, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2238, + "logicalPort": 238, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2239, + "logicalPort": 239, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2240, + "logicalPort": 240, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2241, + "logicalPort": 241, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2245, + "logicalPort": 245, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2249, + "logicalPort": 249, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2253, + "logicalPort": 253, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2257, + "logicalPort": 257, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2265, + "logicalPort": 258, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2266, + "logicalPort": 259, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2267, + "logicalPort": 260, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2268, + "logicalPort": 261, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2269, + "logicalPort": 262, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2270, + "logicalPort": 263, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2271, + "logicalPort": 264, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2272, + "logicalPort": 265, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2273, + "logicalPort": 266, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2274, + "logicalPort": 267, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2275, + "logicalPort": 268, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2276, + "logicalPort": 269, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2277, + "logicalPort": 270, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2278, + "logicalPort": 271, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2279, + "logicalPort": 272, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2280, + "logicalPort": 273, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2281, + "logicalPort": 274, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2282, + "logicalPort": 275, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2283, + "logicalPort": 276, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2284, + "logicalPort": 277, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2285, + "logicalPort": 278, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2286, + "logicalPort": 279, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2287, + "logicalPort": 280, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2288, + "logicalPort": 281, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2289, + "logicalPort": 282, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2290, + "logicalPort": 283, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2291, + "logicalPort": 284, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2292, + "logicalPort": 285, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2293, + "logicalPort": 286, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2294, + "logicalPort": 287, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2295, + "logicalPort": 288, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2296, + "logicalPort": 289, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2297, + "logicalPort": 290, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2298, + "logicalPort": 291, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2299, + "logicalPort": 292, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2300, + "logicalPort": 293, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2301, + "logicalPort": 294, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2302, + "logicalPort": 295, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2303, + "logicalPort": 296, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2304, + "logicalPort": 297, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2305, + "logicalPort": 298, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2306, + "logicalPort": 299, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2307, + "logicalPort": 300, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2308, + "logicalPort": 301, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2309, + "logicalPort": 302, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2310, + "logicalPort": 303, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2311, + "logicalPort": 304, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2312, + "logicalPort": 305, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2313, + "logicalPort": 306, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2314, + "logicalPort": 307, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2315, + "logicalPort": 308, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2316, + "logicalPort": 309, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2317, + "logicalPort": 310, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2318, + "logicalPort": 311, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2319, + "logicalPort": 312, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2320, + "logicalPort": 313, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2321, + "logicalPort": 314, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2322, + "logicalPort": 315, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2323, + "logicalPort": 316, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2324, + "logicalPort": 317, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2325, + "logicalPort": 318, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2326, + "logicalPort": 319, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2327, + "logicalPort": 320, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2328, + "logicalPort": 321, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2329, + "logicalPort": 322, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2330, + "logicalPort": 323, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2331, + "logicalPort": 324, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2332, + "logicalPort": 325, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2333, + "logicalPort": 326, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2334, + "logicalPort": 327, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2335, + "logicalPort": 328, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2336, + "logicalPort": 329, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2337, + "logicalPort": 330, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2338, + "logicalPort": 331, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2339, + "logicalPort": 332, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2340, + "logicalPort": 333, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2341, + "logicalPort": 334, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2342, + "logicalPort": 335, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2343, + "logicalPort": 336, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2344, + "logicalPort": 337, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2345, + "logicalPort": 338, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2346, + "logicalPort": 339, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2347, + "logicalPort": 340, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2348, + "logicalPort": 341, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2349, + "logicalPort": 342, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2350, + "logicalPort": 343, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2351, + "logicalPort": 344, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2352, + "logicalPort": 345, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2353, + "logicalPort": 346, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2354, + "logicalPort": 347, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2355, + "logicalPort": 348, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2356, + "logicalPort": 349, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2357, + "logicalPort": 350, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2358, + "logicalPort": 351, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2359, + "logicalPort": 352, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2360, + "logicalPort": 353, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2361, + "logicalPort": 354, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2362, + "logicalPort": 355, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2363, + "logicalPort": 356, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2364, + "logicalPort": 357, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2365, + "logicalPort": 358, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2366, + "logicalPort": 359, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2367, + "logicalPort": 360, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2368, + "logicalPort": 361, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2369, + "logicalPort": 362, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2370, + "logicalPort": 363, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2371, + "logicalPort": 364, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2372, + "logicalPort": 365, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2373, + "logicalPort": 366, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2374, + "logicalPort": 367, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2375, + "logicalPort": 368, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2376, + "logicalPort": 369, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2377, + "logicalPort": 370, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2378, + "logicalPort": 371, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2379, + "logicalPort": 372, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2380, + "logicalPort": 373, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2381, + "logicalPort": 374, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2382, + "logicalPort": 375, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2383, + "logicalPort": 376, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2384, + "logicalPort": 377, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2385, + "logicalPort": 378, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2386, + "logicalPort": 379, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2387, + "logicalPort": 380, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2388, + "logicalPort": 381, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2389, + "logicalPort": 382, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2390, + "logicalPort": 383, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2391, + "logicalPort": 384, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2392, + "logicalPort": 385, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2393, + "logicalPort": 386, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2394, + "logicalPort": 387, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2395, + "logicalPort": 388, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2396, + "logicalPort": 389, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2397, + "logicalPort": 390, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2398, + "logicalPort": 391, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2399, + "logicalPort": 392, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2400, + "logicalPort": 393, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2401, + "logicalPort": 394, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2402, + "logicalPort": 395, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2403, + "logicalPort": 396, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2404, + "logicalPort": 397, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2405, + "logicalPort": 398, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2406, + "logicalPort": 399, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2212", - "id": 2212, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2407, + "logicalPort": 400, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2213", - "id": 2213, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2408, + "logicalPort": 401, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2214", - "id": 2214, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2409, + "logicalPort": 402, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2215", - "id": 2215, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2410, + "logicalPort": 403, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2216", - "id": 2216, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2411, + "logicalPort": 404, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2217", - "id": 2217, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2412, + "logicalPort": 405, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2218", - "id": 2218, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2413, + "logicalPort": 406, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2219", - "id": 2219, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2414, + "logicalPort": 407, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2220", - "id": 2220, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2415, + "logicalPort": 408, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2221", - "id": 2221, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2416, + "logicalPort": 409, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2222", - "id": 2222, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2417, + "logicalPort": 410, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2223", - "id": 2223, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2418, + "logicalPort": 411, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2224", - "id": 2224, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2419, + "logicalPort": 412, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2225", - "id": 2225, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2420, + "logicalPort": 413, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2226", - "id": 2226, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2421, + "logicalPort": 414, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2227", - "id": 2227, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2422, + "logicalPort": 415, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2228", - "id": 2228, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2423, + "logicalPort": 416, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2229", - "id": 2229, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2424, + "logicalPort": 417, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2230", - "id": 2230, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2425, + "logicalPort": 418, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2231", - "id": 2231, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2426, + "logicalPort": 419, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2232", - "id": 2232, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2427, + "logicalPort": 420, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2233", - "id": 2233, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2428, + "logicalPort": 421, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2234", - "id": 2234, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2429, + "logicalPort": 422, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2235", - "id": 2235, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2430, + "logicalPort": 423, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2236", - "id": 2236, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2431, + "logicalPort": 424, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2237", - "id": 2237, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2432, + "logicalPort": 425, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2238", - "id": 2238, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2433, + "logicalPort": 426, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2434, + "logicalPort": 427, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2435, + "logicalPort": 428, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2239", - "id": 2239, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2436, + "logicalPort": 429, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2240", - "id": 2240, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2437, + "logicalPort": 430, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2241", - "id": 2241, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2438, + "logicalPort": 431, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2242", - "id": 2242, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2439, + "logicalPort": 432, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2243", - "id": 2243, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2440, + "logicalPort": 433, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2244", - "id": 2244, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2441, + "logicalPort": 434, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2245", - "id": 2245, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2442, + "logicalPort": 435, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2246", - "id": 2246, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2443, + "logicalPort": 436, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2247", - "id": 2247, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2444, + "logicalPort": 437, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2248", - "id": 2248, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2445, + "logicalPort": 438, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2249", - "id": 2249, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2446, + "logicalPort": 439, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2250", - "id": 2250, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2447, + "logicalPort": 440, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2251", - "id": 2251, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2448, + "logicalPort": 441, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2252", - "id": 2252, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2449, + "logicalPort": 442, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2253", - "id": 2253, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2450, + "logicalPort": 443, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2254", - "id": 2254, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2451, + "logicalPort": 444, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2255", - "id": 2255, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2452, + "logicalPort": 445, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2256", - "id": 2256, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2453, + "logicalPort": 446, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2257", - "id": 2257, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2454, + "logicalPort": 447, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2265", - "id": 2265, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2455, + "logicalPort": 448, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2269", - "id": 2269, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2456, + "logicalPort": 449, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2273", - "id": 2273, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2457, + "logicalPort": 450, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2277", - "id": 2277, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2458, + "logicalPort": 451, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2281", - "id": 2281, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2459, + "logicalPort": 452, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2285", - "id": 2285, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2460, + "logicalPort": 453, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2289", - "id": 2289, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2461, + "logicalPort": 454, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2293", - "id": 2293, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2462, + "logicalPort": 455, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2297", - "id": 2297, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2463, + "logicalPort": 456, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2301", - "id": 2301, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2464, + "logicalPort": 457, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2305", - "id": 2305, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2465, + "logicalPort": 458, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2309", - "id": 2309, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2466, + "logicalPort": 459, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2313", - "id": 2313, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2467, + "logicalPort": 460, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2317", - "id": 2317, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2468, + "logicalPort": 461, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2321", - "id": 2321, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2469, + "logicalPort": 462, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2325", - "id": 2325, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2470, + "logicalPort": 463, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2329", - "id": 2329, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2471, + "logicalPort": 464, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2333", - "id": 2333, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2472, + "logicalPort": 465, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2337", - "id": 2337, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2473, + "logicalPort": 466, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2341", - "id": 2341, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2474, + "logicalPort": 467, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2345", - "id": 2345, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2475, + "logicalPort": 468, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2349", - "id": 2349, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2476, + "logicalPort": 469, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2353", - "id": 2353, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2477, + "logicalPort": 470, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2357", - "id": 2357, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2478, + "logicalPort": 471, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2361", - "id": 2361, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2479, + "logicalPort": 472, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2365", - "id": 2365, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2480, + "logicalPort": 473, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2369", - "id": 2369, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2481, + "logicalPort": 474, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2373", - "id": 2373, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2482, + "logicalPort": 475, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2377", - "id": 2377, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2483, + "logicalPort": 476, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2381", - "id": 2381, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2484, + "logicalPort": 477, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2385", - "id": 2385, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2485, + "logicalPort": 478, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2389", - "id": 2389, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2486, + "logicalPort": 479, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2393", - "id": 2393, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2487, + "logicalPort": 480, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2397", - "id": 2397, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2488, + "logicalPort": 481, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2401", - "id": 2401, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2489, + "logicalPort": 482, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2405", - "id": 2405, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2490, + "logicalPort": 483, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2409", - "id": 2409, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2491, + "logicalPort": 484, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2413", - "id": 2413, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2492, + "logicalPort": 485, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2493, + "logicalPort": 486, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2494, + "logicalPort": 487, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2417", - "id": 2417, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2495, + "logicalPort": 488, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2421", - "id": 2421, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2496, + "logicalPort": 489, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2425", - "id": 2425, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2497, + "logicalPort": 490, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2429", - "id": 2429, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2498, + "logicalPort": 491, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2433", - "id": 2433, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2499, + "logicalPort": 492, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2437", - "id": 2437, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2500, + "logicalPort": 493, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2441", - "id": 2441, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2501, + "logicalPort": 494, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2445", - "id": 2445, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2502, + "logicalPort": 495, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2449", - "id": 2449, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2503, + "logicalPort": 496, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2453", - "id": 2453, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2504, + "logicalPort": 497, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2457", - "id": 2457, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2505, + "logicalPort": 498, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2461", - "id": 2461, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2506, + "logicalPort": 499, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2465", - "id": 2465, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2507, + "logicalPort": 500, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2469", - "id": 2469, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2508, + "logicalPort": 501, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2473", - "id": 2473, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2509, + "logicalPort": 502, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2477", - "id": 2477, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2510, + "logicalPort": 503, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2481", - "id": 2481, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2511, + "logicalPort": 504, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2485", - "id": 2485, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2512, + "logicalPort": 505, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2489", - "id": 2489, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2513, + "logicalPort": 506, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2493", - "id": 2493, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2514, + "logicalPort": 507, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2497", - "id": 2497, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2515, + "logicalPort": 508, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2501", - "id": 2501, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2516, + "logicalPort": 509, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2505", - "id": 2505, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2517, + "logicalPort": 510, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2509", - "id": 2509, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2518, + "logicalPort": 511, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2513", - "id": 2513, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2519, + "logicalPort": 512, + "spanningTreeState": 2, + "emitTags": false }, { - "name": "vlan2517", - "id": 2517, - "recordStats": true, - "routable": true, - "ipAddresses": [ - - ] + "vlanID": 2520, + "logicalPort": 513, + "spanningTreeState": 2, + "emitTags": false } ], - "vlanPorts": [ + "defaultVlan": 4094, + "interfaces": [ { + "intfID": 2001, + "routerID": 0, "vlanID": 2001, - "logicalPort": 1, - "spanningTreeState": 2, - "emitTags": false + "ipAddresses": [ + "2400::/64", + "10.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { + "intfID": 2005, + "routerID": 0, "vlanID": 2005, - "logicalPort": 5, - "spanningTreeState": 2, - "emitTags": false + "ipAddresses": [ + "2401::/64", + "11.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { + "intfID": 2009, + "routerID": 0, "vlanID": 2009, - "logicalPort": 9, - "spanningTreeState": 2, - "emitTags": false + "ipAddresses": [ + "2402::/64", + "12.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { + "intfID": 2013, + "routerID": 0, "vlanID": 2013, - "logicalPort": 13, - "spanningTreeState": 2, - "emitTags": false + "ipAddresses": [ + "2403::/64", + "13.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { + "intfID": 2017, + "routerID": 0, "vlanID": 2017, - "logicalPort": 17, - "spanningTreeState": 2, - "emitTags": false + "ipAddresses": [ + "2404::/64", + "14.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2021, - "logicalPort": 21, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2019, + "routerID": 0, + "vlanID": 2019, + "ipAddresses": [ + "2405::/64", + "15.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2025, - "logicalPort": 25, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2021, + "routerID": 0, + "vlanID": 2021, + "ipAddresses": [ + "2406::/64", + "16.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2029, - "logicalPort": 29, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2023, + "routerID": 0, + "vlanID": 2023, + "ipAddresses": [ + "2407::/64", + "17.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2033, - "logicalPort": 33, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2025, + "routerID": 0, + "vlanID": 2025, + "ipAddresses": [ + "2408::/64", + "18.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2037, - "logicalPort": 37, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2027, + "routerID": 0, + "vlanID": 2027, + "ipAddresses": [ + "2409::/64", + "19.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2041, - "logicalPort": 41, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2029, + "routerID": 0, + "vlanID": 2029, + "ipAddresses": [ + "2410::/64", + "20.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2045, - "logicalPort": 45, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2031, + "routerID": 0, + "vlanID": 2031, + "ipAddresses": [ + "2411::/64", + "21.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2049, - "logicalPort": 49, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2033, + "routerID": 0, + "vlanID": 2033, + "ipAddresses": [ + "2412::/64", + "22.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2053, - "logicalPort": 53, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2034, + "routerID": 0, + "vlanID": 2034, + "ipAddresses": [ + "2413::/64", + "23.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2057, - "logicalPort": 57, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2035, + "routerID": 0, + "vlanID": 2035, + "ipAddresses": [ + "2414::/64", + "24.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2061, - "logicalPort": 61, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2036, + "routerID": 0, + "vlanID": 2036, + "ipAddresses": [ + "2415::/64", + "25.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2065, - "logicalPort": 65, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2037, + "routerID": 0, + "vlanID": 2037, + "ipAddresses": [ + "2416::/64", + "26.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2069, - "logicalPort": 69, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2038, + "routerID": 0, + "vlanID": 2038, + "ipAddresses": [ + "2417::/64", + "27.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2073, - "logicalPort": 73, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2039, + "routerID": 0, + "vlanID": 2039, + "ipAddresses": [ + "2418::/64", + "28.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2077, - "logicalPort": 77, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2040, + "routerID": 0, + "vlanID": 2040, + "ipAddresses": [ + "2419::/64", + "29.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2081, - "logicalPort": 81, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2041, + "routerID": 0, + "vlanID": 2041, + "ipAddresses": [ + "2420::/64", + "30.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2085, - "logicalPort": 85, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2042, + "routerID": 0, + "vlanID": 2042, + "ipAddresses": [ + "2421::/64", + "31.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2089, - "logicalPort": 89, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2043, + "routerID": 0, + "vlanID": 2043, + "ipAddresses": [ + "2422::/64", + "32.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2093, - "logicalPort": 93, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2044, + "routerID": 0, + "vlanID": 2044, + "ipAddresses": [ + "2423::/64", + "33.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2097, - "logicalPort": 97, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2045, + "routerID": 0, + "vlanID": 2045, + "ipAddresses": [ + "2424::/64", + "34.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2101, - "logicalPort": 101, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2046, + "routerID": 0, + "vlanID": 2046, + "ipAddresses": [ + "2425::/64", + "35.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2105, - "logicalPort": 105, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2047, + "routerID": 0, + "vlanID": 2047, + "ipAddresses": [ + "2426::/64", + "36.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2109, - "logicalPort": 109, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2048, + "routerID": 0, + "vlanID": 2048, + "ipAddresses": [ + "2427::/64", + "37.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2113, - "logicalPort": 113, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2049, + "routerID": 0, + "vlanID": 2049, + "ipAddresses": [ + "2428::/64", + "38.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2117, - "logicalPort": 117, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2050, + "routerID": 0, + "vlanID": 2050, + "ipAddresses": [ + "2429::/64", + "39.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2121, - "logicalPort": 121, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2051, + "routerID": 0, + "vlanID": 2051, + "ipAddresses": [ + "2430::/64", + "40.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2125, - "logicalPort": 125, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2052, + "routerID": 0, + "vlanID": 2052, + "ipAddresses": [ + "2431::/64", + "41.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2129, - "logicalPort": 129, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2053, + "routerID": 0, + "vlanID": 2053, + "ipAddresses": [ + "2432::/64", + "42.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2133, - "logicalPort": 133, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2054, + "routerID": 0, + "vlanID": 2054, + "ipAddresses": [ + "2433::/64", + "43.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2137, - "logicalPort": 137, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2055, + "routerID": 0, + "vlanID": 2055, + "ipAddresses": [ + "2434::/64", + "44.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2141, - "logicalPort": 141, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2056, + "routerID": 0, + "vlanID": 2056, + "ipAddresses": [ + "2435::/64", + "45.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2145, - "logicalPort": 145, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2057, + "routerID": 0, + "vlanID": 2057, + "ipAddresses": [ + "2436::/64", + "46.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2149, - "logicalPort": 149, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2058, + "routerID": 0, + "vlanID": 2058, + "ipAddresses": [ + "2437::/64", + "47.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2153, - "logicalPort": 153, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2059, + "routerID": 0, + "vlanID": 2059, + "ipAddresses": [ + "2438::/64", + "48.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2157, - "logicalPort": 157, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2060, + "routerID": 0, + "vlanID": 2060, + "ipAddresses": [ + "2439::/64", + "49.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2161, - "logicalPort": 161, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2061, + "routerID": 0, + "vlanID": 2061, + "ipAddresses": [ + "2440::/64", + "50.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2165, - "logicalPort": 165, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2062, + "routerID": 0, + "vlanID": 2062, + "ipAddresses": [ + "2441::/64", + "51.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2169, - "logicalPort": 169, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2063, + "routerID": 0, + "vlanID": 2063, + "ipAddresses": [ + "2442::/64", + "52.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2173, - "logicalPort": 173, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2064, + "routerID": 0, + "vlanID": 2064, + "ipAddresses": [ + "2443::/64", + "53.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2177, - "logicalPort": 177, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2065, + "routerID": 0, + "vlanID": 2065, + "ipAddresses": [ + "2444::/64", + "54.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2181, - "logicalPort": 181, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2066, + "routerID": 0, + "vlanID": 2066, + "ipAddresses": [ + "2445::/64", + "55.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2185, - "logicalPort": 185, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2067, + "routerID": 0, + "vlanID": 2067, + "ipAddresses": [ + "2446::/64", + "56.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2189, - "logicalPort": 189, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2068, + "routerID": 0, + "vlanID": 2068, + "ipAddresses": [ + "2447::/64", + "57.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2193, - "logicalPort": 193, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2069, + "routerID": 0, + "vlanID": 2069, + "ipAddresses": [ + "2448::/64", + "58.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2197, - "logicalPort": 197, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2070, + "routerID": 0, + "vlanID": 2070, + "ipAddresses": [ + "2449::/64", + "59.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2201, - "logicalPort": 201, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2071, + "routerID": 0, + "vlanID": 2071, + "ipAddresses": [ + "2450::/64", + "60.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2205, - "logicalPort": 205, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2072, + "routerID": 0, + "vlanID": 2072, + "ipAddresses": [ + "2451::/64", + "61.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2209, - "logicalPort": 209, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2073, + "routerID": 0, + "vlanID": 2073, + "ipAddresses": [ + "2452::/64", + "62.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2213, - "logicalPort": 213, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2074, + "routerID": 0, + "vlanID": 2074, + "ipAddresses": [ + "2453::/64", + "63.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2217, - "logicalPort": 217, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2075, + "routerID": 0, + "vlanID": 2075, + "ipAddresses": [ + "2454::/64", + "64.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2221, - "logicalPort": 221, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2076, + "routerID": 0, + "vlanID": 2076, + "ipAddresses": [ + "2455::/64", + "65.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2225, - "logicalPort": 225, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2077, + "routerID": 0, + "vlanID": 2077, + "ipAddresses": [ + "2456::/64", + "66.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2229, - "logicalPort": 229, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2078, + "routerID": 0, + "vlanID": 2078, + "ipAddresses": [ + "2457::/64", + "67.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2233, - "logicalPort": 233, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2079, + "routerID": 0, + "vlanID": 2079, + "ipAddresses": [ + "2458::/64", + "68.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2237, - "logicalPort": 237, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2080, + "routerID": 0, + "vlanID": 2080, + "ipAddresses": [ + "2459::/64", + "69.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2241, - "logicalPort": 241, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2081, + "routerID": 0, + "vlanID": 2081, + "ipAddresses": [ + "2460::/64", + "70.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2245, - "logicalPort": 245, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2082, + "routerID": 0, + "vlanID": 2082, + "ipAddresses": [ + "2461::/64", + "71.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2249, - "logicalPort": 249, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2083, + "routerID": 0, + "vlanID": 2083, + "ipAddresses": [ + "2462::/64", + "72.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2253, - "logicalPort": 253, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2084, + "routerID": 0, + "vlanID": 2084, + "ipAddresses": [ + "2463::/64", + "73.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2257, - "logicalPort": 257, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2085, + "routerID": 0, + "vlanID": 2085, + "ipAddresses": [ + "2464::/64", + "74.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2265, - "logicalPort": 258, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2086, + "routerID": 0, + "vlanID": 2086, + "ipAddresses": [ + "2465::/64", + "75.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2269, - "logicalPort": 259, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2087, + "routerID": 0, + "vlanID": 2087, + "ipAddresses": [ + "2466::/64", + "76.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2273, - "logicalPort": 260, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2088, + "routerID": 0, + "vlanID": 2088, + "ipAddresses": [ + "2467::/64", + "77.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2277, - "logicalPort": 261, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2089, + "routerID": 0, + "vlanID": 2089, + "ipAddresses": [ + "2468::/64", + "78.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2281, - "logicalPort": 262, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2090, + "routerID": 0, + "vlanID": 2090, + "ipAddresses": [ + "2469::/64", + "79.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2285, - "logicalPort": 263, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2091, + "routerID": 0, + "vlanID": 2091, + "ipAddresses": [ + "2470::/64", + "80.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2289, - "logicalPort": 264, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2092, + "routerID": 0, + "vlanID": 2092, + "ipAddresses": [ + "2471::/64", + "81.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2293, - "logicalPort": 265, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2093, + "routerID": 0, + "vlanID": 2093, + "ipAddresses": [ + "2472::/64", + "82.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2297, - "logicalPort": 266, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2094, + "routerID": 0, + "vlanID": 2094, + "ipAddresses": [ + "2473::/64", + "83.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2301, - "logicalPort": 267, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2095, + "routerID": 0, + "vlanID": 2095, + "ipAddresses": [ + "2474::/64", + "84.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2305, - "logicalPort": 268, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2096, + "routerID": 0, + "vlanID": 2096, + "ipAddresses": [ + "2475::/64", + "85.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2309, - "logicalPort": 269, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2097, + "routerID": 0, + "vlanID": 2097, + "ipAddresses": [ + "2476::/64", + "86.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2313, - "logicalPort": 270, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2101, + "routerID": 0, + "vlanID": 2101, + "ipAddresses": [ + "2477::/64", + "87.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2317, - "logicalPort": 271, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2105, + "routerID": 0, + "vlanID": 2105, + "ipAddresses": [ + "2478::/64", + "88.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2321, - "logicalPort": 272, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2109, + "routerID": 0, + "vlanID": 2109, + "ipAddresses": [ + "2479::/64", + "89.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2325, - "logicalPort": 273, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2113, + "routerID": 0, + "vlanID": 2113, + "ipAddresses": [ + "2480::/64", + "90.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2329, - "logicalPort": 274, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2115, + "routerID": 0, + "vlanID": 2115, + "ipAddresses": [ + "2481::/64", + "91.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2333, - "logicalPort": 275, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2117, + "routerID": 0, + "vlanID": 2117, + "ipAddresses": [ + "2482::/64", + "92.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2337, - "logicalPort": 276, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2119, + "routerID": 0, + "vlanID": 2119, + "ipAddresses": [ + "2483::/64", + "93.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2341, - "logicalPort": 277, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2121, + "routerID": 0, + "vlanID": 2121, + "ipAddresses": [ + "2484::/64", + "94.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2345, - "logicalPort": 278, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2123, + "routerID": 0, + "vlanID": 2123, + "ipAddresses": [ + "2485::/64", + "95.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2349, - "logicalPort": 279, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2125, + "routerID": 0, + "vlanID": 2125, + "ipAddresses": [ + "2486::/64", + "96.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2353, - "logicalPort": 280, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2127, + "routerID": 0, + "vlanID": 2127, + "ipAddresses": [ + "2487::/64", + "97.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2357, - "logicalPort": 281, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2129, + "routerID": 0, + "vlanID": 2129, + "ipAddresses": [ + "2488::/64", + "98.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2361, - "logicalPort": 282, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2130, + "routerID": 0, + "vlanID": 2130, + "ipAddresses": [ + "2489::/64", + "99.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2365, - "logicalPort": 283, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2131, + "routerID": 0, + "vlanID": 2131, + "ipAddresses": [ + "2490::/64", + "100.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2369, - "logicalPort": 284, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2132, + "routerID": 0, + "vlanID": 2132, + "ipAddresses": [ + "2491::/64", + "101.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2373, - "logicalPort": 285, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2133, + "routerID": 0, + "vlanID": 2133, + "ipAddresses": [ + "2492::/64", + "102.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2377, - "logicalPort": 286, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2134, + "routerID": 0, + "vlanID": 2134, + "ipAddresses": [ + "2493::/64", + "103.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2381, - "logicalPort": 287, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2135, + "routerID": 0, + "vlanID": 2135, + "ipAddresses": [ + "2494::/64", + "104.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2385, - "logicalPort": 288, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2136, + "routerID": 0, + "vlanID": 2136, + "ipAddresses": [ + "2495::/64", + "105.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2389, - "logicalPort": 289, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2137, + "routerID": 0, + "vlanID": 2137, + "ipAddresses": [ + "2496::/64", + "106.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2393, - "logicalPort": 290, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2138, + "routerID": 0, + "vlanID": 2138, + "ipAddresses": [ + "2497::/64", + "107.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2397, - "logicalPort": 291, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2139, + "routerID": 0, + "vlanID": 2139, + "ipAddresses": [ + "2498::/64", + "108.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2401, - "logicalPort": 292, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2140, + "routerID": 0, + "vlanID": 2140, + "ipAddresses": [ + "2499::/64", + "109.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2405, - "logicalPort": 293, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2141, + "routerID": 0, + "vlanID": 2141, + "ipAddresses": [ + "2500::/64", + "110.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2409, - "logicalPort": 294, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2142, + "routerID": 0, + "vlanID": 2142, + "ipAddresses": [ + "2501::/64", + "111.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2413, - "logicalPort": 295, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2143, + "routerID": 0, + "vlanID": 2143, + "ipAddresses": [ + "2502::/64", + "112.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2417, - "logicalPort": 296, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2144, + "routerID": 0, + "vlanID": 2144, + "ipAddresses": [ + "2503::/64", + "113.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2421, - "logicalPort": 297, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2145, + "routerID": 0, + "vlanID": 2145, + "ipAddresses": [ + "2504::/64", + "114.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2425, - "logicalPort": 298, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2149, + "routerID": 0, + "vlanID": 2149, + "ipAddresses": [ + "2505::/64", + "115.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2429, - "logicalPort": 299, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2153, + "routerID": 0, + "vlanID": 2153, + "ipAddresses": [ + "2506::/64", + "116.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2433, - "logicalPort": 300, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2157, + "routerID": 0, + "vlanID": 2157, + "ipAddresses": [ + "2507::/64", + "117.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2437, - "logicalPort": 301, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2161, + "routerID": 0, + "vlanID": 2161, + "ipAddresses": [ + "2508::/64", + "118.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2441, - "logicalPort": 302, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2162, + "routerID": 0, + "vlanID": 2162, + "ipAddresses": [ + "2509::/64", + "119.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2445, - "logicalPort": 303, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2163, + "routerID": 0, + "vlanID": 2163, + "ipAddresses": [ + "2510::/64", + "120.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2449, - "logicalPort": 304, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2164, + "routerID": 0, + "vlanID": 2164, + "ipAddresses": [ + "2511::/64", + "121.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2453, - "logicalPort": 305, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2165, + "routerID": 0, + "vlanID": 2165, + "ipAddresses": [ + "2512::/64", + "122.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2457, - "logicalPort": 306, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2166, + "routerID": 0, + "vlanID": 2166, + "ipAddresses": [ + "2513::/64", + "123.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2461, - "logicalPort": 307, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2167, + "routerID": 0, + "vlanID": 2167, + "ipAddresses": [ + "2514::/64", + "124.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2465, - "logicalPort": 308, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2168, + "routerID": 0, + "vlanID": 2168, + "ipAddresses": [ + "2515::/64", + "125.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2469, - "logicalPort": 309, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2169, + "routerID": 0, + "vlanID": 2169, + "ipAddresses": [ + "2516::/64", + "126.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2473, - "logicalPort": 310, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2170, + "routerID": 0, + "vlanID": 2170, + "ipAddresses": [ + "2517::/64", + "127.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2477, - "logicalPort": 311, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2171, + "routerID": 0, + "vlanID": 2171, + "ipAddresses": [ + "2518::/64", + "128.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2481, - "logicalPort": 312, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2172, + "routerID": 0, + "vlanID": 2172, + "ipAddresses": [ + "2519::/64", + "129.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2485, - "logicalPort": 313, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2173, + "routerID": 0, + "vlanID": 2173, + "ipAddresses": [ + "2520::/64", + "130.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2489, - "logicalPort": 314, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2174, + "routerID": 0, + "vlanID": 2174, + "ipAddresses": [ + "2521::/64", + "131.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2493, - "logicalPort": 315, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2175, + "routerID": 0, + "vlanID": 2175, + "ipAddresses": [ + "2522::/64", + "132.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2497, - "logicalPort": 316, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2176, + "routerID": 0, + "vlanID": 2176, + "ipAddresses": [ + "2523::/64", + "133.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2501, - "logicalPort": 317, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2177, + "routerID": 0, + "vlanID": 2177, + "ipAddresses": [ + "2524::/64", + "134.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2505, - "logicalPort": 318, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2178, + "routerID": 0, + "vlanID": 2178, + "ipAddresses": [ + "2525::/64", + "135.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2509, - "logicalPort": 319, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2179, + "routerID": 0, + "vlanID": 2179, + "ipAddresses": [ + "2526::/64", + "136.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2513, - "logicalPort": 320, - "spanningTreeState": 2, - "emitTags": false + "intfID": 2180, + "routerID": 0, + "vlanID": 2180, + "ipAddresses": [ + "2527::/64", + "137.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 }, { - "vlanID": 2517, - "logicalPort": 321, - "spanningTreeState": 2, - "emitTags": false - } - ], - "defaultVlan": 4094, - "interfaces": [ - { - "intfID": 2001, + "intfID": 2181, "routerID": 0, - "vlanID": 2001, + "vlanID": 2181, "ipAddresses": [ - "2400::/64", - "10.0.0.0/24" + "2528::/64", + "138.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8359,12 +24744,12 @@ "scope": 0 }, { - "intfID": 2002, + "intfID": 2182, "routerID": 0, - "vlanID": 2002, + "vlanID": 2182, "ipAddresses": [ - "2401::/64", - "11.0.0.0/24" + "2529::/64", + "139.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8373,12 +24758,12 @@ "scope": 0 }, { - "intfID": 2003, + "intfID": 2183, "routerID": 0, - "vlanID": 2003, + "vlanID": 2183, "ipAddresses": [ - "2402::/64", - "12.0.0.0/24" + "2530::/64", + "140.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8387,12 +24772,12 @@ "scope": 0 }, { - "intfID": 2004, + "intfID": 2184, "routerID": 0, - "vlanID": 2004, + "vlanID": 2184, "ipAddresses": [ - "2403::/64", - "13.0.0.0/24" + "2531::/64", + "141.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8401,12 +24786,12 @@ "scope": 0 }, { - "intfID": 2005, + "intfID": 2185, "routerID": 0, - "vlanID": 2005, + "vlanID": 2185, "ipAddresses": [ - "2404::/64", - "14.0.0.0/24" + "2532::/64", + "142.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8415,12 +24800,12 @@ "scope": 0 }, { - "intfID": 2006, + "intfID": 2186, "routerID": 0, - "vlanID": 2006, + "vlanID": 2186, "ipAddresses": [ - "2405::/64", - "15.0.0.0/24" + "2533::/64", + "143.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8429,12 +24814,12 @@ "scope": 0 }, { - "intfID": 2007, + "intfID": 2187, "routerID": 0, - "vlanID": 2007, + "vlanID": 2187, "ipAddresses": [ - "2406::/64", - "16.0.0.0/24" + "2534::/64", + "144.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8443,12 +24828,12 @@ "scope": 0 }, { - "intfID": 2008, + "intfID": 2188, "routerID": 0, - "vlanID": 2008, + "vlanID": 2188, "ipAddresses": [ - "2407::/64", - "17.0.0.0/24" + "2535::/64", + "145.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8457,12 +24842,12 @@ "scope": 0 }, { - "intfID": 2009, + "intfID": 2189, "routerID": 0, - "vlanID": 2009, + "vlanID": 2189, "ipAddresses": [ - "2408::/64", - "18.0.0.0/24" + "2536::/64", + "146.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8471,12 +24856,12 @@ "scope": 0 }, { - "intfID": 2010, + "intfID": 2190, "routerID": 0, - "vlanID": 2010, + "vlanID": 2190, "ipAddresses": [ - "2409::/64", - "19.0.0.0/24" + "2537::/64", + "147.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8485,12 +24870,12 @@ "scope": 0 }, { - "intfID": 2011, + "intfID": 2191, "routerID": 0, - "vlanID": 2011, + "vlanID": 2191, "ipAddresses": [ - "2410::/64", - "20.0.0.0/24" + "2538::/64", + "148.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8499,12 +24884,12 @@ "scope": 0 }, { - "intfID": 2012, + "intfID": 2192, "routerID": 0, - "vlanID": 2012, + "vlanID": 2192, "ipAddresses": [ - "2411::/64", - "21.0.0.0/24" + "2539::/64", + "149.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8513,12 +24898,12 @@ "scope": 0 }, { - "intfID": 2013, + "intfID": 2193, "routerID": 0, - "vlanID": 2013, + "vlanID": 2193, "ipAddresses": [ - "2412::/64", - "22.0.0.0/24" + "2540::/64", + "150.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8527,12 +24912,12 @@ "scope": 0 }, { - "intfID": 2014, + "intfID": 2194, "routerID": 0, - "vlanID": 2014, + "vlanID": 2194, "ipAddresses": [ - "2413::/64", - "23.0.0.0/24" + "2541::/64", + "151.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8541,12 +24926,12 @@ "scope": 0 }, { - "intfID": 2015, + "intfID": 2195, "routerID": 0, - "vlanID": 2015, + "vlanID": 2195, "ipAddresses": [ - "2414::/64", - "24.0.0.0/24" + "2542::/64", + "152.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8555,12 +24940,12 @@ "scope": 0 }, { - "intfID": 2016, + "intfID": 2196, "routerID": 0, - "vlanID": 2016, + "vlanID": 2196, "ipAddresses": [ - "2415::/64", - "25.0.0.0/24" + "2543::/64", + "153.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8569,12 +24954,12 @@ "scope": 0 }, { - "intfID": 2017, + "intfID": 2197, "routerID": 0, - "vlanID": 2017, + "vlanID": 2197, "ipAddresses": [ - "2416::/64", - "26.0.0.0/24" + "2544::/64", + "154.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8583,12 +24968,12 @@ "scope": 0 }, { - "intfID": 2018, + "intfID": 2198, "routerID": 0, - "vlanID": 2018, + "vlanID": 2198, "ipAddresses": [ - "2417::/64", - "27.0.0.0/24" + "2545::/64", + "155.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8597,12 +24982,12 @@ "scope": 0 }, { - "intfID": 2019, + "intfID": 2199, "routerID": 0, - "vlanID": 2019, + "vlanID": 2199, "ipAddresses": [ - "2418::/64", - "28.0.0.0/24" + "2546::/64", + "156.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8611,12 +24996,12 @@ "scope": 0 }, { - "intfID": 2020, + "intfID": 2200, "routerID": 0, - "vlanID": 2020, + "vlanID": 2200, "ipAddresses": [ - "2419::/64", - "29.0.0.0/24" + "2547::/64", + "157.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8625,12 +25010,12 @@ "scope": 0 }, { - "intfID": 2021, + "intfID": 2201, "routerID": 0, - "vlanID": 2021, + "vlanID": 2201, "ipAddresses": [ - "2420::/64", - "30.0.0.0/24" + "2548::/64", + "158.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8639,12 +25024,12 @@ "scope": 0 }, { - "intfID": 2022, + "intfID": 2202, "routerID": 0, - "vlanID": 2022, + "vlanID": 2202, "ipAddresses": [ - "2421::/64", - "31.0.0.0/24" + "2549::/64", + "159.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8653,12 +25038,12 @@ "scope": 0 }, { - "intfID": 2023, + "intfID": 2203, "routerID": 0, - "vlanID": 2023, + "vlanID": 2203, "ipAddresses": [ - "2422::/64", - "32.0.0.0/24" + "2550::/64", + "160.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8667,12 +25052,12 @@ "scope": 0 }, { - "intfID": 2024, + "intfID": 2204, "routerID": 0, - "vlanID": 2024, + "vlanID": 2204, "ipAddresses": [ - "2423::/64", - "33.0.0.0/24" + "2551::/64", + "161.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8681,12 +25066,12 @@ "scope": 0 }, { - "intfID": 2025, + "intfID": 2205, "routerID": 0, - "vlanID": 2025, + "vlanID": 2205, "ipAddresses": [ - "2424::/64", - "34.0.0.0/24" + "2552::/64", + "162.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8695,12 +25080,12 @@ "scope": 0 }, { - "intfID": 2026, + "intfID": 2206, "routerID": 0, - "vlanID": 2026, + "vlanID": 2206, "ipAddresses": [ - "2425::/64", - "35.0.0.0/24" + "2553::/64", + "163.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8709,12 +25094,12 @@ "scope": 0 }, { - "intfID": 2027, + "intfID": 2207, "routerID": 0, - "vlanID": 2027, + "vlanID": 2207, "ipAddresses": [ - "2426::/64", - "36.0.0.0/24" + "2554::/64", + "164.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8723,12 +25108,12 @@ "scope": 0 }, { - "intfID": 2028, + "intfID": 2208, "routerID": 0, - "vlanID": 2028, + "vlanID": 2208, "ipAddresses": [ - "2427::/64", - "37.0.0.0/24" + "2555::/64", + "165.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8737,12 +25122,12 @@ "scope": 0 }, { - "intfID": 2029, + "intfID": 2209, "routerID": 0, - "vlanID": 2029, + "vlanID": 2209, "ipAddresses": [ - "2428::/64", - "38.0.0.0/24" + "2556::/64", + "166.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8751,12 +25136,12 @@ "scope": 0 }, { - "intfID": 2030, + "intfID": 2210, "routerID": 0, - "vlanID": 2030, + "vlanID": 2210, "ipAddresses": [ - "2429::/64", - "39.0.0.0/24" + "2557::/64", + "167.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8765,12 +25150,12 @@ "scope": 0 }, { - "intfID": 2031, + "intfID": 2211, "routerID": 0, - "vlanID": 2031, + "vlanID": 2211, "ipAddresses": [ - "2430::/64", - "40.0.0.0/24" + "2558::/64", + "168.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8779,12 +25164,12 @@ "scope": 0 }, { - "intfID": 2032, + "intfID": 2212, "routerID": 0, - "vlanID": 2032, + "vlanID": 2212, "ipAddresses": [ - "2431::/64", - "41.0.0.0/24" + "2559::/64", + "169.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8793,12 +25178,12 @@ "scope": 0 }, { - "intfID": 2033, + "intfID": 2213, "routerID": 0, - "vlanID": 2033, + "vlanID": 2213, "ipAddresses": [ - "2432::/64", - "42.0.0.0/24" + "2560::/64", + "170.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8807,12 +25192,12 @@ "scope": 0 }, { - "intfID": 2034, + "intfID": 2214, "routerID": 0, - "vlanID": 2034, + "vlanID": 2214, "ipAddresses": [ - "2433::/64", - "43.0.0.0/24" + "2561::/64", + "171.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8821,12 +25206,12 @@ "scope": 0 }, { - "intfID": 2035, + "intfID": 2215, "routerID": 0, - "vlanID": 2035, + "vlanID": 2215, "ipAddresses": [ - "2434::/64", - "44.0.0.0/24" + "2562::/64", + "172.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8835,12 +25220,12 @@ "scope": 0 }, { - "intfID": 2036, + "intfID": 2216, "routerID": 0, - "vlanID": 2036, + "vlanID": 2216, "ipAddresses": [ - "2435::/64", - "45.0.0.0/24" + "2563::/64", + "173.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8849,12 +25234,12 @@ "scope": 0 }, { - "intfID": 2037, + "intfID": 2217, "routerID": 0, - "vlanID": 2037, + "vlanID": 2217, "ipAddresses": [ - "2436::/64", - "46.0.0.0/24" + "2564::/64", + "174.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8863,12 +25248,12 @@ "scope": 0 }, { - "intfID": 2038, + "intfID": 2218, "routerID": 0, - "vlanID": 2038, + "vlanID": 2218, "ipAddresses": [ - "2437::/64", - "47.0.0.0/24" + "2565::/64", + "175.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8877,12 +25262,12 @@ "scope": 0 }, { - "intfID": 2039, + "intfID": 2219, "routerID": 0, - "vlanID": 2039, + "vlanID": 2219, "ipAddresses": [ - "2438::/64", - "48.0.0.0/24" + "2566::/64", + "176.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8891,12 +25276,12 @@ "scope": 0 }, { - "intfID": 2040, + "intfID": 2220, "routerID": 0, - "vlanID": 2040, + "vlanID": 2220, "ipAddresses": [ - "2439::/64", - "49.0.0.0/24" + "2567::/64", + "177.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8905,12 +25290,12 @@ "scope": 0 }, { - "intfID": 2041, + "intfID": 2221, "routerID": 0, - "vlanID": 2041, + "vlanID": 2221, "ipAddresses": [ - "2440::/64", - "50.0.0.0/24" + "2568::/64", + "178.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8919,12 +25304,12 @@ "scope": 0 }, { - "intfID": 2042, + "intfID": 2222, "routerID": 0, - "vlanID": 2042, + "vlanID": 2222, "ipAddresses": [ - "2441::/64", - "51.0.0.0/24" + "2569::/64", + "179.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8933,12 +25318,12 @@ "scope": 0 }, { - "intfID": 2043, + "intfID": 2223, "routerID": 0, - "vlanID": 2043, + "vlanID": 2223, "ipAddresses": [ - "2442::/64", - "52.0.0.0/24" + "2570::/64", + "180.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8947,12 +25332,12 @@ "scope": 0 }, { - "intfID": 2044, + "intfID": 2224, "routerID": 0, - "vlanID": 2044, + "vlanID": 2224, "ipAddresses": [ - "2443::/64", - "53.0.0.0/24" + "2571::/64", + "181.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8961,12 +25346,12 @@ "scope": 0 }, { - "intfID": 2045, + "intfID": 2225, "routerID": 0, - "vlanID": 2045, + "vlanID": 2225, "ipAddresses": [ - "2444::/64", - "54.0.0.0/24" + "2572::/64", + "182.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8975,12 +25360,12 @@ "scope": 0 }, { - "intfID": 2046, + "intfID": 2226, "routerID": 0, - "vlanID": 2046, + "vlanID": 2226, "ipAddresses": [ - "2445::/64", - "55.0.0.0/24" + "2573::/64", + "183.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -8989,12 +25374,12 @@ "scope": 0 }, { - "intfID": 2047, + "intfID": 2227, "routerID": 0, - "vlanID": 2047, + "vlanID": 2227, "ipAddresses": [ - "2446::/64", - "56.0.0.0/24" + "2574::/64", + "184.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9003,12 +25388,12 @@ "scope": 0 }, { - "intfID": 2048, + "intfID": 2228, "routerID": 0, - "vlanID": 2048, + "vlanID": 2228, "ipAddresses": [ - "2447::/64", - "57.0.0.0/24" + "2575::/64", + "185.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9017,12 +25402,12 @@ "scope": 0 }, { - "intfID": 2049, + "intfID": 2229, "routerID": 0, - "vlanID": 2049, + "vlanID": 2229, "ipAddresses": [ - "2448::/64", - "58.0.0.0/24" + "2576::/64", + "186.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9031,12 +25416,12 @@ "scope": 0 }, { - "intfID": 2050, + "intfID": 2230, "routerID": 0, - "vlanID": 2050, + "vlanID": 2230, "ipAddresses": [ - "2449::/64", - "59.0.0.0/24" + "2577::/64", + "187.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9045,12 +25430,12 @@ "scope": 0 }, { - "intfID": 2051, + "intfID": 2231, "routerID": 0, - "vlanID": 2051, + "vlanID": 2231, "ipAddresses": [ - "2450::/64", - "60.0.0.0/24" + "2578::/64", + "188.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9059,12 +25444,12 @@ "scope": 0 }, { - "intfID": 2052, + "intfID": 2232, "routerID": 0, - "vlanID": 2052, + "vlanID": 2232, "ipAddresses": [ - "2451::/64", - "61.0.0.0/24" + "2579::/64", + "189.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9073,12 +25458,12 @@ "scope": 0 }, { - "intfID": 2053, + "intfID": 2233, "routerID": 0, - "vlanID": 2053, + "vlanID": 2233, "ipAddresses": [ - "2452::/64", - "62.0.0.0/24" + "2580::/64", + "190.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9087,12 +25472,12 @@ "scope": 0 }, { - "intfID": 2054, + "intfID": 2234, "routerID": 0, - "vlanID": 2054, + "vlanID": 2234, "ipAddresses": [ - "2453::/64", - "63.0.0.0/24" + "2581::/64", + "191.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9101,12 +25486,12 @@ "scope": 0 }, { - "intfID": 2055, + "intfID": 2235, "routerID": 0, - "vlanID": 2055, + "vlanID": 2235, "ipAddresses": [ - "2454::/64", - "64.0.0.0/24" + "2582::/64", + "192.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9115,12 +25500,12 @@ "scope": 0 }, { - "intfID": 2056, + "intfID": 2236, "routerID": 0, - "vlanID": 2056, + "vlanID": 2236, "ipAddresses": [ - "2455::/64", - "65.0.0.0/24" + "2583::/64", + "193.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9129,12 +25514,12 @@ "scope": 0 }, { - "intfID": 2057, + "intfID": 2237, "routerID": 0, - "vlanID": 2057, + "vlanID": 2237, "ipAddresses": [ - "2456::/64", - "66.0.0.0/24" + "2584::/64", + "194.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9143,12 +25528,12 @@ "scope": 0 }, { - "intfID": 2058, + "intfID": 2238, "routerID": 0, - "vlanID": 2058, + "vlanID": 2238, "ipAddresses": [ - "2457::/64", - "67.0.0.0/24" + "2585::/64", + "195.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9157,12 +25542,12 @@ "scope": 0 }, { - "intfID": 2059, + "intfID": 2239, "routerID": 0, - "vlanID": 2059, + "vlanID": 2239, "ipAddresses": [ - "2458::/64", - "68.0.0.0/24" + "2586::/64", + "196.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9171,12 +25556,12 @@ "scope": 0 }, { - "intfID": 2060, + "intfID": 2240, "routerID": 0, - "vlanID": 2060, + "vlanID": 2240, "ipAddresses": [ - "2459::/64", - "69.0.0.0/24" + "2587::/64", + "197.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9185,12 +25570,12 @@ "scope": 0 }, { - "intfID": 2061, + "intfID": 2241, "routerID": 0, - "vlanID": 2061, + "vlanID": 2241, "ipAddresses": [ - "2460::/64", - "70.0.0.0/24" + "2588::/64", + "198.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9199,12 +25584,12 @@ "scope": 0 }, { - "intfID": 2062, + "intfID": 2245, "routerID": 0, - "vlanID": 2062, + "vlanID": 2245, "ipAddresses": [ - "2461::/64", - "71.0.0.0/24" + "2589::/64", + "199.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9213,12 +25598,12 @@ "scope": 0 }, { - "intfID": 2063, + "intfID": 2249, "routerID": 0, - "vlanID": 2063, + "vlanID": 2249, "ipAddresses": [ - "2462::/64", - "72.0.0.0/24" + "2590::/64", + "200.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9227,12 +25612,12 @@ "scope": 0 }, { - "intfID": 2064, + "intfID": 2253, "routerID": 0, - "vlanID": 2064, + "vlanID": 2253, "ipAddresses": [ - "2463::/64", - "73.0.0.0/24" + "2591::/64", + "201.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9241,12 +25626,12 @@ "scope": 0 }, { - "intfID": 2065, + "intfID": 2257, "routerID": 0, - "vlanID": 2065, + "vlanID": 2257, "ipAddresses": [ - "2464::/64", - "74.0.0.0/24" + "2592::/64", + "202.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9255,12 +25640,12 @@ "scope": 0 }, { - "intfID": 2066, + "intfID": 2265, "routerID": 0, - "vlanID": 2066, + "vlanID": 2265, "ipAddresses": [ - "2465::/64", - "75.0.0.0/24" + "2593::/64", + "203.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9269,12 +25654,12 @@ "scope": 0 }, { - "intfID": 2067, + "intfID": 2266, "routerID": 0, - "vlanID": 2067, + "vlanID": 2266, "ipAddresses": [ - "2466::/64", - "76.0.0.0/24" + "2594::/64", + "204.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9283,12 +25668,12 @@ "scope": 0 }, { - "intfID": 2068, + "intfID": 2267, "routerID": 0, - "vlanID": 2068, + "vlanID": 2267, "ipAddresses": [ - "2467::/64", - "77.0.0.0/24" + "2595::/64", + "205.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9297,12 +25682,12 @@ "scope": 0 }, { - "intfID": 2069, + "intfID": 2268, "routerID": 0, - "vlanID": 2069, + "vlanID": 2268, "ipAddresses": [ - "2468::/64", - "78.0.0.0/24" + "2596::/64", + "206.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9311,12 +25696,12 @@ "scope": 0 }, { - "intfID": 2070, + "intfID": 2269, "routerID": 0, - "vlanID": 2070, + "vlanID": 2269, "ipAddresses": [ - "2469::/64", - "79.0.0.0/24" + "2597::/64", + "207.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9325,12 +25710,12 @@ "scope": 0 }, { - "intfID": 2071, + "intfID": 2270, "routerID": 0, - "vlanID": 2071, + "vlanID": 2270, "ipAddresses": [ - "2470::/64", - "80.0.0.0/24" + "2598::/64", + "208.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9339,12 +25724,12 @@ "scope": 0 }, { - "intfID": 2072, + "intfID": 2271, "routerID": 0, - "vlanID": 2072, + "vlanID": 2271, "ipAddresses": [ - "2471::/64", - "81.0.0.0/24" + "2599::/64", + "209.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9353,12 +25738,12 @@ "scope": 0 }, { - "intfID": 2073, + "intfID": 2272, "routerID": 0, - "vlanID": 2073, + "vlanID": 2272, "ipAddresses": [ - "2472::/64", - "82.0.0.0/24" + "2600::/64", + "210.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9367,12 +25752,12 @@ "scope": 0 }, { - "intfID": 2074, + "intfID": 2273, "routerID": 0, - "vlanID": 2074, + "vlanID": 2273, "ipAddresses": [ - "2473::/64", - "83.0.0.0/24" + "2601::/64", + "211.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9381,12 +25766,12 @@ "scope": 0 }, { - "intfID": 2075, + "intfID": 2274, "routerID": 0, - "vlanID": 2075, + "vlanID": 2274, "ipAddresses": [ - "2474::/64", - "84.0.0.0/24" + "2602::/64", + "212.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9395,12 +25780,12 @@ "scope": 0 }, { - "intfID": 2076, + "intfID": 2275, "routerID": 0, - "vlanID": 2076, + "vlanID": 2275, "ipAddresses": [ - "2475::/64", - "85.0.0.0/24" + "2603::/64", + "213.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9409,12 +25794,12 @@ "scope": 0 }, { - "intfID": 2077, + "intfID": 2276, "routerID": 0, - "vlanID": 2077, + "vlanID": 2276, "ipAddresses": [ - "2476::/64", - "86.0.0.0/24" + "2604::/64", + "214.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9423,12 +25808,12 @@ "scope": 0 }, { - "intfID": 2078, + "intfID": 2277, "routerID": 0, - "vlanID": 2078, + "vlanID": 2277, "ipAddresses": [ - "2477::/64", - "87.0.0.0/24" + "2605::/64", + "215.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9437,12 +25822,12 @@ "scope": 0 }, { - "intfID": 2079, + "intfID": 2278, "routerID": 0, - "vlanID": 2079, + "vlanID": 2278, "ipAddresses": [ - "2478::/64", - "88.0.0.0/24" + "2606::/64", + "216.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9451,12 +25836,12 @@ "scope": 0 }, { - "intfID": 2080, + "intfID": 2279, "routerID": 0, - "vlanID": 2080, + "vlanID": 2279, "ipAddresses": [ - "2479::/64", - "89.0.0.0/24" + "2607::/64", + "217.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9465,12 +25850,12 @@ "scope": 0 }, { - "intfID": 2081, + "intfID": 2280, "routerID": 0, - "vlanID": 2081, + "vlanID": 2280, "ipAddresses": [ - "2480::/64", - "90.0.0.0/24" + "2608::/64", + "218.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9479,12 +25864,12 @@ "scope": 0 }, { - "intfID": 2082, + "intfID": 2281, "routerID": 0, - "vlanID": 2082, + "vlanID": 2281, "ipAddresses": [ - "2481::/64", - "91.0.0.0/24" + "2609::/64", + "219.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9493,12 +25878,12 @@ "scope": 0 }, { - "intfID": 2083, + "intfID": 2282, "routerID": 0, - "vlanID": 2083, + "vlanID": 2282, "ipAddresses": [ - "2482::/64", - "92.0.0.0/24" + "2610::/64", + "220.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9507,12 +25892,12 @@ "scope": 0 }, { - "intfID": 2084, + "intfID": 2283, "routerID": 0, - "vlanID": 2084, + "vlanID": 2283, "ipAddresses": [ - "2483::/64", - "93.0.0.0/24" + "2611::/64", + "221.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9521,12 +25906,12 @@ "scope": 0 }, { - "intfID": 2085, + "intfID": 2284, "routerID": 0, - "vlanID": 2085, + "vlanID": 2284, "ipAddresses": [ - "2484::/64", - "94.0.0.0/24" + "2612::/64", + "222.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9535,12 +25920,12 @@ "scope": 0 }, { - "intfID": 2086, + "intfID": 2285, "routerID": 0, - "vlanID": 2086, + "vlanID": 2285, "ipAddresses": [ - "2485::/64", - "95.0.0.0/24" + "2613::/64", + "223.0.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9549,12 +25934,12 @@ "scope": 0 }, { - "intfID": 2087, + "intfID": 2286, "routerID": 0, - "vlanID": 2087, + "vlanID": 2286, "ipAddresses": [ - "2486::/64", - "96.0.0.0/24" + "2614::/64", + "10.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9563,12 +25948,12 @@ "scope": 0 }, { - "intfID": 2088, + "intfID": 2287, "routerID": 0, - "vlanID": 2088, + "vlanID": 2287, "ipAddresses": [ - "2487::/64", - "97.0.0.0/24" + "2615::/64", + "11.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9577,12 +25962,12 @@ "scope": 0 }, { - "intfID": 2089, + "intfID": 2288, "routerID": 0, - "vlanID": 2089, + "vlanID": 2288, "ipAddresses": [ - "2488::/64", - "98.0.0.0/24" + "2616::/64", + "12.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9591,12 +25976,12 @@ "scope": 0 }, { - "intfID": 2090, + "intfID": 2289, "routerID": 0, - "vlanID": 2090, + "vlanID": 2289, "ipAddresses": [ - "2489::/64", - "99.0.0.0/24" + "2617::/64", + "13.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9605,12 +25990,12 @@ "scope": 0 }, { - "intfID": 2091, + "intfID": 2290, "routerID": 0, - "vlanID": 2091, + "vlanID": 2290, "ipAddresses": [ - "2490::/64", - "100.0.0.0/24" + "2618::/64", + "14.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9619,12 +26004,12 @@ "scope": 0 }, { - "intfID": 2092, + "intfID": 2291, "routerID": 0, - "vlanID": 2092, + "vlanID": 2291, "ipAddresses": [ - "2491::/64", - "101.0.0.0/24" + "2619::/64", + "15.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9633,12 +26018,12 @@ "scope": 0 }, { - "intfID": 2093, + "intfID": 2292, "routerID": 0, - "vlanID": 2093, + "vlanID": 2292, "ipAddresses": [ - "2492::/64", - "102.0.0.0/24" + "2620::/64", + "16.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9647,12 +26032,12 @@ "scope": 0 }, { - "intfID": 2094, + "intfID": 2293, "routerID": 0, - "vlanID": 2094, + "vlanID": 2293, "ipAddresses": [ - "2493::/64", - "103.0.0.0/24" + "2621::/64", + "17.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9661,12 +26046,12 @@ "scope": 0 }, { - "intfID": 2095, + "intfID": 2294, "routerID": 0, - "vlanID": 2095, + "vlanID": 2294, "ipAddresses": [ - "2494::/64", - "104.0.0.0/24" + "2622::/64", + "18.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9675,12 +26060,12 @@ "scope": 0 }, { - "intfID": 2096, + "intfID": 2295, "routerID": 0, - "vlanID": 2096, + "vlanID": 2295, "ipAddresses": [ - "2495::/64", - "105.0.0.0/24" + "2623::/64", + "19.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9689,12 +26074,12 @@ "scope": 0 }, { - "intfID": 2097, + "intfID": 2296, "routerID": 0, - "vlanID": 2097, + "vlanID": 2296, "ipAddresses": [ - "2496::/64", - "106.0.0.0/24" + "2624::/64", + "20.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9703,12 +26088,12 @@ "scope": 0 }, { - "intfID": 2098, + "intfID": 2297, "routerID": 0, - "vlanID": 2098, + "vlanID": 2297, "ipAddresses": [ - "2497::/64", - "107.0.0.0/24" + "2625::/64", + "21.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9717,12 +26102,12 @@ "scope": 0 }, { - "intfID": 2099, + "intfID": 2298, "routerID": 0, - "vlanID": 2099, + "vlanID": 2298, "ipAddresses": [ - "2498::/64", - "108.0.0.0/24" + "2626::/64", + "22.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9731,12 +26116,12 @@ "scope": 0 }, { - "intfID": 2100, + "intfID": 2299, "routerID": 0, - "vlanID": 2100, + "vlanID": 2299, "ipAddresses": [ - "2499::/64", - "109.0.0.0/24" + "2627::/64", + "23.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9745,12 +26130,12 @@ "scope": 0 }, { - "intfID": 2101, + "intfID": 2300, "routerID": 0, - "vlanID": 2101, + "vlanID": 2300, "ipAddresses": [ - "2500::/64", - "110.0.0.0/24" + "2628::/64", + "24.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9759,12 +26144,12 @@ "scope": 0 }, { - "intfID": 2102, + "intfID": 2301, "routerID": 0, - "vlanID": 2102, + "vlanID": 2301, "ipAddresses": [ - "2501::/64", - "111.0.0.0/24" + "2629::/64", + "25.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9773,12 +26158,12 @@ "scope": 0 }, { - "intfID": 2103, + "intfID": 2302, "routerID": 0, - "vlanID": 2103, + "vlanID": 2302, "ipAddresses": [ - "2502::/64", - "112.0.0.0/24" + "2630::/64", + "26.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9787,12 +26172,12 @@ "scope": 0 }, { - "intfID": 2104, + "intfID": 2303, "routerID": 0, - "vlanID": 2104, + "vlanID": 2303, "ipAddresses": [ - "2503::/64", - "113.0.0.0/24" + "2631::/64", + "27.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9801,12 +26186,12 @@ "scope": 0 }, { - "intfID": 2105, + "intfID": 2304, "routerID": 0, - "vlanID": 2105, + "vlanID": 2304, "ipAddresses": [ - "2504::/64", - "114.0.0.0/24" + "2632::/64", + "28.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9815,12 +26200,12 @@ "scope": 0 }, { - "intfID": 2106, + "intfID": 2305, "routerID": 0, - "vlanID": 2106, + "vlanID": 2305, "ipAddresses": [ - "2505::/64", - "115.0.0.0/24" + "2633::/64", + "29.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9829,12 +26214,12 @@ "scope": 0 }, { - "intfID": 2107, + "intfID": 2306, "routerID": 0, - "vlanID": 2107, + "vlanID": 2306, "ipAddresses": [ - "2506::/64", - "116.0.0.0/24" + "2634::/64", + "30.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9843,12 +26228,12 @@ "scope": 0 }, { - "intfID": 2108, + "intfID": 2307, "routerID": 0, - "vlanID": 2108, + "vlanID": 2307, "ipAddresses": [ - "2507::/64", - "117.0.0.0/24" + "2635::/64", + "31.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9857,12 +26242,12 @@ "scope": 0 }, { - "intfID": 2109, + "intfID": 2308, "routerID": 0, - "vlanID": 2109, + "vlanID": 2308, "ipAddresses": [ - "2508::/64", - "118.0.0.0/24" + "2636::/64", + "32.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9871,12 +26256,12 @@ "scope": 0 }, { - "intfID": 2110, + "intfID": 2309, "routerID": 0, - "vlanID": 2110, + "vlanID": 2309, "ipAddresses": [ - "2509::/64", - "119.0.0.0/24" + "2637::/64", + "33.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9885,12 +26270,12 @@ "scope": 0 }, { - "intfID": 2111, + "intfID": 2310, "routerID": 0, - "vlanID": 2111, + "vlanID": 2310, "ipAddresses": [ - "2510::/64", - "120.0.0.0/24" + "2638::/64", + "34.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9899,12 +26284,12 @@ "scope": 0 }, { - "intfID": 2112, + "intfID": 2311, "routerID": 0, - "vlanID": 2112, + "vlanID": 2311, "ipAddresses": [ - "2511::/64", - "121.0.0.0/24" + "2639::/64", + "35.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9913,12 +26298,12 @@ "scope": 0 }, { - "intfID": 2113, + "intfID": 2312, "routerID": 0, - "vlanID": 2113, + "vlanID": 2312, "ipAddresses": [ - "2512::/64", - "122.0.0.0/24" + "2640::/64", + "36.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9927,12 +26312,12 @@ "scope": 0 }, { - "intfID": 2114, + "intfID": 2313, "routerID": 0, - "vlanID": 2114, + "vlanID": 2313, "ipAddresses": [ - "2513::/64", - "123.0.0.0/24" + "2641::/64", + "37.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9941,12 +26326,12 @@ "scope": 0 }, { - "intfID": 2115, + "intfID": 2314, "routerID": 0, - "vlanID": 2115, + "vlanID": 2314, "ipAddresses": [ - "2514::/64", - "124.0.0.0/24" + "2642::/64", + "38.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9955,12 +26340,12 @@ "scope": 0 }, { - "intfID": 2116, + "intfID": 2315, "routerID": 0, - "vlanID": 2116, + "vlanID": 2315, "ipAddresses": [ - "2515::/64", - "125.0.0.0/24" + "2643::/64", + "39.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9969,12 +26354,12 @@ "scope": 0 }, { - "intfID": 2117, + "intfID": 2316, "routerID": 0, - "vlanID": 2117, + "vlanID": 2316, "ipAddresses": [ - "2516::/64", - "126.0.0.0/24" + "2644::/64", + "40.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9983,12 +26368,12 @@ "scope": 0 }, { - "intfID": 2118, + "intfID": 2317, "routerID": 0, - "vlanID": 2118, + "vlanID": 2317, "ipAddresses": [ - "2517::/64", - "127.0.0.0/24" + "2645::/64", + "41.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -9997,12 +26382,12 @@ "scope": 0 }, { - "intfID": 2119, + "intfID": 2318, "routerID": 0, - "vlanID": 2119, + "vlanID": 2318, "ipAddresses": [ - "2518::/64", - "128.0.0.0/24" + "2646::/64", + "42.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10011,12 +26396,12 @@ "scope": 0 }, { - "intfID": 2120, + "intfID": 2319, "routerID": 0, - "vlanID": 2120, + "vlanID": 2319, "ipAddresses": [ - "2519::/64", - "129.0.0.0/24" + "2647::/64", + "43.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10025,12 +26410,12 @@ "scope": 0 }, { - "intfID": 2121, + "intfID": 2320, "routerID": 0, - "vlanID": 2121, + "vlanID": 2320, "ipAddresses": [ - "2520::/64", - "130.0.0.0/24" + "2648::/64", + "44.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10039,12 +26424,12 @@ "scope": 0 }, { - "intfID": 2122, + "intfID": 2321, "routerID": 0, - "vlanID": 2122, + "vlanID": 2321, "ipAddresses": [ - "2521::/64", - "131.0.0.0/24" + "2649::/64", + "45.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10053,12 +26438,12 @@ "scope": 0 }, { - "intfID": 2123, + "intfID": 2322, "routerID": 0, - "vlanID": 2123, + "vlanID": 2322, "ipAddresses": [ - "2522::/64", - "132.0.0.0/24" + "2650::/64", + "46.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10067,12 +26452,12 @@ "scope": 0 }, { - "intfID": 2124, + "intfID": 2323, "routerID": 0, - "vlanID": 2124, + "vlanID": 2323, "ipAddresses": [ - "2523::/64", - "133.0.0.0/24" + "2651::/64", + "47.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10081,12 +26466,12 @@ "scope": 0 }, { - "intfID": 2125, + "intfID": 2324, "routerID": 0, - "vlanID": 2125, + "vlanID": 2324, "ipAddresses": [ - "2524::/64", - "134.0.0.0/24" + "2652::/64", + "48.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10095,12 +26480,12 @@ "scope": 0 }, { - "intfID": 2126, + "intfID": 2325, "routerID": 0, - "vlanID": 2126, + "vlanID": 2325, "ipAddresses": [ - "2525::/64", - "135.0.0.0/24" + "2653::/64", + "49.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10109,12 +26494,12 @@ "scope": 0 }, { - "intfID": 2127, + "intfID": 2326, "routerID": 0, - "vlanID": 2127, + "vlanID": 2326, "ipAddresses": [ - "2526::/64", - "136.0.0.0/24" + "2654::/64", + "50.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10123,12 +26508,12 @@ "scope": 0 }, { - "intfID": 2128, + "intfID": 2327, "routerID": 0, - "vlanID": 2128, + "vlanID": 2327, "ipAddresses": [ - "2527::/64", - "137.0.0.0/24" + "2655::/64", + "51.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10137,12 +26522,12 @@ "scope": 0 }, { - "intfID": 2129, + "intfID": 2328, "routerID": 0, - "vlanID": 2129, + "vlanID": 2328, "ipAddresses": [ - "2528::/64", - "138.0.0.0/24" + "2656::/64", + "52.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10151,12 +26536,12 @@ "scope": 0 }, { - "intfID": 2130, + "intfID": 2329, "routerID": 0, - "vlanID": 2130, + "vlanID": 2329, "ipAddresses": [ - "2529::/64", - "139.0.0.0/24" + "2657::/64", + "53.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10165,12 +26550,12 @@ "scope": 0 }, { - "intfID": 2131, + "intfID": 2330, "routerID": 0, - "vlanID": 2131, + "vlanID": 2330, "ipAddresses": [ - "2530::/64", - "140.0.0.0/24" + "2658::/64", + "54.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10179,12 +26564,12 @@ "scope": 0 }, { - "intfID": 2132, + "intfID": 2331, "routerID": 0, - "vlanID": 2132, + "vlanID": 2331, "ipAddresses": [ - "2531::/64", - "141.0.0.0/24" + "2659::/64", + "55.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10193,12 +26578,12 @@ "scope": 0 }, { - "intfID": 2133, + "intfID": 2332, "routerID": 0, - "vlanID": 2133, + "vlanID": 2332, "ipAddresses": [ - "2532::/64", - "142.0.0.0/24" + "2660::/64", + "56.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10207,12 +26592,12 @@ "scope": 0 }, { - "intfID": 2134, + "intfID": 2333, "routerID": 0, - "vlanID": 2134, + "vlanID": 2333, "ipAddresses": [ - "2533::/64", - "143.0.0.0/24" + "2661::/64", + "57.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10221,12 +26606,12 @@ "scope": 0 }, { - "intfID": 2135, + "intfID": 2334, "routerID": 0, - "vlanID": 2135, + "vlanID": 2334, "ipAddresses": [ - "2534::/64", - "144.0.0.0/24" + "2662::/64", + "58.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10235,12 +26620,12 @@ "scope": 0 }, { - "intfID": 2136, + "intfID": 2335, "routerID": 0, - "vlanID": 2136, + "vlanID": 2335, "ipAddresses": [ - "2535::/64", - "145.0.0.0/24" + "2663::/64", + "59.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10249,12 +26634,12 @@ "scope": 0 }, { - "intfID": 2137, + "intfID": 2336, "routerID": 0, - "vlanID": 2137, + "vlanID": 2336, "ipAddresses": [ - "2536::/64", - "146.0.0.0/24" + "2664::/64", + "60.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10263,12 +26648,12 @@ "scope": 0 }, { - "intfID": 2138, + "intfID": 2337, "routerID": 0, - "vlanID": 2138, + "vlanID": 2337, "ipAddresses": [ - "2537::/64", - "147.0.0.0/24" + "2665::/64", + "61.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10277,12 +26662,12 @@ "scope": 0 }, { - "intfID": 2139, + "intfID": 2338, "routerID": 0, - "vlanID": 2139, + "vlanID": 2338, "ipAddresses": [ - "2538::/64", - "148.0.0.0/24" + "2666::/64", + "62.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10291,12 +26676,12 @@ "scope": 0 }, { - "intfID": 2140, + "intfID": 2339, "routerID": 0, - "vlanID": 2140, + "vlanID": 2339, "ipAddresses": [ - "2539::/64", - "149.0.0.0/24" + "2667::/64", + "63.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10305,12 +26690,12 @@ "scope": 0 }, { - "intfID": 2141, + "intfID": 2340, "routerID": 0, - "vlanID": 2141, + "vlanID": 2340, "ipAddresses": [ - "2540::/64", - "150.0.0.0/24" + "2668::/64", + "64.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10319,12 +26704,12 @@ "scope": 0 }, { - "intfID": 2142, + "intfID": 2341, "routerID": 0, - "vlanID": 2142, + "vlanID": 2341, "ipAddresses": [ - "2541::/64", - "151.0.0.0/24" + "2669::/64", + "65.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10333,12 +26718,12 @@ "scope": 0 }, { - "intfID": 2143, + "intfID": 2342, "routerID": 0, - "vlanID": 2143, + "vlanID": 2342, "ipAddresses": [ - "2542::/64", - "152.0.0.0/24" + "2670::/64", + "66.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10347,12 +26732,12 @@ "scope": 0 }, { - "intfID": 2144, + "intfID": 2343, "routerID": 0, - "vlanID": 2144, + "vlanID": 2343, "ipAddresses": [ - "2543::/64", - "153.0.0.0/24" + "2671::/64", + "67.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10361,12 +26746,12 @@ "scope": 0 }, { - "intfID": 2145, + "intfID": 2344, "routerID": 0, - "vlanID": 2145, + "vlanID": 2344, "ipAddresses": [ - "2544::/64", - "154.0.0.0/24" + "2672::/64", + "68.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10375,12 +26760,12 @@ "scope": 0 }, { - "intfID": 2146, + "intfID": 2345, "routerID": 0, - "vlanID": 2146, + "vlanID": 2345, "ipAddresses": [ - "2545::/64", - "155.0.0.0/24" + "2673::/64", + "69.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10389,12 +26774,12 @@ "scope": 0 }, { - "intfID": 2147, + "intfID": 2346, "routerID": 0, - "vlanID": 2147, + "vlanID": 2346, "ipAddresses": [ - "2546::/64", - "156.0.0.0/24" + "2674::/64", + "70.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10403,12 +26788,12 @@ "scope": 0 }, { - "intfID": 2148, + "intfID": 2347, "routerID": 0, - "vlanID": 2148, + "vlanID": 2347, "ipAddresses": [ - "2547::/64", - "157.0.0.0/24" + "2675::/64", + "71.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10417,12 +26802,12 @@ "scope": 0 }, { - "intfID": 2149, + "intfID": 2348, "routerID": 0, - "vlanID": 2149, + "vlanID": 2348, "ipAddresses": [ - "2548::/64", - "158.0.0.0/24" + "2676::/64", + "72.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10431,12 +26816,12 @@ "scope": 0 }, { - "intfID": 2150, + "intfID": 2349, "routerID": 0, - "vlanID": 2150, + "vlanID": 2349, "ipAddresses": [ - "2549::/64", - "159.0.0.0/24" + "2677::/64", + "73.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10445,12 +26830,12 @@ "scope": 0 }, { - "intfID": 2151, + "intfID": 2350, "routerID": 0, - "vlanID": 2151, + "vlanID": 2350, "ipAddresses": [ - "2550::/64", - "160.0.0.0/24" + "2678::/64", + "74.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10459,12 +26844,12 @@ "scope": 0 }, { - "intfID": 2152, + "intfID": 2351, "routerID": 0, - "vlanID": 2152, + "vlanID": 2351, "ipAddresses": [ - "2551::/64", - "161.0.0.0/24" + "2679::/64", + "75.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10473,12 +26858,12 @@ "scope": 0 }, { - "intfID": 2153, + "intfID": 2352, "routerID": 0, - "vlanID": 2153, + "vlanID": 2352, "ipAddresses": [ - "2552::/64", - "162.0.0.0/24" + "2680::/64", + "76.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10487,12 +26872,12 @@ "scope": 0 }, { - "intfID": 2154, + "intfID": 2353, "routerID": 0, - "vlanID": 2154, + "vlanID": 2353, "ipAddresses": [ - "2553::/64", - "163.0.0.0/24" + "2681::/64", + "77.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10501,12 +26886,12 @@ "scope": 0 }, { - "intfID": 2155, + "intfID": 2354, "routerID": 0, - "vlanID": 2155, + "vlanID": 2354, "ipAddresses": [ - "2554::/64", - "164.0.0.0/24" + "2682::/64", + "78.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10515,12 +26900,12 @@ "scope": 0 }, { - "intfID": 2156, + "intfID": 2355, "routerID": 0, - "vlanID": 2156, + "vlanID": 2355, "ipAddresses": [ - "2555::/64", - "165.0.0.0/24" + "2683::/64", + "79.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10529,12 +26914,12 @@ "scope": 0 }, { - "intfID": 2157, + "intfID": 2356, "routerID": 0, - "vlanID": 2157, + "vlanID": 2356, "ipAddresses": [ - "2556::/64", - "166.0.0.0/24" + "2684::/64", + "80.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10543,12 +26928,12 @@ "scope": 0 }, { - "intfID": 2158, + "intfID": 2357, "routerID": 0, - "vlanID": 2158, + "vlanID": 2357, "ipAddresses": [ - "2557::/64", - "167.0.0.0/24" + "2685::/64", + "81.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10557,12 +26942,12 @@ "scope": 0 }, { - "intfID": 2159, + "intfID": 2358, "routerID": 0, - "vlanID": 2159, + "vlanID": 2358, "ipAddresses": [ - "2558::/64", - "168.0.0.0/24" + "2686::/64", + "82.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10571,12 +26956,12 @@ "scope": 0 }, { - "intfID": 2160, + "intfID": 2359, "routerID": 0, - "vlanID": 2160, + "vlanID": 2359, "ipAddresses": [ - "2559::/64", - "169.0.0.0/24" + "2687::/64", + "83.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10585,12 +26970,12 @@ "scope": 0 }, { - "intfID": 2161, + "intfID": 2360, "routerID": 0, - "vlanID": 2161, + "vlanID": 2360, "ipAddresses": [ - "2560::/64", - "170.0.0.0/24" + "2688::/64", + "84.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10599,12 +26984,12 @@ "scope": 0 }, { - "intfID": 2162, + "intfID": 2361, "routerID": 0, - "vlanID": 2162, + "vlanID": 2361, "ipAddresses": [ - "2561::/64", - "171.0.0.0/24" + "2689::/64", + "85.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10613,12 +26998,12 @@ "scope": 0 }, { - "intfID": 2163, + "intfID": 2362, "routerID": 0, - "vlanID": 2163, + "vlanID": 2362, "ipAddresses": [ - "2562::/64", - "172.0.0.0/24" + "2690::/64", + "86.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10627,12 +27012,12 @@ "scope": 0 }, { - "intfID": 2164, + "intfID": 2363, "routerID": 0, - "vlanID": 2164, + "vlanID": 2363, "ipAddresses": [ - "2563::/64", - "173.0.0.0/24" + "2691::/64", + "87.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10641,12 +27026,12 @@ "scope": 0 }, { - "intfID": 2165, + "intfID": 2364, "routerID": 0, - "vlanID": 2165, + "vlanID": 2364, "ipAddresses": [ - "2564::/64", - "174.0.0.0/24" + "2692::/64", + "88.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10655,12 +27040,12 @@ "scope": 0 }, { - "intfID": 2166, + "intfID": 2365, "routerID": 0, - "vlanID": 2166, + "vlanID": 2365, "ipAddresses": [ - "2565::/64", - "175.0.0.0/24" + "2693::/64", + "89.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10669,12 +27054,12 @@ "scope": 0 }, { - "intfID": 2167, + "intfID": 2366, "routerID": 0, - "vlanID": 2167, + "vlanID": 2366, "ipAddresses": [ - "2566::/64", - "176.0.0.0/24" + "2694::/64", + "90.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10683,12 +27068,12 @@ "scope": 0 }, { - "intfID": 2168, + "intfID": 2367, "routerID": 0, - "vlanID": 2168, + "vlanID": 2367, "ipAddresses": [ - "2567::/64", - "177.0.0.0/24" + "2695::/64", + "91.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10697,12 +27082,12 @@ "scope": 0 }, { - "intfID": 2169, + "intfID": 2368, "routerID": 0, - "vlanID": 2169, + "vlanID": 2368, "ipAddresses": [ - "2568::/64", - "178.0.0.0/24" + "2696::/64", + "92.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10711,12 +27096,12 @@ "scope": 0 }, { - "intfID": 2170, + "intfID": 2369, "routerID": 0, - "vlanID": 2170, + "vlanID": 2369, "ipAddresses": [ - "2569::/64", - "179.0.0.0/24" + "2697::/64", + "93.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10725,12 +27110,12 @@ "scope": 0 }, { - "intfID": 2171, + "intfID": 2370, "routerID": 0, - "vlanID": 2171, + "vlanID": 2370, "ipAddresses": [ - "2570::/64", - "180.0.0.0/24" + "2698::/64", + "94.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10739,12 +27124,12 @@ "scope": 0 }, { - "intfID": 2172, + "intfID": 2371, "routerID": 0, - "vlanID": 2172, + "vlanID": 2371, "ipAddresses": [ - "2571::/64", - "181.0.0.0/24" + "2699::/64", + "95.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10753,12 +27138,12 @@ "scope": 0 }, { - "intfID": 2173, + "intfID": 2372, "routerID": 0, - "vlanID": 2173, + "vlanID": 2372, "ipAddresses": [ - "2572::/64", - "182.0.0.0/24" + "2700::/64", + "96.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10767,12 +27152,12 @@ "scope": 0 }, { - "intfID": 2174, + "intfID": 2373, "routerID": 0, - "vlanID": 2174, + "vlanID": 2373, "ipAddresses": [ - "2573::/64", - "183.0.0.0/24" + "2701::/64", + "97.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10781,12 +27166,12 @@ "scope": 0 }, { - "intfID": 2175, + "intfID": 2374, "routerID": 0, - "vlanID": 2175, + "vlanID": 2374, "ipAddresses": [ - "2574::/64", - "184.0.0.0/24" + "2702::/64", + "98.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10795,12 +27180,12 @@ "scope": 0 }, { - "intfID": 2176, + "intfID": 2375, "routerID": 0, - "vlanID": 2176, + "vlanID": 2375, "ipAddresses": [ - "2575::/64", - "185.0.0.0/24" + "2703::/64", + "99.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10809,12 +27194,12 @@ "scope": 0 }, { - "intfID": 2177, + "intfID": 2376, "routerID": 0, - "vlanID": 2177, + "vlanID": 2376, "ipAddresses": [ - "2576::/64", - "186.0.0.0/24" + "2704::/64", + "100.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10823,12 +27208,12 @@ "scope": 0 }, { - "intfID": 2178, + "intfID": 2377, "routerID": 0, - "vlanID": 2178, + "vlanID": 2377, "ipAddresses": [ - "2577::/64", - "187.0.0.0/24" + "2705::/64", + "101.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10837,12 +27222,12 @@ "scope": 0 }, { - "intfID": 2179, + "intfID": 2378, "routerID": 0, - "vlanID": 2179, + "vlanID": 2378, "ipAddresses": [ - "2578::/64", - "188.0.0.0/24" + "2706::/64", + "102.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10851,12 +27236,12 @@ "scope": 0 }, { - "intfID": 2180, + "intfID": 2379, "routerID": 0, - "vlanID": 2180, + "vlanID": 2379, "ipAddresses": [ - "2579::/64", - "189.0.0.0/24" + "2707::/64", + "103.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10865,12 +27250,12 @@ "scope": 0 }, { - "intfID": 2181, + "intfID": 2380, "routerID": 0, - "vlanID": 2181, + "vlanID": 2380, "ipAddresses": [ - "2580::/64", - "190.0.0.0/24" + "2708::/64", + "104.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10879,12 +27264,12 @@ "scope": 0 }, { - "intfID": 2182, + "intfID": 2381, "routerID": 0, - "vlanID": 2182, + "vlanID": 2381, "ipAddresses": [ - "2581::/64", - "191.0.0.0/24" + "2709::/64", + "105.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10893,12 +27278,12 @@ "scope": 0 }, { - "intfID": 2183, + "intfID": 2382, "routerID": 0, - "vlanID": 2183, + "vlanID": 2382, "ipAddresses": [ - "2582::/64", - "192.0.0.0/24" + "2710::/64", + "106.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10907,12 +27292,12 @@ "scope": 0 }, { - "intfID": 2184, + "intfID": 2383, "routerID": 0, - "vlanID": 2184, + "vlanID": 2383, "ipAddresses": [ - "2583::/64", - "193.0.0.0/24" + "2711::/64", + "107.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10921,12 +27306,12 @@ "scope": 0 }, { - "intfID": 2185, + "intfID": 2384, "routerID": 0, - "vlanID": 2185, + "vlanID": 2384, "ipAddresses": [ - "2584::/64", - "194.0.0.0/24" + "2712::/64", + "108.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10935,12 +27320,12 @@ "scope": 0 }, { - "intfID": 2186, + "intfID": 2385, "routerID": 0, - "vlanID": 2186, + "vlanID": 2385, "ipAddresses": [ - "2585::/64", - "195.0.0.0/24" + "2713::/64", + "109.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10949,12 +27334,12 @@ "scope": 0 }, { - "intfID": 2187, + "intfID": 2386, "routerID": 0, - "vlanID": 2187, + "vlanID": 2386, "ipAddresses": [ - "2586::/64", - "196.0.0.0/24" + "2714::/64", + "110.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10963,12 +27348,12 @@ "scope": 0 }, { - "intfID": 2188, + "intfID": 2387, "routerID": 0, - "vlanID": 2188, + "vlanID": 2387, "ipAddresses": [ - "2587::/64", - "197.0.0.0/24" + "2715::/64", + "111.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10977,12 +27362,12 @@ "scope": 0 }, { - "intfID": 2189, + "intfID": 2388, "routerID": 0, - "vlanID": 2189, + "vlanID": 2388, "ipAddresses": [ - "2588::/64", - "198.0.0.0/24" + "2716::/64", + "112.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -10991,12 +27376,12 @@ "scope": 0 }, { - "intfID": 2190, + "intfID": 2389, "routerID": 0, - "vlanID": 2190, + "vlanID": 2389, "ipAddresses": [ - "2589::/64", - "199.0.0.0/24" + "2717::/64", + "113.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11005,12 +27390,12 @@ "scope": 0 }, { - "intfID": 2191, + "intfID": 2390, "routerID": 0, - "vlanID": 2191, + "vlanID": 2390, "ipAddresses": [ - "2590::/64", - "200.0.0.0/24" + "2718::/64", + "114.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11019,12 +27404,12 @@ "scope": 0 }, { - "intfID": 2192, + "intfID": 2391, "routerID": 0, - "vlanID": 2192, + "vlanID": 2391, "ipAddresses": [ - "2591::/64", - "201.0.0.0/24" + "2719::/64", + "115.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11033,12 +27418,12 @@ "scope": 0 }, { - "intfID": 2193, + "intfID": 2392, "routerID": 0, - "vlanID": 2193, + "vlanID": 2392, "ipAddresses": [ - "2592::/64", - "202.0.0.0/24" + "2720::/64", + "116.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11047,12 +27432,12 @@ "scope": 0 }, { - "intfID": 2194, + "intfID": 2393, "routerID": 0, - "vlanID": 2194, + "vlanID": 2393, "ipAddresses": [ - "2593::/64", - "203.0.0.0/24" + "2721::/64", + "117.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11061,12 +27446,12 @@ "scope": 0 }, { - "intfID": 2195, + "intfID": 2394, "routerID": 0, - "vlanID": 2195, + "vlanID": 2394, "ipAddresses": [ - "2594::/64", - "204.0.0.0/24" + "2722::/64", + "118.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11075,12 +27460,12 @@ "scope": 0 }, { - "intfID": 2196, + "intfID": 2395, "routerID": 0, - "vlanID": 2196, + "vlanID": 2395, "ipAddresses": [ - "2595::/64", - "205.0.0.0/24" + "2723::/64", + "119.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11089,12 +27474,12 @@ "scope": 0 }, { - "intfID": 2197, + "intfID": 2396, "routerID": 0, - "vlanID": 2197, + "vlanID": 2396, "ipAddresses": [ - "2596::/64", - "206.0.0.0/24" + "2724::/64", + "120.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11103,12 +27488,12 @@ "scope": 0 }, { - "intfID": 2198, + "intfID": 2397, "routerID": 0, - "vlanID": 2198, + "vlanID": 2397, "ipAddresses": [ - "2597::/64", - "207.0.0.0/24" + "2725::/64", + "121.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11117,12 +27502,12 @@ "scope": 0 }, { - "intfID": 2199, + "intfID": 2398, "routerID": 0, - "vlanID": 2199, + "vlanID": 2398, "ipAddresses": [ - "2598::/64", - "208.0.0.0/24" + "2726::/64", + "122.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11131,12 +27516,12 @@ "scope": 0 }, { - "intfID": 2200, + "intfID": 2399, "routerID": 0, - "vlanID": 2200, + "vlanID": 2399, "ipAddresses": [ - "2599::/64", - "209.0.0.0/24" + "2727::/64", + "123.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11145,12 +27530,12 @@ "scope": 0 }, { - "intfID": 2201, + "intfID": 2400, "routerID": 0, - "vlanID": 2201, + "vlanID": 2400, "ipAddresses": [ - "2600::/64", - "210.0.0.0/24" + "2728::/64", + "124.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11159,12 +27544,12 @@ "scope": 0 }, { - "intfID": 2202, + "intfID": 2401, "routerID": 0, - "vlanID": 2202, + "vlanID": 2401, "ipAddresses": [ - "2601::/64", - "211.0.0.0/24" + "2729::/64", + "125.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11173,12 +27558,12 @@ "scope": 0 }, { - "intfID": 2203, + "intfID": 2402, "routerID": 0, - "vlanID": 2203, + "vlanID": 2402, "ipAddresses": [ - "2602::/64", - "212.0.0.0/24" + "2730::/64", + "126.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11187,12 +27572,12 @@ "scope": 0 }, { - "intfID": 2204, + "intfID": 2403, "routerID": 0, - "vlanID": 2204, + "vlanID": 2403, "ipAddresses": [ - "2603::/64", - "213.0.0.0/24" + "2731::/64", + "127.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11201,12 +27586,12 @@ "scope": 0 }, { - "intfID": 2205, + "intfID": 2404, "routerID": 0, - "vlanID": 2205, + "vlanID": 2404, "ipAddresses": [ - "2604::/64", - "214.0.0.0/24" + "2732::/64", + "128.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11215,12 +27600,12 @@ "scope": 0 }, { - "intfID": 2206, + "intfID": 2405, "routerID": 0, - "vlanID": 2206, + "vlanID": 2405, "ipAddresses": [ - "2605::/64", - "215.0.0.0/24" + "2733::/64", + "129.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11229,12 +27614,12 @@ "scope": 0 }, { - "intfID": 2207, + "intfID": 2406, "routerID": 0, - "vlanID": 2207, + "vlanID": 2406, "ipAddresses": [ - "2606::/64", - "216.0.0.0/24" + "2734::/64", + "130.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11243,12 +27628,12 @@ "scope": 0 }, { - "intfID": 2208, + "intfID": 2407, "routerID": 0, - "vlanID": 2208, + "vlanID": 2407, "ipAddresses": [ - "2607::/64", - "217.0.0.0/24" + "2735::/64", + "131.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11257,12 +27642,12 @@ "scope": 0 }, { - "intfID": 2209, + "intfID": 2408, "routerID": 0, - "vlanID": 2209, + "vlanID": 2408, "ipAddresses": [ - "2608::/64", - "218.0.0.0/24" + "2736::/64", + "132.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11271,12 +27656,12 @@ "scope": 0 }, { - "intfID": 2210, + "intfID": 2409, "routerID": 0, - "vlanID": 2210, + "vlanID": 2409, "ipAddresses": [ - "2609::/64", - "219.0.0.0/24" + "2737::/64", + "133.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11285,12 +27670,12 @@ "scope": 0 }, { - "intfID": 2211, + "intfID": 2410, "routerID": 0, - "vlanID": 2211, + "vlanID": 2410, "ipAddresses": [ - "2610::/64", - "220.0.0.0/24" + "2738::/64", + "134.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11299,12 +27684,12 @@ "scope": 0 }, { - "intfID": 2212, + "intfID": 2411, "routerID": 0, - "vlanID": 2212, + "vlanID": 2411, "ipAddresses": [ - "2611::/64", - "221.0.0.0/24" + "2739::/64", + "135.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11313,12 +27698,12 @@ "scope": 0 }, { - "intfID": 2213, + "intfID": 2412, "routerID": 0, - "vlanID": 2213, + "vlanID": 2412, "ipAddresses": [ - "2612::/64", - "222.0.0.0/24" + "2740::/64", + "136.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11327,12 +27712,12 @@ "scope": 0 }, { - "intfID": 2214, + "intfID": 2413, "routerID": 0, - "vlanID": 2214, + "vlanID": 2413, "ipAddresses": [ - "2613::/64", - "223.0.0.0/24" + "2741::/64", + "137.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11341,12 +27726,12 @@ "scope": 0 }, { - "intfID": 2215, + "intfID": 2414, "routerID": 0, - "vlanID": 2215, + "vlanID": 2414, "ipAddresses": [ - "2614::/64", - "10.1.0.0/24" + "2742::/64", + "138.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11355,12 +27740,12 @@ "scope": 0 }, { - "intfID": 2216, + "intfID": 2415, "routerID": 0, - "vlanID": 2216, + "vlanID": 2415, "ipAddresses": [ - "2615::/64", - "11.1.0.0/24" + "2743::/64", + "139.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11369,12 +27754,12 @@ "scope": 0 }, { - "intfID": 2217, + "intfID": 2416, "routerID": 0, - "vlanID": 2217, + "vlanID": 2416, "ipAddresses": [ - "2616::/64", - "12.1.0.0/24" + "2744::/64", + "140.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11383,12 +27768,12 @@ "scope": 0 }, { - "intfID": 2218, + "intfID": 2417, "routerID": 0, - "vlanID": 2218, + "vlanID": 2417, "ipAddresses": [ - "2617::/64", - "13.1.0.0/24" + "2745::/64", + "141.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11397,12 +27782,12 @@ "scope": 0 }, { - "intfID": 2219, + "intfID": 2418, "routerID": 0, - "vlanID": 2219, + "vlanID": 2418, "ipAddresses": [ - "2618::/64", - "14.1.0.0/24" + "2746::/64", + "142.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11411,12 +27796,12 @@ "scope": 0 }, { - "intfID": 2220, + "intfID": 2419, "routerID": 0, - "vlanID": 2220, + "vlanID": 2419, "ipAddresses": [ - "2619::/64", - "15.1.0.0/24" + "2747::/64", + "143.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11425,12 +27810,12 @@ "scope": 0 }, { - "intfID": 2221, + "intfID": 2420, "routerID": 0, - "vlanID": 2221, + "vlanID": 2420, "ipAddresses": [ - "2620::/64", - "16.1.0.0/24" + "2748::/64", + "144.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11439,12 +27824,12 @@ "scope": 0 }, { - "intfID": 2222, + "intfID": 2421, "routerID": 0, - "vlanID": 2222, + "vlanID": 2421, "ipAddresses": [ - "2621::/64", - "17.1.0.0/24" + "2749::/64", + "145.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11453,12 +27838,12 @@ "scope": 0 }, { - "intfID": 2223, + "intfID": 2422, "routerID": 0, - "vlanID": 2223, + "vlanID": 2422, "ipAddresses": [ - "2622::/64", - "18.1.0.0/24" + "2750::/64", + "146.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11467,12 +27852,12 @@ "scope": 0 }, { - "intfID": 2224, + "intfID": 2423, "routerID": 0, - "vlanID": 2224, + "vlanID": 2423, "ipAddresses": [ - "2623::/64", - "19.1.0.0/24" + "2751::/64", + "147.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11481,12 +27866,12 @@ "scope": 0 }, { - "intfID": 2225, + "intfID": 2424, "routerID": 0, - "vlanID": 2225, + "vlanID": 2424, "ipAddresses": [ - "2624::/64", - "20.1.0.0/24" + "2752::/64", + "148.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11495,12 +27880,12 @@ "scope": 0 }, { - "intfID": 2226, + "intfID": 2425, "routerID": 0, - "vlanID": 2226, + "vlanID": 2425, "ipAddresses": [ - "2625::/64", - "21.1.0.0/24" + "2753::/64", + "149.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11509,12 +27894,12 @@ "scope": 0 }, { - "intfID": 2227, + "intfID": 2426, "routerID": 0, - "vlanID": 2227, + "vlanID": 2426, "ipAddresses": [ - "2626::/64", - "22.1.0.0/24" + "2754::/64", + "150.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11523,12 +27908,12 @@ "scope": 0 }, { - "intfID": 2228, + "intfID": 2427, "routerID": 0, - "vlanID": 2228, + "vlanID": 2427, "ipAddresses": [ - "2627::/64", - "23.1.0.0/24" + "2755::/64", + "151.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11537,12 +27922,12 @@ "scope": 0 }, { - "intfID": 2229, + "intfID": 2428, "routerID": 0, - "vlanID": 2229, + "vlanID": 2428, "ipAddresses": [ - "2628::/64", - "24.1.0.0/24" + "2756::/64", + "152.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11551,12 +27936,12 @@ "scope": 0 }, { - "intfID": 2230, + "intfID": 2429, "routerID": 0, - "vlanID": 2230, + "vlanID": 2429, "ipAddresses": [ - "2629::/64", - "25.1.0.0/24" + "2757::/64", + "153.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11565,12 +27950,12 @@ "scope": 0 }, { - "intfID": 2231, + "intfID": 2430, "routerID": 0, - "vlanID": 2231, + "vlanID": 2430, "ipAddresses": [ - "2630::/64", - "26.1.0.0/24" + "2758::/64", + "154.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11579,12 +27964,12 @@ "scope": 0 }, { - "intfID": 2232, + "intfID": 2431, "routerID": 0, - "vlanID": 2232, + "vlanID": 2431, "ipAddresses": [ - "2631::/64", - "27.1.0.0/24" + "2759::/64", + "155.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11593,12 +27978,12 @@ "scope": 0 }, { - "intfID": 2233, + "intfID": 2432, "routerID": 0, - "vlanID": 2233, + "vlanID": 2432, "ipAddresses": [ - "2632::/64", - "28.1.0.0/24" + "2760::/64", + "156.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11607,12 +27992,12 @@ "scope": 0 }, { - "intfID": 2234, + "intfID": 2433, "routerID": 0, - "vlanID": 2234, + "vlanID": 2433, "ipAddresses": [ - "2633::/64", - "29.1.0.0/24" + "2761::/64", + "157.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11621,12 +28006,12 @@ "scope": 0 }, { - "intfID": 2235, + "intfID": 2434, "routerID": 0, - "vlanID": 2235, + "vlanID": 2434, "ipAddresses": [ - "2634::/64", - "30.1.0.0/24" + "2762::/64", + "158.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11635,12 +28020,12 @@ "scope": 0 }, { - "intfID": 2236, + "intfID": 2435, "routerID": 0, - "vlanID": 2236, + "vlanID": 2435, "ipAddresses": [ - "2635::/64", - "31.1.0.0/24" + "2763::/64", + "159.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11649,12 +28034,12 @@ "scope": 0 }, { - "intfID": 2237, + "intfID": 2436, "routerID": 0, - "vlanID": 2237, + "vlanID": 2436, "ipAddresses": [ - "2636::/64", - "32.1.0.0/24" + "2764::/64", + "160.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11663,12 +28048,12 @@ "scope": 0 }, { - "intfID": 2238, + "intfID": 2437, "routerID": 0, - "vlanID": 2238, + "vlanID": 2437, "ipAddresses": [ - "2637::/64", - "33.1.0.0/24" + "2765::/64", + "161.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11677,12 +28062,12 @@ "scope": 0 }, { - "intfID": 2239, + "intfID": 2438, "routerID": 0, - "vlanID": 2239, + "vlanID": 2438, "ipAddresses": [ - "2638::/64", - "34.1.0.0/24" + "2766::/64", + "162.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11691,12 +28076,12 @@ "scope": 0 }, { - "intfID": 2240, + "intfID": 2439, "routerID": 0, - "vlanID": 2240, + "vlanID": 2439, "ipAddresses": [ - "2639::/64", - "35.1.0.0/24" + "2767::/64", + "163.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11705,12 +28090,12 @@ "scope": 0 }, { - "intfID": 2241, + "intfID": 2440, "routerID": 0, - "vlanID": 2241, + "vlanID": 2440, "ipAddresses": [ - "2640::/64", - "36.1.0.0/24" + "2768::/64", + "164.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11719,12 +28104,12 @@ "scope": 0 }, { - "intfID": 2242, + "intfID": 2441, "routerID": 0, - "vlanID": 2242, + "vlanID": 2441, "ipAddresses": [ - "2641::/64", - "37.1.0.0/24" + "2769::/64", + "165.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11733,12 +28118,12 @@ "scope": 0 }, { - "intfID": 2243, + "intfID": 2442, "routerID": 0, - "vlanID": 2243, + "vlanID": 2442, "ipAddresses": [ - "2642::/64", - "38.1.0.0/24" + "2770::/64", + "166.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11747,12 +28132,12 @@ "scope": 0 }, { - "intfID": 2244, + "intfID": 2443, "routerID": 0, - "vlanID": 2244, + "vlanID": 2443, "ipAddresses": [ - "2643::/64", - "39.1.0.0/24" + "2771::/64", + "167.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11761,12 +28146,12 @@ "scope": 0 }, { - "intfID": 2245, + "intfID": 2444, "routerID": 0, - "vlanID": 2245, + "vlanID": 2444, "ipAddresses": [ - "2644::/64", - "40.1.0.0/24" + "2772::/64", + "168.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11775,12 +28160,12 @@ "scope": 0 }, { - "intfID": 2246, + "intfID": 2445, "routerID": 0, - "vlanID": 2246, + "vlanID": 2445, "ipAddresses": [ - "2645::/64", - "41.1.0.0/24" + "2773::/64", + "169.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11789,12 +28174,12 @@ "scope": 0 }, { - "intfID": 2247, + "intfID": 2446, "routerID": 0, - "vlanID": 2247, + "vlanID": 2446, "ipAddresses": [ - "2646::/64", - "42.1.0.0/24" + "2774::/64", + "170.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11803,12 +28188,12 @@ "scope": 0 }, { - "intfID": 2248, + "intfID": 2447, "routerID": 0, - "vlanID": 2248, + "vlanID": 2447, "ipAddresses": [ - "2647::/64", - "43.1.0.0/24" + "2775::/64", + "171.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11817,12 +28202,12 @@ "scope": 0 }, { - "intfID": 2249, + "intfID": 2448, "routerID": 0, - "vlanID": 2249, + "vlanID": 2448, "ipAddresses": [ - "2648::/64", - "44.1.0.0/24" + "2776::/64", + "172.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11831,12 +28216,12 @@ "scope": 0 }, { - "intfID": 2250, + "intfID": 2449, "routerID": 0, - "vlanID": 2250, + "vlanID": 2449, "ipAddresses": [ - "2649::/64", - "45.1.0.0/24" + "2777::/64", + "173.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11845,12 +28230,12 @@ "scope": 0 }, { - "intfID": 2251, + "intfID": 2450, "routerID": 0, - "vlanID": 2251, + "vlanID": 2450, "ipAddresses": [ - "2650::/64", - "46.1.0.0/24" + "2778::/64", + "174.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11859,12 +28244,12 @@ "scope": 0 }, { - "intfID": 2252, + "intfID": 2451, "routerID": 0, - "vlanID": 2252, + "vlanID": 2451, "ipAddresses": [ - "2651::/64", - "47.1.0.0/24" + "2779::/64", + "175.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11873,12 +28258,12 @@ "scope": 0 }, { - "intfID": 2253, + "intfID": 2452, "routerID": 0, - "vlanID": 2253, + "vlanID": 2452, "ipAddresses": [ - "2652::/64", - "48.1.0.0/24" + "2780::/64", + "176.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11887,12 +28272,12 @@ "scope": 0 }, { - "intfID": 2254, + "intfID": 2453, "routerID": 0, - "vlanID": 2254, + "vlanID": 2453, "ipAddresses": [ - "2653::/64", - "49.1.0.0/24" + "2781::/64", + "177.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11901,12 +28286,12 @@ "scope": 0 }, { - "intfID": 2255, + "intfID": 2454, "routerID": 0, - "vlanID": 2255, + "vlanID": 2454, "ipAddresses": [ - "2654::/64", - "50.1.0.0/24" + "2782::/64", + "178.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11915,12 +28300,12 @@ "scope": 0 }, { - "intfID": 2256, + "intfID": 2455, "routerID": 0, - "vlanID": 2256, + "vlanID": 2455, "ipAddresses": [ - "2655::/64", - "51.1.0.0/24" + "2783::/64", + "179.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11929,12 +28314,12 @@ "scope": 0 }, { - "intfID": 2257, + "intfID": 2456, "routerID": 0, - "vlanID": 2257, + "vlanID": 2456, "ipAddresses": [ - "2656::/64", - "52.1.0.0/24" + "2784::/64", + "180.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11943,12 +28328,12 @@ "scope": 0 }, { - "intfID": 2265, + "intfID": 2457, "routerID": 0, - "vlanID": 2265, + "vlanID": 2457, "ipAddresses": [ - "2657::/64", - "53.1.0.0/24" + "2785::/64", + "181.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11957,12 +28342,12 @@ "scope": 0 }, { - "intfID": 2269, + "intfID": 2458, "routerID": 0, - "vlanID": 2269, + "vlanID": 2458, "ipAddresses": [ - "2658::/64", - "54.1.0.0/24" + "2786::/64", + "182.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11971,12 +28356,12 @@ "scope": 0 }, { - "intfID": 2273, + "intfID": 2459, "routerID": 0, - "vlanID": 2273, + "vlanID": 2459, "ipAddresses": [ - "2659::/64", - "55.1.0.0/24" + "2787::/64", + "183.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11985,12 +28370,12 @@ "scope": 0 }, { - "intfID": 2277, + "intfID": 2460, "routerID": 0, - "vlanID": 2277, + "vlanID": 2460, "ipAddresses": [ - "2660::/64", - "56.1.0.0/24" + "2788::/64", + "184.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -11999,12 +28384,12 @@ "scope": 0 }, { - "intfID": 2281, + "intfID": 2461, "routerID": 0, - "vlanID": 2281, + "vlanID": 2461, "ipAddresses": [ - "2661::/64", - "57.1.0.0/24" + "2789::/64", + "185.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12013,12 +28398,12 @@ "scope": 0 }, { - "intfID": 2285, + "intfID": 2462, "routerID": 0, - "vlanID": 2285, + "vlanID": 2462, "ipAddresses": [ - "2662::/64", - "58.1.0.0/24" + "2790::/64", + "186.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12027,12 +28412,12 @@ "scope": 0 }, { - "intfID": 2289, + "intfID": 2463, "routerID": 0, - "vlanID": 2289, + "vlanID": 2463, "ipAddresses": [ - "2663::/64", - "59.1.0.0/24" + "2791::/64", + "187.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12041,12 +28426,12 @@ "scope": 0 }, { - "intfID": 2293, + "intfID": 2464, "routerID": 0, - "vlanID": 2293, + "vlanID": 2464, "ipAddresses": [ - "2664::/64", - "60.1.0.0/24" + "2792::/64", + "188.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12055,12 +28440,12 @@ "scope": 0 }, { - "intfID": 2297, + "intfID": 2465, "routerID": 0, - "vlanID": 2297, + "vlanID": 2465, "ipAddresses": [ - "2665::/64", - "61.1.0.0/24" + "2793::/64", + "189.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12069,12 +28454,12 @@ "scope": 0 }, { - "intfID": 2301, + "intfID": 2466, "routerID": 0, - "vlanID": 2301, + "vlanID": 2466, "ipAddresses": [ - "2666::/64", - "62.1.0.0/24" + "2794::/64", + "190.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12083,12 +28468,12 @@ "scope": 0 }, { - "intfID": 2305, + "intfID": 2467, "routerID": 0, - "vlanID": 2305, + "vlanID": 2467, "ipAddresses": [ - "2667::/64", - "63.1.0.0/24" + "2795::/64", + "191.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12097,12 +28482,12 @@ "scope": 0 }, { - "intfID": 2309, + "intfID": 2468, "routerID": 0, - "vlanID": 2309, + "vlanID": 2468, "ipAddresses": [ - "2668::/64", - "64.1.0.0/24" + "2796::/64", + "192.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12111,12 +28496,12 @@ "scope": 0 }, { - "intfID": 2313, + "intfID": 2469, "routerID": 0, - "vlanID": 2313, + "vlanID": 2469, "ipAddresses": [ - "2669::/64", - "65.1.0.0/24" + "2797::/64", + "193.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12125,12 +28510,12 @@ "scope": 0 }, { - "intfID": 2317, + "intfID": 2470, "routerID": 0, - "vlanID": 2317, + "vlanID": 2470, "ipAddresses": [ - "2670::/64", - "66.1.0.0/24" + "2798::/64", + "194.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12139,12 +28524,12 @@ "scope": 0 }, { - "intfID": 2321, + "intfID": 2471, "routerID": 0, - "vlanID": 2321, + "vlanID": 2471, "ipAddresses": [ - "2671::/64", - "67.1.0.0/24" + "2799::/64", + "195.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12153,12 +28538,12 @@ "scope": 0 }, { - "intfID": 2325, + "intfID": 2472, "routerID": 0, - "vlanID": 2325, + "vlanID": 2472, "ipAddresses": [ - "2672::/64", - "68.1.0.0/24" + "2800::/64", + "196.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12167,12 +28552,12 @@ "scope": 0 }, { - "intfID": 2329, + "intfID": 2473, "routerID": 0, - "vlanID": 2329, + "vlanID": 2473, "ipAddresses": [ - "2673::/64", - "69.1.0.0/24" + "2801::/64", + "197.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12181,12 +28566,12 @@ "scope": 0 }, { - "intfID": 2333, + "intfID": 2474, "routerID": 0, - "vlanID": 2333, + "vlanID": 2474, "ipAddresses": [ - "2674::/64", - "70.1.0.0/24" + "2802::/64", + "198.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12195,12 +28580,12 @@ "scope": 0 }, { - "intfID": 2337, + "intfID": 2475, "routerID": 0, - "vlanID": 2337, + "vlanID": 2475, "ipAddresses": [ - "2675::/64", - "71.1.0.0/24" + "2803::/64", + "199.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12209,12 +28594,12 @@ "scope": 0 }, { - "intfID": 2341, + "intfID": 2476, "routerID": 0, - "vlanID": 2341, + "vlanID": 2476, "ipAddresses": [ - "2676::/64", - "72.1.0.0/24" + "2804::/64", + "200.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12223,12 +28608,12 @@ "scope": 0 }, { - "intfID": 2345, + "intfID": 2477, "routerID": 0, - "vlanID": 2345, + "vlanID": 2477, "ipAddresses": [ - "2677::/64", - "73.1.0.0/24" + "2805::/64", + "201.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12237,12 +28622,12 @@ "scope": 0 }, { - "intfID": 2349, + "intfID": 2478, "routerID": 0, - "vlanID": 2349, + "vlanID": 2478, "ipAddresses": [ - "2678::/64", - "74.1.0.0/24" + "2806::/64", + "202.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12251,12 +28636,12 @@ "scope": 0 }, { - "intfID": 2353, + "intfID": 2479, "routerID": 0, - "vlanID": 2353, + "vlanID": 2479, "ipAddresses": [ - "2679::/64", - "75.1.0.0/24" + "2807::/64", + "203.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12265,12 +28650,12 @@ "scope": 0 }, { - "intfID": 2357, + "intfID": 2480, "routerID": 0, - "vlanID": 2357, + "vlanID": 2480, "ipAddresses": [ - "2680::/64", - "76.1.0.0/24" + "2808::/64", + "204.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12279,12 +28664,12 @@ "scope": 0 }, { - "intfID": 2361, + "intfID": 2481, "routerID": 0, - "vlanID": 2361, + "vlanID": 2481, "ipAddresses": [ - "2681::/64", - "77.1.0.0/24" + "2809::/64", + "205.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12293,12 +28678,12 @@ "scope": 0 }, { - "intfID": 2365, + "intfID": 2482, "routerID": 0, - "vlanID": 2365, + "vlanID": 2482, "ipAddresses": [ - "2682::/64", - "78.1.0.0/24" + "2810::/64", + "206.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12307,12 +28692,12 @@ "scope": 0 }, { - "intfID": 2369, + "intfID": 2483, "routerID": 0, - "vlanID": 2369, + "vlanID": 2483, "ipAddresses": [ - "2683::/64", - "79.1.0.0/24" + "2811::/64", + "207.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12321,12 +28706,12 @@ "scope": 0 }, { - "intfID": 2373, + "intfID": 2484, "routerID": 0, - "vlanID": 2373, + "vlanID": 2484, "ipAddresses": [ - "2684::/64", - "80.1.0.0/24" + "2812::/64", + "208.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12335,12 +28720,12 @@ "scope": 0 }, { - "intfID": 2377, + "intfID": 2485, "routerID": 0, - "vlanID": 2377, + "vlanID": 2485, "ipAddresses": [ - "2685::/64", - "81.1.0.0/24" + "2813::/64", + "209.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12349,12 +28734,12 @@ "scope": 0 }, { - "intfID": 2381, + "intfID": 2486, "routerID": 0, - "vlanID": 2381, + "vlanID": 2486, "ipAddresses": [ - "2686::/64", - "82.1.0.0/24" + "2814::/64", + "210.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12363,12 +28748,12 @@ "scope": 0 }, { - "intfID": 2385, + "intfID": 2487, "routerID": 0, - "vlanID": 2385, + "vlanID": 2487, "ipAddresses": [ - "2687::/64", - "83.1.0.0/24" + "2815::/64", + "211.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12377,12 +28762,12 @@ "scope": 0 }, { - "intfID": 2389, + "intfID": 2488, "routerID": 0, - "vlanID": 2389, + "vlanID": 2488, "ipAddresses": [ - "2688::/64", - "84.1.0.0/24" + "2816::/64", + "212.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12391,12 +28776,12 @@ "scope": 0 }, { - "intfID": 2393, + "intfID": 2489, "routerID": 0, - "vlanID": 2393, + "vlanID": 2489, "ipAddresses": [ - "2689::/64", - "85.1.0.0/24" + "2817::/64", + "213.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12405,12 +28790,12 @@ "scope": 0 }, { - "intfID": 2397, + "intfID": 2490, "routerID": 0, - "vlanID": 2397, + "vlanID": 2490, "ipAddresses": [ - "2690::/64", - "86.1.0.0/24" + "2818::/64", + "214.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12419,12 +28804,12 @@ "scope": 0 }, { - "intfID": 2401, + "intfID": 2491, "routerID": 0, - "vlanID": 2401, + "vlanID": 2491, "ipAddresses": [ - "2691::/64", - "87.1.0.0/24" + "2819::/64", + "215.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12433,12 +28818,12 @@ "scope": 0 }, { - "intfID": 2405, + "intfID": 2492, "routerID": 0, - "vlanID": 2405, + "vlanID": 2492, "ipAddresses": [ - "2692::/64", - "88.1.0.0/24" + "2820::/64", + "216.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12447,12 +28832,12 @@ "scope": 0 }, { - "intfID": 2409, + "intfID": 2493, "routerID": 0, - "vlanID": 2409, + "vlanID": 2493, "ipAddresses": [ - "2693::/64", - "89.1.0.0/24" + "2821::/64", + "217.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12461,12 +28846,12 @@ "scope": 0 }, { - "intfID": 2413, + "intfID": 2494, "routerID": 0, - "vlanID": 2413, + "vlanID": 2494, "ipAddresses": [ - "2694::/64", - "90.1.0.0/24" + "2822::/64", + "218.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12475,12 +28860,12 @@ "scope": 0 }, { - "intfID": 2417, + "intfID": 2495, "routerID": 0, - "vlanID": 2417, + "vlanID": 2495, "ipAddresses": [ - "2695::/64", - "91.1.0.0/24" + "2823::/64", + "219.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12489,12 +28874,12 @@ "scope": 0 }, { - "intfID": 2421, + "intfID": 2496, "routerID": 0, - "vlanID": 2421, + "vlanID": 2496, "ipAddresses": [ - "2696::/64", - "92.1.0.0/24" + "2824::/64", + "220.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12503,12 +28888,12 @@ "scope": 0 }, { - "intfID": 2425, + "intfID": 2497, "routerID": 0, - "vlanID": 2425, + "vlanID": 2497, "ipAddresses": [ - "2697::/64", - "93.1.0.0/24" + "2825::/64", + "221.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12517,12 +28902,12 @@ "scope": 0 }, { - "intfID": 2429, + "intfID": 2498, "routerID": 0, - "vlanID": 2429, + "vlanID": 2498, "ipAddresses": [ - "2698::/64", - "94.1.0.0/24" + "2826::/64", + "222.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12531,12 +28916,12 @@ "scope": 0 }, { - "intfID": 2433, + "intfID": 2499, "routerID": 0, - "vlanID": 2433, + "vlanID": 2499, "ipAddresses": [ - "2699::/64", - "95.1.0.0/24" + "2827::/64", + "223.1.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12545,12 +28930,12 @@ "scope": 0 }, { - "intfID": 2437, + "intfID": 2500, "routerID": 0, - "vlanID": 2437, + "vlanID": 2500, "ipAddresses": [ - "2700::/64", - "96.1.0.0/24" + "2828::/64", + "10.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12559,12 +28944,12 @@ "scope": 0 }, { - "intfID": 2441, + "intfID": 2501, "routerID": 0, - "vlanID": 2441, + "vlanID": 2501, "ipAddresses": [ - "2701::/64", - "97.1.0.0/24" + "2829::/64", + "11.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12573,12 +28958,12 @@ "scope": 0 }, { - "intfID": 2445, + "intfID": 2502, "routerID": 0, - "vlanID": 2445, + "vlanID": 2502, "ipAddresses": [ - "2702::/64", - "98.1.0.0/24" + "2830::/64", + "12.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12587,12 +28972,12 @@ "scope": 0 }, { - "intfID": 2449, + "intfID": 2503, "routerID": 0, - "vlanID": 2449, + "vlanID": 2503, "ipAddresses": [ - "2703::/64", - "99.1.0.0/24" + "2831::/64", + "13.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12601,12 +28986,12 @@ "scope": 0 }, { - "intfID": 2453, + "intfID": 2504, "routerID": 0, - "vlanID": 2453, + "vlanID": 2504, "ipAddresses": [ - "2704::/64", - "100.1.0.0/24" + "2832::/64", + "14.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12615,12 +29000,12 @@ "scope": 0 }, { - "intfID": 2457, + "intfID": 2505, "routerID": 0, - "vlanID": 2457, + "vlanID": 2505, "ipAddresses": [ - "2705::/64", - "101.1.0.0/24" + "2833::/64", + "15.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12629,12 +29014,12 @@ "scope": 0 }, { - "intfID": 2461, + "intfID": 2506, "routerID": 0, - "vlanID": 2461, + "vlanID": 2506, "ipAddresses": [ - "2706::/64", - "102.1.0.0/24" + "2834::/64", + "16.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12643,12 +29028,12 @@ "scope": 0 }, { - "intfID": 2465, + "intfID": 2507, "routerID": 0, - "vlanID": 2465, + "vlanID": 2507, "ipAddresses": [ - "2707::/64", - "103.1.0.0/24" + "2835::/64", + "17.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12657,12 +29042,12 @@ "scope": 0 }, { - "intfID": 2469, + "intfID": 2508, "routerID": 0, - "vlanID": 2469, + "vlanID": 2508, "ipAddresses": [ - "2708::/64", - "104.1.0.0/24" + "2836::/64", + "18.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12671,12 +29056,12 @@ "scope": 0 }, { - "intfID": 2473, + "intfID": 2509, "routerID": 0, - "vlanID": 2473, + "vlanID": 2509, "ipAddresses": [ - "2709::/64", - "105.1.0.0/24" + "2837::/64", + "19.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12685,12 +29070,12 @@ "scope": 0 }, { - "intfID": 2477, + "intfID": 2510, "routerID": 0, - "vlanID": 2477, + "vlanID": 2510, "ipAddresses": [ - "2710::/64", - "106.1.0.0/24" + "2838::/64", + "20.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12699,12 +29084,12 @@ "scope": 0 }, { - "intfID": 2481, + "intfID": 2511, "routerID": 0, - "vlanID": 2481, + "vlanID": 2511, "ipAddresses": [ - "2711::/64", - "107.1.0.0/24" + "2839::/64", + "21.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12713,12 +29098,12 @@ "scope": 0 }, { - "intfID": 2485, + "intfID": 2512, "routerID": 0, - "vlanID": 2485, + "vlanID": 2512, "ipAddresses": [ - "2712::/64", - "108.1.0.0/24" + "2840::/64", + "22.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12727,12 +29112,12 @@ "scope": 0 }, { - "intfID": 2489, + "intfID": 2513, "routerID": 0, - "vlanID": 2489, + "vlanID": 2513, "ipAddresses": [ - "2713::/64", - "109.1.0.0/24" + "2841::/64", + "23.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12741,12 +29126,12 @@ "scope": 0 }, { - "intfID": 2493, + "intfID": 2514, "routerID": 0, - "vlanID": 2493, + "vlanID": 2514, "ipAddresses": [ - "2714::/64", - "110.1.0.0/24" + "2842::/64", + "24.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12755,12 +29140,12 @@ "scope": 0 }, { - "intfID": 2497, + "intfID": 2515, "routerID": 0, - "vlanID": 2497, + "vlanID": 2515, "ipAddresses": [ - "2715::/64", - "111.1.0.0/24" + "2843::/64", + "25.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12769,12 +29154,12 @@ "scope": 0 }, { - "intfID": 2501, + "intfID": 2516, "routerID": 0, - "vlanID": 2501, + "vlanID": 2516, "ipAddresses": [ - "2716::/64", - "112.1.0.0/24" + "2844::/64", + "26.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12783,12 +29168,12 @@ "scope": 0 }, { - "intfID": 2505, + "intfID": 2517, "routerID": 0, - "vlanID": 2505, + "vlanID": 2517, "ipAddresses": [ - "2717::/64", - "113.1.0.0/24" + "2845::/64", + "27.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12797,12 +29182,12 @@ "scope": 0 }, { - "intfID": 2509, + "intfID": 2518, "routerID": 0, - "vlanID": 2509, + "vlanID": 2518, "ipAddresses": [ - "2718::/64", - "114.1.0.0/24" + "2846::/64", + "28.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12811,12 +29196,12 @@ "scope": 0 }, { - "intfID": 2513, + "intfID": 2519, "routerID": 0, - "vlanID": 2513, + "vlanID": 2519, "ipAddresses": [ - "2719::/64", - "115.1.0.0/24" + "2847::/64", + "29.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12825,12 +29210,12 @@ "scope": 0 }, { - "intfID": 2517, + "intfID": 2520, "routerID": 0, - "vlanID": 2517, + "vlanID": 2520, "ipAddresses": [ - "2720::/64", - "116.1.0.0/24" + "2848::/64", + "30.2.0.0/24" ], "mtu": 9000, "isVirtual": false, @@ -12843,8 +29228,8 @@ "routerID": 0, "vlanID": 10, "ipAddresses": [ - "2721::/64", - "117.1.0.0/24" + "2849::/64", + "31.2.0.0/24" ], "mtu": 9000, "isVirtual": true, diff --git a/fboss/oss/link_test_configs/ladakh800bcls.materialized_JSON b/fboss/oss/link_test_configs/ladakh800bcls.materialized_JSON new file mode 100644 index 0000000000000..98c2fb62f75ab --- /dev/null +++ b/fboss/oss/link_test_configs/ladakh800bcls.materialized_JSON @@ -0,0 +1,67140 @@ +{ + "defaultCommandLineArgs": { + "check_wb_handles": "true", + "counter_refresh_interval": "0", + "disable_neighbor_updates": "true", + "enable_1to1_intf_route_table_mapping": "true", + "enable_replayer": "true", + "log_variable_name": "true", + "multi_npu_platform_mapping": "True", + "multi_switch": "True", + "publish_state_to_fsdb": "true", + "publish_stats_to_fsdb": "true", + "sai_configure_six_tap": "true" + }, + "sw": { + "version": 0, + "ports": [ + { + "logicalID": 1, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2016, + "speed": 200000, + "name": "eth1/3/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/6/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2017, + "speed": 200000, + "name": "eth1/3/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/6/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 3, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2018, + "speed": 200000, + "name": "eth1/3/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/6/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 4, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2019, + "speed": 200000, + "name": "eth1/3/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/6/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 5, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2020, + "speed": 200000, + "name": "eth1/3/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/6/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 6, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2021, + "speed": 200000, + "name": "eth1/3/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/6/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 7, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2022, + "speed": 200000, + "name": "eth1/3/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/6/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 8, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2023, + "speed": 200000, + "name": "eth1/3/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/6/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 9, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2024, + "speed": 200000, + "name": "eth1/4/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/4/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 10, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2025, + "speed": 200000, + "name": "eth1/4/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/4/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 11, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2026, + "speed": 200000, + "name": "eth1/4/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/4/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 12, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2027, + "speed": 200000, + "name": "eth1/4/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/4/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 13, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2028, + "speed": 200000, + "name": "eth1/4/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/4/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 14, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2029, + "speed": 200000, + "name": "eth1/4/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/4/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 15, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2030, + "speed": 200000, + "name": "eth1/4/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/4/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 16, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2031, + "speed": 200000, + "name": "eth1/4/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/4/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 17, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2032, + "speed": 200000, + "name": "eth1/5/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/61/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 18, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2033, + "speed": 200000, + "name": "eth1/5/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/61/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 19, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2034, + "speed": 200000, + "name": "eth1/5/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/61/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 20, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2035, + "speed": 200000, + "name": "eth1/5/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/61/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 21, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2036, + "speed": 200000, + "name": "eth1/5/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/61/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 22, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2037, + "speed": 200000, + "name": "eth1/5/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/61/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 23, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2038, + "speed": 200000, + "name": "eth1/5/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/61/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 24, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2039, + "speed": 200000, + "name": "eth1/5/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/61/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 25, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2040, + "speed": 200000, + "name": "eth1/6/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/3/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 26, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2041, + "speed": 200000, + "name": "eth1/6/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/3/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 27, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2042, + "speed": 200000, + "name": "eth1/6/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/3/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 28, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2043, + "speed": 200000, + "name": "eth1/6/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/3/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 29, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2044, + "speed": 200000, + "name": "eth1/6/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/3/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 30, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2045, + "speed": 200000, + "name": "eth1/6/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/3/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 31, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2046, + "speed": 200000, + "name": "eth1/6/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/3/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 32, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2047, + "speed": 200000, + "name": "eth1/6/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/3/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 33, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2048, + "speed": 200000, + "name": "eth1/7/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/10/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 34, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2049, + "speed": 200000, + "name": "eth1/7/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/10/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 35, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2050, + "speed": 200000, + "name": "eth1/7/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/10/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 36, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2051, + "speed": 200000, + "name": "eth1/7/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/10/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 37, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2052, + "speed": 200000, + "name": "eth1/7/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/10/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 38, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2053, + "speed": 200000, + "name": "eth1/7/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/10/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 39, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2054, + "speed": 200000, + "name": "eth1/7/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/10/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 40, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2055, + "speed": 200000, + "name": "eth1/7/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/10/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 41, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2056, + "speed": 200000, + "name": "eth1/8/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/8/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 42, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2057, + "speed": 200000, + "name": "eth1/8/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/8/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 43, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2058, + "speed": 200000, + "name": "eth1/8/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/8/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 44, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2059, + "speed": 200000, + "name": "eth1/8/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/8/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 45, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2060, + "speed": 200000, + "name": "eth1/8/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/8/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 46, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2061, + "speed": 200000, + "name": "eth1/8/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/8/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 47, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2062, + "speed": 200000, + "name": "eth1/8/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/8/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 48, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2063, + "speed": 200000, + "name": "eth1/8/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/8/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 49, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2064, + "speed": 200000, + "name": "eth1/9/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/9/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 50, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2065, + "speed": 200000, + "name": "eth1/9/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/9/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 51, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2066, + "speed": 200000, + "name": "eth1/9/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/9/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 52, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2067, + "speed": 200000, + "name": "eth1/9/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/9/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 53, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2068, + "speed": 200000, + "name": "eth1/9/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/9/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 54, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2069, + "speed": 200000, + "name": "eth1/9/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/9/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 55, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2070, + "speed": 200000, + "name": "eth1/9/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/9/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 56, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2071, + "speed": 200000, + "name": "eth1/9/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/9/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 57, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2072, + "speed": 200000, + "name": "eth1/10/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/7/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 58, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2073, + "speed": 200000, + "name": "eth1/10/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/7/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 59, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2074, + "speed": 200000, + "name": "eth1/10/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/7/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 60, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2075, + "speed": 200000, + "name": "eth1/10/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/7/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 61, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2076, + "speed": 200000, + "name": "eth1/10/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/7/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 62, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2077, + "speed": 200000, + "name": "eth1/10/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/7/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 63, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2078, + "speed": 200000, + "name": "eth1/10/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/7/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 64, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2079, + "speed": 200000, + "name": "eth1/10/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/7/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 65, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2080, + "speed": 200000, + "name": "eth1/11/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/15/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 66, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2081, + "speed": 200000, + "name": "eth1/11/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/15/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 67, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2082, + "speed": 200000, + "name": "eth1/11/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/15/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 68, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2083, + "speed": 200000, + "name": "eth1/11/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/15/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 69, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2084, + "speed": 200000, + "name": "eth1/11/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/15/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 70, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2085, + "speed": 200000, + "name": "eth1/11/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/15/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 71, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2086, + "speed": 200000, + "name": "eth1/11/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/15/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 72, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2087, + "speed": 200000, + "name": "eth1/11/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/15/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 73, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2088, + "speed": 200000, + "name": "eth1/12/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/17/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 74, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2089, + "speed": 200000, + "name": "eth1/12/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/17/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 75, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2090, + "speed": 200000, + "name": "eth1/12/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/17/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 76, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2091, + "speed": 200000, + "name": "eth1/12/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/17/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 77, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2092, + "speed": 200000, + "name": "eth1/12/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/17/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 78, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2093, + "speed": 200000, + "name": "eth1/12/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/17/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 79, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2094, + "speed": 200000, + "name": "eth1/12/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/17/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 80, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2095, + "speed": 200000, + "name": "eth1/12/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/17/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 81, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2096, + "speed": 200000, + "name": "eth1/13/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/13/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 82, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2097, + "speed": 200000, + "name": "eth1/13/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/13/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 83, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2098, + "speed": 200000, + "name": "eth1/13/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/13/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 84, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2099, + "speed": 200000, + "name": "eth1/13/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/13/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 85, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2100, + "speed": 200000, + "name": "eth1/13/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/13/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 86, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2101, + "speed": 200000, + "name": "eth1/13/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/13/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 87, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2102, + "speed": 200000, + "name": "eth1/13/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/13/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 88, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2103, + "speed": 200000, + "name": "eth1/13/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/13/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 89, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2104, + "speed": 200000, + "name": "eth1/14/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/18/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 90, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2105, + "speed": 200000, + "name": "eth1/14/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/18/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 91, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2106, + "speed": 200000, + "name": "eth1/14/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/18/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 92, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2107, + "speed": 200000, + "name": "eth1/14/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/18/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 93, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2108, + "speed": 200000, + "name": "eth1/14/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/18/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 94, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2109, + "speed": 200000, + "name": "eth1/14/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/18/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 95, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2110, + "speed": 200000, + "name": "eth1/14/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/18/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 96, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2111, + "speed": 200000, + "name": "eth1/14/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/18/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 97, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2112, + "speed": 200000, + "name": "eth1/15/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/11/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 98, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2113, + "speed": 200000, + "name": "eth1/15/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/11/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 99, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2114, + "speed": 200000, + "name": "eth1/15/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/11/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 100, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2115, + "speed": 200000, + "name": "eth1/15/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/11/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 101, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2116, + "speed": 200000, + "name": "eth1/15/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/11/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 102, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2117, + "speed": 200000, + "name": "eth1/15/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/11/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 103, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2118, + "speed": 200000, + "name": "eth1/15/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/11/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 104, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2119, + "speed": 200000, + "name": "eth1/15/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/11/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 105, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2120, + "speed": 200000, + "name": "eth1/16/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/16/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 106, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2121, + "speed": 200000, + "name": "eth1/16/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/16/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 107, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2122, + "speed": 200000, + "name": "eth1/16/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/16/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 108, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2123, + "speed": 200000, + "name": "eth1/16/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/16/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 109, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2124, + "speed": 200000, + "name": "eth1/16/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/16/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 110, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2125, + "speed": 200000, + "name": "eth1/16/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/16/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 111, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2126, + "speed": 200000, + "name": "eth1/16/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/16/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 112, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2127, + "speed": 200000, + "name": "eth1/16/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/16/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 113, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2128, + "speed": 200000, + "name": "eth1/17/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/12/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 114, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2129, + "speed": 200000, + "name": "eth1/17/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/12/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 115, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2130, + "speed": 200000, + "name": "eth1/17/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/12/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 116, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2131, + "speed": 200000, + "name": "eth1/17/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/12/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 117, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2132, + "speed": 200000, + "name": "eth1/17/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/12/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 118, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2133, + "speed": 200000, + "name": "eth1/17/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/12/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 119, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2134, + "speed": 200000, + "name": "eth1/17/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/12/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 120, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2135, + "speed": 200000, + "name": "eth1/17/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/12/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 121, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2136, + "speed": 200000, + "name": "eth1/18/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/14/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 122, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2137, + "speed": 200000, + "name": "eth1/18/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/14/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 123, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2138, + "speed": 200000, + "name": "eth1/18/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/14/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 124, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2139, + "speed": 200000, + "name": "eth1/18/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/14/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 125, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2140, + "speed": 200000, + "name": "eth1/18/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/14/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 126, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2141, + "speed": 200000, + "name": "eth1/18/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/14/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 127, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2142, + "speed": 200000, + "name": "eth1/18/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/14/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 128, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2143, + "speed": 200000, + "name": "eth1/18/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/14/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 129, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2144, + "speed": 200000, + "name": "eth1/19/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/126/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 130, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2145, + "speed": 200000, + "name": "eth1/19/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/126/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 131, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2146, + "speed": 200000, + "name": "eth1/19/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/126/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 132, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2147, + "speed": 200000, + "name": "eth1/19/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/126/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 133, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2148, + "speed": 200000, + "name": "eth1/19/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/126/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 134, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2149, + "speed": 200000, + "name": "eth1/19/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/126/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 135, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2150, + "speed": 200000, + "name": "eth1/19/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/126/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 136, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2151, + "speed": 200000, + "name": "eth1/19/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/126/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 137, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2152, + "speed": 200000, + "name": "eth1/20/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/124/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 138, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2153, + "speed": 200000, + "name": "eth1/20/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/124/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 139, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2154, + "speed": 200000, + "name": "eth1/20/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/124/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 140, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2155, + "speed": 200000, + "name": "eth1/20/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/124/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 141, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2156, + "speed": 200000, + "name": "eth1/20/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/124/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 142, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2157, + "speed": 200000, + "name": "eth1/20/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/124/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 143, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2158, + "speed": 200000, + "name": "eth1/20/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/124/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 144, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2159, + "speed": 200000, + "name": "eth1/20/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/124/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 145, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2160, + "speed": 200000, + "name": "eth1/21/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/125/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 146, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2161, + "speed": 200000, + "name": "eth1/21/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/125/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 147, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2162, + "speed": 200000, + "name": "eth1/21/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/125/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 148, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2163, + "speed": 200000, + "name": "eth1/21/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/125/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 149, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2164, + "speed": 200000, + "name": "eth1/21/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/125/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 150, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2165, + "speed": 200000, + "name": "eth1/21/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/125/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 151, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2166, + "speed": 200000, + "name": "eth1/21/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/125/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 152, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2167, + "speed": 200000, + "name": "eth1/21/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/125/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 153, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2168, + "speed": 200000, + "name": "eth1/22/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/123/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 154, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2169, + "speed": 200000, + "name": "eth1/22/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/123/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 155, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2170, + "speed": 200000, + "name": "eth1/22/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/123/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 156, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2171, + "speed": 200000, + "name": "eth1/22/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/123/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 157, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2172, + "speed": 200000, + "name": "eth1/22/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/123/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 158, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2173, + "speed": 200000, + "name": "eth1/22/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/123/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 159, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2174, + "speed": 200000, + "name": "eth1/22/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/123/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 160, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2175, + "speed": 200000, + "name": "eth1/22/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/123/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 161, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2176, + "speed": 200000, + "name": "eth1/23/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/26/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 162, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2177, + "speed": 200000, + "name": "eth1/23/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/26/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 163, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2178, + "speed": 200000, + "name": "eth1/23/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/26/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 164, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2179, + "speed": 200000, + "name": "eth1/23/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/26/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 165, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2180, + "speed": 200000, + "name": "eth1/23/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/26/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 166, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2181, + "speed": 200000, + "name": "eth1/23/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/26/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 167, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2182, + "speed": 200000, + "name": "eth1/23/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/26/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 168, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2183, + "speed": 200000, + "name": "eth1/23/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/26/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 169, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2184, + "speed": 200000, + "name": "eth1/24/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/24/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 170, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2185, + "speed": 200000, + "name": "eth1/24/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/24/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 171, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2186, + "speed": 200000, + "name": "eth1/24/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/24/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 172, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2187, + "speed": 200000, + "name": "eth1/24/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/24/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 173, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2188, + "speed": 200000, + "name": "eth1/24/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/24/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 174, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2189, + "speed": 200000, + "name": "eth1/24/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/24/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 175, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2190, + "speed": 200000, + "name": "eth1/24/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/24/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 176, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2191, + "speed": 200000, + "name": "eth1/24/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/24/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 177, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2192, + "speed": 200000, + "name": "eth1/25/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/25/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 178, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2193, + "speed": 200000, + "name": "eth1/25/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/25/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 179, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2194, + "speed": 200000, + "name": "eth1/25/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/25/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 180, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2195, + "speed": 200000, + "name": "eth1/25/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/25/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 181, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2196, + "speed": 200000, + "name": "eth1/25/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/25/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 182, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2197, + "speed": 200000, + "name": "eth1/25/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/25/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 183, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2198, + "speed": 200000, + "name": "eth1/25/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/25/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 184, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2199, + "speed": 200000, + "name": "eth1/25/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/25/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 185, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2200, + "speed": 200000, + "name": "eth1/26/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 186, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2201, + "speed": 200000, + "name": "eth1/26/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 187, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2202, + "speed": 200000, + "name": "eth1/26/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 188, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2203, + "speed": 200000, + "name": "eth1/26/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 189, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2204, + "speed": 200000, + "name": "eth1/26/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 190, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2205, + "speed": 200000, + "name": "eth1/26/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 191, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2206, + "speed": 200000, + "name": "eth1/26/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 192, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2207, + "speed": 200000, + "name": "eth1/26/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/23/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 193, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2208, + "speed": 200000, + "name": "eth1/27/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 194, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2209, + "speed": 200000, + "name": "eth1/27/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 195, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2210, + "speed": 200000, + "name": "eth1/27/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 196, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2211, + "speed": 200000, + "name": "eth1/27/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 197, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2212, + "speed": 200000, + "name": "eth1/27/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 198, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2213, + "speed": 200000, + "name": "eth1/27/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 199, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2214, + "speed": 200000, + "name": "eth1/27/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 200, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2215, + "speed": 200000, + "name": "eth1/27/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/31/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 201, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2216, + "speed": 200000, + "name": "eth1/28/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/33/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 202, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2217, + "speed": 200000, + "name": "eth1/28/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/33/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 203, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2218, + "speed": 200000, + "name": "eth1/28/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/33/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 204, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2219, + "speed": 200000, + "name": "eth1/28/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/33/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 205, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2220, + "speed": 200000, + "name": "eth1/28/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/33/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 206, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2221, + "speed": 200000, + "name": "eth1/28/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/33/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 207, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2222, + "speed": 200000, + "name": "eth1/28/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/33/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 208, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2223, + "speed": 200000, + "name": "eth1/28/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/33/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 209, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2224, + "speed": 200000, + "name": "eth1/29/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/85/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 210, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2225, + "speed": 200000, + "name": "eth1/29/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/85/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 211, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2226, + "speed": 200000, + "name": "eth1/29/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/85/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 212, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2227, + "speed": 200000, + "name": "eth1/29/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/85/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 213, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2228, + "speed": 200000, + "name": "eth1/29/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/85/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 214, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2229, + "speed": 200000, + "name": "eth1/29/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/85/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 215, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2230, + "speed": 200000, + "name": "eth1/29/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/85/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 216, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2231, + "speed": 200000, + "name": "eth1/29/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/85/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 217, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2232, + "speed": 200000, + "name": "eth1/30/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/34/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 218, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2233, + "speed": 200000, + "name": "eth1/30/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/34/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 219, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2234, + "speed": 200000, + "name": "eth1/30/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/34/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 220, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2235, + "speed": 200000, + "name": "eth1/30/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/34/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 221, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2236, + "speed": 200000, + "name": "eth1/30/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/34/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 222, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2237, + "speed": 200000, + "name": "eth1/30/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/34/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 223, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2238, + "speed": 200000, + "name": "eth1/30/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/34/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 224, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2239, + "speed": 200000, + "name": "eth1/30/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/34/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 225, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2240, + "speed": 200000, + "name": "eth1/31/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 226, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2241, + "speed": 200000, + "name": "eth1/31/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 227, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2242, + "speed": 200000, + "name": "eth1/31/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 228, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2243, + "speed": 200000, + "name": "eth1/31/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 229, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2244, + "speed": 200000, + "name": "eth1/31/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 230, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2245, + "speed": 200000, + "name": "eth1/31/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 231, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2246, + "speed": 200000, + "name": "eth1/31/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 232, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2247, + "speed": 200000, + "name": "eth1/31/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/27/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 233, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2248, + "speed": 200000, + "name": "eth1/32/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/82/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 234, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2249, + "speed": 200000, + "name": "eth1/32/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/82/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 235, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2250, + "speed": 200000, + "name": "eth1/32/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/82/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 236, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2251, + "speed": 200000, + "name": "eth1/32/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/82/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 237, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2252, + "speed": 200000, + "name": "eth1/32/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/82/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 238, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2253, + "speed": 200000, + "name": "eth1/32/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/82/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 239, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2254, + "speed": 200000, + "name": "eth1/32/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/82/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 240, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2255, + "speed": 200000, + "name": "eth1/32/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/82/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 241, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2256, + "speed": 200000, + "name": "eth1/33/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 242, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2257, + "speed": 200000, + "name": "eth1/33/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 243, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2258, + "speed": 200000, + "name": "eth1/33/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 244, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2259, + "speed": 200000, + "name": "eth1/33/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 245, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2260, + "speed": 200000, + "name": "eth1/33/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 246, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2261, + "speed": 200000, + "name": "eth1/33/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 247, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2262, + "speed": 200000, + "name": "eth1/33/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 248, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2263, + "speed": 200000, + "name": "eth1/33/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/28/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 249, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2264, + "speed": 200000, + "name": "eth1/34/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 250, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2265, + "speed": 200000, + "name": "eth1/34/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 251, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2266, + "speed": 200000, + "name": "eth1/34/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 252, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2267, + "speed": 200000, + "name": "eth1/34/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 253, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2268, + "speed": 200000, + "name": "eth1/34/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 254, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2269, + "speed": 200000, + "name": "eth1/34/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 255, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2270, + "speed": 200000, + "name": "eth1/34/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 256, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2271, + "speed": 200000, + "name": "eth1/34/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/30/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 257, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2272, + "speed": 200000, + "name": "eth1/35/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/38/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 258, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2273, + "speed": 200000, + "name": "eth1/35/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/38/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 259, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2274, + "speed": 200000, + "name": "eth1/35/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/38/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 260, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2275, + "speed": 200000, + "name": "eth1/35/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/38/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 261, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2276, + "speed": 200000, + "name": "eth1/35/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/38/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 262, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2277, + "speed": 200000, + "name": "eth1/35/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/38/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 263, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2278, + "speed": 200000, + "name": "eth1/35/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/38/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 264, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2279, + "speed": 200000, + "name": "eth1/35/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/38/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 265, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2280, + "speed": 200000, + "name": "eth1/36/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 266, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2281, + "speed": 200000, + "name": "eth1/36/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 267, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2282, + "speed": 200000, + "name": "eth1/36/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 268, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2283, + "speed": 200000, + "name": "eth1/36/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 269, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2284, + "speed": 200000, + "name": "eth1/36/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 270, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2285, + "speed": 200000, + "name": "eth1/36/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 271, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2286, + "speed": 200000, + "name": "eth1/36/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 272, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2287, + "speed": 200000, + "name": "eth1/36/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/36/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 273, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2288, + "speed": 200000, + "name": "eth1/37/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/81/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 274, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2289, + "speed": 200000, + "name": "eth1/37/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/81/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 275, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2290, + "speed": 200000, + "name": "eth1/37/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/81/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 276, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2291, + "speed": 200000, + "name": "eth1/37/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/81/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 277, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2292, + "speed": 200000, + "name": "eth1/37/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 278, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2293, + "speed": 200000, + "name": "eth1/37/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 279, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2294, + "speed": 200000, + "name": "eth1/37/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 280, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2295, + "speed": 200000, + "name": "eth1/37/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 281, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2296, + "speed": 200000, + "name": "eth1/38/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 282, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2297, + "speed": 200000, + "name": "eth1/38/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 283, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2298, + "speed": 200000, + "name": "eth1/38/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 284, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2299, + "speed": 200000, + "name": "eth1/38/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 285, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2300, + "speed": 200000, + "name": "eth1/38/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 286, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2301, + "speed": 200000, + "name": "eth1/38/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 287, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2302, + "speed": 200000, + "name": "eth1/38/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 288, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2303, + "speed": 200000, + "name": "eth1/38/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/35/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 289, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2304, + "speed": 200000, + "name": "eth1/39/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/79/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 290, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2305, + "speed": 200000, + "name": "eth1/39/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/79/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 291, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2306, + "speed": 200000, + "name": "eth1/39/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/79/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 292, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2307, + "speed": 200000, + "name": "eth1/39/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/79/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 293, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2308, + "speed": 200000, + "name": "eth1/39/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/79/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 294, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2309, + "speed": 200000, + "name": "eth1/39/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/79/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 295, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2310, + "speed": 200000, + "name": "eth1/39/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/79/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 296, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2311, + "speed": 200000, + "name": "eth1/39/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/79/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 297, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2312, + "speed": 200000, + "name": "eth1/40/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/80/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 298, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2313, + "speed": 200000, + "name": "eth1/40/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/80/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 299, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2314, + "speed": 200000, + "name": "eth1/40/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/80/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 300, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2315, + "speed": 200000, + "name": "eth1/40/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/80/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 301, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2316, + "speed": 200000, + "name": "eth1/40/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/80/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 302, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2317, + "speed": 200000, + "name": "eth1/40/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/80/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 303, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2318, + "speed": 200000, + "name": "eth1/40/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/80/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 304, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2319, + "speed": 200000, + "name": "eth1/40/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/80/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 305, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2320, + "speed": 200000, + "name": "eth1/41/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/81/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 306, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2321, + "speed": 200000, + "name": "eth1/41/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/81/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 307, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2322, + "speed": 200000, + "name": "eth1/41/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/81/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 308, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2323, + "speed": 200000, + "name": "eth1/41/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/81/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 309, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2324, + "speed": 200000, + "name": "eth1/41/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 310, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2325, + "speed": 200000, + "name": "eth1/41/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 311, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2326, + "speed": 200000, + "name": "eth1/41/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 312, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2327, + "speed": 200000, + "name": "eth1/41/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 313, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2328, + "speed": 200000, + "name": "eth1/42/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/77/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 314, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2329, + "speed": 200000, + "name": "eth1/42/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/77/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 315, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2330, + "speed": 200000, + "name": "eth1/42/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/77/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 316, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2331, + "speed": 200000, + "name": "eth1/42/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/77/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 317, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2332, + "speed": 200000, + "name": "eth1/42/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/77/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 318, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2333, + "speed": 200000, + "name": "eth1/42/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/77/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 319, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2334, + "speed": 200000, + "name": "eth1/42/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/77/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 320, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2335, + "speed": 200000, + "name": "eth1/42/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/77/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 321, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2336, + "speed": 200000, + "name": "eth1/43/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/92/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 322, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2337, + "speed": 200000, + "name": "eth1/43/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/92/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 323, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2338, + "speed": 200000, + "name": "eth1/43/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/92/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 324, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2339, + "speed": 200000, + "name": "eth1/43/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/92/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 325, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2340, + "speed": 200000, + "name": "eth1/43/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/92/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 326, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2341, + "speed": 200000, + "name": "eth1/43/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/92/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 327, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2342, + "speed": 200000, + "name": "eth1/43/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/92/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 328, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2343, + "speed": 200000, + "name": "eth1/43/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/92/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 329, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2344, + "speed": 200000, + "name": "eth1/44/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/94/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 330, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2345, + "speed": 200000, + "name": "eth1/44/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/94/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 331, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2346, + "speed": 200000, + "name": "eth1/44/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/94/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 332, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2347, + "speed": 200000, + "name": "eth1/44/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/94/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 333, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2348, + "speed": 200000, + "name": "eth1/44/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/94/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 334, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2349, + "speed": 200000, + "name": "eth1/44/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/94/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 335, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2350, + "speed": 200000, + "name": "eth1/44/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/94/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 336, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2351, + "speed": 200000, + "name": "eth1/44/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/94/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 337, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2352, + "speed": 200000, + "name": "eth1/45/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/91/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 338, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2353, + "speed": 200000, + "name": "eth1/45/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/91/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 339, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2354, + "speed": 200000, + "name": "eth1/45/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/91/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 340, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2355, + "speed": 200000, + "name": "eth1/45/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/91/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 341, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2356, + "speed": 200000, + "name": "eth1/45/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/91/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 342, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2357, + "speed": 200000, + "name": "eth1/45/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/91/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 343, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2358, + "speed": 200000, + "name": "eth1/45/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/91/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 344, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2359, + "speed": 200000, + "name": "eth1/45/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/91/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 345, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2360, + "speed": 200000, + "name": "eth1/46/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/46/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 346, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2361, + "speed": 200000, + "name": "eth1/46/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/46/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 347, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2362, + "speed": 200000, + "name": "eth1/46/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/46/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 348, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2363, + "speed": 200000, + "name": "eth1/46/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/46/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 349, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2364, + "speed": 200000, + "name": "eth1/46/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/46/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 350, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2365, + "speed": 200000, + "name": "eth1/46/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/46/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 351, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2366, + "speed": 200000, + "name": "eth1/46/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/46/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 352, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2367, + "speed": 200000, + "name": "eth1/46/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/46/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 353, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2368, + "speed": 200000, + "name": "eth1/47/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/93/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 354, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2369, + "speed": 200000, + "name": "eth1/47/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/93/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 355, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2370, + "speed": 200000, + "name": "eth1/47/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/93/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 356, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2371, + "speed": 200000, + "name": "eth1/47/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/93/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 357, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2372, + "speed": 200000, + "name": "eth1/47/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/93/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 358, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2373, + "speed": 200000, + "name": "eth1/47/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/93/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 359, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2374, + "speed": 200000, + "name": "eth1/47/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/93/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 360, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2375, + "speed": 200000, + "name": "eth1/47/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/93/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 361, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2376, + "speed": 200000, + "name": "eth1/48/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/49/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 362, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2377, + "speed": 200000, + "name": "eth1/48/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/49/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 363, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2378, + "speed": 200000, + "name": "eth1/48/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/49/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 364, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2379, + "speed": 200000, + "name": "eth1/48/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/49/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 365, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2380, + "speed": 200000, + "name": "eth1/48/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/49/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 366, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2381, + "speed": 200000, + "name": "eth1/48/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/49/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 367, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2382, + "speed": 200000, + "name": "eth1/48/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/49/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 368, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2383, + "speed": 200000, + "name": "eth1/48/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/49/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 369, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2384, + "speed": 200000, + "name": "eth1/49/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 370, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2385, + "speed": 200000, + "name": "eth1/49/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 371, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2386, + "speed": 200000, + "name": "eth1/49/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 372, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2387, + "speed": 200000, + "name": "eth1/49/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 373, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2388, + "speed": 200000, + "name": "eth1/49/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 374, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2389, + "speed": 200000, + "name": "eth1/49/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 375, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2390, + "speed": 200000, + "name": "eth1/49/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 376, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2391, + "speed": 200000, + "name": "eth1/49/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/48/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 377, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2392, + "speed": 200000, + "name": "eth1/50/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/50/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 378, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2393, + "speed": 200000, + "name": "eth1/50/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/50/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 379, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2394, + "speed": 200000, + "name": "eth1/50/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/50/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 380, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2395, + "speed": 200000, + "name": "eth1/50/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/50/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 381, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2396, + "speed": 200000, + "name": "eth1/50/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/50/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 382, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2397, + "speed": 200000, + "name": "eth1/50/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/50/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 383, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2398, + "speed": 200000, + "name": "eth1/50/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/50/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 384, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2399, + "speed": 200000, + "name": "eth1/50/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/50/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 385, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2400, + "speed": 200000, + "name": "eth1/51/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/58/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 386, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2401, + "speed": 200000, + "name": "eth1/51/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/58/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 387, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2402, + "speed": 200000, + "name": "eth1/51/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/58/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 388, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2403, + "speed": 200000, + "name": "eth1/51/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/58/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 389, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2404, + "speed": 200000, + "name": "eth1/51/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/58/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 390, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2405, + "speed": 200000, + "name": "eth1/51/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/58/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 391, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2406, + "speed": 200000, + "name": "eth1/51/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/58/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 392, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2407, + "speed": 200000, + "name": "eth1/51/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/58/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 393, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2408, + "speed": 200000, + "name": "eth1/52/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/56/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 394, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2409, + "speed": 200000, + "name": "eth1/52/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/56/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 395, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2410, + "speed": 200000, + "name": "eth1/52/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/56/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 396, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2411, + "speed": 200000, + "name": "eth1/52/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/56/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 397, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2412, + "speed": 200000, + "name": "eth1/52/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/56/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 398, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2413, + "speed": 200000, + "name": "eth1/52/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/56/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 399, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2414, + "speed": 200000, + "name": "eth1/52/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/56/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 400, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2415, + "speed": 200000, + "name": "eth1/52/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/56/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 401, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2416, + "speed": 200000, + "name": "eth1/53/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/57/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 402, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2417, + "speed": 200000, + "name": "eth1/53/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/57/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 403, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2418, + "speed": 200000, + "name": "eth1/53/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/57/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 404, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2419, + "speed": 200000, + "name": "eth1/53/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/57/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 405, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2420, + "speed": 200000, + "name": "eth1/53/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/57/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 406, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2421, + "speed": 200000, + "name": "eth1/53/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/57/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 407, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2422, + "speed": 200000, + "name": "eth1/53/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/57/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 408, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2423, + "speed": 200000, + "name": "eth1/53/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/57/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 409, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2424, + "speed": 200000, + "name": "eth1/54/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/54/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 410, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2425, + "speed": 200000, + "name": "eth1/54/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/54/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 411, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2426, + "speed": 200000, + "name": "eth1/54/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/54/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 412, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2427, + "speed": 200000, + "name": "eth1/54/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/54/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 413, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2428, + "speed": 200000, + "name": "eth1/54/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/54/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 414, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2429, + "speed": 200000, + "name": "eth1/54/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/54/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 415, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2430, + "speed": 200000, + "name": "eth1/54/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/54/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 416, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2431, + "speed": 200000, + "name": "eth1/54/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/54/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 417, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2432, + "speed": 200000, + "name": "eth1/55/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 418, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2433, + "speed": 200000, + "name": "eth1/55/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 419, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2434, + "speed": 200000, + "name": "eth1/55/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 420, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2435, + "speed": 200000, + "name": "eth1/55/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 421, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2436, + "speed": 200000, + "name": "eth1/55/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 422, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2437, + "speed": 200000, + "name": "eth1/55/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 423, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2438, + "speed": 200000, + "name": "eth1/55/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 424, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2439, + "speed": 200000, + "name": "eth1/55/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/55/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 425, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2440, + "speed": 200000, + "name": "eth1/56/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 426, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2441, + "speed": 200000, + "name": "eth1/56/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 427, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2442, + "speed": 200000, + "name": "eth1/56/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 428, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2443, + "speed": 200000, + "name": "eth1/56/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 429, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2444, + "speed": 200000, + "name": "eth1/56/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 430, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2445, + "speed": 200000, + "name": "eth1/56/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 431, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2446, + "speed": 200000, + "name": "eth1/56/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 432, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2447, + "speed": 200000, + "name": "eth1/56/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/52/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 433, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2448, + "speed": 200000, + "name": "eth1/57/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/53/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 434, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2449, + "speed": 200000, + "name": "eth1/57/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/53/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 435, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2450, + "speed": 200000, + "name": "eth1/57/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/53/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 436, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2451, + "speed": 200000, + "name": "eth1/57/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/53/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 437, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2452, + "speed": 200000, + "name": "eth1/57/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/53/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 438, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2453, + "speed": 200000, + "name": "eth1/57/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/53/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 439, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2454, + "speed": 200000, + "name": "eth1/57/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/53/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 440, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2455, + "speed": 200000, + "name": "eth1/57/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/53/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 441, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2456, + "speed": 200000, + "name": "eth1/58/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/51/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 442, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2457, + "speed": 200000, + "name": "eth1/58/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/51/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 443, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2458, + "speed": 200000, + "name": "eth1/58/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/51/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 444, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2459, + "speed": 200000, + "name": "eth1/58/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/51/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 445, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2460, + "speed": 200000, + "name": "eth1/58/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/51/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 446, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2461, + "speed": 200000, + "name": "eth1/58/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/51/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 447, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2462, + "speed": 200000, + "name": "eth1/58/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/51/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 448, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2463, + "speed": 200000, + "name": "eth1/58/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/51/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 449, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2464, + "speed": 200000, + "name": "eth1/59/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 450, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2465, + "speed": 200000, + "name": "eth1/59/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 451, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2466, + "speed": 200000, + "name": "eth1/59/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 452, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2467, + "speed": 200000, + "name": "eth1/59/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 453, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2468, + "speed": 200000, + "name": "eth1/59/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 454, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2469, + "speed": 200000, + "name": "eth1/59/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 455, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2470, + "speed": 200000, + "name": "eth1/59/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 456, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2471, + "speed": 200000, + "name": "eth1/59/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/63/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 457, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2472, + "speed": 200000, + "name": "eth1/60/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/65/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 458, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2473, + "speed": 200000, + "name": "eth1/60/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/65/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 459, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2474, + "speed": 200000, + "name": "eth1/60/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/65/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 460, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2475, + "speed": 200000, + "name": "eth1/60/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/65/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 461, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2476, + "speed": 200000, + "name": "eth1/60/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/65/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 462, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2477, + "speed": 200000, + "name": "eth1/60/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/65/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 463, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2478, + "speed": 200000, + "name": "eth1/60/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/65/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 464, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2479, + "speed": 200000, + "name": "eth1/60/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/65/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 465, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2480, + "speed": 200000, + "name": "eth1/61/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/5/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 466, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2481, + "speed": 200000, + "name": "eth1/61/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/5/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 467, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2482, + "speed": 200000, + "name": "eth1/61/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/5/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 468, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2483, + "speed": 200000, + "name": "eth1/61/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/5/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 469, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2484, + "speed": 200000, + "name": "eth1/61/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/5/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 470, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2485, + "speed": 200000, + "name": "eth1/61/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/5/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 471, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2486, + "speed": 200000, + "name": "eth1/61/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/5/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 472, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2487, + "speed": 200000, + "name": "eth1/61/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/5/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 473, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2488, + "speed": 200000, + "name": "eth1/62/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/66/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 474, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2489, + "speed": 200000, + "name": "eth1/62/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/66/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 475, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2490, + "speed": 200000, + "name": "eth1/62/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/66/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 476, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2491, + "speed": 200000, + "name": "eth1/62/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/66/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 477, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2492, + "speed": 200000, + "name": "eth1/62/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/66/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 478, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2493, + "speed": 200000, + "name": "eth1/62/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/66/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 479, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2494, + "speed": 200000, + "name": "eth1/62/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/66/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 480, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2495, + "speed": 200000, + "name": "eth1/62/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/66/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 481, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2496, + "speed": 200000, + "name": "eth1/63/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 482, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2497, + "speed": 200000, + "name": "eth1/63/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 483, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2498, + "speed": 200000, + "name": "eth1/63/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 484, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2499, + "speed": 200000, + "name": "eth1/63/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 485, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2500, + "speed": 200000, + "name": "eth1/63/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 486, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2501, + "speed": 200000, + "name": "eth1/63/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 487, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2502, + "speed": 200000, + "name": "eth1/63/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 488, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2503, + "speed": 200000, + "name": "eth1/63/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/59/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 489, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2504, + "speed": 200000, + "name": "eth1/64/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 490, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2505, + "speed": 200000, + "name": "eth1/64/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 491, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2506, + "speed": 200000, + "name": "eth1/64/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 492, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2507, + "speed": 200000, + "name": "eth1/64/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 493, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2508, + "speed": 200000, + "name": "eth1/64/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 494, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2509, + "speed": 200000, + "name": "eth1/64/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 495, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2510, + "speed": 200000, + "name": "eth1/64/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 496, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2511, + "speed": 200000, + "name": "eth1/64/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/64/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 497, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2512, + "speed": 200000, + "name": "eth1/65/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 498, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2513, + "speed": 200000, + "name": "eth1/65/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 499, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2514, + "speed": 200000, + "name": "eth1/65/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 500, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2515, + "speed": 200000, + "name": "eth1/65/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 501, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2516, + "speed": 200000, + "name": "eth1/65/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 502, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2517, + "speed": 200000, + "name": "eth1/65/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 503, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2518, + "speed": 200000, + "name": "eth1/65/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 504, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2519, + "speed": 200000, + "name": "eth1/65/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/60/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 505, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2520, + "speed": 200000, + "name": "eth1/66/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/62/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 506, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2521, + "speed": 200000, + "name": "eth1/66/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/62/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 507, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2522, + "speed": 200000, + "name": "eth1/66/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/62/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 508, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2523, + "speed": 200000, + "name": "eth1/66/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/62/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 509, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2524, + "speed": 200000, + "name": "eth1/66/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/62/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 510, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2525, + "speed": 200000, + "name": "eth1/66/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/62/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 511, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2526, + "speed": 200000, + "name": "eth1/66/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/62/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 512, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2527, + "speed": 200000, + "name": "eth1/66/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/62/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2049, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2528, + "speed": 200000, + "name": "eth1/67/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/71/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2050, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2529, + "speed": 200000, + "name": "eth1/67/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/71/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2051, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2530, + "speed": 200000, + "name": "eth1/67/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/71/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2052, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2531, + "speed": 200000, + "name": "eth1/67/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/71/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2053, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2532, + "speed": 200000, + "name": "eth1/67/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/71/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2054, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2533, + "speed": 200000, + "name": "eth1/67/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/71/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2055, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2534, + "speed": 200000, + "name": "eth1/67/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/71/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2056, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2535, + "speed": 200000, + "name": "eth1/67/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/71/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2057, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2536, + "speed": 200000, + "name": "eth1/68/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/73/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2058, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2537, + "speed": 200000, + "name": "eth1/68/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/73/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2059, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2538, + "speed": 200000, + "name": "eth1/68/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/73/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2060, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2539, + "speed": 200000, + "name": "eth1/68/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/73/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2061, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2540, + "speed": 200000, + "name": "eth1/68/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/73/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2062, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2541, + "speed": 200000, + "name": "eth1/68/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/73/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2063, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2542, + "speed": 200000, + "name": "eth1/68/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/73/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2064, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2543, + "speed": 200000, + "name": "eth1/68/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/73/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2065, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2544, + "speed": 200000, + "name": "eth1/69/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/69/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2066, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2545, + "speed": 200000, + "name": "eth1/69/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/69/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2067, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2546, + "speed": 200000, + "name": "eth1/69/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/69/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2068, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2547, + "speed": 200000, + "name": "eth1/69/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/69/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2069, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2548, + "speed": 200000, + "name": "eth1/69/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/69/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2070, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2549, + "speed": 200000, + "name": "eth1/69/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/69/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2071, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2550, + "speed": 200000, + "name": "eth1/69/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/69/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2072, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2551, + "speed": 200000, + "name": "eth1/69/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/69/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2073, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2552, + "speed": 200000, + "name": "eth1/70/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/74/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2074, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2553, + "speed": 200000, + "name": "eth1/70/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/74/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2075, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2554, + "speed": 200000, + "name": "eth1/70/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/74/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2076, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2555, + "speed": 200000, + "name": "eth1/70/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/74/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2077, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2556, + "speed": 200000, + "name": "eth1/70/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/74/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2078, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2557, + "speed": 200000, + "name": "eth1/70/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/74/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2079, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2558, + "speed": 200000, + "name": "eth1/70/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/74/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2080, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2559, + "speed": 200000, + "name": "eth1/70/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/74/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2081, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2560, + "speed": 200000, + "name": "eth1/71/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/67/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2082, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2561, + "speed": 200000, + "name": "eth1/71/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/67/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2083, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2562, + "speed": 200000, + "name": "eth1/71/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/67/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2084, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2563, + "speed": 200000, + "name": "eth1/71/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/67/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2085, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2564, + "speed": 200000, + "name": "eth1/71/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/67/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2086, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2565, + "speed": 200000, + "name": "eth1/71/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/67/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2087, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2566, + "speed": 200000, + "name": "eth1/71/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/67/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2088, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2567, + "speed": 200000, + "name": "eth1/71/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/67/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2089, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2568, + "speed": 200000, + "name": "eth1/72/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2090, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2569, + "speed": 200000, + "name": "eth1/72/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2091, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2570, + "speed": 200000, + "name": "eth1/72/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2092, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2571, + "speed": 200000, + "name": "eth1/72/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2093, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2572, + "speed": 200000, + "name": "eth1/72/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2094, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2573, + "speed": 200000, + "name": "eth1/72/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2095, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2574, + "speed": 200000, + "name": "eth1/72/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2096, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2575, + "speed": 200000, + "name": "eth1/72/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2097, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2576, + "speed": 200000, + "name": "eth1/73/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/68/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2098, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2577, + "speed": 200000, + "name": "eth1/73/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/68/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2099, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2578, + "speed": 200000, + "name": "eth1/73/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/68/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2100, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2579, + "speed": 200000, + "name": "eth1/73/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/68/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2101, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2580, + "speed": 200000, + "name": "eth1/73/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/68/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2102, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2581, + "speed": 200000, + "name": "eth1/73/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/68/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2103, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2582, + "speed": 200000, + "name": "eth1/73/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/68/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2104, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2583, + "speed": 200000, + "name": "eth1/73/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/68/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2105, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2584, + "speed": 200000, + "name": "eth1/74/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/70/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2106, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2585, + "speed": 200000, + "name": "eth1/74/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/70/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2107, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2586, + "speed": 200000, + "name": "eth1/74/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/70/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2108, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2587, + "speed": 200000, + "name": "eth1/74/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/70/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2109, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2588, + "speed": 200000, + "name": "eth1/74/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/70/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2110, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2589, + "speed": 200000, + "name": "eth1/74/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/70/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2111, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2590, + "speed": 200000, + "name": "eth1/74/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/70/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2112, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2591, + "speed": 200000, + "name": "eth1/74/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/70/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2113, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2592, + "speed": 200000, + "name": "eth1/75/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/78/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2114, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2593, + "speed": 200000, + "name": "eth1/75/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/78/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2115, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2594, + "speed": 200000, + "name": "eth1/75/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/78/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2116, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2595, + "speed": 200000, + "name": "eth1/75/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/78/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2117, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2596, + "speed": 200000, + "name": "eth1/75/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/78/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2118, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2597, + "speed": 200000, + "name": "eth1/75/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/78/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2119, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2598, + "speed": 200000, + "name": "eth1/75/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/78/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2120, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2599, + "speed": 200000, + "name": "eth1/75/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/78/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2121, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2600, + "speed": 200000, + "name": "eth1/76/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/76/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2122, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2601, + "speed": 200000, + "name": "eth1/76/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/76/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2123, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2602, + "speed": 200000, + "name": "eth1/76/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/76/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2124, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2603, + "speed": 200000, + "name": "eth1/76/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/76/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2125, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2604, + "speed": 200000, + "name": "eth1/76/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/76/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2126, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2605, + "speed": 200000, + "name": "eth1/76/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/76/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2127, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2606, + "speed": 200000, + "name": "eth1/76/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/76/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2128, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2607, + "speed": 200000, + "name": "eth1/76/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/76/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2129, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2608, + "speed": 200000, + "name": "eth1/77/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/42/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2130, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2609, + "speed": 200000, + "name": "eth1/77/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/42/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2131, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2610, + "speed": 200000, + "name": "eth1/77/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/42/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2132, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2611, + "speed": 200000, + "name": "eth1/77/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/42/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2133, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2612, + "speed": 200000, + "name": "eth1/77/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/42/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2134, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2613, + "speed": 200000, + "name": "eth1/77/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/42/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2135, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2614, + "speed": 200000, + "name": "eth1/77/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/42/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2136, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2615, + "speed": 200000, + "name": "eth1/77/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/42/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2137, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2616, + "speed": 200000, + "name": "eth1/78/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/75/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2138, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2617, + "speed": 200000, + "name": "eth1/78/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/75/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2139, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2618, + "speed": 200000, + "name": "eth1/78/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/75/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2140, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2619, + "speed": 200000, + "name": "eth1/78/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/75/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2141, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2620, + "speed": 200000, + "name": "eth1/78/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/75/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2142, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2621, + "speed": 200000, + "name": "eth1/78/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/75/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2143, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2622, + "speed": 200000, + "name": "eth1/78/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/75/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2144, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2623, + "speed": 200000, + "name": "eth1/78/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/75/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2145, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2624, + "speed": 200000, + "name": "eth1/79/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2146, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2625, + "speed": 200000, + "name": "eth1/79/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2147, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2626, + "speed": 200000, + "name": "eth1/79/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2148, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2627, + "speed": 200000, + "name": "eth1/79/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2149, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2628, + "speed": 200000, + "name": "eth1/79/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2150, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2629, + "speed": 200000, + "name": "eth1/79/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2151, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2630, + "speed": 200000, + "name": "eth1/79/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2152, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2631, + "speed": 200000, + "name": "eth1/79/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/39/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2153, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2632, + "speed": 200000, + "name": "eth1/80/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2154, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2633, + "speed": 200000, + "name": "eth1/80/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2155, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2634, + "speed": 200000, + "name": "eth1/80/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2156, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2635, + "speed": 200000, + "name": "eth1/80/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2157, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2636, + "speed": 200000, + "name": "eth1/80/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2158, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2637, + "speed": 200000, + "name": "eth1/80/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2159, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2638, + "speed": 200000, + "name": "eth1/80/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2160, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2639, + "speed": 200000, + "name": "eth1/80/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/40/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2161, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2640, + "speed": 200000, + "name": "eth1/81/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/37/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2162, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2641, + "speed": 200000, + "name": "eth1/81/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/37/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2163, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2642, + "speed": 200000, + "name": "eth1/81/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/37/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2164, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2643, + "speed": 200000, + "name": "eth1/81/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/37/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2165, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2644, + "speed": 200000, + "name": "eth1/81/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/41/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2166, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2645, + "speed": 200000, + "name": "eth1/81/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/41/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2167, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2646, + "speed": 200000, + "name": "eth1/81/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/41/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2168, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2647, + "speed": 200000, + "name": "eth1/81/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/41/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2169, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2648, + "speed": 200000, + "name": "eth1/82/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2170, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2649, + "speed": 200000, + "name": "eth1/82/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2171, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2650, + "speed": 200000, + "name": "eth1/82/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2172, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2651, + "speed": 200000, + "name": "eth1/82/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2173, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2652, + "speed": 200000, + "name": "eth1/82/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2174, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2653, + "speed": 200000, + "name": "eth1/82/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2175, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2654, + "speed": 200000, + "name": "eth1/82/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2176, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2655, + "speed": 200000, + "name": "eth1/82/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/32/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2177, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2656, + "speed": 200000, + "name": "eth1/83/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/87/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2178, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2657, + "speed": 200000, + "name": "eth1/83/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/87/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2179, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2658, + "speed": 200000, + "name": "eth1/83/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/87/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2180, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2659, + "speed": 200000, + "name": "eth1/83/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/87/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2181, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2660, + "speed": 200000, + "name": "eth1/83/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/87/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2182, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2661, + "speed": 200000, + "name": "eth1/83/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/87/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2183, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2662, + "speed": 200000, + "name": "eth1/83/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/87/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2184, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2663, + "speed": 200000, + "name": "eth1/83/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/87/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2185, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2664, + "speed": 200000, + "name": "eth1/84/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/89/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2186, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2665, + "speed": 200000, + "name": "eth1/84/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/89/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2187, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2666, + "speed": 200000, + "name": "eth1/84/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/89/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2188, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2667, + "speed": 200000, + "name": "eth1/84/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/89/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2189, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2668, + "speed": 200000, + "name": "eth1/84/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/89/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2190, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2669, + "speed": 200000, + "name": "eth1/84/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/89/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2191, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2670, + "speed": 200000, + "name": "eth1/84/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/89/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2192, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2671, + "speed": 200000, + "name": "eth1/84/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/89/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2193, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2672, + "speed": 200000, + "name": "eth1/85/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2194, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2673, + "speed": 200000, + "name": "eth1/85/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2195, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2674, + "speed": 200000, + "name": "eth1/85/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2196, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2675, + "speed": 200000, + "name": "eth1/85/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2197, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2676, + "speed": 200000, + "name": "eth1/85/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2198, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2677, + "speed": 200000, + "name": "eth1/85/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2199, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2678, + "speed": 200000, + "name": "eth1/85/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2200, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2679, + "speed": 200000, + "name": "eth1/85/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/29/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2201, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2680, + "speed": 200000, + "name": "eth1/86/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/90/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2202, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2681, + "speed": 200000, + "name": "eth1/86/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/90/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2203, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2682, + "speed": 200000, + "name": "eth1/86/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/90/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2204, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2683, + "speed": 200000, + "name": "eth1/86/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/90/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2205, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2684, + "speed": 200000, + "name": "eth1/86/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/90/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2206, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2685, + "speed": 200000, + "name": "eth1/86/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/90/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2207, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2686, + "speed": 200000, + "name": "eth1/86/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/90/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2208, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2687, + "speed": 200000, + "name": "eth1/86/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/90/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2209, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2688, + "speed": 200000, + "name": "eth1/87/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/83/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2210, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2689, + "speed": 200000, + "name": "eth1/87/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/83/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2211, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2690, + "speed": 200000, + "name": "eth1/87/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/83/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2212, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2691, + "speed": 200000, + "name": "eth1/87/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/83/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2213, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2692, + "speed": 200000, + "name": "eth1/87/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/83/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2214, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2693, + "speed": 200000, + "name": "eth1/87/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/83/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2215, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2694, + "speed": 200000, + "name": "eth1/87/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/83/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2216, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2695, + "speed": 200000, + "name": "eth1/87/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/83/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2217, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2696, + "speed": 200000, + "name": "eth1/88/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2218, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2697, + "speed": 200000, + "name": "eth1/88/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2219, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2698, + "speed": 200000, + "name": "eth1/88/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2220, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2699, + "speed": 200000, + "name": "eth1/88/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2221, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2700, + "speed": 200000, + "name": "eth1/88/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2222, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2701, + "speed": 200000, + "name": "eth1/88/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2223, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2702, + "speed": 200000, + "name": "eth1/88/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2224, + "state": 1, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2703, + "speed": 200000, + "name": "eth1/88/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2225, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2704, + "speed": 200000, + "name": "eth1/89/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/84/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2226, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2705, + "speed": 200000, + "name": "eth1/89/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/84/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2227, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2706, + "speed": 200000, + "name": "eth1/89/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/84/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2228, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2707, + "speed": 200000, + "name": "eth1/89/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/84/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2229, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2708, + "speed": 200000, + "name": "eth1/89/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/84/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2230, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2709, + "speed": 200000, + "name": "eth1/89/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/84/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2231, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2710, + "speed": 200000, + "name": "eth1/89/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/84/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2232, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2711, + "speed": 200000, + "name": "eth1/89/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/84/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2233, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2712, + "speed": 200000, + "name": "eth1/90/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/86/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2234, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2713, + "speed": 200000, + "name": "eth1/90/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/86/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2235, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2714, + "speed": 200000, + "name": "eth1/90/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/86/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2236, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2715, + "speed": 200000, + "name": "eth1/90/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/86/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2237, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2716, + "speed": 200000, + "name": "eth1/90/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/86/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2238, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2717, + "speed": 200000, + "name": "eth1/90/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/86/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2239, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2718, + "speed": 200000, + "name": "eth1/90/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/86/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2240, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2719, + "speed": 200000, + "name": "eth1/90/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/86/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2241, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2720, + "speed": 200000, + "name": "eth1/91/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/45/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2242, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2721, + "speed": 200000, + "name": "eth1/91/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/45/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2243, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2722, + "speed": 200000, + "name": "eth1/91/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/45/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2244, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2723, + "speed": 200000, + "name": "eth1/91/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/45/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2245, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2724, + "speed": 200000, + "name": "eth1/91/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/45/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2246, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2725, + "speed": 200000, + "name": "eth1/91/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/45/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2247, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2726, + "speed": 200000, + "name": "eth1/91/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/45/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2248, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2727, + "speed": 200000, + "name": "eth1/91/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/45/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2249, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2728, + "speed": 200000, + "name": "eth1/92/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2250, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2729, + "speed": 200000, + "name": "eth1/92/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2251, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2730, + "speed": 200000, + "name": "eth1/92/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2252, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2731, + "speed": 200000, + "name": "eth1/92/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2253, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2732, + "speed": 200000, + "name": "eth1/92/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2254, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2733, + "speed": 200000, + "name": "eth1/92/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2255, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2734, + "speed": 200000, + "name": "eth1/92/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2256, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2735, + "speed": 200000, + "name": "eth1/92/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/43/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2257, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2736, + "speed": 200000, + "name": "eth1/93/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/47/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2258, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2737, + "speed": 200000, + "name": "eth1/93/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/47/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2259, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2738, + "speed": 200000, + "name": "eth1/93/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/47/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2260, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2739, + "speed": 200000, + "name": "eth1/93/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/47/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2261, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2740, + "speed": 200000, + "name": "eth1/93/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/47/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2262, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2741, + "speed": 200000, + "name": "eth1/93/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/47/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2263, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2742, + "speed": 200000, + "name": "eth1/93/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/47/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2264, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2743, + "speed": 200000, + "name": "eth1/93/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/47/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2265, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2744, + "speed": 200000, + "name": "eth1/94/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/44/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2266, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2745, + "speed": 200000, + "name": "eth1/94/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/44/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2267, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2746, + "speed": 200000, + "name": "eth1/94/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/44/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2268, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2747, + "speed": 200000, + "name": "eth1/94/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/44/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2269, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2748, + "speed": 200000, + "name": "eth1/94/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/44/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2270, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2749, + "speed": 200000, + "name": "eth1/94/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/44/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2271, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2750, + "speed": 200000, + "name": "eth1/94/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/44/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2272, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2751, + "speed": 200000, + "name": "eth1/94/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/44/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2273, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2752, + "speed": 200000, + "name": "eth1/95/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/98/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2274, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2753, + "speed": 200000, + "name": "eth1/95/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/98/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2275, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2754, + "speed": 200000, + "name": "eth1/95/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/98/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2276, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2755, + "speed": 200000, + "name": "eth1/95/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/98/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2277, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2756, + "speed": 200000, + "name": "eth1/95/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/98/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2278, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2757, + "speed": 200000, + "name": "eth1/95/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/98/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2279, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2758, + "speed": 200000, + "name": "eth1/95/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/98/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2280, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2759, + "speed": 200000, + "name": "eth1/95/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/98/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2281, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2760, + "speed": 200000, + "name": "eth1/96/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/104/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2282, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2761, + "speed": 200000, + "name": "eth1/96/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/104/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2283, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2762, + "speed": 200000, + "name": "eth1/96/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/104/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2284, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2763, + "speed": 200000, + "name": "eth1/96/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/104/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2285, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2764, + "speed": 200000, + "name": "eth1/96/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/104/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2286, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2765, + "speed": 200000, + "name": "eth1/96/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/104/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2287, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2766, + "speed": 200000, + "name": "eth1/96/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/104/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2288, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2767, + "speed": 200000, + "name": "eth1/96/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/104/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2289, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2768, + "speed": 200000, + "name": "eth1/97/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/97/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2290, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2769, + "speed": 200000, + "name": "eth1/97/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/97/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2291, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2770, + "speed": 200000, + "name": "eth1/97/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/97/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2292, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2771, + "speed": 200000, + "name": "eth1/97/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/97/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2293, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2772, + "speed": 200000, + "name": "eth1/97/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/97/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2294, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2773, + "speed": 200000, + "name": "eth1/97/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/97/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2295, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2774, + "speed": 200000, + "name": "eth1/97/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/97/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2296, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2775, + "speed": 200000, + "name": "eth1/97/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/97/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2297, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2776, + "speed": 200000, + "name": "eth1/98/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/95/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2298, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2777, + "speed": 200000, + "name": "eth1/98/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/95/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2299, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2778, + "speed": 200000, + "name": "eth1/98/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/95/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2300, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2779, + "speed": 200000, + "name": "eth1/98/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/95/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2301, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2780, + "speed": 200000, + "name": "eth1/98/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/95/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2302, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2781, + "speed": 200000, + "name": "eth1/98/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/95/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2303, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2782, + "speed": 200000, + "name": "eth1/98/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/95/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2304, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2783, + "speed": 200000, + "name": "eth1/98/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/95/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2305, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2784, + "speed": 200000, + "name": "eth1/99/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/103/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2306, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2785, + "speed": 200000, + "name": "eth1/99/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/103/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2307, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2786, + "speed": 200000, + "name": "eth1/99/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/103/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2308, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2787, + "speed": 200000, + "name": "eth1/99/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/103/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2309, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2788, + "speed": 200000, + "name": "eth1/99/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/103/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2310, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2789, + "speed": 200000, + "name": "eth1/99/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/103/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2311, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2790, + "speed": 200000, + "name": "eth1/99/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/103/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2312, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2791, + "speed": 200000, + "name": "eth1/99/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/103/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2313, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2792, + "speed": 200000, + "name": "eth1/100/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/105/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2314, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2793, + "speed": 200000, + "name": "eth1/100/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/105/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2315, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2794, + "speed": 200000, + "name": "eth1/100/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/105/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2316, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2795, + "speed": 200000, + "name": "eth1/100/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/105/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2317, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2796, + "speed": 200000, + "name": "eth1/100/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/105/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2318, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2797, + "speed": 200000, + "name": "eth1/100/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/105/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2319, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2798, + "speed": 200000, + "name": "eth1/100/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/105/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2320, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2799, + "speed": 200000, + "name": "eth1/100/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/105/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2321, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2800, + "speed": 200000, + "name": "eth1/101/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/101/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2322, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2801, + "speed": 200000, + "name": "eth1/101/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/101/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2323, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2802, + "speed": 200000, + "name": "eth1/101/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/101/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2324, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2803, + "speed": 200000, + "name": "eth1/101/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/101/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2325, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2804, + "speed": 200000, + "name": "eth1/101/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/101/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2326, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2805, + "speed": 200000, + "name": "eth1/101/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/101/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2327, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2806, + "speed": 200000, + "name": "eth1/101/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/101/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2328, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2807, + "speed": 200000, + "name": "eth1/101/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/101/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2329, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2808, + "speed": 200000, + "name": "eth1/102/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/106/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2330, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2809, + "speed": 200000, + "name": "eth1/102/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/106/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2331, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2810, + "speed": 200000, + "name": "eth1/102/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/106/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2332, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2811, + "speed": 200000, + "name": "eth1/102/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/106/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2333, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2812, + "speed": 200000, + "name": "eth1/102/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/106/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2334, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2813, + "speed": 200000, + "name": "eth1/102/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/106/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2335, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2814, + "speed": 200000, + "name": "eth1/102/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/106/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2336, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2815, + "speed": 200000, + "name": "eth1/102/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/106/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2337, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2816, + "speed": 200000, + "name": "eth1/103/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/99/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2338, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2817, + "speed": 200000, + "name": "eth1/103/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/99/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2339, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2818, + "speed": 200000, + "name": "eth1/103/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/99/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2340, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2819, + "speed": 200000, + "name": "eth1/103/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/99/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2341, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2820, + "speed": 200000, + "name": "eth1/103/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/99/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2342, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2821, + "speed": 200000, + "name": "eth1/103/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/99/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2343, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2822, + "speed": 200000, + "name": "eth1/103/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/99/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2344, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2823, + "speed": 200000, + "name": "eth1/103/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/99/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2345, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2824, + "speed": 200000, + "name": "eth1/104/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/96/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2346, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2825, + "speed": 200000, + "name": "eth1/104/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/96/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2347, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2826, + "speed": 200000, + "name": "eth1/104/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/96/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2348, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2827, + "speed": 200000, + "name": "eth1/104/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/96/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2349, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2828, + "speed": 200000, + "name": "eth1/104/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/96/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2350, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2829, + "speed": 200000, + "name": "eth1/104/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/96/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2351, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2830, + "speed": 200000, + "name": "eth1/104/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/96/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2352, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2831, + "speed": 200000, + "name": "eth1/104/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/96/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2353, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2832, + "speed": 200000, + "name": "eth1/105/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/100/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2354, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2833, + "speed": 200000, + "name": "eth1/105/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/100/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2355, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2834, + "speed": 200000, + "name": "eth1/105/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/100/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2356, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2835, + "speed": 200000, + "name": "eth1/105/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/100/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2357, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2836, + "speed": 200000, + "name": "eth1/105/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/100/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2358, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2837, + "speed": 200000, + "name": "eth1/105/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/100/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2359, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2838, + "speed": 200000, + "name": "eth1/105/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/100/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2360, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2839, + "speed": 200000, + "name": "eth1/105/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/100/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2361, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2840, + "speed": 200000, + "name": "eth1/106/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/102/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2362, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2841, + "speed": 200000, + "name": "eth1/106/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/102/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2363, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2842, + "speed": 200000, + "name": "eth1/106/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/102/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2364, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2843, + "speed": 200000, + "name": "eth1/106/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/102/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2365, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2844, + "speed": 200000, + "name": "eth1/106/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/102/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2366, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2845, + "speed": 200000, + "name": "eth1/106/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/102/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2367, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2846, + "speed": 200000, + "name": "eth1/106/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/102/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2368, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2847, + "speed": 200000, + "name": "eth1/106/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/102/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2369, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2848, + "speed": 200000, + "name": "eth1/107/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/107/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2370, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2849, + "speed": 200000, + "name": "eth1/107/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/107/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2371, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2850, + "speed": 200000, + "name": "eth1/107/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/107/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2372, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2851, + "speed": 200000, + "name": "eth1/107/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/107/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2373, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2852, + "speed": 200000, + "name": "eth1/107/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/107/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2374, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2853, + "speed": 200000, + "name": "eth1/107/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/107/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2375, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2854, + "speed": 200000, + "name": "eth1/107/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/107/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2376, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2855, + "speed": 200000, + "name": "eth1/107/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/107/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2377, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2856, + "speed": 200000, + "name": "eth1/108/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/109/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2378, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2857, + "speed": 200000, + "name": "eth1/108/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/109/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2379, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2858, + "speed": 200000, + "name": "eth1/108/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/109/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2380, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2859, + "speed": 200000, + "name": "eth1/108/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/109/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2381, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2860, + "speed": 200000, + "name": "eth1/108/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/109/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2382, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2861, + "speed": 200000, + "name": "eth1/108/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/109/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2383, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2862, + "speed": 200000, + "name": "eth1/108/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/109/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2384, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2863, + "speed": 200000, + "name": "eth1/108/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/109/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2385, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2864, + "speed": 200000, + "name": "eth1/109/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/108/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2386, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2865, + "speed": 200000, + "name": "eth1/109/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/108/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2387, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2866, + "speed": 200000, + "name": "eth1/109/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/108/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2388, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2867, + "speed": 200000, + "name": "eth1/109/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/108/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2389, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2868, + "speed": 200000, + "name": "eth1/109/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/108/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2390, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2869, + "speed": 200000, + "name": "eth1/109/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/108/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2391, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2870, + "speed": 200000, + "name": "eth1/109/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/108/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2392, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2871, + "speed": 200000, + "name": "eth1/109/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/108/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2393, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2872, + "speed": 200000, + "name": "eth1/110/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/110/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2394, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2873, + "speed": 200000, + "name": "eth1/110/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/110/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2395, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2874, + "speed": 200000, + "name": "eth1/110/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/110/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2396, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2875, + "speed": 200000, + "name": "eth1/110/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/110/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2397, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2876, + "speed": 200000, + "name": "eth1/110/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/110/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2398, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2877, + "speed": 200000, + "name": "eth1/110/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/110/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2399, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2878, + "speed": 200000, + "name": "eth1/110/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/110/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2400, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2879, + "speed": 200000, + "name": "eth1/110/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/110/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2401, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2880, + "speed": 200000, + "name": "eth1/111/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/111/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2402, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2881, + "speed": 200000, + "name": "eth1/111/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/111/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2403, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2882, + "speed": 200000, + "name": "eth1/111/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/111/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2404, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2883, + "speed": 200000, + "name": "eth1/111/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/111/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2405, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2884, + "speed": 200000, + "name": "eth1/111/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/111/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2406, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2885, + "speed": 200000, + "name": "eth1/111/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/111/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2407, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2886, + "speed": 200000, + "name": "eth1/111/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/111/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2408, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2887, + "speed": 200000, + "name": "eth1/111/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/111/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2409, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2888, + "speed": 200000, + "name": "eth1/112/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/113/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2410, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2889, + "speed": 200000, + "name": "eth1/112/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/113/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2411, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2890, + "speed": 200000, + "name": "eth1/112/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/113/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2412, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2891, + "speed": 200000, + "name": "eth1/112/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/113/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2413, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2892, + "speed": 200000, + "name": "eth1/112/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/113/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2414, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2893, + "speed": 200000, + "name": "eth1/112/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/113/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2415, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2894, + "speed": 200000, + "name": "eth1/112/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/113/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2416, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2895, + "speed": 200000, + "name": "eth1/112/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/113/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2417, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2896, + "speed": 200000, + "name": "eth1/113/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/112/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2418, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2897, + "speed": 200000, + "name": "eth1/113/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/112/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2419, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2898, + "speed": 200000, + "name": "eth1/113/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/112/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2420, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2899, + "speed": 200000, + "name": "eth1/113/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/112/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2421, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2900, + "speed": 200000, + "name": "eth1/113/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/112/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2422, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2901, + "speed": 200000, + "name": "eth1/113/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/112/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2423, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2902, + "speed": 200000, + "name": "eth1/113/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/112/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2424, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2903, + "speed": 200000, + "name": "eth1/113/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/112/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2425, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2904, + "speed": 200000, + "name": "eth1/114/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/114/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2426, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2905, + "speed": 200000, + "name": "eth1/114/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/114/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2427, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2906, + "speed": 200000, + "name": "eth1/114/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/114/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2428, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2907, + "speed": 200000, + "name": "eth1/114/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/114/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2429, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2908, + "speed": 200000, + "name": "eth1/114/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/114/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2430, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2909, + "speed": 200000, + "name": "eth1/114/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/114/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2431, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2910, + "speed": 200000, + "name": "eth1/114/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/114/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2432, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2911, + "speed": 200000, + "name": "eth1/114/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/114/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2433, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2912, + "speed": 200000, + "name": "eth1/115/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/115/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2434, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2913, + "speed": 200000, + "name": "eth1/115/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/115/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2435, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2914, + "speed": 200000, + "name": "eth1/115/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/115/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2436, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2915, + "speed": 200000, + "name": "eth1/115/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/115/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2437, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2916, + "speed": 200000, + "name": "eth1/115/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/115/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2438, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2917, + "speed": 200000, + "name": "eth1/115/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/115/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2439, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2918, + "speed": 200000, + "name": "eth1/115/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/115/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2440, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2919, + "speed": 200000, + "name": "eth1/115/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/115/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2441, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2920, + "speed": 200000, + "name": "eth1/116/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/117/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2442, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2921, + "speed": 200000, + "name": "eth1/116/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/117/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2443, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2922, + "speed": 200000, + "name": "eth1/116/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/117/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2444, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2923, + "speed": 200000, + "name": "eth1/116/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/117/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2445, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2924, + "speed": 200000, + "name": "eth1/116/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/117/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2446, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2925, + "speed": 200000, + "name": "eth1/116/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/117/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2447, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2926, + "speed": 200000, + "name": "eth1/116/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/117/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2448, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2927, + "speed": 200000, + "name": "eth1/116/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/117/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2449, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2928, + "speed": 200000, + "name": "eth1/117/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/116/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2450, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2929, + "speed": 200000, + "name": "eth1/117/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/116/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2451, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2930, + "speed": 200000, + "name": "eth1/117/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/116/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2452, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2931, + "speed": 200000, + "name": "eth1/117/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/116/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2453, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2932, + "speed": 200000, + "name": "eth1/117/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/116/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2454, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2933, + "speed": 200000, + "name": "eth1/117/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/116/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2455, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2934, + "speed": 200000, + "name": "eth1/117/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/116/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2456, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2935, + "speed": 200000, + "name": "eth1/117/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/116/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2457, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2936, + "speed": 200000, + "name": "eth1/118/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/118/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2458, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2937, + "speed": 200000, + "name": "eth1/118/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/118/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2459, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2938, + "speed": 200000, + "name": "eth1/118/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/118/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2460, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2939, + "speed": 200000, + "name": "eth1/118/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/118/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2461, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2940, + "speed": 200000, + "name": "eth1/118/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/118/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2462, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2941, + "speed": 200000, + "name": "eth1/118/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/118/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2463, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2942, + "speed": 200000, + "name": "eth1/118/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/118/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2464, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2943, + "speed": 200000, + "name": "eth1/118/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/118/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2465, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2944, + "speed": 200000, + "name": "eth1/119/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/119/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2466, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2945, + "speed": 200000, + "name": "eth1/119/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/119/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2467, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2946, + "speed": 200000, + "name": "eth1/119/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/119/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2468, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2947, + "speed": 200000, + "name": "eth1/119/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/119/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2469, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2948, + "speed": 200000, + "name": "eth1/119/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/119/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2470, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2949, + "speed": 200000, + "name": "eth1/119/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/119/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2471, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2950, + "speed": 200000, + "name": "eth1/119/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/119/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2472, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2951, + "speed": 200000, + "name": "eth1/119/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/119/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2473, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2952, + "speed": 200000, + "name": "eth1/120/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/121/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2474, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2953, + "speed": 200000, + "name": "eth1/120/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/121/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2475, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2954, + "speed": 200000, + "name": "eth1/120/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/121/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2476, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2955, + "speed": 200000, + "name": "eth1/120/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/121/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2477, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2956, + "speed": 200000, + "name": "eth1/120/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/121/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2478, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2957, + "speed": 200000, + "name": "eth1/120/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/121/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2479, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2958, + "speed": 200000, + "name": "eth1/120/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/121/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2480, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2959, + "speed": 200000, + "name": "eth1/120/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/121/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2481, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2960, + "speed": 200000, + "name": "eth1/121/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/120/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2482, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2961, + "speed": 200000, + "name": "eth1/121/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/120/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2483, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2962, + "speed": 200000, + "name": "eth1/121/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/120/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2484, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2963, + "speed": 200000, + "name": "eth1/121/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/120/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2485, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2964, + "speed": 200000, + "name": "eth1/121/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/120/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2486, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2965, + "speed": 200000, + "name": "eth1/121/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/120/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2487, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2966, + "speed": 200000, + "name": "eth1/121/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/120/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2488, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2967, + "speed": 200000, + "name": "eth1/121/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/120/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2489, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2968, + "speed": 200000, + "name": "eth1/122/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/122/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2490, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2969, + "speed": 200000, + "name": "eth1/122/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/122/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2491, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2970, + "speed": 200000, + "name": "eth1/122/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/122/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2492, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2971, + "speed": 200000, + "name": "eth1/122/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/122/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2493, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2972, + "speed": 200000, + "name": "eth1/122/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/122/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2494, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2973, + "speed": 200000, + "name": "eth1/122/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/122/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2495, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2974, + "speed": 200000, + "name": "eth1/122/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/122/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2496, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2975, + "speed": 200000, + "name": "eth1/122/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/122/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2497, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2976, + "speed": 200000, + "name": "eth1/123/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/22/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2498, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2977, + "speed": 200000, + "name": "eth1/123/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/22/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2499, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2978, + "speed": 200000, + "name": "eth1/123/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/22/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2500, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2979, + "speed": 200000, + "name": "eth1/123/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/22/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2501, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2980, + "speed": 200000, + "name": "eth1/123/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/22/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2502, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2981, + "speed": 200000, + "name": "eth1/123/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/22/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2503, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2982, + "speed": 200000, + "name": "eth1/123/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/22/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2504, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2983, + "speed": 200000, + "name": "eth1/123/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/22/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2505, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2984, + "speed": 200000, + "name": "eth1/124/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/20/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2506, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2985, + "speed": 200000, + "name": "eth1/124/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/20/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2507, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2986, + "speed": 200000, + "name": "eth1/124/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/20/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2508, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2987, + "speed": 200000, + "name": "eth1/124/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/20/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2509, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2988, + "speed": 200000, + "name": "eth1/124/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/20/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2510, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2989, + "speed": 200000, + "name": "eth1/124/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/20/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2511, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2990, + "speed": 200000, + "name": "eth1/124/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/20/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2512, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2991, + "speed": 200000, + "name": "eth1/124/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/20/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2513, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2992, + "speed": 200000, + "name": "eth1/125/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/21/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2514, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2993, + "speed": 200000, + "name": "eth1/125/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/21/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2515, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2994, + "speed": 200000, + "name": "eth1/125/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/21/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2516, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2995, + "speed": 200000, + "name": "eth1/125/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/21/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2517, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2996, + "speed": 200000, + "name": "eth1/125/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/21/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2518, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2997, + "speed": 200000, + "name": "eth1/125/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/21/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2519, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2998, + "speed": 200000, + "name": "eth1/125/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/21/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2520, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 2999, + "speed": 200000, + "name": "eth1/125/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/21/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2521, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3000, + "speed": 200000, + "name": "eth1/126/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/19/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2522, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3001, + "speed": 200000, + "name": "eth1/126/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/19/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2523, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3002, + "speed": 200000, + "name": "eth1/126/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/19/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2524, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3003, + "speed": 200000, + "name": "eth1/126/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/19/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2525, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3004, + "speed": 200000, + "name": "eth1/126/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/19/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2526, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3005, + "speed": 200000, + "name": "eth1/126/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/19/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2527, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3006, + "speed": 200000, + "name": "eth1/126/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/19/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2528, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3007, + "speed": 200000, + "name": "eth1/126/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/19/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2529, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3008, + "speed": 200000, + "name": "eth1/127/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/130/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2530, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3009, + "speed": 200000, + "name": "eth1/127/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/130/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2531, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3010, + "speed": 200000, + "name": "eth1/127/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/130/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2532, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3011, + "speed": 200000, + "name": "eth1/127/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/130/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2533, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3012, + "speed": 200000, + "name": "eth1/127/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/130/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2534, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3013, + "speed": 200000, + "name": "eth1/127/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/130/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2535, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3014, + "speed": 200000, + "name": "eth1/127/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/130/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2536, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3015, + "speed": 200000, + "name": "eth1/127/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/130/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2537, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3016, + "speed": 200000, + "name": "eth1/128/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/128/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2538, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3017, + "speed": 200000, + "name": "eth1/128/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/128/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2539, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3018, + "speed": 200000, + "name": "eth1/128/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/128/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2540, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3019, + "speed": 200000, + "name": "eth1/128/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/128/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2541, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3020, + "speed": 200000, + "name": "eth1/128/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/128/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2542, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3021, + "speed": 200000, + "name": "eth1/128/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/128/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2543, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3022, + "speed": 200000, + "name": "eth1/128/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/128/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2544, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3023, + "speed": 200000, + "name": "eth1/128/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/128/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2545, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3024, + "speed": 200000, + "name": "eth1/129/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/129/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2546, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3025, + "speed": 200000, + "name": "eth1/129/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/129/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2547, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3026, + "speed": 200000, + "name": "eth1/129/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/129/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2548, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3027, + "speed": 200000, + "name": "eth1/129/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/129/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2549, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3028, + "speed": 200000, + "name": "eth1/129/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/129/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2550, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3029, + "speed": 200000, + "name": "eth1/129/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/129/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2551, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3030, + "speed": 200000, + "name": "eth1/129/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/129/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2552, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3031, + "speed": 200000, + "name": "eth1/129/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/129/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2553, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3032, + "speed": 200000, + "name": "eth1/130/1", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/127/1" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2554, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3033, + "speed": 200000, + "name": "eth1/130/2", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/127/2" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2555, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3034, + "speed": 200000, + "name": "eth1/130/3", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/127/3" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2556, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3035, + "speed": 200000, + "name": "eth1/130/4", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/127/4" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2557, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3036, + "speed": 200000, + "name": "eth1/130/5", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/127/5" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2558, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3037, + "speed": 200000, + "name": "eth1/130/6", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/127/6" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2559, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3038, + "speed": 200000, + "name": "eth1/130/7", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/127/7" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + }, + { + "logicalID": 2560, + "state": 2, + "minFrameSize": 64, + "maxFrameSize": 9412, + "parserType": 1, + "routable": true, + "ingressVlan": 3039, + "speed": 200000, + "name": "eth1/130/8", + "description": "", + "queues_DEPRECATED": [ + + ], + "pause": { + "tx": false, + "rx": false + }, + "sFlowIngressRate": 0, + "sFlowEgressRate": 0, + "loopbackMode": 0, + "expectedLLDPValues": { + "2": "eth1/127/8" + }, + "lookupClasses": [ + + ], + "profileID": 59, + "portType": 0, + "expectedNeighborReachability": [ + + ], + "drainState": 0, + "scope": 0, + "conditionalEntropyRehash": false + } + ], + "vlans": [ + { + "name": "default", + "id": 4094, + "recordStats": true, + "routable": false, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2016", + "id": 2016, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2017", + "id": 2017, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2018", + "id": 2018, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2019", + "id": 2019, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2020", + "id": 2020, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2021", + "id": 2021, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2022", + "id": 2022, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2023", + "id": 2023, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2024", + "id": 2024, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2025", + "id": 2025, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2026", + "id": 2026, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2027", + "id": 2027, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2028", + "id": 2028, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2029", + "id": 2029, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2030", + "id": 2030, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2031", + "id": 2031, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2032", + "id": 2032, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2033", + "id": 2033, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2034", + "id": 2034, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2035", + "id": 2035, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2036", + "id": 2036, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2037", + "id": 2037, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2038", + "id": 2038, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2039", + "id": 2039, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2040", + "id": 2040, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2041", + "id": 2041, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2042", + "id": 2042, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2043", + "id": 2043, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2044", + "id": 2044, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2045", + "id": 2045, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2046", + "id": 2046, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2047", + "id": 2047, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2048", + "id": 2048, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2049", + "id": 2049, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2050", + "id": 2050, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2051", + "id": 2051, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2052", + "id": 2052, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2053", + "id": 2053, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2054", + "id": 2054, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2055", + "id": 2055, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2056", + "id": 2056, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2057", + "id": 2057, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2058", + "id": 2058, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2059", + "id": 2059, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2060", + "id": 2060, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2061", + "id": 2061, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2062", + "id": 2062, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2063", + "id": 2063, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2064", + "id": 2064, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2065", + "id": 2065, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2066", + "id": 2066, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2067", + "id": 2067, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2068", + "id": 2068, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2069", + "id": 2069, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2070", + "id": 2070, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2071", + "id": 2071, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2072", + "id": 2072, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2073", + "id": 2073, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2074", + "id": 2074, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2075", + "id": 2075, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2076", + "id": 2076, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2077", + "id": 2077, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2078", + "id": 2078, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2079", + "id": 2079, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2080", + "id": 2080, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2081", + "id": 2081, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2082", + "id": 2082, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2083", + "id": 2083, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2084", + "id": 2084, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2085", + "id": 2085, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2086", + "id": 2086, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2087", + "id": 2087, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2088", + "id": 2088, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2089", + "id": 2089, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2090", + "id": 2090, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2091", + "id": 2091, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2092", + "id": 2092, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2093", + "id": 2093, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2094", + "id": 2094, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2095", + "id": 2095, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2096", + "id": 2096, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2097", + "id": 2097, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2098", + "id": 2098, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2099", + "id": 2099, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2100", + "id": 2100, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2101", + "id": 2101, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2102", + "id": 2102, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2103", + "id": 2103, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2104", + "id": 2104, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2105", + "id": 2105, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2106", + "id": 2106, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2107", + "id": 2107, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2108", + "id": 2108, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2109", + "id": 2109, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2110", + "id": 2110, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2111", + "id": 2111, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2112", + "id": 2112, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2113", + "id": 2113, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2114", + "id": 2114, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2115", + "id": 2115, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2116", + "id": 2116, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2117", + "id": 2117, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2118", + "id": 2118, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2119", + "id": 2119, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2120", + "id": 2120, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2121", + "id": 2121, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2122", + "id": 2122, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2123", + "id": 2123, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2124", + "id": 2124, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2125", + "id": 2125, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2126", + "id": 2126, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2127", + "id": 2127, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2128", + "id": 2128, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2129", + "id": 2129, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2130", + "id": 2130, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2131", + "id": 2131, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2132", + "id": 2132, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2133", + "id": 2133, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2134", + "id": 2134, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2135", + "id": 2135, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2136", + "id": 2136, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2137", + "id": 2137, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2138", + "id": 2138, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2139", + "id": 2139, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2140", + "id": 2140, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2141", + "id": 2141, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2142", + "id": 2142, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2143", + "id": 2143, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2144", + "id": 2144, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2145", + "id": 2145, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2146", + "id": 2146, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2147", + "id": 2147, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2148", + "id": 2148, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2149", + "id": 2149, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2150", + "id": 2150, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2151", + "id": 2151, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2152", + "id": 2152, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2153", + "id": 2153, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2154", + "id": 2154, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2155", + "id": 2155, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2156", + "id": 2156, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2157", + "id": 2157, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2158", + "id": 2158, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2159", + "id": 2159, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2160", + "id": 2160, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2161", + "id": 2161, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2162", + "id": 2162, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2163", + "id": 2163, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2164", + "id": 2164, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2165", + "id": 2165, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2166", + "id": 2166, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2167", + "id": 2167, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2168", + "id": 2168, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2169", + "id": 2169, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2170", + "id": 2170, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2171", + "id": 2171, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2172", + "id": 2172, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2173", + "id": 2173, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2174", + "id": 2174, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2175", + "id": 2175, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2176", + "id": 2176, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2177", + "id": 2177, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2178", + "id": 2178, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2179", + "id": 2179, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2180", + "id": 2180, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2181", + "id": 2181, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2182", + "id": 2182, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2183", + "id": 2183, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2184", + "id": 2184, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2185", + "id": 2185, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2186", + "id": 2186, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2187", + "id": 2187, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2188", + "id": 2188, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2189", + "id": 2189, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2190", + "id": 2190, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2191", + "id": 2191, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2192", + "id": 2192, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2193", + "id": 2193, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2194", + "id": 2194, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2195", + "id": 2195, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2196", + "id": 2196, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2197", + "id": 2197, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2198", + "id": 2198, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2199", + "id": 2199, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2200", + "id": 2200, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2201", + "id": 2201, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2202", + "id": 2202, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2203", + "id": 2203, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2204", + "id": 2204, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2205", + "id": 2205, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2206", + "id": 2206, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2207", + "id": 2207, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2208", + "id": 2208, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2209", + "id": 2209, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2210", + "id": 2210, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2211", + "id": 2211, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2212", + "id": 2212, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2213", + "id": 2213, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2214", + "id": 2214, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2215", + "id": 2215, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2216", + "id": 2216, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2217", + "id": 2217, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2218", + "id": 2218, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2219", + "id": 2219, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2220", + "id": 2220, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2221", + "id": 2221, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2222", + "id": 2222, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2223", + "id": 2223, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2224", + "id": 2224, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2225", + "id": 2225, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2226", + "id": 2226, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2227", + "id": 2227, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2228", + "id": 2228, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2229", + "id": 2229, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2230", + "id": 2230, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2231", + "id": 2231, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2232", + "id": 2232, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2233", + "id": 2233, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2234", + "id": 2234, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2235", + "id": 2235, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2236", + "id": 2236, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2237", + "id": 2237, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2238", + "id": 2238, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2239", + "id": 2239, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2240", + "id": 2240, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2241", + "id": 2241, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2242", + "id": 2242, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2243", + "id": 2243, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2244", + "id": 2244, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2245", + "id": 2245, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2246", + "id": 2246, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2247", + "id": 2247, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2248", + "id": 2248, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2249", + "id": 2249, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2250", + "id": 2250, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2251", + "id": 2251, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2252", + "id": 2252, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2253", + "id": 2253, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2254", + "id": 2254, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2255", + "id": 2255, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2256", + "id": 2256, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2257", + "id": 2257, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2258", + "id": 2258, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2259", + "id": 2259, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2260", + "id": 2260, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2261", + "id": 2261, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2262", + "id": 2262, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2263", + "id": 2263, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2264", + "id": 2264, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2265", + "id": 2265, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2266", + "id": 2266, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2267", + "id": 2267, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2268", + "id": 2268, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2269", + "id": 2269, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2270", + "id": 2270, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2271", + "id": 2271, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2272", + "id": 2272, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2273", + "id": 2273, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2274", + "id": 2274, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2275", + "id": 2275, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2276", + "id": 2276, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2277", + "id": 2277, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2278", + "id": 2278, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2279", + "id": 2279, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2280", + "id": 2280, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2281", + "id": 2281, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2282", + "id": 2282, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2283", + "id": 2283, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2284", + "id": 2284, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2285", + "id": 2285, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2286", + "id": 2286, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2287", + "id": 2287, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2288", + "id": 2288, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2289", + "id": 2289, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2290", + "id": 2290, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2291", + "id": 2291, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2292", + "id": 2292, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2293", + "id": 2293, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2294", + "id": 2294, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2295", + "id": 2295, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2296", + "id": 2296, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2297", + "id": 2297, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2298", + "id": 2298, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2299", + "id": 2299, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2300", + "id": 2300, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2301", + "id": 2301, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2302", + "id": 2302, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2303", + "id": 2303, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2304", + "id": 2304, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2305", + "id": 2305, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2306", + "id": 2306, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2307", + "id": 2307, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2308", + "id": 2308, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2309", + "id": 2309, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2310", + "id": 2310, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2311", + "id": 2311, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2312", + "id": 2312, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2313", + "id": 2313, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2314", + "id": 2314, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2315", + "id": 2315, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2316", + "id": 2316, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2317", + "id": 2317, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2318", + "id": 2318, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2319", + "id": 2319, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2320", + "id": 2320, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2321", + "id": 2321, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2322", + "id": 2322, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2323", + "id": 2323, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2324", + "id": 2324, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2325", + "id": 2325, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2326", + "id": 2326, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2327", + "id": 2327, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2328", + "id": 2328, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2329", + "id": 2329, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2330", + "id": 2330, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2331", + "id": 2331, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2332", + "id": 2332, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2333", + "id": 2333, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2334", + "id": 2334, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2335", + "id": 2335, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2336", + "id": 2336, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2337", + "id": 2337, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2338", + "id": 2338, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2339", + "id": 2339, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2340", + "id": 2340, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2341", + "id": 2341, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2342", + "id": 2342, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2343", + "id": 2343, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2344", + "id": 2344, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2345", + "id": 2345, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2346", + "id": 2346, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2347", + "id": 2347, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2348", + "id": 2348, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2349", + "id": 2349, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2350", + "id": 2350, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2351", + "id": 2351, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2352", + "id": 2352, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2353", + "id": 2353, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2354", + "id": 2354, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2355", + "id": 2355, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2356", + "id": 2356, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2357", + "id": 2357, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2358", + "id": 2358, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2359", + "id": 2359, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2360", + "id": 2360, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2361", + "id": 2361, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2362", + "id": 2362, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2363", + "id": 2363, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2364", + "id": 2364, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2365", + "id": 2365, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2366", + "id": 2366, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2367", + "id": 2367, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2368", + "id": 2368, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2369", + "id": 2369, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2370", + "id": 2370, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2371", + "id": 2371, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2372", + "id": 2372, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2373", + "id": 2373, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2374", + "id": 2374, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2375", + "id": 2375, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2376", + "id": 2376, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2377", + "id": 2377, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2378", + "id": 2378, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2379", + "id": 2379, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2380", + "id": 2380, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2381", + "id": 2381, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2382", + "id": 2382, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2383", + "id": 2383, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2384", + "id": 2384, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2385", + "id": 2385, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2386", + "id": 2386, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2387", + "id": 2387, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2388", + "id": 2388, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2389", + "id": 2389, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2390", + "id": 2390, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2391", + "id": 2391, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2392", + "id": 2392, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2393", + "id": 2393, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2394", + "id": 2394, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2395", + "id": 2395, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2396", + "id": 2396, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2397", + "id": 2397, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2398", + "id": 2398, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2399", + "id": 2399, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2400", + "id": 2400, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2401", + "id": 2401, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2402", + "id": 2402, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2403", + "id": 2403, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2404", + "id": 2404, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2405", + "id": 2405, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2406", + "id": 2406, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2407", + "id": 2407, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2408", + "id": 2408, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2409", + "id": 2409, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2410", + "id": 2410, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2411", + "id": 2411, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2412", + "id": 2412, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2413", + "id": 2413, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2414", + "id": 2414, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2415", + "id": 2415, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2416", + "id": 2416, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2417", + "id": 2417, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2418", + "id": 2418, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2419", + "id": 2419, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2420", + "id": 2420, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2421", + "id": 2421, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2422", + "id": 2422, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2423", + "id": 2423, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2424", + "id": 2424, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2425", + "id": 2425, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2426", + "id": 2426, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2427", + "id": 2427, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2428", + "id": 2428, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2429", + "id": 2429, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2430", + "id": 2430, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2431", + "id": 2431, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2432", + "id": 2432, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2433", + "id": 2433, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2434", + "id": 2434, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2435", + "id": 2435, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2436", + "id": 2436, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2437", + "id": 2437, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2438", + "id": 2438, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2439", + "id": 2439, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2440", + "id": 2440, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2441", + "id": 2441, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2442", + "id": 2442, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2443", + "id": 2443, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2444", + "id": 2444, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2445", + "id": 2445, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2446", + "id": 2446, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2447", + "id": 2447, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2448", + "id": 2448, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2449", + "id": 2449, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2450", + "id": 2450, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2451", + "id": 2451, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2452", + "id": 2452, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2453", + "id": 2453, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2454", + "id": 2454, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2455", + "id": 2455, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2456", + "id": 2456, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2457", + "id": 2457, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2458", + "id": 2458, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2459", + "id": 2459, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2460", + "id": 2460, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2461", + "id": 2461, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2462", + "id": 2462, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2463", + "id": 2463, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2464", + "id": 2464, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2465", + "id": 2465, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2466", + "id": 2466, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2467", + "id": 2467, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2468", + "id": 2468, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2469", + "id": 2469, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2470", + "id": 2470, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2471", + "id": 2471, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2472", + "id": 2472, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2473", + "id": 2473, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2474", + "id": 2474, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2475", + "id": 2475, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2476", + "id": 2476, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2477", + "id": 2477, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2478", + "id": 2478, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2479", + "id": 2479, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2480", + "id": 2480, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2481", + "id": 2481, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2482", + "id": 2482, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2483", + "id": 2483, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2484", + "id": 2484, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2485", + "id": 2485, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2486", + "id": 2486, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2487", + "id": 2487, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2488", + "id": 2488, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2489", + "id": 2489, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2490", + "id": 2490, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2491", + "id": 2491, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2492", + "id": 2492, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2493", + "id": 2493, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2494", + "id": 2494, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2495", + "id": 2495, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2496", + "id": 2496, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2497", + "id": 2497, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2498", + "id": 2498, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2499", + "id": 2499, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2500", + "id": 2500, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2501", + "id": 2501, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2502", + "id": 2502, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2503", + "id": 2503, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2504", + "id": 2504, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2505", + "id": 2505, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2506", + "id": 2506, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2507", + "id": 2507, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2508", + "id": 2508, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2509", + "id": 2509, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2510", + "id": 2510, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2511", + "id": 2511, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2512", + "id": 2512, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2513", + "id": 2513, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2514", + "id": 2514, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2515", + "id": 2515, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2516", + "id": 2516, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2517", + "id": 2517, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2518", + "id": 2518, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2519", + "id": 2519, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2520", + "id": 2520, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2521", + "id": 2521, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2522", + "id": 2522, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2523", + "id": 2523, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2524", + "id": 2524, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2525", + "id": 2525, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2526", + "id": 2526, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2527", + "id": 2527, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2528", + "id": 2528, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2529", + "id": 2529, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2530", + "id": 2530, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2531", + "id": 2531, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2532", + "id": 2532, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2533", + "id": 2533, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2534", + "id": 2534, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2535", + "id": 2535, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2536", + "id": 2536, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2537", + "id": 2537, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2538", + "id": 2538, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2539", + "id": 2539, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2540", + "id": 2540, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2541", + "id": 2541, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2542", + "id": 2542, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2543", + "id": 2543, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2544", + "id": 2544, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2545", + "id": 2545, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2546", + "id": 2546, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2547", + "id": 2547, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2548", + "id": 2548, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2549", + "id": 2549, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2550", + "id": 2550, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2551", + "id": 2551, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2552", + "id": 2552, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2553", + "id": 2553, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2554", + "id": 2554, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2555", + "id": 2555, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2556", + "id": 2556, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2557", + "id": 2557, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2558", + "id": 2558, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2559", + "id": 2559, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2560", + "id": 2560, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2561", + "id": 2561, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2562", + "id": 2562, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2563", + "id": 2563, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2564", + "id": 2564, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2565", + "id": 2565, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2566", + "id": 2566, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2567", + "id": 2567, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2568", + "id": 2568, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2569", + "id": 2569, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2570", + "id": 2570, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2571", + "id": 2571, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2572", + "id": 2572, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2573", + "id": 2573, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2574", + "id": 2574, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2575", + "id": 2575, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2576", + "id": 2576, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2577", + "id": 2577, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2578", + "id": 2578, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2579", + "id": 2579, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2580", + "id": 2580, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2581", + "id": 2581, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2582", + "id": 2582, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2583", + "id": 2583, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2584", + "id": 2584, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2585", + "id": 2585, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2586", + "id": 2586, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2587", + "id": 2587, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2588", + "id": 2588, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2589", + "id": 2589, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2590", + "id": 2590, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2591", + "id": 2591, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2592", + "id": 2592, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2593", + "id": 2593, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2594", + "id": 2594, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2595", + "id": 2595, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2596", + "id": 2596, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2597", + "id": 2597, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2598", + "id": 2598, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2599", + "id": 2599, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2600", + "id": 2600, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2601", + "id": 2601, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2602", + "id": 2602, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2603", + "id": 2603, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2604", + "id": 2604, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2605", + "id": 2605, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2606", + "id": 2606, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2607", + "id": 2607, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2608", + "id": 2608, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2609", + "id": 2609, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2610", + "id": 2610, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2611", + "id": 2611, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2612", + "id": 2612, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2613", + "id": 2613, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2614", + "id": 2614, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2615", + "id": 2615, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2616", + "id": 2616, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2617", + "id": 2617, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2618", + "id": 2618, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2619", + "id": 2619, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2620", + "id": 2620, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2621", + "id": 2621, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2622", + "id": 2622, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2623", + "id": 2623, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2624", + "id": 2624, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2625", + "id": 2625, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2626", + "id": 2626, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2627", + "id": 2627, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2628", + "id": 2628, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2629", + "id": 2629, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2630", + "id": 2630, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2631", + "id": 2631, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2632", + "id": 2632, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2633", + "id": 2633, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2634", + "id": 2634, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2635", + "id": 2635, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2636", + "id": 2636, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2637", + "id": 2637, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2638", + "id": 2638, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2639", + "id": 2639, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2640", + "id": 2640, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2641", + "id": 2641, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2642", + "id": 2642, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2643", + "id": 2643, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2644", + "id": 2644, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2645", + "id": 2645, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2646", + "id": 2646, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2647", + "id": 2647, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2648", + "id": 2648, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2649", + "id": 2649, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2650", + "id": 2650, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2651", + "id": 2651, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2652", + "id": 2652, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2653", + "id": 2653, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2654", + "id": 2654, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2655", + "id": 2655, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2656", + "id": 2656, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2657", + "id": 2657, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2658", + "id": 2658, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2659", + "id": 2659, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2660", + "id": 2660, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2661", + "id": 2661, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2662", + "id": 2662, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2663", + "id": 2663, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2664", + "id": 2664, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2665", + "id": 2665, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2666", + "id": 2666, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2667", + "id": 2667, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2668", + "id": 2668, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2669", + "id": 2669, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2670", + "id": 2670, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2671", + "id": 2671, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2672", + "id": 2672, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2673", + "id": 2673, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2674", + "id": 2674, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2675", + "id": 2675, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2676", + "id": 2676, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2677", + "id": 2677, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2678", + "id": 2678, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2679", + "id": 2679, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2680", + "id": 2680, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2681", + "id": 2681, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2682", + "id": 2682, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2683", + "id": 2683, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2684", + "id": 2684, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2685", + "id": 2685, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2686", + "id": 2686, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2687", + "id": 2687, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2688", + "id": 2688, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2689", + "id": 2689, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2690", + "id": 2690, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2691", + "id": 2691, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2692", + "id": 2692, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2693", + "id": 2693, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2694", + "id": 2694, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2695", + "id": 2695, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2696", + "id": 2696, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2697", + "id": 2697, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2698", + "id": 2698, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2699", + "id": 2699, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2700", + "id": 2700, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2701", + "id": 2701, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2702", + "id": 2702, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2703", + "id": 2703, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2704", + "id": 2704, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2705", + "id": 2705, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2706", + "id": 2706, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2707", + "id": 2707, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2708", + "id": 2708, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2709", + "id": 2709, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2710", + "id": 2710, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2711", + "id": 2711, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2712", + "id": 2712, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2713", + "id": 2713, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2714", + "id": 2714, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2715", + "id": 2715, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2716", + "id": 2716, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2717", + "id": 2717, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2718", + "id": 2718, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2719", + "id": 2719, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2720", + "id": 2720, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2721", + "id": 2721, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2722", + "id": 2722, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2723", + "id": 2723, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2724", + "id": 2724, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2725", + "id": 2725, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2726", + "id": 2726, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2727", + "id": 2727, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2728", + "id": 2728, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2729", + "id": 2729, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2730", + "id": 2730, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2731", + "id": 2731, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2732", + "id": 2732, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2733", + "id": 2733, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2734", + "id": 2734, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2735", + "id": 2735, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2736", + "id": 2736, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2737", + "id": 2737, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2738", + "id": 2738, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2739", + "id": 2739, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2740", + "id": 2740, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2741", + "id": 2741, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2742", + "id": 2742, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2743", + "id": 2743, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2744", + "id": 2744, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2745", + "id": 2745, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2746", + "id": 2746, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2747", + "id": 2747, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2748", + "id": 2748, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2749", + "id": 2749, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2750", + "id": 2750, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2751", + "id": 2751, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2752", + "id": 2752, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2753", + "id": 2753, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2754", + "id": 2754, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2755", + "id": 2755, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2756", + "id": 2756, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2757", + "id": 2757, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2758", + "id": 2758, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2759", + "id": 2759, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2760", + "id": 2760, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2761", + "id": 2761, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2762", + "id": 2762, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2763", + "id": 2763, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2764", + "id": 2764, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2765", + "id": 2765, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2766", + "id": 2766, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2767", + "id": 2767, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2768", + "id": 2768, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2769", + "id": 2769, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2770", + "id": 2770, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2771", + "id": 2771, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2772", + "id": 2772, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2773", + "id": 2773, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2774", + "id": 2774, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2775", + "id": 2775, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2776", + "id": 2776, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2777", + "id": 2777, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2778", + "id": 2778, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2779", + "id": 2779, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2780", + "id": 2780, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2781", + "id": 2781, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2782", + "id": 2782, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2783", + "id": 2783, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2784", + "id": 2784, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2785", + "id": 2785, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2786", + "id": 2786, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2787", + "id": 2787, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2788", + "id": 2788, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2789", + "id": 2789, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2790", + "id": 2790, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2791", + "id": 2791, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2792", + "id": 2792, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2793", + "id": 2793, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2794", + "id": 2794, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2795", + "id": 2795, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2796", + "id": 2796, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2797", + "id": 2797, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2798", + "id": 2798, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2799", + "id": 2799, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2800", + "id": 2800, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2801", + "id": 2801, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2802", + "id": 2802, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2803", + "id": 2803, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2804", + "id": 2804, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2805", + "id": 2805, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2806", + "id": 2806, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2807", + "id": 2807, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2808", + "id": 2808, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2809", + "id": 2809, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2810", + "id": 2810, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2811", + "id": 2811, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2812", + "id": 2812, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2813", + "id": 2813, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2814", + "id": 2814, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2815", + "id": 2815, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2816", + "id": 2816, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2817", + "id": 2817, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2818", + "id": 2818, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2819", + "id": 2819, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2820", + "id": 2820, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2821", + "id": 2821, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2822", + "id": 2822, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2823", + "id": 2823, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2824", + "id": 2824, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2825", + "id": 2825, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2826", + "id": 2826, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2827", + "id": 2827, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2828", + "id": 2828, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2829", + "id": 2829, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2830", + "id": 2830, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2831", + "id": 2831, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2832", + "id": 2832, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2833", + "id": 2833, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2834", + "id": 2834, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2835", + "id": 2835, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2836", + "id": 2836, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2837", + "id": 2837, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2838", + "id": 2838, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2839", + "id": 2839, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2840", + "id": 2840, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2841", + "id": 2841, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2842", + "id": 2842, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2843", + "id": 2843, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2844", + "id": 2844, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2845", + "id": 2845, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2846", + "id": 2846, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2847", + "id": 2847, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2848", + "id": 2848, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2849", + "id": 2849, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2850", + "id": 2850, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2851", + "id": 2851, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2852", + "id": 2852, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2853", + "id": 2853, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2854", + "id": 2854, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2855", + "id": 2855, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2856", + "id": 2856, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2857", + "id": 2857, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2858", + "id": 2858, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2859", + "id": 2859, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2860", + "id": 2860, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2861", + "id": 2861, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2862", + "id": 2862, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2863", + "id": 2863, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2864", + "id": 2864, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2865", + "id": 2865, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2866", + "id": 2866, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2867", + "id": 2867, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2868", + "id": 2868, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2869", + "id": 2869, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2870", + "id": 2870, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2871", + "id": 2871, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2872", + "id": 2872, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2873", + "id": 2873, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2874", + "id": 2874, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2875", + "id": 2875, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2876", + "id": 2876, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2877", + "id": 2877, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2878", + "id": 2878, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2879", + "id": 2879, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2880", + "id": 2880, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2881", + "id": 2881, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2882", + "id": 2882, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2883", + "id": 2883, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2884", + "id": 2884, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2885", + "id": 2885, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2886", + "id": 2886, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2887", + "id": 2887, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2888", + "id": 2888, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2889", + "id": 2889, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2890", + "id": 2890, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2891", + "id": 2891, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2892", + "id": 2892, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2893", + "id": 2893, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2894", + "id": 2894, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2895", + "id": 2895, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2896", + "id": 2896, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2897", + "id": 2897, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2898", + "id": 2898, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2899", + "id": 2899, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2900", + "id": 2900, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2901", + "id": 2901, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2902", + "id": 2902, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2903", + "id": 2903, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2904", + "id": 2904, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2905", + "id": 2905, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2906", + "id": 2906, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2907", + "id": 2907, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2908", + "id": 2908, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2909", + "id": 2909, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2910", + "id": 2910, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2911", + "id": 2911, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2912", + "id": 2912, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2913", + "id": 2913, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2914", + "id": 2914, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2915", + "id": 2915, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2916", + "id": 2916, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2917", + "id": 2917, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2918", + "id": 2918, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2919", + "id": 2919, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2920", + "id": 2920, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2921", + "id": 2921, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2922", + "id": 2922, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2923", + "id": 2923, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2924", + "id": 2924, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2925", + "id": 2925, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2926", + "id": 2926, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2927", + "id": 2927, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2928", + "id": 2928, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2929", + "id": 2929, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2930", + "id": 2930, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2931", + "id": 2931, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2932", + "id": 2932, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2933", + "id": 2933, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2934", + "id": 2934, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2935", + "id": 2935, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2936", + "id": 2936, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2937", + "id": 2937, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2938", + "id": 2938, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2939", + "id": 2939, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2940", + "id": 2940, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2941", + "id": 2941, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2942", + "id": 2942, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2943", + "id": 2943, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2944", + "id": 2944, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2945", + "id": 2945, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2946", + "id": 2946, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2947", + "id": 2947, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2948", + "id": 2948, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2949", + "id": 2949, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2950", + "id": 2950, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2951", + "id": 2951, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2952", + "id": 2952, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2953", + "id": 2953, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2954", + "id": 2954, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2955", + "id": 2955, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2956", + "id": 2956, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2957", + "id": 2957, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2958", + "id": 2958, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2959", + "id": 2959, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2960", + "id": 2960, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2961", + "id": 2961, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2962", + "id": 2962, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2963", + "id": 2963, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2964", + "id": 2964, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2965", + "id": 2965, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2966", + "id": 2966, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2967", + "id": 2967, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2968", + "id": 2968, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2969", + "id": 2969, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2970", + "id": 2970, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2971", + "id": 2971, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2972", + "id": 2972, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2973", + "id": 2973, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2974", + "id": 2974, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2975", + "id": 2975, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2976", + "id": 2976, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2977", + "id": 2977, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2978", + "id": 2978, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2979", + "id": 2979, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2980", + "id": 2980, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2981", + "id": 2981, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2982", + "id": 2982, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2983", + "id": 2983, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2984", + "id": 2984, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2985", + "id": 2985, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2986", + "id": 2986, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2987", + "id": 2987, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2988", + "id": 2988, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2989", + "id": 2989, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2990", + "id": 2990, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2991", + "id": 2991, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2992", + "id": 2992, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2993", + "id": 2993, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2994", + "id": 2994, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2995", + "id": 2995, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2996", + "id": 2996, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2997", + "id": 2997, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2998", + "id": 2998, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan2999", + "id": 2999, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3000", + "id": 3000, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3001", + "id": 3001, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3002", + "id": 3002, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3003", + "id": 3003, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3004", + "id": 3004, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3005", + "id": 3005, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3006", + "id": 3006, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3007", + "id": 3007, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3008", + "id": 3008, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3009", + "id": 3009, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3010", + "id": 3010, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3011", + "id": 3011, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3012", + "id": 3012, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3013", + "id": 3013, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3014", + "id": 3014, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3015", + "id": 3015, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3016", + "id": 3016, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3017", + "id": 3017, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3018", + "id": 3018, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3019", + "id": 3019, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3020", + "id": 3020, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3021", + "id": 3021, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3022", + "id": 3022, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3023", + "id": 3023, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3024", + "id": 3024, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3025", + "id": 3025, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3026", + "id": 3026, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3027", + "id": 3027, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3028", + "id": 3028, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3029", + "id": 3029, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3030", + "id": 3030, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3031", + "id": 3031, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3032", + "id": 3032, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3033", + "id": 3033, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3034", + "id": 3034, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3035", + "id": 3035, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3036", + "id": 3036, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3037", + "id": 3037, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3038", + "id": 3038, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + }, + { + "name": "vlan3039", + "id": 3039, + "recordStats": true, + "routable": true, + "ipAddresses": [ + + ] + } + ], + "vlanPorts": [ + { + "vlanID": 2016, + "logicalPort": 1, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2017, + "logicalPort": 2, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2018, + "logicalPort": 3, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2019, + "logicalPort": 4, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2020, + "logicalPort": 5, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2021, + "logicalPort": 6, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2022, + "logicalPort": 7, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2023, + "logicalPort": 8, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2024, + "logicalPort": 9, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2025, + "logicalPort": 10, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2026, + "logicalPort": 11, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2027, + "logicalPort": 12, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2028, + "logicalPort": 13, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2029, + "logicalPort": 14, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2030, + "logicalPort": 15, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2031, + "logicalPort": 16, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2032, + "logicalPort": 17, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2033, + "logicalPort": 18, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2034, + "logicalPort": 19, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2035, + "logicalPort": 20, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2036, + "logicalPort": 21, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2037, + "logicalPort": 22, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2038, + "logicalPort": 23, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2039, + "logicalPort": 24, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2040, + "logicalPort": 25, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2041, + "logicalPort": 26, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2042, + "logicalPort": 27, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2043, + "logicalPort": 28, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2044, + "logicalPort": 29, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2045, + "logicalPort": 30, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2046, + "logicalPort": 31, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2047, + "logicalPort": 32, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2048, + "logicalPort": 33, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2049, + "logicalPort": 34, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2050, + "logicalPort": 35, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2051, + "logicalPort": 36, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2052, + "logicalPort": 37, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2053, + "logicalPort": 38, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2054, + "logicalPort": 39, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2055, + "logicalPort": 40, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2056, + "logicalPort": 41, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2057, + "logicalPort": 42, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2058, + "logicalPort": 43, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2059, + "logicalPort": 44, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2060, + "logicalPort": 45, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2061, + "logicalPort": 46, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2062, + "logicalPort": 47, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2063, + "logicalPort": 48, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2064, + "logicalPort": 49, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2065, + "logicalPort": 50, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2066, + "logicalPort": 51, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2067, + "logicalPort": 52, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2068, + "logicalPort": 53, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2069, + "logicalPort": 54, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2070, + "logicalPort": 55, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2071, + "logicalPort": 56, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2072, + "logicalPort": 57, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2073, + "logicalPort": 58, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2074, + "logicalPort": 59, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2075, + "logicalPort": 60, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2076, + "logicalPort": 61, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2077, + "logicalPort": 62, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2078, + "logicalPort": 63, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2079, + "logicalPort": 64, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2080, + "logicalPort": 65, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2081, + "logicalPort": 66, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2082, + "logicalPort": 67, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2083, + "logicalPort": 68, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2084, + "logicalPort": 69, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2085, + "logicalPort": 70, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2086, + "logicalPort": 71, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2087, + "logicalPort": 72, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2088, + "logicalPort": 73, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2089, + "logicalPort": 74, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2090, + "logicalPort": 75, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2091, + "logicalPort": 76, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2092, + "logicalPort": 77, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2093, + "logicalPort": 78, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2094, + "logicalPort": 79, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2095, + "logicalPort": 80, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2096, + "logicalPort": 81, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2097, + "logicalPort": 82, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2098, + "logicalPort": 83, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2099, + "logicalPort": 84, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2100, + "logicalPort": 85, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2101, + "logicalPort": 86, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2102, + "logicalPort": 87, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2103, + "logicalPort": 88, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2104, + "logicalPort": 89, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2105, + "logicalPort": 90, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2106, + "logicalPort": 91, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2107, + "logicalPort": 92, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2108, + "logicalPort": 93, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2109, + "logicalPort": 94, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2110, + "logicalPort": 95, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2111, + "logicalPort": 96, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2112, + "logicalPort": 97, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2113, + "logicalPort": 98, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2114, + "logicalPort": 99, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2115, + "logicalPort": 100, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2116, + "logicalPort": 101, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2117, + "logicalPort": 102, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2118, + "logicalPort": 103, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2119, + "logicalPort": 104, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2120, + "logicalPort": 105, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2121, + "logicalPort": 106, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2122, + "logicalPort": 107, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2123, + "logicalPort": 108, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2124, + "logicalPort": 109, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2125, + "logicalPort": 110, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2126, + "logicalPort": 111, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2127, + "logicalPort": 112, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2128, + "logicalPort": 113, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2129, + "logicalPort": 114, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2130, + "logicalPort": 115, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2131, + "logicalPort": 116, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2132, + "logicalPort": 117, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2133, + "logicalPort": 118, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2134, + "logicalPort": 119, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2135, + "logicalPort": 120, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2136, + "logicalPort": 121, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2137, + "logicalPort": 122, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2138, + "logicalPort": 123, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2139, + "logicalPort": 124, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2140, + "logicalPort": 125, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2141, + "logicalPort": 126, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2142, + "logicalPort": 127, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2143, + "logicalPort": 128, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2144, + "logicalPort": 129, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2145, + "logicalPort": 130, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2146, + "logicalPort": 131, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2147, + "logicalPort": 132, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2148, + "logicalPort": 133, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2149, + "logicalPort": 134, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2150, + "logicalPort": 135, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2151, + "logicalPort": 136, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2152, + "logicalPort": 137, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2153, + "logicalPort": 138, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2154, + "logicalPort": 139, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2155, + "logicalPort": 140, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2156, + "logicalPort": 141, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2157, + "logicalPort": 142, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2158, + "logicalPort": 143, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2159, + "logicalPort": 144, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2160, + "logicalPort": 145, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2161, + "logicalPort": 146, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2162, + "logicalPort": 147, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2163, + "logicalPort": 148, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2164, + "logicalPort": 149, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2165, + "logicalPort": 150, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2166, + "logicalPort": 151, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2167, + "logicalPort": 152, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2168, + "logicalPort": 153, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2169, + "logicalPort": 154, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2170, + "logicalPort": 155, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2171, + "logicalPort": 156, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2172, + "logicalPort": 157, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2173, + "logicalPort": 158, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2174, + "logicalPort": 159, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2175, + "logicalPort": 160, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2176, + "logicalPort": 161, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2177, + "logicalPort": 162, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2178, + "logicalPort": 163, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2179, + "logicalPort": 164, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2180, + "logicalPort": 165, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2181, + "logicalPort": 166, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2182, + "logicalPort": 167, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2183, + "logicalPort": 168, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2184, + "logicalPort": 169, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2185, + "logicalPort": 170, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2186, + "logicalPort": 171, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2187, + "logicalPort": 172, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2188, + "logicalPort": 173, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2189, + "logicalPort": 174, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2190, + "logicalPort": 175, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2191, + "logicalPort": 176, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2192, + "logicalPort": 177, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2193, + "logicalPort": 178, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2194, + "logicalPort": 179, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2195, + "logicalPort": 180, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2196, + "logicalPort": 181, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2197, + "logicalPort": 182, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2198, + "logicalPort": 183, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2199, + "logicalPort": 184, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2200, + "logicalPort": 185, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2201, + "logicalPort": 186, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2202, + "logicalPort": 187, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2203, + "logicalPort": 188, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2204, + "logicalPort": 189, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2205, + "logicalPort": 190, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2206, + "logicalPort": 191, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2207, + "logicalPort": 192, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2208, + "logicalPort": 193, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2209, + "logicalPort": 194, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2210, + "logicalPort": 195, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2211, + "logicalPort": 196, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2212, + "logicalPort": 197, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2213, + "logicalPort": 198, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2214, + "logicalPort": 199, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2215, + "logicalPort": 200, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2216, + "logicalPort": 201, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2217, + "logicalPort": 202, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2218, + "logicalPort": 203, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2219, + "logicalPort": 204, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2220, + "logicalPort": 205, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2221, + "logicalPort": 206, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2222, + "logicalPort": 207, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2223, + "logicalPort": 208, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2224, + "logicalPort": 209, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2225, + "logicalPort": 210, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2226, + "logicalPort": 211, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2227, + "logicalPort": 212, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2228, + "logicalPort": 213, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2229, + "logicalPort": 214, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2230, + "logicalPort": 215, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2231, + "logicalPort": 216, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2232, + "logicalPort": 217, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2233, + "logicalPort": 218, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2234, + "logicalPort": 219, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2235, + "logicalPort": 220, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2236, + "logicalPort": 221, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2237, + "logicalPort": 222, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2238, + "logicalPort": 223, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2239, + "logicalPort": 224, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2240, + "logicalPort": 225, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2241, + "logicalPort": 226, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2242, + "logicalPort": 227, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2243, + "logicalPort": 228, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2244, + "logicalPort": 229, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2245, + "logicalPort": 230, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2246, + "logicalPort": 231, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2247, + "logicalPort": 232, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2248, + "logicalPort": 233, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2249, + "logicalPort": 234, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2250, + "logicalPort": 235, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2251, + "logicalPort": 236, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2252, + "logicalPort": 237, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2253, + "logicalPort": 238, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2254, + "logicalPort": 239, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2255, + "logicalPort": 240, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2256, + "logicalPort": 241, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2257, + "logicalPort": 242, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2258, + "logicalPort": 243, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2259, + "logicalPort": 244, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2260, + "logicalPort": 245, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2261, + "logicalPort": 246, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2262, + "logicalPort": 247, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2263, + "logicalPort": 248, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2264, + "logicalPort": 249, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2265, + "logicalPort": 250, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2266, + "logicalPort": 251, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2267, + "logicalPort": 252, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2268, + "logicalPort": 253, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2269, + "logicalPort": 254, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2270, + "logicalPort": 255, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2271, + "logicalPort": 256, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2272, + "logicalPort": 257, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2273, + "logicalPort": 258, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2274, + "logicalPort": 259, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2275, + "logicalPort": 260, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2276, + "logicalPort": 261, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2277, + "logicalPort": 262, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2278, + "logicalPort": 263, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2279, + "logicalPort": 264, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2280, + "logicalPort": 265, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2281, + "logicalPort": 266, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2282, + "logicalPort": 267, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2283, + "logicalPort": 268, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2284, + "logicalPort": 269, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2285, + "logicalPort": 270, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2286, + "logicalPort": 271, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2287, + "logicalPort": 272, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2288, + "logicalPort": 273, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2289, + "logicalPort": 274, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2290, + "logicalPort": 275, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2291, + "logicalPort": 276, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2292, + "logicalPort": 277, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2293, + "logicalPort": 278, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2294, + "logicalPort": 279, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2295, + "logicalPort": 280, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2296, + "logicalPort": 281, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2297, + "logicalPort": 282, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2298, + "logicalPort": 283, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2299, + "logicalPort": 284, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2300, + "logicalPort": 285, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2301, + "logicalPort": 286, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2302, + "logicalPort": 287, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2303, + "logicalPort": 288, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2304, + "logicalPort": 289, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2305, + "logicalPort": 290, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2306, + "logicalPort": 291, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2307, + "logicalPort": 292, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2308, + "logicalPort": 293, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2309, + "logicalPort": 294, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2310, + "logicalPort": 295, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2311, + "logicalPort": 296, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2312, + "logicalPort": 297, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2313, + "logicalPort": 298, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2314, + "logicalPort": 299, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2315, + "logicalPort": 300, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2316, + "logicalPort": 301, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2317, + "logicalPort": 302, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2318, + "logicalPort": 303, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2319, + "logicalPort": 304, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2320, + "logicalPort": 305, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2321, + "logicalPort": 306, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2322, + "logicalPort": 307, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2323, + "logicalPort": 308, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2324, + "logicalPort": 309, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2325, + "logicalPort": 310, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2326, + "logicalPort": 311, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2327, + "logicalPort": 312, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2328, + "logicalPort": 313, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2329, + "logicalPort": 314, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2330, + "logicalPort": 315, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2331, + "logicalPort": 316, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2332, + "logicalPort": 317, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2333, + "logicalPort": 318, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2334, + "logicalPort": 319, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2335, + "logicalPort": 320, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2336, + "logicalPort": 321, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2337, + "logicalPort": 322, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2338, + "logicalPort": 323, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2339, + "logicalPort": 324, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2340, + "logicalPort": 325, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2341, + "logicalPort": 326, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2342, + "logicalPort": 327, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2343, + "logicalPort": 328, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2344, + "logicalPort": 329, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2345, + "logicalPort": 330, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2346, + "logicalPort": 331, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2347, + "logicalPort": 332, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2348, + "logicalPort": 333, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2349, + "logicalPort": 334, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2350, + "logicalPort": 335, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2351, + "logicalPort": 336, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2352, + "logicalPort": 337, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2353, + "logicalPort": 338, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2354, + "logicalPort": 339, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2355, + "logicalPort": 340, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2356, + "logicalPort": 341, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2357, + "logicalPort": 342, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2358, + "logicalPort": 343, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2359, + "logicalPort": 344, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2360, + "logicalPort": 345, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2361, + "logicalPort": 346, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2362, + "logicalPort": 347, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2363, + "logicalPort": 348, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2364, + "logicalPort": 349, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2365, + "logicalPort": 350, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2366, + "logicalPort": 351, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2367, + "logicalPort": 352, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2368, + "logicalPort": 353, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2369, + "logicalPort": 354, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2370, + "logicalPort": 355, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2371, + "logicalPort": 356, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2372, + "logicalPort": 357, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2373, + "logicalPort": 358, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2374, + "logicalPort": 359, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2375, + "logicalPort": 360, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2376, + "logicalPort": 361, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2377, + "logicalPort": 362, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2378, + "logicalPort": 363, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2379, + "logicalPort": 364, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2380, + "logicalPort": 365, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2381, + "logicalPort": 366, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2382, + "logicalPort": 367, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2383, + "logicalPort": 368, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2384, + "logicalPort": 369, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2385, + "logicalPort": 370, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2386, + "logicalPort": 371, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2387, + "logicalPort": 372, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2388, + "logicalPort": 373, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2389, + "logicalPort": 374, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2390, + "logicalPort": 375, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2391, + "logicalPort": 376, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2392, + "logicalPort": 377, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2393, + "logicalPort": 378, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2394, + "logicalPort": 379, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2395, + "logicalPort": 380, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2396, + "logicalPort": 381, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2397, + "logicalPort": 382, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2398, + "logicalPort": 383, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2399, + "logicalPort": 384, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2400, + "logicalPort": 385, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2401, + "logicalPort": 386, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2402, + "logicalPort": 387, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2403, + "logicalPort": 388, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2404, + "logicalPort": 389, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2405, + "logicalPort": 390, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2406, + "logicalPort": 391, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2407, + "logicalPort": 392, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2408, + "logicalPort": 393, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2409, + "logicalPort": 394, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2410, + "logicalPort": 395, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2411, + "logicalPort": 396, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2412, + "logicalPort": 397, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2413, + "logicalPort": 398, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2414, + "logicalPort": 399, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2415, + "logicalPort": 400, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2416, + "logicalPort": 401, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2417, + "logicalPort": 402, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2418, + "logicalPort": 403, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2419, + "logicalPort": 404, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2420, + "logicalPort": 405, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2421, + "logicalPort": 406, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2422, + "logicalPort": 407, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2423, + "logicalPort": 408, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2424, + "logicalPort": 409, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2425, + "logicalPort": 410, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2426, + "logicalPort": 411, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2427, + "logicalPort": 412, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2428, + "logicalPort": 413, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2429, + "logicalPort": 414, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2430, + "logicalPort": 415, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2431, + "logicalPort": 416, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2432, + "logicalPort": 417, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2433, + "logicalPort": 418, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2434, + "logicalPort": 419, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2435, + "logicalPort": 420, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2436, + "logicalPort": 421, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2437, + "logicalPort": 422, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2438, + "logicalPort": 423, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2439, + "logicalPort": 424, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2440, + "logicalPort": 425, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2441, + "logicalPort": 426, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2442, + "logicalPort": 427, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2443, + "logicalPort": 428, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2444, + "logicalPort": 429, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2445, + "logicalPort": 430, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2446, + "logicalPort": 431, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2447, + "logicalPort": 432, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2448, + "logicalPort": 433, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2449, + "logicalPort": 434, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2450, + "logicalPort": 435, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2451, + "logicalPort": 436, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2452, + "logicalPort": 437, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2453, + "logicalPort": 438, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2454, + "logicalPort": 439, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2455, + "logicalPort": 440, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2456, + "logicalPort": 441, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2457, + "logicalPort": 442, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2458, + "logicalPort": 443, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2459, + "logicalPort": 444, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2460, + "logicalPort": 445, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2461, + "logicalPort": 446, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2462, + "logicalPort": 447, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2463, + "logicalPort": 448, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2464, + "logicalPort": 449, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2465, + "logicalPort": 450, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2466, + "logicalPort": 451, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2467, + "logicalPort": 452, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2468, + "logicalPort": 453, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2469, + "logicalPort": 454, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2470, + "logicalPort": 455, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2471, + "logicalPort": 456, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2472, + "logicalPort": 457, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2473, + "logicalPort": 458, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2474, + "logicalPort": 459, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2475, + "logicalPort": 460, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2476, + "logicalPort": 461, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2477, + "logicalPort": 462, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2478, + "logicalPort": 463, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2479, + "logicalPort": 464, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2480, + "logicalPort": 465, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2481, + "logicalPort": 466, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2482, + "logicalPort": 467, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2483, + "logicalPort": 468, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2484, + "logicalPort": 469, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2485, + "logicalPort": 470, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2486, + "logicalPort": 471, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2487, + "logicalPort": 472, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2488, + "logicalPort": 473, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2489, + "logicalPort": 474, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2490, + "logicalPort": 475, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2491, + "logicalPort": 476, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2492, + "logicalPort": 477, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2493, + "logicalPort": 478, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2494, + "logicalPort": 479, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2495, + "logicalPort": 480, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2496, + "logicalPort": 481, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2497, + "logicalPort": 482, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2498, + "logicalPort": 483, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2499, + "logicalPort": 484, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2500, + "logicalPort": 485, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2501, + "logicalPort": 486, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2502, + "logicalPort": 487, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2503, + "logicalPort": 488, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2504, + "logicalPort": 489, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2505, + "logicalPort": 490, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2506, + "logicalPort": 491, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2507, + "logicalPort": 492, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2508, + "logicalPort": 493, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2509, + "logicalPort": 494, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2510, + "logicalPort": 495, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2511, + "logicalPort": 496, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2512, + "logicalPort": 497, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2513, + "logicalPort": 498, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2514, + "logicalPort": 499, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2515, + "logicalPort": 500, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2516, + "logicalPort": 501, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2517, + "logicalPort": 502, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2518, + "logicalPort": 503, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2519, + "logicalPort": 504, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2520, + "logicalPort": 505, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2521, + "logicalPort": 506, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2522, + "logicalPort": 507, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2523, + "logicalPort": 508, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2524, + "logicalPort": 509, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2525, + "logicalPort": 510, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2526, + "logicalPort": 511, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2527, + "logicalPort": 512, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2528, + "logicalPort": 2049, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2529, + "logicalPort": 2050, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2530, + "logicalPort": 2051, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2531, + "logicalPort": 2052, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2532, + "logicalPort": 2053, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2533, + "logicalPort": 2054, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2534, + "logicalPort": 2055, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2535, + "logicalPort": 2056, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2536, + "logicalPort": 2057, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2537, + "logicalPort": 2058, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2538, + "logicalPort": 2059, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2539, + "logicalPort": 2060, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2540, + "logicalPort": 2061, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2541, + "logicalPort": 2062, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2542, + "logicalPort": 2063, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2543, + "logicalPort": 2064, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2544, + "logicalPort": 2065, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2545, + "logicalPort": 2066, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2546, + "logicalPort": 2067, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2547, + "logicalPort": 2068, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2548, + "logicalPort": 2069, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2549, + "logicalPort": 2070, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2550, + "logicalPort": 2071, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2551, + "logicalPort": 2072, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2552, + "logicalPort": 2073, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2553, + "logicalPort": 2074, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2554, + "logicalPort": 2075, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2555, + "logicalPort": 2076, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2556, + "logicalPort": 2077, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2557, + "logicalPort": 2078, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2558, + "logicalPort": 2079, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2559, + "logicalPort": 2080, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2560, + "logicalPort": 2081, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2561, + "logicalPort": 2082, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2562, + "logicalPort": 2083, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2563, + "logicalPort": 2084, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2564, + "logicalPort": 2085, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2565, + "logicalPort": 2086, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2566, + "logicalPort": 2087, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2567, + "logicalPort": 2088, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2568, + "logicalPort": 2089, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2569, + "logicalPort": 2090, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2570, + "logicalPort": 2091, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2571, + "logicalPort": 2092, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2572, + "logicalPort": 2093, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2573, + "logicalPort": 2094, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2574, + "logicalPort": 2095, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2575, + "logicalPort": 2096, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2576, + "logicalPort": 2097, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2577, + "logicalPort": 2098, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2578, + "logicalPort": 2099, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2579, + "logicalPort": 2100, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2580, + "logicalPort": 2101, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2581, + "logicalPort": 2102, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2582, + "logicalPort": 2103, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2583, + "logicalPort": 2104, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2584, + "logicalPort": 2105, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2585, + "logicalPort": 2106, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2586, + "logicalPort": 2107, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2587, + "logicalPort": 2108, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2588, + "logicalPort": 2109, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2589, + "logicalPort": 2110, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2590, + "logicalPort": 2111, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2591, + "logicalPort": 2112, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2592, + "logicalPort": 2113, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2593, + "logicalPort": 2114, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2594, + "logicalPort": 2115, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2595, + "logicalPort": 2116, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2596, + "logicalPort": 2117, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2597, + "logicalPort": 2118, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2598, + "logicalPort": 2119, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2599, + "logicalPort": 2120, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2600, + "logicalPort": 2121, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2601, + "logicalPort": 2122, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2602, + "logicalPort": 2123, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2603, + "logicalPort": 2124, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2604, + "logicalPort": 2125, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2605, + "logicalPort": 2126, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2606, + "logicalPort": 2127, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2607, + "logicalPort": 2128, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2608, + "logicalPort": 2129, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2609, + "logicalPort": 2130, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2610, + "logicalPort": 2131, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2611, + "logicalPort": 2132, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2612, + "logicalPort": 2133, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2613, + "logicalPort": 2134, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2614, + "logicalPort": 2135, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2615, + "logicalPort": 2136, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2616, + "logicalPort": 2137, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2617, + "logicalPort": 2138, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2618, + "logicalPort": 2139, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2619, + "logicalPort": 2140, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2620, + "logicalPort": 2141, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2621, + "logicalPort": 2142, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2622, + "logicalPort": 2143, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2623, + "logicalPort": 2144, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2624, + "logicalPort": 2145, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2625, + "logicalPort": 2146, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2626, + "logicalPort": 2147, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2627, + "logicalPort": 2148, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2628, + "logicalPort": 2149, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2629, + "logicalPort": 2150, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2630, + "logicalPort": 2151, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2631, + "logicalPort": 2152, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2632, + "logicalPort": 2153, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2633, + "logicalPort": 2154, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2634, + "logicalPort": 2155, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2635, + "logicalPort": 2156, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2636, + "logicalPort": 2157, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2637, + "logicalPort": 2158, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2638, + "logicalPort": 2159, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2639, + "logicalPort": 2160, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2640, + "logicalPort": 2161, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2641, + "logicalPort": 2162, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2642, + "logicalPort": 2163, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2643, + "logicalPort": 2164, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2644, + "logicalPort": 2165, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2645, + "logicalPort": 2166, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2646, + "logicalPort": 2167, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2647, + "logicalPort": 2168, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2648, + "logicalPort": 2169, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2649, + "logicalPort": 2170, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2650, + "logicalPort": 2171, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2651, + "logicalPort": 2172, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2652, + "logicalPort": 2173, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2653, + "logicalPort": 2174, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2654, + "logicalPort": 2175, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2655, + "logicalPort": 2176, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2656, + "logicalPort": 2177, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2657, + "logicalPort": 2178, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2658, + "logicalPort": 2179, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2659, + "logicalPort": 2180, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2660, + "logicalPort": 2181, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2661, + "logicalPort": 2182, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2662, + "logicalPort": 2183, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2663, + "logicalPort": 2184, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2664, + "logicalPort": 2185, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2665, + "logicalPort": 2186, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2666, + "logicalPort": 2187, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2667, + "logicalPort": 2188, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2668, + "logicalPort": 2189, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2669, + "logicalPort": 2190, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2670, + "logicalPort": 2191, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2671, + "logicalPort": 2192, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2672, + "logicalPort": 2193, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2673, + "logicalPort": 2194, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2674, + "logicalPort": 2195, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2675, + "logicalPort": 2196, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2676, + "logicalPort": 2197, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2677, + "logicalPort": 2198, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2678, + "logicalPort": 2199, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2679, + "logicalPort": 2200, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2680, + "logicalPort": 2201, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2681, + "logicalPort": 2202, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2682, + "logicalPort": 2203, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2683, + "logicalPort": 2204, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2684, + "logicalPort": 2205, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2685, + "logicalPort": 2206, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2686, + "logicalPort": 2207, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2687, + "logicalPort": 2208, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2688, + "logicalPort": 2209, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2689, + "logicalPort": 2210, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2690, + "logicalPort": 2211, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2691, + "logicalPort": 2212, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2692, + "logicalPort": 2213, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2693, + "logicalPort": 2214, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2694, + "logicalPort": 2215, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2695, + "logicalPort": 2216, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2696, + "logicalPort": 2217, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2697, + "logicalPort": 2218, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2698, + "logicalPort": 2219, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2699, + "logicalPort": 2220, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2700, + "logicalPort": 2221, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2701, + "logicalPort": 2222, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2702, + "logicalPort": 2223, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2703, + "logicalPort": 2224, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2704, + "logicalPort": 2225, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2705, + "logicalPort": 2226, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2706, + "logicalPort": 2227, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2707, + "logicalPort": 2228, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2708, + "logicalPort": 2229, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2709, + "logicalPort": 2230, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2710, + "logicalPort": 2231, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2711, + "logicalPort": 2232, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2712, + "logicalPort": 2233, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2713, + "logicalPort": 2234, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2714, + "logicalPort": 2235, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2715, + "logicalPort": 2236, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2716, + "logicalPort": 2237, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2717, + "logicalPort": 2238, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2718, + "logicalPort": 2239, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2719, + "logicalPort": 2240, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2720, + "logicalPort": 2241, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2721, + "logicalPort": 2242, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2722, + "logicalPort": 2243, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2723, + "logicalPort": 2244, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2724, + "logicalPort": 2245, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2725, + "logicalPort": 2246, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2726, + "logicalPort": 2247, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2727, + "logicalPort": 2248, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2728, + "logicalPort": 2249, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2729, + "logicalPort": 2250, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2730, + "logicalPort": 2251, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2731, + "logicalPort": 2252, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2732, + "logicalPort": 2253, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2733, + "logicalPort": 2254, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2734, + "logicalPort": 2255, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2735, + "logicalPort": 2256, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2736, + "logicalPort": 2257, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2737, + "logicalPort": 2258, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2738, + "logicalPort": 2259, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2739, + "logicalPort": 2260, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2740, + "logicalPort": 2261, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2741, + "logicalPort": 2262, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2742, + "logicalPort": 2263, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2743, + "logicalPort": 2264, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2744, + "logicalPort": 2265, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2745, + "logicalPort": 2266, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2746, + "logicalPort": 2267, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2747, + "logicalPort": 2268, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2748, + "logicalPort": 2269, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2749, + "logicalPort": 2270, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2750, + "logicalPort": 2271, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2751, + "logicalPort": 2272, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2752, + "logicalPort": 2273, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2753, + "logicalPort": 2274, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2754, + "logicalPort": 2275, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2755, + "logicalPort": 2276, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2756, + "logicalPort": 2277, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2757, + "logicalPort": 2278, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2758, + "logicalPort": 2279, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2759, + "logicalPort": 2280, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2760, + "logicalPort": 2281, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2761, + "logicalPort": 2282, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2762, + "logicalPort": 2283, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2763, + "logicalPort": 2284, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2764, + "logicalPort": 2285, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2765, + "logicalPort": 2286, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2766, + "logicalPort": 2287, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2767, + "logicalPort": 2288, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2768, + "logicalPort": 2289, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2769, + "logicalPort": 2290, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2770, + "logicalPort": 2291, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2771, + "logicalPort": 2292, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2772, + "logicalPort": 2293, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2773, + "logicalPort": 2294, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2774, + "logicalPort": 2295, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2775, + "logicalPort": 2296, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2776, + "logicalPort": 2297, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2777, + "logicalPort": 2298, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2778, + "logicalPort": 2299, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2779, + "logicalPort": 2300, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2780, + "logicalPort": 2301, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2781, + "logicalPort": 2302, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2782, + "logicalPort": 2303, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2783, + "logicalPort": 2304, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2784, + "logicalPort": 2305, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2785, + "logicalPort": 2306, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2786, + "logicalPort": 2307, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2787, + "logicalPort": 2308, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2788, + "logicalPort": 2309, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2789, + "logicalPort": 2310, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2790, + "logicalPort": 2311, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2791, + "logicalPort": 2312, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2792, + "logicalPort": 2313, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2793, + "logicalPort": 2314, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2794, + "logicalPort": 2315, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2795, + "logicalPort": 2316, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2796, + "logicalPort": 2317, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2797, + "logicalPort": 2318, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2798, + "logicalPort": 2319, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2799, + "logicalPort": 2320, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2800, + "logicalPort": 2321, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2801, + "logicalPort": 2322, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2802, + "logicalPort": 2323, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2803, + "logicalPort": 2324, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2804, + "logicalPort": 2325, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2805, + "logicalPort": 2326, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2806, + "logicalPort": 2327, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2807, + "logicalPort": 2328, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2808, + "logicalPort": 2329, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2809, + "logicalPort": 2330, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2810, + "logicalPort": 2331, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2811, + "logicalPort": 2332, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2812, + "logicalPort": 2333, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2813, + "logicalPort": 2334, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2814, + "logicalPort": 2335, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2815, + "logicalPort": 2336, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2816, + "logicalPort": 2337, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2817, + "logicalPort": 2338, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2818, + "logicalPort": 2339, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2819, + "logicalPort": 2340, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2820, + "logicalPort": 2341, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2821, + "logicalPort": 2342, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2822, + "logicalPort": 2343, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2823, + "logicalPort": 2344, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2824, + "logicalPort": 2345, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2825, + "logicalPort": 2346, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2826, + "logicalPort": 2347, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2827, + "logicalPort": 2348, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2828, + "logicalPort": 2349, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2829, + "logicalPort": 2350, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2830, + "logicalPort": 2351, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2831, + "logicalPort": 2352, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2832, + "logicalPort": 2353, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2833, + "logicalPort": 2354, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2834, + "logicalPort": 2355, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2835, + "logicalPort": 2356, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2836, + "logicalPort": 2357, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2837, + "logicalPort": 2358, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2838, + "logicalPort": 2359, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2839, + "logicalPort": 2360, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2840, + "logicalPort": 2361, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2841, + "logicalPort": 2362, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2842, + "logicalPort": 2363, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2843, + "logicalPort": 2364, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2844, + "logicalPort": 2365, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2845, + "logicalPort": 2366, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2846, + "logicalPort": 2367, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2847, + "logicalPort": 2368, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2848, + "logicalPort": 2369, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2849, + "logicalPort": 2370, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2850, + "logicalPort": 2371, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2851, + "logicalPort": 2372, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2852, + "logicalPort": 2373, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2853, + "logicalPort": 2374, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2854, + "logicalPort": 2375, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2855, + "logicalPort": 2376, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2856, + "logicalPort": 2377, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2857, + "logicalPort": 2378, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2858, + "logicalPort": 2379, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2859, + "logicalPort": 2380, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2860, + "logicalPort": 2381, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2861, + "logicalPort": 2382, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2862, + "logicalPort": 2383, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2863, + "logicalPort": 2384, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2864, + "logicalPort": 2385, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2865, + "logicalPort": 2386, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2866, + "logicalPort": 2387, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2867, + "logicalPort": 2388, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2868, + "logicalPort": 2389, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2869, + "logicalPort": 2390, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2870, + "logicalPort": 2391, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2871, + "logicalPort": 2392, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2872, + "logicalPort": 2393, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2873, + "logicalPort": 2394, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2874, + "logicalPort": 2395, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2875, + "logicalPort": 2396, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2876, + "logicalPort": 2397, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2877, + "logicalPort": 2398, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2878, + "logicalPort": 2399, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2879, + "logicalPort": 2400, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2880, + "logicalPort": 2401, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2881, + "logicalPort": 2402, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2882, + "logicalPort": 2403, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2883, + "logicalPort": 2404, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2884, + "logicalPort": 2405, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2885, + "logicalPort": 2406, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2886, + "logicalPort": 2407, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2887, + "logicalPort": 2408, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2888, + "logicalPort": 2409, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2889, + "logicalPort": 2410, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2890, + "logicalPort": 2411, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2891, + "logicalPort": 2412, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2892, + "logicalPort": 2413, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2893, + "logicalPort": 2414, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2894, + "logicalPort": 2415, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2895, + "logicalPort": 2416, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2896, + "logicalPort": 2417, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2897, + "logicalPort": 2418, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2898, + "logicalPort": 2419, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2899, + "logicalPort": 2420, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2900, + "logicalPort": 2421, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2901, + "logicalPort": 2422, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2902, + "logicalPort": 2423, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2903, + "logicalPort": 2424, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2904, + "logicalPort": 2425, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2905, + "logicalPort": 2426, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2906, + "logicalPort": 2427, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2907, + "logicalPort": 2428, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2908, + "logicalPort": 2429, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2909, + "logicalPort": 2430, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2910, + "logicalPort": 2431, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2911, + "logicalPort": 2432, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2912, + "logicalPort": 2433, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2913, + "logicalPort": 2434, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2914, + "logicalPort": 2435, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2915, + "logicalPort": 2436, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2916, + "logicalPort": 2437, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2917, + "logicalPort": 2438, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2918, + "logicalPort": 2439, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2919, + "logicalPort": 2440, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2920, + "logicalPort": 2441, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2921, + "logicalPort": 2442, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2922, + "logicalPort": 2443, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2923, + "logicalPort": 2444, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2924, + "logicalPort": 2445, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2925, + "logicalPort": 2446, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2926, + "logicalPort": 2447, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2927, + "logicalPort": 2448, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2928, + "logicalPort": 2449, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2929, + "logicalPort": 2450, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2930, + "logicalPort": 2451, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2931, + "logicalPort": 2452, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2932, + "logicalPort": 2453, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2933, + "logicalPort": 2454, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2934, + "logicalPort": 2455, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2935, + "logicalPort": 2456, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2936, + "logicalPort": 2457, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2937, + "logicalPort": 2458, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2938, + "logicalPort": 2459, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2939, + "logicalPort": 2460, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2940, + "logicalPort": 2461, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2941, + "logicalPort": 2462, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2942, + "logicalPort": 2463, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2943, + "logicalPort": 2464, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2944, + "logicalPort": 2465, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2945, + "logicalPort": 2466, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2946, + "logicalPort": 2467, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2947, + "logicalPort": 2468, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2948, + "logicalPort": 2469, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2949, + "logicalPort": 2470, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2950, + "logicalPort": 2471, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2951, + "logicalPort": 2472, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2952, + "logicalPort": 2473, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2953, + "logicalPort": 2474, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2954, + "logicalPort": 2475, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2955, + "logicalPort": 2476, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2956, + "logicalPort": 2477, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2957, + "logicalPort": 2478, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2958, + "logicalPort": 2479, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2959, + "logicalPort": 2480, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2960, + "logicalPort": 2481, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2961, + "logicalPort": 2482, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2962, + "logicalPort": 2483, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2963, + "logicalPort": 2484, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2964, + "logicalPort": 2485, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2965, + "logicalPort": 2486, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2966, + "logicalPort": 2487, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2967, + "logicalPort": 2488, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2968, + "logicalPort": 2489, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2969, + "logicalPort": 2490, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2970, + "logicalPort": 2491, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2971, + "logicalPort": 2492, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2972, + "logicalPort": 2493, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2973, + "logicalPort": 2494, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2974, + "logicalPort": 2495, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2975, + "logicalPort": 2496, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2976, + "logicalPort": 2497, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2977, + "logicalPort": 2498, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2978, + "logicalPort": 2499, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2979, + "logicalPort": 2500, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2980, + "logicalPort": 2501, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2981, + "logicalPort": 2502, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2982, + "logicalPort": 2503, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2983, + "logicalPort": 2504, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2984, + "logicalPort": 2505, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2985, + "logicalPort": 2506, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2986, + "logicalPort": 2507, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2987, + "logicalPort": 2508, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2988, + "logicalPort": 2509, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2989, + "logicalPort": 2510, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2990, + "logicalPort": 2511, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2991, + "logicalPort": 2512, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2992, + "logicalPort": 2513, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2993, + "logicalPort": 2514, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2994, + "logicalPort": 2515, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2995, + "logicalPort": 2516, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2996, + "logicalPort": 2517, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2997, + "logicalPort": 2518, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2998, + "logicalPort": 2519, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 2999, + "logicalPort": 2520, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3000, + "logicalPort": 2521, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3001, + "logicalPort": 2522, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3002, + "logicalPort": 2523, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3003, + "logicalPort": 2524, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3004, + "logicalPort": 2525, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3005, + "logicalPort": 2526, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3006, + "logicalPort": 2527, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3007, + "logicalPort": 2528, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3008, + "logicalPort": 2529, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3009, + "logicalPort": 2530, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3010, + "logicalPort": 2531, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3011, + "logicalPort": 2532, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3012, + "logicalPort": 2533, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3013, + "logicalPort": 2534, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3014, + "logicalPort": 2535, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3015, + "logicalPort": 2536, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3016, + "logicalPort": 2537, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3017, + "logicalPort": 2538, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3018, + "logicalPort": 2539, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3019, + "logicalPort": 2540, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3020, + "logicalPort": 2541, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3021, + "logicalPort": 2542, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3022, + "logicalPort": 2543, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3023, + "logicalPort": 2544, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3024, + "logicalPort": 2545, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3025, + "logicalPort": 2546, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3026, + "logicalPort": 2547, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3027, + "logicalPort": 2548, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3028, + "logicalPort": 2549, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3029, + "logicalPort": 2550, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3030, + "logicalPort": 2551, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3031, + "logicalPort": 2552, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3032, + "logicalPort": 2553, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3033, + "logicalPort": 2554, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3034, + "logicalPort": 2555, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3035, + "logicalPort": 2556, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3036, + "logicalPort": 2557, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3037, + "logicalPort": 2558, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3038, + "logicalPort": 2559, + "spanningTreeState": 2, + "emitTags": false + }, + { + "vlanID": 3039, + "logicalPort": 2560, + "spanningTreeState": 2, + "emitTags": false + } + ], + "defaultVlan": 4094, + "interfaces": [ + { + "intfID": 2016, + "routerID": 0, + "vlanID": 2016, + "ipAddresses": [ + "2400::/64", + "10.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2017, + "routerID": 0, + "vlanID": 2017, + "ipAddresses": [ + "2401::/64", + "11.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2018, + "routerID": 0, + "vlanID": 2018, + "ipAddresses": [ + "2402::/64", + "12.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2019, + "routerID": 0, + "vlanID": 2019, + "ipAddresses": [ + "2403::/64", + "13.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2020, + "routerID": 0, + "vlanID": 2020, + "ipAddresses": [ + "2404::/64", + "14.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2021, + "routerID": 0, + "vlanID": 2021, + "ipAddresses": [ + "2405::/64", + "15.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2022, + "routerID": 0, + "vlanID": 2022, + "ipAddresses": [ + "2406::/64", + "16.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2023, + "routerID": 0, + "vlanID": 2023, + "ipAddresses": [ + "2407::/64", + "17.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2024, + "routerID": 0, + "vlanID": 2024, + "ipAddresses": [ + "2408::/64", + "18.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2025, + "routerID": 0, + "vlanID": 2025, + "ipAddresses": [ + "2409::/64", + "19.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2026, + "routerID": 0, + "vlanID": 2026, + "ipAddresses": [ + "2410::/64", + "20.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2027, + "routerID": 0, + "vlanID": 2027, + "ipAddresses": [ + "2411::/64", + "21.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2028, + "routerID": 0, + "vlanID": 2028, + "ipAddresses": [ + "2412::/64", + "22.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2029, + "routerID": 0, + "vlanID": 2029, + "ipAddresses": [ + "2413::/64", + "23.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2030, + "routerID": 0, + "vlanID": 2030, + "ipAddresses": [ + "2414::/64", + "24.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2031, + "routerID": 0, + "vlanID": 2031, + "ipAddresses": [ + "2415::/64", + "25.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2032, + "routerID": 0, + "vlanID": 2032, + "ipAddresses": [ + "2416::/64", + "26.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2033, + "routerID": 0, + "vlanID": 2033, + "ipAddresses": [ + "2417::/64", + "27.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2034, + "routerID": 0, + "vlanID": 2034, + "ipAddresses": [ + "2418::/64", + "28.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2035, + "routerID": 0, + "vlanID": 2035, + "ipAddresses": [ + "2419::/64", + "29.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2036, + "routerID": 0, + "vlanID": 2036, + "ipAddresses": [ + "2420::/64", + "30.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2037, + "routerID": 0, + "vlanID": 2037, + "ipAddresses": [ + "2421::/64", + "31.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2038, + "routerID": 0, + "vlanID": 2038, + "ipAddresses": [ + "2422::/64", + "32.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2039, + "routerID": 0, + "vlanID": 2039, + "ipAddresses": [ + "2423::/64", + "33.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2040, + "routerID": 0, + "vlanID": 2040, + "ipAddresses": [ + "2424::/64", + "34.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2041, + "routerID": 0, + "vlanID": 2041, + "ipAddresses": [ + "2425::/64", + "35.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2042, + "routerID": 0, + "vlanID": 2042, + "ipAddresses": [ + "2426::/64", + "36.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2043, + "routerID": 0, + "vlanID": 2043, + "ipAddresses": [ + "2427::/64", + "37.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2044, + "routerID": 0, + "vlanID": 2044, + "ipAddresses": [ + "2428::/64", + "38.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2045, + "routerID": 0, + "vlanID": 2045, + "ipAddresses": [ + "2429::/64", + "39.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2046, + "routerID": 0, + "vlanID": 2046, + "ipAddresses": [ + "2430::/64", + "40.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2047, + "routerID": 0, + "vlanID": 2047, + "ipAddresses": [ + "2431::/64", + "41.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2048, + "routerID": 0, + "vlanID": 2048, + "ipAddresses": [ + "2432::/64", + "42.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2049, + "routerID": 0, + "vlanID": 2049, + "ipAddresses": [ + "2433::/64", + "43.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2050, + "routerID": 0, + "vlanID": 2050, + "ipAddresses": [ + "2434::/64", + "44.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2051, + "routerID": 0, + "vlanID": 2051, + "ipAddresses": [ + "2435::/64", + "45.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2052, + "routerID": 0, + "vlanID": 2052, + "ipAddresses": [ + "2436::/64", + "46.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2053, + "routerID": 0, + "vlanID": 2053, + "ipAddresses": [ + "2437::/64", + "47.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2054, + "routerID": 0, + "vlanID": 2054, + "ipAddresses": [ + "2438::/64", + "48.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2055, + "routerID": 0, + "vlanID": 2055, + "ipAddresses": [ + "2439::/64", + "49.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2056, + "routerID": 0, + "vlanID": 2056, + "ipAddresses": [ + "2440::/64", + "50.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2057, + "routerID": 0, + "vlanID": 2057, + "ipAddresses": [ + "2441::/64", + "51.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2058, + "routerID": 0, + "vlanID": 2058, + "ipAddresses": [ + "2442::/64", + "52.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2059, + "routerID": 0, + "vlanID": 2059, + "ipAddresses": [ + "2443::/64", + "53.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2060, + "routerID": 0, + "vlanID": 2060, + "ipAddresses": [ + "2444::/64", + "54.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2061, + "routerID": 0, + "vlanID": 2061, + "ipAddresses": [ + "2445::/64", + "55.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2062, + "routerID": 0, + "vlanID": 2062, + "ipAddresses": [ + "2446::/64", + "56.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2063, + "routerID": 0, + "vlanID": 2063, + "ipAddresses": [ + "2447::/64", + "57.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2064, + "routerID": 0, + "vlanID": 2064, + "ipAddresses": [ + "2448::/64", + "58.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2065, + "routerID": 0, + "vlanID": 2065, + "ipAddresses": [ + "2449::/64", + "59.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2066, + "routerID": 0, + "vlanID": 2066, + "ipAddresses": [ + "2450::/64", + "60.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2067, + "routerID": 0, + "vlanID": 2067, + "ipAddresses": [ + "2451::/64", + "61.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2068, + "routerID": 0, + "vlanID": 2068, + "ipAddresses": [ + "2452::/64", + "62.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2069, + "routerID": 0, + "vlanID": 2069, + "ipAddresses": [ + "2453::/64", + "63.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2070, + "routerID": 0, + "vlanID": 2070, + "ipAddresses": [ + "2454::/64", + "64.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2071, + "routerID": 0, + "vlanID": 2071, + "ipAddresses": [ + "2455::/64", + "65.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2072, + "routerID": 0, + "vlanID": 2072, + "ipAddresses": [ + "2456::/64", + "66.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2073, + "routerID": 0, + "vlanID": 2073, + "ipAddresses": [ + "2457::/64", + "67.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2074, + "routerID": 0, + "vlanID": 2074, + "ipAddresses": [ + "2458::/64", + "68.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2075, + "routerID": 0, + "vlanID": 2075, + "ipAddresses": [ + "2459::/64", + "69.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2076, + "routerID": 0, + "vlanID": 2076, + "ipAddresses": [ + "2460::/64", + "70.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2077, + "routerID": 0, + "vlanID": 2077, + "ipAddresses": [ + "2461::/64", + "71.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2078, + "routerID": 0, + "vlanID": 2078, + "ipAddresses": [ + "2462::/64", + "72.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2079, + "routerID": 0, + "vlanID": 2079, + "ipAddresses": [ + "2463::/64", + "73.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2080, + "routerID": 0, + "vlanID": 2080, + "ipAddresses": [ + "2464::/64", + "74.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2081, + "routerID": 0, + "vlanID": 2081, + "ipAddresses": [ + "2465::/64", + "75.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2082, + "routerID": 0, + "vlanID": 2082, + "ipAddresses": [ + "2466::/64", + "76.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2083, + "routerID": 0, + "vlanID": 2083, + "ipAddresses": [ + "2467::/64", + "77.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2084, + "routerID": 0, + "vlanID": 2084, + "ipAddresses": [ + "2468::/64", + "78.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2085, + "routerID": 0, + "vlanID": 2085, + "ipAddresses": [ + "2469::/64", + "79.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2086, + "routerID": 0, + "vlanID": 2086, + "ipAddresses": [ + "2470::/64", + "80.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2087, + "routerID": 0, + "vlanID": 2087, + "ipAddresses": [ + "2471::/64", + "81.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2088, + "routerID": 0, + "vlanID": 2088, + "ipAddresses": [ + "2472::/64", + "82.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2089, + "routerID": 0, + "vlanID": 2089, + "ipAddresses": [ + "2473::/64", + "83.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2090, + "routerID": 0, + "vlanID": 2090, + "ipAddresses": [ + "2474::/64", + "84.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2091, + "routerID": 0, + "vlanID": 2091, + "ipAddresses": [ + "2475::/64", + "85.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2092, + "routerID": 0, + "vlanID": 2092, + "ipAddresses": [ + "2476::/64", + "86.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2093, + "routerID": 0, + "vlanID": 2093, + "ipAddresses": [ + "2477::/64", + "87.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2094, + "routerID": 0, + "vlanID": 2094, + "ipAddresses": [ + "2478::/64", + "88.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2095, + "routerID": 0, + "vlanID": 2095, + "ipAddresses": [ + "2479::/64", + "89.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2096, + "routerID": 0, + "vlanID": 2096, + "ipAddresses": [ + "2480::/64", + "90.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2097, + "routerID": 0, + "vlanID": 2097, + "ipAddresses": [ + "2481::/64", + "91.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2098, + "routerID": 0, + "vlanID": 2098, + "ipAddresses": [ + "2482::/64", + "92.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2099, + "routerID": 0, + "vlanID": 2099, + "ipAddresses": [ + "2483::/64", + "93.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2100, + "routerID": 0, + "vlanID": 2100, + "ipAddresses": [ + "2484::/64", + "94.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2101, + "routerID": 0, + "vlanID": 2101, + "ipAddresses": [ + "2485::/64", + "95.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2102, + "routerID": 0, + "vlanID": 2102, + "ipAddresses": [ + "2486::/64", + "96.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2103, + "routerID": 0, + "vlanID": 2103, + "ipAddresses": [ + "2487::/64", + "97.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2104, + "routerID": 0, + "vlanID": 2104, + "ipAddresses": [ + "2488::/64", + "98.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2105, + "routerID": 0, + "vlanID": 2105, + "ipAddresses": [ + "2489::/64", + "99.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2106, + "routerID": 0, + "vlanID": 2106, + "ipAddresses": [ + "2490::/64", + "100.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2107, + "routerID": 0, + "vlanID": 2107, + "ipAddresses": [ + "2491::/64", + "101.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2108, + "routerID": 0, + "vlanID": 2108, + "ipAddresses": [ + "2492::/64", + "102.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2109, + "routerID": 0, + "vlanID": 2109, + "ipAddresses": [ + "2493::/64", + "103.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2110, + "routerID": 0, + "vlanID": 2110, + "ipAddresses": [ + "2494::/64", + "104.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2111, + "routerID": 0, + "vlanID": 2111, + "ipAddresses": [ + "2495::/64", + "105.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2112, + "routerID": 0, + "vlanID": 2112, + "ipAddresses": [ + "2496::/64", + "106.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2113, + "routerID": 0, + "vlanID": 2113, + "ipAddresses": [ + "2497::/64", + "107.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2114, + "routerID": 0, + "vlanID": 2114, + "ipAddresses": [ + "2498::/64", + "108.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2115, + "routerID": 0, + "vlanID": 2115, + "ipAddresses": [ + "2499::/64", + "109.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2116, + "routerID": 0, + "vlanID": 2116, + "ipAddresses": [ + "2500::/64", + "110.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2117, + "routerID": 0, + "vlanID": 2117, + "ipAddresses": [ + "2501::/64", + "111.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2118, + "routerID": 0, + "vlanID": 2118, + "ipAddresses": [ + "2502::/64", + "112.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2119, + "routerID": 0, + "vlanID": 2119, + "ipAddresses": [ + "2503::/64", + "113.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2120, + "routerID": 0, + "vlanID": 2120, + "ipAddresses": [ + "2504::/64", + "114.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2121, + "routerID": 0, + "vlanID": 2121, + "ipAddresses": [ + "2505::/64", + "115.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2122, + "routerID": 0, + "vlanID": 2122, + "ipAddresses": [ + "2506::/64", + "116.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2123, + "routerID": 0, + "vlanID": 2123, + "ipAddresses": [ + "2507::/64", + "117.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2124, + "routerID": 0, + "vlanID": 2124, + "ipAddresses": [ + "2508::/64", + "118.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2125, + "routerID": 0, + "vlanID": 2125, + "ipAddresses": [ + "2509::/64", + "119.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2126, + "routerID": 0, + "vlanID": 2126, + "ipAddresses": [ + "2510::/64", + "120.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2127, + "routerID": 0, + "vlanID": 2127, + "ipAddresses": [ + "2511::/64", + "121.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2128, + "routerID": 0, + "vlanID": 2128, + "ipAddresses": [ + "2512::/64", + "122.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2129, + "routerID": 0, + "vlanID": 2129, + "ipAddresses": [ + "2513::/64", + "123.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2130, + "routerID": 0, + "vlanID": 2130, + "ipAddresses": [ + "2514::/64", + "124.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2131, + "routerID": 0, + "vlanID": 2131, + "ipAddresses": [ + "2515::/64", + "125.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2132, + "routerID": 0, + "vlanID": 2132, + "ipAddresses": [ + "2516::/64", + "126.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2133, + "routerID": 0, + "vlanID": 2133, + "ipAddresses": [ + "2517::/64", + "127.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2134, + "routerID": 0, + "vlanID": 2134, + "ipAddresses": [ + "2518::/64", + "128.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2135, + "routerID": 0, + "vlanID": 2135, + "ipAddresses": [ + "2519::/64", + "129.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2136, + "routerID": 0, + "vlanID": 2136, + "ipAddresses": [ + "2520::/64", + "130.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2137, + "routerID": 0, + "vlanID": 2137, + "ipAddresses": [ + "2521::/64", + "131.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2138, + "routerID": 0, + "vlanID": 2138, + "ipAddresses": [ + "2522::/64", + "132.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2139, + "routerID": 0, + "vlanID": 2139, + "ipAddresses": [ + "2523::/64", + "133.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2140, + "routerID": 0, + "vlanID": 2140, + "ipAddresses": [ + "2524::/64", + "134.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2141, + "routerID": 0, + "vlanID": 2141, + "ipAddresses": [ + "2525::/64", + "135.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2142, + "routerID": 0, + "vlanID": 2142, + "ipAddresses": [ + "2526::/64", + "136.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2143, + "routerID": 0, + "vlanID": 2143, + "ipAddresses": [ + "2527::/64", + "137.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2144, + "routerID": 0, + "vlanID": 2144, + "ipAddresses": [ + "2528::/64", + "138.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2145, + "routerID": 0, + "vlanID": 2145, + "ipAddresses": [ + "2529::/64", + "139.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2146, + "routerID": 0, + "vlanID": 2146, + "ipAddresses": [ + "2530::/64", + "140.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2147, + "routerID": 0, + "vlanID": 2147, + "ipAddresses": [ + "2531::/64", + "141.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2148, + "routerID": 0, + "vlanID": 2148, + "ipAddresses": [ + "2532::/64", + "142.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2149, + "routerID": 0, + "vlanID": 2149, + "ipAddresses": [ + "2533::/64", + "143.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2150, + "routerID": 0, + "vlanID": 2150, + "ipAddresses": [ + "2534::/64", + "144.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2151, + "routerID": 0, + "vlanID": 2151, + "ipAddresses": [ + "2535::/64", + "145.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2152, + "routerID": 0, + "vlanID": 2152, + "ipAddresses": [ + "2536::/64", + "146.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2153, + "routerID": 0, + "vlanID": 2153, + "ipAddresses": [ + "2537::/64", + "147.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2154, + "routerID": 0, + "vlanID": 2154, + "ipAddresses": [ + "2538::/64", + "148.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2155, + "routerID": 0, + "vlanID": 2155, + "ipAddresses": [ + "2539::/64", + "149.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2156, + "routerID": 0, + "vlanID": 2156, + "ipAddresses": [ + "2540::/64", + "150.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2157, + "routerID": 0, + "vlanID": 2157, + "ipAddresses": [ + "2541::/64", + "151.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2158, + "routerID": 0, + "vlanID": 2158, + "ipAddresses": [ + "2542::/64", + "152.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2159, + "routerID": 0, + "vlanID": 2159, + "ipAddresses": [ + "2543::/64", + "153.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2160, + "routerID": 0, + "vlanID": 2160, + "ipAddresses": [ + "2544::/64", + "154.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2161, + "routerID": 0, + "vlanID": 2161, + "ipAddresses": [ + "2545::/64", + "155.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2162, + "routerID": 0, + "vlanID": 2162, + "ipAddresses": [ + "2546::/64", + "156.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2163, + "routerID": 0, + "vlanID": 2163, + "ipAddresses": [ + "2547::/64", + "157.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2164, + "routerID": 0, + "vlanID": 2164, + "ipAddresses": [ + "2548::/64", + "158.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2165, + "routerID": 0, + "vlanID": 2165, + "ipAddresses": [ + "2549::/64", + "159.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2166, + "routerID": 0, + "vlanID": 2166, + "ipAddresses": [ + "2550::/64", + "160.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2167, + "routerID": 0, + "vlanID": 2167, + "ipAddresses": [ + "2551::/64", + "161.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2168, + "routerID": 0, + "vlanID": 2168, + "ipAddresses": [ + "2552::/64", + "162.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2169, + "routerID": 0, + "vlanID": 2169, + "ipAddresses": [ + "2553::/64", + "163.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2170, + "routerID": 0, + "vlanID": 2170, + "ipAddresses": [ + "2554::/64", + "164.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2171, + "routerID": 0, + "vlanID": 2171, + "ipAddresses": [ + "2555::/64", + "165.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2172, + "routerID": 0, + "vlanID": 2172, + "ipAddresses": [ + "2556::/64", + "166.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2173, + "routerID": 0, + "vlanID": 2173, + "ipAddresses": [ + "2557::/64", + "167.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2174, + "routerID": 0, + "vlanID": 2174, + "ipAddresses": [ + "2558::/64", + "168.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2175, + "routerID": 0, + "vlanID": 2175, + "ipAddresses": [ + "2559::/64", + "169.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2176, + "routerID": 0, + "vlanID": 2176, + "ipAddresses": [ + "2560::/64", + "170.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2177, + "routerID": 0, + "vlanID": 2177, + "ipAddresses": [ + "2561::/64", + "171.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2178, + "routerID": 0, + "vlanID": 2178, + "ipAddresses": [ + "2562::/64", + "172.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2179, + "routerID": 0, + "vlanID": 2179, + "ipAddresses": [ + "2563::/64", + "173.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2180, + "routerID": 0, + "vlanID": 2180, + "ipAddresses": [ + "2564::/64", + "174.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2181, + "routerID": 0, + "vlanID": 2181, + "ipAddresses": [ + "2565::/64", + "175.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2182, + "routerID": 0, + "vlanID": 2182, + "ipAddresses": [ + "2566::/64", + "176.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2183, + "routerID": 0, + "vlanID": 2183, + "ipAddresses": [ + "2567::/64", + "177.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2184, + "routerID": 0, + "vlanID": 2184, + "ipAddresses": [ + "2568::/64", + "178.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2185, + "routerID": 0, + "vlanID": 2185, + "ipAddresses": [ + "2569::/64", + "179.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2186, + "routerID": 0, + "vlanID": 2186, + "ipAddresses": [ + "2570::/64", + "180.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2187, + "routerID": 0, + "vlanID": 2187, + "ipAddresses": [ + "2571::/64", + "181.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2188, + "routerID": 0, + "vlanID": 2188, + "ipAddresses": [ + "2572::/64", + "182.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2189, + "routerID": 0, + "vlanID": 2189, + "ipAddresses": [ + "2573::/64", + "183.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2190, + "routerID": 0, + "vlanID": 2190, + "ipAddresses": [ + "2574::/64", + "184.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2191, + "routerID": 0, + "vlanID": 2191, + "ipAddresses": [ + "2575::/64", + "185.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2192, + "routerID": 0, + "vlanID": 2192, + "ipAddresses": [ + "2576::/64", + "186.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2193, + "routerID": 0, + "vlanID": 2193, + "ipAddresses": [ + "2577::/64", + "187.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2194, + "routerID": 0, + "vlanID": 2194, + "ipAddresses": [ + "2578::/64", + "188.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2195, + "routerID": 0, + "vlanID": 2195, + "ipAddresses": [ + "2579::/64", + "189.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2196, + "routerID": 0, + "vlanID": 2196, + "ipAddresses": [ + "2580::/64", + "190.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2197, + "routerID": 0, + "vlanID": 2197, + "ipAddresses": [ + "2581::/64", + "191.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2198, + "routerID": 0, + "vlanID": 2198, + "ipAddresses": [ + "2582::/64", + "192.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2199, + "routerID": 0, + "vlanID": 2199, + "ipAddresses": [ + "2583::/64", + "193.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2200, + "routerID": 0, + "vlanID": 2200, + "ipAddresses": [ + "2584::/64", + "194.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2201, + "routerID": 0, + "vlanID": 2201, + "ipAddresses": [ + "2585::/64", + "195.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2202, + "routerID": 0, + "vlanID": 2202, + "ipAddresses": [ + "2586::/64", + "196.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2203, + "routerID": 0, + "vlanID": 2203, + "ipAddresses": [ + "2587::/64", + "197.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2204, + "routerID": 0, + "vlanID": 2204, + "ipAddresses": [ + "2588::/64", + "198.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2205, + "routerID": 0, + "vlanID": 2205, + "ipAddresses": [ + "2589::/64", + "199.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2206, + "routerID": 0, + "vlanID": 2206, + "ipAddresses": [ + "2590::/64", + "200.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2207, + "routerID": 0, + "vlanID": 2207, + "ipAddresses": [ + "2591::/64", + "201.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2208, + "routerID": 0, + "vlanID": 2208, + "ipAddresses": [ + "2592::/64", + "202.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2209, + "routerID": 0, + "vlanID": 2209, + "ipAddresses": [ + "2593::/64", + "203.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2210, + "routerID": 0, + "vlanID": 2210, + "ipAddresses": [ + "2594::/64", + "204.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2211, + "routerID": 0, + "vlanID": 2211, + "ipAddresses": [ + "2595::/64", + "205.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2212, + "routerID": 0, + "vlanID": 2212, + "ipAddresses": [ + "2596::/64", + "206.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2213, + "routerID": 0, + "vlanID": 2213, + "ipAddresses": [ + "2597::/64", + "207.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2214, + "routerID": 0, + "vlanID": 2214, + "ipAddresses": [ + "2598::/64", + "208.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2215, + "routerID": 0, + "vlanID": 2215, + "ipAddresses": [ + "2599::/64", + "209.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2216, + "routerID": 0, + "vlanID": 2216, + "ipAddresses": [ + "2600::/64", + "210.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2217, + "routerID": 0, + "vlanID": 2217, + "ipAddresses": [ + "2601::/64", + "211.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2218, + "routerID": 0, + "vlanID": 2218, + "ipAddresses": [ + "2602::/64", + "212.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2219, + "routerID": 0, + "vlanID": 2219, + "ipAddresses": [ + "2603::/64", + "213.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2220, + "routerID": 0, + "vlanID": 2220, + "ipAddresses": [ + "2604::/64", + "214.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2221, + "routerID": 0, + "vlanID": 2221, + "ipAddresses": [ + "2605::/64", + "215.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2222, + "routerID": 0, + "vlanID": 2222, + "ipAddresses": [ + "2606::/64", + "216.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2223, + "routerID": 0, + "vlanID": 2223, + "ipAddresses": [ + "2607::/64", + "217.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2224, + "routerID": 0, + "vlanID": 2224, + "ipAddresses": [ + "2608::/64", + "218.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2225, + "routerID": 0, + "vlanID": 2225, + "ipAddresses": [ + "2609::/64", + "219.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2226, + "routerID": 0, + "vlanID": 2226, + "ipAddresses": [ + "2610::/64", + "220.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2227, + "routerID": 0, + "vlanID": 2227, + "ipAddresses": [ + "2611::/64", + "221.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2228, + "routerID": 0, + "vlanID": 2228, + "ipAddresses": [ + "2612::/64", + "222.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2229, + "routerID": 0, + "vlanID": 2229, + "ipAddresses": [ + "2613::/64", + "223.0.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2230, + "routerID": 0, + "vlanID": 2230, + "ipAddresses": [ + "2614::/64", + "10.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2231, + "routerID": 0, + "vlanID": 2231, + "ipAddresses": [ + "2615::/64", + "11.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2232, + "routerID": 0, + "vlanID": 2232, + "ipAddresses": [ + "2616::/64", + "12.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2233, + "routerID": 0, + "vlanID": 2233, + "ipAddresses": [ + "2617::/64", + "13.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2234, + "routerID": 0, + "vlanID": 2234, + "ipAddresses": [ + "2618::/64", + "14.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2235, + "routerID": 0, + "vlanID": 2235, + "ipAddresses": [ + "2619::/64", + "15.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2236, + "routerID": 0, + "vlanID": 2236, + "ipAddresses": [ + "2620::/64", + "16.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2237, + "routerID": 0, + "vlanID": 2237, + "ipAddresses": [ + "2621::/64", + "17.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2238, + "routerID": 0, + "vlanID": 2238, + "ipAddresses": [ + "2622::/64", + "18.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2239, + "routerID": 0, + "vlanID": 2239, + "ipAddresses": [ + "2623::/64", + "19.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2240, + "routerID": 0, + "vlanID": 2240, + "ipAddresses": [ + "2624::/64", + "20.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2241, + "routerID": 0, + "vlanID": 2241, + "ipAddresses": [ + "2625::/64", + "21.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2242, + "routerID": 0, + "vlanID": 2242, + "ipAddresses": [ + "2626::/64", + "22.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2243, + "routerID": 0, + "vlanID": 2243, + "ipAddresses": [ + "2627::/64", + "23.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2244, + "routerID": 0, + "vlanID": 2244, + "ipAddresses": [ + "2628::/64", + "24.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2245, + "routerID": 0, + "vlanID": 2245, + "ipAddresses": [ + "2629::/64", + "25.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2246, + "routerID": 0, + "vlanID": 2246, + "ipAddresses": [ + "2630::/64", + "26.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2247, + "routerID": 0, + "vlanID": 2247, + "ipAddresses": [ + "2631::/64", + "27.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2248, + "routerID": 0, + "vlanID": 2248, + "ipAddresses": [ + "2632::/64", + "28.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2249, + "routerID": 0, + "vlanID": 2249, + "ipAddresses": [ + "2633::/64", + "29.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2250, + "routerID": 0, + "vlanID": 2250, + "ipAddresses": [ + "2634::/64", + "30.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2251, + "routerID": 0, + "vlanID": 2251, + "ipAddresses": [ + "2635::/64", + "31.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2252, + "routerID": 0, + "vlanID": 2252, + "ipAddresses": [ + "2636::/64", + "32.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2253, + "routerID": 0, + "vlanID": 2253, + "ipAddresses": [ + "2637::/64", + "33.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2254, + "routerID": 0, + "vlanID": 2254, + "ipAddresses": [ + "2638::/64", + "34.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2255, + "routerID": 0, + "vlanID": 2255, + "ipAddresses": [ + "2639::/64", + "35.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2256, + "routerID": 0, + "vlanID": 2256, + "ipAddresses": [ + "2640::/64", + "36.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2257, + "routerID": 0, + "vlanID": 2257, + "ipAddresses": [ + "2641::/64", + "37.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2258, + "routerID": 0, + "vlanID": 2258, + "ipAddresses": [ + "2642::/64", + "38.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2259, + "routerID": 0, + "vlanID": 2259, + "ipAddresses": [ + "2643::/64", + "39.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2260, + "routerID": 0, + "vlanID": 2260, + "ipAddresses": [ + "2644::/64", + "40.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2261, + "routerID": 0, + "vlanID": 2261, + "ipAddresses": [ + "2645::/64", + "41.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2262, + "routerID": 0, + "vlanID": 2262, + "ipAddresses": [ + "2646::/64", + "42.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2263, + "routerID": 0, + "vlanID": 2263, + "ipAddresses": [ + "2647::/64", + "43.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2264, + "routerID": 0, + "vlanID": 2264, + "ipAddresses": [ + "2648::/64", + "44.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2265, + "routerID": 0, + "vlanID": 2265, + "ipAddresses": [ + "2649::/64", + "45.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2266, + "routerID": 0, + "vlanID": 2266, + "ipAddresses": [ + "2650::/64", + "46.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2267, + "routerID": 0, + "vlanID": 2267, + "ipAddresses": [ + "2651::/64", + "47.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2268, + "routerID": 0, + "vlanID": 2268, + "ipAddresses": [ + "2652::/64", + "48.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2269, + "routerID": 0, + "vlanID": 2269, + "ipAddresses": [ + "2653::/64", + "49.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2270, + "routerID": 0, + "vlanID": 2270, + "ipAddresses": [ + "2654::/64", + "50.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2271, + "routerID": 0, + "vlanID": 2271, + "ipAddresses": [ + "2655::/64", + "51.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2272, + "routerID": 0, + "vlanID": 2272, + "ipAddresses": [ + "2656::/64", + "52.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2273, + "routerID": 0, + "vlanID": 2273, + "ipAddresses": [ + "2657::/64", + "53.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2274, + "routerID": 0, + "vlanID": 2274, + "ipAddresses": [ + "2658::/64", + "54.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2275, + "routerID": 0, + "vlanID": 2275, + "ipAddresses": [ + "2659::/64", + "55.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2276, + "routerID": 0, + "vlanID": 2276, + "ipAddresses": [ + "2660::/64", + "56.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2277, + "routerID": 0, + "vlanID": 2277, + "ipAddresses": [ + "2661::/64", + "57.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2278, + "routerID": 0, + "vlanID": 2278, + "ipAddresses": [ + "2662::/64", + "58.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2279, + "routerID": 0, + "vlanID": 2279, + "ipAddresses": [ + "2663::/64", + "59.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2280, + "routerID": 0, + "vlanID": 2280, + "ipAddresses": [ + "2664::/64", + "60.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2281, + "routerID": 0, + "vlanID": 2281, + "ipAddresses": [ + "2665::/64", + "61.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2282, + "routerID": 0, + "vlanID": 2282, + "ipAddresses": [ + "2666::/64", + "62.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2283, + "routerID": 0, + "vlanID": 2283, + "ipAddresses": [ + "2667::/64", + "63.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2284, + "routerID": 0, + "vlanID": 2284, + "ipAddresses": [ + "2668::/64", + "64.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2285, + "routerID": 0, + "vlanID": 2285, + "ipAddresses": [ + "2669::/64", + "65.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2286, + "routerID": 0, + "vlanID": 2286, + "ipAddresses": [ + "2670::/64", + "66.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2287, + "routerID": 0, + "vlanID": 2287, + "ipAddresses": [ + "2671::/64", + "67.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2288, + "routerID": 0, + "vlanID": 2288, + "ipAddresses": [ + "2672::/64", + "68.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2289, + "routerID": 0, + "vlanID": 2289, + "ipAddresses": [ + "2673::/64", + "69.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2290, + "routerID": 0, + "vlanID": 2290, + "ipAddresses": [ + "2674::/64", + "70.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2291, + "routerID": 0, + "vlanID": 2291, + "ipAddresses": [ + "2675::/64", + "71.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2292, + "routerID": 0, + "vlanID": 2292, + "ipAddresses": [ + "2676::/64", + "72.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2293, + "routerID": 0, + "vlanID": 2293, + "ipAddresses": [ + "2677::/64", + "73.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2294, + "routerID": 0, + "vlanID": 2294, + "ipAddresses": [ + "2678::/64", + "74.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2295, + "routerID": 0, + "vlanID": 2295, + "ipAddresses": [ + "2679::/64", + "75.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2296, + "routerID": 0, + "vlanID": 2296, + "ipAddresses": [ + "2680::/64", + "76.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2297, + "routerID": 0, + "vlanID": 2297, + "ipAddresses": [ + "2681::/64", + "77.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2298, + "routerID": 0, + "vlanID": 2298, + "ipAddresses": [ + "2682::/64", + "78.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2299, + "routerID": 0, + "vlanID": 2299, + "ipAddresses": [ + "2683::/64", + "79.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2300, + "routerID": 0, + "vlanID": 2300, + "ipAddresses": [ + "2684::/64", + "80.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2301, + "routerID": 0, + "vlanID": 2301, + "ipAddresses": [ + "2685::/64", + "81.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2302, + "routerID": 0, + "vlanID": 2302, + "ipAddresses": [ + "2686::/64", + "82.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2303, + "routerID": 0, + "vlanID": 2303, + "ipAddresses": [ + "2687::/64", + "83.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2304, + "routerID": 0, + "vlanID": 2304, + "ipAddresses": [ + "2688::/64", + "84.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2305, + "routerID": 0, + "vlanID": 2305, + "ipAddresses": [ + "2689::/64", + "85.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2306, + "routerID": 0, + "vlanID": 2306, + "ipAddresses": [ + "2690::/64", + "86.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2307, + "routerID": 0, + "vlanID": 2307, + "ipAddresses": [ + "2691::/64", + "87.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2308, + "routerID": 0, + "vlanID": 2308, + "ipAddresses": [ + "2692::/64", + "88.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2309, + "routerID": 0, + "vlanID": 2309, + "ipAddresses": [ + "2693::/64", + "89.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2310, + "routerID": 0, + "vlanID": 2310, + "ipAddresses": [ + "2694::/64", + "90.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2311, + "routerID": 0, + "vlanID": 2311, + "ipAddresses": [ + "2695::/64", + "91.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2312, + "routerID": 0, + "vlanID": 2312, + "ipAddresses": [ + "2696::/64", + "92.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2313, + "routerID": 0, + "vlanID": 2313, + "ipAddresses": [ + "2697::/64", + "93.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2314, + "routerID": 0, + "vlanID": 2314, + "ipAddresses": [ + "2698::/64", + "94.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2315, + "routerID": 0, + "vlanID": 2315, + "ipAddresses": [ + "2699::/64", + "95.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2316, + "routerID": 0, + "vlanID": 2316, + "ipAddresses": [ + "2700::/64", + "96.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2317, + "routerID": 0, + "vlanID": 2317, + "ipAddresses": [ + "2701::/64", + "97.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2318, + "routerID": 0, + "vlanID": 2318, + "ipAddresses": [ + "2702::/64", + "98.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2319, + "routerID": 0, + "vlanID": 2319, + "ipAddresses": [ + "2703::/64", + "99.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2320, + "routerID": 0, + "vlanID": 2320, + "ipAddresses": [ + "2704::/64", + "100.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2321, + "routerID": 0, + "vlanID": 2321, + "ipAddresses": [ + "2705::/64", + "101.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2322, + "routerID": 0, + "vlanID": 2322, + "ipAddresses": [ + "2706::/64", + "102.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2323, + "routerID": 0, + "vlanID": 2323, + "ipAddresses": [ + "2707::/64", + "103.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2324, + "routerID": 0, + "vlanID": 2324, + "ipAddresses": [ + "2708::/64", + "104.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2325, + "routerID": 0, + "vlanID": 2325, + "ipAddresses": [ + "2709::/64", + "105.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2326, + "routerID": 0, + "vlanID": 2326, + "ipAddresses": [ + "2710::/64", + "106.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2327, + "routerID": 0, + "vlanID": 2327, + "ipAddresses": [ + "2711::/64", + "107.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2328, + "routerID": 0, + "vlanID": 2328, + "ipAddresses": [ + "2712::/64", + "108.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2329, + "routerID": 0, + "vlanID": 2329, + "ipAddresses": [ + "2713::/64", + "109.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2330, + "routerID": 0, + "vlanID": 2330, + "ipAddresses": [ + "2714::/64", + "110.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2331, + "routerID": 0, + "vlanID": 2331, + "ipAddresses": [ + "2715::/64", + "111.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2332, + "routerID": 0, + "vlanID": 2332, + "ipAddresses": [ + "2716::/64", + "112.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2333, + "routerID": 0, + "vlanID": 2333, + "ipAddresses": [ + "2717::/64", + "113.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2334, + "routerID": 0, + "vlanID": 2334, + "ipAddresses": [ + "2718::/64", + "114.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2335, + "routerID": 0, + "vlanID": 2335, + "ipAddresses": [ + "2719::/64", + "115.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2336, + "routerID": 0, + "vlanID": 2336, + "ipAddresses": [ + "2720::/64", + "116.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2337, + "routerID": 0, + "vlanID": 2337, + "ipAddresses": [ + "2721::/64", + "117.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2338, + "routerID": 0, + "vlanID": 2338, + "ipAddresses": [ + "2722::/64", + "118.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2339, + "routerID": 0, + "vlanID": 2339, + "ipAddresses": [ + "2723::/64", + "119.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2340, + "routerID": 0, + "vlanID": 2340, + "ipAddresses": [ + "2724::/64", + "120.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2341, + "routerID": 0, + "vlanID": 2341, + "ipAddresses": [ + "2725::/64", + "121.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2342, + "routerID": 0, + "vlanID": 2342, + "ipAddresses": [ + "2726::/64", + "122.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2343, + "routerID": 0, + "vlanID": 2343, + "ipAddresses": [ + "2727::/64", + "123.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2344, + "routerID": 0, + "vlanID": 2344, + "ipAddresses": [ + "2728::/64", + "124.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2345, + "routerID": 0, + "vlanID": 2345, + "ipAddresses": [ + "2729::/64", + "125.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2346, + "routerID": 0, + "vlanID": 2346, + "ipAddresses": [ + "2730::/64", + "126.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2347, + "routerID": 0, + "vlanID": 2347, + "ipAddresses": [ + "2731::/64", + "127.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2348, + "routerID": 0, + "vlanID": 2348, + "ipAddresses": [ + "2732::/64", + "128.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2349, + "routerID": 0, + "vlanID": 2349, + "ipAddresses": [ + "2733::/64", + "129.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2350, + "routerID": 0, + "vlanID": 2350, + "ipAddresses": [ + "2734::/64", + "130.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2351, + "routerID": 0, + "vlanID": 2351, + "ipAddresses": [ + "2735::/64", + "131.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2352, + "routerID": 0, + "vlanID": 2352, + "ipAddresses": [ + "2736::/64", + "132.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2353, + "routerID": 0, + "vlanID": 2353, + "ipAddresses": [ + "2737::/64", + "133.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2354, + "routerID": 0, + "vlanID": 2354, + "ipAddresses": [ + "2738::/64", + "134.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2355, + "routerID": 0, + "vlanID": 2355, + "ipAddresses": [ + "2739::/64", + "135.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2356, + "routerID": 0, + "vlanID": 2356, + "ipAddresses": [ + "2740::/64", + "136.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2357, + "routerID": 0, + "vlanID": 2357, + "ipAddresses": [ + "2741::/64", + "137.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2358, + "routerID": 0, + "vlanID": 2358, + "ipAddresses": [ + "2742::/64", + "138.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2359, + "routerID": 0, + "vlanID": 2359, + "ipAddresses": [ + "2743::/64", + "139.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2360, + "routerID": 0, + "vlanID": 2360, + "ipAddresses": [ + "2744::/64", + "140.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2361, + "routerID": 0, + "vlanID": 2361, + "ipAddresses": [ + "2745::/64", + "141.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2362, + "routerID": 0, + "vlanID": 2362, + "ipAddresses": [ + "2746::/64", + "142.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2363, + "routerID": 0, + "vlanID": 2363, + "ipAddresses": [ + "2747::/64", + "143.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2364, + "routerID": 0, + "vlanID": 2364, + "ipAddresses": [ + "2748::/64", + "144.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2365, + "routerID": 0, + "vlanID": 2365, + "ipAddresses": [ + "2749::/64", + "145.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2366, + "routerID": 0, + "vlanID": 2366, + "ipAddresses": [ + "2750::/64", + "146.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2367, + "routerID": 0, + "vlanID": 2367, + "ipAddresses": [ + "2751::/64", + "147.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2368, + "routerID": 0, + "vlanID": 2368, + "ipAddresses": [ + "2752::/64", + "148.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2369, + "routerID": 0, + "vlanID": 2369, + "ipAddresses": [ + "2753::/64", + "149.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2370, + "routerID": 0, + "vlanID": 2370, + "ipAddresses": [ + "2754::/64", + "150.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2371, + "routerID": 0, + "vlanID": 2371, + "ipAddresses": [ + "2755::/64", + "151.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2372, + "routerID": 0, + "vlanID": 2372, + "ipAddresses": [ + "2756::/64", + "152.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2373, + "routerID": 0, + "vlanID": 2373, + "ipAddresses": [ + "2757::/64", + "153.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2374, + "routerID": 0, + "vlanID": 2374, + "ipAddresses": [ + "2758::/64", + "154.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2375, + "routerID": 0, + "vlanID": 2375, + "ipAddresses": [ + "2759::/64", + "155.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2376, + "routerID": 0, + "vlanID": 2376, + "ipAddresses": [ + "2760::/64", + "156.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2377, + "routerID": 0, + "vlanID": 2377, + "ipAddresses": [ + "2761::/64", + "157.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2378, + "routerID": 0, + "vlanID": 2378, + "ipAddresses": [ + "2762::/64", + "158.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2379, + "routerID": 0, + "vlanID": 2379, + "ipAddresses": [ + "2763::/64", + "159.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2380, + "routerID": 0, + "vlanID": 2380, + "ipAddresses": [ + "2764::/64", + "160.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2381, + "routerID": 0, + "vlanID": 2381, + "ipAddresses": [ + "2765::/64", + "161.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2382, + "routerID": 0, + "vlanID": 2382, + "ipAddresses": [ + "2766::/64", + "162.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2383, + "routerID": 0, + "vlanID": 2383, + "ipAddresses": [ + "2767::/64", + "163.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2384, + "routerID": 0, + "vlanID": 2384, + "ipAddresses": [ + "2768::/64", + "164.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2385, + "routerID": 0, + "vlanID": 2385, + "ipAddresses": [ + "2769::/64", + "165.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2386, + "routerID": 0, + "vlanID": 2386, + "ipAddresses": [ + "2770::/64", + "166.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2387, + "routerID": 0, + "vlanID": 2387, + "ipAddresses": [ + "2771::/64", + "167.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2388, + "routerID": 0, + "vlanID": 2388, + "ipAddresses": [ + "2772::/64", + "168.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2389, + "routerID": 0, + "vlanID": 2389, + "ipAddresses": [ + "2773::/64", + "169.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2390, + "routerID": 0, + "vlanID": 2390, + "ipAddresses": [ + "2774::/64", + "170.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2391, + "routerID": 0, + "vlanID": 2391, + "ipAddresses": [ + "2775::/64", + "171.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2392, + "routerID": 0, + "vlanID": 2392, + "ipAddresses": [ + "2776::/64", + "172.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2393, + "routerID": 0, + "vlanID": 2393, + "ipAddresses": [ + "2777::/64", + "173.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2394, + "routerID": 0, + "vlanID": 2394, + "ipAddresses": [ + "2778::/64", + "174.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2395, + "routerID": 0, + "vlanID": 2395, + "ipAddresses": [ + "2779::/64", + "175.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2396, + "routerID": 0, + "vlanID": 2396, + "ipAddresses": [ + "2780::/64", + "176.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2397, + "routerID": 0, + "vlanID": 2397, + "ipAddresses": [ + "2781::/64", + "177.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2398, + "routerID": 0, + "vlanID": 2398, + "ipAddresses": [ + "2782::/64", + "178.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2399, + "routerID": 0, + "vlanID": 2399, + "ipAddresses": [ + "2783::/64", + "179.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2400, + "routerID": 0, + "vlanID": 2400, + "ipAddresses": [ + "2784::/64", + "180.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2401, + "routerID": 0, + "vlanID": 2401, + "ipAddresses": [ + "2785::/64", + "181.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2402, + "routerID": 0, + "vlanID": 2402, + "ipAddresses": [ + "2786::/64", + "182.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2403, + "routerID": 0, + "vlanID": 2403, + "ipAddresses": [ + "2787::/64", + "183.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2404, + "routerID": 0, + "vlanID": 2404, + "ipAddresses": [ + "2788::/64", + "184.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2405, + "routerID": 0, + "vlanID": 2405, + "ipAddresses": [ + "2789::/64", + "185.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2406, + "routerID": 0, + "vlanID": 2406, + "ipAddresses": [ + "2790::/64", + "186.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2407, + "routerID": 0, + "vlanID": 2407, + "ipAddresses": [ + "2791::/64", + "187.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2408, + "routerID": 0, + "vlanID": 2408, + "ipAddresses": [ + "2792::/64", + "188.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2409, + "routerID": 0, + "vlanID": 2409, + "ipAddresses": [ + "2793::/64", + "189.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2410, + "routerID": 0, + "vlanID": 2410, + "ipAddresses": [ + "2794::/64", + "190.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2411, + "routerID": 0, + "vlanID": 2411, + "ipAddresses": [ + "2795::/64", + "191.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2412, + "routerID": 0, + "vlanID": 2412, + "ipAddresses": [ + "2796::/64", + "192.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2413, + "routerID": 0, + "vlanID": 2413, + "ipAddresses": [ + "2797::/64", + "193.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2414, + "routerID": 0, + "vlanID": 2414, + "ipAddresses": [ + "2798::/64", + "194.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2415, + "routerID": 0, + "vlanID": 2415, + "ipAddresses": [ + "2799::/64", + "195.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2416, + "routerID": 0, + "vlanID": 2416, + "ipAddresses": [ + "2800::/64", + "196.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2417, + "routerID": 0, + "vlanID": 2417, + "ipAddresses": [ + "2801::/64", + "197.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2418, + "routerID": 0, + "vlanID": 2418, + "ipAddresses": [ + "2802::/64", + "198.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2419, + "routerID": 0, + "vlanID": 2419, + "ipAddresses": [ + "2803::/64", + "199.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2420, + "routerID": 0, + "vlanID": 2420, + "ipAddresses": [ + "2804::/64", + "200.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2421, + "routerID": 0, + "vlanID": 2421, + "ipAddresses": [ + "2805::/64", + "201.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2422, + "routerID": 0, + "vlanID": 2422, + "ipAddresses": [ + "2806::/64", + "202.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2423, + "routerID": 0, + "vlanID": 2423, + "ipAddresses": [ + "2807::/64", + "203.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2424, + "routerID": 0, + "vlanID": 2424, + "ipAddresses": [ + "2808::/64", + "204.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2425, + "routerID": 0, + "vlanID": 2425, + "ipAddresses": [ + "2809::/64", + "205.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2426, + "routerID": 0, + "vlanID": 2426, + "ipAddresses": [ + "2810::/64", + "206.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2427, + "routerID": 0, + "vlanID": 2427, + "ipAddresses": [ + "2811::/64", + "207.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2428, + "routerID": 0, + "vlanID": 2428, + "ipAddresses": [ + "2812::/64", + "208.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2429, + "routerID": 0, + "vlanID": 2429, + "ipAddresses": [ + "2813::/64", + "209.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2430, + "routerID": 0, + "vlanID": 2430, + "ipAddresses": [ + "2814::/64", + "210.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2431, + "routerID": 0, + "vlanID": 2431, + "ipAddresses": [ + "2815::/64", + "211.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2432, + "routerID": 0, + "vlanID": 2432, + "ipAddresses": [ + "2816::/64", + "212.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2433, + "routerID": 0, + "vlanID": 2433, + "ipAddresses": [ + "2817::/64", + "213.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2434, + "routerID": 0, + "vlanID": 2434, + "ipAddresses": [ + "2818::/64", + "214.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2435, + "routerID": 0, + "vlanID": 2435, + "ipAddresses": [ + "2819::/64", + "215.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2436, + "routerID": 0, + "vlanID": 2436, + "ipAddresses": [ + "2820::/64", + "216.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2437, + "routerID": 0, + "vlanID": 2437, + "ipAddresses": [ + "2821::/64", + "217.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2438, + "routerID": 0, + "vlanID": 2438, + "ipAddresses": [ + "2822::/64", + "218.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2439, + "routerID": 0, + "vlanID": 2439, + "ipAddresses": [ + "2823::/64", + "219.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2440, + "routerID": 0, + "vlanID": 2440, + "ipAddresses": [ + "2824::/64", + "220.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2441, + "routerID": 0, + "vlanID": 2441, + "ipAddresses": [ + "2825::/64", + "221.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2442, + "routerID": 0, + "vlanID": 2442, + "ipAddresses": [ + "2826::/64", + "222.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2443, + "routerID": 0, + "vlanID": 2443, + "ipAddresses": [ + "2827::/64", + "223.1.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2444, + "routerID": 0, + "vlanID": 2444, + "ipAddresses": [ + "2828::/64", + "10.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2445, + "routerID": 0, + "vlanID": 2445, + "ipAddresses": [ + "2829::/64", + "11.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2446, + "routerID": 0, + "vlanID": 2446, + "ipAddresses": [ + "2830::/64", + "12.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2447, + "routerID": 0, + "vlanID": 2447, + "ipAddresses": [ + "2831::/64", + "13.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2448, + "routerID": 0, + "vlanID": 2448, + "ipAddresses": [ + "2832::/64", + "14.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2449, + "routerID": 0, + "vlanID": 2449, + "ipAddresses": [ + "2833::/64", + "15.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2450, + "routerID": 0, + "vlanID": 2450, + "ipAddresses": [ + "2834::/64", + "16.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2451, + "routerID": 0, + "vlanID": 2451, + "ipAddresses": [ + "2835::/64", + "17.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2452, + "routerID": 0, + "vlanID": 2452, + "ipAddresses": [ + "2836::/64", + "18.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2453, + "routerID": 0, + "vlanID": 2453, + "ipAddresses": [ + "2837::/64", + "19.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2454, + "routerID": 0, + "vlanID": 2454, + "ipAddresses": [ + "2838::/64", + "20.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2455, + "routerID": 0, + "vlanID": 2455, + "ipAddresses": [ + "2839::/64", + "21.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2456, + "routerID": 0, + "vlanID": 2456, + "ipAddresses": [ + "2840::/64", + "22.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2457, + "routerID": 0, + "vlanID": 2457, + "ipAddresses": [ + "2841::/64", + "23.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2458, + "routerID": 0, + "vlanID": 2458, + "ipAddresses": [ + "2842::/64", + "24.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2459, + "routerID": 0, + "vlanID": 2459, + "ipAddresses": [ + "2843::/64", + "25.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2460, + "routerID": 0, + "vlanID": 2460, + "ipAddresses": [ + "2844::/64", + "26.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2461, + "routerID": 0, + "vlanID": 2461, + "ipAddresses": [ + "2845::/64", + "27.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2462, + "routerID": 0, + "vlanID": 2462, + "ipAddresses": [ + "2846::/64", + "28.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2463, + "routerID": 0, + "vlanID": 2463, + "ipAddresses": [ + "2847::/64", + "29.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2464, + "routerID": 0, + "vlanID": 2464, + "ipAddresses": [ + "2848::/64", + "30.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2465, + "routerID": 0, + "vlanID": 2465, + "ipAddresses": [ + "2849::/64", + "31.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2466, + "routerID": 0, + "vlanID": 2466, + "ipAddresses": [ + "2850::/64", + "32.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2467, + "routerID": 0, + "vlanID": 2467, + "ipAddresses": [ + "2851::/64", + "33.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2468, + "routerID": 0, + "vlanID": 2468, + "ipAddresses": [ + "2852::/64", + "34.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2469, + "routerID": 0, + "vlanID": 2469, + "ipAddresses": [ + "2853::/64", + "35.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2470, + "routerID": 0, + "vlanID": 2470, + "ipAddresses": [ + "2854::/64", + "36.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2471, + "routerID": 0, + "vlanID": 2471, + "ipAddresses": [ + "2855::/64", + "37.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2472, + "routerID": 0, + "vlanID": 2472, + "ipAddresses": [ + "2856::/64", + "38.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2473, + "routerID": 0, + "vlanID": 2473, + "ipAddresses": [ + "2857::/64", + "39.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2474, + "routerID": 0, + "vlanID": 2474, + "ipAddresses": [ + "2858::/64", + "40.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2475, + "routerID": 0, + "vlanID": 2475, + "ipAddresses": [ + "2859::/64", + "41.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2476, + "routerID": 0, + "vlanID": 2476, + "ipAddresses": [ + "2860::/64", + "42.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2477, + "routerID": 0, + "vlanID": 2477, + "ipAddresses": [ + "2861::/64", + "43.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2478, + "routerID": 0, + "vlanID": 2478, + "ipAddresses": [ + "2862::/64", + "44.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2479, + "routerID": 0, + "vlanID": 2479, + "ipAddresses": [ + "2863::/64", + "45.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2480, + "routerID": 0, + "vlanID": 2480, + "ipAddresses": [ + "2864::/64", + "46.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2481, + "routerID": 0, + "vlanID": 2481, + "ipAddresses": [ + "2865::/64", + "47.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2482, + "routerID": 0, + "vlanID": 2482, + "ipAddresses": [ + "2866::/64", + "48.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2483, + "routerID": 0, + "vlanID": 2483, + "ipAddresses": [ + "2867::/64", + "49.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2484, + "routerID": 0, + "vlanID": 2484, + "ipAddresses": [ + "2868::/64", + "50.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2485, + "routerID": 0, + "vlanID": 2485, + "ipAddresses": [ + "2869::/64", + "51.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2486, + "routerID": 0, + "vlanID": 2486, + "ipAddresses": [ + "2870::/64", + "52.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2487, + "routerID": 0, + "vlanID": 2487, + "ipAddresses": [ + "2871::/64", + "53.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2488, + "routerID": 0, + "vlanID": 2488, + "ipAddresses": [ + "2872::/64", + "54.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2489, + "routerID": 0, + "vlanID": 2489, + "ipAddresses": [ + "2873::/64", + "55.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2490, + "routerID": 0, + "vlanID": 2490, + "ipAddresses": [ + "2874::/64", + "56.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2491, + "routerID": 0, + "vlanID": 2491, + "ipAddresses": [ + "2875::/64", + "57.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2492, + "routerID": 0, + "vlanID": 2492, + "ipAddresses": [ + "2876::/64", + "58.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2493, + "routerID": 0, + "vlanID": 2493, + "ipAddresses": [ + "2877::/64", + "59.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2494, + "routerID": 0, + "vlanID": 2494, + "ipAddresses": [ + "2878::/64", + "60.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2495, + "routerID": 0, + "vlanID": 2495, + "ipAddresses": [ + "2879::/64", + "61.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2496, + "routerID": 0, + "vlanID": 2496, + "ipAddresses": [ + "2880::/64", + "62.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2497, + "routerID": 0, + "vlanID": 2497, + "ipAddresses": [ + "2881::/64", + "63.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2498, + "routerID": 0, + "vlanID": 2498, + "ipAddresses": [ + "2882::/64", + "64.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2499, + "routerID": 0, + "vlanID": 2499, + "ipAddresses": [ + "2883::/64", + "65.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2500, + "routerID": 0, + "vlanID": 2500, + "ipAddresses": [ + "2884::/64", + "66.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2501, + "routerID": 0, + "vlanID": 2501, + "ipAddresses": [ + "2885::/64", + "67.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2502, + "routerID": 0, + "vlanID": 2502, + "ipAddresses": [ + "2886::/64", + "68.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2503, + "routerID": 0, + "vlanID": 2503, + "ipAddresses": [ + "2887::/64", + "69.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2504, + "routerID": 0, + "vlanID": 2504, + "ipAddresses": [ + "2888::/64", + "70.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2505, + "routerID": 0, + "vlanID": 2505, + "ipAddresses": [ + "2889::/64", + "71.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2506, + "routerID": 0, + "vlanID": 2506, + "ipAddresses": [ + "2890::/64", + "72.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2507, + "routerID": 0, + "vlanID": 2507, + "ipAddresses": [ + "2891::/64", + "73.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2508, + "routerID": 0, + "vlanID": 2508, + "ipAddresses": [ + "2892::/64", + "74.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2509, + "routerID": 0, + "vlanID": 2509, + "ipAddresses": [ + "2893::/64", + "75.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2510, + "routerID": 0, + "vlanID": 2510, + "ipAddresses": [ + "2894::/64", + "76.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2511, + "routerID": 0, + "vlanID": 2511, + "ipAddresses": [ + "2895::/64", + "77.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2512, + "routerID": 0, + "vlanID": 2512, + "ipAddresses": [ + "2896::/64", + "78.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2513, + "routerID": 0, + "vlanID": 2513, + "ipAddresses": [ + "2897::/64", + "79.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2514, + "routerID": 0, + "vlanID": 2514, + "ipAddresses": [ + "2898::/64", + "80.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2515, + "routerID": 0, + "vlanID": 2515, + "ipAddresses": [ + "2899::/64", + "81.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2516, + "routerID": 0, + "vlanID": 2516, + "ipAddresses": [ + "2900::/64", + "82.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2517, + "routerID": 0, + "vlanID": 2517, + "ipAddresses": [ + "2901::/64", + "83.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2518, + "routerID": 0, + "vlanID": 2518, + "ipAddresses": [ + "2902::/64", + "84.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2519, + "routerID": 0, + "vlanID": 2519, + "ipAddresses": [ + "2903::/64", + "85.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2520, + "routerID": 0, + "vlanID": 2520, + "ipAddresses": [ + "2904::/64", + "86.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2521, + "routerID": 0, + "vlanID": 2521, + "ipAddresses": [ + "2905::/64", + "87.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2522, + "routerID": 0, + "vlanID": 2522, + "ipAddresses": [ + "2906::/64", + "88.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2523, + "routerID": 0, + "vlanID": 2523, + "ipAddresses": [ + "2907::/64", + "89.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2524, + "routerID": 0, + "vlanID": 2524, + "ipAddresses": [ + "2908::/64", + "90.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2525, + "routerID": 0, + "vlanID": 2525, + "ipAddresses": [ + "2909::/64", + "91.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2526, + "routerID": 0, + "vlanID": 2526, + "ipAddresses": [ + "2910::/64", + "92.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2527, + "routerID": 0, + "vlanID": 2527, + "ipAddresses": [ + "2911::/64", + "93.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2528, + "routerID": 0, + "vlanID": 2528, + "ipAddresses": [ + "2912::/64", + "94.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2529, + "routerID": 0, + "vlanID": 2529, + "ipAddresses": [ + "2913::/64", + "95.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2530, + "routerID": 0, + "vlanID": 2530, + "ipAddresses": [ + "2914::/64", + "96.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2531, + "routerID": 0, + "vlanID": 2531, + "ipAddresses": [ + "2915::/64", + "97.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2532, + "routerID": 0, + "vlanID": 2532, + "ipAddresses": [ + "2916::/64", + "98.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2533, + "routerID": 0, + "vlanID": 2533, + "ipAddresses": [ + "2917::/64", + "99.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2534, + "routerID": 0, + "vlanID": 2534, + "ipAddresses": [ + "2918::/64", + "100.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2535, + "routerID": 0, + "vlanID": 2535, + "ipAddresses": [ + "2919::/64", + "101.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2536, + "routerID": 0, + "vlanID": 2536, + "ipAddresses": [ + "2920::/64", + "102.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2537, + "routerID": 0, + "vlanID": 2537, + "ipAddresses": [ + "2921::/64", + "103.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2538, + "routerID": 0, + "vlanID": 2538, + "ipAddresses": [ + "2922::/64", + "104.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2539, + "routerID": 0, + "vlanID": 2539, + "ipAddresses": [ + "2923::/64", + "105.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2540, + "routerID": 0, + "vlanID": 2540, + "ipAddresses": [ + "2924::/64", + "106.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2541, + "routerID": 0, + "vlanID": 2541, + "ipAddresses": [ + "2925::/64", + "107.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2542, + "routerID": 0, + "vlanID": 2542, + "ipAddresses": [ + "2926::/64", + "108.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2543, + "routerID": 0, + "vlanID": 2543, + "ipAddresses": [ + "2927::/64", + "109.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2544, + "routerID": 0, + "vlanID": 2544, + "ipAddresses": [ + "2928::/64", + "110.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2545, + "routerID": 0, + "vlanID": 2545, + "ipAddresses": [ + "2929::/64", + "111.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2546, + "routerID": 0, + "vlanID": 2546, + "ipAddresses": [ + "2930::/64", + "112.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2547, + "routerID": 0, + "vlanID": 2547, + "ipAddresses": [ + "2931::/64", + "113.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2548, + "routerID": 0, + "vlanID": 2548, + "ipAddresses": [ + "2932::/64", + "114.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2549, + "routerID": 0, + "vlanID": 2549, + "ipAddresses": [ + "2933::/64", + "115.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2550, + "routerID": 0, + "vlanID": 2550, + "ipAddresses": [ + "2934::/64", + "116.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2551, + "routerID": 0, + "vlanID": 2551, + "ipAddresses": [ + "2935::/64", + "117.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2552, + "routerID": 0, + "vlanID": 2552, + "ipAddresses": [ + "2936::/64", + "118.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2553, + "routerID": 0, + "vlanID": 2553, + "ipAddresses": [ + "2937::/64", + "119.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2554, + "routerID": 0, + "vlanID": 2554, + "ipAddresses": [ + "2938::/64", + "120.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2555, + "routerID": 0, + "vlanID": 2555, + "ipAddresses": [ + "2939::/64", + "121.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2556, + "routerID": 0, + "vlanID": 2556, + "ipAddresses": [ + "2940::/64", + "122.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2557, + "routerID": 0, + "vlanID": 2557, + "ipAddresses": [ + "2941::/64", + "123.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2558, + "routerID": 0, + "vlanID": 2558, + "ipAddresses": [ + "2942::/64", + "124.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2559, + "routerID": 0, + "vlanID": 2559, + "ipAddresses": [ + "2943::/64", + "125.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2560, + "routerID": 0, + "vlanID": 2560, + "ipAddresses": [ + "2944::/64", + "126.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2561, + "routerID": 0, + "vlanID": 2561, + "ipAddresses": [ + "2945::/64", + "127.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2562, + "routerID": 0, + "vlanID": 2562, + "ipAddresses": [ + "2946::/64", + "128.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2563, + "routerID": 0, + "vlanID": 2563, + "ipAddresses": [ + "2947::/64", + "129.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2564, + "routerID": 0, + "vlanID": 2564, + "ipAddresses": [ + "2948::/64", + "130.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2565, + "routerID": 0, + "vlanID": 2565, + "ipAddresses": [ + "2949::/64", + "131.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2566, + "routerID": 0, + "vlanID": 2566, + "ipAddresses": [ + "2950::/64", + "132.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2567, + "routerID": 0, + "vlanID": 2567, + "ipAddresses": [ + "2951::/64", + "133.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2568, + "routerID": 0, + "vlanID": 2568, + "ipAddresses": [ + "2952::/64", + "134.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2569, + "routerID": 0, + "vlanID": 2569, + "ipAddresses": [ + "2953::/64", + "135.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2570, + "routerID": 0, + "vlanID": 2570, + "ipAddresses": [ + "2954::/64", + "136.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2571, + "routerID": 0, + "vlanID": 2571, + "ipAddresses": [ + "2955::/64", + "137.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2572, + "routerID": 0, + "vlanID": 2572, + "ipAddresses": [ + "2956::/64", + "138.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2573, + "routerID": 0, + "vlanID": 2573, + "ipAddresses": [ + "2957::/64", + "139.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2574, + "routerID": 0, + "vlanID": 2574, + "ipAddresses": [ + "2958::/64", + "140.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2575, + "routerID": 0, + "vlanID": 2575, + "ipAddresses": [ + "2959::/64", + "141.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2576, + "routerID": 0, + "vlanID": 2576, + "ipAddresses": [ + "2960::/64", + "142.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2577, + "routerID": 0, + "vlanID": 2577, + "ipAddresses": [ + "2961::/64", + "143.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2578, + "routerID": 0, + "vlanID": 2578, + "ipAddresses": [ + "2962::/64", + "144.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2579, + "routerID": 0, + "vlanID": 2579, + "ipAddresses": [ + "2963::/64", + "145.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2580, + "routerID": 0, + "vlanID": 2580, + "ipAddresses": [ + "2964::/64", + "146.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2581, + "routerID": 0, + "vlanID": 2581, + "ipAddresses": [ + "2965::/64", + "147.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2582, + "routerID": 0, + "vlanID": 2582, + "ipAddresses": [ + "2966::/64", + "148.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2583, + "routerID": 0, + "vlanID": 2583, + "ipAddresses": [ + "2967::/64", + "149.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2584, + "routerID": 0, + "vlanID": 2584, + "ipAddresses": [ + "2968::/64", + "150.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2585, + "routerID": 0, + "vlanID": 2585, + "ipAddresses": [ + "2969::/64", + "151.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2586, + "routerID": 0, + "vlanID": 2586, + "ipAddresses": [ + "2970::/64", + "152.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2587, + "routerID": 0, + "vlanID": 2587, + "ipAddresses": [ + "2971::/64", + "153.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2588, + "routerID": 0, + "vlanID": 2588, + "ipAddresses": [ + "2972::/64", + "154.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2589, + "routerID": 0, + "vlanID": 2589, + "ipAddresses": [ + "2973::/64", + "155.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2590, + "routerID": 0, + "vlanID": 2590, + "ipAddresses": [ + "2974::/64", + "156.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2591, + "routerID": 0, + "vlanID": 2591, + "ipAddresses": [ + "2975::/64", + "157.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2592, + "routerID": 0, + "vlanID": 2592, + "ipAddresses": [ + "2976::/64", + "158.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2593, + "routerID": 0, + "vlanID": 2593, + "ipAddresses": [ + "2977::/64", + "159.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2594, + "routerID": 0, + "vlanID": 2594, + "ipAddresses": [ + "2978::/64", + "160.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2595, + "routerID": 0, + "vlanID": 2595, + "ipAddresses": [ + "2979::/64", + "161.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2596, + "routerID": 0, + "vlanID": 2596, + "ipAddresses": [ + "2980::/64", + "162.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2597, + "routerID": 0, + "vlanID": 2597, + "ipAddresses": [ + "2981::/64", + "163.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2598, + "routerID": 0, + "vlanID": 2598, + "ipAddresses": [ + "2982::/64", + "164.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2599, + "routerID": 0, + "vlanID": 2599, + "ipAddresses": [ + "2983::/64", + "165.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2600, + "routerID": 0, + "vlanID": 2600, + "ipAddresses": [ + "2984::/64", + "166.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2601, + "routerID": 0, + "vlanID": 2601, + "ipAddresses": [ + "2985::/64", + "167.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2602, + "routerID": 0, + "vlanID": 2602, + "ipAddresses": [ + "2986::/64", + "168.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2603, + "routerID": 0, + "vlanID": 2603, + "ipAddresses": [ + "2987::/64", + "169.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2604, + "routerID": 0, + "vlanID": 2604, + "ipAddresses": [ + "2988::/64", + "170.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2605, + "routerID": 0, + "vlanID": 2605, + "ipAddresses": [ + "2989::/64", + "171.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2606, + "routerID": 0, + "vlanID": 2606, + "ipAddresses": [ + "2990::/64", + "172.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2607, + "routerID": 0, + "vlanID": 2607, + "ipAddresses": [ + "2991::/64", + "173.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2608, + "routerID": 0, + "vlanID": 2608, + "ipAddresses": [ + "2992::/64", + "174.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2609, + "routerID": 0, + "vlanID": 2609, + "ipAddresses": [ + "2993::/64", + "175.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2610, + "routerID": 0, + "vlanID": 2610, + "ipAddresses": [ + "2994::/64", + "176.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2611, + "routerID": 0, + "vlanID": 2611, + "ipAddresses": [ + "2995::/64", + "177.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2612, + "routerID": 0, + "vlanID": 2612, + "ipAddresses": [ + "2996::/64", + "178.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2613, + "routerID": 0, + "vlanID": 2613, + "ipAddresses": [ + "2997::/64", + "179.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2614, + "routerID": 0, + "vlanID": 2614, + "ipAddresses": [ + "2998::/64", + "180.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2615, + "routerID": 0, + "vlanID": 2615, + "ipAddresses": [ + "2999::/64", + "181.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2616, + "routerID": 0, + "vlanID": 2616, + "ipAddresses": [ + "3000::/64", + "182.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2617, + "routerID": 0, + "vlanID": 2617, + "ipAddresses": [ + "3001::/64", + "183.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2618, + "routerID": 0, + "vlanID": 2618, + "ipAddresses": [ + "3002::/64", + "184.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2619, + "routerID": 0, + "vlanID": 2619, + "ipAddresses": [ + "3003::/64", + "185.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2620, + "routerID": 0, + "vlanID": 2620, + "ipAddresses": [ + "3004::/64", + "186.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2621, + "routerID": 0, + "vlanID": 2621, + "ipAddresses": [ + "3005::/64", + "187.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2622, + "routerID": 0, + "vlanID": 2622, + "ipAddresses": [ + "3006::/64", + "188.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2623, + "routerID": 0, + "vlanID": 2623, + "ipAddresses": [ + "3007::/64", + "189.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2624, + "routerID": 0, + "vlanID": 2624, + "ipAddresses": [ + "3008::/64", + "190.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2625, + "routerID": 0, + "vlanID": 2625, + "ipAddresses": [ + "3009::/64", + "191.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2626, + "routerID": 0, + "vlanID": 2626, + "ipAddresses": [ + "3010::/64", + "192.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2627, + "routerID": 0, + "vlanID": 2627, + "ipAddresses": [ + "3011::/64", + "193.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2628, + "routerID": 0, + "vlanID": 2628, + "ipAddresses": [ + "3012::/64", + "194.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2629, + "routerID": 0, + "vlanID": 2629, + "ipAddresses": [ + "3013::/64", + "195.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2630, + "routerID": 0, + "vlanID": 2630, + "ipAddresses": [ + "3014::/64", + "196.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2631, + "routerID": 0, + "vlanID": 2631, + "ipAddresses": [ + "3015::/64", + "197.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2632, + "routerID": 0, + "vlanID": 2632, + "ipAddresses": [ + "3016::/64", + "198.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2633, + "routerID": 0, + "vlanID": 2633, + "ipAddresses": [ + "3017::/64", + "199.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2634, + "routerID": 0, + "vlanID": 2634, + "ipAddresses": [ + "3018::/64", + "200.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2635, + "routerID": 0, + "vlanID": 2635, + "ipAddresses": [ + "3019::/64", + "201.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2636, + "routerID": 0, + "vlanID": 2636, + "ipAddresses": [ + "3020::/64", + "202.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2637, + "routerID": 0, + "vlanID": 2637, + "ipAddresses": [ + "3021::/64", + "203.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2638, + "routerID": 0, + "vlanID": 2638, + "ipAddresses": [ + "3022::/64", + "204.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2639, + "routerID": 0, + "vlanID": 2639, + "ipAddresses": [ + "3023::/64", + "205.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2640, + "routerID": 0, + "vlanID": 2640, + "ipAddresses": [ + "3024::/64", + "206.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2641, + "routerID": 0, + "vlanID": 2641, + "ipAddresses": [ + "3025::/64", + "207.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2642, + "routerID": 0, + "vlanID": 2642, + "ipAddresses": [ + "3026::/64", + "208.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2643, + "routerID": 0, + "vlanID": 2643, + "ipAddresses": [ + "3027::/64", + "209.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2644, + "routerID": 0, + "vlanID": 2644, + "ipAddresses": [ + "3028::/64", + "210.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2645, + "routerID": 0, + "vlanID": 2645, + "ipAddresses": [ + "3029::/64", + "211.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2646, + "routerID": 0, + "vlanID": 2646, + "ipAddresses": [ + "3030::/64", + "212.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2647, + "routerID": 0, + "vlanID": 2647, + "ipAddresses": [ + "3031::/64", + "213.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2648, + "routerID": 0, + "vlanID": 2648, + "ipAddresses": [ + "3032::/64", + "214.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2649, + "routerID": 0, + "vlanID": 2649, + "ipAddresses": [ + "3033::/64", + "215.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2650, + "routerID": 0, + "vlanID": 2650, + "ipAddresses": [ + "3034::/64", + "216.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2651, + "routerID": 0, + "vlanID": 2651, + "ipAddresses": [ + "3035::/64", + "217.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2652, + "routerID": 0, + "vlanID": 2652, + "ipAddresses": [ + "3036::/64", + "218.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2653, + "routerID": 0, + "vlanID": 2653, + "ipAddresses": [ + "3037::/64", + "219.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2654, + "routerID": 0, + "vlanID": 2654, + "ipAddresses": [ + "3038::/64", + "220.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2655, + "routerID": 0, + "vlanID": 2655, + "ipAddresses": [ + "3039::/64", + "221.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2656, + "routerID": 0, + "vlanID": 2656, + "ipAddresses": [ + "3040::/64", + "222.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2657, + "routerID": 0, + "vlanID": 2657, + "ipAddresses": [ + "3041::/64", + "223.2.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2658, + "routerID": 0, + "vlanID": 2658, + "ipAddresses": [ + "3042::/64", + "10.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2659, + "routerID": 0, + "vlanID": 2659, + "ipAddresses": [ + "3043::/64", + "11.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2660, + "routerID": 0, + "vlanID": 2660, + "ipAddresses": [ + "3044::/64", + "12.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2661, + "routerID": 0, + "vlanID": 2661, + "ipAddresses": [ + "3045::/64", + "13.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2662, + "routerID": 0, + "vlanID": 2662, + "ipAddresses": [ + "3046::/64", + "14.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2663, + "routerID": 0, + "vlanID": 2663, + "ipAddresses": [ + "3047::/64", + "15.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2664, + "routerID": 0, + "vlanID": 2664, + "ipAddresses": [ + "3048::/64", + "16.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2665, + "routerID": 0, + "vlanID": 2665, + "ipAddresses": [ + "3049::/64", + "17.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2666, + "routerID": 0, + "vlanID": 2666, + "ipAddresses": [ + "3050::/64", + "18.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2667, + "routerID": 0, + "vlanID": 2667, + "ipAddresses": [ + "3051::/64", + "19.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2668, + "routerID": 0, + "vlanID": 2668, + "ipAddresses": [ + "3052::/64", + "20.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2669, + "routerID": 0, + "vlanID": 2669, + "ipAddresses": [ + "3053::/64", + "21.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2670, + "routerID": 0, + "vlanID": 2670, + "ipAddresses": [ + "3054::/64", + "22.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2671, + "routerID": 0, + "vlanID": 2671, + "ipAddresses": [ + "3055::/64", + "23.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2672, + "routerID": 0, + "vlanID": 2672, + "ipAddresses": [ + "3056::/64", + "24.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2673, + "routerID": 0, + "vlanID": 2673, + "ipAddresses": [ + "3057::/64", + "25.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2674, + "routerID": 0, + "vlanID": 2674, + "ipAddresses": [ + "3058::/64", + "26.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2675, + "routerID": 0, + "vlanID": 2675, + "ipAddresses": [ + "3059::/64", + "27.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2676, + "routerID": 0, + "vlanID": 2676, + "ipAddresses": [ + "3060::/64", + "28.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2677, + "routerID": 0, + "vlanID": 2677, + "ipAddresses": [ + "3061::/64", + "29.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2678, + "routerID": 0, + "vlanID": 2678, + "ipAddresses": [ + "3062::/64", + "30.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2679, + "routerID": 0, + "vlanID": 2679, + "ipAddresses": [ + "3063::/64", + "31.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2680, + "routerID": 0, + "vlanID": 2680, + "ipAddresses": [ + "3064::/64", + "32.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2681, + "routerID": 0, + "vlanID": 2681, + "ipAddresses": [ + "3065::/64", + "33.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2682, + "routerID": 0, + "vlanID": 2682, + "ipAddresses": [ + "3066::/64", + "34.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2683, + "routerID": 0, + "vlanID": 2683, + "ipAddresses": [ + "3067::/64", + "35.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2684, + "routerID": 0, + "vlanID": 2684, + "ipAddresses": [ + "3068::/64", + "36.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2685, + "routerID": 0, + "vlanID": 2685, + "ipAddresses": [ + "3069::/64", + "37.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2686, + "routerID": 0, + "vlanID": 2686, + "ipAddresses": [ + "3070::/64", + "38.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2687, + "routerID": 0, + "vlanID": 2687, + "ipAddresses": [ + "3071::/64", + "39.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2688, + "routerID": 0, + "vlanID": 2688, + "ipAddresses": [ + "3072::/64", + "40.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2689, + "routerID": 0, + "vlanID": 2689, + "ipAddresses": [ + "3073::/64", + "41.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2690, + "routerID": 0, + "vlanID": 2690, + "ipAddresses": [ + "3074::/64", + "42.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2691, + "routerID": 0, + "vlanID": 2691, + "ipAddresses": [ + "3075::/64", + "43.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2692, + "routerID": 0, + "vlanID": 2692, + "ipAddresses": [ + "3076::/64", + "44.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2693, + "routerID": 0, + "vlanID": 2693, + "ipAddresses": [ + "3077::/64", + "45.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2694, + "routerID": 0, + "vlanID": 2694, + "ipAddresses": [ + "3078::/64", + "46.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2695, + "routerID": 0, + "vlanID": 2695, + "ipAddresses": [ + "3079::/64", + "47.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2696, + "routerID": 0, + "vlanID": 2696, + "ipAddresses": [ + "3080::/64", + "48.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2697, + "routerID": 0, + "vlanID": 2697, + "ipAddresses": [ + "3081::/64", + "49.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2698, + "routerID": 0, + "vlanID": 2698, + "ipAddresses": [ + "3082::/64", + "50.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2699, + "routerID": 0, + "vlanID": 2699, + "ipAddresses": [ + "3083::/64", + "51.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2700, + "routerID": 0, + "vlanID": 2700, + "ipAddresses": [ + "3084::/64", + "52.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2701, + "routerID": 0, + "vlanID": 2701, + "ipAddresses": [ + "3085::/64", + "53.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2702, + "routerID": 0, + "vlanID": 2702, + "ipAddresses": [ + "3086::/64", + "54.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2703, + "routerID": 0, + "vlanID": 2703, + "ipAddresses": [ + "3087::/64", + "55.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2704, + "routerID": 0, + "vlanID": 2704, + "ipAddresses": [ + "3088::/64", + "56.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2705, + "routerID": 0, + "vlanID": 2705, + "ipAddresses": [ + "3089::/64", + "57.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2706, + "routerID": 0, + "vlanID": 2706, + "ipAddresses": [ + "3090::/64", + "58.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2707, + "routerID": 0, + "vlanID": 2707, + "ipAddresses": [ + "3091::/64", + "59.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2708, + "routerID": 0, + "vlanID": 2708, + "ipAddresses": [ + "3092::/64", + "60.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2709, + "routerID": 0, + "vlanID": 2709, + "ipAddresses": [ + "3093::/64", + "61.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2710, + "routerID": 0, + "vlanID": 2710, + "ipAddresses": [ + "3094::/64", + "62.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2711, + "routerID": 0, + "vlanID": 2711, + "ipAddresses": [ + "3095::/64", + "63.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2712, + "routerID": 0, + "vlanID": 2712, + "ipAddresses": [ + "3096::/64", + "64.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2713, + "routerID": 0, + "vlanID": 2713, + "ipAddresses": [ + "3097::/64", + "65.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2714, + "routerID": 0, + "vlanID": 2714, + "ipAddresses": [ + "3098::/64", + "66.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2715, + "routerID": 0, + "vlanID": 2715, + "ipAddresses": [ + "3099::/64", + "67.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2716, + "routerID": 0, + "vlanID": 2716, + "ipAddresses": [ + "3100::/64", + "68.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2717, + "routerID": 0, + "vlanID": 2717, + "ipAddresses": [ + "3101::/64", + "69.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2718, + "routerID": 0, + "vlanID": 2718, + "ipAddresses": [ + "3102::/64", + "70.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2719, + "routerID": 0, + "vlanID": 2719, + "ipAddresses": [ + "3103::/64", + "71.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2720, + "routerID": 0, + "vlanID": 2720, + "ipAddresses": [ + "3104::/64", + "72.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2721, + "routerID": 0, + "vlanID": 2721, + "ipAddresses": [ + "3105::/64", + "73.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2722, + "routerID": 0, + "vlanID": 2722, + "ipAddresses": [ + "3106::/64", + "74.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2723, + "routerID": 0, + "vlanID": 2723, + "ipAddresses": [ + "3107::/64", + "75.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2724, + "routerID": 0, + "vlanID": 2724, + "ipAddresses": [ + "3108::/64", + "76.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2725, + "routerID": 0, + "vlanID": 2725, + "ipAddresses": [ + "3109::/64", + "77.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2726, + "routerID": 0, + "vlanID": 2726, + "ipAddresses": [ + "3110::/64", + "78.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2727, + "routerID": 0, + "vlanID": 2727, + "ipAddresses": [ + "3111::/64", + "79.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2728, + "routerID": 0, + "vlanID": 2728, + "ipAddresses": [ + "3112::/64", + "80.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2729, + "routerID": 0, + "vlanID": 2729, + "ipAddresses": [ + "3113::/64", + "81.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2730, + "routerID": 0, + "vlanID": 2730, + "ipAddresses": [ + "3114::/64", + "82.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2731, + "routerID": 0, + "vlanID": 2731, + "ipAddresses": [ + "3115::/64", + "83.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2732, + "routerID": 0, + "vlanID": 2732, + "ipAddresses": [ + "3116::/64", + "84.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2733, + "routerID": 0, + "vlanID": 2733, + "ipAddresses": [ + "3117::/64", + "85.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2734, + "routerID": 0, + "vlanID": 2734, + "ipAddresses": [ + "3118::/64", + "86.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2735, + "routerID": 0, + "vlanID": 2735, + "ipAddresses": [ + "3119::/64", + "87.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2736, + "routerID": 0, + "vlanID": 2736, + "ipAddresses": [ + "3120::/64", + "88.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2737, + "routerID": 0, + "vlanID": 2737, + "ipAddresses": [ + "3121::/64", + "89.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2738, + "routerID": 0, + "vlanID": 2738, + "ipAddresses": [ + "3122::/64", + "90.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2739, + "routerID": 0, + "vlanID": 2739, + "ipAddresses": [ + "3123::/64", + "91.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2740, + "routerID": 0, + "vlanID": 2740, + "ipAddresses": [ + "3124::/64", + "92.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2741, + "routerID": 0, + "vlanID": 2741, + "ipAddresses": [ + "3125::/64", + "93.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2742, + "routerID": 0, + "vlanID": 2742, + "ipAddresses": [ + "3126::/64", + "94.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2743, + "routerID": 0, + "vlanID": 2743, + "ipAddresses": [ + "3127::/64", + "95.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2744, + "routerID": 0, + "vlanID": 2744, + "ipAddresses": [ + "3128::/64", + "96.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2745, + "routerID": 0, + "vlanID": 2745, + "ipAddresses": [ + "3129::/64", + "97.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2746, + "routerID": 0, + "vlanID": 2746, + "ipAddresses": [ + "3130::/64", + "98.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2747, + "routerID": 0, + "vlanID": 2747, + "ipAddresses": [ + "3131::/64", + "99.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2748, + "routerID": 0, + "vlanID": 2748, + "ipAddresses": [ + "3132::/64", + "100.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2749, + "routerID": 0, + "vlanID": 2749, + "ipAddresses": [ + "3133::/64", + "101.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2750, + "routerID": 0, + "vlanID": 2750, + "ipAddresses": [ + "3134::/64", + "102.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2751, + "routerID": 0, + "vlanID": 2751, + "ipAddresses": [ + "3135::/64", + "103.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2752, + "routerID": 0, + "vlanID": 2752, + "ipAddresses": [ + "3136::/64", + "104.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2753, + "routerID": 0, + "vlanID": 2753, + "ipAddresses": [ + "3137::/64", + "105.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2754, + "routerID": 0, + "vlanID": 2754, + "ipAddresses": [ + "3138::/64", + "106.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2755, + "routerID": 0, + "vlanID": 2755, + "ipAddresses": [ + "3139::/64", + "107.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2756, + "routerID": 0, + "vlanID": 2756, + "ipAddresses": [ + "3140::/64", + "108.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2757, + "routerID": 0, + "vlanID": 2757, + "ipAddresses": [ + "3141::/64", + "109.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2758, + "routerID": 0, + "vlanID": 2758, + "ipAddresses": [ + "3142::/64", + "110.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2759, + "routerID": 0, + "vlanID": 2759, + "ipAddresses": [ + "3143::/64", + "111.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2760, + "routerID": 0, + "vlanID": 2760, + "ipAddresses": [ + "3144::/64", + "112.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2761, + "routerID": 0, + "vlanID": 2761, + "ipAddresses": [ + "3145::/64", + "113.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2762, + "routerID": 0, + "vlanID": 2762, + "ipAddresses": [ + "3146::/64", + "114.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2763, + "routerID": 0, + "vlanID": 2763, + "ipAddresses": [ + "3147::/64", + "115.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2764, + "routerID": 0, + "vlanID": 2764, + "ipAddresses": [ + "3148::/64", + "116.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2765, + "routerID": 0, + "vlanID": 2765, + "ipAddresses": [ + "3149::/64", + "117.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2766, + "routerID": 0, + "vlanID": 2766, + "ipAddresses": [ + "3150::/64", + "118.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2767, + "routerID": 0, + "vlanID": 2767, + "ipAddresses": [ + "3151::/64", + "119.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2768, + "routerID": 0, + "vlanID": 2768, + "ipAddresses": [ + "3152::/64", + "120.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2769, + "routerID": 0, + "vlanID": 2769, + "ipAddresses": [ + "3153::/64", + "121.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2770, + "routerID": 0, + "vlanID": 2770, + "ipAddresses": [ + "3154::/64", + "122.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2771, + "routerID": 0, + "vlanID": 2771, + "ipAddresses": [ + "3155::/64", + "123.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2772, + "routerID": 0, + "vlanID": 2772, + "ipAddresses": [ + "3156::/64", + "124.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2773, + "routerID": 0, + "vlanID": 2773, + "ipAddresses": [ + "3157::/64", + "125.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2774, + "routerID": 0, + "vlanID": 2774, + "ipAddresses": [ + "3158::/64", + "126.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2775, + "routerID": 0, + "vlanID": 2775, + "ipAddresses": [ + "3159::/64", + "127.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2776, + "routerID": 0, + "vlanID": 2776, + "ipAddresses": [ + "3160::/64", + "128.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2777, + "routerID": 0, + "vlanID": 2777, + "ipAddresses": [ + "3161::/64", + "129.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2778, + "routerID": 0, + "vlanID": 2778, + "ipAddresses": [ + "3162::/64", + "130.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2779, + "routerID": 0, + "vlanID": 2779, + "ipAddresses": [ + "3163::/64", + "131.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2780, + "routerID": 0, + "vlanID": 2780, + "ipAddresses": [ + "3164::/64", + "132.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2781, + "routerID": 0, + "vlanID": 2781, + "ipAddresses": [ + "3165::/64", + "133.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2782, + "routerID": 0, + "vlanID": 2782, + "ipAddresses": [ + "3166::/64", + "134.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2783, + "routerID": 0, + "vlanID": 2783, + "ipAddresses": [ + "3167::/64", + "135.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2784, + "routerID": 0, + "vlanID": 2784, + "ipAddresses": [ + "3168::/64", + "136.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2785, + "routerID": 0, + "vlanID": 2785, + "ipAddresses": [ + "3169::/64", + "137.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2786, + "routerID": 0, + "vlanID": 2786, + "ipAddresses": [ + "3170::/64", + "138.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2787, + "routerID": 0, + "vlanID": 2787, + "ipAddresses": [ + "3171::/64", + "139.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2788, + "routerID": 0, + "vlanID": 2788, + "ipAddresses": [ + "3172::/64", + "140.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2789, + "routerID": 0, + "vlanID": 2789, + "ipAddresses": [ + "3173::/64", + "141.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2790, + "routerID": 0, + "vlanID": 2790, + "ipAddresses": [ + "3174::/64", + "142.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2791, + "routerID": 0, + "vlanID": 2791, + "ipAddresses": [ + "3175::/64", + "143.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2792, + "routerID": 0, + "vlanID": 2792, + "ipAddresses": [ + "3176::/64", + "144.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2793, + "routerID": 0, + "vlanID": 2793, + "ipAddresses": [ + "3177::/64", + "145.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2794, + "routerID": 0, + "vlanID": 2794, + "ipAddresses": [ + "3178::/64", + "146.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2795, + "routerID": 0, + "vlanID": 2795, + "ipAddresses": [ + "3179::/64", + "147.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2796, + "routerID": 0, + "vlanID": 2796, + "ipAddresses": [ + "3180::/64", + "148.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2797, + "routerID": 0, + "vlanID": 2797, + "ipAddresses": [ + "3181::/64", + "149.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2798, + "routerID": 0, + "vlanID": 2798, + "ipAddresses": [ + "3182::/64", + "150.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2799, + "routerID": 0, + "vlanID": 2799, + "ipAddresses": [ + "3183::/64", + "151.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2800, + "routerID": 0, + "vlanID": 2800, + "ipAddresses": [ + "3184::/64", + "152.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2801, + "routerID": 0, + "vlanID": 2801, + "ipAddresses": [ + "3185::/64", + "153.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2802, + "routerID": 0, + "vlanID": 2802, + "ipAddresses": [ + "3186::/64", + "154.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2803, + "routerID": 0, + "vlanID": 2803, + "ipAddresses": [ + "3187::/64", + "155.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2804, + "routerID": 0, + "vlanID": 2804, + "ipAddresses": [ + "3188::/64", + "156.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2805, + "routerID": 0, + "vlanID": 2805, + "ipAddresses": [ + "3189::/64", + "157.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2806, + "routerID": 0, + "vlanID": 2806, + "ipAddresses": [ + "3190::/64", + "158.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2807, + "routerID": 0, + "vlanID": 2807, + "ipAddresses": [ + "3191::/64", + "159.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2808, + "routerID": 0, + "vlanID": 2808, + "ipAddresses": [ + "3192::/64", + "160.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2809, + "routerID": 0, + "vlanID": 2809, + "ipAddresses": [ + "3193::/64", + "161.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2810, + "routerID": 0, + "vlanID": 2810, + "ipAddresses": [ + "3194::/64", + "162.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2811, + "routerID": 0, + "vlanID": 2811, + "ipAddresses": [ + "3195::/64", + "163.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2812, + "routerID": 0, + "vlanID": 2812, + "ipAddresses": [ + "3196::/64", + "164.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2813, + "routerID": 0, + "vlanID": 2813, + "ipAddresses": [ + "3197::/64", + "165.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2814, + "routerID": 0, + "vlanID": 2814, + "ipAddresses": [ + "3198::/64", + "166.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2815, + "routerID": 0, + "vlanID": 2815, + "ipAddresses": [ + "3199::/64", + "167.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2816, + "routerID": 0, + "vlanID": 2816, + "ipAddresses": [ + "3200::/64", + "168.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2817, + "routerID": 0, + "vlanID": 2817, + "ipAddresses": [ + "3201::/64", + "169.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2818, + "routerID": 0, + "vlanID": 2818, + "ipAddresses": [ + "3202::/64", + "170.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2819, + "routerID": 0, + "vlanID": 2819, + "ipAddresses": [ + "3203::/64", + "171.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2820, + "routerID": 0, + "vlanID": 2820, + "ipAddresses": [ + "3204::/64", + "172.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2821, + "routerID": 0, + "vlanID": 2821, + "ipAddresses": [ + "3205::/64", + "173.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2822, + "routerID": 0, + "vlanID": 2822, + "ipAddresses": [ + "3206::/64", + "174.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2823, + "routerID": 0, + "vlanID": 2823, + "ipAddresses": [ + "3207::/64", + "175.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2824, + "routerID": 0, + "vlanID": 2824, + "ipAddresses": [ + "3208::/64", + "176.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2825, + "routerID": 0, + "vlanID": 2825, + "ipAddresses": [ + "3209::/64", + "177.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2826, + "routerID": 0, + "vlanID": 2826, + "ipAddresses": [ + "3210::/64", + "178.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2827, + "routerID": 0, + "vlanID": 2827, + "ipAddresses": [ + "3211::/64", + "179.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2828, + "routerID": 0, + "vlanID": 2828, + "ipAddresses": [ + "3212::/64", + "180.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2829, + "routerID": 0, + "vlanID": 2829, + "ipAddresses": [ + "3213::/64", + "181.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2830, + "routerID": 0, + "vlanID": 2830, + "ipAddresses": [ + "3214::/64", + "182.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2831, + "routerID": 0, + "vlanID": 2831, + "ipAddresses": [ + "3215::/64", + "183.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2832, + "routerID": 0, + "vlanID": 2832, + "ipAddresses": [ + "3216::/64", + "184.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2833, + "routerID": 0, + "vlanID": 2833, + "ipAddresses": [ + "3217::/64", + "185.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2834, + "routerID": 0, + "vlanID": 2834, + "ipAddresses": [ + "3218::/64", + "186.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2835, + "routerID": 0, + "vlanID": 2835, + "ipAddresses": [ + "3219::/64", + "187.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2836, + "routerID": 0, + "vlanID": 2836, + "ipAddresses": [ + "3220::/64", + "188.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2837, + "routerID": 0, + "vlanID": 2837, + "ipAddresses": [ + "3221::/64", + "189.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2838, + "routerID": 0, + "vlanID": 2838, + "ipAddresses": [ + "3222::/64", + "190.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2839, + "routerID": 0, + "vlanID": 2839, + "ipAddresses": [ + "3223::/64", + "191.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2840, + "routerID": 0, + "vlanID": 2840, + "ipAddresses": [ + "3224::/64", + "192.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2841, + "routerID": 0, + "vlanID": 2841, + "ipAddresses": [ + "3225::/64", + "193.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2842, + "routerID": 0, + "vlanID": 2842, + "ipAddresses": [ + "3226::/64", + "194.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2843, + "routerID": 0, + "vlanID": 2843, + "ipAddresses": [ + "3227::/64", + "195.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2844, + "routerID": 0, + "vlanID": 2844, + "ipAddresses": [ + "3228::/64", + "196.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2845, + "routerID": 0, + "vlanID": 2845, + "ipAddresses": [ + "3229::/64", + "197.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2846, + "routerID": 0, + "vlanID": 2846, + "ipAddresses": [ + "3230::/64", + "198.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2847, + "routerID": 0, + "vlanID": 2847, + "ipAddresses": [ + "3231::/64", + "199.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2848, + "routerID": 0, + "vlanID": 2848, + "ipAddresses": [ + "3232::/64", + "200.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2849, + "routerID": 0, + "vlanID": 2849, + "ipAddresses": [ + "3233::/64", + "201.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2850, + "routerID": 0, + "vlanID": 2850, + "ipAddresses": [ + "3234::/64", + "202.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2851, + "routerID": 0, + "vlanID": 2851, + "ipAddresses": [ + "3235::/64", + "203.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2852, + "routerID": 0, + "vlanID": 2852, + "ipAddresses": [ + "3236::/64", + "204.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2853, + "routerID": 0, + "vlanID": 2853, + "ipAddresses": [ + "3237::/64", + "205.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2854, + "routerID": 0, + "vlanID": 2854, + "ipAddresses": [ + "3238::/64", + "206.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2855, + "routerID": 0, + "vlanID": 2855, + "ipAddresses": [ + "3239::/64", + "207.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2856, + "routerID": 0, + "vlanID": 2856, + "ipAddresses": [ + "3240::/64", + "208.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2857, + "routerID": 0, + "vlanID": 2857, + "ipAddresses": [ + "3241::/64", + "209.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2858, + "routerID": 0, + "vlanID": 2858, + "ipAddresses": [ + "3242::/64", + "210.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2859, + "routerID": 0, + "vlanID": 2859, + "ipAddresses": [ + "3243::/64", + "211.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2860, + "routerID": 0, + "vlanID": 2860, + "ipAddresses": [ + "3244::/64", + "212.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2861, + "routerID": 0, + "vlanID": 2861, + "ipAddresses": [ + "3245::/64", + "213.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2862, + "routerID": 0, + "vlanID": 2862, + "ipAddresses": [ + "3246::/64", + "214.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2863, + "routerID": 0, + "vlanID": 2863, + "ipAddresses": [ + "3247::/64", + "215.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2864, + "routerID": 0, + "vlanID": 2864, + "ipAddresses": [ + "3248::/64", + "216.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2865, + "routerID": 0, + "vlanID": 2865, + "ipAddresses": [ + "3249::/64", + "217.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2866, + "routerID": 0, + "vlanID": 2866, + "ipAddresses": [ + "3250::/64", + "218.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2867, + "routerID": 0, + "vlanID": 2867, + "ipAddresses": [ + "3251::/64", + "219.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2868, + "routerID": 0, + "vlanID": 2868, + "ipAddresses": [ + "3252::/64", + "220.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2869, + "routerID": 0, + "vlanID": 2869, + "ipAddresses": [ + "3253::/64", + "221.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2870, + "routerID": 0, + "vlanID": 2870, + "ipAddresses": [ + "3254::/64", + "222.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2871, + "routerID": 0, + "vlanID": 2871, + "ipAddresses": [ + "3255::/64", + "223.3.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2872, + "routerID": 0, + "vlanID": 2872, + "ipAddresses": [ + "3256::/64", + "10.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2873, + "routerID": 0, + "vlanID": 2873, + "ipAddresses": [ + "3257::/64", + "11.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2874, + "routerID": 0, + "vlanID": 2874, + "ipAddresses": [ + "3258::/64", + "12.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2875, + "routerID": 0, + "vlanID": 2875, + "ipAddresses": [ + "3259::/64", + "13.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2876, + "routerID": 0, + "vlanID": 2876, + "ipAddresses": [ + "3260::/64", + "14.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2877, + "routerID": 0, + "vlanID": 2877, + "ipAddresses": [ + "3261::/64", + "15.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2878, + "routerID": 0, + "vlanID": 2878, + "ipAddresses": [ + "3262::/64", + "16.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2879, + "routerID": 0, + "vlanID": 2879, + "ipAddresses": [ + "3263::/64", + "17.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2880, + "routerID": 0, + "vlanID": 2880, + "ipAddresses": [ + "3264::/64", + "18.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2881, + "routerID": 0, + "vlanID": 2881, + "ipAddresses": [ + "3265::/64", + "19.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2882, + "routerID": 0, + "vlanID": 2882, + "ipAddresses": [ + "3266::/64", + "20.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2883, + "routerID": 0, + "vlanID": 2883, + "ipAddresses": [ + "3267::/64", + "21.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2884, + "routerID": 0, + "vlanID": 2884, + "ipAddresses": [ + "3268::/64", + "22.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2885, + "routerID": 0, + "vlanID": 2885, + "ipAddresses": [ + "3269::/64", + "23.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2886, + "routerID": 0, + "vlanID": 2886, + "ipAddresses": [ + "3270::/64", + "24.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2887, + "routerID": 0, + "vlanID": 2887, + "ipAddresses": [ + "3271::/64", + "25.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2888, + "routerID": 0, + "vlanID": 2888, + "ipAddresses": [ + "3272::/64", + "26.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2889, + "routerID": 0, + "vlanID": 2889, + "ipAddresses": [ + "3273::/64", + "27.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2890, + "routerID": 0, + "vlanID": 2890, + "ipAddresses": [ + "3274::/64", + "28.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2891, + "routerID": 0, + "vlanID": 2891, + "ipAddresses": [ + "3275::/64", + "29.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2892, + "routerID": 0, + "vlanID": 2892, + "ipAddresses": [ + "3276::/64", + "30.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2893, + "routerID": 0, + "vlanID": 2893, + "ipAddresses": [ + "3277::/64", + "31.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2894, + "routerID": 0, + "vlanID": 2894, + "ipAddresses": [ + "3278::/64", + "32.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2895, + "routerID": 0, + "vlanID": 2895, + "ipAddresses": [ + "3279::/64", + "33.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2896, + "routerID": 0, + "vlanID": 2896, + "ipAddresses": [ + "3280::/64", + "34.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2897, + "routerID": 0, + "vlanID": 2897, + "ipAddresses": [ + "3281::/64", + "35.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2898, + "routerID": 0, + "vlanID": 2898, + "ipAddresses": [ + "3282::/64", + "36.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2899, + "routerID": 0, + "vlanID": 2899, + "ipAddresses": [ + "3283::/64", + "37.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2900, + "routerID": 0, + "vlanID": 2900, + "ipAddresses": [ + "3284::/64", + "38.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2901, + "routerID": 0, + "vlanID": 2901, + "ipAddresses": [ + "3285::/64", + "39.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2902, + "routerID": 0, + "vlanID": 2902, + "ipAddresses": [ + "3286::/64", + "40.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2903, + "routerID": 0, + "vlanID": 2903, + "ipAddresses": [ + "3287::/64", + "41.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2904, + "routerID": 0, + "vlanID": 2904, + "ipAddresses": [ + "3288::/64", + "42.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2905, + "routerID": 0, + "vlanID": 2905, + "ipAddresses": [ + "3289::/64", + "43.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2906, + "routerID": 0, + "vlanID": 2906, + "ipAddresses": [ + "3290::/64", + "44.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2907, + "routerID": 0, + "vlanID": 2907, + "ipAddresses": [ + "3291::/64", + "45.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2908, + "routerID": 0, + "vlanID": 2908, + "ipAddresses": [ + "3292::/64", + "46.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2909, + "routerID": 0, + "vlanID": 2909, + "ipAddresses": [ + "3293::/64", + "47.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2910, + "routerID": 0, + "vlanID": 2910, + "ipAddresses": [ + "3294::/64", + "48.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2911, + "routerID": 0, + "vlanID": 2911, + "ipAddresses": [ + "3295::/64", + "49.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2912, + "routerID": 0, + "vlanID": 2912, + "ipAddresses": [ + "3296::/64", + "50.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2913, + "routerID": 0, + "vlanID": 2913, + "ipAddresses": [ + "3297::/64", + "51.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2914, + "routerID": 0, + "vlanID": 2914, + "ipAddresses": [ + "3298::/64", + "52.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2915, + "routerID": 0, + "vlanID": 2915, + "ipAddresses": [ + "3299::/64", + "53.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2916, + "routerID": 0, + "vlanID": 2916, + "ipAddresses": [ + "3300::/64", + "54.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2917, + "routerID": 0, + "vlanID": 2917, + "ipAddresses": [ + "3301::/64", + "55.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2918, + "routerID": 0, + "vlanID": 2918, + "ipAddresses": [ + "3302::/64", + "56.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2919, + "routerID": 0, + "vlanID": 2919, + "ipAddresses": [ + "3303::/64", + "57.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2920, + "routerID": 0, + "vlanID": 2920, + "ipAddresses": [ + "3304::/64", + "58.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2921, + "routerID": 0, + "vlanID": 2921, + "ipAddresses": [ + "3305::/64", + "59.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2922, + "routerID": 0, + "vlanID": 2922, + "ipAddresses": [ + "3306::/64", + "60.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2923, + "routerID": 0, + "vlanID": 2923, + "ipAddresses": [ + "3307::/64", + "61.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2924, + "routerID": 0, + "vlanID": 2924, + "ipAddresses": [ + "3308::/64", + "62.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2925, + "routerID": 0, + "vlanID": 2925, + "ipAddresses": [ + "3309::/64", + "63.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2926, + "routerID": 0, + "vlanID": 2926, + "ipAddresses": [ + "3310::/64", + "64.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2927, + "routerID": 0, + "vlanID": 2927, + "ipAddresses": [ + "3311::/64", + "65.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2928, + "routerID": 0, + "vlanID": 2928, + "ipAddresses": [ + "3312::/64", + "66.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2929, + "routerID": 0, + "vlanID": 2929, + "ipAddresses": [ + "3313::/64", + "67.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2930, + "routerID": 0, + "vlanID": 2930, + "ipAddresses": [ + "3314::/64", + "68.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2931, + "routerID": 0, + "vlanID": 2931, + "ipAddresses": [ + "3315::/64", + "69.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2932, + "routerID": 0, + "vlanID": 2932, + "ipAddresses": [ + "3316::/64", + "70.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2933, + "routerID": 0, + "vlanID": 2933, + "ipAddresses": [ + "3317::/64", + "71.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2934, + "routerID": 0, + "vlanID": 2934, + "ipAddresses": [ + "3318::/64", + "72.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2935, + "routerID": 0, + "vlanID": 2935, + "ipAddresses": [ + "3319::/64", + "73.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2936, + "routerID": 0, + "vlanID": 2936, + "ipAddresses": [ + "3320::/64", + "74.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2937, + "routerID": 0, + "vlanID": 2937, + "ipAddresses": [ + "3321::/64", + "75.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2938, + "routerID": 0, + "vlanID": 2938, + "ipAddresses": [ + "3322::/64", + "76.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2939, + "routerID": 0, + "vlanID": 2939, + "ipAddresses": [ + "3323::/64", + "77.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2940, + "routerID": 0, + "vlanID": 2940, + "ipAddresses": [ + "3324::/64", + "78.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2941, + "routerID": 0, + "vlanID": 2941, + "ipAddresses": [ + "3325::/64", + "79.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2942, + "routerID": 0, + "vlanID": 2942, + "ipAddresses": [ + "3326::/64", + "80.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2943, + "routerID": 0, + "vlanID": 2943, + "ipAddresses": [ + "3327::/64", + "81.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2944, + "routerID": 0, + "vlanID": 2944, + "ipAddresses": [ + "3328::/64", + "82.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2945, + "routerID": 0, + "vlanID": 2945, + "ipAddresses": [ + "3329::/64", + "83.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2946, + "routerID": 0, + "vlanID": 2946, + "ipAddresses": [ + "3330::/64", + "84.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2947, + "routerID": 0, + "vlanID": 2947, + "ipAddresses": [ + "3331::/64", + "85.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2948, + "routerID": 0, + "vlanID": 2948, + "ipAddresses": [ + "3332::/64", + "86.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2949, + "routerID": 0, + "vlanID": 2949, + "ipAddresses": [ + "3333::/64", + "87.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2950, + "routerID": 0, + "vlanID": 2950, + "ipAddresses": [ + "3334::/64", + "88.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2951, + "routerID": 0, + "vlanID": 2951, + "ipAddresses": [ + "3335::/64", + "89.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2952, + "routerID": 0, + "vlanID": 2952, + "ipAddresses": [ + "3336::/64", + "90.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2953, + "routerID": 0, + "vlanID": 2953, + "ipAddresses": [ + "3337::/64", + "91.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2954, + "routerID": 0, + "vlanID": 2954, + "ipAddresses": [ + "3338::/64", + "92.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2955, + "routerID": 0, + "vlanID": 2955, + "ipAddresses": [ + "3339::/64", + "93.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2956, + "routerID": 0, + "vlanID": 2956, + "ipAddresses": [ + "3340::/64", + "94.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2957, + "routerID": 0, + "vlanID": 2957, + "ipAddresses": [ + "3341::/64", + "95.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2958, + "routerID": 0, + "vlanID": 2958, + "ipAddresses": [ + "3342::/64", + "96.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2959, + "routerID": 0, + "vlanID": 2959, + "ipAddresses": [ + "3343::/64", + "97.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2960, + "routerID": 0, + "vlanID": 2960, + "ipAddresses": [ + "3344::/64", + "98.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2961, + "routerID": 0, + "vlanID": 2961, + "ipAddresses": [ + "3345::/64", + "99.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2962, + "routerID": 0, + "vlanID": 2962, + "ipAddresses": [ + "3346::/64", + "100.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2963, + "routerID": 0, + "vlanID": 2963, + "ipAddresses": [ + "3347::/64", + "101.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2964, + "routerID": 0, + "vlanID": 2964, + "ipAddresses": [ + "3348::/64", + "102.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2965, + "routerID": 0, + "vlanID": 2965, + "ipAddresses": [ + "3349::/64", + "103.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2966, + "routerID": 0, + "vlanID": 2966, + "ipAddresses": [ + "3350::/64", + "104.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2967, + "routerID": 0, + "vlanID": 2967, + "ipAddresses": [ + "3351::/64", + "105.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2968, + "routerID": 0, + "vlanID": 2968, + "ipAddresses": [ + "3352::/64", + "106.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2969, + "routerID": 0, + "vlanID": 2969, + "ipAddresses": [ + "3353::/64", + "107.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2970, + "routerID": 0, + "vlanID": 2970, + "ipAddresses": [ + "3354::/64", + "108.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2971, + "routerID": 0, + "vlanID": 2971, + "ipAddresses": [ + "3355::/64", + "109.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2972, + "routerID": 0, + "vlanID": 2972, + "ipAddresses": [ + "3356::/64", + "110.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2973, + "routerID": 0, + "vlanID": 2973, + "ipAddresses": [ + "3357::/64", + "111.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2974, + "routerID": 0, + "vlanID": 2974, + "ipAddresses": [ + "3358::/64", + "112.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2975, + "routerID": 0, + "vlanID": 2975, + "ipAddresses": [ + "3359::/64", + "113.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2976, + "routerID": 0, + "vlanID": 2976, + "ipAddresses": [ + "3360::/64", + "114.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2977, + "routerID": 0, + "vlanID": 2977, + "ipAddresses": [ + "3361::/64", + "115.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2978, + "routerID": 0, + "vlanID": 2978, + "ipAddresses": [ + "3362::/64", + "116.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2979, + "routerID": 0, + "vlanID": 2979, + "ipAddresses": [ + "3363::/64", + "117.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2980, + "routerID": 0, + "vlanID": 2980, + "ipAddresses": [ + "3364::/64", + "118.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2981, + "routerID": 0, + "vlanID": 2981, + "ipAddresses": [ + "3365::/64", + "119.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2982, + "routerID": 0, + "vlanID": 2982, + "ipAddresses": [ + "3366::/64", + "120.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2983, + "routerID": 0, + "vlanID": 2983, + "ipAddresses": [ + "3367::/64", + "121.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2984, + "routerID": 0, + "vlanID": 2984, + "ipAddresses": [ + "3368::/64", + "122.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2985, + "routerID": 0, + "vlanID": 2985, + "ipAddresses": [ + "3369::/64", + "123.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2986, + "routerID": 0, + "vlanID": 2986, + "ipAddresses": [ + "3370::/64", + "124.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2987, + "routerID": 0, + "vlanID": 2987, + "ipAddresses": [ + "3371::/64", + "125.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2988, + "routerID": 0, + "vlanID": 2988, + "ipAddresses": [ + "3372::/64", + "126.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2989, + "routerID": 0, + "vlanID": 2989, + "ipAddresses": [ + "3373::/64", + "127.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2990, + "routerID": 0, + "vlanID": 2990, + "ipAddresses": [ + "3374::/64", + "128.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2991, + "routerID": 0, + "vlanID": 2991, + "ipAddresses": [ + "3375::/64", + "129.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2992, + "routerID": 0, + "vlanID": 2992, + "ipAddresses": [ + "3376::/64", + "130.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2993, + "routerID": 0, + "vlanID": 2993, + "ipAddresses": [ + "3377::/64", + "131.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2994, + "routerID": 0, + "vlanID": 2994, + "ipAddresses": [ + "3378::/64", + "132.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2995, + "routerID": 0, + "vlanID": 2995, + "ipAddresses": [ + "3379::/64", + "133.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2996, + "routerID": 0, + "vlanID": 2996, + "ipAddresses": [ + "3380::/64", + "134.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2997, + "routerID": 0, + "vlanID": 2997, + "ipAddresses": [ + "3381::/64", + "135.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2998, + "routerID": 0, + "vlanID": 2998, + "ipAddresses": [ + "3382::/64", + "136.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 2999, + "routerID": 0, + "vlanID": 2999, + "ipAddresses": [ + "3383::/64", + "137.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3000, + "routerID": 0, + "vlanID": 3000, + "ipAddresses": [ + "3384::/64", + "138.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3001, + "routerID": 0, + "vlanID": 3001, + "ipAddresses": [ + "3385::/64", + "139.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3002, + "routerID": 0, + "vlanID": 3002, + "ipAddresses": [ + "3386::/64", + "140.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3003, + "routerID": 0, + "vlanID": 3003, + "ipAddresses": [ + "3387::/64", + "141.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3004, + "routerID": 0, + "vlanID": 3004, + "ipAddresses": [ + "3388::/64", + "142.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3005, + "routerID": 0, + "vlanID": 3005, + "ipAddresses": [ + "3389::/64", + "143.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3006, + "routerID": 0, + "vlanID": 3006, + "ipAddresses": [ + "3390::/64", + "144.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3007, + "routerID": 0, + "vlanID": 3007, + "ipAddresses": [ + "3391::/64", + "145.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3008, + "routerID": 0, + "vlanID": 3008, + "ipAddresses": [ + "3392::/64", + "146.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3009, + "routerID": 0, + "vlanID": 3009, + "ipAddresses": [ + "3393::/64", + "147.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3010, + "routerID": 0, + "vlanID": 3010, + "ipAddresses": [ + "3394::/64", + "148.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3011, + "routerID": 0, + "vlanID": 3011, + "ipAddresses": [ + "3395::/64", + "149.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3012, + "routerID": 0, + "vlanID": 3012, + "ipAddresses": [ + "3396::/64", + "150.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3013, + "routerID": 0, + "vlanID": 3013, + "ipAddresses": [ + "3397::/64", + "151.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3014, + "routerID": 0, + "vlanID": 3014, + "ipAddresses": [ + "3398::/64", + "152.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3015, + "routerID": 0, + "vlanID": 3015, + "ipAddresses": [ + "3399::/64", + "153.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3016, + "routerID": 0, + "vlanID": 3016, + "ipAddresses": [ + "3400::/64", + "154.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3017, + "routerID": 0, + "vlanID": 3017, + "ipAddresses": [ + "3401::/64", + "155.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3018, + "routerID": 0, + "vlanID": 3018, + "ipAddresses": [ + "3402::/64", + "156.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3019, + "routerID": 0, + "vlanID": 3019, + "ipAddresses": [ + "3403::/64", + "157.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3020, + "routerID": 0, + "vlanID": 3020, + "ipAddresses": [ + "3404::/64", + "158.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3021, + "routerID": 0, + "vlanID": 3021, + "ipAddresses": [ + "3405::/64", + "159.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3022, + "routerID": 0, + "vlanID": 3022, + "ipAddresses": [ + "3406::/64", + "160.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3023, + "routerID": 0, + "vlanID": 3023, + "ipAddresses": [ + "3407::/64", + "161.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3024, + "routerID": 0, + "vlanID": 3024, + "ipAddresses": [ + "3408::/64", + "162.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3025, + "routerID": 0, + "vlanID": 3025, + "ipAddresses": [ + "3409::/64", + "163.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3026, + "routerID": 0, + "vlanID": 3026, + "ipAddresses": [ + "3410::/64", + "164.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3027, + "routerID": 0, + "vlanID": 3027, + "ipAddresses": [ + "3411::/64", + "165.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3028, + "routerID": 0, + "vlanID": 3028, + "ipAddresses": [ + "3412::/64", + "166.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3029, + "routerID": 0, + "vlanID": 3029, + "ipAddresses": [ + "3413::/64", + "167.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3030, + "routerID": 0, + "vlanID": 3030, + "ipAddresses": [ + "3414::/64", + "168.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3031, + "routerID": 0, + "vlanID": 3031, + "ipAddresses": [ + "3415::/64", + "169.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3032, + "routerID": 0, + "vlanID": 3032, + "ipAddresses": [ + "3416::/64", + "170.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3033, + "routerID": 0, + "vlanID": 3033, + "ipAddresses": [ + "3417::/64", + "171.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3034, + "routerID": 0, + "vlanID": 3034, + "ipAddresses": [ + "3418::/64", + "172.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3035, + "routerID": 0, + "vlanID": 3035, + "ipAddresses": [ + "3419::/64", + "173.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3036, + "routerID": 0, + "vlanID": 3036, + "ipAddresses": [ + "3420::/64", + "174.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3037, + "routerID": 0, + "vlanID": 3037, + "ipAddresses": [ + "3421::/64", + "175.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3038, + "routerID": 0, + "vlanID": 3038, + "ipAddresses": [ + "3422::/64", + "176.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + }, + { + "intfID": 3039, + "routerID": 0, + "vlanID": 3039, + "ipAddresses": [ + "3423::/64", + "177.4.0.0/24" + ], + "mtu": 9000, + "isVirtual": false, + "isStateSyncDisabled": true, + "type": 1, + "scope": 0 + } + ], + "arpTimeoutSeconds": 60, + "arpRefreshSeconds": 20, + "arpAgerInterval": 5, + "proactiveArp": false, + "staticRoutesWithNhops": [ + + ], + "staticRoutesToNull": [ + + ], + "staticRoutesToCPU": [ + + ], + "acls": [ + { + "dscp": 48, + "name": "cpuPolicing-high-NetworkControl-dstLocalIp6", + "actionType": 1, + "lookupClassNeighbor": 2 + }, + { + "dscp": 48, + "name": "cpuPolicing-high-NetworkControl-dstLocalIp4", + "actionType": 1, + "lookupClassNeighbor": 1 + }, + { + "dstIp": "ff02::/16", + "srcPort": 0, + "name": "cpuPolicing-CPU-Port-Mcast-v6", + "actionType": 1 + }, + { + "dstIp": "fe80::/10", + "dscp": 48, + "name": "cpuPolicing-high-NetworkControl-linkLocal-v6", + "actionType": 1 + }, + { + "dstIp": "ff02::/16", + "dscp": 48, + "name": "cpuPolicing-high-NetworkControl-ff02::/16", + "actionType": 1 + }, + { + "dstIp": "fe80::/10", + "name": "cpuPolicing-mid-linkLocal-v6", + "actionType": 1 + }, + { + "dstIp": "ff02::/16", + "name": "cpuPolicing-mid-ff02::/16", + "actionType": 1 + }, + { + "srcIp": "2401:db00::/32", + "proto": 6, + "name": "ttld-prod-private", + "actionType": 1, + "ttl": { + "value": 128, + "mask": 128 + }, + "ipType": 3 + }, + { + "srcIp": "2a03:2880::/32", + "proto": 6, + "name": "ttld-prod-public", + "actionType": 1, + "ttl": { + "value": 128, + "mask": 128 + }, + "ipType": 3 + }, + { + "srcIp": "2803:6080::/29", + "proto": 6, + "name": "ttld-ip-per-task", + "actionType": 1, + "ttl": { + "value": 128, + "mask": 128 + }, + "ipType": 3 + }, + { + "srcIp": "2a03:83e0::/32", + "proto": 6, + "name": "ttld-onavo-infra", + "actionType": 1, + "ttl": { + "value": 128, + "mask": 128 + }, + "ipType": 3 + }, + { + "srcIp": "2620:0000:1c00::/40", + "proto": 6, + "name": "ttld-interconnect", + "actionType": 1, + "ttl": { + "value": 128, + "mask": 128 + }, + "ipType": 3 + } + ], + "maxNeighborProbes": 300, + "staleEntryInterval": 10, + "aggregatePorts": [ + + ], + "clientIdToAdminDistance": { + "0": 20, + "1": 1, + "2": 0, + "3": 0, + "4": 0, + "700": 255, + "786": 10 + }, + "sFlowCollectors": [ + + ], + "cpuQueues": [ + { + "id": 9, + "streamType": 1, + "scheduling": 1, + "name": "cpuQueue-high" + }, + { + "id": 2, + "streamType": 1, + "scheduling": 1, + "name": "cpuQueue-mid" + }, + { + "id": 1, + "streamType": 1, + "scheduling": 1, + "name": "cpuQueue-default", + "portQueueRate": { + "pktsPerSec": { + "minimum": 0, + "maximum": 1000 + } + } + }, + { + "id": 0, + "streamType": 1, + "scheduling": 1, + "name": "cpuQueue-low", + "portQueueRate": { + "pktsPerSec": { + "minimum": 0, + "maximum": 500 + } + } + } + ], + "cpuTrafficPolicy": { + "trafficPolicy": { + "matchToAction": [ + { + "matcher": "cpuPolicing-high-NetworkControl-dstLocalIp6", + "action": { + "sendToQueue": { + "queueId": 9 + }, + "toCpuAction": 0, + "setTc": { + "tcValue": 9 + }, + "userDefinedTrap": { + "queueId": 9 + } + } + }, + { + "matcher": "cpuPolicing-high-NetworkControl-dstLocalIp4", + "action": { + "sendToQueue": { + "queueId": 9 + }, + "toCpuAction": 0, + "setTc": { + "tcValue": 9 + }, + "userDefinedTrap": { + "queueId": 9 + } + } + }, + { + "matcher": "cpuPolicing-CPU-Port-Mcast-v6", + "action": { + } + }, + { + "matcher": "cpuPolicing-high-NetworkControl-linkLocal-v6", + "action": { + "sendToQueue": { + "queueId": 9 + }, + "toCpuAction": 0, + "setTc": { + "tcValue": 9 + }, + "userDefinedTrap": { + "queueId": 9 + } + } + }, + { + "matcher": "cpuPolicing-high-NetworkControl-ff02::/16", + "action": { + "sendToQueue": { + "queueId": 9 + }, + "toCpuAction": 0, + "setTc": { + "tcValue": 9 + }, + "userDefinedTrap": { + "queueId": 9 + } + } + }, + { + "matcher": "cpuPolicing-mid-linkLocal-v6", + "action": { + "sendToQueue": { + "queueId": 2 + }, + "toCpuAction": 0, + "setTc": { + "tcValue": 2 + }, + "userDefinedTrap": { + "queueId": 2 + } + } + }, + { + "matcher": "cpuPolicing-mid-ff02::/16", + "action": { + "sendToQueue": { + "queueId": 2 + }, + "toCpuAction": 0, + "setTc": { + "tcValue": 2 + }, + "userDefinedTrap": { + "queueId": 2 + } + } + } + ] + }, + "rxReasonToQueueOrderedList": [ + { + "rxReason": 8, + "queueId": 9 + }, + { + "rxReason": 1, + "queueId": 9 + }, + { + "rxReason": 10, + "queueId": 9 + }, + { + "rxReason": 11, + "queueId": 9 + }, + { + "rxReason": 12, + "queueId": 9 + }, + { + "rxReason": 13, + "queueId": 9 + }, + { + "rxReason": 9, + "queueId": 2 + }, + { + "rxReason": 7, + "queueId": 2 + }, + { + "rxReason": 2, + "queueId": 2 + }, + { + "rxReason": 17, + "queueId": 2 + }, + { + "rxReason": 6, + "queueId": 0 + }, + { + "rxReason": 14, + "queueId": 0 + }, + { + "rxReason": 0, + "queueId": 1 + } + ] + }, + "loadBalancers": [ + { + "id": 1, + "fieldSelection": { + "ipv4Fields": [ + 1, + 2 + ], + "ipv6Fields": [ + 1, + 2 + ], + "transportFields": [ + 1, + 2 + ], + "mplsFields": [ + + ], + "udfGroups": [ + + ] + }, + "algorithm": 1 + }, + { + "id": 2, + "fieldSelection": { + "ipv4Fields": [ + 1, + 2 + ], + "ipv6Fields": [ + 1, + 2 + ], + "transportFields": [ + + ], + "mplsFields": [ + + ], + "udfGroups": [ + + ] + }, + "algorithm": 1 + } + ], + "dataPlaneTrafficPolicy": { + "matchToAction": [ + { + "matcher": "ttld-prod-private", + "action": { + "counter": "ttld-prod-private" + } + }, + { + "matcher": "ttld-prod-public", + "action": { + "counter": "ttld-prod-public" + } + }, + { + "matcher": "ttld-ip-per-task", + "action": { + "counter": "ttld-ip-per-task" + } + }, + { + "matcher": "ttld-onavo-infra", + "action": { + "counter": "ttld-onavo-infra" + } + }, + { + "matcher": "ttld-interconnect", + "action": { + "counter": "ttld-interconnect" + } + } + ] + }, + "mirrors": [ + + ], + "trafficCounters": [ + { + "name": "ttld-prod-private", + "types": [ + 0, + 1 + ] + }, + { + "name": "ttld-prod-public", + "types": [ + 0, + 1 + ] + }, + { + "name": "ttld-ip-per-task", + "types": [ + 0, + 1 + ] + }, + { + "name": "ttld-onavo-infra", + "types": [ + 0, + 1 + ] + }, + { + "name": "ttld-interconnect", + "types": [ + 0, + 1 + ] + } + ], + "qosPolicies": [ + + ], + "defaultPortQueues": [ + + ], + "staticMplsRoutesWithNhops": [ + + ], + "staticMplsRoutesToNull": [ + + ], + "staticMplsRoutesToCPU": [ + + ], + "staticIp2MplsRoutes": [ + + ], + "portQueueConfigs": { + + }, + "switchSettings": { + "l2LearningMode": 0, + "qcmEnable": false, + "ptpTcEnable": false, + "l2AgeTimerSeconds": 300, + "maxRouteCounterIDs": 0, + "blockNeighbors": [ + + ], + "macAddrsToBlock": [ + + ], + "switchType": 0, + "exactMatchTableConfigs": [ + + ], + "switchIdToSwitchType_DEPRECATED": { + + }, + "switchDrainState": 0, + "switchIdToSwitchInfo": { + "0": { + "switchType": 0, + "asicType": 18, + "switchIndex": 0, + "portIdRange": { + "minimum": 0, + "maximum": 2047 + }, + "connectionHandle": "0000:15:00=0", + "firmwareNameToFirmwareInfo": { + + } + }, + "1": { + "switchType": 0, + "asicType": 18, + "switchIndex": 1, + "portIdRange": { + "minimum": 2048, + "maximum": 4095 + }, + "connectionHandle": "0000:18:00=0", + "firmwareNameToFirmwareInfo": { + + } + } + }, + "vendorMacOuis": [ + + ], + "metaMacOuis": [ + + ] + }, + "sdkVersion": { + "asicSdk": "sdk", + "saiSdk": "sai" + }, + "dsfNodes": { + + }, + "defaultVoqConfig": [ + + ], + "mirrorOnDropReports": [ + + ] + }, + "platform": { + "chip": { + "asicConfig": { + "common": { + "yamlConfig": "---\ndevice:\n 0:\n PC_PM_CORE:\n ?\n PC_PM_ID: 1\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x1357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024656104732\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x1357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024613570246135702461357024667034521\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 2\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x46105732\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45236701\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xD9\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xB8\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 3\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x23750164\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x10763254\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x9B\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x1D\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 4\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x23740165\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x12543076\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x9B\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xD9\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 5\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x23641057\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x31540267\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xE8\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xAA\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 6\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x31762045\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x30542167\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x89\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x6E\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 7\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x54026713\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x76124503\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x91\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x76\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 8\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x64025713\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45027613\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x19\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x76\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 9\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x46327501\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45137620\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x59\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x55\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 10\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x76015423\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45027613\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x2A\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x47\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 11\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x32451067\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x31672054\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x54\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xE2\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 12\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x32471065\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x30542167\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x45\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xA6\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 13\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x31752046\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x31672054\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x98\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x2E\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 14\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x31762045\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x30542167\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x89\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x6A\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 15\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x54026713\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x76124503\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x91\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x56\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 16\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x64025713\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45027613\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x19\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x74\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 17\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x56017423\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x76124503\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xA2\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x65\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 18\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x76015423\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45027613\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x2A\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x47\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 19\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x32451067\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x31672054\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x54\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xE2\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 20\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x32471065\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x30542167\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x45\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xA6\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 21\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x23641057\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x31540267\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xE8\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xAA\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 22\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x31762045\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x30542167\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x89\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x6A\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 23\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x54026713\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x76124503\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x91\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x56\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 24\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x64025713\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45027613\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x19\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x74\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 25\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x46327501\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45137620\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x59\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x55\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 26\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x76015423\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45027613\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x2A\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x45\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 27\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x32451067\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x31672054\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x54\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xA2\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 28\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x32471065\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x30542167\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x45\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xA2\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 29\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x01652374\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x30761254\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x75\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x84\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 30\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x01642375\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x32541076\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x75\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xC0\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 31\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x57324610\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x67014523\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xAE\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x03\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 32\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x47325610\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45216703\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xAE\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x31\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 33\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x56104732\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x67034521\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x15\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xED\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 34\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x46105732\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45236701\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x15\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xCF\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 35\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x23750164\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x10763254\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xA8\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xF3\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 36\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x23740165\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x12543076\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xA8\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x37\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 37\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x23641057\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x31540267\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x56\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x55\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 38\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x10673245\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x20543167\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xBA\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xD5\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 39\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x54237601\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x76134502\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x5D\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xAB\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 40\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x74235601\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45037612\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xD5\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xAB\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 41\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x12035674\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x47561230\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x2B\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x33\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 42\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x23014756\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x47560132\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x3D\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x39\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 43\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x65741032\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x23106574\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xBC\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x9C\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 44\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x56741032\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x23015647\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x7C\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xAC\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 45\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x75462031\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x23106574\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xB3\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x6C\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 46\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x57462031\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x23015647\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x73\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x5C\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 47\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x13026475\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x74651032\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xCE\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x3A\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 48\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x13026457\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x47560132\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xCD\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x36\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 49\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x23014765\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x74651032\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x3E\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x35\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 50\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x23014756\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x47560132\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x3D\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x39\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 51\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x65741032\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x23106574\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xBC\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x9C\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 52\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x56741032\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x23015647\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x7C\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xAC\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 53\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x74560312\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x30125647\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x6C\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xCC\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 54\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x57462031\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x23015647\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x73\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x5C\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 55\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x13026475\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x74651032\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xCE\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x3A\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 56\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x13026457\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x47560132\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xCD\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x36\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 57\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x46327501\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45137620\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x8E\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0xAA\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 58\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x67135402\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45037612\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0xE6\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x98\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 59\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x20453176\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x21673054\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x67\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x19\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 60\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x20463175\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x20543167\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x76\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x19\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 61\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x01652374\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x30761254\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x46\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x6A\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 62\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x01642375\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x32541076\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x46\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x2E\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 63\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x57324610\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x67014523\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x62\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x74\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 64\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x47325610\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x45216703\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x62\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x46\n TX_POLARITY_FLIP_AUTO: 0\n ?\n PC_PM_ID: 65\n CORE_INDEX: 0\n :\n RX_LANE_MAP: 0x3210\n RX_LANE_MAP_AUTO: 0\n TX_LANE_MAP: 0x3210\n TX_LANE_MAP_AUTO: 0\n RX_POLARITY_FLIP: 0x00\n RX_POLARITY_FLIP_AUTO: 0\n TX_POLARITY_FLIP: 0x00\n TX_POLARITY_FLIP_AUTO: 0\n...\n---\ndevice:\n 0:\n PC_PORT_PHYS_MAP:\n ?\n PORT_ID: 1\n :\n PC_PHYS_PORT_ID: 1\n ?\n PORT_ID: 2\n :\n PC_PHYS_PORT_ID: 2\n ?\n PORT_ID: 3\n :\n PC_PHYS_PORT_ID: 3\n ?\n PORT_ID: 4\n :\n PC_PHYS_PORT_ID: 4\n ?\n PORT_ID: 5\n :\n PC_PHYS_PORT_ID: 5\n ?\n PORT_ID: 6\n :\n PC_PHYS_PORT_ID: 6\n ?\n PORT_ID: 7\n :\n PC_PHYS_PORT_ID: 7\n ?\n PORT_ID: 8\n :\n PC_PHYS_PORT_ID: 8\n ?\n PORT_ID: 9\n :\n PC_PHYS_PORT_ID: 9\n ?\n PORT_ID: 10\n :\n PC_PHYS_PORT_ID: 10\n ?\n PORT_ID: 11\n :\n PC_PHYS_PORT_ID: 11\n ?\n PORT_ID: 12\n :\n PC_PHYS_PORT_ID: 12\n ?\n PORT_ID: 13\n :\n PC_PHYS_PORT_ID: 13\n ?\n PORT_ID: 14\n :\n PC_PHYS_PORT_ID: 14\n ?\n PORT_ID: 15\n :\n PC_PHYS_PORT_ID: 15\n ?\n PORT_ID: 16\n :\n PC_PHYS_PORT_ID: 16\n ?\n PORT_ID: 18\n :\n PC_PHYS_PORT_ID: 17\n ?\n PORT_ID: 19\n :\n PC_PHYS_PORT_ID: 18\n ?\n PORT_ID: 20\n :\n PC_PHYS_PORT_ID: 19\n ?\n PORT_ID: 21\n :\n PC_PHYS_PORT_ID: 20\n ?\n PORT_ID: 22\n :\n PC_PHYS_PORT_ID: 21\n ?\n PORT_ID: 23\n :\n PC_PHYS_PORT_ID: 22\n ?\n PORT_ID: 24\n :\n PC_PHYS_PORT_ID: 23\n ?\n PORT_ID: 25\n :\n PC_PHYS_PORT_ID: 24\n ?\n PORT_ID: 26\n :\n PC_PHYS_PORT_ID: 25\n ?\n PORT_ID: 27\n :\n PC_PHYS_PORT_ID: 26\n ?\n PORT_ID: 28\n :\n PC_PHYS_PORT_ID: 27\n ?\n PORT_ID: 29\n :\n PC_PHYS_PORT_ID: 28\n ?\n PORT_ID: 30\n :\n PC_PHYS_PORT_ID: 29\n ?\n PORT_ID: 31\n :\n PC_PHYS_PORT_ID: 30\n ?\n PORT_ID: 32\n :\n PC_PHYS_PORT_ID: 31\n ?\n PORT_ID: 33\n :\n PC_PHYS_PORT_ID: 32\n ?\n PORT_ID: 36\n :\n PC_PHYS_PORT_ID: 33\n ?\n PORT_ID: 37\n :\n PC_PHYS_PORT_ID: 34\n ?\n PORT_ID: 38\n :\n PC_PHYS_PORT_ID: 35\n ?\n PORT_ID: 39\n :\n PC_PHYS_PORT_ID: 36\n ?\n PORT_ID: 40\n :\n PC_PHYS_PORT_ID: 37\n ?\n PORT_ID: 41\n :\n PC_PHYS_PORT_ID: 38\n ?\n PORT_ID: 42\n :\n PC_PHYS_PORT_ID: 39\n ?\n PORT_ID: 43\n :\n PC_PHYS_PORT_ID: 40\n ?\n PORT_ID: 44\n :\n PC_PHYS_PORT_ID: 41\n ?\n PORT_ID: 45\n :\n PC_PHYS_PORT_ID: 42\n ?\n PORT_ID: 46\n :\n PC_PHYS_PORT_ID: 43\n ?\n PORT_ID: 47\n :\n PC_PHYS_PORT_ID: 44\n ?\n PORT_ID: 48\n :\n PC_PHYS_PORT_ID: 45\n ?\n PORT_ID: 49\n :\n PC_PHYS_PORT_ID: 46\n ?\n PORT_ID: 50\n :\n PC_PHYS_PORT_ID: 47\n ?\n PORT_ID: 51\n :\n PC_PHYS_PORT_ID: 48\n ?\n PORT_ID: 54\n :\n PC_PHYS_PORT_ID: 49\n ?\n PORT_ID: 55\n :\n PC_PHYS_PORT_ID: 50\n ?\n PORT_ID: 56\n :\n PC_PHYS_PORT_ID: 51\n ?\n PORT_ID: 57\n :\n PC_PHYS_PORT_ID: 52\n ?\n PORT_ID: 58\n :\n PC_PHYS_PORT_ID: 53\n ?\n PORT_ID: 59\n :\n PC_PHYS_PORT_ID: 54\n ?\n PORT_ID: 60\n :\n PC_PHYS_PORT_ID: 55\n ?\n PORT_ID: 61\n :\n PC_PHYS_PORT_ID: 56\n ?\n PORT_ID: 62\n :\n PC_PHYS_PORT_ID: 57\n ?\n PORT_ID: 63\n :\n PC_PHYS_PORT_ID: 58\n ?\n PORT_ID: 64\n :\n PC_PHYS_PORT_ID: 59\n ?\n PORT_ID: 65\n :\n PC_PHYS_PORT_ID: 60\n ?\n PORT_ID: 66\n :\n PC_PHYS_PORT_ID: 61\n ?\n PORT_ID: 67\n :\n PC_PHYS_PORT_ID: 62\n ?\n PORT_ID: 68\n :\n PC_PHYS_PORT_ID: 63\n ?\n PORT_ID: 69\n :\n PC_PHYS_PORT_ID: 64\n ?\n PORT_ID: 72\n :\n PC_PHYS_PORT_ID: 65\n ?\n PORT_ID: 73\n :\n PC_PHYS_PORT_ID: 66\n ?\n PORT_ID: 74\n :\n PC_PHYS_PORT_ID: 67\n ?\n PORT_ID: 75\n :\n PC_PHYS_PORT_ID: 68\n ?\n PORT_ID: 76\n :\n PC_PHYS_PORT_ID: 69\n ?\n PORT_ID: 77\n :\n PC_PHYS_PORT_ID: 70\n ?\n PORT_ID: 78\n :\n PC_PHYS_PORT_ID: 71\n ?\n PORT_ID: 79\n :\n PC_PHYS_PORT_ID: 72\n ?\n PORT_ID: 80\n :\n PC_PHYS_PORT_ID: 73\n ?\n PORT_ID: 81\n :\n PC_PHYS_PORT_ID: 74\n ?\n PORT_ID: 82\n :\n PC_PHYS_PORT_ID: 75\n ?\n PORT_ID: 83\n :\n PC_PHYS_PORT_ID: 76\n ?\n PORT_ID: 84\n :\n PC_PHYS_PORT_ID: 77\n ?\n PORT_ID: 85\n :\n PC_PHYS_PORT_ID: 78\n ?\n PORT_ID: 86\n :\n PC_PHYS_PORT_ID: 79\n ?\n PORT_ID: 87\n :\n PC_PHYS_PORT_ID: 80\n ?\n PORT_ID: 90\n :\n PC_PHYS_PORT_ID: 81\n ?\n PORT_ID: 91\n :\n PC_PHYS_PORT_ID: 82\n ?\n PORT_ID: 92\n :\n PC_PHYS_PORT_ID: 83\n ?\n PORT_ID: 93\n :\n PC_PHYS_PORT_ID: 84\n ?\n PORT_ID: 94\n :\n PC_PHYS_PORT_ID: 85\n ?\n PORT_ID: 95\n :\n PC_PHYS_PORT_ID: 86\n ?\n PORT_ID: 96\n :\n PC_PHYS_PORT_ID: 87\n ?\n PORT_ID: 97\n :\n PC_PHYS_PORT_ID: 88\n ?\n PORT_ID: 98\n :\n PC_PHYS_PORT_ID: 89\n ?\n PORT_ID: 99\n :\n PC_PHYS_PORT_ID: 90\n ?\n PORT_ID: 100\n :\n PC_PHYS_PORT_ID: 91\n ?\n PORT_ID: 101\n :\n PC_PHYS_PORT_ID: 92\n ?\n PORT_ID: 102\n :\n PC_PHYS_PORT_ID: 93\n ?\n PORT_ID: 103\n :\n PC_PHYS_PORT_ID: 94\n ?\n PORT_ID: 104\n :\n PC_PHYS_PORT_ID: 95\n ?\n PORT_ID: 105\n :\n PC_PHYS_PORT_ID: 96\n ?\n PORT_ID: 108\n :\n PC_PHYS_PORT_ID: 97\n ?\n PORT_ID: 109\n :\n PC_PHYS_PORT_ID: 98\n ?\n PORT_ID: 110\n :\n PC_PHYS_PORT_ID: 99\n ?\n PORT_ID: 111\n :\n PC_PHYS_PORT_ID: 100\n ?\n PORT_ID: 112\n :\n PC_PHYS_PORT_ID: 101\n ?\n PORT_ID: 113\n :\n PC_PHYS_PORT_ID: 102\n ?\n PORT_ID: 114\n :\n PC_PHYS_PORT_ID: 103\n ?\n PORT_ID: 115\n :\n PC_PHYS_PORT_ID: 104\n ?\n PORT_ID: 116\n :\n PC_PHYS_PORT_ID: 105\n ?\n PORT_ID: 117\n :\n PC_PHYS_PORT_ID: 106\n ?\n PORT_ID: 118\n :\n PC_PHYS_PORT_ID: 107\n ?\n PORT_ID: 119\n :\n PC_PHYS_PORT_ID: 108\n ?\n PORT_ID: 120\n :\n PC_PHYS_PORT_ID: 109\n ?\n PORT_ID: 121\n :\n PC_PHYS_PORT_ID: 110\n ?\n PORT_ID: 122\n :\n PC_PHYS_PORT_ID: 111\n ?\n PORT_ID: 123\n :\n PC_PHYS_PORT_ID: 112\n ?\n PORT_ID: 126\n :\n PC_PHYS_PORT_ID: 113\n ?\n PORT_ID: 127\n :\n PC_PHYS_PORT_ID: 114\n ?\n PORT_ID: 128\n :\n PC_PHYS_PORT_ID: 115\n ?\n PORT_ID: 129\n :\n PC_PHYS_PORT_ID: 116\n ?\n PORT_ID: 130\n :\n PC_PHYS_PORT_ID: 117\n ?\n PORT_ID: 131\n :\n PC_PHYS_PORT_ID: 118\n ?\n PORT_ID: 132\n :\n PC_PHYS_PORT_ID: 119\n ?\n PORT_ID: 133\n :\n PC_PHYS_PORT_ID: 120\n ?\n PORT_ID: 134\n :\n PC_PHYS_PORT_ID: 121\n ?\n PORT_ID: 135\n :\n PC_PHYS_PORT_ID: 122\n ?\n PORT_ID: 136\n :\n PC_PHYS_PORT_ID: 123\n ?\n PORT_ID: 137\n :\n PC_PHYS_PORT_ID: 124\n ?\n PORT_ID: 138\n :\n PC_PHYS_PORT_ID: 125\n ?\n PORT_ID: 139\n :\n PC_PHYS_PORT_ID: 126\n ?\n PORT_ID: 140\n :\n PC_PHYS_PORT_ID: 127\n ?\n PORT_ID: 141\n :\n PC_PHYS_PORT_ID: 128\n ?\n PORT_ID: 144\n :\n PC_PHYS_PORT_ID: 129\n ?\n PORT_ID: 145\n :\n PC_PHYS_PORT_ID: 130\n ?\n PORT_ID: 146\n :\n PC_PHYS_PORT_ID: 131\n ?\n PORT_ID: 147\n :\n PC_PHYS_PORT_ID: 132\n ?\n PORT_ID: 148\n :\n PC_PHYS_PORT_ID: 133\n ?\n PORT_ID: 149\n :\n PC_PHYS_PORT_ID: 134\n ?\n PORT_ID: 150\n :\n PC_PHYS_PORT_ID: 135\n ?\n PORT_ID: 151\n :\n PC_PHYS_PORT_ID: 136\n ?\n PORT_ID: 152\n :\n PC_PHYS_PORT_ID: 137\n ?\n PORT_ID: 153\n :\n PC_PHYS_PORT_ID: 138\n ?\n PORT_ID: 154\n :\n PC_PHYS_PORT_ID: 139\n ?\n PORT_ID: 155\n :\n PC_PHYS_PORT_ID: 140\n ?\n PORT_ID: 156\n :\n PC_PHYS_PORT_ID: 141\n ?\n PORT_ID: 157\n :\n PC_PHYS_PORT_ID: 142\n ?\n PORT_ID: 158\n :\n PC_PHYS_PORT_ID: 143\n ?\n PORT_ID: 159\n :\n PC_PHYS_PORT_ID: 144\n ?\n PORT_ID: 162\n :\n PC_PHYS_PORT_ID: 145\n ?\n PORT_ID: 163\n :\n PC_PHYS_PORT_ID: 146\n ?\n PORT_ID: 164\n :\n PC_PHYS_PORT_ID: 147\n ?\n PORT_ID: 165\n :\n PC_PHYS_PORT_ID: 148\n ?\n PORT_ID: 166\n :\n PC_PHYS_PORT_ID: 149\n ?\n PORT_ID: 167\n :\n PC_PHYS_PORT_ID: 150\n ?\n PORT_ID: 168\n :\n PC_PHYS_PORT_ID: 151\n ?\n PORT_ID: 169\n :\n PC_PHYS_PORT_ID: 152\n ?\n PORT_ID: 170\n :\n PC_PHYS_PORT_ID: 153\n ?\n PORT_ID: 171\n :\n PC_PHYS_PORT_ID: 154\n ?\n PORT_ID: 172\n :\n PC_PHYS_PORT_ID: 155\n ?\n PORT_ID: 173\n :\n PC_PHYS_PORT_ID: 156\n ?\n PORT_ID: 174\n :\n PC_PHYS_PORT_ID: 157\n ?\n PORT_ID: 175\n :\n PC_PHYS_PORT_ID: 158\n ?\n PORT_ID: 176\n :\n PC_PHYS_PORT_ID: 159\n ?\n PORT_ID: 177\n :\n PC_PHYS_PORT_ID: 160\n ?\n PORT_ID: 180\n :\n PC_PHYS_PORT_ID: 161\n ?\n PORT_ID: 181\n :\n PC_PHYS_PORT_ID: 162\n ?\n PORT_ID: 182\n :\n PC_PHYS_PORT_ID: 163\n ?\n PORT_ID: 183\n :\n PC_PHYS_PORT_ID: 164\n ?\n PORT_ID: 184\n :\n PC_PHYS_PORT_ID: 165\n ?\n PORT_ID: 185\n :\n PC_PHYS_PORT_ID: 166\n ?\n PORT_ID: 186\n :\n PC_PHYS_PORT_ID: 167\n ?\n PORT_ID: 187\n :\n PC_PHYS_PORT_ID: 168\n ?\n PORT_ID: 188\n :\n PC_PHYS_PORT_ID: 169\n ?\n PORT_ID: 189\n :\n PC_PHYS_PORT_ID: 170\n ?\n PORT_ID: 190\n :\n PC_PHYS_PORT_ID: 171\n ?\n PORT_ID: 191\n :\n PC_PHYS_PORT_ID: 172\n ?\n PORT_ID: 192\n :\n PC_PHYS_PORT_ID: 173\n ?\n PORT_ID: 193\n :\n PC_PHYS_PORT_ID: 174\n ?\n PORT_ID: 194\n :\n PC_PHYS_PORT_ID: 175\n ?\n PORT_ID: 195\n :\n PC_PHYS_PORT_ID: 176\n ?\n PORT_ID: 198\n :\n PC_PHYS_PORT_ID: 177\n ?\n PORT_ID: 199\n :\n PC_PHYS_PORT_ID: 178\n ?\n PORT_ID: 200\n :\n PC_PHYS_PORT_ID: 179\n ?\n PORT_ID: 201\n :\n PC_PHYS_PORT_ID: 180\n ?\n PORT_ID: 202\n :\n PC_PHYS_PORT_ID: 181\n ?\n PORT_ID: 203\n :\n PC_PHYS_PORT_ID: 182\n ?\n PORT_ID: 204\n :\n PC_PHYS_PORT_ID: 183\n ?\n PORT_ID: 205\n :\n PC_PHYS_PORT_ID: 184\n ?\n PORT_ID: 206\n :\n PC_PHYS_PORT_ID: 185\n ?\n PORT_ID: 207\n :\n PC_PHYS_PORT_ID: 186\n ?\n PORT_ID: 208\n :\n PC_PHYS_PORT_ID: 187\n ?\n PORT_ID: 209\n :\n PC_PHYS_PORT_ID: 188\n ?\n PORT_ID: 210\n :\n PC_PHYS_PORT_ID: 189\n ?\n PORT_ID: 211\n :\n PC_PHYS_PORT_ID: 190\n ?\n PORT_ID: 212\n :\n PC_PHYS_PORT_ID: 191\n ?\n PORT_ID: 213\n :\n PC_PHYS_PORT_ID: 192\n ?\n PORT_ID: 216\n :\n PC_PHYS_PORT_ID: 193\n ?\n PORT_ID: 217\n :\n PC_PHYS_PORT_ID: 194\n ?\n PORT_ID: 218\n :\n PC_PHYS_PORT_ID: 195\n ?\n PORT_ID: 219\n :\n PC_PHYS_PORT_ID: 196\n ?\n PORT_ID: 220\n :\n PC_PHYS_PORT_ID: 197\n ?\n PORT_ID: 221\n :\n PC_PHYS_PORT_ID: 198\n ?\n PORT_ID: 222\n :\n PC_PHYS_PORT_ID: 199\n ?\n PORT_ID: 223\n :\n PC_PHYS_PORT_ID: 200\n ?\n PORT_ID: 224\n :\n PC_PHYS_PORT_ID: 201\n ?\n PORT_ID: 225\n :\n PC_PHYS_PORT_ID: 202\n ?\n PORT_ID: 226\n :\n PC_PHYS_PORT_ID: 203\n ?\n PORT_ID: 227\n :\n PC_PHYS_PORT_ID: 204\n ?\n PORT_ID: 228\n :\n PC_PHYS_PORT_ID: 205\n ?\n PORT_ID: 229\n :\n PC_PHYS_PORT_ID: 206\n ?\n PORT_ID: 230\n :\n PC_PHYS_PORT_ID: 207\n ?\n PORT_ID: 231\n :\n PC_PHYS_PORT_ID: 208\n ?\n PORT_ID: 234\n :\n PC_PHYS_PORT_ID: 209\n ?\n PORT_ID: 235\n :\n PC_PHYS_PORT_ID: 210\n ?\n PORT_ID: 236\n :\n PC_PHYS_PORT_ID: 211\n ?\n PORT_ID: 237\n :\n PC_PHYS_PORT_ID: 212\n ?\n PORT_ID: 238\n :\n PC_PHYS_PORT_ID: 213\n ?\n PORT_ID: 239\n :\n PC_PHYS_PORT_ID: 214\n ?\n PORT_ID: 240\n :\n PC_PHYS_PORT_ID: 215\n ?\n PORT_ID: 241\n :\n PC_PHYS_PORT_ID: 216\n ?\n PORT_ID: 242\n :\n PC_PHYS_PORT_ID: 217\n ?\n PORT_ID: 243\n :\n PC_PHYS_PORT_ID: 218\n ?\n PORT_ID: 244\n :\n PC_PHYS_PORT_ID: 219\n ?\n PORT_ID: 245\n :\n PC_PHYS_PORT_ID: 220\n ?\n PORT_ID: 246\n :\n PC_PHYS_PORT_ID: 221\n ?\n PORT_ID: 247\n :\n PC_PHYS_PORT_ID: 222\n ?\n PORT_ID: 248\n :\n PC_PHYS_PORT_ID: 223\n ?\n PORT_ID: 249\n :\n PC_PHYS_PORT_ID: 224\n ?\n PORT_ID: 252\n :\n PC_PHYS_PORT_ID: 225\n ?\n PORT_ID: 253\n :\n PC_PHYS_PORT_ID: 226\n ?\n PORT_ID: 254\n :\n PC_PHYS_PORT_ID: 227\n ?\n PORT_ID: 255\n :\n PC_PHYS_PORT_ID: 228\n ?\n PORT_ID: 256\n :\n PC_PHYS_PORT_ID: 229\n ?\n PORT_ID: 257\n :\n PC_PHYS_PORT_ID: 230\n ?\n PORT_ID: 258\n :\n PC_PHYS_PORT_ID: 231\n ?\n PORT_ID: 259\n :\n PC_PHYS_PORT_ID: 232\n ?\n PORT_ID: 260\n :\n PC_PHYS_PORT_ID: 233\n ?\n PORT_ID: 261\n :\n PC_PHYS_PORT_ID: 234\n ?\n PORT_ID: 262\n :\n PC_PHYS_PORT_ID: 235\n ?\n PORT_ID: 263\n :\n PC_PHYS_PORT_ID: 236\n ?\n PORT_ID: 264\n :\n PC_PHYS_PORT_ID: 237\n ?\n PORT_ID: 265\n :\n PC_PHYS_PORT_ID: 238\n ?\n PORT_ID: 266\n :\n PC_PHYS_PORT_ID: 239\n ?\n PORT_ID: 267\n :\n PC_PHYS_PORT_ID: 240\n ?\n PORT_ID: 270\n :\n PC_PHYS_PORT_ID: 241\n ?\n PORT_ID: 271\n :\n PC_PHYS_PORT_ID: 242\n ?\n PORT_ID: 272\n :\n PC_PHYS_PORT_ID: 243\n ?\n PORT_ID: 273\n :\n PC_PHYS_PORT_ID: 244\n ?\n PORT_ID: 274\n :\n PC_PHYS_PORT_ID: 245\n ?\n PORT_ID: 275\n :\n PC_PHYS_PORT_ID: 246\n ?\n PORT_ID: 276\n :\n PC_PHYS_PORT_ID: 247\n ?\n PORT_ID: 277\n :\n PC_PHYS_PORT_ID: 248\n ?\n PORT_ID: 278\n :\n PC_PHYS_PORT_ID: 249\n ?\n PORT_ID: 279\n :\n PC_PHYS_PORT_ID: 250\n ?\n PORT_ID: 280\n :\n PC_PHYS_PORT_ID: 251\n ?\n PORT_ID: 281\n :\n PC_PHYS_PORT_ID: 252\n ?\n PORT_ID: 282\n :\n PC_PHYS_PORT_ID: 253\n ?\n PORT_ID: 283\n :\n PC_PHYS_PORT_ID: 254\n ?\n PORT_ID: 284\n :\n PC_PHYS_PORT_ID: 255\n ?\n PORT_ID: 285\n :\n PC_PHYS_PORT_ID: 256\n ?\n PORT_ID: 288\n :\n PC_PHYS_PORT_ID: 257\n ?\n PORT_ID: 289\n :\n PC_PHYS_PORT_ID: 258\n ?\n PORT_ID: 290\n :\n PC_PHYS_PORT_ID: 259\n ?\n PORT_ID: 291\n :\n PC_PHYS_PORT_ID: 260\n ?\n PORT_ID: 292\n :\n PC_PHYS_PORT_ID: 261\n ?\n PORT_ID: 293\n :\n PC_PHYS_PORT_ID: 262\n ?\n PORT_ID: 294\n :\n PC_PHYS_PORT_ID: 263\n ?\n PORT_ID: 295\n :\n PC_PHYS_PORT_ID: 264\n ?\n PORT_ID: 296\n :\n PC_PHYS_PORT_ID: 265\n ?\n PORT_ID: 297\n :\n PC_PHYS_PORT_ID: 266\n ?\n PORT_ID: 298\n :\n PC_PHYS_PORT_ID: 267\n ?\n PORT_ID: 299\n :\n PC_PHYS_PORT_ID: 268\n ?\n PORT_ID: 300\n :\n PC_PHYS_PORT_ID: 269\n ?\n PORT_ID: 301\n :\n PC_PHYS_PORT_ID: 270\n ?\n PORT_ID: 302\n :\n PC_PHYS_PORT_ID: 271\n ?\n PORT_ID: 303\n :\n PC_PHYS_PORT_ID: 272\n ?\n PORT_ID: 306\n :\n PC_PHYS_PORT_ID: 273\n ?\n PORT_ID: 307\n :\n PC_PHYS_PORT_ID: 274\n ?\n PORT_ID: 308\n :\n PC_PHYS_PORT_ID: 275\n ?\n PORT_ID: 309\n :\n PC_PHYS_PORT_ID: 276\n ?\n PORT_ID: 310\n :\n PC_PHYS_PORT_ID: 277\n ?\n PORT_ID: 311\n :\n PC_PHYS_PORT_ID: 278\n ?\n PORT_ID: 312\n :\n PC_PHYS_PORT_ID: 279\n ?\n PORT_ID: 313\n :\n PC_PHYS_PORT_ID: 280\n ?\n PORT_ID: 314\n :\n PC_PHYS_PORT_ID: 281\n ?\n PORT_ID: 315\n :\n PC_PHYS_PORT_ID: 282\n ?\n PORT_ID: 316\n :\n PC_PHYS_PORT_ID: 283\n ?\n PORT_ID: 317\n :\n PC_PHYS_PORT_ID: 284\n ?\n PORT_ID: 318\n :\n PC_PHYS_PORT_ID: 285\n ?\n PORT_ID: 319\n :\n PC_PHYS_PORT_ID: 286\n ?\n PORT_ID: 320\n :\n PC_PHYS_PORT_ID: 287\n ?\n PORT_ID: 321\n :\n PC_PHYS_PORT_ID: 288\n ?\n PORT_ID: 324\n :\n PC_PHYS_PORT_ID: 289\n ?\n PORT_ID: 325\n :\n PC_PHYS_PORT_ID: 290\n ?\n PORT_ID: 326\n :\n PC_PHYS_PORT_ID: 291\n ?\n PORT_ID: 327\n :\n PC_PHYS_PORT_ID: 292\n ?\n PORT_ID: 328\n :\n PC_PHYS_PORT_ID: 293\n ?\n PORT_ID: 329\n :\n PC_PHYS_PORT_ID: 294\n ?\n PORT_ID: 330\n :\n PC_PHYS_PORT_ID: 295\n ?\n PORT_ID: 331\n :\n PC_PHYS_PORT_ID: 296\n ?\n PORT_ID: 332\n :\n PC_PHYS_PORT_ID: 297\n ?\n PORT_ID: 333\n :\n PC_PHYS_PORT_ID: 298\n ?\n PORT_ID: 334\n :\n PC_PHYS_PORT_ID: 299\n ?\n PORT_ID: 335\n :\n PC_PHYS_PORT_ID: 300\n ?\n PORT_ID: 336\n :\n PC_PHYS_PORT_ID: 301\n ?\n PORT_ID: 337\n :\n PC_PHYS_PORT_ID: 302\n ?\n PORT_ID: 338\n :\n PC_PHYS_PORT_ID: 303\n ?\n PORT_ID: 339\n :\n PC_PHYS_PORT_ID: 304\n ?\n PORT_ID: 342\n :\n PC_PHYS_PORT_ID: 305\n ?\n PORT_ID: 343\n :\n PC_PHYS_PORT_ID: 306\n ?\n PORT_ID: 344\n :\n PC_PHYS_PORT_ID: 307\n ?\n PORT_ID: 345\n :\n PC_PHYS_PORT_ID: 308\n ?\n PORT_ID: 346\n :\n PC_PHYS_PORT_ID: 309\n ?\n PORT_ID: 347\n :\n PC_PHYS_PORT_ID: 310\n ?\n PORT_ID: 348\n :\n PC_PHYS_PORT_ID: 311\n ?\n PORT_ID: 349\n :\n PC_PHYS_PORT_ID: 312\n ?\n PORT_ID: 350\n :\n PC_PHYS_PORT_ID: 313\n ?\n PORT_ID: 351\n :\n PC_PHYS_PORT_ID: 314\n ?\n PORT_ID: 352\n :\n PC_PHYS_PORT_ID: 315\n ?\n PORT_ID: 353\n :\n PC_PHYS_PORT_ID: 316\n ?\n PORT_ID: 354\n :\n PC_PHYS_PORT_ID: 317\n ?\n PORT_ID: 355\n :\n PC_PHYS_PORT_ID: 318\n ?\n PORT_ID: 356\n :\n PC_PHYS_PORT_ID: 319\n ?\n PORT_ID: 357\n :\n PC_PHYS_PORT_ID: 320\n ?\n PORT_ID: 360\n :\n PC_PHYS_PORT_ID: 321\n ?\n PORT_ID: 361\n :\n PC_PHYS_PORT_ID: 322\n ?\n PORT_ID: 362\n :\n PC_PHYS_PORT_ID: 323\n ?\n PORT_ID: 363\n :\n PC_PHYS_PORT_ID: 324\n ?\n PORT_ID: 364\n :\n PC_PHYS_PORT_ID: 325\n ?\n PORT_ID: 365\n :\n PC_PHYS_PORT_ID: 326\n ?\n PORT_ID: 366\n :\n PC_PHYS_PORT_ID: 327\n ?\n PORT_ID: 367\n :\n PC_PHYS_PORT_ID: 328\n ?\n PORT_ID: 368\n :\n PC_PHYS_PORT_ID: 329\n ?\n PORT_ID: 369\n :\n PC_PHYS_PORT_ID: 330\n ?\n PORT_ID: 370\n :\n PC_PHYS_PORT_ID: 331\n ?\n PORT_ID: 371\n :\n PC_PHYS_PORT_ID: 332\n ?\n PORT_ID: 372\n :\n PC_PHYS_PORT_ID: 333\n ?\n PORT_ID: 373\n :\n PC_PHYS_PORT_ID: 334\n ?\n PORT_ID: 374\n :\n PC_PHYS_PORT_ID: 335\n ?\n PORT_ID: 375\n :\n PC_PHYS_PORT_ID: 336\n ?\n PORT_ID: 378\n :\n PC_PHYS_PORT_ID: 337\n ?\n PORT_ID: 379\n :\n PC_PHYS_PORT_ID: 338\n ?\n PORT_ID: 380\n :\n PC_PHYS_PORT_ID: 339\n ?\n PORT_ID: 381\n :\n PC_PHYS_PORT_ID: 340\n ?\n PORT_ID: 382\n :\n PC_PHYS_PORT_ID: 341\n ?\n PORT_ID: 383\n :\n PC_PHYS_PORT_ID: 342\n ?\n PORT_ID: 384\n :\n PC_PHYS_PORT_ID: 343\n ?\n PORT_ID: 385\n :\n PC_PHYS_PORT_ID: 344\n ?\n PORT_ID: 386\n :\n PC_PHYS_PORT_ID: 345\n ?\n PORT_ID: 387\n :\n PC_PHYS_PORT_ID: 346\n ?\n PORT_ID: 388\n :\n PC_PHYS_PORT_ID: 347\n ?\n PORT_ID: 389\n :\n PC_PHYS_PORT_ID: 348\n ?\n PORT_ID: 390\n :\n PC_PHYS_PORT_ID: 349\n ?\n PORT_ID: 391\n :\n PC_PHYS_PORT_ID: 350\n ?\n PORT_ID: 392\n :\n PC_PHYS_PORT_ID: 351\n ?\n PORT_ID: 393\n :\n PC_PHYS_PORT_ID: 352\n ?\n PORT_ID: 396\n :\n PC_PHYS_PORT_ID: 353\n ?\n PORT_ID: 397\n :\n PC_PHYS_PORT_ID: 354\n ?\n PORT_ID: 398\n :\n PC_PHYS_PORT_ID: 355\n ?\n PORT_ID: 399\n :\n PC_PHYS_PORT_ID: 356\n ?\n PORT_ID: 400\n :\n PC_PHYS_PORT_ID: 357\n ?\n PORT_ID: 401\n :\n PC_PHYS_PORT_ID: 358\n ?\n PORT_ID: 402\n :\n PC_PHYS_PORT_ID: 359\n ?\n PORT_ID: 403\n :\n PC_PHYS_PORT_ID: 360\n ?\n PORT_ID: 404\n :\n PC_PHYS_PORT_ID: 361\n ?\n PORT_ID: 405\n :\n PC_PHYS_PORT_ID: 362\n ?\n PORT_ID: 406\n :\n PC_PHYS_PORT_ID: 363\n ?\n PORT_ID: 407\n :\n PC_PHYS_PORT_ID: 364\n ?\n PORT_ID: 408\n :\n PC_PHYS_PORT_ID: 365\n ?\n PORT_ID: 409\n :\n PC_PHYS_PORT_ID: 366\n ?\n PORT_ID: 410\n :\n PC_PHYS_PORT_ID: 367\n ?\n PORT_ID: 411\n :\n PC_PHYS_PORT_ID: 368\n ?\n PORT_ID: 414\n :\n PC_PHYS_PORT_ID: 369\n ?\n PORT_ID: 415\n :\n PC_PHYS_PORT_ID: 370\n ?\n PORT_ID: 416\n :\n PC_PHYS_PORT_ID: 371\n ?\n PORT_ID: 417\n :\n PC_PHYS_PORT_ID: 372\n ?\n PORT_ID: 418\n :\n PC_PHYS_PORT_ID: 373\n ?\n PORT_ID: 419\n :\n PC_PHYS_PORT_ID: 374\n ?\n PORT_ID: 420\n :\n PC_PHYS_PORT_ID: 375\n ?\n PORT_ID: 421\n :\n PC_PHYS_PORT_ID: 376\n ?\n PORT_ID: 422\n :\n PC_PHYS_PORT_ID: 377\n ?\n PORT_ID: 423\n :\n PC_PHYS_PORT_ID: 378\n ?\n PORT_ID: 424\n :\n PC_PHYS_PORT_ID: 379\n ?\n PORT_ID: 425\n :\n PC_PHYS_PORT_ID: 380\n ?\n PORT_ID: 426\n :\n PC_PHYS_PORT_ID: 381\n ?\n PORT_ID: 427\n :\n PC_PHYS_PORT_ID: 382\n ?\n PORT_ID: 428\n :\n PC_PHYS_PORT_ID: 383\n ?\n PORT_ID: 429\n :\n PC_PHYS_PORT_ID: 384\n ?\n PORT_ID: 432\n :\n PC_PHYS_PORT_ID: 385\n ?\n PORT_ID: 433\n :\n PC_PHYS_PORT_ID: 386\n ?\n PORT_ID: 434\n :\n PC_PHYS_PORT_ID: 387\n ?\n PORT_ID: 435\n :\n PC_PHYS_PORT_ID: 388\n ?\n PORT_ID: 436\n :\n PC_PHYS_PORT_ID: 389\n ?\n PORT_ID: 437\n :\n PC_PHYS_PORT_ID: 390\n ?\n PORT_ID: 438\n :\n PC_PHYS_PORT_ID: 391\n ?\n PORT_ID: 439\n :\n PC_PHYS_PORT_ID: 392\n ?\n PORT_ID: 440\n :\n PC_PHYS_PORT_ID: 393\n ?\n PORT_ID: 441\n :\n PC_PHYS_PORT_ID: 394\n ?\n PORT_ID: 442\n :\n PC_PHYS_PORT_ID: 395\n ?\n PORT_ID: 443\n :\n PC_PHYS_PORT_ID: 396\n ?\n PORT_ID: 444\n :\n PC_PHYS_PORT_ID: 397\n ?\n PORT_ID: 445\n :\n PC_PHYS_PORT_ID: 398\n ?\n PORT_ID: 446\n :\n PC_PHYS_PORT_ID: 399\n ?\n PORT_ID: 447\n :\n PC_PHYS_PORT_ID: 400\n ?\n PORT_ID: 450\n :\n PC_PHYS_PORT_ID: 401\n ?\n PORT_ID: 451\n :\n PC_PHYS_PORT_ID: 402\n ?\n PORT_ID: 452\n :\n PC_PHYS_PORT_ID: 403\n ?\n PORT_ID: 453\n :\n PC_PHYS_PORT_ID: 404\n ?\n PORT_ID: 454\n :\n PC_PHYS_PORT_ID: 405\n ?\n PORT_ID: 455\n :\n PC_PHYS_PORT_ID: 406\n ?\n PORT_ID: 456\n :\n PC_PHYS_PORT_ID: 407\n ?\n PORT_ID: 457\n :\n PC_PHYS_PORT_ID: 408\n ?\n PORT_ID: 458\n :\n PC_PHYS_PORT_ID: 409\n ?\n PORT_ID: 459\n :\n PC_PHYS_PORT_ID: 410\n ?\n PORT_ID: 460\n :\n PC_PHYS_PORT_ID: 411\n ?\n PORT_ID: 461\n :\n PC_PHYS_PORT_ID: 412\n ?\n PORT_ID: 462\n :\n PC_PHYS_PORT_ID: 413\n ?\n PORT_ID: 463\n :\n PC_PHYS_PORT_ID: 414\n ?\n PORT_ID: 464\n :\n PC_PHYS_PORT_ID: 415\n ?\n PORT_ID: 465\n :\n PC_PHYS_PORT_ID: 416\n ?\n PORT_ID: 468\n :\n PC_PHYS_PORT_ID: 417\n ?\n PORT_ID: 469\n :\n PC_PHYS_PORT_ID: 418\n ?\n PORT_ID: 470\n :\n PC_PHYS_PORT_ID: 419\n ?\n PORT_ID: 471\n :\n PC_PHYS_PORT_ID: 420\n ?\n PORT_ID: 472\n :\n PC_PHYS_PORT_ID: 421\n ?\n PORT_ID: 473\n :\n PC_PHYS_PORT_ID: 422\n ?\n PORT_ID: 474\n :\n PC_PHYS_PORT_ID: 423\n ?\n PORT_ID: 475\n :\n PC_PHYS_PORT_ID: 424\n ?\n PORT_ID: 476\n :\n PC_PHYS_PORT_ID: 425\n ?\n PORT_ID: 477\n :\n PC_PHYS_PORT_ID: 426\n ?\n PORT_ID: 478\n :\n PC_PHYS_PORT_ID: 427\n ?\n PORT_ID: 479\n :\n PC_PHYS_PORT_ID: 428\n ?\n PORT_ID: 480\n :\n PC_PHYS_PORT_ID: 429\n ?\n PORT_ID: 481\n :\n PC_PHYS_PORT_ID: 430\n ?\n PORT_ID: 482\n :\n PC_PHYS_PORT_ID: 431\n ?\n PORT_ID: 483\n :\n PC_PHYS_PORT_ID: 432\n ?\n PORT_ID: 486\n :\n PC_PHYS_PORT_ID: 433\n ?\n PORT_ID: 487\n :\n PC_PHYS_PORT_ID: 434\n ?\n PORT_ID: 488\n :\n PC_PHYS_PORT_ID: 435\n ?\n PORT_ID: 489\n :\n PC_PHYS_PORT_ID: 436\n ?\n PORT_ID: 490\n :\n PC_PHYS_PORT_ID: 437\n ?\n PORT_ID: 491\n :\n PC_PHYS_PORT_ID: 438\n ?\n PORT_ID: 492\n :\n PC_PHYS_PORT_ID: 439\n ?\n PORT_ID: 493\n :\n PC_PHYS_PORT_ID: 440\n ?\n PORT_ID: 494\n :\n PC_PHYS_PORT_ID: 441\n ?\n PORT_ID: 495\n :\n PC_PHYS_PORT_ID: 442\n ?\n PORT_ID: 496\n :\n PC_PHYS_PORT_ID: 443\n ?\n PORT_ID: 497\n :\n PC_PHYS_PORT_ID: 444\n ?\n PORT_ID: 498\n :\n PC_PHYS_PORT_ID: 445\n ?\n PORT_ID: 499\n :\n PC_PHYS_PORT_ID: 446\n ?\n PORT_ID: 500\n :\n PC_PHYS_PORT_ID: 447\n ?\n PORT_ID: 501\n :\n PC_PHYS_PORT_ID: 448\n ?\n PORT_ID: 504\n :\n PC_PHYS_PORT_ID: 449\n ?\n PORT_ID: 505\n :\n PC_PHYS_PORT_ID: 450\n ?\n PORT_ID: 506\n :\n PC_PHYS_PORT_ID: 451\n ?\n PORT_ID: 507\n :\n PC_PHYS_PORT_ID: 452\n ?\n PORT_ID: 508\n :\n PC_PHYS_PORT_ID: 453\n ?\n PORT_ID: 509\n :\n PC_PHYS_PORT_ID: 454\n ?\n PORT_ID: 510\n :\n PC_PHYS_PORT_ID: 455\n ?\n PORT_ID: 511\n :\n PC_PHYS_PORT_ID: 456\n ?\n PORT_ID: 512\n :\n PC_PHYS_PORT_ID: 457\n ?\n PORT_ID: 513\n :\n PC_PHYS_PORT_ID: 458\n ?\n PORT_ID: 514\n :\n PC_PHYS_PORT_ID: 459\n ?\n PORT_ID: 515\n :\n PC_PHYS_PORT_ID: 460\n ?\n PORT_ID: 516\n :\n PC_PHYS_PORT_ID: 461\n ?\n PORT_ID: 517\n :\n PC_PHYS_PORT_ID: 462\n ?\n PORT_ID: 518\n :\n PC_PHYS_PORT_ID: 463\n ?\n PORT_ID: 519\n :\n PC_PHYS_PORT_ID: 464\n ?\n PORT_ID: 522\n :\n PC_PHYS_PORT_ID: 465\n ?\n PORT_ID: 523\n :\n PC_PHYS_PORT_ID: 466\n ?\n PORT_ID: 524\n :\n PC_PHYS_PORT_ID: 467\n ?\n PORT_ID: 525\n :\n PC_PHYS_PORT_ID: 468\n ?\n PORT_ID: 526\n :\n PC_PHYS_PORT_ID: 469\n ?\n PORT_ID: 527\n :\n PC_PHYS_PORT_ID: 470\n ?\n PORT_ID: 528\n :\n PC_PHYS_PORT_ID: 471\n ?\n PORT_ID: 529\n :\n PC_PHYS_PORT_ID: 472\n ?\n PORT_ID: 530\n :\n PC_PHYS_PORT_ID: 473\n ?\n PORT_ID: 531\n :\n PC_PHYS_PORT_ID: 474\n ?\n PORT_ID: 532\n :\n PC_PHYS_PORT_ID: 475\n ?\n PORT_ID: 533\n :\n PC_PHYS_PORT_ID: 476\n ?\n PORT_ID: 534\n :\n PC_PHYS_PORT_ID: 477\n ?\n PORT_ID: 535\n :\n PC_PHYS_PORT_ID: 478\n ?\n PORT_ID: 536\n :\n PC_PHYS_PORT_ID: 479\n ?\n PORT_ID: 537\n :\n PC_PHYS_PORT_ID: 480\n ?\n PORT_ID: 540\n :\n PC_PHYS_PORT_ID: 481\n ?\n PORT_ID: 541\n :\n PC_PHYS_PORT_ID: 482\n ?\n PORT_ID: 542\n :\n PC_PHYS_PORT_ID: 483\n ?\n PORT_ID: 543\n :\n PC_PHYS_PORT_ID: 484\n ?\n PORT_ID: 544\n :\n PC_PHYS_PORT_ID: 485\n ?\n PORT_ID: 545\n :\n PC_PHYS_PORT_ID: 486\n ?\n PORT_ID: 546\n :\n PC_PHYS_PORT_ID: 487\n ?\n PORT_ID: 547\n :\n PC_PHYS_PORT_ID: 488\n ?\n PORT_ID: 548\n :\n PC_PHYS_PORT_ID: 489\n ?\n PORT_ID: 549\n :\n PC_PHYS_PORT_ID: 490\n ?\n PORT_ID: 550\n :\n PC_PHYS_PORT_ID: 491\n ?\n PORT_ID: 551\n :\n PC_PHYS_PORT_ID: 492\n ?\n PORT_ID: 552\n :\n PC_PHYS_PORT_ID: 493\n ?\n PORT_ID: 553\n :\n PC_PHYS_PORT_ID: 494\n ?\n PORT_ID: 554\n :\n PC_PHYS_PORT_ID: 495\n ?\n PORT_ID: 555\n :\n PC_PHYS_PORT_ID: 496\n ?\n PORT_ID: 558\n :\n PC_PHYS_PORT_ID: 497\n ?\n PORT_ID: 559\n :\n PC_PHYS_PORT_ID: 498\n ?\n PORT_ID: 560\n :\n PC_PHYS_PORT_ID: 499\n ?\n PORT_ID: 561\n :\n PC_PHYS_PORT_ID: 500\n ?\n PORT_ID: 562\n :\n PC_PHYS_PORT_ID: 501\n ?\n PORT_ID: 563\n :\n PC_PHYS_PORT_ID: 502\n ?\n PORT_ID: 564\n :\n PC_PHYS_PORT_ID: 503\n ?\n PORT_ID: 565\n :\n PC_PHYS_PORT_ID: 504\n ?\n PORT_ID: 566\n :\n PC_PHYS_PORT_ID: 505\n ?\n PORT_ID: 567\n :\n PC_PHYS_PORT_ID: 506\n ?\n PORT_ID: 568\n :\n PC_PHYS_PORT_ID: 507\n ?\n PORT_ID: 569\n :\n PC_PHYS_PORT_ID: 508\n ?\n PORT_ID: 570\n :\n PC_PHYS_PORT_ID: 509\n ?\n PORT_ID: 571\n :\n PC_PHYS_PORT_ID: 510\n ?\n PORT_ID: 572\n :\n PC_PHYS_PORT_ID: 511\n ?\n PORT_ID: 573\n :\n PC_PHYS_PORT_ID: 512\n ?\n PORT_ID: 0\n :\n PC_PHYS_PORT_ID: 0\n...\n---\ndevice:\n 0:\n PC_PORT:\n ?\n PORT_ID: 0\n :\n ENABLE: 1\n SPEED: 10000\n NUM_LANES: 1\n ?\n PORT_ID: [[1, 1], [2, 2], [3, 3], [4, 4], [5, 5], [6, 6], [7, 7], [8, 8],\n [9, 9], [10, 10], [11, 11], [12, 12], [13, 13], [14, 14], [15, 15], [16, 16],\n [18, 18], [19, 19], [20, 20], [21, 21], [22, 22], [23, 23], [24, 24], [25,\n 25], [26, 26], [27, 27], [28, 28], [29, 29], [30, 30], [31, 31], [32, 32],\n [33, 33], [36, 36], [37, 37], [38, 38], [39, 39], [40, 40], [41, 41], [42,\n 42], [43, 43], [44, 44], [45, 45], [46, 46], [47, 47], [48, 48], [49, 49],\n [50, 50], [51, 51], [54, 54], [55, 55], [56, 56], [57, 57], [58, 58], [59,\n 59], [60, 60], [61, 61], [62, 62], [63, 63], [64, 64], [65, 65], [66, 66],\n [67, 67], [68, 68], [69, 69], [72, 72], [73, 73], [74, 74], [75, 75], [76,\n 76], [77, 77], [78, 78], [79, 79], [80, 80], [81, 81], [82, 82], [83, 83],\n [84, 84], [85, 85], [86, 86], [87, 87], [90, 90], [91, 91], [92, 92], [93,\n 93], [94, 94], [95, 95], [96, 96], [97, 97], [98, 98], [99, 99], [100, 100],\n [101, 101], [102, 102], [103, 103], [104, 104], [105, 105], [108, 108], [109,\n 109], [110, 110], [111, 111], [112, 112], [113, 113], [114, 114], [115, 115],\n [116, 116], [117, 117], [118, 118], [119, 119], [120, 120], [121, 121], [122,\n 122], [123, 123], [126, 126], [127, 127], [128, 128], [129, 129], [130, 130],\n [131, 131], [132, 132], [133, 133], [134, 134], [135, 135], [136, 136], [137,\n 137], [138, 138], [139, 139], [140, 140], [141, 141], [144, 144], [145, 145],\n [146, 146], [147, 147], [148, 148], [149, 149], [150, 150], [151, 151], [152,\n 152], [153, 153], [154, 154], [155, 155], [156, 156], [157, 157], [158, 158],\n [159, 159], [162, 162], [163, 163], [164, 164], [165, 165], [166, 166], [167,\n 167], [168, 168], [169, 169], [170, 170], [171, 171], [172, 172], [173, 173],\n [174, 174], [175, 175], [176, 176], [177, 177], [180, 180], [181, 181], [182,\n 182], [183, 183], [184, 184], [185, 185], [186, 186], [187, 187], [188, 188],\n [189, 189], [190, 190], [191, 191], [192, 192], [193, 193], [194, 194], [195,\n 195], [198, 198], [199, 199], [200, 200], [201, 201], [202, 202], [203, 203],\n [204, 204], [205, 205], [206, 206], [207, 207], [208, 208], [209, 209], [210,\n 210], [211, 211], [212, 212], [213, 213], [216, 216], [217, 217], [218, 218],\n [219, 219], [220, 220], [221, 221], [222, 222], [223, 223], [224, 224], [225,\n 225], [226, 226], [227, 227], [228, 228], [229, 229], [230, 230], [231, 231],\n [234, 234], [235, 235], [236, 236], [237, 237], [238, 238], [239, 239], [240,\n 240], [241, 241], [242, 242], [243, 243], [244, 244], [245, 245], [246, 246],\n [247, 247], [248, 248], [249, 249], [252, 252], [253, 253], [254, 254], [255,\n 255], [256, 256], [257, 257], [258, 258], [259, 259], [260, 260], [261, 261],\n [262, 262], [263, 263], [264, 264], [265, 265], [266, 266], [267, 267], [270,\n 270], [271, 271], [272, 272], [273, 273], [274, 274], [275, 275], [276, 276],\n [277, 277], [278, 278], [279, 279], [280, 280], [281, 281], [282, 282], [283,\n 283], [284, 284], [285, 285], [288, 288], [289, 289], [290, 290], [291, 291],\n [292, 292], [293, 293], [294, 294], [295, 295], [296, 296], [297, 297], [298,\n 298], [299, 299], [300, 300], [301, 301], [302, 302], [303, 303], [306, 306],\n [307, 307], [308, 308], [309, 309], [310, 310], [311, 311], [312, 312], [313,\n 313], [314, 314], [315, 315], [316, 316], [317, 317], [318, 318], [319, 319],\n [320, 320], [321, 321], [324, 324], [325, 325], [326, 326], [327, 327], [328,\n 328], [329, 329], [330, 330], [331, 331], [332, 332], [333, 333], [334, 334],\n [335, 335], [336, 336], [337, 337], [338, 338], [339, 339], [342, 342], [343,\n 343], [344, 344], [345, 345], [346, 346], [347, 347], [348, 348], [349, 349],\n [350, 350], [351, 351], [352, 352], [353, 353], [354, 354], [355, 355], [356,\n 356], [357, 357], [360, 360], [361, 361], [362, 362], [363, 363], [364, 364],\n [365, 365], [366, 366], [367, 367], [368, 368], [369, 369], [370, 370], [371,\n 371], [372, 372], [373, 373], [374, 374], [375, 375], [378, 378], [379, 379],\n [380, 380], [381, 381], [382, 382], [383, 383], [384, 384], [385, 385], [386,\n 386], [387, 387], [388, 388], [389, 389], [390, 390], [391, 391], [392, 392],\n [393, 393], [396, 396], [397, 397], [398, 398], [399, 399], [400, 400], [401,\n 401], [402, 402], [403, 403], [404, 404], [405, 405], [406, 406], [407, 407],\n [408, 408], [409, 409], [410, 410], [411, 411], [414, 414], [415, 415], [416,\n 416], [417, 417], [418, 418], [419, 419], [420, 420], [421, 421], [422, 422],\n [423, 423], [424, 424], [425, 425], [426, 426], [427, 427], [428, 428], [429,\n 429], [432, 432], [433, 433], [434, 434], [435, 435], [436, 436], [437, 437],\n [438, 438], [439, 439], [440, 440], [441, 441], [442, 442], [443, 443], [444,\n 444], [445, 445], [446, 446], [447, 447], [450, 450], [451, 451], [452, 452],\n [453, 453], [454, 454], [455, 455], [456, 456], [457, 457], [458, 458], [459,\n 459], [460, 460], [461, 461], [462, 462], [463, 463], [464, 464], [465, 465],\n [468, 468], [469, 469], [470, 470], [471, 471], [472, 472], [473, 473], [474,\n 474], [475, 475], [476, 476], [477, 477], [478, 478], [479, 479], [480, 480],\n [481, 481], [482, 482], [483, 483], [486, 486], [487, 487], [488, 488], [489,\n 489], [490, 490], [491, 491], [492, 492], [493, 493], [494, 494], [495, 495],\n [496, 496], [497, 497], [498, 498], [499, 499], [500, 500], [501, 501], [504,\n 504], [505, 505], [506, 506], [507, 507], [508, 508], [509, 509], [510, 510],\n [511, 511], [512, 512], [513, 513], [514, 514], [515, 515], [516, 516], [517,\n 517], [518, 518], [519, 519], [522, 522], [523, 523], [524, 524], [525, 525],\n [526, 526], [527, 527], [528, 528], [529, 529], [530, 530], [531, 531], [532,\n 532], [533, 533], [534, 534], [535, 535], [536, 536], [537, 537], [540, 540],\n [541, 541], [542, 542], [543, 543], [544, 544], [545, 545], [546, 546], [547,\n 547], [548, 548], [549, 549], [550, 550], [551, 551], [552, 552], [553, 553],\n [554, 554], [555, 555], [558, 558], [559, 559], [560, 560], [561, 561], [562,\n 562], [563, 563], [564, 564], [565, 565], [566, 566], [567, 567], [568, 568],\n [569, 569], [570, 570], [571, 571], [572, 572], [573, 573]]\n :\n ENABLE: 1\n SPEED: 200000\n NUM_LANES: 1\n FEC_MODE: PC_FEC_RS544_2XN_IEEE\n MAX_FRAME_SIZE: 9416\n...\n---\ndevice:\n 0:\n PORT_CONFIG:\n PORT_SYSTEM_PROFILE_OPERMODE_PIPEUNIQUE: 1\n...\n---\nbcm_device:\n 0:\n global:\n l3_alpm_template: 1\n l3_alpm_hit_mode: 1\n ipv6_lpm_128b_enable: 1\n pktio_driver_type: 1\n qos_map_multi_get_mode: 1\n rx_cosq_mapping_management_mode: 0\n l3_iif_reservation_skip: 0\n pcie_host_intf_timeout_purge_enable: 0\n macro_flow_hash_shuffle_random_seed: 34345645\n bcm_linkscan_interval: 25000\n sai_common_hash_crc: 0x1\n sai_disable_srcmacqedstmac_ctrl: 0x1\n sai_acl_qset_optimization: 0x1\n sai_optimized_mmu: 0x1\n sai_pkt_rx_custom_cfg: 1\n sai_pkt_rx_pkt_size: 16512\n sai_pkt_rx_cfg_ppc: 16\n sai_async_fdb_nbr_enable: 0x1\n sai_pfc_defaults_disable: 0x1\n sai_ifp_enable_on_cpu_tx: 0x1\n sai_vfp_smac_drop_filter_disable: 1\n sai_macro_flow_based_hash: 1\n sai_mmu_qgroups_default: 1\n sai_dis_ctr_incr_on_port_ln_dn: 0\n custom_feature_mesh_topology_sync_mode: 1\n sai_ecmp_group_members_increment: 1\n sai_field_group_auto_prioritize: 1\n bcm_tunnel_term_compatible_mode: 1\n sai_l2_cpu_fdb_event_suppress: 1\n sai_port_phy_time_sync_en: 0\n sai_stats_support_mask: 0x2\n sai_disable_internal_port_serdes: 1\n stat_custom_receive0_management_mode: 1\n sai_eapol_trap_use_bcast_mac: 1\n sai_stats_disable_mask: 0x800\n global_flexctr_ing_action_num_reserved: 20\n global_flexctr_ing_pool_num_reserved: 8\n global_flexctr_ing_op_profile_num_reserved: 20\n global_flexctr_ing_group_num_reserved: 2\n global_flexctr_egr_action_num_reserved: 8\n global_flexctr_egr_pool_num_reserved: 5\n global_flexctr_egr_op_profile_num_reserved: 10\n global_flexctr_egr_group_num_reserved: 1\n sai_uncached_port_stats: 0x1\n...\n---\ndevice:\n 0:\n TM_THD_CONFIG:\n THRESHOLD_MODE: LOSSY\n...\n---\ndevice:\n 0:\n PORT:\n ?\n PORT_ID: [[1, 1], [2, 2], [3, 3], [4, 4], [5, 5], [6, 6], [7, 7], [8, 8],\n [9, 9], [10, 10], [11, 11], [12, 12], [13, 13], [14, 14], [15, 15], [16, 16],\n [18, 18], [19, 19], [20, 20], [21, 21], [22, 22], [23, 23], [24, 24], [25,\n 25], [26, 26], [27, 27], [28, 28], [29, 29], [30, 30], [31, 31], [32, 32],\n [33, 33], [36, 36], [37, 37], [38, 38], [39, 39], [40, 40], [41, 41], [42,\n 42], [43, 43], [44, 44], [45, 45], [46, 46], [47, 47], [48, 48], [49, 49],\n [50, 50], [51, 51], [54, 54], [55, 55], [56, 56], [57, 57], [58, 58], [59,\n 59], [60, 60], [61, 61], [62, 62], [63, 63], [64, 64], [65, 65], [66, 66],\n [67, 67], [68, 68], [69, 69], [72, 72], [73, 73], [74, 74], [75, 75], [76,\n 76], [77, 77], [78, 78], [79, 79], [80, 80], [81, 81], [82, 82], [83, 83],\n [84, 84], [85, 85], [86, 86], [87, 87], [90, 90], [91, 91], [92, 92], [93,\n 93], [94, 94], [95, 95], [96, 96], [97, 97], [98, 98], [99, 99], [100, 100],\n [101, 101], [102, 102], [103, 103], [104, 104], [105, 105], [108, 108], [109,\n 109], [110, 110], [111, 111], [112, 112], [113, 113], [114, 114], [115, 115],\n [116, 116], [117, 117], [118, 118], [119, 119], [120, 120], [121, 121], [122,\n 122], [123, 123], [126, 126], [127, 127], [128, 128], [129, 129], [130, 130],\n [131, 131], [132, 132], [133, 133], [134, 134], [135, 135], [136, 136], [137,\n 137], [138, 138], [139, 139], [140, 140], [141, 141], [144, 144], [145, 145],\n [146, 146], [147, 147], [148, 148], [149, 149], [150, 150], [151, 151], [152,\n 152], [153, 153], [154, 154], [155, 155], [156, 156], [157, 157], [158, 158],\n [159, 159], [162, 162], [163, 163], [164, 164], [165, 165], [166, 166], [167,\n 167], [168, 168], [169, 169], [170, 170], [171, 171], [172, 172], [173, 173],\n [174, 174], [175, 175], [176, 176], [177, 177], [180, 180], [181, 181], [182,\n 182], [183, 183], [184, 184], [185, 185], [186, 186], [187, 187], [188, 188],\n [189, 189], [190, 190], [191, 191], [192, 192], [193, 193], [194, 194], [195,\n 195], [198, 198], [199, 199], [200, 200], [201, 201], [202, 202], [203, 203],\n [204, 204], [205, 205], [206, 206], [207, 207], [208, 208], [209, 209], [210,\n 210], [211, 211], [212, 212], [213, 213], [216, 216], [217, 217], [218, 218],\n [219, 219], [220, 220], [221, 221], [222, 222], [223, 223], [224, 224], [225,\n 225], [226, 226], [227, 227], [228, 228], [229, 229], [230, 230], [231, 231],\n [234, 234], [235, 235], [236, 236], [237, 237], [238, 238], [239, 239], [240,\n 240], [241, 241], [242, 242], [243, 243], [244, 244], [245, 245], [246, 246],\n [247, 247], [248, 248], [249, 249], [252, 252], [253, 253], [254, 254], [255,\n 255], [256, 256], [257, 257], [258, 258], [259, 259], [260, 260], [261, 261],\n [262, 262], [263, 263], [264, 264], [265, 265], [266, 266], [267, 267], [270,\n 270], [271, 271], [272, 272], [273, 273], [274, 274], [275, 275], [276, 276],\n [277, 277], [278, 278], [279, 279], [280, 280], [281, 281], [282, 282], [283,\n 283], [284, 284], [285, 285], [288, 288], [289, 289], [290, 290], [291, 291],\n [292, 292], [293, 293], [294, 294], [295, 295], [296, 296], [297, 297], [298,\n 298], [299, 299], [300, 300], [301, 301], [302, 302], [303, 303], [306, 306],\n [307, 307], [308, 308], [309, 309], [310, 310], [311, 311], [312, 312], [313,\n 313], [314, 314], [315, 315], [316, 316], [317, 317], [318, 318], [319, 319],\n [320, 320], [321, 321], [324, 324], [325, 325], [326, 326], [327, 327], [328,\n 328], [329, 329], [330, 330], [331, 331], [332, 332], [333, 333], [334, 334],\n [335, 335], [336, 336], [337, 337], [338, 338], [339, 339], [342, 342], [343,\n 343], [344, 344], [345, 345], [346, 346], [347, 347], [348, 348], [349, 349],\n [350, 350], [351, 351], [352, 352], [353, 353], [354, 354], [355, 355], [356,\n 356], [357, 357], [360, 360], [361, 361], [362, 362], [363, 363], [364, 364],\n [365, 365], [366, 366], [367, 367], [368, 368], [369, 369], [370, 370], [371,\n 371], [372, 372], [373, 373], [374, 374], [375, 375], [378, 378], [379, 379],\n [380, 380], [381, 381], [382, 382], [383, 383], [384, 384], [385, 385], [386,\n 386], [387, 387], [388, 388], [389, 389], [390, 390], [391, 391], [392, 392],\n [393, 393], [396, 396], [397, 397], [398, 398], [399, 399], [400, 400], [401,\n 401], [402, 402], [403, 403], [404, 404], [405, 405], [406, 406], [407, 407],\n [408, 408], [409, 409], [410, 410], [411, 411], [414, 414], [415, 415], [416,\n 416], [417, 417], [418, 418], [419, 419], [420, 420], [421, 421], [422, 422],\n [423, 423], [424, 424], [425, 425], [426, 426], [427, 427], [428, 428], [429,\n 429], [432, 432], [433, 433], [434, 434], [435, 435], [436, 436], [437, 437],\n [438, 438], [439, 439], [440, 440], [441, 441], [442, 442], [443, 443], [444,\n 444], [445, 445], [446, 446], [447, 447], [450, 450], [451, 451], [452, 452],\n [453, 453], [454, 454], [455, 455], [456, 456], [457, 457], [458, 458], [459,\n 459], [460, 460], [461, 461], [462, 462], [463, 463], [464, 464], [465, 465],\n [468, 468], [469, 469], [470, 470], [471, 471], [472, 472], [473, 473], [474,\n 474], [475, 475], [476, 476], [477, 477], [478, 478], [479, 479], [480, 480],\n [481, 481], [482, 482], [483, 483], [486, 486], [487, 487], [488, 488], [489,\n 489], [490, 490], [491, 491], [492, 492], [493, 493], [494, 494], [495, 495],\n [496, 496], [497, 497], [498, 498], [499, 499], [500, 500], [501, 501], [504,\n 504], [505, 505], [506, 506], [507, 507], [508, 508], [509, 509], [510, 510],\n [511, 511], [512, 512], [513, 513], [514, 514], [515, 515], [516, 516], [517,\n 517], [518, 518], [519, 519], [522, 522], [523, 523], [524, 524], [525, 525],\n [526, 526], [527, 527], [528, 528], [529, 529], [530, 530], [531, 531], [532,\n 532], [533, 533], [534, 534], [535, 535], [536, 536], [537, 537], [540, 540],\n [541, 541], [542, 542], [543, 543], [544, 544], [545, 545], [546, 546], [547,\n 547], [548, 548], [549, 549], [550, 550], [551, 551], [552, 552], [553, 553],\n [554, 554], [555, 555], [558, 558], [559, 559], [560, 560], [561, 561], [562,\n 562], [563, 563], [564, 564], [565, 565], [566, 566], [567, 567], [568, 568],\n [569, 569], [570, 570], [571, 571], [572, 572], [573, 573]]\n :\n MTU: 9416\n MTU_CHECK: 1\n...\n---\ndevice:\n 0:\n DEVICE_CONFIG:\n AUTOLOAD_BOARD_SETTINGS: 0\n...\n---\ndevice:\n 0:\n FP_CONFIG:\n FP_ING_OPERMODE: GLOBAL_PIPE_AWARE\n...\n---\ndevice:\n 0:\n CTR_EFLEX_CONFIG:\n CTR_ING_EFLEX_OPERMODE_PIPEUNIQUE: 1\n CTR_ING_EFLEX_OPERMODE_PIPE_INSTANCE_UNIQUE: 1\n CTR_EGR_EFLEX_OPERMODE_PIPEUNIQUE: 1\n CTR_EGR_EFLEX_OPERMODE_PIPE_INSTANCE_UNIQUE: 1\n...\n" + } + } + } + }, + "thriftApiToRateLimitInQps": { + + } +} \ No newline at end of file diff --git a/fboss/oss/production_features/asic_production_features.materialized_JSON b/fboss/oss/production_features/asic_production_features.materialized_JSON index 5b98c4c1c9450..2e9d77f4afe1f 100644 --- a/fboss/oss/production_features/asic_production_features.materialized_JSON +++ b/fboss/oss/production_features/asic_production_features.materialized_JSON @@ -408,7 +408,6 @@ 50, 51, 53, - 54, 33, 59, 60, @@ -880,7 +879,6 @@ "PAUSE", "SEPARATE_INGRESS_EGRESS_BUFFER_POOL", "ERSPANV6_MIRRORING", - "IP_IN_IP_DECAP", "INTERFACE_NEIGHBOR_TABLE", "CLASS_ID_FOR_CONNECTED_ROUTE", "SEPARATE_BYTE_AND_PACKET_ACL_COUNTERS", diff --git a/fboss/oss/qsfp_unsupported_tests/fboss_qsfp_unsupported_tests.materialized_JSON b/fboss/oss/qsfp_unsupported_tests/fboss_qsfp_unsupported_tests.materialized_JSON index 5ab963b60ffa2..db6b04ba64d68 100644 --- a/fboss/oss/qsfp_unsupported_tests/fboss_qsfp_unsupported_tests.materialized_JSON +++ b/fboss/oss/qsfp_unsupported_tests/fboss_qsfp_unsupported_tests.materialized_JSON @@ -3063,9 +3063,6 @@ { "test_name_regex": "HwTest_PROFILE_100G_1_PAM4_RS544_COPPER.TestProfile$" }, - { - "test_name_regex": "HwTest_PROFILE_100G_1_PAM4_RS544_OPTICAL.TestProfile$" - }, { "test_name_regex": "HwTest_PROFILE_100G_2_PAM4_RS544X2N_COPPER.TestProfile$" }, @@ -3099,6 +3096,9 @@ { "test_name_regex": "HwTest_PROFILE_100G_4_NRZ_RS528_COPPER.TestProfile$" }, + { + "test_name_regex": "HwTest_PROFILE_100G_4_NRZ_RS528_OPTICAL.TestProfile$" + }, { "test_name_regex": "HwTest_PROFILE_106POINT25G_1_PAM4_RS544_COPPER.TestProfile$" }, @@ -3117,9 +3117,6 @@ { "test_name_regex": "HwTest_PROFILE_200G_1_PAM4_RS544X2N_COPPER.TestProfile$" }, - { - "test_name_regex": "HwTest_PROFILE_200G_1_PAM4_RS544X2N_OPTICAL.TestProfile$" - }, { "test_name_regex": "HwTest_PROFILE_200G_2_PAM4_RS544_COPPER.TestProfile$" }, @@ -3162,9 +3159,6 @@ { "test_name_regex": "HwTest_PROFILE_400G_2_PAM4_RS544X2N_COPPER.TestProfile$" }, - { - "test_name_regex": "HwTest_PROFILE_400G_2_PAM4_RS544X2N_OPTICAL.TestProfile$" - }, { "test_name_regex": "HwTest_PROFILE_400G_4_PAM4_RS544X2N_COPPER.TestProfile$" }, @@ -3272,9 +3266,6 @@ { "test_name_regex": "HwTest_PROFILE_100G_1_PAM4_RS544_COPPER.TestProfile$" }, - { - "test_name_regex": "HwTest_PROFILE_100G_1_PAM4_RS544_OPTICAL.TestProfile$" - }, { "test_name_regex": "HwTest_PROFILE_100G_2_PAM4_RS544X2N_COPPER.TestProfile$" }, @@ -3308,6 +3299,9 @@ { "test_name_regex": "HwTest_PROFILE_100G_4_NRZ_RS528_COPPER.TestProfile$" }, + { + "test_name_regex": "HwTest_PROFILE_100G_4_NRZ_RS528_OPTICAL.TestProfile$" + }, { "test_name_regex": "HwTest_PROFILE_106POINT25G_1_PAM4_RS544_COPPER.TestProfile$" }, @@ -3326,9 +3320,6 @@ { "test_name_regex": "HwTest_PROFILE_200G_1_PAM4_RS544X2N_COPPER.TestProfile$" }, - { - "test_name_regex": "HwTest_PROFILE_200G_1_PAM4_RS544X2N_OPTICAL.TestProfile$" - }, { "test_name_regex": "HwTest_PROFILE_200G_2_PAM4_RS544_COPPER.TestProfile$" }, @@ -3371,9 +3362,6 @@ { "test_name_regex": "HwTest_PROFILE_400G_2_PAM4_RS544X2N_COPPER.TestProfile$" }, - { - "test_name_regex": "HwTest_PROFILE_400G_2_PAM4_RS544X2N_OPTICAL.TestProfile$" - }, { "test_name_regex": "HwTest_PROFILE_400G_4_PAM4_RS544X2N_COPPER.TestProfile$" }, @@ -3517,6 +3505,9 @@ { "test_name_regex": "HwTest_PROFILE_100G_4_NRZ_RS528_COPPER.TestProfile$" }, + { + "test_name_regex": "HwTest_PROFILE_100G_4_NRZ_RS528_OPTICAL.TestProfile$" + }, { "test_name_regex": "HwTest_PROFILE_106POINT25G_1_PAM4_RS544_COPPER.TestProfile$" }, @@ -3535,9 +3526,6 @@ { "test_name_regex": "HwTest_PROFILE_200G_1_PAM4_RS544X2N_COPPER.TestProfile$" }, - { - "test_name_regex": "HwTest_PROFILE_200G_1_PAM4_RS544X2N_OPTICAL.TestProfile$" - }, { "test_name_regex": "HwTest_PROFILE_200G_2_PAM4_RS544_COPPER.TestProfile$" }, @@ -3580,9 +3568,6 @@ { "test_name_regex": "HwTest_PROFILE_400G_2_PAM4_RS544X2N_COPPER.TestProfile$" }, - { - "test_name_regex": "HwTest_PROFILE_400G_2_PAM4_RS544X2N_OPTICAL.TestProfile$" - }, { "test_name_regex": "HwTest_PROFILE_400G_4_PAM4_RS544X2N_COPPER.TestProfile$" }, @@ -3726,6 +3711,9 @@ { "test_name_regex": "HwTest_PROFILE_100G_4_NRZ_RS528_COPPER.TestProfile$" }, + { + "test_name_regex": "HwTest_PROFILE_100G_4_NRZ_RS528_OPTICAL.TestProfile$" + }, { "test_name_regex": "HwTest_PROFILE_106POINT25G_1_PAM4_RS544_COPPER.TestProfile$" }, @@ -3744,9 +3732,6 @@ { "test_name_regex": "HwTest_PROFILE_200G_1_PAM4_RS544X2N_COPPER.TestProfile$" }, - { - "test_name_regex": "HwTest_PROFILE_200G_1_PAM4_RS544X2N_OPTICAL.TestProfile$" - }, { "test_name_regex": "HwTest_PROFILE_200G_2_PAM4_RS544_COPPER.TestProfile$" }, @@ -3789,9 +3774,6 @@ { "test_name_regex": "HwTest_PROFILE_400G_2_PAM4_RS544X2N_COPPER.TestProfile$" }, - { - "test_name_regex": "HwTest_PROFILE_400G_2_PAM4_RS544X2N_OPTICAL.TestProfile$" - }, { "test_name_regex": "HwTest_PROFILE_400G_4_PAM4_RS544X2N_COPPER.TestProfile$" }, diff --git a/fboss/oss/sai_hw_unsupported_tests/sai_hw_unsupported_tests.materialized_JSON b/fboss/oss/sai_hw_unsupported_tests/sai_hw_unsupported_tests.materialized_JSON index 8b12e186ae097..67500c0e91ad8 100644 --- a/fboss/oss/sai_hw_unsupported_tests/sai_hw_unsupported_tests.materialized_JSON +++ b/fboss/oss/sai_hw_unsupported_tests/sai_hw_unsupported_tests.materialized_JSON @@ -2964,7 +2964,7 @@ "test_name_regex": "HwAsicDefaultProgrammingTest.*$" } ], - "leaba/25.5.5210/25.5.5210/gibraltar": [ + "leaba/25.5.4210/25.5.4210/gibraltar": [ { "test_name_regex": "HwTeFlowTest.*$" }, @@ -3038,7 +3038,7 @@ "test_name_regex": "SaiAclTableGroupTest.AddFirstTableAfterWarmboot$" } ], - "leaba/25.5.5210/25.5.5210/graphene200": [ + "leaba/25.5.4210/25.5.4210/graphene200": [ { "test_name_regex": "HwTeFlowTest.*$" }, @@ -3106,7 +3106,7 @@ "test_name_regex": "HwAsicDefaultProgrammingTest.*$" } ], - "leaba/25.5.5210/25.5.5210/graphene202x": [ + "leaba/25.5.4210/25.5.4210/graphene202x": [ { "test_name_regex": "HwTeFlowTest.*$" }, diff --git a/fboss/oss/scripts/TARGETS b/fboss/oss/scripts/TARGETS new file mode 100644 index 0000000000000..b4b4b494d8741 --- /dev/null +++ b/fboss/oss/scripts/TARGETS @@ -0,0 +1,10 @@ +load("@fbcode_macros//build_defs:python_binary.bzl", "python_binary") + +oncall("fboss_distro") + +python_binary( + name = "package", + srcs = ["package.py"], + labels = ["autodeps2_generated"], + main_module = "fboss.oss.scripts.package", +) diff --git a/fboss/oss/scripts/buck_cmake_dep_checker.py b/fboss/oss/scripts/buck_cmake_dep_checker.py index 486ec6a58eefd..a1d1c87195584 100755 --- a/fboss/oss/scripts/buck_cmake_dep_checker.py +++ b/fboss/oss/scripts/buck_cmake_dep_checker.py @@ -206,6 +206,20 @@ def __init__(self, repo_root: str): self.repo_root = Path(repo_root) self.targets: dict[str, CmakeTarget] = {} # name -> target self.variables: dict[str, list[str]] = {} # cmake variable -> values + self.duplicate_errors: list[str] = [] # List of duplicate target errors + + def _add_target(self, name: str, target: CmakeTarget): + """Add a target, reporting error if it already exists""" + if name in self.targets: + existing = self.targets[name] + error = ( + f"ERROR: Duplicate cmake target '{name}' defined in:\n" + f" First: {existing.file_path}\n" + f" Second: {target.file_path}" + ) + self.duplicate_errors.append(error) + print(error) + self.targets[name] = target def parse_all(self) -> dict[str, CmakeTarget]: """Parse all cmake files in cmake/ directory and CMakeLists.txt""" @@ -292,7 +306,7 @@ def _parse_add_library(self, content: str, file_path: str): target = CmakeTarget( name=name, target_type="library", srcs=srcs, file_path=file_path ) - self.targets[name] = target + self._add_target(name, target) def _parse_add_executable(self, content: str, file_path: str): """Parse add_executable calls""" @@ -305,7 +319,7 @@ def _parse_add_executable(self, content: str, file_path: str): target = CmakeTarget( name=name, target_type="executable", srcs=srcs, file_path=file_path ) - self.targets[name] = target + self._add_target(name, target) def _parse_add_fbthrift_cpp_library(self, content: str, file_path: str): """Parse add_fbthrift_cpp_library calls""" @@ -329,7 +343,7 @@ def _parse_add_fbthrift_cpp_library(self, content: str, file_path: str): thrift_deps=deps, file_path=file_path, ) - self.targets[name] = target + self._add_target(name, target) def _extract_thrift_depends(self, block: str) -> list[str]: """Extract DEPENDS from a thrift cmake block""" @@ -542,6 +556,9 @@ def _build_dep_mapping(self): When multiple cmake targets match the same Buck target, prefer the cmake target with the same name as the Buck target. + + For thrift libraries, also map sub-targets like -cpp2-types, -cpp2-services + to the corresponding cmake thrift target. """ # Track which Buck targets have same-name cmake matches same_name_matches: dict[str, str] = {} # buck_full_name -> cmake_name @@ -563,6 +580,28 @@ def _build_dep_mapping(self): short_name = f":{match.buck_target.name}" self.buck_to_cmake[short_name] = cmake_name + # For thrift libraries, also map sub-targets like -cpp2-types + # Buck thrift_library generates sub-targets like: + # //path:name-cpp2-types, //path:name-cpp2-services, etc. + # These should all map to the same cmake thrift target + if match.buck_target.target_type == "thrift_library": + thrift_suffixes = [ + "-cpp2-types", + "-cpp2-services", + "-cpp2", + "-py", + "-py3", + "-rust", + "-go", + ] + buck_path = match.buck_target.buck_path + buck_name = match.buck_target.name + for suffix in thrift_suffixes: + sub_target_full = f"{buck_path}:{buck_name}{suffix}" + sub_target_short = f":{buck_name}{suffix}" + self.buck_to_cmake[sub_target_full] = cmake_name + self.buck_to_cmake[sub_target_short] = cmake_name + def _resolve_buck_dep(self, dep: str, buck_path: str) -> str: """Resolve a Buck dependency to its full form""" if dep.startswith(":"): @@ -757,8 +796,9 @@ def main(): print_report(missing, analyzer.matches, args.verbose) - # Return non-zero if there are missing dependencies - return 1 if missing else 0 + # Return non-zero if there are missing dependencies or duplicate targets + has_duplicates = len(analyzer.cmake_parser.duplicate_errors) > 0 + return 1 if missing or has_duplicates else 0 if __name__ == "__main__": diff --git a/fboss/oss/scripts/package.py b/fboss/oss/scripts/package.py new file mode 100755 index 0000000000000..d1dcfc18897a4 --- /dev/null +++ b/fboss/oss/scripts/package.py @@ -0,0 +1,254 @@ +#!/usr/bin/env python3 +# Copyright 2004-present Facebook. All Rights Reserved. + +import argparse +import concurrent.futures +import os +import pathlib +import sys +import tarfile +from typing import Dict, List + +SRC_DIR = pathlib.Path("/var/FBOSS/fboss") +OSS_DIR = SRC_DIR / "fboss/oss" +RUN_SCRIPTS_DIR = SRC_DIR / "fboss/oss/scripts/run_scripts" +RUN_CONFIGS_DIR = SRC_DIR / "fboss/oss/scripts/run_configs" + +BUILD_DIR = "--build-dir" +TARGET_NAMES = ("agent-benchmarks", "forwarding-stack", "platform-stack") + + +# Global definitions describing what we package for each target. + +FORWARDING_BINARIES = [ + "diag_shell_client", + "fboss2", + "fboss_hw_agent-sai_impl", + "fboss_sw_agent", + "fsdb", + "qsfp_service", + "wedge_agent-sai_impl", + "wedge_qsfp_util", +] + +FORWARDING_EXTRA = { + OSS_DIR / "hw_sanity_tests": "share/hw_sanity_tests", + RUN_SCRIPTS_DIR / "fboss_agent_utils.py": "bin/fboss_agent_utils.py", + RUN_SCRIPTS_DIR / "qsfp_service_utils.py": "bin/qsfp_service_utils.py", + RUN_SCRIPTS_DIR / "run_test.py": "bin/run_test.py", + RUN_SCRIPTS_DIR / "setup.py": "bin/setup.py", + RUN_SCRIPTS_DIR / "setup_fboss_env": "bin/setup_fboss_env", + RUN_SCRIPTS_DIR / "topology.cdf": "bin/topology.cdf", + RUN_CONFIGS_DIR / "j2cp": "share/j2cp", + RUN_CONFIGS_DIR / "j3b": "share/j3b", + RUN_CONFIGS_DIR / "janga800bic": "share/janga800bic", + RUN_CONFIGS_DIR / "r3": "share/r3", + RUN_CONFIGS_DIR / "tahan800bc": "share/tahan800bc", + RUN_CONFIGS_DIR / "th": "share/th", + RUN_CONFIGS_DIR / "th3": "share/th3", + RUN_CONFIGS_DIR / "th4": "share/th4", + RUN_CONFIGS_DIR / "th5": "share/th5", +} + +FORWARDING_TEST_BINARIES = [ + "fboss-platform-mapping-gen", + "led_service_hw_test", + "multi_switch_agent_hw_test", + "qsfp_hw_test", + "sai_agent_hw_test-sai_impl", + "sai_agent_scale_test-sai_impl", + "sai_invariant_agent_test-sai_impl", + "sai_link_test-sai_impl", + "sai_mono_link_test-sai_impl", + "sai_multi_link_test-sai_impl", + "sai_replayer-sai_impl", + "sai_test-sai_impl", +] + +FORWARDING_TEST_EXTRA = { + OSS_DIR / "hw_known_bad_tests": "share/hw_known_bad_tests", + OSS_DIR / "hw_test_configs": "share/hw_test_configs", + OSS_DIR / "link_known_bad_tests": "share/link_known_bad_tests", + OSS_DIR / "link_test_configs": "share/link_test_configs", + OSS_DIR / "production_features": "share/production_features", + OSS_DIR / "qsfp_known_bad_tests": "share/qsfp_known_bad_tests", + OSS_DIR / "qsfp_test_configs": "share/qsfp_test_configs", + OSS_DIR / "qsfp_unsupported_tests": "share/qsfp_unsupported_tests", + OSS_DIR / "sai_hw_unsupported_tests": "share/sai_hw_unsupported_tests", + RUN_SCRIPTS_DIR / "brcmsim.py": "bin/brcmsim.py", +} + +AGENT_BENCHMARK_BINARIES = [ + "sai_anticipated_scale_route_add_speed-sai_impl", + "sai_anticipated_scale_route_del_speed-sai_impl", + "sai_fsw_scale_route_add_speed-sai_impl", + "sai_fsw_scale_route_del_speed-sai_impl", + "sai_hgrid_du_scale_route_add_speed-sai_impl", + "sai_hgrid_du_scale_route_del_speed-sai_impl", + "sai_hgrid_uu_scale_route_add_speed-sai_impl", + "sai_hgrid_uu_scale_route_del_speed-sai_impl", + "sai_th_alpm_scale_route_add_speed-sai_impl", + "sai_th_alpm_scale_route_del_speed-sai_impl", + # Performance benchmarks + "sai_ecmp_shrink_speed-sai_impl", + "sai_ecmp_shrink_with_competing_route_updates_speed-sai_impl", + "sai_rib_resolution_speed-sai_impl", + "sai_rib_sync_fib_speed-sai_impl", + "sai_rx_slow_path_rate-sai_impl", + "sai_stats_collection_speed-sai_impl", + "sai_tx_slow_path_rate-sai_impl", + "sai_ucmp_scale_benchmark-sai_impl", + # Init and exit benchmarks + "sai_init_and_exit_40Gx10G-sai_impl", + "sai_init_and_exit_100Gx10G-sai_impl", + "sai_init_and_exit_100Gx25G-sai_impl", + "sai_init_and_exit_100Gx50G-sai_impl", + "sai_init_and_exit_100Gx100G-sai_impl", + "sai_init_and_exit_400Gx400G-sai_impl", + # VOQ benchmarks (BRCM DNX only) + "sai_init_and_exit_fabric-sai_impl", + "sai_init_and_exit_voq-sai_impl", + "sai_voq_remote_entity_programming-sai_impl", + "sai_voq_scale_route_add_speed-sai_impl", + "sai_voq_scale_route_del_speed-sai_impl", + "sai_voq_sys_port_programming-sai_impl", + # DNX/FAKE only benchmarks + "sai_switch_reachability_change_speed-sai_impl", +] + +PLATFORM_BINARIES = [ + "data_corral_service", + "fan_service", + "fw_util", + "led_service", + "platform_manager", + "rackmon", + "sensor_service", + "sensor_service_client", + "showtech", + "weutil", +] + +PLATFORM_EXTRA = { + OSS_DIR + / "hw_sanity_tests/bsp_sanity_tests.conf": "share/hw_sanity_tests/bsp_sanity_tests.conf", +} + +PLATFORM_TEST_BINARIES = [ + "bsp_tests", + "data_corral_service_hw_test", + "fan_service_hw_test", + "fboss-bspmapping-gen", + "fixmyfboss", + "fw_util_hw_test", + "mac_address_check_test", + "platform_config_lib_config_generator", + "platform_hw_test", + "platform_manager_hw_test", + "rackmon_test", + "sensor_service_hw_test", + "sensor_service_utils_test", + "weutil_crc16_ccitt_test", + "weutil_fboss_eeprom_interface_test", + "weutil_hw_test", +] + +PLATFORM_TEST_EXTRA = { + RUN_SCRIPTS_DIR / "run_test.py": "bin/run_test.py", + RUN_SCRIPTS_DIR / "setup_fboss_env": "bin/setup_fboss_env", +} + + +def write_tar(filename: str, contents: Dict[str, str]) -> None: + if not contents: + return + + print(f"Creating {filename}...") + with tarfile.open(filename, "w") as tar: + for src, dest in contents.items(): + if not os.path.exists(src): + print(f"Warning: {src} does not exist") + continue + tar.add(src, dest) + + +def _build_target(target: str, build_dir: pathlib.Path): + """Return mappings for a given target and build_dir + + The global lists/dicts above describe what we package. Here we only wire + them up to the build-dir specific directory. + """ + + bins = [] + extras = {} + test_bins = {} + test_extras = {} + + if target == "forwarding-stack": + bins = FORWARDING_BINARIES + extras = FORWARDING_EXTRA + test_bins = FORWARDING_TEST_BINARIES + test_extras = FORWARDING_TEST_EXTRA + elif target == "platform-stack": + bins = PLATFORM_BINARIES + extras = PLATFORM_EXTRA + test_bins = PLATFORM_TEST_BINARIES + test_extras = PLATFORM_TEST_EXTRA + elif target == "agent-benchmarks": + bins = AGENT_BENCHMARK_BINARIES + extras = { + OSS_DIR / "hw_benchmark_tests": "share/hw_benchmark_tests", + } + + fboss_build_dir = build_dir / "build" / "fboss" + + prod_files = {fboss_build_dir / bin_name: f"bin/{bin_name}" for bin_name in bins} + prod_files.update(extras) + + test_files = { + fboss_build_dir / bin_name: f"bin/{bin_name}" for bin_name in test_bins + } + test_files.update(test_extras) + + return (prod_files, test_files) + + +def package_fboss(target_name: str, target: List) -> None: + with concurrent.futures.ProcessPoolExecutor() as executor: + executor.submit(write_tar, f"{target_name}.tar", target[0]) + if len(target) == 2: + executor.submit(write_tar, f"{target_name}-tests.tar", target[1]) + + +def parse_args(argv): + parser = argparse.ArgumentParser( + description=( + "Package FBOSS forwarding/platform stacks from a getdeps build tree." + ) + ) + parser.add_argument( + BUILD_DIR, + dest="build_dir", + type=pathlib.Path, + required=True, + help=( + "Root scratch path used by getdeps. " + "The fboss build tree is expected under SCRATCH_PATH/build/fboss." + ), + ) + parser.add_argument( + "target", + choices=list(TARGET_NAMES), + help="Packaging target to create.", + ) + return parser.parse_args(argv) + + +def main(argv=None) -> None: + args = parse_args(sys.argv[1:] if argv is None else argv) + target_mappings = _build_target(args.target, args.build_dir) + package_fboss(args.target, target_mappings) + + +if __name__ == "__main__": + main() diff --git a/fboss/oss/scripts/run_scripts/run_test.py b/fboss/oss/scripts/run_scripts/run_test.py index c9a581a99b0a7..ebf603bab8f7b 100755 --- a/fboss/oss/scripts/run_scripts/run_test.py +++ b/fboss/oss/scripts/run_scripts/run_test.py @@ -189,6 +189,7 @@ SUB_CMD_QSFP = "qsfp" SUB_CMD_LINK = "link" SUB_CMD_SAI_AGENT = "sai_agent" +SUB_CMD_CLI = "cli" SUB_ARG_AGENT_RUN_MODE = "--agent-run-mode" SUB_ARG_AGENT_RUN_MODE_MONO = "mono" SUB_ARG_AGENT_RUN_MODE_MULTI = "multi_switch" @@ -1290,6 +1291,119 @@ def _filter_tests(self, tests: List[str]) -> List[str]: return tests_to_run +class CliTestRunner: + """ + Runner for CLI end-to-end tests. + + Unlike the gtest-based test runners, CLI tests are simple Python tests + that run CLI commands and verify output. They test the CLI tool itself + (fboss2-dev) on a running FBOSS instance. + """ + + CLI_TEST_DIR = "./share/cli_tests" + + def run_test(self, args): + """Run CLI end-to-end tests""" + print("Running CLI end-to-end tests...") + + # Find and run test scripts + test_dir = self.CLI_TEST_DIR + if not os.path.isdir(test_dir): + print(f"CLI test directory not found: {test_dir}") + print("No CLI tests to run.") + return + + # Get list of test scripts + test_scripts = [] + for filename in sorted(os.listdir(test_dir)): + if filename.startswith("test_") and filename.endswith(".py"): + test_scripts.append(os.path.join(test_dir, filename)) + + if not test_scripts: + print(f"No CLI test scripts found in {test_dir}") + return + + # Apply filter if specified + if args.filter: + filtered_scripts = [] + for script in test_scripts: + script_name = os.path.basename(script) + if args.filter in script_name: + filtered_scripts.append(script) + test_scripts = filtered_scripts + if not test_scripts: + print(f"No tests match filter: {args.filter}") + return + + # Run each test script + passed = 0 + failed = 0 + failed_tests = [] + test_times = {} # Track time for each test + total_start_time = time.time() + + for test_script in test_scripts: + test_name = os.path.basename(test_script) + print(f"\n########## Running CLI test: {test_name}") + + test_start_time = time.time() + try: + result = subprocess.run( + ["python3", test_script], + capture_output=True, + text=True, + timeout=300, # 5 minute timeout per test + ) + test_elapsed = time.time() - test_start_time + test_times[test_name] = test_elapsed + + if result.returncode == 0: + print(f"[ PASSED ] {test_name} ({test_elapsed:.1f}s)") + passed += 1 + else: + print(f"[ FAILED ] {test_name} ({test_elapsed:.1f}s)") + print(f"stdout: {result.stdout}") + print(f"stderr: {result.stderr}") + failed += 1 + failed_tests.append(test_name) + + except subprocess.TimeoutExpired as e: + test_elapsed = time.time() - test_start_time + test_times[test_name] = test_elapsed + print(f"[ TIMEOUT ] {test_name} ({test_elapsed:.1f}s)") + if e.stdout: + print(f"stdout: {e.stdout}") + if e.stderr: + print(f"stderr: {e.stderr}") + failed += 1 + failed_tests.append(test_name) + except Exception as e: + test_elapsed = time.time() - test_start_time + test_times[test_name] = test_elapsed + print(f"[ ERROR ] {test_name}: {e} ({test_elapsed:.1f}s)") + failed += 1 + failed_tests.append(test_name) + + total_elapsed = time.time() - total_start_time + + # Print summary + print("\n" + "=" * 60) + print("CLI Test Summary") + print("=" * 60) + print(f" Passed: {passed}") + print(f" Failed: {failed}") + print(f" Total: {passed + failed}") + print(f" Time: {total_elapsed:.1f}s") + + if failed_tests: + print("\nFailed tests:") + for test in failed_tests: + print(f" - {test} ({test_times.get(test, 0):.1f}s)") + + if failed > 0: + sys.exit(1) + + if __name__ == "__main__": _check_working_dir() # Set env variables for FBOSS @@ -1486,6 +1600,13 @@ def _filter_tests(self, tests: List[str]) -> List[str]: sai_agent_test_parser.set_defaults(func=sai_agent_test_runner.run_test) sai_agent_test_runner.add_subcommand_arguments(sai_agent_test_parser) + # Add subparser for CLI end-to-end tests + cli_test_parser = subparsers.add_parser( + SUB_CMD_CLI, help="run CLI end-to-end tests" + ) + cli_test_runner = CliTestRunner() + cli_test_parser.set_defaults(func=cli_test_runner.run_test) + # Parse the args args = ap.parse_known_args() args = ap.parse_args(args[1], args[0]) diff --git a/fboss/oss/sdk_versions/wedge_agent.json b/fboss/oss/sdk_versions/wedge_agent.json index 26ff29db108df..9fdd8824b6a95 100644 --- a/fboss/oss/sdk_versions/wedge_agent.json +++ b/fboss/oss/sdk_versions/wedge_agent.json @@ -3,17 +3,11 @@ "(c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.", "This file is generated. Do not modify it manually!", "@codegen-source : configerator\/raw_configs\/neteng\/fboss\/coop\/inputs\/platform_to_agent_sdk_version", - "@generated SignedSource<>" + "@generated SignedSource<>" ], "MINIPACK": [ { "rolloutType": "PRODUCTION", - "asicSdk": "6.5.26", - "saiSdk": "8.2.0.0_odp", - "saiVersion": "1.11.0" - }, - { - "rolloutType": "RELEASE_CANDIDATE", "asicSdk": "6.5.29", "saiSdk": "10.2.0.0_odp", "saiVersion": "1.13.2" @@ -26,12 +20,6 @@ "FUJI": [ { "rolloutType": "PRODUCTION", - "asicSdk": "6.5.26", - "saiSdk": "8.2.0.0_odp", - "saiVersion": "1.11.0" - }, - { - "rolloutType": "RELEASE_CANDIDATE", "asicSdk": "6.5.29", "saiSdk": "10.2.0.0_odp", "saiVersion": "1.13.2" @@ -50,12 +38,6 @@ "ELBERT": [ { "rolloutType": "PRODUCTION", - "asicSdk": "6.5.26", - "saiSdk": "8.2.0.0_odp", - "saiVersion": "1.11.0" - }, - { - "rolloutType": "RELEASE_CANDIDATE", "asicSdk": "6.5.29", "saiSdk": "10.2.0.0_odp", "saiVersion": "1.13.2" @@ -68,12 +50,6 @@ "YAMP": [ { "rolloutType": "PRODUCTION", - "asicSdk": "6.5.26", - "saiSdk": "8.2.0.0_odp", - "saiVersion": "1.11.0" - }, - { - "rolloutType": "RELEASE_CANDIDATE", "asicSdk": "6.5.29", "saiSdk": "10.2.0.0_odp", "saiVersion": "1.13.2" @@ -108,12 +84,6 @@ "WEDGE100": [ { "rolloutType": "PRODUCTION", - "asicSdk": "6.5.26", - "saiSdk": "8.2.0.0_odp", - "saiVersion": "1.11.0" - }, - { - "rolloutType": "RELEASE_CANDIDATE", "asicSdk": "6.5.29", "saiSdk": "10.2.0.0_odp", "saiVersion": "1.13.2" @@ -126,12 +96,6 @@ "WEDGE": [ { "rolloutType": "PRODUCTION", - "asicSdk": "6.5.26", - "saiSdk": "8.2.0.0_odp", - "saiVersion": "1.11.0" - }, - { - "rolloutType": "RELEASE_CANDIDATE", "asicSdk": "6.5.29", "saiSdk": "10.2.0.0_odp", "saiVersion": "1.13.2" @@ -144,12 +108,6 @@ "WEDGE400": [ { "rolloutType": "PRODUCTION", - "asicSdk": "6.5.26", - "saiSdk": "8.2.0.0_odp", - "saiVersion": "1.11.0" - }, - { - "rolloutType": "RELEASE_CANDIDATE", "asicSdk": "6.5.29", "saiSdk": "10.2.0.0_odp", "saiVersion": "1.13.2" @@ -168,12 +126,6 @@ "DARWIN": [ { "rolloutType": "PRODUCTION", - "asicSdk": "6.5.26", - "saiSdk": "8.2.0.0_odp", - "saiVersion": "1.11.0" - }, - { - "rolloutType": "RELEASE_CANDIDATE", "asicSdk": "6.5.29", "saiSdk": "10.2.0.0_odp", "saiVersion": "1.13.2" diff --git a/fboss/oss/stable_commits/github_hashes_01212026_120335.tar.gz b/fboss/oss/stable_commits/github_hashes_01212026_120335.tar.gz deleted file mode 100644 index 8180bfb66a074..0000000000000 Binary files a/fboss/oss/stable_commits/github_hashes_01212026_120335.tar.gz and /dev/null differ diff --git a/fboss/oss/stable_commits/github_hashes_01262026_125107.tar.gz b/fboss/oss/stable_commits/github_hashes_01262026_125107.tar.gz deleted file mode 100644 index 0b5cb520ea9f2..0000000000000 Binary files a/fboss/oss/stable_commits/github_hashes_01262026_125107.tar.gz and /dev/null differ diff --git a/fboss/oss/stable_commits/github_hashes_01272026_120445.tar.gz b/fboss/oss/stable_commits/github_hashes_01272026_120445.tar.gz new file mode 100644 index 0000000000000..1180436ed1556 Binary files /dev/null and b/fboss/oss/stable_commits/github_hashes_01272026_120445.tar.gz differ diff --git a/fboss/oss/stable_commits/github_hashes_01282026_120434.tar.gz b/fboss/oss/stable_commits/github_hashes_01282026_120434.tar.gz new file mode 100644 index 0000000000000..1243d5e8d9608 Binary files /dev/null and b/fboss/oss/stable_commits/github_hashes_01282026_120434.tar.gz differ diff --git a/fboss/oss/stable_commits/latest_stable_hashes.tar.gz b/fboss/oss/stable_commits/latest_stable_hashes.tar.gz index 5d44dc1818639..dc3e38c5211cb 120000 --- a/fboss/oss/stable_commits/latest_stable_hashes.tar.gz +++ b/fboss/oss/stable_commits/latest_stable_hashes.tar.gz @@ -1 +1 @@ -github_hashes_01262026_125107.tar.gz \ No newline at end of file +github_hashes_01282026_120434.tar.gz \ No newline at end of file diff --git a/fboss/oss/stable_commits/previous_stable_hashes.tar.gz b/fboss/oss/stable_commits/previous_stable_hashes.tar.gz index 683fea3cc5979..e73ba673b8311 120000 --- a/fboss/oss/stable_commits/previous_stable_hashes.tar.gz +++ b/fboss/oss/stable_commits/previous_stable_hashes.tar.gz @@ -1 +1 @@ -github_hashes_01212026_120335.tar.gz \ No newline at end of file +github_hashes_01272026_120445.tar.gz \ No newline at end of file diff --git a/fboss/platform/bsp_tests/RuntimeConfigBuilder.cpp b/fboss/platform/bsp_tests/RuntimeConfigBuilder.cpp index e390ebf88d9ad..bda40021f311d 100644 --- a/fboss/platform/bsp_tests/RuntimeConfigBuilder.cpp +++ b/fboss/platform/bsp_tests/RuntimeConfigBuilder.cpp @@ -217,7 +217,15 @@ RuntimeConfig RuntimeConfigBuilder::buildRuntimeConfig( // Initialize the auxDevices field to ensure it's marked as having a value pciDevice.auxDevices() = std::vector(); - for (const auto& adapter : *dev.i2cAdapterConfigs()) { + // Add both i2cAdapterConfigs and i2cAdapterBlockConfigs to i2cAdapters + auto allI2cAdapters = *dev.i2cAdapterConfigs(); + auto i2cAdapterConfigs = Utils::createI2cAdapterConfigs(dev); + allI2cAdapters.insert( + allI2cAdapters.end(), + i2cAdapterConfigs.begin(), + i2cAdapterConfigs.end()); + + for (const auto& adapter : allI2cAdapters) { const auto& auxDev = adapter.fpgaIpBlockConfig(); fbiob::AuxData auxData; diff --git a/fboss/platform/configs/janga800bic/fan_service.json b/fboss/platform/configs/janga800bic/fan_service.json index cf897b84e54aa..916dc6362c798 100644 --- a/fboss/platform/configs/janga800bic/fan_service.json +++ b/fboss/platform/configs/janga800bic/fan_service.json @@ -24,7 +24,7 @@ "kp": 2, "ki": 0.6, "kd": 0, - "setPoint": 76.0, + "setPoint": 65.0, "posHysteresis": 0.0, "negHysteresis": 2.0 }, @@ -32,7 +32,7 @@ "kp": 2, "ki": 0.6, "kd": 0, - "setPoint": 76.0, + "setPoint": 65.0, "posHysteresis": 0.0, "negHysteresis": 2.0 }, @@ -40,7 +40,7 @@ "kp": 2, "ki": 0.6, "kd": 0, - "setPoint": 76.0, + "setPoint": 65.0, "posHysteresis": 0.0, "negHysteresis": 2.0 }, @@ -48,7 +48,7 @@ "kp": 2, "ki": 0.6, "kd": 0, - "setPoint": 76.0, + "setPoint": 65.0, "posHysteresis": 0.0, "negHysteresis": 2.0 } diff --git a/fboss/platform/configs/tahan800bc/fan_service.json b/fboss/platform/configs/tahan800bc/fan_service.json index 6f3739e528bd4..15d4fc48ed7d9 100644 --- a/fboss/platform/configs/tahan800bc/fan_service.json +++ b/fboss/platform/configs/tahan800bc/fan_service.json @@ -23,7 +23,7 @@ "kp": 2, "ki": 0.6, "kd": 0, - "setPoint": 76.0, + "setPoint": 65.0, "posHysteresis": 0.0, "negHysteresis": 2.0 }, @@ -31,7 +31,7 @@ "kp": 2, "ki": 0.6, "kd": 0, - "setPoint": 76.0, + "setPoint": 65.0, "posHysteresis": 0.0, "negHysteresis": 2.0 }, @@ -39,7 +39,7 @@ "kp": 2, "ki": 0.6, "kd": 0, - "setPoint": 76.0, + "setPoint": 65.0, "posHysteresis": 0.0, "negHysteresis": 2.0 }, @@ -47,7 +47,7 @@ "kp": 2, "ki": 0.6, "kd": 0, - "setPoint": 76.0, + "setPoint": 65.0, "posHysteresis": 0.0, "negHysteresis": 2.0 } diff --git a/fboss/platform/configs/tahan800bc/platform_manager.json b/fboss/platform/configs/tahan800bc/platform_manager.json index 23dc65b5c30d3..393eac3dbea99 100644 --- a/fboss/platform/configs/tahan800bc/platform_manager.json +++ b/fboss/platform/configs/tahan800bc/platform_manager.json @@ -166,426 +166,27 @@ "deviceId": "0x0011", "subSystemVendorId": "0x10ee", "subSystemDeviceId": "0x0007", - "i2cAdapterConfigs": [ + "i2cAdapterBlockConfigs": [ { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_1", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4000" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_2", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4100" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_3", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4200" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_4", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4300" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_5", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4400" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_6", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4500" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_7", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4600" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_8", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4700" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_9", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4800" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_10", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4900" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_11", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4a00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_12", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4b00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_13", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4c00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_14", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4d00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_15", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4e00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_16", - "deviceName": "iob_i2c_master", - "csrOffset": "0x4f00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_17", - "deviceName": "iob_i2c_master", - "csrOffset": "0x5000" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_18", - "deviceName": "iob_i2c_master", - "csrOffset": "0x5100" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_19", - "deviceName": "iob_i2c_master", - "csrOffset": "0x5200" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_20", - "deviceName": "iob_i2c_master", - "csrOffset": "0x5300" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_21", - "deviceName": "iob_i2c_master", - "csrOffset": "0x5400" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_22", - "deviceName": "iob_i2c_master", - "csrOffset": "0x5500" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_23", - "deviceName": "iob_i2c_master", - "csrOffset": "0x5600" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_24", - "deviceName": "iob_i2c_master", - "csrOffset": "0x5700" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_25", - "deviceName": "iob_i2c_master", - "csrOffset": "0x5800" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_26", - "deviceName": "iob_i2c_master", - "csrOffset": "0x5900" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_IOB_I2C_MASTER_27", - "deviceName": "iob_i2c_master", - "csrOffset": "0x5a00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_1", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42000" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_2", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42100" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_3", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42200" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_4", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42300" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_5", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42400" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_6", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42500" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_7", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42600" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_8", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42700" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_9", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42800" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_10", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42900" - } + "pmUnitScopedNamePrefix": "SMB_IOB_I2C_MASTER", + "deviceName": "iob_i2c_master", + "csrOffsetCalc": "0x4000 + ({adapterIndex} - {startAdapterIndex})*0x100", + "startAdapterIndex": 1, + "numAdapters": 27 }, { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_11", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42a00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_12", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42b00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_13", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42c00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_14", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42d00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_15", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42e00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_16", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x42f00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_17", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43000" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_18", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43100" - } + "pmUnitScopedNamePrefix": "SMB_DOM_I2C_MASTER", + "deviceName": "dom1_i2c_master", + "csrOffsetCalc": "0x42000 + ({adapterIndex} - {startAdapterIndex})*0x100", + "startAdapterIndex": 1, + "numAdapters": 32 }, { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_19", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43200" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_20", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43300" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_21", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43400" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_22", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43500" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_23", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43600" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_24", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43700" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_25", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43800" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_26", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43900" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_27", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43a00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_28", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43b00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_29", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43c00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_30", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43d00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_31", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43e00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_32", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x43f00" - } - }, - { - "fpgaIpBlockConfig": { - "pmUnitScopedName": "SMB_DOM_I2C_MASTER_33", - "deviceName": "dom1_i2c_master", - "csrOffset": "0x44c00" - } + "pmUnitScopedNamePrefix": "SMB_DOM_I2C_MASTER", + "deviceName": "dom1_i2c_master", + "csrOffsetCalc": "0x44c00 + ({adapterIndex} - {startAdapterIndex})*0x0", + "startAdapterIndex": 33, + "numAdapters": 1 } ], "gpioChipConfigs": [ diff --git a/fboss/platform/fan_service/BUCK b/fboss/platform/fan_service/BUCK index acaa6c93daed9..d7750059d277c 100644 --- a/fboss/platform/fan_service/BUCK +++ b/fboss/platform/fan_service/BUCK @@ -76,6 +76,7 @@ cpp_library( "OvertempCondition.h", ], exported_deps = [ + "fbsource//third-party/fmt:fmt", ":pid_logic_library", "//common/fbwhoami:fb_who_am_i", "//common/services/cpp:facebook_identity_verifier", @@ -98,6 +99,7 @@ cpp_library( "//fboss/platform/sensor_service/if:sensor_service-cpp2-types", "//fboss/qsfp_service/if:transceiver-cpp2-types", "//fboss/qsfp_service/lib:qsfp-service-client", + "//folly:string", "//folly/coro:blocking_wait", "//folly/io/async:async_base", "//folly/io/async:async_ssl_socket", diff --git a/fboss/platform/fan_service/Bsp.cpp b/fboss/platform/fan_service/Bsp.cpp index d17a6aa7cfa4d..dba2b495e55e6 100644 --- a/fboss/platform/fan_service/Bsp.cpp +++ b/fboss/platform/fan_service/Bsp.cpp @@ -2,9 +2,12 @@ #include "fboss/platform/fan_service/Bsp.h" +#include #include #include +#include +#include #include #include @@ -161,18 +164,19 @@ bool Bsp::writeToWatchdog(const std::string& value) { return res; } -std::vector> Bsp::processOpticEntries( +std::map> Bsp::processOpticEntries( const Optic& opticsGroup, uint64_t& currentQsfpSvcTimestamp, const std::map& transceiverInfoMap) { - std::vector> data{}; + std::map> data{}; + std::vector txvrsIdsWithNoData; + for (const auto& [xvrId, transceiverInfo] : transceiverInfoMap) { const TcvrState& tcvrState = *transceiverInfo.tcvrState(); const TcvrStats& tcvrStats = *transceiverInfo.tcvrStats(); if (!tcvrStats.sensor()) { - XLOG(ERR) << fmt::format( - "Transceiver id {} has no sensor data. Ignoring.", xvrId); + txvrsIdsWithNoData.push_back(xvrId); continue; } @@ -234,10 +238,31 @@ std::vector> Bsp::processOpticEntries( "Transceiver id {} has unsupported media type {}. Ignoring.", xvrId, int(mediaInterfaceCode)); - break; + continue; } - data.emplace_back(opticType, temp); + data[opticType].push_back(OpticData{xvrId, temp}); + } + + if (!txvrsIdsWithNoData.empty()) { + XLOG(INFO) << fmt::format( + "Transceivers with no data (ignored): {}", + folly::join(", ", txvrsIdsWithNoData)); } + if (!data.empty()) { + for (const auto& [opticType, transceivers] : data) { + std::vector tempStrings; + tempStrings.reserve(transceivers.size()); + for (const auto& opticData : transceivers) { + tempStrings.push_back( + fmt::format("{}({:.1f}C)", opticData.txvrId, opticData.temp)); + } + XLOG(INFO) << fmt::format( + "Transceivers with data [{}]: {}", + opticType, + folly::join(", ", tempStrings)); + } + } + return data; } @@ -296,10 +321,14 @@ void Bsp::getOpticsDataFromQsfpSvc( pSensorData->updateOpticEntry( *opticsGroup.opticName(), data, currentQsfpSvcTimestamp); } + auto qsfpTimestamp = static_cast(currentQsfpSvcTimestamp); + std::tm qsfpTm{}; + localtime_r(&qsfpTimestamp, &qsfpTm); XLOG(INFO) << fmt::format( - "Got optics data from Qsfp. Data Size: {}. QsfpSvcTimestamp: {}", + "Got optics data from Qsfp. OpticTypes: {}. QsfpSvcTimestamp: {} ({:%Y-%m-%d %H:%M:%S})", data.size(), - currentQsfpSvcTimestamp); + currentQsfpSvcTimestamp, + qsfpTm); } void Bsp::getOpticsData(std::shared_ptr pSensorData) { @@ -389,11 +418,15 @@ void Bsp::getSensorDataThrift(std::shared_ptr pSensorData) { if (sensorData.value() && sensorData.timeStamp()) { pSensorData->updateSensorEntry( *sensorData.name(), *sensorData.value(), *sensorData.timeStamp()); + auto timestamp = static_cast(*sensorData.timeStamp()); + std::tm sensorTm{}; + localtime_r(×tamp, &sensorTm); XLOG(DBG1) << fmt::format( - "Storing sensor {} with value {} timestamp {}", + "Storing sensor {} with value {} timestamp {} ({:%Y-%m-%d %H:%M:%S})", *sensorData.name(), *sensorData.value(), - *sensorData.timeStamp()); + *sensorData.timeStamp(), + sensorTm); } } XLOG(INFO) << fmt::format( diff --git a/fboss/platform/fan_service/Bsp.h b/fboss/platform/fan_service/Bsp.h index 894d7792f027a..4504a5e80b41c 100644 --- a/fboss/platform/fan_service/Bsp.h +++ b/fboss/platform/fan_service/Bsp.h @@ -88,7 +88,7 @@ class Bsp { // Low level access function for setting PWM and LED value virtual bool writeSysfs(const std::string& path, int value); - std::vector> processOpticEntries( + std::map> processOpticEntries( const Optic& opticsGroup, uint64_t& currentQsfpSvcTimestamp, const std::map& transceiverInfoMap); diff --git a/fboss/platform/fan_service/ControlLogic.cpp b/fboss/platform/fan_service/ControlLogic.cpp index bedc523875470..63bb2c3d5ed63 100644 --- a/fboss/platform/fan_service/ControlLogic.cpp +++ b/fboss/platform/fan_service/ControlLogic.cpp @@ -297,7 +297,7 @@ void ControlLogic::getOpticsUpdate() { std::string opticName = *optic.opticName(); auto opticEntry = pSensor_->getOpticEntry(opticName); - if (!opticEntry || opticEntry->data.size() == 0) { + if (!opticEntry || opticEntry->data.empty()) { continue; } @@ -305,28 +305,31 @@ void ControlLogic::getOpticsUpdate() { const auto& aggregationType = *optic.aggregationType(); if (aggregationType == constants::OPTIC_AGGREGATION_TYPE_MAX()) { - // Conventional one-table conversion, followed by - // the aggregation using the max value - for (const auto& [opticType, value] : opticEntry->data) { + for (const auto& [opticType, opticDataList] : opticEntry->data) { int pwmForThis = 0; auto tablePointer = getConfigOpticData(opticType, *optic.tempToPwmMaps()); - // We have pair. If we have table entry for this - // optics type, get the matching pwm value using the optics value + if (tablePointer) { - // Start with the minumum, then continue the comparison + float maxTemp = 0.0; + for (const auto& opticData : opticDataList) { + if (opticData.temp > maxTemp) { + maxTemp = opticData.temp; + } + } + pwmForThis = tablePointer->begin()->second; for (const auto& [temp, pwm] : *tablePointer) { - if (value >= temp) { + if (maxTemp >= temp) { pwmForThis = pwm; } } + XLOG(INFO) << fmt::format( + "{}: Max optic temp is {}. PWM is {}", + opticType, + maxTemp, + pwmForThis); } - XLOG(INFO) << fmt::format( - "{}: Optic sensor read value is {}. PWM is {}", - opticType, - value, - pwmForThis); if (pwmForThis > aggOpticPwm) { aggOpticPwm = pwmForThis; } @@ -335,24 +338,14 @@ void ControlLogic::getOpticsUpdate() { aggregationType == constants::OPTIC_AGGREGATION_TYPE_PID() || aggregationType == constants::OPTIC_AGGREGATION_TYPE_INCREMENTAL_PID()) { - // PID based conversion. First calculate the max temperature - // per optic type, and use the max temperature for calculating - // pwm using PID method - // Step 1. Get the max temperature per optic type - std::unordered_map maxValue; - std::string cacheKey; - for (const auto& [opticType, value] : opticEntry->data) { - if (maxValue.find(opticType) == maxValue.end()) { - maxValue[opticType] = value; - } else { - if (value > maxValue[opticType]) { - maxValue[opticType] = value; + for (const auto& [opticType, opticDataList] : opticEntry->data) { + float maxTemp = 0.0; + for (const auto& opticData : opticDataList) { + if (opticData.temp > maxTemp) { + maxTemp = opticData.temp; } } - } - // Step 2. Get the pwm per optic type using PID - for (const auto& [opticType, value] : maxValue) { - // Get PID setting + auto pidSetting = getConfigOpticData(opticType, *optic.pidSettings()); if (!pidSetting) { @@ -360,9 +353,9 @@ void ControlLogic::getOpticsUpdate() { "Optic {} does not have PID setting", opticType); continue; } - // Cache key is unique as long as opticName is unique - cacheKey = opticName + opticType; - float pwm = pidLogics_.at(cacheKey)->calculatePwm(value); + + std::string cacheKey = opticName + opticType; + float pwm = pidLogics_.at(cacheKey)->calculatePwm(maxTemp); if (pwm > aggOpticPwm) { aggOpticPwm = pwm; } diff --git a/fboss/platform/fan_service/SensorData.cpp b/fboss/platform/fan_service/SensorData.cpp index 9b7cd2460a82f..f197eef08b6cd 100644 --- a/fboss/platform/fan_service/SensorData.cpp +++ b/fboss/platform/fan_service/SensorData.cpp @@ -41,7 +41,7 @@ std::optional SensorData::getOpticEntry( void SensorData::updateOpticEntry( const std::string& name, - const std::vector>& data, + const std::map>& data, uint64_t qsfpServiceTimeStamp) { if (opticEntries_.find(name) == opticEntries_.end()) { opticEntries_[name] = OpticEntry(); diff --git a/fboss/platform/fan_service/SensorData.h b/fboss/platform/fan_service/SensorData.h index 19eaa3e3230ef..85bc926ee2bf0 100644 --- a/fboss/platform/fan_service/SensorData.h +++ b/fboss/platform/fan_service/SensorData.h @@ -6,6 +6,7 @@ #pragma once +#include #include #include @@ -20,9 +21,14 @@ struct SensorEntry { float value{0}; }; +struct OpticData { + int32_t txvrId{0}; + float temp{0}; +}; + struct OpticEntry { - // Map from opticType to sensor (temperature) reading - std::vector> data; + // Map from opticType to list of transceiver readings (txvrId, temp) + std::map> data; // Timestamp of when this entry was last updated in fan_service uint64_t lastOpticsUpdateTimeInSec{0}; // Timestamp of when this entry was last updated in qsfp_service @@ -40,7 +46,7 @@ class SensorData { std::optional getOpticEntry(const std::string& name) const; void updateOpticEntry( const std::string& name, - const std::vector>& data, + const std::map>& data, uint64_t qsfpServiceTimeStamp); void resetOpticData(const std::string& name); void updateOpticDataProcessingTimestamp(const std::string& name, uint64_t ts); diff --git a/fboss/platform/fan_service/tests/ControlLogicTests.cpp b/fboss/platform/fan_service/tests/ControlLogicTests.cpp index 32dd4ffa1ddcd..19b95286e0807 100644 --- a/fboss/platform/fan_service/tests/ControlLogicTests.cpp +++ b/fboss/platform/fan_service/tests/ControlLogicTests.cpp @@ -62,9 +62,10 @@ class ControlLogicTests : public testing::Test { for (const auto& optic : *fanServiceConfig_.optics()) { value = 30.0; - auto opticData = std::vector>(); + std::map> opticData; + int32_t txvrId = 1; for (const auto& [opticType, tempToPwm] : *optic.tempToPwmMaps()) { - opticData.emplace_back(opticType, value); + opticData[opticType].push_back(OpticData{txvrId++, value}); value += 12.0; } sensorData_->updateOpticEntry( diff --git a/fboss/platform/fan_service/tests/SensorDataTests.cpp b/fboss/platform/fan_service/tests/SensorDataTests.cpp index 36f4b9ee3d232..7cc2ba4dde109 100644 --- a/fboss/platform/fan_service/tests/SensorDataTests.cpp +++ b/fboss/platform/fan_service/tests/SensorDataTests.cpp @@ -96,8 +96,8 @@ TEST_F(SensorDataTest, GetOpticEntryNotFound) { // Test updateOpticEntry and getOpticEntry TEST_F(SensorDataTest, UpdateAndGetOpticEntry) { const std::string opticName = "optic_1"; - std::vector> data = { - {"temp_type_1", 35.0}, {"temp_type_2", 40.0}}; + std::map> data = { + {"temp_type_1", {{1, 35.0}, {2, 36.0}}}, {"temp_type_2", {{3, 40.0}}}}; const uint64_t qsfpTimestamp = 9876543210; sensorData_->updateOpticEntry(opticName, data, qsfpTimestamp); @@ -105,10 +105,16 @@ TEST_F(SensorDataTest, UpdateAndGetOpticEntry) { auto entry = sensorData_->getOpticEntry(opticName); ASSERT_TRUE(entry.has_value()); EXPECT_EQ(entry->data.size(), 2); - EXPECT_EQ(entry->data[0].first, "temp_type_1"); - EXPECT_FLOAT_EQ(entry->data[0].second, 35.0); - EXPECT_EQ(entry->data[1].first, "temp_type_2"); - EXPECT_FLOAT_EQ(entry->data[1].second, 40.0); + EXPECT_TRUE(entry->data.find("temp_type_1") != entry->data.end()); + EXPECT_EQ(entry->data.at("temp_type_1").size(), 2); + EXPECT_EQ(entry->data.at("temp_type_1")[0].txvrId, 1); + EXPECT_FLOAT_EQ(entry->data.at("temp_type_1")[0].temp, 35.0); + EXPECT_EQ(entry->data.at("temp_type_1")[1].txvrId, 2); + EXPECT_FLOAT_EQ(entry->data.at("temp_type_1")[1].temp, 36.0); + EXPECT_TRUE(entry->data.find("temp_type_2") != entry->data.end()); + EXPECT_EQ(entry->data.at("temp_type_2").size(), 1); + EXPECT_EQ(entry->data.at("temp_type_2")[0].txvrId, 3); + EXPECT_FLOAT_EQ(entry->data.at("temp_type_2")[0].temp, 40.0); EXPECT_EQ(entry->qsfpServiceTimeStamp, qsfpTimestamp); EXPECT_GT(entry->lastOpticsUpdateTimeInSec, 0); } @@ -118,12 +124,13 @@ TEST_F(SensorDataTest, UpdateExistingOpticEntry) { const std::string opticName = "optic_1"; // First update - std::vector> data1 = {{"temp_type_1", 30.0}}; + std::map> data1 = { + {"temp_type_1", {{1, 30.0}}}}; sensorData_->updateOpticEntry(opticName, data1, 1000); // Second update with different data - std::vector> data2 = { - {"temp_type_1", 35.0}, {"temp_type_2", 40.0}}; + std::map> data2 = { + {"temp_type_1", {{1, 35.0}}}, {"temp_type_2", {{2, 40.0}}}}; const uint64_t newTimestamp = 2000; sensorData_->updateOpticEntry(opticName, data2, newTimestamp); @@ -136,7 +143,8 @@ TEST_F(SensorDataTest, UpdateExistingOpticEntry) { // Test resetOpticData TEST_F(SensorDataTest, ResetOpticData) { const std::string opticName = "optic_1"; - std::vector> data = {{"temp_type_1", 35.0}}; + std::map> data = { + {"temp_type_1", {{1, 35.0}}}}; sensorData_->updateOpticEntry(opticName, data, 1000); // Verify data exists @@ -150,7 +158,7 @@ TEST_F(SensorDataTest, ResetOpticData) { // Verify data is empty but entry still exists entry = sensorData_->getOpticEntry(opticName); ASSERT_TRUE(entry.has_value()); - EXPECT_EQ(entry->data.size(), 0); + EXPECT_TRUE(entry->data.empty()); } // Test resetOpticData on non-existent optic (should create empty entry) @@ -180,8 +188,10 @@ TEST_F(SensorDataTest, UpdateOpticDataProcessingTimestamp) { // Test getOpticEntries TEST_F(SensorDataTest, GetOpticEntries) { - std::vector> data1 = {{"type1", 30.0}}; - std::vector> data2 = {{"type2", 40.0}}; + std::map> data1 = { + {"type1", {{1, 30.0}}}}; + std::map> data2 = { + {"type2", {{2, 40.0}}}}; sensorData_->updateOpticEntry("optic1", data1, 1000); sensorData_->updateOpticEntry("optic2", data2, 2000); @@ -199,7 +209,7 @@ TEST_F(SensorDataTest, GetLastQsfpSvcTime) { // Update optic entry which sets lastSuccessfulQsfpServiceContact_ const uint64_t timestamp1 = 1111111111; - std::vector> data = {{"type1", 30.0}}; + std::map> data = {{"type1", {{1, 30.0}}}}; sensorData_->updateOpticEntry("optic1", data, timestamp1); EXPECT_EQ(sensorData_->getLastQsfpSvcTime(), timestamp1); @@ -234,9 +244,10 @@ TEST_F(SensorDataTest, MultipleSensorOperations) { // Test multiple optic operations TEST_F(SensorDataTest, MultipleOpticOperations) { - std::vector> data1 = {{"type1", 30.0}}; - std::vector> data2 = { - {"type2", 40.0}, {"type3", 45.0}}; + std::map> data1 = { + {"type1", {{1, 30.0}}}}; + std::map> data2 = { + {"type2", {{2, 40.0}}}, {"type3", {{3, 45.0}}}}; // Add multiple optics sensorData_->updateOpticEntry("optic1", data1, 1000); @@ -248,7 +259,7 @@ TEST_F(SensorDataTest, MultipleOpticOperations) { sensorData_->resetOpticData("optic1"); auto entry = sensorData_->getOpticEntry("optic1"); ASSERT_TRUE(entry.has_value()); - EXPECT_EQ(entry->data.size(), 0); + EXPECT_TRUE(entry->data.empty()); // Update processing timestamp sensorData_->updateOpticDataProcessingTimestamp("optic2", 5555); diff --git a/fboss/platform/platform_manager/ConfigValidator.cpp b/fboss/platform/platform_manager/ConfigValidator.cpp index 20830f22e163f..7c53c28ca1cd7 100644 --- a/fboss/platform/platform_manager/ConfigValidator.cpp +++ b/fboss/platform/platform_manager/ConfigValidator.cpp @@ -141,6 +141,10 @@ bool ConfigValidator::isValidFpgaIpBlockConfig( *fpgaIpBlockConfig.pmUnitScopedName()); return false; } + if (fpgaIpBlockConfig.pmUnitScopedName()->ends_with('_')) { + XLOG(ERR) << "PmUnitScopedName must not end with an underscore"; + return false; + } if (!fpgaIpBlockConfig.csrOffset()->empty() && !re2::RE2::FullMatch( *fpgaIpBlockConfig.csrOffset(), kPciDevOffsetRegex)) { @@ -302,6 +306,79 @@ bool ConfigValidator::isValidXcvrCtrlBlockConfig( return true; } +bool ConfigValidator::isValidI2cAdapterBlockConfig( + const I2cAdapterBlockConfig& i2cAdapterBlockConfig) { + if (i2cAdapterBlockConfig.pmUnitScopedNamePrefix()->empty()) { + XLOG(ERR) << "PmUnitScopedNamePrefix must be a non-empty string"; + return false; + } + if (i2cAdapterBlockConfig.pmUnitScopedNamePrefix()->ends_with('_')) { + XLOG(ERR) << "PmUnitScopedNamePrefix must not end with '_'"; + return false; + } + if (i2cAdapterBlockConfig.deviceName()->empty()) { + XLOG(ERR) << "deviceName must be a non-empty string"; + return false; + } + if (i2cAdapterBlockConfig.csrOffsetCalc()->empty()) { + XLOG(ERR) << "csrOffsetCalc must be a non-empty string"; + return false; + } + if (*i2cAdapterBlockConfig.startAdapterIndex() < 0) { + XLOG(ERR) << "startAdapterIndex must be a value greater than or equal to 0"; + return false; + } + if (*i2cAdapterBlockConfig.numAdapters() <= 0) { + XLOG(ERR) << "numAdapters must be a value greater than 0"; + return false; + } + if (*i2cAdapterBlockConfig.numBusesPerAdapter() <= 0) { + XLOG(ERR) << "numBusesPerAdapter must be a value greater than 0"; + return false; + } + + for (int32_t adapterIndex = *i2cAdapterBlockConfig.startAdapterIndex(); + adapterIndex < *i2cAdapterBlockConfig.startAdapterIndex() + + *i2cAdapterBlockConfig.numAdapters(); + adapterIndex++) { + std::string csrExpression = fmt::format( + fmt::runtime(*i2cAdapterBlockConfig.csrOffsetCalc()), + fmt::arg("adapterIndex", adapterIndex), + fmt::arg( + "startAdapterIndex", *i2cAdapterBlockConfig.startAdapterIndex())); + try { + Utils().evaluateExpression(csrExpression); + } catch (const std::exception& e) { + XLOG(ERR) << fmt::format( + "Invalid csrOffsetCalc expression: {} with adapterIndex={}: {}", + *i2cAdapterBlockConfig.csrOffsetCalc(), + adapterIndex, + e.what()); + return false; + } + + if (!i2cAdapterBlockConfig.iobufOffsetCalc()->empty()) { + std::string iobufExpression = fmt::format( + fmt::runtime(*i2cAdapterBlockConfig.iobufOffsetCalc()), + fmt::arg("adapterIndex", adapterIndex), + fmt::arg( + "startAdapterIndex", *i2cAdapterBlockConfig.startAdapterIndex())); + try { + Utils().evaluateExpression(iobufExpression); + } catch (const std::exception& e) { + XLOG(ERR) << fmt::format( + "Invalid iobufOffsetCalc expression: {} with adapterIndex={}: {}", + *i2cAdapterBlockConfig.iobufOffsetCalc(), + adapterIndex, + e.what()); + return false; + } + } + } + + return true; +} + bool ConfigValidator::isValidPciDeviceConfig( const PciDeviceConfig& pciDeviceConfig) { if (pciDeviceConfig.pmUnitScopedName()->empty()) { @@ -315,6 +392,10 @@ bool ConfigValidator::isValidPciDeviceConfig( *pciDeviceConfig.pmUnitScopedName()); return false; } + if (pciDeviceConfig.pmUnitScopedName()->ends_with('_')) { + XLOG(ERR) << "PmUnitScopedName must not end with an underscore"; + return false; + } if (!re2::RE2::FullMatch(*pciDeviceConfig.vendorId(), kPciIdRegex)) { XLOG(ERR) << "Invalid PCI vendor id : " << *pciDeviceConfig.vendorId(); return false; @@ -427,6 +508,12 @@ bool ConfigValidator::isValidPciDeviceConfig( return false; } + for (const auto& config : *pciDeviceConfig.i2cAdapterBlockConfigs()) { + if (!isValidI2cAdapterBlockConfig(config)) { + return false; + } + } + return true; } @@ -449,6 +536,10 @@ bool ConfigValidator::isValidI2cDeviceConfig( *i2cDeviceConfig.pmUnitScopedName()); return false; } + if (i2cDeviceConfig.pmUnitScopedName()->ends_with('_')) { + XLOG(ERR) << "PmUnitScopedName must not end with an underscore"; + return false; + } return true; } @@ -816,6 +907,10 @@ bool ConfigValidator::isValidSpiDeviceConfigs( *spiDeviceConfig.pmUnitScopedName()); return false; } + if (spiDeviceConfig.pmUnitScopedName()->ends_with('_')) { + XLOG(ERR) << "PmUnitScopedName must not end with an underscore"; + return false; + } if (spiDeviceConfig.modalias()->length() >= NAME_MAX) { XLOG(ERR) << fmt::format( "Modalias exceeded the {} characters limit for SpiDevice {}", @@ -1260,6 +1355,11 @@ void ConfigValidator::buildDeviceNameCache( addFromFpgaIpBlock(slotType, *xcvrCtrlConfig.fpgaIpBlockConfig()); } + for (const auto& i2cAdapterConfig : + Utils::createI2cAdapterConfigs(pciConfig)) { + addFromFpgaIpBlock(slotType, *i2cAdapterConfig.fpgaIpBlockConfig()); + } + for (const auto& mdioBusConfig : Utils::createMdioBusConfigs(pciConfig)) { cache[slotType].insert(*mdioBusConfig.pmUnitScopedName()); } diff --git a/fboss/platform/platform_manager/ConfigValidator.h b/fboss/platform/platform_manager/ConfigValidator.h index f54f793201981..9291c545e8802 100644 --- a/fboss/platform/platform_manager/ConfigValidator.h +++ b/fboss/platform/platform_manager/ConfigValidator.h @@ -23,6 +23,8 @@ class ConfigValidator { bool isValidLedCtrlBlockConfig(const LedCtrlBlockConfig& ledCtrlBlockConfig); bool isValidXcvrCtrlBlockConfig( const XcvrCtrlBlockConfig& xcvrCtrlBlockConfig); + bool isValidI2cAdapterBlockConfig( + const I2cAdapterBlockConfig& i2cAdapterBlockConfig); bool isValidPciDeviceConfig(const PciDeviceConfig& pciDeviceConfig); bool isValidI2cDeviceConfig(const I2cDeviceConfig& i2cDeviceConfig); bool isValidDevicePath( diff --git a/fboss/platform/platform_manager/PlatformExplorer.cpp b/fboss/platform/platform_manager/PlatformExplorer.cpp index 3deba04d6ffb3..9d00f059b0370 100644 --- a/fboss/platform/platform_manager/PlatformExplorer.cpp +++ b/fboss/platform/platform_manager/PlatformExplorer.cpp @@ -544,32 +544,37 @@ void PlatformExplorer::explorePciDevices( dataStore_.updateSysfsPath(pciDevicePath, pciDevice.sysfsPath()); dataStore_.updateCharDevPath(pciDevicePath, pciDevice.charDevPath()); + auto createI2cAdapter = [&](const I2cAdapterConfig& i2cAdapterConfig) { + auto busNums = + pciExplorer_.createI2cAdapter(pciDevice, i2cAdapterConfig, instId++); + if (*i2cAdapterConfig.numberOfAdapters() > 1) { + CHECK_EQ(busNums.size(), *i2cAdapterConfig.numberOfAdapters()); + for (auto i = 0; i < busNums.size(); i++) { + dataStore_.updateI2cBusNum( + slotPath, + fmt::format( + "{}@{}", + *i2cAdapterConfig.fpgaIpBlockConfig()->pmUnitScopedName(), + i), + busNums[i]); + } + } else { + CHECK_EQ(busNums.size(), 1); + dataStore_.updateI2cBusNum( + slotPath, + *i2cAdapterConfig.fpgaIpBlockConfig()->pmUnitScopedName(), + busNums[0]); + } + }; + auto i2cAdapterConfigs = Utils::createI2cAdapterConfigs(pciDeviceConfig); + if (i2cAdapterConfigs.size() == 0) { + i2cAdapterConfigs = *pciDeviceConfig.i2cAdapterConfigs(); + } createPciSubDevices( slotPath, - *pciDeviceConfig.i2cAdapterConfigs(), + i2cAdapterConfigs, ExplorationErrorType::PCI_SUB_DEVICE_CREATE_I2C_ADAPTER, - [&](const auto& i2cAdapterConfig) { - auto busNums = pciExplorer_.createI2cAdapter( - pciDevice, i2cAdapterConfig, instId++); - if (*i2cAdapterConfig.numberOfAdapters() > 1) { - CHECK_EQ(busNums.size(), *i2cAdapterConfig.numberOfAdapters()); - for (auto i = 0; i < busNums.size(); i++) { - dataStore_.updateI2cBusNum( - slotPath, - fmt::format( - "{}@{}", - *i2cAdapterConfig.fpgaIpBlockConfig()->pmUnitScopedName(), - i), - busNums[i]); - } - } else { - CHECK_EQ(busNums.size(), 1); - dataStore_.updateI2cBusNum( - slotPath, - *i2cAdapterConfig.fpgaIpBlockConfig()->pmUnitScopedName(), - busNums[0]); - } - }); + createI2cAdapter); createPciSubDevices( slotPath, *pciDeviceConfig.spiMasterConfigs(), diff --git a/fboss/platform/platform_manager/Utils.cpp b/fboss/platform/platform_manager/Utils.cpp index ba5b1f1ccebe0..fc12a603532fb 100644 --- a/fboss/platform/platform_manager/Utils.cpp +++ b/fboss/platform/platform_manager/Utils.cpp @@ -247,6 +247,52 @@ std::string Utils::convertHexLiteralsToDecimal(const std::string& expression) { return result; } +std::vector Utils::createI2cAdapterConfigs( + const PciDeviceConfig& pciDeviceConfig) { + std::vector i2cAdapterConfigs; + const auto i2cAdapterBlockConfigs = pciDeviceConfig.i2cAdapterBlockConfigs(); + for (const auto& i2cAdapterBlockConfig : *i2cAdapterBlockConfigs) { + int endAdapterIndex = *i2cAdapterBlockConfig.startAdapterIndex() + + *i2cAdapterBlockConfig.numAdapters(); + for (int adapterIndex = *i2cAdapterBlockConfig.startAdapterIndex(); + adapterIndex < endAdapterIndex; + ++adapterIndex) { + I2cAdapterConfig i2cAdapterConfig; + i2cAdapterConfig.fpgaIpBlockConfig()->pmUnitScopedName() = fmt::format( + "{}_{}", + *i2cAdapterBlockConfig.pmUnitScopedNamePrefix(), + adapterIndex); + i2cAdapterConfig.fpgaIpBlockConfig()->deviceName() = + *i2cAdapterBlockConfig.deviceName(); + + std::string csrExpression = fmt::format( + fmt::runtime(*i2cAdapterBlockConfig.csrOffsetCalc()), + fmt::arg("adapterIndex", adapterIndex), + fmt::arg( + "startAdapterIndex", *i2cAdapterBlockConfig.startAdapterIndex())); + i2cAdapterConfig.fpgaIpBlockConfig()->csrOffset() = + Utils().evaluateExpression(csrExpression); + + if (!i2cAdapterBlockConfig.iobufOffsetCalc()->empty()) { + std::string iobufExpression = fmt::format( + fmt::runtime(*i2cAdapterBlockConfig.iobufOffsetCalc()), + fmt::arg("adapterIndex", adapterIndex), + fmt::arg( + "startAdapterIndex", + *i2cAdapterBlockConfig.startAdapterIndex())); + i2cAdapterConfig.fpgaIpBlockConfig()->iobufOffset() = + Utils().evaluateExpression(iobufExpression); + } + + i2cAdapterConfig.numberOfAdapters() = + *i2cAdapterBlockConfig.numBusesPerAdapter(); + + i2cAdapterConfigs.push_back(i2cAdapterConfig); + } + } + return i2cAdapterConfigs; +} + std::vector Utils::createXcvrCtrlConfigs( const PciDeviceConfig& pciDeviceConfig) { std::vector xcvrCtrlConfigs; diff --git a/fboss/platform/platform_manager/Utils.h b/fboss/platform/platform_manager/Utils.h index 95b4e24e662b9..703c65823aae1 100644 --- a/fboss/platform/platform_manager/Utils.h +++ b/fboss/platform/platform_manager/Utils.h @@ -66,6 +66,11 @@ class Utils { // Replace hex literals with decimal values in expression string std::string convertHexLiteralsToDecimal(const std::string& expression); + // Create the I2C Adapter Config block based on the given I2cAdapterConfig + // residing at the given PciDevice. Throw std::runtime_error on failure. + static std::vector createI2cAdapterConfigs( + const PciDeviceConfig& pciDeviceConfig); + // Create the XCVR Controller Config block based on the given xcvrCtrlConfig // residing at the given PciDevice. Throw std::runtime_error on failure. static std::vector createXcvrCtrlConfigs( diff --git a/fboss/platform/platform_manager/platform_manager_config.thrift b/fboss/platform/platform_manager/platform_manager_config.thrift index 2f7c7fbbc2dd2..b327a5662bc46 100644 --- a/fboss/platform/platform_manager/platform_manager_config.thrift +++ b/fboss/platform/platform_manager/platform_manager_config.thrift @@ -289,6 +289,57 @@ struct I2cAdapterConfig { 2: i32 numberOfAdapters; } +// Defines generic I2C Adapter block in FPGAs. +// +// `pmUnitScopedNamePrefix`: The prefix used to refer to this device +// Example: pmUnitScopedNamePrefix: SMB_I2C_ADAPTER, the expanded form would be +// SMB_I2C_ADAPTER_1, SMB_I2C_ADAPTER_2, etc. +// +// `deviceName`: It is the name used in the ioctl system call to create the +// corresponding device. It should be one of the compatible strings specified in +// the kernel driver. +// +// `csrOffsetCalc`: Calculation to get the csr offset for fpga block +// This expression includes a base start address and an adapter index. +// Final offset result is in hex format. +// Example: +// csrOffsetCalc: "0x1000 + {({adapterIndex} - {startAdapterIndex})}*0x100" +// adapterIndex=1, startAdapterIndex=1: +// csrOffsetCalc: "0x1000 + 0*0x100" +// csrOffsetCalc: "0x1000" +// adapterIndex=2, startAdapterIndex=1: +// csrOffsetCalc: "0x1000 + 1*0x100" +// csrOffsetCalc: "0x1100" +// +// `startAdapterIndex`: Starting adapter index for calculation for each block config +// +// `numAdapters`: Number of I2C adapters for this block +// +// `numBusesPerAdapter`: Number of I2C buses created per adapter for this block +// This is equivalent to `numberOfAdapters` in I2cAdapterConfig. +// The default value is 1 bus per adapter. +// +// `iobufOffsetCalc`: Calculation to get the iobuf offset for fpga block +// This expression includes a base start address and an adapter index. +// Final offset result is in hex format. +// Example: +// iobufOffsetCalc: "0x2000 + {({adapterIndex} - {startAdapterIndex})}*0x100" +// adapterIndex=1, startAdapterIndex=1: +// iobufOffsetCalc: "0x2000 + 0*0x100" +// iobufOffsetCalc: "0x2000" +// adapterIndex=2, startAdapterIndex=1: +// iobufOffsetCalc: "0x2000 + 1*0x100" +// iobufOffsetCalc: "0x2100" +struct I2cAdapterBlockConfig { + 1: string pmUnitScopedNamePrefix; + 2: string deviceName; + 3: string csrOffsetCalc; + 4: i32 startAdapterIndex; + 5: i32 numAdapters; + 6: i32 numBusesPerAdapter = 1; + 7: string iobufOffsetCalc; +} + // Defines a Spi Device in FPGAs. // // `pmUnitScopedName`: The name used to refer to this device. It should be be @@ -547,7 +598,7 @@ struct PciDeviceConfig { 3: string deviceId; 4: string subSystemVendorId; 5: string subSystemDeviceId; - 6: list i2cAdapterConfigs; + 6: list i2cAdapterConfigs; // Deprecated: do not use 7: list spiMasterConfigs; 8: list gpioChipConfigs; 9: list watchdogConfigs; @@ -562,6 +613,7 @@ struct PciDeviceConfig { 18: list mdioBusConfigs; // Deprecated: do not use 19: list sysLedCtrlConfigs; 20: list mdioBusBlockConfigs; + 21: list i2cAdapterBlockConfigs; } // These are the PmUnit slot types. Examples: "PIM_SLOT", "PSU_SLOT" and diff --git a/fboss/platform/platform_manager/tests/ConfigValidatorTest.cpp b/fboss/platform/platform_manager/tests/ConfigValidatorTest.cpp index ce22386c28be6..8563536db3e16 100644 --- a/fboss/platform/platform_manager/tests/ConfigValidatorTest.cpp +++ b/fboss/platform/platform_manager/tests/ConfigValidatorTest.cpp @@ -1356,3 +1356,122 @@ TEST(ConfigValidatorTest, ChassisEepromDevicePath) { config.chassisEepromDevicePath() = "/[SOME_OTHER_EEPROM]"; EXPECT_FALSE(ConfigValidator().isValid(config)); } + +TEST(ConfigValidatorTest, I2cAdapterBlockConfig) { + ConfigValidator validator; + I2cAdapterBlockConfig config; + + // Test case: Valid config + config.pmUnitScopedNamePrefix() = "SMB_I2C_ADAPTER"; + config.deviceName() = "i2c_adapter"; + config.csrOffsetCalc() = "0x1000 + {adapterIndex}*0x100"; + config.numAdapters() = 8; + config.numBusesPerAdapter() = 4; + config.iobufOffsetCalc() = ""; + config.startAdapterIndex() = 1; + EXPECT_TRUE(validator.isValidI2cAdapterBlockConfig(config)); + + // Test case: Valid config with iobufOffsetCalc + config.pmUnitScopedNamePrefix() = "SMB_I2C_ADAPTER"; + config.deviceName() = "i2c_adapter"; + config.csrOffsetCalc() = "0x1000 + {adapterIndex}*0x100"; + config.iobufOffsetCalc() = "0x2000 + {adapterIndex}*0x100"; + config.numAdapters() = 8; + config.numBusesPerAdapter() = 4; + EXPECT_TRUE(validator.isValidI2cAdapterBlockConfig(config)); + + // Test case: Invalid iobufOffsetCalc expression + config.iobufOffsetCalc() = "invalid_expression"; + EXPECT_FALSE(validator.isValidI2cAdapterBlockConfig(config)); + config.iobufOffsetCalc() = ""; + + // Test case: Empty pmUnitScopedNamePrefix + config.pmUnitScopedNamePrefix() = ""; + EXPECT_FALSE(validator.isValidI2cAdapterBlockConfig(config)); + config.pmUnitScopedNamePrefix() = "SMB_I2C_ADAPTER"; + + // Test case: pmUnitScopedNamePrefix ends with _ + config.pmUnitScopedNamePrefix() = "SMB_I2C_ADAPTER_"; + EXPECT_FALSE(validator.isValidI2cAdapterBlockConfig(config)); + config.pmUnitScopedNamePrefix() = "SMB_I2C_ADAPTER"; + + // Test case: Empty deviceName + config.deviceName() = ""; + EXPECT_FALSE(validator.isValidI2cAdapterBlockConfig(config)); + config.deviceName() = "i2c_adapter"; + + // Test case: Empty csrOffsetCalc + config.csrOffsetCalc() = ""; + EXPECT_FALSE(validator.isValidI2cAdapterBlockConfig(config)); + config.csrOffsetCalc() = "0x1000 + {adapterIndex}*0x100"; + + // Test case: Zero numAdapters + config.numAdapters() = 0; + EXPECT_FALSE(validator.isValidI2cAdapterBlockConfig(config)); + config.numAdapters() = 8; + + // Test case: Negative numAdapters + config.numAdapters() = -1; + EXPECT_FALSE(validator.isValidI2cAdapterBlockConfig(config)); + config.numAdapters() = 8; + + // Test case: Zero numBusesPerAdapter + config.numBusesPerAdapter() = 0; + EXPECT_FALSE(validator.isValidI2cAdapterBlockConfig(config)); + config.numBusesPerAdapter() = 4; + + // Test case: Negative numBusesPerAdapter + config.numBusesPerAdapter() = -1; + EXPECT_FALSE(validator.isValidI2cAdapterBlockConfig(config)); + config.numBusesPerAdapter() = 4; + + // Test case: Invalid csrOffsetCalc expression + config.csrOffsetCalc() = "invalid_expression"; + EXPECT_FALSE(validator.isValidI2cAdapterBlockConfig(config)); + config.csrOffsetCalc() = "0x1000 + {adapterIndex}*0x100"; + + // Test case: Large valid values + config.numAdapters() = 16; + config.numBusesPerAdapter() = 64; + EXPECT_TRUE(validator.isValidI2cAdapterBlockConfig(config)); + + // Test case: Valid config with non-zero startAdapterIndex + config.numAdapters() = 8; + config.numBusesPerAdapter() = 4; + config.startAdapterIndex() = 5; + EXPECT_TRUE(validator.isValidI2cAdapterBlockConfig(config)); + + // Test case: Negative startAdapterIndex + config.startAdapterIndex() = -1; + EXPECT_FALSE(validator.isValidI2cAdapterBlockConfig(config)); + config.startAdapterIndex() = 1; + + // Test case: Large valid startAdapterIndex + config.startAdapterIndex() = 100; + EXPECT_TRUE(validator.isValidI2cAdapterBlockConfig(config)); + config.startAdapterIndex() = 1; +} + +TEST(ConfigValidatorTest, PciDeviceConfigWithI2cAdapterBlockConfigs) { + auto pciDevConfig = getValidPciDeviceConfig(); + + // Test case: Invalid I2cAdapterBlockConfig in PciDeviceConfig + I2cAdapterBlockConfig invalidConfig; + invalidConfig.pmUnitScopedNamePrefix() = ""; // This will make it invalid + invalidConfig.deviceName() = "i2c_adapter"; + invalidConfig.csrOffsetCalc() = "0x1000"; + invalidConfig.numAdapters() = 8; + invalidConfig.numBusesPerAdapter() = 1; + pciDevConfig.i2cAdapterBlockConfigs() = {invalidConfig}; + EXPECT_FALSE(ConfigValidator().isValidPciDeviceConfig(pciDevConfig)); + + // Test case: Valid I2cAdapterBlockConfig in PciDeviceConfig + I2cAdapterBlockConfig validConfig; + validConfig.pmUnitScopedNamePrefix() = "SMB_I2C_ADAPTER"; + validConfig.deviceName() = "i2c_adapter"; + validConfig.csrOffsetCalc() = "0x1000 + {adapterIndex}*0x100"; + validConfig.numAdapters() = 8; + validConfig.numBusesPerAdapter() = 4; + pciDevConfig.i2cAdapterBlockConfigs() = {validConfig}; + EXPECT_TRUE(ConfigValidator().isValidPciDeviceConfig(pciDevConfig)); +}