Compare commits
130 Commits
master
...
revert-161
Author | SHA1 | Date | |
---|---|---|---|
|
82a63cb9fc | ||
|
fe7eeed051 | ||
|
6adbd770f4 | ||
|
30378b4baf | ||
|
393c6911c5 | ||
|
fec89be477 | ||
|
8b7e74b7e2 | ||
|
a30ccb5148 | ||
|
ebe24a134c | ||
|
fdc4c039b8 | ||
|
40a5cea84c | ||
|
63801d5bf7 | ||
|
1fca6fcfba | ||
|
d62ae374a9 | ||
|
5e4cda9c1c | ||
|
a897f1e312 | ||
|
1cac2b6fb8 | ||
|
2db19c2568 | ||
|
5774ce2206 | ||
|
d13341fd9b | ||
|
dc3991309b | ||
|
9d4d3af5e6 | ||
|
821177f47f | ||
|
dee901bd80 | ||
|
8f415c004b | ||
|
82dfe0db78 | ||
|
2941df3289 | ||
|
82fa2d6a26 | ||
|
cead17cb55 | ||
|
9a5c188b3c | ||
|
8253fd5c07 | ||
|
b7dfc5b280 | ||
|
edc1e48c17 | ||
|
6c9c2cca42 | ||
|
288ebd5dd3 | ||
|
1908a04fdf | ||
|
dd08437b3d | ||
|
1f1ae60961 | ||
|
7b8906600c | ||
|
f0823e6dd0 | ||
|
863a062c56 | ||
|
adfc486456 | ||
|
f0b03b7f97 | ||
|
2ea5a05b51 | ||
|
0b83639068 | ||
|
875b81e407 | ||
|
8e749e957a | ||
|
164fa102c0 | ||
|
fdcbc38b52 | ||
|
4c160ffbe4 | ||
|
98646be38a | ||
|
0352c83fb5 | ||
|
8ef188169e | ||
|
bf1be5f3e8 | ||
|
6016b2ba57 | ||
|
7b7aae981a | ||
|
2bc65aa7ba | ||
|
f25dcef032 | ||
|
2969d84e58 | ||
|
15a39ac806 | ||
|
6876f27374 | ||
|
4602d30a73 | ||
|
ac34681b92 | ||
|
75b7ec361c | ||
|
3119077744 | ||
|
ec73d0f3ff | ||
|
ebe8c8c223 | ||
|
fb4f2382d1 | ||
|
ca8efbf0d3 | ||
|
b226ae0699 | ||
|
6e49fa5fd2 | ||
|
63e51b4b2a | ||
|
4ca01a7715 | ||
|
30f935c994 | ||
|
41cdd361d6 | ||
|
e6e461ccf2 | ||
|
5ee18ece65 | ||
|
33d14521f2 | ||
|
33a10b479a | ||
|
471a3a8067 | ||
|
03fc34e56c | ||
|
1c3e5947ce | ||
|
b812e562c8 | ||
|
14ba74ede9 | ||
|
bf37c3162c | ||
|
82108429c6 | ||
|
157b9ea3b7 | ||
|
89fdba9e92 | ||
|
3dfe75df7d | ||
|
c564f37ec4 | ||
|
9da145cdc4 | ||
|
33d4981c52 | ||
|
298e7ebe34 | ||
|
379d45ce3e | ||
|
8369e1c6b7 | ||
|
3bfe92e10e | ||
|
aab66f8cd7 | ||
|
54eec890ba | ||
|
18b446bfe0 | ||
|
ff5c03f91b | ||
|
6004054711 | ||
|
7bd67d4f37 | ||
|
83aa8b8180 | ||
|
f4a7e22e4e | ||
|
38e721bc24 | ||
|
74598e568a | ||
|
0eb0749442 | ||
|
43585c3326 | ||
|
8c94e32fe5 | ||
|
de2a650a8e | ||
|
4173a6dd47 | ||
|
c59f55f6a3 | ||
|
0b1f834e22 | ||
|
826f5a1d45 | ||
|
8c83dc8c4d | ||
|
7ef866b140 | ||
|
fca2a8d77a | ||
|
bb3eff6ab4 | ||
|
d0126e679b | ||
|
2fc98cd8fc | ||
|
8904545b16 | ||
|
e747e2a574 | ||
|
acc5dfb603 | ||
|
90dc056824 | ||
|
664675cad5 | ||
|
260173782a | ||
|
c5167457eb | ||
|
b029f49013 | ||
|
2b8b19f00e | ||
|
65c15aa1f9 |
@ -18,6 +18,10 @@ parameters:
|
||||
type: string
|
||||
default: 1
|
||||
|
||||
- name: NUM_ASIC
|
||||
type: number
|
||||
default: 1
|
||||
|
||||
- name: TEST_SET
|
||||
type: string
|
||||
default: ""
|
||||
@ -34,17 +38,73 @@ parameters:
|
||||
type: string
|
||||
default: "ceos"
|
||||
|
||||
- name: SPECIFIED_PARAMS
|
||||
- name: TESTBED_NAME
|
||||
type: string
|
||||
default: "{}"
|
||||
default: ""
|
||||
|
||||
- name: IMAGE_URL
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: HWSKU
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: TEST_PLAN_TYPE
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: PLATFORM
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: SCRIPTS
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: FEATURES
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: SCRIPTS_EXCLUDE
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: FEATURES_EXCLUDE
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: REPO_NAME
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: MGMT_BRANCH
|
||||
type: string
|
||||
default: master
|
||||
default: ""
|
||||
|
||||
- name: NUM_ASIC
|
||||
- name: STOP_ON_FAILURE
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: RETRY_TIMES
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: DUMP_KVM_IF_FAIL
|
||||
type: string
|
||||
default: "True"
|
||||
values:
|
||||
- "True"
|
||||
- "False"
|
||||
|
||||
- name: REQUESTER
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: MAX_RUN_TEST_MINUTES
|
||||
type: number
|
||||
default: 1
|
||||
default: 480
|
||||
|
||||
|
||||
steps:
|
||||
- script: |
|
||||
@ -57,12 +117,20 @@ steps:
|
||||
set -e
|
||||
pip install PyYAML
|
||||
rm -f new_test_plan_id.txt
|
||||
python ./.azure-pipelines/test_plan.py create -t ${{ parameters.TOPOLOGY }} -o new_test_plan_id.txt \
|
||||
--min-worker ${{ parameters.MIN_WORKER }} --max-worker ${{ parameters.MAX_WORKER }} \
|
||||
--test-set ${{ parameters.TEST_SET }} --kvm-build-id $(KVM_BUILD_ID) \
|
||||
--deploy-mg-extra-params "${{ parameters.DEPLOY_MG_EXTRA_PARAMS }}" --common-extra-params "${{ parameters.COMMON_EXTRA_PARAMS }}" \
|
||||
--mgmt-branch ${{ parameters.MGMT_BRANCH }} --vm-type ${{ parameters.VM_TYPE }} --specified-params "${{ parameters.SPECIFIED_PARAMS }}" \
|
||||
|
||||
python ./.azure-pipelines/test_plan.py create \
|
||||
-t ${{ parameters.TOPOLOGY }} \
|
||||
-o new_test_plan_id.txt \
|
||||
--min-worker ${{ parameters.MIN_WORKER }} \
|
||||
--max-worker ${{ parameters.MAX_WORKER }} \
|
||||
--test-set ${{ parameters.TEST_SET }} \
|
||||
--kvm-build-id $(KVM_BUILD_ID) \
|
||||
--deploy-mg-extra-params "${{ parameters.DEPLOY_MG_EXTRA_PARAMS }}" \
|
||||
--common-extra-params "${{ parameters.COMMON_EXTRA_PARAMS }}" \
|
||||
--mgmt-branch ${{ parameters.MGMT_BRANCH }} \
|
||||
--vm-type ${{ parameters.VM_TYPE }} \
|
||||
--num-asic ${{ parameters.NUM_ASIC }}
|
||||
|
||||
TEST_PLAN_ID=`cat new_test_plan_id.txt`
|
||||
|
||||
echo "Created test plan $TEST_PLAN_ID"
|
||||
@ -108,18 +176,20 @@ steps:
|
||||
env:
|
||||
TESTBED_TOOLS_URL: $(TESTBED_TOOLS_URL)
|
||||
displayName: Run test
|
||||
timeoutInMinutes: ${{ parameters.MAX_RUN_TEST_MINUTES }}
|
||||
|
||||
- script: |
|
||||
set -e
|
||||
echo "KVM dump"
|
||||
echo "SONiC PR system-level test is powered by SONiC Elastictest, for any issue, please send email to sonicelastictest@microsoft.com"
|
||||
echo "Runtime detailed progress at $(FRONTEND_URL)/scheduler/testplan/$TEST_PLAN_ID "
|
||||
# When "KVMDUMP" finish, it changes into "FAILED", "CANCELLED" or "FINISHED"
|
||||
python ./.azure-pipelines/test_plan.py poll -i "$(TEST_PLAN_ID)" --expected-state KVMDUMP
|
||||
condition: succeededOrFailed()
|
||||
env:
|
||||
TESTBED_TOOLS_URL: $(TESTBED_TOOLS_URL)
|
||||
displayName: KVM dump
|
||||
- ${{ if eq(parameters.DUMP_KVM_IF_FAIL, 'True') }}:
|
||||
- script: |
|
||||
set -e
|
||||
echo "KVM dump"
|
||||
echo "SONiC PR system-level test is powered by SONiC Elastictest, for any issue, please send email to sonicelastictest@microsoft.com"
|
||||
echo "Runtime detailed progress at $(FRONTEND_URL)/scheduler/testplan/$TEST_PLAN_ID "
|
||||
# When "KVMDUMP" finish, it changes into "FAILED", "CANCELLED" or "FINISHED"
|
||||
python ./.azure-pipelines/test_plan.py poll -i "$(TEST_PLAN_ID)" --expected-state KVMDUMP
|
||||
condition: succeededOrFailed()
|
||||
env:
|
||||
TESTBED_TOOLS_URL: $(TESTBED_TOOLS_URL)
|
||||
displayName: KVM dump
|
||||
|
||||
- script: |
|
||||
set -e
|
||||
|
15
.gitmodules
vendored
15
.gitmodules
vendored
@ -1,15 +1,19 @@
|
||||
[submodule "sonic-swss-common"]
|
||||
path = src/sonic-swss-common
|
||||
url = https://github.com/sonic-net/sonic-swss-common
|
||||
branch = 202305
|
||||
[submodule "sonic-linux-kernel"]
|
||||
path = src/sonic-linux-kernel
|
||||
url = https://github.com/sonic-net/sonic-linux-kernel
|
||||
branch = 202305
|
||||
[submodule "sonic-sairedis"]
|
||||
path = src/sonic-sairedis
|
||||
url = https://github.com/sonic-net/sonic-sairedis
|
||||
branch = 202305
|
||||
[submodule "sonic-swss"]
|
||||
path = src/sonic-swss
|
||||
url = https://github.com/sonic-net/sonic-swss
|
||||
branch = 202305
|
||||
[submodule "src/p4c-bm/p4c-bm"]
|
||||
path = platform/p4/p4c-bm/p4c-bm
|
||||
url = https://github.com/krambn/p4c-bm
|
||||
@ -31,22 +35,25 @@
|
||||
[submodule "src/sonic-utilities"]
|
||||
path = src/sonic-utilities
|
||||
url = https://github.com/sonic-net/sonic-utilities
|
||||
branch = 202305
|
||||
[submodule "platform/broadcom/sonic-platform-modules-arista"]
|
||||
path = platform/broadcom/sonic-platform-modules-arista
|
||||
url = https://github.com/aristanetworks/sonic
|
||||
[submodule "src/sonic-platform-common"]
|
||||
path = src/sonic-platform-common
|
||||
url = https://github.com/sonic-net/sonic-platform-common
|
||||
branch = 202305
|
||||
[submodule "src/sonic-platform-daemons"]
|
||||
path = src/sonic-platform-daemons
|
||||
url = https://github.com/sonic-net/sonic-platform-daemons
|
||||
branch = 202305
|
||||
[submodule "src/sonic-platform-pde"]
|
||||
path = src/sonic-platform-pde
|
||||
url = https://github.com/sonic-net/sonic-platform-pdk-pde
|
||||
[submodule "src/sonic-frr/frr"]
|
||||
path = src/sonic-frr/frr
|
||||
url = https://github.com/sonic-net/sonic-frr.git
|
||||
branch = frr/8.2
|
||||
branch = frr/8.5
|
||||
[submodule "platform/p4/p4-hlir/p4-hlir-v1.1"]
|
||||
path = platform/p4/p4-hlir/p4-hlir-v1.1
|
||||
url = https://github.com/p4lang/p4-hlir.git
|
||||
@ -65,9 +72,6 @@
|
||||
[submodule "src/scapy"]
|
||||
path = src/scapy
|
||||
url = https://github.com/secdev/scapy.git
|
||||
[submodule "platform/mellanox/mlnx-sai/SAI-Implementation"]
|
||||
path = platform/mellanox/mlnx-sai/SAI-Implementation
|
||||
url = https://github.com/Mellanox/SAI-Implementation
|
||||
[submodule "src/sonic-mgmt-framework"]
|
||||
path = src/sonic-mgmt-framework
|
||||
url = https://github.com/sonic-net/sonic-mgmt-framework
|
||||
@ -94,6 +98,7 @@
|
||||
[submodule "src/linkmgrd"]
|
||||
path = src/linkmgrd
|
||||
url = https://github.com/sonic-net/sonic-linkmgrd.git
|
||||
branch = 202305
|
||||
[submodule "src/sonic-p4rt/sonic-pins"]
|
||||
path = src/sonic-p4rt/sonic-pins
|
||||
url = https://github.com/sonic-net/sonic-pins.git
|
||||
@ -106,9 +111,11 @@
|
||||
[submodule "src/sonic-host-services"]
|
||||
path = src/sonic-host-services
|
||||
url = https://github.com/sonic-net/sonic-host-services
|
||||
branch = 202305
|
||||
[submodule "src/sonic-gnmi"]
|
||||
path = src/sonic-gnmi
|
||||
url = https://github.com/sonic-net/sonic-gnmi.git
|
||||
branch = 202305
|
||||
[submodule "src/sonic-genl-packet"]
|
||||
path = src/sonic-genl-packet
|
||||
url = https://github.com/sonic-net/sonic-genl-packet
|
||||
|
@ -28,6 +28,7 @@ resources:
|
||||
- repository: sonic-mgmt
|
||||
type: github
|
||||
name: sonic-net/sonic-mgmt
|
||||
ref: master
|
||||
endpoint: sonic-net
|
||||
- repository: buildimage
|
||||
type: github
|
||||
@ -153,11 +154,12 @@ stages:
|
||||
timeoutInMinutes: 240
|
||||
continueOnError: false
|
||||
steps:
|
||||
- template: .azure-pipelines/run-test-scheduler-template.yml
|
||||
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
|
||||
parameters:
|
||||
TOPOLOGY: t0
|
||||
MIN_WORKER: $(T0_INSTANCE_NUM)
|
||||
MAX_WORKER: $(T0_INSTANCE_NUM)
|
||||
MGMT_BRANCH: "202305"
|
||||
|
||||
- job: t0_2vlans_elastictest
|
||||
pool: ubuntu-20.04
|
||||
@ -165,12 +167,13 @@ stages:
|
||||
timeoutInMinutes: 240
|
||||
continueOnError: false
|
||||
steps:
|
||||
- template: .azure-pipelines/run-test-scheduler-template.yml
|
||||
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
|
||||
parameters:
|
||||
TOPOLOGY: t0
|
||||
TEST_SET: t0-2vlans
|
||||
MIN_WORKER: $(T0_2VLANS_INSTANCE_NUM)
|
||||
MAX_WORKER: $(T0_2VLANS_INSTANCE_NUM)
|
||||
MGMT_BRANCH: "202305"
|
||||
DEPLOY_MG_EXTRA_PARAMS: "-e vlan_config=two_vlan_a"
|
||||
|
||||
- job: t1_lag_elastictest
|
||||
@ -179,11 +182,12 @@ stages:
|
||||
timeoutInMinutes: 240
|
||||
continueOnError: false
|
||||
steps:
|
||||
- template: .azure-pipelines/run-test-scheduler-template.yml
|
||||
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
|
||||
parameters:
|
||||
TOPOLOGY: t1-lag
|
||||
MIN_WORKER: $(T1_LAG_INSTANCE_NUM)
|
||||
MAX_WORKER: $(T1_LAG_INSTANCE_NUM)
|
||||
MGMT_BRANCH: "202305"
|
||||
|
||||
- job: multi_asic_elastictest
|
||||
displayName: "kvmtest-multi-asic-t1-lag by Elastictest"
|
||||
@ -191,13 +195,14 @@ stages:
|
||||
timeoutInMinutes: 240
|
||||
continueOnError: false
|
||||
steps:
|
||||
- template: .azure-pipelines/run-test-scheduler-template.yml
|
||||
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
|
||||
parameters:
|
||||
TOPOLOGY: t1-8-lag
|
||||
TEST_SET: multi-asic-t1-lag
|
||||
MIN_WORKER: $(MULTI_ASIC_INSTANCE_NUM)
|
||||
MAX_WORKER: $(MULTI_ASIC_INSTANCE_NUM)
|
||||
NUM_ASIC: 4
|
||||
MGMT_BRANCH: "202305"
|
||||
|
||||
- job: dualtor_elastictest
|
||||
pool: ubuntu-20.04
|
||||
@ -205,11 +210,12 @@ stages:
|
||||
timeoutInMinutes: 240
|
||||
continueOnError: false
|
||||
steps:
|
||||
- template: .azure-pipelines/run-test-scheduler-template.yml
|
||||
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
|
||||
parameters:
|
||||
TOPOLOGY: dualtor
|
||||
MIN_WORKER: $(T0_DUALTOR_INSTANCE_NUM)
|
||||
MAX_WORKER: $(T0_DUALTOR_INSTANCE_NUM)
|
||||
MGMT_BRANCH: "202305"
|
||||
COMMON_EXTRA_PARAMS: "--disable_loganalyzer "
|
||||
|
||||
- job: sonic_t0_elastictest
|
||||
@ -218,25 +224,25 @@ stages:
|
||||
timeoutInMinutes: 240
|
||||
continueOnError: false
|
||||
steps:
|
||||
- template: .azure-pipelines/run-test-scheduler-template.yml
|
||||
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
|
||||
parameters:
|
||||
TOPOLOGY: t0-64-32
|
||||
MIN_WORKER: $(T0_SONIC_INSTANCE_NUM)
|
||||
MAX_WORKER: $(T0_SONIC_INSTANCE_NUM)
|
||||
TEST_SET: t0-sonic
|
||||
COMMON_EXTRA_PARAMS: "--neighbor_type=sonic --enable_macsec --macsec_profile=128_SCI,256_XPN_SCI"
|
||||
MGMT_BRANCH: "202305"
|
||||
COMMON_EXTRA_PARAMS: "--neighbor_type=sonic "
|
||||
VM_TYPE: vsonic
|
||||
SPECIFIED_PARAMS: '{\"test_pretest.py\":[\"--completeness_level=confident\",\"--allow_recover\"],\"test_posttest.py\":[\"--completeness_level=confident\",\"--allow_recover\"]}'
|
||||
|
||||
- job: wan_elastictest
|
||||
displayName: "kvmtest-wan by Elastictest"
|
||||
pool: ubuntu-20.04
|
||||
timeoutInMinutes: 240
|
||||
continueOnError: false
|
||||
steps:
|
||||
- template: .azure-pipelines/run-test-scheduler-template.yml
|
||||
parameters:
|
||||
TOPOLOGY: wan-pub
|
||||
MIN_WORKER: $(WAN_INSTANCE_NUM)
|
||||
MAX_WORKER: $(WAN_INSTANCE_NUM)
|
||||
COMMON_EXTRA_PARAMS: "--skip_sanity "
|
||||
# - job: wan_elastictest
|
||||
# displayName: "kvmtest-wan by Elastictest"
|
||||
# pool: ubuntu-20.04
|
||||
# timeoutInMinutes: 240
|
||||
# continueOnError: false
|
||||
# steps:
|
||||
# - template: .azure-pipelines/run-test-scheduler-template.yml
|
||||
# parameters:
|
||||
# TOPOLOGY: wan-pub
|
||||
# MIN_WORKER: $(WAN_INSTANCE_NUM)
|
||||
# MAX_WORKER: $(WAN_INSTANCE_NUM)
|
||||
# COMMON_EXTRA_PARAMS: "--skip_sanity "
|
||||
|
@ -111,7 +111,7 @@ sudo LANG=C chroot $FILESYSTEM_ROOT mount
|
||||
[ -d $TRUSTED_GPG_DIR ] && [ ! -z "$(ls $TRUSTED_GPG_DIR)" ] && sudo cp $TRUSTED_GPG_DIR/* ${FILESYSTEM_ROOT}/etc/apt/trusted.gpg.d/
|
||||
|
||||
## Pointing apt to public apt mirrors and getting latest packages, needed for latest security updates
|
||||
scripts/build_mirror_config.sh files/apt $CONFIGURED_ARCH $IMAGE_DISTRO
|
||||
scripts/build_mirror_config.sh files/apt $CONFIGURED_ARCH $IMAGE_DISTRO
|
||||
sudo cp files/apt/sources.list.$CONFIGURED_ARCH $FILESYSTEM_ROOT/etc/apt/sources.list
|
||||
sudo cp files/apt/apt.conf.d/{81norecommends,apt-{clean,gzip-indexes,no-languages},no-check-valid-until,apt-multiple-retries} $FILESYSTEM_ROOT/etc/apt/apt.conf.d/
|
||||
|
||||
@ -294,7 +294,7 @@ then
|
||||
## Install Kubernetes master
|
||||
echo '[INFO] Install kubernetes master'
|
||||
install_kubernetes ${MASTER_KUBERNETES_VERSION}
|
||||
|
||||
|
||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT curl -fsSL \
|
||||
https://packages.microsoft.com/keys/microsoft.asc | \
|
||||
sudo LANG=C chroot $FILESYSTEM_ROOT apt-key add -
|
||||
@ -309,7 +309,7 @@ then
|
||||
sudo LANG=C chroot $FILESYSTEM_ROOT apt-get -y remove gnupg
|
||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT curl -o /tmp/cri-dockerd.deb -fsSL \
|
||||
https://github.com/Mirantis/cri-dockerd/releases/download/v${MASTER_CRI_DOCKERD}/cri-dockerd_${MASTER_CRI_DOCKERD}.3-0.debian-${IMAGE_DISTRO}_amd64.deb
|
||||
sudo LANG=C chroot $FILESYSTEM_ROOT apt-get -y install -f /tmp/cri-dockerd.deb
|
||||
sudo LANG=C chroot $FILESYSTEM_ROOT apt-get -y install -f /tmp/cri-dockerd.deb
|
||||
sudo LANG=C chroot $FILESYSTEM_ROOT rm -f /tmp/cri-dockerd.deb
|
||||
else
|
||||
echo '[INFO] Skipping Install kubernetes master'
|
||||
@ -447,6 +447,14 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
|
||||
systemd-sysv \
|
||||
ntp
|
||||
|
||||
# Workaround for issue: The udev rule may fail to be executed because the
|
||||
# daemon-reload command is executed in parallel
|
||||
# Github issue: https://github.com/systemd/systemd/issues/24668
|
||||
# Github PR: https://github.com/systemd/systemd/pull/24673
|
||||
# This workaround should be removed after a upstream already contains the fixes
|
||||
sudo patch $FILESYSTEM_ROOT/lib/systemd/system/systemd-udevd.service \
|
||||
files/image_config/systemd/systemd-udevd/fix-udev-rule-may-fail-if-daemon-reload-command-runs.patch
|
||||
|
||||
if [[ $TARGET_BOOTLOADER == grub ]]; then
|
||||
if [[ $CONFIGURED_ARCH == amd64 ]]; then
|
||||
GRUB_PKG=grub-pc-bin
|
||||
@ -537,6 +545,9 @@ sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docke
|
||||
# Install scapy
|
||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'scapy==2.4.4'
|
||||
|
||||
# The option --no-build-isolation can be removed when upgrading PyYAML to 6.0.1
|
||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'PyYAML==5.4.1' --no-build-isolation
|
||||
|
||||
## Note: keep pip installed for maintainance purpose
|
||||
|
||||
# Install GCC, needed for building/installing some Python packages
|
||||
@ -633,11 +644,15 @@ then
|
||||
|
||||
fi
|
||||
|
||||
## Set FIPS runtime default option
|
||||
sudo LANG=C chroot $FILESYSTEM_ROOT /bin/bash -c "mkdir -p /etc/fips"
|
||||
sudo LANG=C chroot $FILESYSTEM_ROOT /bin/bash -c "echo 0 > /etc/fips/fips_enable"
|
||||
|
||||
# #################
|
||||
# secure boot
|
||||
# secure boot
|
||||
# #################
|
||||
if [[ $SECURE_UPGRADE_MODE == 'dev' || $SECURE_UPGRADE_MODE == "prod" && $SONIC_ENABLE_SECUREBOOT_SIGNATURE != 'y' ]]; then
|
||||
# note: SONIC_ENABLE_SECUREBOOT_SIGNATURE is a feature that signing just kernel,
|
||||
# note: SONIC_ENABLE_SECUREBOOT_SIGNATURE is a feature that signing just kernel,
|
||||
# SECURE_UPGRADE_MODE is signing all the boot component including kernel.
|
||||
# its required to do not enable both features together to avoid conflicts.
|
||||
echo "Secure Boot support build stage: Starting .."
|
||||
@ -646,14 +661,14 @@ if [[ $SECURE_UPGRADE_MODE == 'dev' || $SECURE_UPGRADE_MODE == "prod" && $SONIC_
|
||||
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install \
|
||||
shim-unsigned \
|
||||
grub-efi
|
||||
|
||||
|
||||
if [ ! -f $SECURE_UPGRADE_SIGNING_CERT ]; then
|
||||
echo "Error: SONiC SECURE_UPGRADE_SIGNING_CERT=$SECURE_UPGRADE_SIGNING_CERT key missing"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ $SECURE_UPGRADE_MODE == 'dev' ]]; then
|
||||
# development signing & verification
|
||||
# development signing & verification
|
||||
|
||||
if [ ! -f $SECURE_UPGRADE_DEV_SIGNING_KEY ]; then
|
||||
echo "Error: SONiC SECURE_UPGRADE_DEV_SIGNING_KEY=$SECURE_UPGRADE_DEV_SIGNING_KEY key missing"
|
||||
|
@ -86,7 +86,7 @@ generate_onie_installer_image()
|
||||
## Note: Don't leave blank between lines. It is single line command.
|
||||
./onie-mk-demo.sh $CONFIGURED_ARCH $TARGET_MACHINE $TARGET_PLATFORM-$TARGET_MACHINE-$ONIEIMAGE_VERSION \
|
||||
installer platform/$TARGET_MACHINE/platform.conf $output_file OS $IMAGE_VERSION $ONIE_IMAGE_PART_SIZE \
|
||||
$ONIE_INSTALLER_PAYLOAD
|
||||
$ONIE_INSTALLER_PAYLOAD $SECURE_UPGRADE_SIGNING_CERT $SECURE_UPGRADE_DEV_SIGNING_KEY
|
||||
}
|
||||
|
||||
# Generate asic-specific device list
|
||||
|
@ -1,7 +1,17 @@
|
||||
{
|
||||
"chassis": {
|
||||
"name": "DCS-7050QX-32",
|
||||
"components": [],
|
||||
"components": [
|
||||
{
|
||||
"name": "Scd(addr=0000:04:00.0)"
|
||||
},
|
||||
{
|
||||
"name": "Ucd90120A(addr=6-004e)"
|
||||
},
|
||||
{
|
||||
"name": "Ucd90160(addr=10-004e)"
|
||||
}
|
||||
],
|
||||
"fans": [
|
||||
{
|
||||
"name": "fan1"
|
||||
|
@ -1,7 +1,23 @@
|
||||
{
|
||||
"chassis": {
|
||||
"name": "DCS-7050QX-32S",
|
||||
"components": [],
|
||||
"components": [
|
||||
{
|
||||
"name": "Aboot()"
|
||||
},
|
||||
{
|
||||
"name": "Scd(addr=0000:02:00.0)"
|
||||
},
|
||||
{
|
||||
"name": "Ucd90120A(addr=4-004e)"
|
||||
},
|
||||
{
|
||||
"name": "Ucd90120A(addr=8-004e)"
|
||||
},
|
||||
{
|
||||
"name": "CrowSysCpld(addr=2-0023)"
|
||||
}
|
||||
],
|
||||
"fans": [],
|
||||
"fan_drawers": [
|
||||
{
|
||||
|
@ -0,0 +1 @@
|
||||
../../../common/profiles/th4/gen/BALANCED
|
@ -0,0 +1,2 @@
|
||||
{%- set default_topo = 't1' %}
|
||||
{%- include 'buffers_config.j2' %}
|
@ -0,0 +1 @@
|
||||
BALANCED/buffers_defaults_t0.j2
|
@ -0,0 +1 @@
|
||||
BALANCED/buffers_defaults_t1.j2
|
@ -0,0 +1,104 @@
|
||||
{
|
||||
"interfaces": {
|
||||
"Ethernet0": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet8": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet16": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet24": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet32": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet40": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet48": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet56": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet64": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet72": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet80": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet88": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet96": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet104": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet112": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet120": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet128": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet136": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet144": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet152": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet160": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet168": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet176": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet184": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet192": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet200": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet208": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet216": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet224": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet232": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet240": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet248": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G]"
|
||||
},
|
||||
"Ethernet256": {
|
||||
"default_brkout_mode": "1x10G",
|
||||
"fec": "none"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1 @@
|
||||
BALANCED/pg_profile_lookup.ini
|
@ -0,0 +1,34 @@
|
||||
# name lanes alias index speed fec
|
||||
Ethernet0 1,2,3,4,5,6,7,8 Ethernet1/1 1 400000 rs
|
||||
Ethernet8 9,10,11,12,13,14,15,16 Ethernet2/1 2 400000 rs
|
||||
Ethernet16 17,18,19,20,21,22,23,24 Ethernet3/1 3 400000 rs
|
||||
Ethernet24 25,26,27,28,29,30,31,32 Ethernet4/1 4 400000 rs
|
||||
Ethernet32 33,34,35,36,37,38,39,40 Ethernet5/1 5 400000 rs
|
||||
Ethernet40 41,42,43,44,45,46,47,48 Ethernet6/1 6 400000 rs
|
||||
Ethernet48 49,50,51,52,53,54,55,56 Ethernet7/1 7 400000 rs
|
||||
Ethernet56 57,58,59,60,61,62,63,64 Ethernet8/1 8 400000 rs
|
||||
Ethernet64 65,66,67,68,69,70,71,72 Ethernet9/1 9 400000 rs
|
||||
Ethernet72 73,74,75,76,77,78,79,80 Ethernet10/1 10 400000 rs
|
||||
Ethernet80 81,82,83,84,85,86,87,88 Ethernet11/1 11 400000 rs
|
||||
Ethernet88 89,90,91,92,93,94,95,96 Ethernet12/1 12 400000 rs
|
||||
Ethernet96 97,98,99,100,101,102,103,104 Ethernet13/1 13 400000 rs
|
||||
Ethernet104 105,106,107,108,109,110,111,112 Ethernet14/1 14 400000 rs
|
||||
Ethernet112 113,114,115,116,117,118,119,120 Ethernet15/1 15 400000 rs
|
||||
Ethernet120 121,122,123,124,125,126,127,128 Ethernet16/1 16 400000 rs
|
||||
Ethernet128 385,386,387,388,389,390,391,392 Ethernet17/1 17 400000 rs
|
||||
Ethernet136 393,394,395,396,397,398,399,400 Ethernet18/1 18 400000 rs
|
||||
Ethernet144 401,402,403,404,405,406,407,408 Ethernet19/1 19 400000 rs
|
||||
Ethernet152 409,410,411,412,413,414,415,416 Ethernet20/1 20 400000 rs
|
||||
Ethernet160 417,418,419,420,421,422,423,424 Ethernet21/1 21 400000 rs
|
||||
Ethernet168 425,426,427,428,429,430,431,432 Ethernet22/1 22 400000 rs
|
||||
Ethernet176 433,434,435,436,437,438,439,440 Ethernet23/1 23 400000 rs
|
||||
Ethernet184 441,442,443,444,445,446,447,448 Ethernet24/1 24 400000 rs
|
||||
Ethernet192 449,450,451,452,453,454,455,456 Ethernet25/1 25 400000 rs
|
||||
Ethernet200 457,458,459,460,461,462,463,464 Ethernet26/1 26 400000 rs
|
||||
Ethernet208 465,466,467,468,469,470,471,472 Ethernet27/1 27 400000 rs
|
||||
Ethernet216 473,474,475,476,477,478,479,480 Ethernet28/1 28 400000 rs
|
||||
Ethernet224 481,482,483,484,485,486,487,488 Ethernet29/1 29 400000 rs
|
||||
Ethernet232 489,490,491,492,493,494,495,496 Ethernet30/1 30 400000 rs
|
||||
Ethernet240 497,498,499,500,501,502,503,504 Ethernet31/1 31 400000 rs
|
||||
Ethernet248 505,506,507,508,509,510,511,512 Ethernet32/1 32 400000 rs
|
||||
Ethernet256 513 Ethernet33 33 10000 none
|
@ -0,0 +1 @@
|
||||
{%- include 'qos_config.j2' %}
|
@ -0,0 +1 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/th4-a7060dx5-32.config.bcm
|
File diff suppressed because it is too large
Load Diff
1
device/arista/x86_64-arista_7060dx5_32/default_sku
Normal file
1
device/arista/x86_64-arista_7060dx5_32/default_sku
Normal file
@ -0,0 +1 @@
|
||||
Arista-7060DX5-32 t1
|
933
device/arista/x86_64-arista_7060dx5_32/platform.json
Normal file
933
device/arista/x86_64-arista_7060dx5_32/platform.json
Normal file
@ -0,0 +1,933 @@
|
||||
{
|
||||
"chassis": {
|
||||
"name": "DCS-7060DX5-32",
|
||||
"components": [
|
||||
{
|
||||
"name": "Aboot()"
|
||||
},
|
||||
{
|
||||
"name": "Scd(addr=0000:00:18.7)"
|
||||
},
|
||||
{
|
||||
"name": "Scd(addr=0000:01:00.0)"
|
||||
},
|
||||
{
|
||||
"name": "LorikeetSysCpld(addr=13-0023)"
|
||||
}
|
||||
],
|
||||
"fans": [],
|
||||
"fan_drawers": [
|
||||
{
|
||||
"name": "slot1",
|
||||
"fans": [
|
||||
{
|
||||
"name": "fan1"
|
||||
},
|
||||
{
|
||||
"name": "fan2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "slot2",
|
||||
"fans": [
|
||||
{
|
||||
"name": "fan3"
|
||||
},
|
||||
{
|
||||
"name": "fan4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "slot3",
|
||||
"fans": [
|
||||
{
|
||||
"name": "fan5"
|
||||
},
|
||||
{
|
||||
"name": "fan6"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"psus": [
|
||||
{
|
||||
"name": "psu1",
|
||||
"fans": [
|
||||
{
|
||||
"name": "psu1/1",
|
||||
"speed": {
|
||||
"controllable": false
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "psu2",
|
||||
"fans": [
|
||||
{
|
||||
"name": "psu2/1",
|
||||
"speed": {
|
||||
"controllable": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"thermals": [
|
||||
{
|
||||
"name": "Cpu temp sensor",
|
||||
"controllable": false
|
||||
},
|
||||
{
|
||||
"name": "CPU board temp sensor",
|
||||
"controllable": false
|
||||
},
|
||||
{
|
||||
"name": "Back-panel temp sensor",
|
||||
"controllable": false
|
||||
},
|
||||
{
|
||||
"name": "Center Rear",
|
||||
"controllable": false
|
||||
},
|
||||
{
|
||||
"name": "Switch board right sensor",
|
||||
"controllable": false
|
||||
},
|
||||
{
|
||||
"name": "Switch board left sensor",
|
||||
"controllable": false
|
||||
},
|
||||
{
|
||||
"name": "Front-panel temp sensor",
|
||||
"controllable": false
|
||||
},
|
||||
{
|
||||
"name": "Switch chip diode 1 sensor",
|
||||
"controllable": false
|
||||
},
|
||||
{
|
||||
"name": "Switch chip diode 2 sensor",
|
||||
"controllable": false
|
||||
}
|
||||
],
|
||||
"sfps": [
|
||||
{
|
||||
"name": "osfp1"
|
||||
},
|
||||
{
|
||||
"name": "osfp2"
|
||||
},
|
||||
{
|
||||
"name": "osfp3"
|
||||
},
|
||||
{
|
||||
"name": "osfp4"
|
||||
},
|
||||
{
|
||||
"name": "osfp5"
|
||||
},
|
||||
{
|
||||
"name": "osfp6"
|
||||
},
|
||||
{
|
||||
"name": "osfp7"
|
||||
},
|
||||
{
|
||||
"name": "osfp8"
|
||||
},
|
||||
{
|
||||
"name": "osfp9"
|
||||
},
|
||||
{
|
||||
"name": "osfp10"
|
||||
},
|
||||
{
|
||||
"name": "osfp11"
|
||||
},
|
||||
{
|
||||
"name": "osfp12"
|
||||
},
|
||||
{
|
||||
"name": "osfp13"
|
||||
},
|
||||
{
|
||||
"name": "osfp14"
|
||||
},
|
||||
{
|
||||
"name": "osfp15"
|
||||
},
|
||||
{
|
||||
"name": "osfp16"
|
||||
},
|
||||
{
|
||||
"name": "osfp17"
|
||||
},
|
||||
{
|
||||
"name": "osfp18"
|
||||
},
|
||||
{
|
||||
"name": "osfp19"
|
||||
},
|
||||
{
|
||||
"name": "osfp20"
|
||||
},
|
||||
{
|
||||
"name": "osfp21"
|
||||
},
|
||||
{
|
||||
"name": "osfp22"
|
||||
},
|
||||
{
|
||||
"name": "osfp23"
|
||||
},
|
||||
{
|
||||
"name": "osfp24"
|
||||
},
|
||||
{
|
||||
"name": "osfp25"
|
||||
},
|
||||
{
|
||||
"name": "osfp26"
|
||||
},
|
||||
{
|
||||
"name": "osfp27"
|
||||
},
|
||||
{
|
||||
"name": "osfp28"
|
||||
},
|
||||
{
|
||||
"name": "osfp29"
|
||||
},
|
||||
{
|
||||
"name": "osfp30"
|
||||
},
|
||||
{
|
||||
"name": "osfp31"
|
||||
},
|
||||
{
|
||||
"name": "osfp32"
|
||||
},
|
||||
{
|
||||
"name": "sfp33"
|
||||
}
|
||||
]
|
||||
},
|
||||
"interfaces": {
|
||||
"Ethernet0": {
|
||||
"index": "1,1,1,1,1,1,1,1",
|
||||
"lanes": "1,2,3,4,5,6,7,8",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet1/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet1/1",
|
||||
"Ethernet1/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet1/1",
|
||||
"Ethernet1/3",
|
||||
"Ethernet1/5",
|
||||
"Ethernet1/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet1/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet8": {
|
||||
"index": "2,2,2,2,2,2,2,2",
|
||||
"lanes": "9,10,11,12,13,14,15,16",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet2/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet2/1",
|
||||
"Ethernet2/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet2/1",
|
||||
"Ethernet2/3",
|
||||
"Ethernet2/5",
|
||||
"Ethernet2/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet2/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet16": {
|
||||
"index": "3,3,3,3,3,3,3,3",
|
||||
"lanes": "17,18,19,20,21,22,23,24",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet3/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet3/1",
|
||||
"Ethernet3/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet3/1",
|
||||
"Ethernet3/3",
|
||||
"Ethernet3/5",
|
||||
"Ethernet3/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet3/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet24": {
|
||||
"index": "4,4,4,4,4,4,4,4",
|
||||
"lanes": "25,26,27,28,29,30,31,32",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet4/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet4/1",
|
||||
"Ethernet4/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet4/1",
|
||||
"Ethernet4/3",
|
||||
"Ethernet4/5",
|
||||
"Ethernet4/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet4/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet32": {
|
||||
"index": "5,5,5,5,5,5,5,5",
|
||||
"lanes": "33,34,35,36,37,38,39,40",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet5/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet5/1",
|
||||
"Ethernet5/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet5/1",
|
||||
"Ethernet5/3",
|
||||
"Ethernet5/5",
|
||||
"Ethernet5/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet5/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet40": {
|
||||
"index": "6,6,6,6,6,6,6,6",
|
||||
"lanes": "41,42,43,44,45,46,47,48",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet6/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet6/1",
|
||||
"Ethernet6/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet6/1",
|
||||
"Ethernet6/3",
|
||||
"Ethernet6/5",
|
||||
"Ethernet6/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet6/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet48": {
|
||||
"index": "7,7,7,7,7,7,7,7",
|
||||
"lanes": "49,50,51,52,53,54,55,56",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet7/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet7/1",
|
||||
"Ethernet7/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet7/1",
|
||||
"Ethernet7/3",
|
||||
"Ethernet7/5",
|
||||
"Ethernet7/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet7/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet56": {
|
||||
"index": "8,8,8,8,8,8,8,8",
|
||||
"lanes": "57,58,59,60,61,62,63,64",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet8/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet8/1",
|
||||
"Ethernet8/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet8/1",
|
||||
"Ethernet8/3",
|
||||
"Ethernet8/5",
|
||||
"Ethernet8/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet8/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet64": {
|
||||
"index": "9,9,9,9,9,9,9,9",
|
||||
"lanes": "65,66,67,68,69,70,71,72",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet9/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet9/1",
|
||||
"Ethernet9/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet9/1",
|
||||
"Ethernet9/3",
|
||||
"Ethernet9/5",
|
||||
"Ethernet9/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet9/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet72": {
|
||||
"index": "10,10,10,10,10,10,10,10",
|
||||
"lanes": "73,74,75,76,77,78,79,80",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet10/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet10/1",
|
||||
"Ethernet10/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet10/1",
|
||||
"Ethernet10/3",
|
||||
"Ethernet10/5",
|
||||
"Ethernet10/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet10/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet80": {
|
||||
"index": "11,11,11,11,11,11,11,11",
|
||||
"lanes": "81,82,83,84,85,86,87,88",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet11/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet11/1",
|
||||
"Ethernet11/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet11/1",
|
||||
"Ethernet11/3",
|
||||
"Ethernet11/5",
|
||||
"Ethernet11/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet11/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet88": {
|
||||
"index": "12,12,12,12,12,12,12,12",
|
||||
"lanes": "89,90,91,92,93,94,95,96",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet12/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet12/1",
|
||||
"Ethernet12/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet12/1",
|
||||
"Ethernet12/3",
|
||||
"Ethernet12/5",
|
||||
"Ethernet12/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet12/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet96": {
|
||||
"index": "13,13,13,13,13,13,13,13",
|
||||
"lanes": "97,98,99,100,101,102,103,104",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet13/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet13/1",
|
||||
"Ethernet13/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet13/1",
|
||||
"Ethernet13/3",
|
||||
"Ethernet13/5",
|
||||
"Ethernet13/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet13/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet104": {
|
||||
"index": "14,14,14,14,14,14,14,14",
|
||||
"lanes": "105,106,107,108,109,110,111,112",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet14/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet14/1",
|
||||
"Ethernet14/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet14/1",
|
||||
"Ethernet14/3",
|
||||
"Ethernet14/5",
|
||||
"Ethernet14/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet14/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet112": {
|
||||
"index": "15,15,15,15,15,15,15,15",
|
||||
"lanes": "113,114,115,116,117,118,119,120",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet15/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet15/1",
|
||||
"Ethernet15/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet15/1",
|
||||
"Ethernet15/3",
|
||||
"Ethernet15/5",
|
||||
"Ethernet15/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet15/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet120": {
|
||||
"index": "16,16,16,16,16,16,16,16",
|
||||
"lanes": "121,122,123,124,125,126,127,128",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet16/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet16/1",
|
||||
"Ethernet16/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet16/1",
|
||||
"Ethernet16/3",
|
||||
"Ethernet16/5",
|
||||
"Ethernet16/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet16/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet128": {
|
||||
"index": "17,17,17,17,17,17,17,17",
|
||||
"lanes": "385,386,387,388,389,390,391,392",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet17/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet17/1",
|
||||
"Ethernet17/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet17/1",
|
||||
"Ethernet17/3",
|
||||
"Ethernet17/5",
|
||||
"Ethernet17/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet17/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet136": {
|
||||
"index": "18,18,18,18,18,18,18,18",
|
||||
"lanes": "393,394,395,396,397,398,399,400",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet18/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet18/1",
|
||||
"Ethernet18/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet18/1",
|
||||
"Ethernet18/3",
|
||||
"Ethernet18/5",
|
||||
"Ethernet18/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet18/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet144": {
|
||||
"index": "19,19,19,19,19,19,19,19",
|
||||
"lanes": "401,402,403,404,405,406,407,408",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet19/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet19/1",
|
||||
"Ethernet19/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet19/1",
|
||||
"Ethernet19/3",
|
||||
"Ethernet19/5",
|
||||
"Ethernet19/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet19/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet152": {
|
||||
"index": "20,20,20,20,20,20,20,20",
|
||||
"lanes": "409,410,411,412,413,414,415,416",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet20/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet20/1",
|
||||
"Ethernet20/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet20/1",
|
||||
"Ethernet20/3",
|
||||
"Ethernet20/5",
|
||||
"Ethernet20/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet20/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet160": {
|
||||
"index": "21,21,21,21,21,21,21,21",
|
||||
"lanes": "417,418,419,420,421,422,423,424",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet21/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet21/1",
|
||||
"Ethernet21/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet21/1",
|
||||
"Ethernet21/3",
|
||||
"Ethernet21/5",
|
||||
"Ethernet21/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet21/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet168": {
|
||||
"index": "22,22,22,22,22,22,22,22",
|
||||
"lanes": "425,426,427,428,429,430,431,432",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet22/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet22/1",
|
||||
"Ethernet22/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet22/1",
|
||||
"Ethernet22/3",
|
||||
"Ethernet22/5",
|
||||
"Ethernet22/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet22/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet176": {
|
||||
"index": "23,23,23,23,23,23,23,23",
|
||||
"lanes": "433,434,435,436,437,438,439,440",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet23/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet23/1",
|
||||
"Ethernet23/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet23/1",
|
||||
"Ethernet23/3",
|
||||
"Ethernet23/5",
|
||||
"Ethernet23/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet23/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet184": {
|
||||
"index": "24,24,24,24,24,24,24,24",
|
||||
"lanes": "441,442,443,444,445,446,447,448",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet24/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet24/1",
|
||||
"Ethernet24/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet24/1",
|
||||
"Ethernet24/3",
|
||||
"Ethernet24/5",
|
||||
"Ethernet24/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet24/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet192": {
|
||||
"index": "25,25,25,25,25,25,25,25",
|
||||
"lanes": "449,450,451,452,453,454,455,456",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet25/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet25/1",
|
||||
"Ethernet25/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet25/1",
|
||||
"Ethernet25/3",
|
||||
"Ethernet25/5",
|
||||
"Ethernet25/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet25/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet200": {
|
||||
"index": "26,26,26,26,26,26,26,26",
|
||||
"lanes": "457,458,459,460,461,462,463,464",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet26/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet26/1",
|
||||
"Ethernet26/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet26/1",
|
||||
"Ethernet26/3",
|
||||
"Ethernet26/5",
|
||||
"Ethernet26/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet26/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet208": {
|
||||
"index": "27,27,27,27,27,27,27,27",
|
||||
"lanes": "465,466,467,468,469,470,471,472",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet27/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet27/1",
|
||||
"Ethernet27/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet27/1",
|
||||
"Ethernet27/3",
|
||||
"Ethernet27/5",
|
||||
"Ethernet27/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet27/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet216": {
|
||||
"index": "28,28,28,28,28,28,28,28",
|
||||
"lanes": "473,474,475,476,477,478,479,480",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet28/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet28/1",
|
||||
"Ethernet28/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet28/1",
|
||||
"Ethernet28/3",
|
||||
"Ethernet28/5",
|
||||
"Ethernet28/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet28/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet224": {
|
||||
"index": "29,29,29,29,29,29,29,29",
|
||||
"lanes": "481,482,483,484,485,486,487,488",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet29/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet29/1",
|
||||
"Ethernet29/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet29/1",
|
||||
"Ethernet29/3",
|
||||
"Ethernet29/5",
|
||||
"Ethernet29/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet29/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet232": {
|
||||
"index": "30,30,30,30,30,30,30,30",
|
||||
"lanes": "489,490,491,492,493,494,495,496",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet30/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet30/1",
|
||||
"Ethernet30/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet30/1",
|
||||
"Ethernet30/3",
|
||||
"Ethernet30/5",
|
||||
"Ethernet30/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet30/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet240": {
|
||||
"index": "31,31,31,31,31,31,31,31",
|
||||
"lanes": "497,498,499,500,501,502,503,504",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet31/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet31/1",
|
||||
"Ethernet31/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet31/1",
|
||||
"Ethernet31/3",
|
||||
"Ethernet31/5",
|
||||
"Ethernet31/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet31/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet248": {
|
||||
"index": "32,32,32,32,32,32,32,32",
|
||||
"lanes": "505,506,507,508,509,510,511,512",
|
||||
"breakout_modes": {
|
||||
"1x400G[200G,100G,50G,40G,25G,10G]": [
|
||||
"Ethernet32/1"
|
||||
],
|
||||
"2x200G[100G,50G,40G,25G,10G]": [
|
||||
"Ethernet32/1",
|
||||
"Ethernet32/5"
|
||||
],
|
||||
"4x100G[50G,40G,25G,10G]": [
|
||||
"Ethernet32/1",
|
||||
"Ethernet32/3",
|
||||
"Ethernet32/5",
|
||||
"Ethernet32/7"
|
||||
],
|
||||
"1x100G(4)": [
|
||||
"Ethernet32/1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Ethernet256": {
|
||||
"index": "33",
|
||||
"lanes": "513",
|
||||
"breakout_modes": {
|
||||
"1x10G": [
|
||||
"Ethernet33"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
1
device/arista/x86_64-arista_7060dx5_32/platform_asic
Normal file
1
device/arista/x86_64-arista_7060dx5_32/platform_asic
Normal file
@ -0,0 +1 @@
|
||||
broadcom
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"chassis": {
|
||||
"DCS-7060DX5-32": {
|
||||
"component": {
|
||||
"Aboot()": {},
|
||||
"Scd(addr=0000:00:18.7)": {},
|
||||
"Scd(addr=0000:01:00.0)": {},
|
||||
"LorikeetSysCpld(addr=13-0023)": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
2
device/arista/x86_64-arista_7060dx5_32/platform_env.conf
Normal file
2
device/arista/x86_64-arista_7060dx5_32/platform_env.conf
Normal file
@ -0,0 +1,2 @@
|
||||
SYNCD_SHM_SIZE=512m
|
||||
is_ltsw_chip=1
|
1
device/arista/x86_64-arista_7060dx5_32/platform_reboot
Symbolic link
1
device/arista/x86_64-arista_7060dx5_32/platform_reboot
Symbolic link
@ -0,0 +1 @@
|
||||
../x86_64-arista_common/platform_reboot
|
1
device/arista/x86_64-arista_7060dx5_32/plugins
Symbolic link
1
device/arista/x86_64-arista_7060dx5_32/plugins
Symbolic link
@ -0,0 +1 @@
|
||||
../x86_64-arista_common/plugins/
|
1
device/arista/x86_64-arista_7060dx5_32/pmon_daemon_control.json
Symbolic link
1
device/arista/x86_64-arista_7060dx5_32/pmon_daemon_control.json
Symbolic link
@ -0,0 +1 @@
|
||||
../x86_64-arista_common/pmon_daemon_control.json
|
36
device/arista/x86_64-arista_7060dx5_32/sensors.conf
Normal file
36
device/arista/x86_64-arista_7060dx5_32/sensors.conf
Normal file
@ -0,0 +1,36 @@
|
||||
# libsensors configuration file for DCS-7060DX4-32
|
||||
# ------------------------------------------------#
|
||||
|
||||
bus "i2c-9" "SCD 0000:00:18.7 SMBus master 0 bus 0"
|
||||
bus "i2c-29" "SCD 0000:01:00.0 SMBus master 1 bus 0"
|
||||
bus "i2c-32" "SCD 0000:01:00.0 SMBus master 1 bus 3"
|
||||
bus "i2c-33" "SCD 0000:01:00.0 SMBus master 1 bus 4"
|
||||
|
||||
chip "max6658-i2c-9-4c"
|
||||
label temp1 "CPU board temp sensor"
|
||||
label temp2 "Back-panel temp sensor"
|
||||
|
||||
chip "max6581-i2c-29-4d"
|
||||
label temp1 "Center Rear"
|
||||
label temp2 "Switch board right sensor"
|
||||
label temp3 "Switch board left sensor"
|
||||
label temp4 "Front-panel temp sensor"
|
||||
label temp5 "Switch chip diode 1 sensor"
|
||||
label temp6 "Switch chip diode 2 sensor"
|
||||
ignore temp7
|
||||
ignore temp8
|
||||
|
||||
chip "pmbus-i2c-32-58"
|
||||
label temp1 "Power supply 1 hotspot sensor"
|
||||
label temp2 "Power supply 1 inlet temp sensor"
|
||||
label temp3 "Power supply 1 exhaust temp sensor"
|
||||
ignore fan2
|
||||
ignore fan3
|
||||
|
||||
chip "pmbus-i2c-33-58"
|
||||
label temp1 "Power supply 2 hotspot sensor"
|
||||
label temp2 "Power supply 2 inlet temp sensor"
|
||||
label temp3 "Power supply 2 exhaust temp sensor"
|
||||
ignore fan2
|
||||
ignore fan3
|
||||
|
@ -0,0 +1 @@
|
||||
../x86_64-arista_common/system_health_monitoring_config.json
|
1
device/arista/x86_64-arista_7060dx5_32/thermal_policy.json
Symbolic link
1
device/arista/x86_64-arista_7060dx5_32/thermal_policy.json
Symbolic link
@ -0,0 +1 @@
|
||||
../x86_64-arista_common/thermal_policy.json
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"FABRIC_MONITOR_DATA": {
|
||||
"monErrThreshCrcCells": 1,
|
||||
"monErrThreshRxCells": 61035156,
|
||||
"monPollThreshRecovery": 8,
|
||||
"monPollThreshIsolation": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,193 @@
|
||||
# name lanes isolateStatus
|
||||
Fabric0 0 False
|
||||
Fabric1 1 False
|
||||
Fabric2 2 False
|
||||
Fabric3 3 False
|
||||
Fabric4 4 False
|
||||
Fabric5 5 False
|
||||
Fabric6 6 False
|
||||
Fabric7 7 False
|
||||
Fabric8 8 False
|
||||
Fabric9 9 False
|
||||
Fabric10 10 False
|
||||
Fabric11 11 False
|
||||
Fabric12 12 False
|
||||
Fabric13 13 False
|
||||
Fabric14 14 False
|
||||
Fabric15 15 False
|
||||
Fabric16 16 False
|
||||
Fabric17 17 False
|
||||
Fabric18 18 False
|
||||
Fabric19 19 False
|
||||
Fabric20 20 False
|
||||
Fabric21 21 False
|
||||
Fabric22 22 False
|
||||
Fabric23 23 False
|
||||
Fabric24 24 False
|
||||
Fabric25 25 False
|
||||
Fabric26 26 False
|
||||
Fabric27 27 False
|
||||
Fabric28 28 False
|
||||
Fabric29 29 False
|
||||
Fabric30 30 False
|
||||
Fabric31 31 False
|
||||
Fabric32 32 False
|
||||
Fabric33 33 False
|
||||
Fabric34 34 False
|
||||
Fabric35 35 False
|
||||
Fabric36 36 False
|
||||
Fabric37 37 False
|
||||
Fabric38 38 False
|
||||
Fabric39 39 False
|
||||
Fabric40 40 False
|
||||
Fabric41 41 False
|
||||
Fabric42 42 False
|
||||
Fabric43 43 False
|
||||
Fabric44 44 False
|
||||
Fabric45 45 False
|
||||
Fabric46 46 False
|
||||
Fabric47 47 False
|
||||
Fabric48 48 False
|
||||
Fabric49 49 False
|
||||
Fabric50 50 False
|
||||
Fabric51 51 False
|
||||
Fabric52 52 False
|
||||
Fabric53 53 False
|
||||
Fabric54 54 False
|
||||
Fabric55 55 False
|
||||
Fabric56 56 False
|
||||
Fabric57 57 False
|
||||
Fabric58 58 False
|
||||
Fabric59 59 False
|
||||
Fabric60 60 False
|
||||
Fabric61 61 False
|
||||
Fabric62 62 False
|
||||
Fabric63 63 False
|
||||
Fabric64 64 False
|
||||
Fabric65 65 False
|
||||
Fabric66 66 False
|
||||
Fabric67 67 False
|
||||
Fabric68 68 False
|
||||
Fabric69 69 False
|
||||
Fabric70 70 False
|
||||
Fabric71 71 False
|
||||
Fabric72 72 False
|
||||
Fabric73 73 False
|
||||
Fabric74 74 False
|
||||
Fabric75 75 False
|
||||
Fabric76 76 False
|
||||
Fabric77 77 False
|
||||
Fabric78 78 False
|
||||
Fabric79 79 False
|
||||
Fabric80 80 False
|
||||
Fabric81 81 False
|
||||
Fabric82 82 False
|
||||
Fabric83 83 False
|
||||
Fabric84 84 False
|
||||
Fabric85 85 False
|
||||
Fabric86 86 False
|
||||
Fabric87 87 False
|
||||
Fabric88 88 False
|
||||
Fabric89 89 False
|
||||
Fabric90 90 False
|
||||
Fabric91 91 False
|
||||
Fabric92 92 False
|
||||
Fabric93 93 False
|
||||
Fabric94 94 False
|
||||
Fabric95 95 False
|
||||
Fabric96 96 False
|
||||
Fabric97 97 False
|
||||
Fabric98 98 False
|
||||
Fabric99 99 False
|
||||
Fabric100 100 False
|
||||
Fabric101 101 False
|
||||
Fabric102 102 False
|
||||
Fabric103 103 False
|
||||
Fabric104 104 False
|
||||
Fabric105 105 False
|
||||
Fabric106 106 False
|
||||
Fabric107 107 False
|
||||
Fabric108 108 False
|
||||
Fabric109 109 False
|
||||
Fabric110 110 False
|
||||
Fabric111 111 False
|
||||
Fabric112 112 False
|
||||
Fabric113 113 False
|
||||
Fabric114 114 False
|
||||
Fabric115 115 False
|
||||
Fabric116 116 False
|
||||
Fabric117 117 False
|
||||
Fabric118 118 False
|
||||
Fabric119 119 False
|
||||
Fabric120 120 False
|
||||
Fabric121 121 False
|
||||
Fabric122 122 False
|
||||
Fabric123 123 False
|
||||
Fabric124 124 False
|
||||
Fabric125 125 False
|
||||
Fabric126 126 False
|
||||
Fabric127 127 False
|
||||
Fabric128 128 False
|
||||
Fabric129 129 False
|
||||
Fabric130 130 False
|
||||
Fabric131 131 False
|
||||
Fabric132 132 False
|
||||
Fabric133 133 False
|
||||
Fabric134 134 False
|
||||
Fabric135 135 False
|
||||
Fabric136 136 False
|
||||
Fabric137 137 False
|
||||
Fabric138 138 False
|
||||
Fabric139 139 False
|
||||
Fabric140 140 False
|
||||
Fabric141 141 False
|
||||
Fabric142 142 False
|
||||
Fabric143 143 False
|
||||
Fabric144 144 False
|
||||
Fabric145 145 False
|
||||
Fabric146 146 False
|
||||
Fabric147 147 False
|
||||
Fabric148 148 False
|
||||
Fabric149 149 False
|
||||
Fabric150 150 False
|
||||
Fabric151 151 False
|
||||
Fabric152 152 False
|
||||
Fabric153 153 False
|
||||
Fabric154 154 False
|
||||
Fabric155 155 False
|
||||
Fabric156 156 False
|
||||
Fabric157 157 False
|
||||
Fabric158 158 False
|
||||
Fabric159 159 False
|
||||
Fabric160 160 False
|
||||
Fabric161 161 False
|
||||
Fabric162 162 False
|
||||
Fabric163 163 False
|
||||
Fabric164 164 False
|
||||
Fabric165 165 False
|
||||
Fabric166 166 False
|
||||
Fabric167 167 False
|
||||
Fabric168 168 False
|
||||
Fabric169 169 False
|
||||
Fabric170 170 False
|
||||
Fabric171 171 False
|
||||
Fabric172 172 False
|
||||
Fabric173 173 False
|
||||
Fabric174 174 False
|
||||
Fabric175 175 False
|
||||
Fabric176 176 False
|
||||
Fabric177 177 False
|
||||
Fabric178 178 False
|
||||
Fabric179 179 False
|
||||
Fabric180 180 False
|
||||
Fabric181 181 False
|
||||
Fabric182 182 False
|
||||
Fabric183 183 False
|
||||
Fabric184 184 False
|
||||
Fabric185 185 False
|
||||
Fabric186 186 False
|
||||
Fabric187 187 False
|
||||
Fabric188 188 False
|
||||
Fabric189 189 False
|
||||
Fabric190 190 False
|
||||
Fabric191 191 False
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"FABRIC_MONITOR_DATA": {
|
||||
"monErrThreshCrcCells": 1,
|
||||
"monErrThreshRxCells": 61035156,
|
||||
"monPollThreshRecovery": 8,
|
||||
"monPollThreshIsolation": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,193 @@
|
||||
# name lanes isolateStatus
|
||||
Fabric0 0 False
|
||||
Fabric1 1 False
|
||||
Fabric2 2 False
|
||||
Fabric3 3 False
|
||||
Fabric4 4 False
|
||||
Fabric5 5 False
|
||||
Fabric6 6 False
|
||||
Fabric7 7 False
|
||||
Fabric8 8 False
|
||||
Fabric9 9 False
|
||||
Fabric10 10 False
|
||||
Fabric11 11 False
|
||||
Fabric12 12 False
|
||||
Fabric13 13 False
|
||||
Fabric14 14 False
|
||||
Fabric15 15 False
|
||||
Fabric16 16 False
|
||||
Fabric17 17 False
|
||||
Fabric18 18 False
|
||||
Fabric19 19 False
|
||||
Fabric20 20 False
|
||||
Fabric21 21 False
|
||||
Fabric22 22 False
|
||||
Fabric23 23 False
|
||||
Fabric24 24 False
|
||||
Fabric25 25 False
|
||||
Fabric26 26 False
|
||||
Fabric27 27 False
|
||||
Fabric28 28 False
|
||||
Fabric29 29 False
|
||||
Fabric30 30 False
|
||||
Fabric31 31 False
|
||||
Fabric32 32 False
|
||||
Fabric33 33 False
|
||||
Fabric34 34 False
|
||||
Fabric35 35 False
|
||||
Fabric36 36 False
|
||||
Fabric37 37 False
|
||||
Fabric38 38 False
|
||||
Fabric39 39 False
|
||||
Fabric40 40 False
|
||||
Fabric41 41 False
|
||||
Fabric42 42 False
|
||||
Fabric43 43 False
|
||||
Fabric44 44 False
|
||||
Fabric45 45 False
|
||||
Fabric46 46 False
|
||||
Fabric47 47 False
|
||||
Fabric48 48 False
|
||||
Fabric49 49 False
|
||||
Fabric50 50 False
|
||||
Fabric51 51 False
|
||||
Fabric52 52 False
|
||||
Fabric53 53 False
|
||||
Fabric54 54 False
|
||||
Fabric55 55 False
|
||||
Fabric56 56 False
|
||||
Fabric57 57 False
|
||||
Fabric58 58 False
|
||||
Fabric59 59 False
|
||||
Fabric60 60 False
|
||||
Fabric61 61 False
|
||||
Fabric62 62 False
|
||||
Fabric63 63 False
|
||||
Fabric64 64 False
|
||||
Fabric65 65 False
|
||||
Fabric66 66 False
|
||||
Fabric67 67 False
|
||||
Fabric68 68 False
|
||||
Fabric69 69 False
|
||||
Fabric70 70 False
|
||||
Fabric71 71 False
|
||||
Fabric72 72 False
|
||||
Fabric73 73 False
|
||||
Fabric74 74 False
|
||||
Fabric75 75 False
|
||||
Fabric76 76 False
|
||||
Fabric77 77 False
|
||||
Fabric78 78 False
|
||||
Fabric79 79 False
|
||||
Fabric80 80 False
|
||||
Fabric81 81 False
|
||||
Fabric82 82 False
|
||||
Fabric83 83 False
|
||||
Fabric84 84 False
|
||||
Fabric85 85 False
|
||||
Fabric86 86 False
|
||||
Fabric87 87 False
|
||||
Fabric88 88 False
|
||||
Fabric89 89 False
|
||||
Fabric90 90 False
|
||||
Fabric91 91 False
|
||||
Fabric92 92 False
|
||||
Fabric93 93 False
|
||||
Fabric94 94 False
|
||||
Fabric95 95 False
|
||||
Fabric96 96 False
|
||||
Fabric97 97 False
|
||||
Fabric98 98 False
|
||||
Fabric99 99 False
|
||||
Fabric100 100 False
|
||||
Fabric101 101 False
|
||||
Fabric102 102 False
|
||||
Fabric103 103 False
|
||||
Fabric104 104 False
|
||||
Fabric105 105 False
|
||||
Fabric106 106 False
|
||||
Fabric107 107 False
|
||||
Fabric108 108 False
|
||||
Fabric109 109 False
|
||||
Fabric110 110 False
|
||||
Fabric111 111 False
|
||||
Fabric112 112 False
|
||||
Fabric113 113 False
|
||||
Fabric114 114 False
|
||||
Fabric115 115 False
|
||||
Fabric116 116 False
|
||||
Fabric117 117 False
|
||||
Fabric118 118 False
|
||||
Fabric119 119 False
|
||||
Fabric120 120 False
|
||||
Fabric121 121 False
|
||||
Fabric122 122 False
|
||||
Fabric123 123 False
|
||||
Fabric124 124 False
|
||||
Fabric125 125 False
|
||||
Fabric126 126 False
|
||||
Fabric127 127 False
|
||||
Fabric128 128 False
|
||||
Fabric129 129 False
|
||||
Fabric130 130 False
|
||||
Fabric131 131 False
|
||||
Fabric132 132 False
|
||||
Fabric133 133 False
|
||||
Fabric134 134 False
|
||||
Fabric135 135 False
|
||||
Fabric136 136 False
|
||||
Fabric137 137 False
|
||||
Fabric138 138 False
|
||||
Fabric139 139 False
|
||||
Fabric140 140 False
|
||||
Fabric141 141 False
|
||||
Fabric142 142 False
|
||||
Fabric143 143 False
|
||||
Fabric144 144 False
|
||||
Fabric145 145 False
|
||||
Fabric146 146 False
|
||||
Fabric147 147 False
|
||||
Fabric148 148 False
|
||||
Fabric149 149 False
|
||||
Fabric150 150 False
|
||||
Fabric151 151 False
|
||||
Fabric152 152 False
|
||||
Fabric153 153 False
|
||||
Fabric154 154 False
|
||||
Fabric155 155 False
|
||||
Fabric156 156 False
|
||||
Fabric157 157 False
|
||||
Fabric158 158 False
|
||||
Fabric159 159 False
|
||||
Fabric160 160 False
|
||||
Fabric161 161 False
|
||||
Fabric162 162 False
|
||||
Fabric163 163 False
|
||||
Fabric164 164 False
|
||||
Fabric165 165 False
|
||||
Fabric166 166 False
|
||||
Fabric167 167 False
|
||||
Fabric168 168 False
|
||||
Fabric169 169 False
|
||||
Fabric170 170 False
|
||||
Fabric171 171 False
|
||||
Fabric172 172 False
|
||||
Fabric173 173 False
|
||||
Fabric174 174 False
|
||||
Fabric175 175 False
|
||||
Fabric176 176 False
|
||||
Fabric177 177 False
|
||||
Fabric178 178 False
|
||||
Fabric179 179 False
|
||||
Fabric180 180 False
|
||||
Fabric181 181 False
|
||||
Fabric182 182 False
|
||||
Fabric183 183 False
|
||||
Fabric184 184 False
|
||||
Fabric185 185 False
|
||||
Fabric186 186 False
|
||||
Fabric187 187 False
|
||||
Fabric188 188 False
|
||||
Fabric189 189 False
|
||||
Fabric190 190 False
|
||||
Fabric191 191 False
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"FABRIC_MONITOR_DATA": {
|
||||
"monErrThreshCrcCells": 1,
|
||||
"monErrThreshRxCells": 61035156,
|
||||
"monPollThreshRecovery": 8,
|
||||
"monPollThreshIsolation": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,193 @@
|
||||
# name lanes isolateStatus
|
||||
Fabric0 0 False
|
||||
Fabric1 1 False
|
||||
Fabric2 2 False
|
||||
Fabric3 3 False
|
||||
Fabric4 4 False
|
||||
Fabric5 5 False
|
||||
Fabric6 6 False
|
||||
Fabric7 7 False
|
||||
Fabric8 8 False
|
||||
Fabric9 9 False
|
||||
Fabric10 10 False
|
||||
Fabric11 11 False
|
||||
Fabric12 12 False
|
||||
Fabric13 13 False
|
||||
Fabric14 14 False
|
||||
Fabric15 15 False
|
||||
Fabric16 16 False
|
||||
Fabric17 17 False
|
||||
Fabric18 18 False
|
||||
Fabric19 19 False
|
||||
Fabric20 20 False
|
||||
Fabric21 21 False
|
||||
Fabric22 22 False
|
||||
Fabric23 23 False
|
||||
Fabric24 24 False
|
||||
Fabric25 25 False
|
||||
Fabric26 26 False
|
||||
Fabric27 27 False
|
||||
Fabric28 28 False
|
||||
Fabric29 29 False
|
||||
Fabric30 30 False
|
||||
Fabric31 31 False
|
||||
Fabric32 32 False
|
||||
Fabric33 33 False
|
||||
Fabric34 34 False
|
||||
Fabric35 35 False
|
||||
Fabric36 36 False
|
||||
Fabric37 37 False
|
||||
Fabric38 38 False
|
||||
Fabric39 39 False
|
||||
Fabric40 40 False
|
||||
Fabric41 41 False
|
||||
Fabric42 42 False
|
||||
Fabric43 43 False
|
||||
Fabric44 44 False
|
||||
Fabric45 45 False
|
||||
Fabric46 46 False
|
||||
Fabric47 47 False
|
||||
Fabric48 48 False
|
||||
Fabric49 49 False
|
||||
Fabric50 50 False
|
||||
Fabric51 51 False
|
||||
Fabric52 52 False
|
||||
Fabric53 53 False
|
||||
Fabric54 54 False
|
||||
Fabric55 55 False
|
||||
Fabric56 56 False
|
||||
Fabric57 57 False
|
||||
Fabric58 58 False
|
||||
Fabric59 59 False
|
||||
Fabric60 60 False
|
||||
Fabric61 61 False
|
||||
Fabric62 62 False
|
||||
Fabric63 63 False
|
||||
Fabric64 64 False
|
||||
Fabric65 65 False
|
||||
Fabric66 66 False
|
||||
Fabric67 67 False
|
||||
Fabric68 68 False
|
||||
Fabric69 69 False
|
||||
Fabric70 70 False
|
||||
Fabric71 71 False
|
||||
Fabric72 72 False
|
||||
Fabric73 73 False
|
||||
Fabric74 74 False
|
||||
Fabric75 75 False
|
||||
Fabric76 76 False
|
||||
Fabric77 77 False
|
||||
Fabric78 78 False
|
||||
Fabric79 79 False
|
||||
Fabric80 80 False
|
||||
Fabric81 81 False
|
||||
Fabric82 82 False
|
||||
Fabric83 83 False
|
||||
Fabric84 84 False
|
||||
Fabric85 85 False
|
||||
Fabric86 86 False
|
||||
Fabric87 87 False
|
||||
Fabric88 88 False
|
||||
Fabric89 89 False
|
||||
Fabric90 90 False
|
||||
Fabric91 91 False
|
||||
Fabric92 92 False
|
||||
Fabric93 93 False
|
||||
Fabric94 94 False
|
||||
Fabric95 95 False
|
||||
Fabric96 96 False
|
||||
Fabric97 97 False
|
||||
Fabric98 98 False
|
||||
Fabric99 99 False
|
||||
Fabric100 100 False
|
||||
Fabric101 101 False
|
||||
Fabric102 102 False
|
||||
Fabric103 103 False
|
||||
Fabric104 104 False
|
||||
Fabric105 105 False
|
||||
Fabric106 106 False
|
||||
Fabric107 107 False
|
||||
Fabric108 108 False
|
||||
Fabric109 109 False
|
||||
Fabric110 110 False
|
||||
Fabric111 111 False
|
||||
Fabric112 112 False
|
||||
Fabric113 113 False
|
||||
Fabric114 114 False
|
||||
Fabric115 115 False
|
||||
Fabric116 116 False
|
||||
Fabric117 117 False
|
||||
Fabric118 118 False
|
||||
Fabric119 119 False
|
||||
Fabric120 120 False
|
||||
Fabric121 121 False
|
||||
Fabric122 122 False
|
||||
Fabric123 123 False
|
||||
Fabric124 124 False
|
||||
Fabric125 125 False
|
||||
Fabric126 126 False
|
||||
Fabric127 127 False
|
||||
Fabric128 128 False
|
||||
Fabric129 129 False
|
||||
Fabric130 130 False
|
||||
Fabric131 131 False
|
||||
Fabric132 132 False
|
||||
Fabric133 133 False
|
||||
Fabric134 134 False
|
||||
Fabric135 135 False
|
||||
Fabric136 136 False
|
||||
Fabric137 137 False
|
||||
Fabric138 138 False
|
||||
Fabric139 139 False
|
||||
Fabric140 140 False
|
||||
Fabric141 141 False
|
||||
Fabric142 142 False
|
||||
Fabric143 143 False
|
||||
Fabric144 144 False
|
||||
Fabric145 145 False
|
||||
Fabric146 146 False
|
||||
Fabric147 147 False
|
||||
Fabric148 148 False
|
||||
Fabric149 149 False
|
||||
Fabric150 150 False
|
||||
Fabric151 151 False
|
||||
Fabric152 152 False
|
||||
Fabric153 153 False
|
||||
Fabric154 154 False
|
||||
Fabric155 155 False
|
||||
Fabric156 156 False
|
||||
Fabric157 157 False
|
||||
Fabric158 158 False
|
||||
Fabric159 159 False
|
||||
Fabric160 160 False
|
||||
Fabric161 161 False
|
||||
Fabric162 162 False
|
||||
Fabric163 163 False
|
||||
Fabric164 164 False
|
||||
Fabric165 165 False
|
||||
Fabric166 166 False
|
||||
Fabric167 167 False
|
||||
Fabric168 168 False
|
||||
Fabric169 169 False
|
||||
Fabric170 170 False
|
||||
Fabric171 171 False
|
||||
Fabric172 172 False
|
||||
Fabric173 173 False
|
||||
Fabric174 174 False
|
||||
Fabric175 175 False
|
||||
Fabric176 176 False
|
||||
Fabric177 177 False
|
||||
Fabric178 178 False
|
||||
Fabric179 179 False
|
||||
Fabric180 180 False
|
||||
Fabric181 181 False
|
||||
Fabric182 182 False
|
||||
Fabric183 183 False
|
||||
Fabric184 184 False
|
||||
Fabric185 185 False
|
||||
Fabric186 186 False
|
||||
Fabric187 187 False
|
||||
Fabric188 188 False
|
||||
Fabric189 189 False
|
||||
Fabric190 190 False
|
||||
Fabric191 191 False
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"FABRIC_MONITOR_DATA": {
|
||||
"monErrThreshCrcCells": 1,
|
||||
"monErrThreshRxCells": 61035156,
|
||||
"monPollThreshRecovery": 8,
|
||||
"monPollThreshIsolation": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,113 @@
|
||||
# name lanes isolateStatus
|
||||
Fabric0 0 False
|
||||
Fabric1 1 False
|
||||
Fabric2 2 False
|
||||
Fabric3 3 False
|
||||
Fabric4 4 False
|
||||
Fabric5 5 False
|
||||
Fabric6 6 False
|
||||
Fabric7 7 False
|
||||
Fabric8 8 False
|
||||
Fabric9 9 False
|
||||
Fabric10 10 False
|
||||
Fabric11 11 False
|
||||
Fabric12 12 False
|
||||
Fabric13 13 False
|
||||
Fabric14 14 False
|
||||
Fabric15 15 False
|
||||
Fabric16 16 False
|
||||
Fabric17 17 False
|
||||
Fabric18 18 False
|
||||
Fabric19 19 False
|
||||
Fabric20 20 False
|
||||
Fabric21 21 False
|
||||
Fabric22 22 False
|
||||
Fabric23 23 False
|
||||
Fabric24 24 False
|
||||
Fabric25 25 False
|
||||
Fabric26 26 False
|
||||
Fabric27 27 False
|
||||
Fabric28 28 False
|
||||
Fabric29 29 False
|
||||
Fabric30 30 False
|
||||
Fabric31 31 False
|
||||
Fabric32 32 False
|
||||
Fabric33 33 False
|
||||
Fabric34 34 False
|
||||
Fabric35 35 False
|
||||
Fabric36 36 False
|
||||
Fabric37 37 False
|
||||
Fabric38 38 False
|
||||
Fabric39 39 False
|
||||
Fabric40 40 False
|
||||
Fabric41 41 False
|
||||
Fabric42 42 False
|
||||
Fabric43 43 False
|
||||
Fabric44 44 False
|
||||
Fabric45 45 False
|
||||
Fabric46 46 False
|
||||
Fabric47 47 False
|
||||
Fabric48 48 False
|
||||
Fabric49 49 False
|
||||
Fabric50 50 False
|
||||
Fabric51 51 False
|
||||
Fabric52 52 False
|
||||
Fabric53 53 False
|
||||
Fabric54 54 False
|
||||
Fabric55 55 False
|
||||
Fabric56 56 False
|
||||
Fabric57 57 False
|
||||
Fabric58 58 False
|
||||
Fabric59 59 False
|
||||
Fabric60 60 False
|
||||
Fabric61 61 False
|
||||
Fabric62 62 False
|
||||
Fabric63 63 False
|
||||
Fabric64 64 False
|
||||
Fabric65 65 False
|
||||
Fabric66 66 False
|
||||
Fabric67 67 False
|
||||
Fabric68 68 False
|
||||
Fabric69 69 False
|
||||
Fabric70 70 False
|
||||
Fabric71 71 False
|
||||
Fabric72 72 False
|
||||
Fabric73 73 False
|
||||
Fabric74 74 False
|
||||
Fabric75 75 False
|
||||
Fabric76 76 False
|
||||
Fabric77 77 False
|
||||
Fabric78 78 False
|
||||
Fabric79 79 False
|
||||
Fabric80 80 False
|
||||
Fabric81 81 False
|
||||
Fabric82 82 False
|
||||
Fabric83 83 False
|
||||
Fabric84 84 False
|
||||
Fabric85 85 False
|
||||
Fabric86 86 False
|
||||
Fabric87 87 False
|
||||
Fabric88 88 False
|
||||
Fabric89 89 False
|
||||
Fabric90 90 False
|
||||
Fabric91 91 False
|
||||
Fabric92 92 False
|
||||
Fabric93 93 False
|
||||
Fabric94 94 False
|
||||
Fabric95 95 False
|
||||
Fabric96 96 False
|
||||
Fabric97 97 False
|
||||
Fabric98 98 False
|
||||
Fabric99 99 False
|
||||
Fabric100 100 False
|
||||
Fabric101 101 False
|
||||
Fabric102 102 False
|
||||
Fabric103 103 False
|
||||
Fabric104 104 False
|
||||
Fabric105 105 False
|
||||
Fabric106 106 False
|
||||
Fabric107 107 False
|
||||
Fabric108 108 False
|
||||
Fabric109 109 False
|
||||
Fabric110 110 False
|
||||
Fabric111 111 False
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"FABRIC_MONITOR_DATA": {
|
||||
"monErrThreshCrcCells": 1,
|
||||
"monErrThreshRxCells": 61035156,
|
||||
"monPollThreshRecovery": 8,
|
||||
"monPollThreshIsolation": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,113 @@
|
||||
# name lanes isolateStatus
|
||||
Fabric0 0 False
|
||||
Fabric1 1 False
|
||||
Fabric2 2 False
|
||||
Fabric3 3 False
|
||||
Fabric4 4 False
|
||||
Fabric5 5 False
|
||||
Fabric6 6 False
|
||||
Fabric7 7 False
|
||||
Fabric8 8 False
|
||||
Fabric9 9 False
|
||||
Fabric10 10 False
|
||||
Fabric11 11 False
|
||||
Fabric12 12 False
|
||||
Fabric13 13 False
|
||||
Fabric14 14 False
|
||||
Fabric15 15 False
|
||||
Fabric16 16 False
|
||||
Fabric17 17 False
|
||||
Fabric18 18 False
|
||||
Fabric19 19 False
|
||||
Fabric20 20 False
|
||||
Fabric21 21 False
|
||||
Fabric22 22 False
|
||||
Fabric23 23 False
|
||||
Fabric24 24 False
|
||||
Fabric25 25 False
|
||||
Fabric26 26 False
|
||||
Fabric27 27 False
|
||||
Fabric28 28 False
|
||||
Fabric29 29 False
|
||||
Fabric30 30 False
|
||||
Fabric31 31 False
|
||||
Fabric32 32 False
|
||||
Fabric33 33 False
|
||||
Fabric34 34 False
|
||||
Fabric35 35 False
|
||||
Fabric36 36 False
|
||||
Fabric37 37 False
|
||||
Fabric38 38 False
|
||||
Fabric39 39 False
|
||||
Fabric40 40 False
|
||||
Fabric41 41 False
|
||||
Fabric42 42 False
|
||||
Fabric43 43 False
|
||||
Fabric44 44 False
|
||||
Fabric45 45 False
|
||||
Fabric46 46 False
|
||||
Fabric47 47 False
|
||||
Fabric48 48 False
|
||||
Fabric49 49 False
|
||||
Fabric50 50 False
|
||||
Fabric51 51 False
|
||||
Fabric52 52 False
|
||||
Fabric53 53 False
|
||||
Fabric54 54 False
|
||||
Fabric55 55 False
|
||||
Fabric56 56 False
|
||||
Fabric57 57 False
|
||||
Fabric58 58 False
|
||||
Fabric59 59 False
|
||||
Fabric60 60 False
|
||||
Fabric61 61 False
|
||||
Fabric62 62 False
|
||||
Fabric63 63 False
|
||||
Fabric64 64 False
|
||||
Fabric65 65 False
|
||||
Fabric66 66 False
|
||||
Fabric67 67 False
|
||||
Fabric68 68 False
|
||||
Fabric69 69 False
|
||||
Fabric70 70 False
|
||||
Fabric71 71 False
|
||||
Fabric72 72 False
|
||||
Fabric73 73 False
|
||||
Fabric74 74 False
|
||||
Fabric75 75 False
|
||||
Fabric76 76 False
|
||||
Fabric77 77 False
|
||||
Fabric78 78 False
|
||||
Fabric79 79 False
|
||||
Fabric80 80 False
|
||||
Fabric81 81 False
|
||||
Fabric82 82 False
|
||||
Fabric83 83 False
|
||||
Fabric84 84 False
|
||||
Fabric85 85 False
|
||||
Fabric86 86 False
|
||||
Fabric87 87 False
|
||||
Fabric88 88 False
|
||||
Fabric89 89 False
|
||||
Fabric90 90 False
|
||||
Fabric91 91 False
|
||||
Fabric92 92 False
|
||||
Fabric93 93 False
|
||||
Fabric94 94 False
|
||||
Fabric95 95 False
|
||||
Fabric96 96 False
|
||||
Fabric97 97 False
|
||||
Fabric98 98 False
|
||||
Fabric99 99 False
|
||||
Fabric100 100 False
|
||||
Fabric101 101 False
|
||||
Fabric102 102 False
|
||||
Fabric103 103 False
|
||||
Fabric104 104 False
|
||||
Fabric105 105 False
|
||||
Fabric106 106 False
|
||||
Fabric107 107 False
|
||||
Fabric108 108 False
|
||||
Fabric109 109 False
|
||||
Fabric110 110 False
|
||||
Fabric111 111 False
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"FABRIC_MONITOR_DATA": {
|
||||
"monErrThreshCrcCells": 1,
|
||||
"monErrThreshRxCells": 61035156,
|
||||
"monPollThreshRecovery": 8,
|
||||
"monPollThreshIsolation": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,113 @@
|
||||
# name lanes isolateStatus
|
||||
Fabric0 0 False
|
||||
Fabric1 1 False
|
||||
Fabric2 2 False
|
||||
Fabric3 3 False
|
||||
Fabric4 4 False
|
||||
Fabric5 5 False
|
||||
Fabric6 6 False
|
||||
Fabric7 7 False
|
||||
Fabric8 8 False
|
||||
Fabric9 9 False
|
||||
Fabric10 10 False
|
||||
Fabric11 11 False
|
||||
Fabric12 12 False
|
||||
Fabric13 13 False
|
||||
Fabric14 14 False
|
||||
Fabric15 15 False
|
||||
Fabric16 16 False
|
||||
Fabric17 17 False
|
||||
Fabric18 18 False
|
||||
Fabric19 19 False
|
||||
Fabric20 20 False
|
||||
Fabric21 21 False
|
||||
Fabric22 22 False
|
||||
Fabric23 23 False
|
||||
Fabric24 24 False
|
||||
Fabric25 25 False
|
||||
Fabric26 26 False
|
||||
Fabric27 27 False
|
||||
Fabric28 28 False
|
||||
Fabric29 29 False
|
||||
Fabric30 30 False
|
||||
Fabric31 31 False
|
||||
Fabric32 32 False
|
||||
Fabric33 33 False
|
||||
Fabric34 34 False
|
||||
Fabric35 35 False
|
||||
Fabric36 36 False
|
||||
Fabric37 37 False
|
||||
Fabric38 38 False
|
||||
Fabric39 39 False
|
||||
Fabric40 40 False
|
||||
Fabric41 41 False
|
||||
Fabric42 42 False
|
||||
Fabric43 43 False
|
||||
Fabric44 44 False
|
||||
Fabric45 45 False
|
||||
Fabric46 46 False
|
||||
Fabric47 47 False
|
||||
Fabric48 48 False
|
||||
Fabric49 49 False
|
||||
Fabric50 50 False
|
||||
Fabric51 51 False
|
||||
Fabric52 52 False
|
||||
Fabric53 53 False
|
||||
Fabric54 54 False
|
||||
Fabric55 55 False
|
||||
Fabric56 56 False
|
||||
Fabric57 57 False
|
||||
Fabric58 58 False
|
||||
Fabric59 59 False
|
||||
Fabric60 60 False
|
||||
Fabric61 61 False
|
||||
Fabric62 62 False
|
||||
Fabric63 63 False
|
||||
Fabric64 64 False
|
||||
Fabric65 65 False
|
||||
Fabric66 66 False
|
||||
Fabric67 67 False
|
||||
Fabric68 68 False
|
||||
Fabric69 69 False
|
||||
Fabric70 70 False
|
||||
Fabric71 71 False
|
||||
Fabric72 72 False
|
||||
Fabric73 73 False
|
||||
Fabric74 74 False
|
||||
Fabric75 75 False
|
||||
Fabric76 76 False
|
||||
Fabric77 77 False
|
||||
Fabric78 78 False
|
||||
Fabric79 79 False
|
||||
Fabric80 80 False
|
||||
Fabric81 81 False
|
||||
Fabric82 82 False
|
||||
Fabric83 83 False
|
||||
Fabric84 84 False
|
||||
Fabric85 85 False
|
||||
Fabric86 86 False
|
||||
Fabric87 87 False
|
||||
Fabric88 88 False
|
||||
Fabric89 89 False
|
||||
Fabric90 90 False
|
||||
Fabric91 91 False
|
||||
Fabric92 92 False
|
||||
Fabric93 93 False
|
||||
Fabric94 94 False
|
||||
Fabric95 95 False
|
||||
Fabric96 96 False
|
||||
Fabric97 97 False
|
||||
Fabric98 98 False
|
||||
Fabric99 99 False
|
||||
Fabric100 100 False
|
||||
Fabric101 101 False
|
||||
Fabric102 102 False
|
||||
Fabric103 103 False
|
||||
Fabric104 104 False
|
||||
Fabric105 105 False
|
||||
Fabric106 106 False
|
||||
Fabric107 107 False
|
||||
Fabric108 108 False
|
||||
Fabric109 109 False
|
||||
Fabric110 110 False
|
||||
Fabric111 111 False
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"FABRIC_MONITOR_DATA": {
|
||||
"monErrThreshCrcCells": 1,
|
||||
"monErrThreshRxCells": 61035156,
|
||||
"monPollThreshRecovery": 8,
|
||||
"monPollThreshIsolation": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,113 @@
|
||||
# name lanes isolateStatus
|
||||
Fabric0 0 False
|
||||
Fabric1 1 False
|
||||
Fabric2 2 False
|
||||
Fabric3 3 False
|
||||
Fabric4 4 False
|
||||
Fabric5 5 False
|
||||
Fabric6 6 False
|
||||
Fabric7 7 False
|
||||
Fabric8 8 False
|
||||
Fabric9 9 False
|
||||
Fabric10 10 False
|
||||
Fabric11 11 False
|
||||
Fabric12 12 False
|
||||
Fabric13 13 False
|
||||
Fabric14 14 False
|
||||
Fabric15 15 False
|
||||
Fabric16 16 False
|
||||
Fabric17 17 False
|
||||
Fabric18 18 False
|
||||
Fabric19 19 False
|
||||
Fabric20 20 False
|
||||
Fabric21 21 False
|
||||
Fabric22 22 False
|
||||
Fabric23 23 False
|
||||
Fabric24 24 False
|
||||
Fabric25 25 False
|
||||
Fabric26 26 False
|
||||
Fabric27 27 False
|
||||
Fabric28 28 False
|
||||
Fabric29 29 False
|
||||
Fabric30 30 False
|
||||
Fabric31 31 False
|
||||
Fabric32 32 False
|
||||
Fabric33 33 False
|
||||
Fabric34 34 False
|
||||
Fabric35 35 False
|
||||
Fabric36 36 False
|
||||
Fabric37 37 False
|
||||
Fabric38 38 False
|
||||
Fabric39 39 False
|
||||
Fabric40 40 False
|
||||
Fabric41 41 False
|
||||
Fabric42 42 False
|
||||
Fabric43 43 False
|
||||
Fabric44 44 False
|
||||
Fabric45 45 False
|
||||
Fabric46 46 False
|
||||
Fabric47 47 False
|
||||
Fabric48 48 False
|
||||
Fabric49 49 False
|
||||
Fabric50 50 False
|
||||
Fabric51 51 False
|
||||
Fabric52 52 False
|
||||
Fabric53 53 False
|
||||
Fabric54 54 False
|
||||
Fabric55 55 False
|
||||
Fabric56 56 False
|
||||
Fabric57 57 False
|
||||
Fabric58 58 False
|
||||
Fabric59 59 False
|
||||
Fabric60 60 False
|
||||
Fabric61 61 False
|
||||
Fabric62 62 False
|
||||
Fabric63 63 False
|
||||
Fabric64 64 False
|
||||
Fabric65 65 False
|
||||
Fabric66 66 False
|
||||
Fabric67 67 False
|
||||
Fabric68 68 False
|
||||
Fabric69 69 False
|
||||
Fabric70 70 False
|
||||
Fabric71 71 False
|
||||
Fabric72 72 False
|
||||
Fabric73 73 False
|
||||
Fabric74 74 False
|
||||
Fabric75 75 False
|
||||
Fabric76 76 False
|
||||
Fabric77 77 False
|
||||
Fabric78 78 False
|
||||
Fabric79 79 False
|
||||
Fabric80 80 False
|
||||
Fabric81 81 False
|
||||
Fabric82 82 False
|
||||
Fabric83 83 False
|
||||
Fabric84 84 False
|
||||
Fabric85 85 False
|
||||
Fabric86 86 False
|
||||
Fabric87 87 False
|
||||
Fabric88 88 False
|
||||
Fabric89 89 False
|
||||
Fabric90 90 False
|
||||
Fabric91 91 False
|
||||
Fabric92 92 False
|
||||
Fabric93 93 False
|
||||
Fabric94 94 False
|
||||
Fabric95 95 False
|
||||
Fabric96 96 False
|
||||
Fabric97 97 False
|
||||
Fabric98 98 False
|
||||
Fabric99 99 False
|
||||
Fabric100 100 False
|
||||
Fabric101 101 False
|
||||
Fabric102 102 False
|
||||
Fabric103 103 False
|
||||
Fabric104 104 False
|
||||
Fabric105 105 False
|
||||
Fabric106 106 False
|
||||
Fabric107 107 False
|
||||
Fabric108 108 False
|
||||
Fabric109 109 False
|
||||
Fabric110 110 False
|
||||
Fabric111 111 False
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"FABRIC_MONITOR_DATA": {
|
||||
"monErrThreshCrcCells": 1,
|
||||
"monErrThreshRxCells": 61035156,
|
||||
"monPollThreshRecovery": 8,
|
||||
"monPollThreshIsolation": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,193 @@
|
||||
# name lanes isolateStatus
|
||||
Fabric0 0 False
|
||||
Fabric1 1 False
|
||||
Fabric2 2 False
|
||||
Fabric3 3 False
|
||||
Fabric4 4 False
|
||||
Fabric5 5 False
|
||||
Fabric6 6 False
|
||||
Fabric7 7 False
|
||||
Fabric8 8 False
|
||||
Fabric9 9 False
|
||||
Fabric10 10 False
|
||||
Fabric11 11 False
|
||||
Fabric12 12 False
|
||||
Fabric13 13 False
|
||||
Fabric14 14 False
|
||||
Fabric15 15 False
|
||||
Fabric16 16 False
|
||||
Fabric17 17 False
|
||||
Fabric18 18 False
|
||||
Fabric19 19 False
|
||||
Fabric20 20 False
|
||||
Fabric21 21 False
|
||||
Fabric22 22 False
|
||||
Fabric23 23 False
|
||||
Fabric24 24 False
|
||||
Fabric25 25 False
|
||||
Fabric26 26 False
|
||||
Fabric27 27 False
|
||||
Fabric28 28 False
|
||||
Fabric29 29 False
|
||||
Fabric30 30 False
|
||||
Fabric31 31 False
|
||||
Fabric32 32 False
|
||||
Fabric33 33 False
|
||||
Fabric34 34 False
|
||||
Fabric35 35 False
|
||||
Fabric36 36 False
|
||||
Fabric37 37 False
|
||||
Fabric38 38 False
|
||||
Fabric39 39 False
|
||||
Fabric40 40 False
|
||||
Fabric41 41 False
|
||||
Fabric42 42 False
|
||||
Fabric43 43 False
|
||||
Fabric44 44 False
|
||||
Fabric45 45 False
|
||||
Fabric46 46 False
|
||||
Fabric47 47 False
|
||||
Fabric48 48 False
|
||||
Fabric49 49 False
|
||||
Fabric50 50 False
|
||||
Fabric51 51 False
|
||||
Fabric52 52 False
|
||||
Fabric53 53 False
|
||||
Fabric54 54 False
|
||||
Fabric55 55 False
|
||||
Fabric56 56 False
|
||||
Fabric57 57 False
|
||||
Fabric58 58 False
|
||||
Fabric59 59 False
|
||||
Fabric60 60 False
|
||||
Fabric61 61 False
|
||||
Fabric62 62 False
|
||||
Fabric63 63 False
|
||||
Fabric64 64 False
|
||||
Fabric65 65 False
|
||||
Fabric66 66 False
|
||||
Fabric67 67 False
|
||||
Fabric68 68 False
|
||||
Fabric69 69 False
|
||||
Fabric70 70 False
|
||||
Fabric71 71 False
|
||||
Fabric72 72 False
|
||||
Fabric73 73 False
|
||||
Fabric74 74 False
|
||||
Fabric75 75 False
|
||||
Fabric76 76 False
|
||||
Fabric77 77 False
|
||||
Fabric78 78 False
|
||||
Fabric79 79 False
|
||||
Fabric80 80 False
|
||||
Fabric81 81 False
|
||||
Fabric82 82 False
|
||||
Fabric83 83 False
|
||||
Fabric84 84 False
|
||||
Fabric85 85 False
|
||||
Fabric86 86 False
|
||||
Fabric87 87 False
|
||||
Fabric88 88 False
|
||||
Fabric89 89 False
|
||||
Fabric90 90 False
|
||||
Fabric91 91 False
|
||||
Fabric92 92 False
|
||||
Fabric93 93 False
|
||||
Fabric94 94 False
|
||||
Fabric95 95 False
|
||||
Fabric96 96 False
|
||||
Fabric97 97 False
|
||||
Fabric98 98 False
|
||||
Fabric99 99 False
|
||||
Fabric100 100 False
|
||||
Fabric101 101 False
|
||||
Fabric102 102 False
|
||||
Fabric103 103 False
|
||||
Fabric104 104 False
|
||||
Fabric105 105 False
|
||||
Fabric106 106 False
|
||||
Fabric107 107 False
|
||||
Fabric108 108 False
|
||||
Fabric109 109 False
|
||||
Fabric110 110 False
|
||||
Fabric111 111 False
|
||||
Fabric112 112 False
|
||||
Fabric113 113 False
|
||||
Fabric114 114 False
|
||||
Fabric115 115 False
|
||||
Fabric116 116 False
|
||||
Fabric117 117 False
|
||||
Fabric118 118 False
|
||||
Fabric119 119 False
|
||||
Fabric120 120 False
|
||||
Fabric121 121 False
|
||||
Fabric122 122 False
|
||||
Fabric123 123 False
|
||||
Fabric124 124 False
|
||||
Fabric125 125 False
|
||||
Fabric126 126 False
|
||||
Fabric127 127 False
|
||||
Fabric128 128 False
|
||||
Fabric129 129 False
|
||||
Fabric130 130 False
|
||||
Fabric131 131 False
|
||||
Fabric132 132 False
|
||||
Fabric133 133 False
|
||||
Fabric134 134 False
|
||||
Fabric135 135 False
|
||||
Fabric136 136 False
|
||||
Fabric137 137 False
|
||||
Fabric138 138 False
|
||||
Fabric139 139 False
|
||||
Fabric140 140 False
|
||||
Fabric141 141 False
|
||||
Fabric142 142 False
|
||||
Fabric143 143 False
|
||||
Fabric144 144 False
|
||||
Fabric145 145 False
|
||||
Fabric146 146 False
|
||||
Fabric147 147 False
|
||||
Fabric148 148 False
|
||||
Fabric149 149 False
|
||||
Fabric150 150 False
|
||||
Fabric151 151 False
|
||||
Fabric152 152 False
|
||||
Fabric153 153 False
|
||||
Fabric154 154 False
|
||||
Fabric155 155 False
|
||||
Fabric156 156 False
|
||||
Fabric157 157 False
|
||||
Fabric158 158 False
|
||||
Fabric159 159 False
|
||||
Fabric160 160 False
|
||||
Fabric161 161 False
|
||||
Fabric162 162 False
|
||||
Fabric163 163 False
|
||||
Fabric164 164 False
|
||||
Fabric165 165 False
|
||||
Fabric166 166 False
|
||||
Fabric167 167 False
|
||||
Fabric168 168 False
|
||||
Fabric169 169 False
|
||||
Fabric170 170 False
|
||||
Fabric171 171 False
|
||||
Fabric172 172 False
|
||||
Fabric173 173 False
|
||||
Fabric174 174 False
|
||||
Fabric175 175 False
|
||||
Fabric176 176 False
|
||||
Fabric177 177 False
|
||||
Fabric178 178 False
|
||||
Fabric179 179 False
|
||||
Fabric180 180 False
|
||||
Fabric181 181 False
|
||||
Fabric182 182 False
|
||||
Fabric183 183 False
|
||||
Fabric184 184 False
|
||||
Fabric185 185 False
|
||||
Fabric186 186 False
|
||||
Fabric187 187 False
|
||||
Fabric188 188 False
|
||||
Fabric189 189 False
|
||||
Fabric190 190 False
|
||||
Fabric191 191 False
|
@ -1,4 +1,4 @@
|
||||
CONSOLE_PORT=0x2f8
|
||||
CONSOLE_DEV=1
|
||||
CONSOLE_SPEED=9600
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="module_blacklist=gpio_ich"
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="module_blacklist=gpio_ich processor.max_cstate=1 intel_idle.max_cstate=0"
|
||||
|
@ -0,0 +1,46 @@
|
||||
{%- set default_cable = '5m' %}
|
||||
|
||||
{%- macro generate_port_lists(PORT_ALL) %}
|
||||
{# Generate list of ports #}
|
||||
{%- for port_idx in range(0,256,8) %}
|
||||
{%- if PORT_ALL.append("Ethernet%d" % (port_idx)) %}{%- endif %}
|
||||
{%- endfor %}
|
||||
{%- endmacro %}
|
||||
|
||||
{%- macro generate_buffer_pool_and_profiles() %}
|
||||
"BUFFER_POOL": {
|
||||
"ingress_lossless_pool": {
|
||||
"size": "37333333",
|
||||
"type": "ingress",
|
||||
"mode": "dynamic",
|
||||
"xoff": "24000000"
|
||||
},
|
||||
"egress_lossy_pool": {
|
||||
"size": "34000000",
|
||||
"type": "egress",
|
||||
"mode": "dynamic"
|
||||
},
|
||||
"egress_lossless_pool": {
|
||||
"size": "56000000",
|
||||
"type": "egress",
|
||||
"mode": "static"
|
||||
}
|
||||
},
|
||||
"BUFFER_PROFILE": {
|
||||
"ingress_lossy_profile": {
|
||||
"pool":"ingress_lossless_pool",
|
||||
"size":"0",
|
||||
"dynamic_th":"3"
|
||||
},
|
||||
"egress_lossless_profile": {
|
||||
"pool":"egress_lossless_pool",
|
||||
"size":"1518",
|
||||
"static_th":"56000000"
|
||||
},
|
||||
"egress_lossy_profile": {
|
||||
"pool":"egress_lossy_pool",
|
||||
"size":"1518",
|
||||
"dynamic_th":"3"
|
||||
}
|
||||
},
|
||||
{%- endmacro %}
|
@ -0,0 +1,46 @@
|
||||
{%- set default_cable = '5m' %}
|
||||
|
||||
{%- macro generate_port_lists(PORT_ALL) %}
|
||||
{# Generate list of ports #}
|
||||
{%- for port_idx in range(0,256,8) %}
|
||||
{%- if PORT_ALL.append("Ethernet%d" % (port_idx)) %}{%- endif %}
|
||||
{%- endfor %}
|
||||
{%- endmacro %}
|
||||
|
||||
{%- macro generate_buffer_pool_and_profiles() %}
|
||||
"BUFFER_POOL": {
|
||||
"ingress_lossless_pool": {
|
||||
"size": "37333333",
|
||||
"type": "ingress",
|
||||
"mode": "dynamic",
|
||||
"xoff": "24000000"
|
||||
},
|
||||
"egress_lossy_pool": {
|
||||
"size": "34000000",
|
||||
"type": "egress",
|
||||
"mode": "dynamic"
|
||||
},
|
||||
"egress_lossless_pool": {
|
||||
"size": "56000000",
|
||||
"type": "egress",
|
||||
"mode": "static"
|
||||
}
|
||||
},
|
||||
"BUFFER_PROFILE": {
|
||||
"ingress_lossy_profile": {
|
||||
"pool":"ingress_lossless_pool",
|
||||
"size":"0",
|
||||
"dynamic_th":"3"
|
||||
},
|
||||
"egress_lossless_profile": {
|
||||
"pool":"egress_lossless_pool",
|
||||
"size":"1518",
|
||||
"static_th":"56000000"
|
||||
},
|
||||
"egress_lossy_profile": {
|
||||
"pool":"egress_lossy_pool",
|
||||
"size":"1518",
|
||||
"dynamic_th":"3"
|
||||
}
|
||||
},
|
||||
{%- endmacro %}
|
@ -0,0 +1,17 @@
|
||||
# PG lossless profiles.
|
||||
# speed cable size xon xoff threshold xon_offset
|
||||
10000 5m 1248 2288 35776 0 2288
|
||||
25000 5m 1248 2288 53248 0 2288
|
||||
40000 5m 1248 2288 66560 0 2288
|
||||
50000 5m 1248 2288 90272 0 2288
|
||||
100000 5m 1248 2288 165568 0 2288
|
||||
10000 40m 1248 2288 37024 0 2288
|
||||
25000 40m 1248 2288 53248 0 2288
|
||||
40000 40m 1248 2288 71552 0 2288
|
||||
50000 40m 1248 2288 96096 0 2288
|
||||
100000 40m 1248 2288 177632 0 2288
|
||||
10000 300m 1248 2288 46176 0 2288
|
||||
25000 300m 1248 2288 79040 0 2288
|
||||
40000 300m 1248 2288 108160 0 2288
|
||||
50000 300m 1248 2288 141856 0 2288
|
||||
100000 300m 1248 2288 268736 0 2288
|
@ -1,3 +1,3 @@
|
||||
CONSOLE_PORT=0x2f8
|
||||
CONSOLE_DEV=1
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="module_blacklist=gpio_ich,wdat_wdt acpi_no_watchdog=1 nos-config-part=/dev/sda12"
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="module_blacklist=gpio_ich,wdat_wdt acpi_no_watchdog=1 nos-config-part=/dev/sda12 logs_inram=on"
|
@ -469,7 +469,13 @@
|
||||
},
|
||||
{
|
||||
"name": "QSFP+ or later"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SFP/SFP+/SFP28"
|
||||
},
|
||||
{
|
||||
"name": "SFP/SFP+/SFP28"
|
||||
}
|
||||
]
|
||||
},
|
||||
"interfaces": {}
|
||||
|
@ -1 +1 @@
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="acpi_enforce_resources=lax acpi=noirq"
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="acpi_enforce_resources=lax acpi=noirq logs_inram=on"
|
||||
|
@ -21,13 +21,24 @@ function ParseArguments() {
|
||||
}
|
||||
|
||||
function SafePwrCycle() {
|
||||
sync ; sync
|
||||
umount -fa > /dev/null 2&>1
|
||||
sync; sync
|
||||
umount -fa > /dev/null 2>&1
|
||||
echo 1 > $SYSFS_PWR_CYCLE
|
||||
}
|
||||
|
||||
ParseArguments "$@"
|
||||
|
||||
# Reboot immediately if the kdump capture kernel is running
|
||||
VMCORE_FILE=/proc/vmcore
|
||||
if [ -s $VMCORE_FILE ]; then
|
||||
sync; sync
|
||||
umount -fa > /dev/null 2>&1
|
||||
|
||||
# Run Debian reboot because the platform reboot isn't available
|
||||
/sbin/reboot
|
||||
fi
|
||||
|
||||
|
||||
${FW_UPGRADE_SCRIPT} --upgrade --verbose
|
||||
EXIT_CODE="$?"
|
||||
if [[ "${EXIT_CODE}" != "${EXIT_SUCCESS}" ]]; then
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_3420.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_3700.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_3700c.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_3800.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_3800.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_3800_2x10g_100x50g_12x100g.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_3800_112x50g_8x100g.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_3800_24x50g_52x100g.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_3800_1x10g_28x50g_49x100g.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_3800_28x50g_52x100g.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,76 +1,76 @@
|
||||
{
|
||||
"interfaces": {
|
||||
"Ethernet0": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet8": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet16": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet24": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet32": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet40": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet48": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet56": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet64": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet72": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet80": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet88": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet96": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet104": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet112": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet120": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet128": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet136": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet144": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet152": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet160": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet168": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet176": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet184": {
|
||||
"default_brkout_mode": "2x100G[50G,40G,25G,10G,1G]"
|
||||
"default_brkout_mode": "2x100G[200G,50G,40G,25G,10G,1G]"
|
||||
},
|
||||
"Ethernet192": {
|
||||
"default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G,1G]"
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4410.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -411,216 +411,288 @@
|
||||
"index": "1,1,1,1,1,1,1,1",
|
||||
"lanes": "0,1,2,3,4,5,6,7",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp1"],
|
||||
"1x100G(2)": ["etp1"],
|
||||
"1x200G(4)": ["etp1"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp1"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp1a", "etp1b"],
|
||||
"4x50G[25G,10G,1G]": ["etp1a", "etp1b", "etp1c", "etp1d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp1a", "etp1b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp1a", "etp1b", "etp1c", "etp1d"]
|
||||
}
|
||||
},
|
||||
"Ethernet8": {
|
||||
"index": "2,2,2,2,2,2,2,2",
|
||||
"lanes": "8,9,10,11,12,13,14,15",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp2"],
|
||||
"1x100G(2)": ["etp2"],
|
||||
"1x200G(4)": ["etp2"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp2"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp2a", "etp2b"],
|
||||
"4x50G[25G,10G,1G]": ["etp2a", "etp2b", "etp2c", "etp2d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp2a", "etp2b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp2a", "etp2b", "etp2c", "etp2d"]
|
||||
}
|
||||
},
|
||||
"Ethernet16": {
|
||||
"index": "3,3,3,3,3,3,3,3",
|
||||
"lanes": "16,17,18,19,20,21,22,23",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp3"],
|
||||
"1x100G(2)": ["etp3"],
|
||||
"1x200G(4)": ["etp3"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp3"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp3a", "etp3b"],
|
||||
"4x50G[25G,10G,1G]": ["etp3a", "etp3b", "etp3c", "etp3d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp3a", "etp3b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp3a", "etp3b", "etp3c", "etp3d"]
|
||||
}
|
||||
},
|
||||
"Ethernet24": {
|
||||
"index": "4,4,4,4,4,4,4,4",
|
||||
"lanes": "24,25,26,27,28,29,30,31",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp4"],
|
||||
"1x100G(2)": ["etp4"],
|
||||
"1x200G(4)": ["etp4"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp4"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp4a", "etp4b"],
|
||||
"4x50G[25G,10G,1G]": ["etp4a", "etp4b", "etp4c", "etp4d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp4a", "etp4b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp4a", "etp4b", "etp4c", "etp4d"]
|
||||
}
|
||||
},
|
||||
"Ethernet32": {
|
||||
"index": "5,5,5,5,5,5,5,5,5",
|
||||
"lanes": "32,33,34,35,36,37,38,39",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp5"],
|
||||
"1x100G(2)": ["etp5"],
|
||||
"1x200G(4)": ["etp5"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp5"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp5a", "etp5b"],
|
||||
"4x50G[25G,10G,1G]": ["etp5a", "etp5b", "etp5c", "etp5d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp5a", "etp5b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp5a", "etp5b", "etp5c", "etp5d"]
|
||||
}
|
||||
},
|
||||
"Ethernet40": {
|
||||
"index": "6,6,6,6,6,6,6,6",
|
||||
"lanes": "40,41,42,43,44,45,46,47",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp6"],
|
||||
"1x100G(2)": ["etp6"],
|
||||
"1x200G(4)": ["etp6"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp6"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp6a", "etp6b"],
|
||||
"4x50G[25G,10G,1G]": ["etp6a", "etp6b", "etp6c", "etp6d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp6a", "etp6b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp6a", "etp6b", "etp6c", "etp6d"]
|
||||
}
|
||||
},
|
||||
"Ethernet48": {
|
||||
"index": "7,7,7,7,7,7,7,7",
|
||||
"lanes": "48,49,50,51,52,53,54,55",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp7"],
|
||||
"1x100G(2)": ["etp7"],
|
||||
"1x200G(4)": ["etp7"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp7"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp7a", "etp7b"],
|
||||
"4x50G[25G,10G,1G]": ["etp7a", "etp7b", "etp7c", "etp7d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp7a", "etp7b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp7a", "etp7b", "etp7c", "etp7d"]
|
||||
}
|
||||
},
|
||||
"Ethernet56": {
|
||||
"index": "8,8,8,8,8,8,8,8",
|
||||
"lanes": "56,57,58,59,60,61,62,63",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp8"],
|
||||
"1x100G(2)": ["etp8"],
|
||||
"1x200G(4)": ["etp8"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp8"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp8a", "etp8b"],
|
||||
"4x50G[25G,10G,1G]": ["etp8a", "etp8b", "etp8c", "etp8d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp8a", "etp8b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp8a", "etp8b", "etp8c", "etp8d"]
|
||||
}
|
||||
},
|
||||
"Ethernet64": {
|
||||
"index": "9,9,9,9,9,9,9,9",
|
||||
"lanes": "64,65,66,67,68,69,70,71",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp9"],
|
||||
"1x100G(2)": ["etp9"],
|
||||
"1x200G(4)": ["etp9"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp9"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp9a", "etp9b"],
|
||||
"4x50G[25G,10G,1G]": ["etp9a", "etp9b", "etp9c", "etp9d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp9a", "etp9b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp9a", "etp9b", "etp9c", "etp9d"]
|
||||
}
|
||||
},
|
||||
"Ethernet72": {
|
||||
"index": "10,10,10,10,10,10,10,10",
|
||||
"lanes": "72,73,74,75,76,77,78,79",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp10"],
|
||||
"1x100G(2)": ["etp10"],
|
||||
"1x200G(4)": ["etp10"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp10"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp10a", "etp10b"],
|
||||
"4x50G[25G,10G,1G]": ["etp10a", "etp10b", "etp10c", "etp10d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp10a", "etp10b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp10a", "etp10b", "etp10c", "etp10d"]
|
||||
}
|
||||
},
|
||||
"Ethernet80": {
|
||||
"index": "11,11,11,11,11,11,11,11",
|
||||
"lanes": "80,81,82,83,84,85,86,87",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp11"],
|
||||
"1x100G(2)": ["etp11"],
|
||||
"1x200G(4)": ["etp11"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp11"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp11a", "etp11b"],
|
||||
"4x50G[25G,10G,1G]": ["etp11a", "etp11b", "etp11c", "etp11d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp11a", "etp11b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp11a", "etp11b", "etp11c", "etp11d"]
|
||||
}
|
||||
},
|
||||
"Ethernet88": {
|
||||
"index": "12,12,12,12,12,12,12,12",
|
||||
"lanes": "88,89,90,91,92,93,94,95",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp12"],
|
||||
"1x100G(2)": ["etp12"],
|
||||
"1x200G(4)": ["etp12"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp12"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp12a", "etp12b"],
|
||||
"4x50G[25G,10G,1G]": ["etp12a", "etp12b", "etp12c", "etp12d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp12a", "etp12b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp12a", "etp12b", "etp12c", "etp12d"]
|
||||
}
|
||||
},
|
||||
"Ethernet96": {
|
||||
"index": "13,13,13,13,13,13,13,13",
|
||||
"lanes": "96,97,98,99,100,101,102,103",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp13"],
|
||||
"1x100G(2)": ["etp13"],
|
||||
"1x200G(4)": ["etp13"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp13"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp13a", "etp13b"],
|
||||
"4x50G[25G,10G,1G]": ["etp13a", "etp13b", "etp13c", "etp13d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp13a", "etp13b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp13a", "etp13b", "etp13c", "etp13d"]
|
||||
}
|
||||
},
|
||||
"Ethernet104": {
|
||||
"index": "14,14,14,14,14,14,14,14",
|
||||
"lanes": "104,105,106,107,108,109,110,111",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp14"],
|
||||
"1x100G(2)": ["etp14"],
|
||||
"1x200G(4)": ["etp14"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp14"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp14a", "etp14b"],
|
||||
"4x50G[25G,10G,1G]": ["etp14a", "etp14b", "etp14c", "etp14d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp14a", "etp14b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp14a", "etp14b", "etp14c", "etp14d"]
|
||||
}
|
||||
},
|
||||
"Ethernet112": {
|
||||
"index": "15,15,15,15,15,15,15,15",
|
||||
"lanes": "112,113,114,115,116,117,118,119",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp15"],
|
||||
"1x100G(2)": ["etp15"],
|
||||
"1x200G(4)": ["etp15"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp15"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp15a", "etp15b"],
|
||||
"4x50G[25G,10G,1G]": ["etp15a", "etp15b", "etp15c", "etp15d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp15a", "etp15b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp15a", "etp15b", "etp15c", "etp15d"]
|
||||
}
|
||||
},
|
||||
"Ethernet120": {
|
||||
"index": "16,16,16,16,16,16,16,16",
|
||||
"lanes": "120,121,122,123,124,125,126,127",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp16"],
|
||||
"1x100G(2)": ["etp16"],
|
||||
"1x200G(4)": ["etp16"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp16"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp16a", "etp16b"],
|
||||
"4x50G[25G,10G,1G]": ["etp16a", "etp16b", "etp16c", "etp16d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp16a", "etp16b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp16a", "etp16b", "etp16c", "etp16d"]
|
||||
}
|
||||
},
|
||||
"Ethernet128": {
|
||||
"index": "17,17,17,17,17,17,17,17",
|
||||
"lanes": "128,129,130,131,132,133,134,135",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp17"],
|
||||
"1x100G(2)": ["etp17"],
|
||||
"1x200G(4)": ["etp17"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp17"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp17a", "etp17b"],
|
||||
"4x50G[25G,10G,1G]": ["etp17a", "etp17b", "etp17c", "etp17d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp17a", "etp17b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp17a", "etp17b", "etp17c", "etp17d"]
|
||||
}
|
||||
},
|
||||
"Ethernet136": {
|
||||
"index": "18,18,18,18,18,18,18,18",
|
||||
"lanes": "136,137,138,139,140,141,142,143",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp18"],
|
||||
"1x100G(2)": ["etp18"],
|
||||
"1x200G(4)": ["etp18"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp18"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp18a", "etp18b"],
|
||||
"4x50G[25G,10G,1G]": ["etp18a", "etp18b", "etp18c", "etp18d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp18a", "etp18b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp18a", "etp18b", "etp18c", "etp18d"]
|
||||
}
|
||||
},
|
||||
"Ethernet144": {
|
||||
"index": "19,19,19,19,19,19,19,19",
|
||||
"lanes": "144,145,146,147,148,149,150,151",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp19"],
|
||||
"1x100G(2)": ["etp19"],
|
||||
"1x200G(4)": ["etp19"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp19"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp19a", "etp19b"],
|
||||
"4x50G[25G,10G,1G]": ["etp19a", "etp19b", "etp19c", "etp19d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp19a", "etp19b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp19a", "etp19b", "etp19c", "etp19d"]
|
||||
}
|
||||
},
|
||||
"Ethernet152": {
|
||||
"index": "20,20,20,20,20,20,20,20",
|
||||
"lanes": "152,153,154,155,156,157,158,159",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp20"],
|
||||
"1x100G(2)": ["etp20"],
|
||||
"1x200G(4)": ["etp20"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp20"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp20a", "etp20b"],
|
||||
"4x50G[25G,10G,1G]": ["etp20a", "etp20b", "etp20c", "etp20d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp20a", "etp20b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp20a", "etp20b", "etp20c", "etp20d"]
|
||||
}
|
||||
},
|
||||
"Ethernet160": {
|
||||
"index": "21,21,21,21,21,21,21,21",
|
||||
"lanes": "160,161,162,163,164,165,166,167",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp21"],
|
||||
"1x100G(2)": ["etp21"],
|
||||
"1x200G(4)": ["etp21"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp21"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp21a", "etp21b"],
|
||||
"4x50G[25G,10G,1G]": ["etp21a", "etp21b", "etp21c", "etp21d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp21a", "etp21b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp21a", "etp21b", "etp21c", "etp21d"]
|
||||
}
|
||||
},
|
||||
"Ethernet168": {
|
||||
"index": "22,22,22,22,22,22,22,22",
|
||||
"lanes": "168,169,170,171,172,173,174,175",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp22"],
|
||||
"1x100G(2)": ["etp22"],
|
||||
"1x200G(4)": ["etp22"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp22"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp22a", "etp22b"],
|
||||
"4x50G[25G,10G,1G]": ["etp22a", "etp22b", "etp22c", "etp22d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp22a", "etp22b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp22a", "etp22b", "etp22c", "etp22d"]
|
||||
}
|
||||
},
|
||||
"Ethernet176": {
|
||||
"index": "23,23,23,23,23,23,23,23",
|
||||
"lanes": "176,177,178,179,180,181,182,183",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp23"],
|
||||
"1x100G(2)": ["etp23"],
|
||||
"1x200G(4)": ["etp23"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp23"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp23a", "etp23b"],
|
||||
"4x50G[25G,10G,1G]": ["etp23a", "etp23b", "etp23c", "etp23d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp23a", "etp23b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp23a", "etp23b", "etp23c", "etp23d"]
|
||||
}
|
||||
},
|
||||
"Ethernet184": {
|
||||
"index": "24,24,24,24,24,24,24,24",
|
||||
"lanes": "184,185,186,187,188,189,190,191",
|
||||
"breakout_modes": {
|
||||
"1x50G(1)": ["etp24"],
|
||||
"1x100G(2)": ["etp24"],
|
||||
"1x200G(4)": ["etp24"],
|
||||
"1x100G[50G,40G,25G,10G,1G]": ["etp24"],
|
||||
"2x100G[50G,40G,25G,10G,1G]": ["etp24a", "etp24b"],
|
||||
"4x50G[25G,10G,1G]": ["etp24a", "etp24b", "etp24c", "etp24d"]
|
||||
"2x200G[100G,50G,40G,25G,10G,1G]": ["etp24a", "etp24b"],
|
||||
"4x100G[50G,25G,10G,1G]": ["etp24a", "etp24b", "etp24c", "etp24d"]
|
||||
}
|
||||
},
|
||||
"Ethernet192": {
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4600.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4600C.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4600C.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4600c_100x50g_12x100g_2x10g.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4600c_112x50g_8x100g.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4600c_48x50g_40x100g.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,5 +1,5 @@
|
||||
##
|
||||
## Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES.
|
||||
## Copyright (c) 2022 - 2023 NVIDIA CORPORATION & AFFILIATES.
|
||||
## Apache-2.0
|
||||
##
|
||||
## Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@ -34,19 +34,19 @@ bus "i2c-15" "i2c-1-mux (chan_id 6)"
|
||||
bus "i2c-5" "i2c-1-mux (chan_id 4)"
|
||||
chip "xdpe12284-i2c-*-62"
|
||||
label in1 "PMIC-1 PSU 12V Rail (in1)"
|
||||
ignore in2
|
||||
ignore in2
|
||||
label in3 "PMIC-1 ASIC VCORE_MAIN Rail (out1)"
|
||||
ignore in4
|
||||
ignore in4
|
||||
label temp1 "PMIC-1 ASIC VCORE_MAIN Temp 1"
|
||||
ignore temp2
|
||||
ignore temp2
|
||||
label power1 "PMIC-1 12V ASIC VCORE_MAIN Rail Pwr (in)"
|
||||
ignore power2
|
||||
ignore power2
|
||||
label power3 "PMIC-1 ASIC VCORE_MAIN Rail Pwr (out1)"
|
||||
ignore power4
|
||||
ignore power4
|
||||
label curr1 "PMIC-1 12V ASIC VCORE_MAIN Rail Curr (in1)"
|
||||
ignore curr2
|
||||
ignore curr2
|
||||
label curr3 "PMIC-1 ASIC VCORE_MAIN Rail Curr (out1)"
|
||||
ignore curr4
|
||||
ignore curr4
|
||||
chip "xdpe12284-i2c-*-64"
|
||||
label in1 "PMIC-2 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-2 PSU 12V Rail (in2)"
|
||||
@ -55,7 +55,7 @@ bus "i2c-5" "i2c-1-mux (chan_id 4)"
|
||||
label temp1 "PMIC-2 ASIC 1.8V_MAIN Temp 1"
|
||||
label temp2 "PMIC-2 ASIC 1.2V_MAIN Temp 2"
|
||||
label power1 "PMIC-2 12V ASIC 1.8V_1.2V_MAIN Rail Pwr (in)"
|
||||
ignore power2
|
||||
ignore power2
|
||||
label power3 "PMIC-2 ASIC 1.8V_MAIN Rail Pwr (out1)"
|
||||
label power4 "PMIC-2 ASIC 1.2V_MAIN Rail Pwr (out2)"
|
||||
label curr1 "PMIC-2 12V ASIC 1.8V_MAIN Rail Curr (in1)"
|
||||
@ -64,92 +64,92 @@ bus "i2c-5" "i2c-1-mux (chan_id 4)"
|
||||
label curr4 "PMIC-2 ASIC 1.2V_MAIN Rail Curr (out2)"
|
||||
chip "xdpe12284-i2c-*-66"
|
||||
label in1 "PMIC-3 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-2 PSU 12V Rail (in2)"
|
||||
label in2 "PMIC-3 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-3 ASIC VCORE_T0_1 Rail (out1)"
|
||||
label in4 "PMIC-3 ASIC 1.8V_T0_1 Rail (out2)"
|
||||
label temp1 "PMIC-3 ASIC VCORE_T0_1 Temp 1"
|
||||
label temp2 "PMIC-3 ASIC 1.8V_T0_1 Temp 2"
|
||||
label power1 "PMIC-3 12V ASIC VCORE_1.8V_T0_1 Rail Pwr (in) "
|
||||
ignore power2
|
||||
label power3 "PMIC-2 ASIC VCORE_T0_1 Rail Pwr (out1)"
|
||||
label power4 "PMIC-2 ASIC 1.8V_T0_1 Rail Pwr (out2)"
|
||||
label curr1 "PMIC-2 12V ASIC VCORE_T0_1 Rail Curr (in1)"
|
||||
label curr2 "PMIC-2 12V ASIC 1.8V_T0_1 Rail Curr (in2)"
|
||||
label curr3 "PMIC-2 ASIC VCORE_T0_1 Rail Curr (out1)"
|
||||
label curr4 "PMIC-2 ASIC 1.8V_T0_1 Rail Curr (out2)"
|
||||
ignore power2
|
||||
label power3 "PMIC-3 ASIC VCORE_T0_1 Rail Pwr (out1)"
|
||||
label power4 "PMIC-3 ASIC 1.8V_T0_1 Rail Pwr (out2)"
|
||||
label curr1 "PMIC-3 12V ASIC VCORE_T0_1 Rail Curr (in1)"
|
||||
label curr2 "PMIC-3 12V ASIC 1.8V_T0_1 Rail Curr (in2)"
|
||||
label curr3 "PMIC-3 ASIC VCORE_T0_1 Rail Curr (out1)"
|
||||
label curr4 "PMIC-3 ASIC 1.8V_T0_1 Rail Curr (out2)"
|
||||
chip "xdpe12284-i2c-*-68"
|
||||
label in1 "PMIC-3 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-2 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-3 ASIC VCORE_T2_3 Rail (out1)"
|
||||
label in4 "PMIC-3 ASIC 1.8V_T2_3 Rail (out2)"
|
||||
label temp1 "PMIC-3 ASIC VCORE_T2_3 Temp 1"
|
||||
label temp2 "PMIC-3 ASIC 1.8V_T2_3 Temp 2"
|
||||
label power1 "PMIC-3 12V ASIC VCORE_1.8V_T2_3 Rail Pwr (in) "
|
||||
ignore power2
|
||||
label power3 "PMIC-2 ASIC VCORE_T2_3 Rail Pwr (out1)"
|
||||
label power4 "PMIC-2 ASIC 1.8V_T2_3 Rail Pwr (out2)"
|
||||
label curr1 "PMIC-2 12V ASIC VCORE_T2_3 Rail Curr (in1)"
|
||||
label curr2 "PMIC-2 12V ASIC 1.8V_T2_3 Rail Curr (in2)"
|
||||
label curr3 "PMIC-2 ASIC VCORE_T2_3 Rail Curr (out1)"
|
||||
label curr4 "PMIC-2 ASIC 1.8V_T2_3 Rail Curr (out2)"
|
||||
label in1 "PMIC-4 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-4 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-4 ASIC VCORE_T2_3 Rail (out1)"
|
||||
label in4 "PMIC-4 ASIC 1.8V_T2_3 Rail (out2)"
|
||||
label temp1 "PMIC-4 ASIC VCORE_T2_3 Temp 1"
|
||||
label temp2 "PMIC-4 ASIC 1.8V_T2_3 Temp 2"
|
||||
label power1 "PMIC-4 12V ASIC VCORE_1.8V_T2_3 Rail Pwr (in) "
|
||||
ignore power2
|
||||
label power3 "PMIC-4 ASIC VCORE_T2_3 Rail Pwr (out1)"
|
||||
label power4 "PMIC-4 ASIC 1.8V_T2_3 Rail Pwr (out2)"
|
||||
label curr1 "PMIC-4 12V ASIC VCORE_T2_3 Rail Curr (in1)"
|
||||
label curr2 "PMIC-4 12V ASIC 1.8V_T2_3 Rail Curr (in2)"
|
||||
label curr3 "PMIC-4 ASIC VCORE_T2_3 Rail Curr (out1)"
|
||||
label curr4 "PMIC-4 ASIC 1.8V_T2_3 Rail Curr (out2)"
|
||||
chip "xdpe12284-i2c-*-6a"
|
||||
label in1 "PMIC-3 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-2 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-3 ASIC VCORE_T4_5 Rail (out1)"
|
||||
label in4 "PMIC-3 ASIC 1.8V_T4_5 Rail (out2)"
|
||||
label temp1 "PMIC-3 ASIC VCORE_T4_5 Temp 1"
|
||||
label temp2 "PMIC-3 ASIC 1.8V_T4_5 Temp 2"
|
||||
label power1 "PMIC-3 12V ASIC VCORE_1.8V_T4_5 Rail Pwr (in) "
|
||||
ignore power2
|
||||
label power3 "PMIC-2 ASIC VCORE_T4_5 Rail Pwr (out1)"
|
||||
label power4 "PMIC-2 ASIC 1.8V_T4_5 Rail Pwr (out2)"
|
||||
label curr1 "PMIC-2 12V ASIC VCORE_T4_5 Rail Curr (in1)"
|
||||
label curr2 "PMIC-2 12V ASIC 1.8V_T4_5 Rail Curr (in2)"
|
||||
label curr3 "PMIC-2 ASIC VCORE_T4_5 Rail Curr (out1)"
|
||||
label curr4 "PMIC-2 ASIC 1.8V_T4_5 Rail Curr (out2)"
|
||||
label in1 "PMIC-5 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-5 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-5 ASIC VCORE_T4_5 Rail (out1)"
|
||||
label in4 "PMIC-5 ASIC 1.8V_T4_5 Rail (out2)"
|
||||
label temp1 "PMIC-5 ASIC VCORE_T4_5 Temp 1"
|
||||
label temp2 "PMIC-5 ASIC 1.8V_T4_5 Temp 2"
|
||||
label power1 "PMIC-5 12V ASIC VCORE_1.8V_T4_5 Rail Pwr (in) "
|
||||
ignore power2
|
||||
label power3 "PMIC-5 ASIC VCORE_T4_5 Rail Pwr (out1)"
|
||||
label power4 "PMIC-5 ASIC 1.8V_T4_5 Rail Pwr (out2)"
|
||||
label curr1 "PMIC-5 12V ASIC VCORE_T4_5 Rail Curr (in1)"
|
||||
label curr2 "PMIC-5 12V ASIC 1.8V_T4_5 Rail Curr (in2)"
|
||||
label curr3 "PMIC-5 ASIC VCORE_T4_5 Rail Curr (out1)"
|
||||
label curr4 "PMIC-5 ASIC 1.8V_T4_5 Rail Curr (out2)"
|
||||
chip "xdpe12284-i2c-*-6c"
|
||||
label in1 "PMIC-3 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-2 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-3 ASIC VCORE_T6_7 Rail (out1)"
|
||||
label in4 "PMIC-3 ASIC 1.8V_T6_7 Rail (out2)"
|
||||
label temp1 "PMIC-3 ASIC VCORE_T6_7 Temp 1"
|
||||
label temp2 "PMIC-3 ASIC 1.8V_T6_7 Temp 2"
|
||||
label power1 "PMIC-3 12V ASIC VCORE_1.8V_T6_7 Rail Pwr (in) "
|
||||
ignore power2
|
||||
label power3 "PMIC-2 ASIC VCORE_T6_7 Rail Pwr (out1)"
|
||||
label power4 "PMIC-2 ASIC 1.8V_T6_7 Rail Pwr (out2)"
|
||||
label curr1 "PMIC-2 12V ASIC VCORE_T6_7 Rail Curr (in1)"
|
||||
label curr2 "PMIC-2 12V ASIC 1.8V_T6_7 Rail Curr (in2)"
|
||||
label curr3 "PMIC-2 ASIC VCORE_T6_7 Rail Curr (out1)"
|
||||
label curr4 "PMIC-2 ASIC 1.8V_T6_7 Rail Curr (out2)"
|
||||
label in1 "PMIC-6 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-6 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-6 ASIC VCORE_T6_7 Rail (out1)"
|
||||
label in4 "PMIC-6 ASIC 1.8V_T6_7 Rail (out2)"
|
||||
label temp1 "PMIC-6 ASIC VCORE_T6_7 Temp 1"
|
||||
label temp2 "PMIC-6 ASIC 1.8V_T6_7 Temp 2"
|
||||
label power1 "PMIC-6 12V ASIC VCORE_1.8V_T6_7 Rail Pwr (in) "
|
||||
ignore power2
|
||||
label power3 "PMIC-6 ASIC VCORE_T6_7 Rail Pwr (out1)"
|
||||
label power4 "PMIC-6 ASIC 1.8V_T6_7 Rail Pwr (out2)"
|
||||
label curr1 "PMIC-6 12V ASIC VCORE_T6_7 Rail Curr (in1)"
|
||||
label curr2 "PMIC-6 12V ASIC 1.8V_T6_7 Rail Curr (in2)"
|
||||
label curr3 "PMIC-6 ASIC VCORE_T6_7 Rail Curr (out1)"
|
||||
label curr4 "PMIC-6 ASIC 1.8V_T6_7 Rail Curr (out2)"
|
||||
chip "xdpe12284-i2c-*-6e"
|
||||
label in1 "PMIC-3 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-2 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-3 ASIC 1.2V_T0_3 Rail (out1)"
|
||||
label in4 "PMIC-3 ASIC 1.2V_T4_7 Rail (out2)"
|
||||
label temp1 "PMIC-3 ASIC 1.2V_T0_3 Temp 1"
|
||||
label temp2 "PMIC-3 ASIC 1.2V_T4_7 Temp 2"
|
||||
label power1 "PMIC-3 12V ASIC 1.2V_T0_3_T4_7 Rail Pwr (in) "
|
||||
ignore power2
|
||||
label power3 "PMIC-2 ASIC 1.2V_T0_3 Rail Pwr (out1)"
|
||||
label power4 "PMIC-2 ASIC 1.2V_T4_7 Rail Pwr (out2)"
|
||||
label curr1 "PMIC-2 12V ASIC 1.2V_T0_3 Rail Curr (in1)"
|
||||
label curr2 "PMIC-2 12V ASIC 1.2V_T4_7 Rail Curr (in2)"
|
||||
label curr3 "PMIC-2 ASIC 1.2V_T0_3 Rail Curr (out1)"
|
||||
label curr4 "PMIC-2 ASIC 1.2V_T4_7 Rail Curr (out2)"
|
||||
label in1 "PMIC-7 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-7 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-7 ASIC 1.2V_T0_3 Rail (out1)"
|
||||
label in4 "PMIC-7 ASIC 1.2V_T4_7 Rail (out2)"
|
||||
label temp1 "PMIC-7 ASIC 1.2V_T0_3 Temp 1"
|
||||
label temp2 "PMIC-7 ASIC 1.2V_T4_7 Temp 2"
|
||||
label power1 "PMIC-7 12V ASIC 1.2V_T0_3_T4_7 Rail Pwr (in) "
|
||||
ignore power2
|
||||
label power3 "PMIC-7 ASIC 1.2V_T0_3 Rail Pwr (out1)"
|
||||
label power4 "PMIC-7 ASIC 1.2V_T4_7 Rail Pwr (out2)"
|
||||
label curr1 "PMIC-7 12V ASIC 1.2V_T0_3 Rail Curr (in1)"
|
||||
label curr2 "PMIC-7 12V ASIC 1.2V_T4_7 Rail Curr (in2)"
|
||||
label curr3 "PMIC-7 ASIC 1.2V_T0_3 Rail Curr (out1)"
|
||||
label curr4 "PMIC-7 ASIC 1.2V_T4_7 Rail Curr (out2)"
|
||||
|
||||
bus "i2c-15" "i2c-1-mux (chan_id 6)"
|
||||
chip "tps53679-i2c-*-58"
|
||||
label in1 "PMIC-8 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-8 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-8 COMEX 1.8V Rail (out)"
|
||||
label in4 "PMIC-8 COMEX 1.05V Rail (out)"
|
||||
label in3 "PMIC-8 COMEX 1.8V Rail (out1)"
|
||||
label in4 "PMIC-8 COMEX 1.05V Rail (out2)"
|
||||
label temp1 "PMIC-8 Temp 1"
|
||||
label temp2 "PMIC-8 Temp 2"
|
||||
label power1 "PMIC-8 COMEX 1.8V Rail Pwr (out)"
|
||||
label power2 "PMIC-8 COMEX 1.05V Rail Pwr (out)"
|
||||
label curr1 "PMIC-8 COMEX 1.8V Rail Curr (out)"
|
||||
label curr2 "PMIC-8 COMEX 1.05V Rail Curr (out)"
|
||||
label power1 "PMIC-8 COMEX 1.8V Rail Pwr (out1)"
|
||||
label power2 "PMIC-8 COMEX 1.05V Rail Pwr (out2)"
|
||||
label curr1 "PMIC-8 COMEX 1.8V Rail Curr (out1)"
|
||||
label curr2 "PMIC-8 COMEX 1.05V Rail Curr (out2)"
|
||||
chip "tps53679-i2c-*-61"
|
||||
label in1 "PMIC-9 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-9 PSU 12V Rail (in2)"
|
||||
@ -157,35 +157,35 @@ bus "i2c-15" "i2c-1-mux (chan_id 6)"
|
||||
ignore in4
|
||||
label temp1 "PMIC-9 Temp 1"
|
||||
label temp2 "PMIC-9 Temp 2"
|
||||
label power1 "PMIC-9 COMEX 1.2V Rail Pwr (out)"
|
||||
ignore power2
|
||||
label curr1 "PMIC-9 COMEX 1.2V Rail Curr (out)"
|
||||
ignore curr2
|
||||
label power1 "PMIC-9 COMEX 1.2V Rail Pwr (out1)"
|
||||
ignore power2
|
||||
label curr1 "PMIC-9 COMEX 1.2V Rail Curr (out1)"
|
||||
ignore curr2
|
||||
|
||||
chip "mp2975-i2c-*-6a"
|
||||
label in1 "PMIC-3 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-3 COMEX 1.8V Rail (out)"
|
||||
label in3 "PMIC-3 COMEX 1.05V Rail (out)"
|
||||
label temp1 "PMIC-3 Temp 1"
|
||||
label power1 "PMIC-3 COMEX 12V Rail Pwr (in)"
|
||||
label power2 "PMIC-3 COMEX 1.8V Rail Pwr (out)"
|
||||
label power3 "PMIC-3 COMEX 1.05V Rail Pwr (out)"
|
||||
label curr1 "PMIC-3 COMEX 12V Rail Curr (in)"
|
||||
label curr2 "PMIC-3 COMEX 1.8V Rail Curr (out)"
|
||||
label in1 "PMIC-8 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-8 COMEX 1.8V Rail (out)"
|
||||
label in3 "PMIC-8 COMEX 1.05V Rail (out)"
|
||||
label temp1 "PMIC-8 Temp 1"
|
||||
label power1 "PMIC-8 COMEX 12V Rail Pwr (in)"
|
||||
label power2 "PMIC-8 COMEX 1.8V Rail Pwr (out)"
|
||||
label power3 "PMIC-8 COMEX 1.05V Rail Pwr (out)"
|
||||
label curr1 "PMIC-8 COMEX 12V Rail Curr (in)"
|
||||
label curr2 "PMIC-8 COMEX 1.8V Rail Curr (out)"
|
||||
ignore curr3
|
||||
ignore curr4
|
||||
label curr5 "PMIC-3 COMEX 1.05V Rail Curr (out)"
|
||||
label curr5 "PMIC-8 COMEX 1.05V Rail Curr (out)"
|
||||
ignore curr6
|
||||
|
||||
chip "mp2975-i2c-*-61"
|
||||
label in1 "PMIC-4 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-4 COMEX 1.2V Rail (out)"
|
||||
label temp1 "PMIC-4 Temp 1"
|
||||
label temp2 "PMIC-4 Temp 2"
|
||||
label power1 "PMIC-4 COMEX 12V Rail Pwr (in)"
|
||||
label power2 "PMIC-4 COMEX 1.2V Rail Pwr (out)"
|
||||
label curr1 "PMIC-4 COMEX 12V Rail Curr (in)"
|
||||
label curr2 "PMIC-4 COMEX 1.2V Rail Curr (out)"
|
||||
label in1 "PMIC-9 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-9 COMEX 1.2V Rail (out)"
|
||||
label temp1 "PMIC-9 Temp 1"
|
||||
label temp2 "PMIC-9 Temp 2"
|
||||
label power1 "PMIC-9 COMEX 12V Rail Pwr (in)"
|
||||
label power2 "PMIC-9 COMEX 1.2V Rail Pwr (out)"
|
||||
label curr1 "PMIC-9 COMEX 12V Rail Curr (in)"
|
||||
label curr2 "PMIC-9 COMEX 1.2V Rail Curr (out)"
|
||||
ignore curr3
|
||||
|
||||
# Power supplies
|
||||
@ -195,6 +195,8 @@ bus "i2c-4" "i2c-1-mux (chan_id 3)"
|
||||
ignore in2
|
||||
label in3 "PSU-1(L) 12V Rail (out)"
|
||||
label fan1 "PSU-1(L) Fan 1"
|
||||
ignore fan2
|
||||
ignore fan3
|
||||
label temp1 "PSU-1(L) Temp 1"
|
||||
label temp2 "PSU-1(L) Temp 2"
|
||||
label temp3 "PSU-1(L) Temp 3"
|
||||
@ -210,6 +212,8 @@ bus "i2c-4" "i2c-1-mux (chan_id 3)"
|
||||
ignore in2
|
||||
label in3 "PSU-2(R) 12V Rail (out)"
|
||||
label fan1 "PSU-2(R) Fan 1"
|
||||
ignore fan2
|
||||
ignore fan3
|
||||
label temp1 "PSU-2(R) Temp 1"
|
||||
label temp2 "PSU-2(R) Temp 2"
|
||||
label temp3 "PSU-2(R) Temp 3"
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4700.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4700_8x200g_8x100g_96x25g.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/sonic/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4700_128x100g.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/sonic/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4700_8x400g_48x100g.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/sonic/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4700_32x100g_48x200g.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/sonic/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_4800.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_5600.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -27,6 +27,9 @@
|
||||
<!-- Number of ports in the following port list -->
|
||||
<number-of-physical-ports>65</number-of-physical-ports>
|
||||
|
||||
<!-- Global port late create -->
|
||||
<late-create-all-ports>1</late-create-all-ports>
|
||||
|
||||
<!-- List of ports in the device -->
|
||||
<ports-list>
|
||||
<port-info>
|
||||
|
@ -1,3 +1,4 @@
|
||||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_5600.xml
|
||||
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
|
||||
SAI_DUMP_STORE_AMOUNT=10
|
||||
SAI_DUMP_MFT_CFG_PATH=/etc/mft/fwtrace_cfg
|
||||
|
@ -27,6 +27,9 @@
|
||||
<!-- Number of ports in the following port list -->
|
||||
<number-of-physical-ports>65</number-of-physical-ports>
|
||||
|
||||
<!-- Global port late create -->
|
||||
<late-create-all-ports>1</late-create-all-ports>
|
||||
|
||||
<!-- List of ports in the device -->
|
||||
<ports-list>
|
||||
<port-info>
|
||||
|
@ -1 +1 @@
|
||||
8668dc21ae107bff2d5e4242fe532e38
|
||||
ee44e299ca857b9f0abf2e804ec4850f
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" version="2023-01-23-1.03" profile="Askboard" dsig="md5">
|
||||
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" version="2023-05-05-1.04" profile="Askboard" dsig="md5">
|
||||
<askboardplt:ASK-Board xmlns:askboardplt="urn:marvell:askboard:yang">
|
||||
<askboardplt:typedefs>
|
||||
<askboardplt:typedef>
|
||||
@ -677,7 +677,7 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:deviceId askboardplt:type="device-id-type">0</askboardplt:deviceId>
|
||||
<askboardplt:pp-profile-name askboardplt:type="std-string">ASK-PP-AC5X-xb.xml</askboardplt:pp-profile-name>
|
||||
<askboardplt:L1-profile-name askboardplt:type="std-string">ASK-L1-AC5X-xb.xml</askboardplt:L1-profile-name>
|
||||
<askboardplt:ledStreamType askboardplt:type="led-sip-type">na</askboardplt:ledStreamType>
|
||||
<askboardplt:ledStreamType askboardplt:type="led-sip-type">sip6</askboardplt:ledStreamType>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">0</askboardplt:portNumber>
|
||||
<askboardplt:TXQueue>
|
||||
@ -694,6 +694,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">1</askboardplt:portNumber>
|
||||
@ -711,6 +715,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">2</askboardplt:portNumber>
|
||||
@ -728,6 +736,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">3</askboardplt:portNumber>
|
||||
@ -745,6 +757,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">4</askboardplt:portNumber>
|
||||
@ -762,6 +778,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">5</askboardplt:portNumber>
|
||||
@ -779,6 +799,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">6</askboardplt:portNumber>
|
||||
@ -796,6 +820,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">7</askboardplt:portNumber>
|
||||
@ -813,6 +841,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">8</askboardplt:portNumber>
|
||||
@ -830,6 +862,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">9</askboardplt:portNumber>
|
||||
@ -847,6 +883,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">10</askboardplt:portNumber>
|
||||
@ -864,6 +904,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">11</askboardplt:portNumber>
|
||||
@ -881,6 +925,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">12</askboardplt:portNumber>
|
||||
@ -898,6 +946,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">13</askboardplt:portNumber>
|
||||
@ -915,6 +967,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">14</askboardplt:portNumber>
|
||||
@ -932,6 +988,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">15</askboardplt:portNumber>
|
||||
@ -949,6 +1009,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">16</askboardplt:portNumber>
|
||||
@ -966,6 +1030,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">17</askboardplt:portNumber>
|
||||
@ -983,6 +1051,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">18</askboardplt:portNumber>
|
||||
@ -1000,6 +1072,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">19</askboardplt:portNumber>
|
||||
@ -1017,6 +1093,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">20</askboardplt:portNumber>
|
||||
@ -1034,6 +1114,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">21</askboardplt:portNumber>
|
||||
@ -1051,6 +1135,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">22</askboardplt:portNumber>
|
||||
@ -1068,6 +1156,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">23</askboardplt:portNumber>
|
||||
@ -1085,6 +1177,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">0</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">24</askboardplt:portNumber>
|
||||
@ -1102,6 +1198,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">25</askboardplt:portNumber>
|
||||
@ -1119,6 +1219,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">26</askboardplt:portNumber>
|
||||
@ -1136,6 +1240,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">27</askboardplt:portNumber>
|
||||
@ -1153,6 +1261,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">28</askboardplt:portNumber>
|
||||
@ -1170,6 +1282,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">29</askboardplt:portNumber>
|
||||
@ -1187,6 +1303,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">30</askboardplt:portNumber>
|
||||
@ -1204,6 +1324,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">31</askboardplt:portNumber>
|
||||
@ -1221,6 +1345,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">32</askboardplt:portNumber>
|
||||
@ -1238,6 +1366,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">33</askboardplt:portNumber>
|
||||
@ -1255,6 +1387,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">34</askboardplt:portNumber>
|
||||
@ -1272,6 +1408,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">35</askboardplt:portNumber>
|
||||
@ -1289,6 +1429,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">36</askboardplt:portNumber>
|
||||
@ -1306,6 +1450,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">37</askboardplt:portNumber>
|
||||
@ -1323,6 +1471,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">38</askboardplt:portNumber>
|
||||
@ -1340,6 +1492,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">39</askboardplt:portNumber>
|
||||
@ -1357,6 +1513,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">40</askboardplt:portNumber>
|
||||
@ -1374,6 +1534,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">41</askboardplt:portNumber>
|
||||
@ -1391,6 +1555,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">42</askboardplt:portNumber>
|
||||
@ -1408,6 +1576,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">43</askboardplt:portNumber>
|
||||
@ -1425,6 +1597,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">44</askboardplt:portNumber>
|
||||
@ -1442,6 +1618,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">45</askboardplt:portNumber>
|
||||
@ -1459,6 +1639,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">46</askboardplt:portNumber>
|
||||
@ -1476,6 +1660,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">47</askboardplt:portNumber>
|
||||
@ -1493,6 +1681,10 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:smiItf askboardplt:type="phy-smi-interface-type">1</askboardplt:smiItf>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">63</askboardplt:ledPosition>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">48</askboardplt:portNumber>
|
||||
@ -1507,6 +1699,14 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:phyType askboardplt:type="phy-type">NA</askboardplt:phyType>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">0</askboardplt:ledPosition>
|
||||
<askboardplt:polarityInvertList-list>
|
||||
<askboardplt:polarityClassNum askboardplt:type="led-class-num-type">2</askboardplt:polarityClassNum>
|
||||
<askboardplt:invertEnable askboardplt:type="boolean-type">false</askboardplt:invertEnable>
|
||||
</askboardplt:polarityInvertList-list>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">49</askboardplt:portNumber>
|
||||
@ -1521,6 +1721,14 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:phyType askboardplt:type="phy-type">NA</askboardplt:phyType>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">1</askboardplt:ledPosition>
|
||||
<askboardplt:polarityInvertList-list>
|
||||
<askboardplt:polarityClassNum askboardplt:type="led-class-num-type">2</askboardplt:polarityClassNum>
|
||||
<askboardplt:invertEnable askboardplt:type="boolean-type">false</askboardplt:invertEnable>
|
||||
</askboardplt:polarityInvertList-list>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">50</askboardplt:portNumber>
|
||||
@ -1535,6 +1743,14 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:phyType askboardplt:type="phy-type">NA</askboardplt:phyType>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">0</askboardplt:ledPosition>
|
||||
<askboardplt:polarityInvertList-list>
|
||||
<askboardplt:polarityClassNum askboardplt:type="led-class-num-type">2</askboardplt:polarityClassNum>
|
||||
<askboardplt:invertEnable askboardplt:type="boolean-type">false</askboardplt:invertEnable>
|
||||
</askboardplt:polarityInvertList-list>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">51</askboardplt:portNumber>
|
||||
@ -1549,6 +1765,14 @@ lowercase characters.</askboardplt:description>
|
||||
<askboardplt:phyType askboardplt:type="phy-type">NA</askboardplt:phyType>
|
||||
</askboardplt:phy>
|
||||
<askboardplt:serdesMuxScheme askboardplt:type="string"/>
|
||||
<askboardplt:ledstream-port>
|
||||
<askboardplt:ledPosition askboardplt:type="led-position-type">1</askboardplt:ledPosition>
|
||||
<askboardplt:polarityInvertList-list>
|
||||
<askboardplt:polarityClassNum askboardplt:type="led-class-num-type">2</askboardplt:polarityClassNum>
|
||||
<askboardplt:invertEnable askboardplt:type="boolean-type">false</askboardplt:invertEnable>
|
||||
</askboardplt:polarityInvertList-list>
|
||||
<askboardplt:portForceDataSupported askboardplt:type="boolean-type">false</askboardplt:portForceDataSupported>
|
||||
</askboardplt:ledstream-port>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:portMap-list>
|
||||
<askboardplt:portNumber askboardplt:type="physical-port-num-type">60</askboardplt:portNumber>
|
||||
@ -1570,6 +1794,157 @@ lowercase characters.</askboardplt:description>
|
||||
</askboardplt:TXQueue>
|
||||
<askboardplt:portCscd askboardplt:type="port-cscd-type">NETWORK</askboardplt:portCscd>
|
||||
</askboardplt:portMap-list>
|
||||
<askboardplt:laneList-list>
|
||||
<askboardplt:laneNumber askboardplt:type="uint32">0</askboardplt:laneNumber>
|
||||
<askboardplt:invertTx askboardplt:type="boolean-type">false</askboardplt:invertTx>
|
||||
<askboardplt:invertRx askboardplt:type="boolean-type">false</askboardplt:invertRx>
|
||||
</askboardplt:laneList-list>
|
||||
<askboardplt:laneList-list>
|
||||
<askboardplt:laneNumber askboardplt:type="uint32">1</askboardplt:laneNumber>
|
||||
<askboardplt:invertTx askboardplt:type="boolean-type">false</askboardplt:invertTx>
|
||||
<askboardplt:invertRx askboardplt:type="boolean-type">false</askboardplt:invertRx>
|
||||
</askboardplt:laneList-list>
|
||||
<askboardplt:laneList-list>
|
||||
<askboardplt:laneNumber askboardplt:type="uint32">2</askboardplt:laneNumber>
|
||||
<askboardplt:invertTx askboardplt:type="boolean-type">false</askboardplt:invertTx>
|
||||
<askboardplt:invertRx askboardplt:type="boolean-type">false</askboardplt:invertRx>
|
||||
</askboardplt:laneList-list>
|
||||
<askboardplt:laneList-list>
|
||||
<askboardplt:laneNumber askboardplt:type="uint32">3</askboardplt:laneNumber>
|
||||
<askboardplt:invertTx askboardplt:type="boolean-type">false</askboardplt:invertTx>
|
||||
<askboardplt:invertRx askboardplt:type="boolean-type">false</askboardplt:invertRx>
|
||||
</askboardplt:laneList-list>
|
||||
<askboardplt:laneList-list>
|
||||
<askboardplt:laneNumber askboardplt:type="uint32">4</askboardplt:laneNumber>
|
||||
<askboardplt:invertTx askboardplt:type="boolean-type">false</askboardplt:invertTx>
|
||||
<askboardplt:invertRx askboardplt:type="boolean-type">false</askboardplt:invertRx>
|
||||
</askboardplt:laneList-list>
|
||||
<askboardplt:laneList-list>
|
||||
<askboardplt:laneNumber askboardplt:type="uint32">5</askboardplt:laneNumber>
|
||||
<askboardplt:invertTx askboardplt:type="boolean-type">false</askboardplt:invertTx>
|
||||
<askboardplt:invertRx askboardplt:type="boolean-type">false</askboardplt:invertRx>
|
||||
</askboardplt:laneList-list>
|
||||
<askboardplt:laneList-list>
|
||||
<askboardplt:laneNumber askboardplt:type="uint32">6</askboardplt:laneNumber>
|
||||
<askboardplt:invertTx askboardplt:type="boolean-type">true</askboardplt:invertTx>
|
||||
<askboardplt:invertRx askboardplt:type="boolean-type">false</askboardplt:invertRx>
|
||||
</askboardplt:laneList-list>
|
||||
<askboardplt:laneList-list>
|
||||
<askboardplt:laneNumber askboardplt:type="uint32">7</askboardplt:laneNumber>
|
||||
<askboardplt:invertTx askboardplt:type="boolean-type">false</askboardplt:invertTx>
|
||||
<askboardplt:invertRx askboardplt:type="boolean-type">false</askboardplt:invertRx>
|
||||
</askboardplt:laneList-list>
|
||||
<askboardplt:laneList-list>
|
||||
<askboardplt:laneNumber askboardplt:type="uint32">8</askboardplt:laneNumber>
|
||||
<askboardplt:invertTx askboardplt:type="boolean-type">true</askboardplt:invertTx>
|
||||
<askboardplt:invertRx askboardplt:type="boolean-type">false</askboardplt:invertRx>
|
||||
</askboardplt:laneList-list>
|
||||
<askboardplt:laneList-list>
|
||||
<askboardplt:laneNumber askboardplt:type="uint32">9</askboardplt:laneNumber>
|
||||
<askboardplt:invertTx askboardplt:type="boolean-type">false</askboardplt:invertTx>
|
||||
<askboardplt:invertRx askboardplt:type="boolean-type">false</askboardplt:invertRx>
|
||||
</askboardplt:laneList-list>
|
||||
<askboardplt:laneList-list>
|
||||
<askboardplt:laneNumber askboardplt:type="uint32">10</askboardplt:laneNumber>
|
||||
<askboardplt:invertTx askboardplt:type="boolean-type">false</askboardplt:invertTx>
|
||||
<askboardplt:invertRx askboardplt:type="boolean-type">false</askboardplt:invertRx>
|
||||
</askboardplt:laneList-list>
|
||||
<askboardplt:laneList-list>
|
||||
<askboardplt:laneNumber askboardplt:type="uint32">11</askboardplt:laneNumber>
|
||||
<askboardplt:invertTx askboardplt:type="boolean-type">false</askboardplt:invertTx>
|
||||
<askboardplt:invertRx askboardplt:type="boolean-type">false</askboardplt:invertRx>
|
||||
</askboardplt:laneList-list>
|
||||
<askboardplt:Ledstream-interface-list>
|
||||
<askboardplt:ledstream-interface-number askboardplt:type="led-interface-type">0</askboardplt:ledstream-interface-number>
|
||||
<askboardplt:ledstream-configSet>
|
||||
<askboardplt:ledOrganize askboardplt:type="led-stream-order-mode-type">ORDER_MODE_BY_PORT</askboardplt:ledOrganize>
|
||||
<askboardplt:blink0DutyCycle askboardplt:type="led-stream-blink-duty-cycle-type">BLINK_DUTY_CYCLE_1</askboardplt:blink0DutyCycle>
|
||||
<askboardplt:blink0Duration askboardplt:type="led-stream-blink-duration-type">BLINK_DURATION_2</askboardplt:blink0Duration>
|
||||
<askboardplt:blink1DutyCycle askboardplt:type="led-stream-blink-duty-cycle-type">BLINK_DUTY_CYCLE_1</askboardplt:blink1DutyCycle>
|
||||
<askboardplt:blink1Duration askboardplt:type="led-stream-blink-duration-type">BLINK_DURATION_2</askboardplt:blink1Duration>
|
||||
<askboardplt:pulseStretch askboardplt:type="led-stream-pulse-stretch-type">PULSE_STRETCH_1</askboardplt:pulseStretch>
|
||||
<askboardplt:invertEnable askboardplt:type="boolean-type">false</askboardplt:invertEnable>
|
||||
<askboardplt:SIP6ledClockFrequency askboardplt:type="led-stream-clock-frequency-type">1627</askboardplt:SIP6ledClockFrequency>
|
||||
<askboardplt:ledClockPosEdgeModeEnable askboardplt:type="boolean-type">true</askboardplt:ledClockPosEdgeModeEnable>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">1</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">2</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">3</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">4</askboardplt:ledUnit>
|
||||
<askboardplt:ledStart askboardplt:type="uint32">0</askboardplt:ledStart>
|
||||
<askboardplt:ledEnd askboardplt:type="uint32">15</askboardplt:ledEnd>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">false</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">5</askboardplt:ledUnit>
|
||||
<askboardplt:ledStart askboardplt:type="uint32">0</askboardplt:ledStart>
|
||||
<askboardplt:ledEnd askboardplt:type="uint32">15</askboardplt:ledEnd>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">false</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">6</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">7</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">8</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">9</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">10</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">11</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">12</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">13</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">14</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">15</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit-List>
|
||||
<askboardplt:ledUnit askboardplt:type="led-unit-type">16</askboardplt:ledUnit>
|
||||
<askboardplt:ledChainBypass askboardplt:type="boolean-type">true</askboardplt:ledChainBypass>
|
||||
</askboardplt:ledUnit-List>
|
||||
</askboardplt:ledstream-configSet>
|
||||
<askboardplt:ledstream-class-manipulation-list>
|
||||
<askboardplt:classNum askboardplt:type="led-class-num-type">2</askboardplt:classNum>
|
||||
<askboardplt:portType askboardplt:type="led-stream-port-type">PORT_TYPE_XG</askboardplt:portType>
|
||||
<askboardplt:blinkEnable askboardplt:type="boolean-type">true</askboardplt:blinkEnable>
|
||||
<askboardplt:blinkSelect askboardplt:type="led-stream-blink-select-type">BLINK_SELECT_1</askboardplt:blinkSelect>
|
||||
<askboardplt:forceEnable askboardplt:type="boolean-type">false</askboardplt:forceEnable>
|
||||
<askboardplt:pulseStretchEnable askboardplt:type="boolean-type">false</askboardplt:pulseStretchEnable>
|
||||
<askboardplt:disableOnLinkDown askboardplt:type="boolean-type">true</askboardplt:disableOnLinkDown>
|
||||
</askboardplt:ledstream-class-manipulation-list>
|
||||
</askboardplt:Ledstream-interface-list>
|
||||
</askboardplt:device-list>
|
||||
<askboardplt:UDSFilePath askboardplt:type="std-string">.</askboardplt:UDSFilePath>
|
||||
<askboardplt:serdesMux>
|
||||
|
@ -1 +1 @@
|
||||
6d7161d3d4fdf922d5f26243642d8110
|
||||
8d006b7a29c75f81b641df68102a6aa3
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" version="2023-01-23-1.03" profile="Askl1" dsig="md5">
|
||||
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" version="2023-05-05-1.04" profile="Askl1" dsig="md5">
|
||||
<ASKL1plt:ASK-L1 xmlns:ASKL1plt="urn:marvell:ASKL1:yang">
|
||||
<ASKL1plt:typedefs>
|
||||
<ASKL1plt:typedef>
|
||||
|
@ -1 +1 @@
|
||||
75737f56687883d181ea3da8d1c24da6
|
||||
b42f2a2be9da6c7752c0807f9dee48bf
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" version="2023-01-23-1.03" profile="Askpp" dsig="md5">
|
||||
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" version="2023-05-05-1.04" profile="Askpp" dsig="md5">
|
||||
<askppplt:ASK-PP xmlns:askppplt="urn:marvell:askpp:yang">
|
||||
<askppplt:typedefs>
|
||||
<askppplt:typedef>
|
||||
|
@ -1 +1 @@
|
||||
ac4217e114fbd773ddbc6e0053948000
|
||||
b43a871130f9e59ac21a74940574558f
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" version="2023-01-23-1.03" profile="SAI" dsig="md5">
|
||||
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" version="2023-05-05-1.04" profile="SAI" dsig="md5">
|
||||
<SAIplt:SAI xmlns:SAIplt="urn:marvell:SAI:yang">
|
||||
<SAIplt:typedefs>
|
||||
<SAIplt:typedef>
|
||||
|
@ -11,28 +11,46 @@
|
||||
],
|
||||
"fans": [
|
||||
{
|
||||
"name": "Fan1"
|
||||
"name": "Fan1",
|
||||
"status_led": {
|
||||
"controllable": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Fan2"
|
||||
"name": "Fan2",
|
||||
"status_led": {
|
||||
"controllable": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"fan_drawers": [
|
||||
{
|
||||
"name": "drawer1",
|
||||
"status_led": {
|
||||
"controllable": false
|
||||
},
|
||||
"max_consumed_power": false,
|
||||
"fans": [
|
||||
{
|
||||
"name": "Fan1"
|
||||
"name": "Fan1",
|
||||
"status_led": {
|
||||
"controllable": false
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "drawer2",
|
||||
"status_led": {
|
||||
"controllable": false
|
||||
},
|
||||
"max_consumed_power": false,
|
||||
"fans": [
|
||||
{
|
||||
"name": "Fan2"
|
||||
"name": "Fan2",
|
||||
"status_led": {
|
||||
"controllable": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -40,6 +58,9 @@
|
||||
"psus": [
|
||||
{
|
||||
"name": "PSU1",
|
||||
"status_led": {
|
||||
"controllable": false
|
||||
},
|
||||
"current": false,
|
||||
"power": false,
|
||||
"max_power": false,
|
||||
@ -49,6 +70,9 @@
|
||||
},
|
||||
{
|
||||
"name": "PSU2",
|
||||
"status_led": {
|
||||
"controllable": false
|
||||
},
|
||||
"current": false,
|
||||
"power": false,
|
||||
"max_power": false,
|
||||
@ -73,12 +97,18 @@
|
||||
"high-crit-threshold": false
|
||||
},
|
||||
{
|
||||
"name": "CPU Core",
|
||||
"name": "AC5X CORE",
|
||||
"controllable": false,
|
||||
"low-threshold": false,
|
||||
"low-crit-threshold": false,
|
||||
"high-crit-threshold": false
|
||||
},
|
||||
{
|
||||
"name": "OOB PHY",
|
||||
"controllable": false,
|
||||
"low-threshold": false,
|
||||
"high-threshold": false,
|
||||
"low-crit-threshold": false,
|
||||
"high-crit-threshold": false
|
||||
"low-crit-threshold": false
|
||||
}
|
||||
],
|
||||
"sfps": [
|
||||
@ -227,16 +257,16 @@
|
||||
"name": "Ethernet47"
|
||||
},
|
||||
{
|
||||
"name": "Ethernet48"
|
||||
"name": "SFP48"
|
||||
},
|
||||
{
|
||||
"name": "Ethernet49"
|
||||
"name": "SFP49"
|
||||
},
|
||||
{
|
||||
"name": "Ethernet50"
|
||||
"name": "SFP50"
|
||||
},
|
||||
{
|
||||
"name": "Ethernet51"
|
||||
"name": "SFP51"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
0
device/nokia/arm64-nokia_ixs7215_52xb-r0/platform_reboot
Executable file → Normal file
0
device/nokia/arm64-nokia_ixs7215_52xb-r0/platform_reboot
Executable file → Normal file
119
device/nokia/arm64-nokia_ixs7215_52xb-r0/plugins/led_control.py
Normal file
119
device/nokia/arm64-nokia_ixs7215_52xb-r0/plugins/led_control.py
Normal file
@ -0,0 +1,119 @@
|
||||
#
|
||||
# led_control.py
|
||||
#
|
||||
# Platform-specific LED control functionality for SONiC
|
||||
#
|
||||
|
||||
try:
|
||||
from sonic_led.led_control_base import LedControlBase
|
||||
import os
|
||||
import time
|
||||
import syslog
|
||||
import sonic_platform.platform
|
||||
import sonic_platform.chassis
|
||||
except ImportError as e:
|
||||
raise ImportError(str(e) + " - required module not found")
|
||||
|
||||
CPLD_DIR = "/sys/bus/i2c/devices/0-0041/"
|
||||
|
||||
def DBG_PRINT(str):
|
||||
syslog.openlog("nokia-led")
|
||||
syslog.syslog(syslog.LOG_INFO, str)
|
||||
syslog.closelog()
|
||||
|
||||
|
||||
class LedControl(LedControlBase):
|
||||
"""Platform specific LED control class"""
|
||||
|
||||
# Constructor
|
||||
def __init__(self):
|
||||
self.chassis = sonic_platform.platform.Platform().get_chassis()
|
||||
self._initDefaultConfig()
|
||||
|
||||
def _initDefaultConfig(self):
|
||||
# The fan tray leds and system led managed by new chassis class API
|
||||
# leaving only a couple other front panel leds to be done old style
|
||||
DBG_PRINT("starting system leds")
|
||||
self._initSystemLed()
|
||||
DBG_PRINT(" led done")
|
||||
|
||||
def _read_sysfs_file(self, sysfs_file):
|
||||
# On successful read, returns the value read from given
|
||||
# reg_name and on failure returns 'ERR'
|
||||
rv = 'ERR'
|
||||
|
||||
if (not os.path.isfile(sysfs_file)):
|
||||
return rv
|
||||
try:
|
||||
with open(sysfs_file, 'r') as fd:
|
||||
rv = fd.read()
|
||||
except Exception as e:
|
||||
rv = 'ERR'
|
||||
|
||||
rv = rv.rstrip('\r\n')
|
||||
rv = rv.lstrip(" ")
|
||||
return rv
|
||||
|
||||
def _write_sysfs_file(self, sysfs_file, value):
|
||||
# On successful write, the value read will be written on
|
||||
# reg_name and on failure returns 'ERR'
|
||||
rv = 'ERR'
|
||||
|
||||
if (not os.path.isfile(sysfs_file)):
|
||||
return rv
|
||||
try:
|
||||
with open(sysfs_file, 'w') as fd:
|
||||
rv = fd.write(str(value))
|
||||
except Exception as e:
|
||||
rv = 'ERR'
|
||||
|
||||
return rv
|
||||
|
||||
def _initSystemLed(self):
|
||||
# Front Panel System LEDs setting
|
||||
oldfan = 0xf # 0=amber, 1=green
|
||||
oldpsu = 0xf # 0=amber, 1=green
|
||||
|
||||
# Write sys led
|
||||
status = self._write_sysfs_file(CPLD_DIR+"system_led", "green")
|
||||
if status == "ERR":
|
||||
DBG_PRINT(" System LED NOT set correctly")
|
||||
else:
|
||||
DBG_PRINT(" System LED set O.K. ")
|
||||
|
||||
# Timer loop to monitor and set front panel Status, Fan, and PSU LEDs
|
||||
while True:
|
||||
# Front Panel FAN Panel LED setting
|
||||
if (self.chassis.get_fan(0).get_status() == self.chassis.get_fan(1).get_status() == True):
|
||||
if (os.path.isfile(CPLD_DIR+"fan_led")):
|
||||
if oldfan != 0x1:
|
||||
self._write_sysfs_file(CPLD_DIR+"fan_led", "green")
|
||||
oldfan = 0x1
|
||||
else:
|
||||
oldfan = 0xf
|
||||
else:
|
||||
if (os.path.isfile(CPLD_DIR+"fan_led")):
|
||||
if oldfan != 0x0:
|
||||
self._write_sysfs_file(CPLD_DIR+"fan_led", "amber")
|
||||
oldfan = 0x0
|
||||
else:
|
||||
oldfan = 0xf
|
||||
|
||||
# Front Panel PSU Panel LED setting
|
||||
if (self.chassis.get_psu(0).get_status() == self.chassis.get_psu(1).get_status() == True):
|
||||
if (os.path.isfile(CPLD_DIR+"psu_led")):
|
||||
if oldpsu != 0x1:
|
||||
self._write_sysfs_file(CPLD_DIR+"psu_led", "green")
|
||||
oldpsu = 0x1
|
||||
else:
|
||||
oldpsu = 0xf
|
||||
else:
|
||||
if (os.path.isfile(CPLD_DIR+"psu_led")):
|
||||
if oldpsu != 0x0:
|
||||
status = self._write_sysfs_file(CPLD_DIR+"psu_led", "amber")
|
||||
oldpsu = 0x0
|
||||
else:
|
||||
oldpsu = 0xf
|
||||
|
||||
time.sleep(6)
|
||||
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"skip_pcied": true
|
||||
}
|
@ -43,7 +43,9 @@
|
||||
"actions": [
|
||||
{
|
||||
"type": "thermal.temp_check_and_set_all_fan_speed",
|
||||
"default_speed": "50",
|
||||
"default_speed": "25",
|
||||
"threshold1_speed": "40",
|
||||
"threshold2_speed": "75",
|
||||
"hightemp_speed": "100"
|
||||
}
|
||||
]
|
||||
|
@ -1 +1,2 @@
|
||||
VAR_LOG_SIZE=4096
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="logs_inram=on"
|
||||
|
@ -1,12 +1,17 @@
|
||||
# PG lossless profiles.
|
||||
# speed cable size xon xoff threshold xon_offset
|
||||
# speed cable size xon xoff threshold xon_offset
|
||||
40000 300m 1280 2560 69632 0 1280
|
||||
100000 300m 1280 2560 110592 0 1280
|
||||
400000 300m 1280 2560 315392 0 1280
|
||||
40000 1000m 1280 2560 114688 0 1280
|
||||
100000 1000m 1280 2560 225280 0 1280
|
||||
400000 1000m 1280 2560 778240 0 1280
|
||||
40000 2000m 1280 2560 184320 0 1280
|
||||
100000 2000m 1280 2560 393216 0 1280
|
||||
400000 2000m 1280 2560 1445888 0 1280
|
||||
100000 80000m 1280 2560 1388544 0 1280
|
||||
400000 80000m 1280 2560 5435392 0 1280
|
||||
100000 120000m 1280 2560 2056192 0 1280
|
||||
400000 120000m 1280 2560 8093696 0 1280
|
||||
40000 80000m 1280 2560 5369856 0 1280
|
||||
100000 80000m 1280 2560 13357056 0 1280
|
||||
400000 80000m 1280 2560 53305344 0 1280
|
||||
40000 120000m 1280 2560 8028160 0 1280
|
||||
100000 120000m 1280 2560 20004864 0 1280
|
||||
400000 120000m 1280 2560 79900672 0 1280
|
||||
|
@ -1,12 +1,17 @@
|
||||
# PG lossless profiles.
|
||||
# speed cable size xon xoff threshold xon_offset
|
||||
# speed cable size xon xoff threshold xon_offset
|
||||
40000 300m 1280 2560 69632 0 1280
|
||||
100000 300m 1280 2560 110592 0 1280
|
||||
400000 300m 1280 2560 315392 0 1280
|
||||
40000 1000m 1280 2560 114688 0 1280
|
||||
100000 1000m 1280 2560 225280 0 1280
|
||||
400000 1000m 1280 2560 778240 0 1280
|
||||
40000 2000m 1280 2560 184320 0 1280
|
||||
100000 2000m 1280 2560 393216 0 1280
|
||||
400000 2000m 1280 2560 1445888 0 1280
|
||||
100000 80000m 1280 2560 1388544 0 1280
|
||||
400000 80000m 1280 2560 5435392 0 1280
|
||||
100000 120000m 1280 2560 2056192 0 1280
|
||||
400000 120000m 1280 2560 8093696 0 1280
|
||||
40000 80000m 1280 2560 5369856 0 1280
|
||||
100000 80000m 1280 2560 13357056 0 1280
|
||||
400000 80000m 1280 2560 53305344 0 1280
|
||||
40000 120000m 1280 2560 8028160 0 1280
|
||||
100000 120000m 1280 2560 20004864 0 1280
|
||||
400000 120000m 1280 2560 79900672 0 1280
|
||||
|
@ -14,7 +14,7 @@
|
||||
},
|
||||
{
|
||||
"key": "monitor_action",
|
||||
"stringval": "reboot"
|
||||
"stringval": "warn"
|
||||
},
|
||||
{
|
||||
"key": "grpc_thermal_monitor",
|
||||
@ -42,7 +42,7 @@
|
||||
},
|
||||
{
|
||||
"key": "sonic_log_level",
|
||||
"stringval": "error"
|
||||
"stringval": "debug"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,23 +1,24 @@
|
||||
#!/bin/bash
|
||||
|
||||
update_reboot_cause_for_supervisor_reboot()
|
||||
update_reboot_cause()
|
||||
{
|
||||
DEVICE_MGR_REBOOT_FILE=/tmp/device_mgr_reboot
|
||||
REBOOT_CAUSE_FILE=/host/reboot-cause/reboot-cause.txt
|
||||
TMP_REBOOT_CAUSE_FILE=/tmp/tmp-reboot-cause.txt
|
||||
if [ -f $DEVICE_MGR_REBOOT_FILE ]; then
|
||||
if [ -f $REBOOT_CAUSE_FILE ]; then
|
||||
t1=`sudo grep "User: ," $REBOOT_CAUSE_FILE`
|
||||
if [ ! -z "$t1" ]; then
|
||||
echo $t1 | sed 's/reboot/reboot from Supervisor/g' | sed 's/User: /User: admin/g' > $TMP_REBOOT_CAUSE_FILE
|
||||
cp $TMP_REBOOT_CAUSE_FILE $REBOOT_CAUSE_FILE
|
||||
fi
|
||||
DEVICE_REBOOT_CAUSE_FILE=/etc/opt/srlinux/reboot-cause.txt
|
||||
if [ -e $DEVICE_MGR_REBOOT_FILE ]; then
|
||||
if [ -e $DEVICE_REBOOT_CAUSE_FILE ]; then
|
||||
cp -f $DEVICE_REBOOT_CAUSE_FILE $REBOOT_CAUSE_FILE
|
||||
fi
|
||||
rm -f $DEVICE_MGR_REBOOT_FILE
|
||||
else
|
||||
touch /etc/opt/srlinux/devmgr_reboot_cause.done
|
||||
rm -f $DEVICE_REBOOT_CAUSE_FILE &> /dev/null
|
||||
fi
|
||||
sync
|
||||
}
|
||||
|
||||
# update the reboot_cuase file when reboot is trigger by device-mgr
|
||||
update_reboot_cause_for_supervisor_reboot
|
||||
update_reboot_cause
|
||||
|
||||
systemctl stop nokia-watchdog.service
|
||||
sleep 2
|
||||
@ -25,7 +26,5 @@ echo "w" > /dev/watchdog
|
||||
kick_date=`date -u`
|
||||
echo "last watchdog kick $kick_date" > /var/log/nokia-watchdog-last.log
|
||||
rm -f /sys/firmware/efi/efivars/dump-*
|
||||
touch /etc/opt/srlinux/devmgr_reboot_cause.done
|
||||
rm -f /etc/opt/srlinux/reboot-cause.txt
|
||||
sync
|
||||
exec /sbin/reboot $@
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user