[devices]: DellEMC Z9264f_50gProfile: Added support for 50G T0 profile (#3418)
* Z9264f_50gProfile: Added support for 50g profile
This commit is contained in:
parent
a2cd26a2e1
commit
ac1d2c1023
@ -0,0 +1,2 @@
|
|||||||
|
{%- set default_topo = 't0' %}
|
||||||
|
{%- include 'buffers_config.j2' %}
|
@ -0,0 +1,54 @@
|
|||||||
|
{%- set default_cable = '5m' %}
|
||||||
|
|
||||||
|
{%- macro generate_port_lists(PORT_ALL) %}
|
||||||
|
{# Generate list of ports #}
|
||||||
|
{%- for port_idx in range(0,12) %}
|
||||||
|
{%- if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{%- endif %}
|
||||||
|
{%- if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 2)) %}{%- endif %}
|
||||||
|
{%- endfor %}
|
||||||
|
{%- for port_idx in range(20,64) %}
|
||||||
|
{%- if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{%- endif %}
|
||||||
|
{%- if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 2)) %}{%- endif %}
|
||||||
|
{%- endfor %}
|
||||||
|
{%- for port_idx in range(12,20) %}
|
||||||
|
{%- if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{%- endif %}
|
||||||
|
{%- endfor %}
|
||||||
|
{%- endmacro %}
|
||||||
|
|
||||||
|
{%- macro generate_buffer_pool_and_profiles() %}
|
||||||
|
"BUFFER_POOL": {
|
||||||
|
"ingress_lossless_pool": {
|
||||||
|
"size": "33096128",
|
||||||
|
"type": "ingress",
|
||||||
|
"mode": "dynamic",
|
||||||
|
"xoff": "9098752"
|
||||||
|
},
|
||||||
|
"egress_lossy_pool": {
|
||||||
|
"size": "28132416",
|
||||||
|
"type": "egress",
|
||||||
|
"mode": "dynamic"
|
||||||
|
},
|
||||||
|
"egress_lossless_pool": {
|
||||||
|
"size": "43108416",
|
||||||
|
"type": "egress",
|
||||||
|
"mode": "static"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"BUFFER_PROFILE": {
|
||||||
|
"ingress_lossy_profile": {
|
||||||
|
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
|
||||||
|
"size":"0",
|
||||||
|
"dynamic_th":"3"
|
||||||
|
},
|
||||||
|
"egress_lossless_profile": {
|
||||||
|
"pool":"[BUFFER_POOL|egress_lossless_pool]",
|
||||||
|
"size":"1518",
|
||||||
|
"static_th":"10777104"
|
||||||
|
},
|
||||||
|
"egress_lossy_profile": {
|
||||||
|
"pool":"[BUFFER_POOL|egress_lossy_pool]",
|
||||||
|
"size":"1518",
|
||||||
|
"dynamic_th":"3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{%- endmacro %}
|
@ -0,0 +1,111 @@
|
|||||||
|
# LED microprocessor initialization for DellEMC-Z9264f
|
||||||
|
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_0_3 REMAP_PORT_3=32 REMAP_PORT_2=33 REMAP_PORT_1=34 REMAP_PORT_0=35
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_4_7 REMAP_PORT_7=36 REMAP_PORT_6=37 REMAP_PORT_5=38 REMAP_PORT_4=39
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_8_11 REMAP_PORT_11=4 REMAP_PORT_10=5 REMAP_PORT_9=6 REMAP_PORT_8=7
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_12_15 REMAP_PORT_15=0 REMAP_PORT_14=1 REMAP_PORT_13=2 REMAP_PORT_12=3
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_16_19 REMAP_PORT_19=56 REMAP_PORT_18=57 REMAP_PORT_17=58 REMAP_PORT_16=59
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_20_23 REMAP_PORT_23=60 REMAP_PORT_22=61 REMAP_PORT_21=62 REMAP_PORT_20=63
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_24_27 REMAP_PORT_27=28 REMAP_PORT_26=29 REMAP_PORT_25=30 REMAP_PORT_24=31
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_28_31 REMAP_PORT_31=24 REMAP_PORT_30=25 REMAP_PORT_29=26 REMAP_PORT_28=27
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_32_35 REMAP_PORT_35=48 REMAP_PORT_34=49 REMAP_PORT_33=50 REMAP_PORT_32=51
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_36_39 REMAP_PORT_39=52 REMAP_PORT_38=53 REMAP_PORT_37=54 REMAP_PORT_36=55
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_40_43 REMAP_PORT_43=20 REMAP_PORT_42=21 REMAP_PORT_41=22 REMAP_PORT_40=23
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_44_47 REMAP_PORT_47=16 REMAP_PORT_46=17 REMAP_PORT_45=18 REMAP_PORT_44=19
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_48_51 REMAP_PORT_51=40 REMAP_PORT_50=41 REMAP_PORT_49=42 REMAP_PORT_48=43
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_52_55 REMAP_PORT_55=44 REMAP_PORT_54=45 REMAP_PORT_53=46 REMAP_PORT_52=47
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_56_59 REMAP_PORT_59=12 REMAP_PORT_58=13 REMAP_PORT_57=14 REMAP_PORT_56=15
|
||||||
|
m CMIC_LEDUP0_PORT_ORDER_REMAP_60_63 REMAP_PORT_63=8 REMAP_PORT_62=9 REMAP_PORT_61=10 REMAP_PORT_60=11
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_0_3 REMAP_PORT_3=0 REMAP_PORT_2=1 REMAP_PORT_1=2 REMAP_PORT_0=3
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_4_7 REMAP_PORT_7=4 REMAP_PORT_6=5 REMAP_PORT_5=6 REMAP_PORT_4=7
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_8_11 REMAP_PORT_9=38 REMAP_PORT_8=39 REMAP_PORT_11=36 REMAP_PORT_10=37
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_12_15 REMAP_PORT_15=32 REMAP_PORT_14=33 REMAP_PORT_13=34 REMAP_PORT_12=35
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_16_19 REMAP_PORT_19=8 REMAP_PORT_18=9 REMAP_PORT_17=10 REMAP_PORT_16=11
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_20_23 REMAP_PORT_23=12 REMAP_PORT_22=13 REMAP_PORT_21=14 REMAP_PORT_20=15
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_24_27 REMAP_PORT_27=44 REMAP_PORT_26=45 REMAP_PORT_25=46 REMAP_PORT_24=47
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_28_31 REMAP_PORT_31=40 REMAP_PORT_30=41 REMAP_PORT_29=42 REMAP_PORT_28=43
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_32_35 REMAP_PORT_35=16 REMAP_PORT_34=17 REMAP_PORT_33=18 REMAP_PORT_32=19
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_36_39 REMAP_PORT_39=20 REMAP_PORT_38=21 REMAP_PORT_37=22 REMAP_PORT_36=23
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_40_43 REMAP_PORT_43=52 REMAP_PORT_42=53 REMAP_PORT_41=54 REMAP_PORT_40=55
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_44_47 REMAP_PORT_47=48 REMAP_PORT_46=49 REMAP_PORT_45=50 REMAP_PORT_44=51
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_48_51 REMAP_PORT_51=24 REMAP_PORT_50=25 REMAP_PORT_49=26 REMAP_PORT_48=27
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_52_55 REMAP_PORT_55=28 REMAP_PORT_54=29 REMAP_PORT_53=30 REMAP_PORT_52=31
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_56_59 REMAP_PORT_59=60 REMAP_PORT_58=61 REMAP_PORT_57=62 REMAP_PORT_56=63
|
||||||
|
m CMIC_LEDUP1_PORT_ORDER_REMAP_60_63 REMAP_PORT_63=56 REMAP_PORT_62=57 REMAP_PORT_61=58 REMAP_PORT_60=59
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_0_3 REMAP_PORT_3=60 REMAP_PORT_2=61 REMAP_PORT_1=62 REMAP_PORT_0=63
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_4_7 REMAP_PORT_7=56 REMAP_PORT_6=57 REMAP_PORT_5=58 REMAP_PORT_4=59
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_8_11 REMAP_PORT_11=24 REMAP_PORT_10=25 REMAP_PORT_9=26 REMAP_PORT_8=27
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_12_15 REMAP_PORT_15=28 REMAP_PORT_14=29 REMAP_PORT_13=30 REMAP_PORT_12=31
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_16_19 REMAP_PORT_19=52 REMAP_PORT_18=53 REMAP_PORT_17=54 REMAP_PORT_16=55
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_20_23 REMAP_PORT_23=48 REMAP_PORT_22=49 REMAP_PORT_21=50 REMAP_PORT_20=51
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_24_27 REMAP_PORT_27=16 REMAP_PORT_26=17 REMAP_PORT_25=18 REMAP_PORT_24=19
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_28_31 REMAP_PORT_31=20 REMAP_PORT_30=21 REMAP_PORT_29=22 REMAP_PORT_28=23
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_32_35 REMAP_PORT_35=44 REMAP_PORT_34=45 REMAP_PORT_33=46 REMAP_PORT_32=47
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_36_39 REMAP_PORT_39=40 REMAP_PORT_38=41 REMAP_PORT_37=42 REMAP_PORT_36=43
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_40_43 REMAP_PORT_43=8 REMAP_PORT_42=9 REMAP_PORT_41=10 REMAP_PORT_40=11
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_44_47 REMAP_PORT_47=12 REMAP_PORT_46=13 REMAP_PORT_45=14 REMAP_PORT_44=15
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_48_51 REMAP_PORT_51=36 REMAP_PORT_50=37 REMAP_PORT_49=38 REMAP_PORT_48=39
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_52_55 REMAP_PORT_55=32 REMAP_PORT_54=33 REMAP_PORT_53=34 REMAP_PORT_52=35
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_56_59 REMAP_PORT_59=0 REMAP_PORT_58=1 REMAP_PORT_57=2 REMAP_PORT_56=3
|
||||||
|
m CMIC_LEDUP2_PORT_ORDER_REMAP_60_63 REMAP_PORT_63=4 REMAP_PORT_62=5 REMAP_PORT_61=6 REMAP_PORT_60=7
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_0_3 REMAP_PORT_3=28 REMAP_PORT_2=29 REMAP_PORT_1=30 REMAP_PORT_0=31
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_4_7 REMAP_PORT_7=24 REMAP_PORT_6=25 REMAP_PORT_5=26 REMAP_PORT_4=27
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_8_11 REMAP_PORT_11=56 REMAP_PORT_10=57 REMAP_PORT_9=58 REMAP_PORT_8=59
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_12_15 REMAP_PORT_15=60 REMAP_PORT_14=61 REMAP_PORT_13=62 REMAP_PORT_12=63
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_16_19 REMAP_PORT_19=4 REMAP_PORT_18=5 REMAP_PORT_17=6 REMAP_PORT_16=7
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_20_23 REMAP_PORT_23=0 REMAP_PORT_22=1 REMAP_PORT_21=2 REMAP_PORT_20=3
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_24_27 REMAP_PORT_27=32 REMAP_PORT_26=33 REMAP_PORT_25=34 REMAP_PORT_24=35
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_28_31 REMAP_PORT_31=36 REMAP_PORT_30=37 REMAP_PORT_29=38 REMAP_PORT_28=39
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_32_35 REMAP_PORT_35=12 REMAP_PORT_34=13 REMAP_PORT_33=14 REMAP_PORT_32=15
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_36_39 REMAP_PORT_39=8 REMAP_PORT_38=9 REMAP_PORT_37=10 REMAP_PORT_36=11
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_40_43 REMAP_PORT_43=40 REMAP_PORT_42=41 REMAP_PORT_41=42 REMAP_PORT_40=43
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_44_47 REMAP_PORT_47=44 REMAP_PORT_46=45 REMAP_PORT_45=46 REMAP_PORT_44=47
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_48_51 REMAP_PORT_51=20 REMAP_PORT_50=21 REMAP_PORT_49=22 REMAP_PORT_48=23
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_52_55 REMAP_PORT_55=16 REMAP_PORT_54=17 REMAP_PORT_53=18 REMAP_PORT_52=19
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_56_59 REMAP_PORT_59=48 REMAP_PORT_58=49 REMAP_PORT_57=50 REMAP_PORT_56=51
|
||||||
|
m CMIC_LEDUP3_PORT_ORDER_REMAP_60_63 REMAP_PORT_63=52 REMAP_PORT_62=53 REMAP_PORT_61=54 REMAP_PORT_60=55
|
||||||
|
m CMIC_LEDUP4_PORT_ORDER_REMAP_0_3 REMAP_PORT_3=1 REMAP_PORT_1=0
|
||||||
|
|
||||||
|
led 0 stop
|
||||||
|
led 0 prog \
|
||||||
|
02 00 60 FE 2E FE 67 1C 86 FE 06 FE D2 40 71 04 \
|
||||||
|
12 FF 85 05 D2 05 71 1A 52 00 3A 80 32 08 97 71 \
|
||||||
|
23 77 4B 32 00 32 01 B7 97 75 32 12 BC FE FE 02 \
|
||||||
|
0A 50 12 BC FE FE 95 75 3C 85 77 44 16 FF DA 02 \
|
||||||
|
71 4B 77 44 22 0F 87 22 0E 87 57 22 0E 87 22 0E \
|
||||||
|
87 57 22 0E 87 22 0F 87 57 00 00 00 00 00 00 00
|
||||||
|
led 0 auto on
|
||||||
|
led 0 start
|
||||||
|
|
||||||
|
led 1 stop
|
||||||
|
led 1 prog \
|
||||||
|
02 00 60 FE 2E FE 67 1C 86 FE 06 FE D2 40 71 04 \
|
||||||
|
12 FF 85 05 D2 05 71 1A 52 00 3A 80 32 08 97 71 \
|
||||||
|
23 77 4B 32 00 32 01 B7 97 75 32 12 BC FE FE 02 \
|
||||||
|
0A 50 12 BC FE FE 95 75 3C 85 77 44 16 FF DA 02 \
|
||||||
|
71 4B 77 44 22 0F 87 22 0E 87 57 22 0E 87 22 0E \
|
||||||
|
87 57 22 0E 87 22 0F 87 57 00 00 00 00 00 00 00
|
||||||
|
led 1 auto on
|
||||||
|
led 1 start
|
||||||
|
|
||||||
|
led 2 stop
|
||||||
|
led 2 prog \
|
||||||
|
02 00 60 FE 2E FE 67 1C 86 FE 06 FE D2 40 71 04 \
|
||||||
|
12 FF 85 05 D2 05 71 1A 52 00 3A 80 32 08 97 71 \
|
||||||
|
23 77 4B 32 00 32 01 B7 97 75 32 12 BC FE FE 02 \
|
||||||
|
0A 50 12 BC FE FE 95 75 3C 85 77 44 16 FF DA 02 \
|
||||||
|
71 4B 77 44 22 0F 87 22 0E 87 57 22 0E 87 22 0E \
|
||||||
|
87 57 22 0E 87 22 0F 87 57 00 00 00 00 00 00 00
|
||||||
|
led 2 auto on
|
||||||
|
led 2 start
|
||||||
|
|
||||||
|
led 3 stop
|
||||||
|
led 3 prog \
|
||||||
|
02 00 60 FE 2E FE 67 1C 86 FE 06 FE D2 40 71 04 \
|
||||||
|
12 FF 85 05 D2 05 71 1A 52 00 3A 80 32 08 97 71 \
|
||||||
|
23 77 4B 32 00 32 01 B7 97 75 32 12 BC FE FE 02 \
|
||||||
|
0A 50 12 BC FE FE 95 75 3C 85 77 44 16 FF DA 02 \
|
||||||
|
71 4B 77 44 22 0F 87 22 0E 87 57 22 0E 87 22 0E \
|
||||||
|
87 57 22 0E 87 22 0F 87 57 00 00 00 00 00 00 00
|
||||||
|
led 3 auto on
|
||||||
|
led 3 start
|
@ -0,0 +1,17 @@
|
|||||||
|
# PG lossless profiles.
|
||||||
|
# speed cable size xon xoff threshold xon_offset
|
||||||
|
10000 5m 1248 2288 35776 -3 2288
|
||||||
|
25000 5m 1248 2288 53248 -3 2288
|
||||||
|
40000 5m 1248 2288 66560 -3 2288
|
||||||
|
50000 5m 1248 2288 90272 -3 2288
|
||||||
|
100000 5m 1248 2288 165568 -3 2288
|
||||||
|
10000 40m 1248 2288 37024 -3 2288
|
||||||
|
25000 40m 1248 2288 53248 -3 2288
|
||||||
|
40000 40m 1248 2288 71552 -3 2288
|
||||||
|
50000 40m 1248 2288 96096 -3 2288
|
||||||
|
100000 40m 1248 2288 177632 -3 2288
|
||||||
|
10000 300m 1248 2288 46176 -3 2288
|
||||||
|
25000 300m 1248 2288 79040 -3 2288
|
||||||
|
40000 300m 1248 2288 108160 -3 2288
|
||||||
|
50000 300m 1248 2288 141856 -3 2288
|
||||||
|
100000 300m 1248 2288 268736 -3 2288
|
@ -0,0 +1,121 @@
|
|||||||
|
# name lanes alias index speed
|
||||||
|
Ethernet0 49,50 fiftyGigE1/1/1 1 50000
|
||||||
|
Ethernet2 51,52 fiftyGigE1/1/2 1 50000
|
||||||
|
Ethernet4 53,54 fiftyGigE1/2/1 2 50000
|
||||||
|
Ethernet6 55,56 fiftyGigE1/2/2 2 50000
|
||||||
|
Ethernet8 65,66 fiftyGigE1/3/1 3 50000
|
||||||
|
Ethernet10 67,68 fiftyGigE1/3/2 3 50000
|
||||||
|
Ethernet12 69,70 fiftyGigE1/4/1 4 50000
|
||||||
|
Ethernet14 71,72 fiftyGigE1/4/2 4 50000
|
||||||
|
Ethernet16 81,82 fiftyGigE1/5/1 5 50000
|
||||||
|
Ethernet18 83,84 fiftyGigE1/5/2 5 50000
|
||||||
|
Ethernet20 85,86 fiftyGigE1/6/1 6 50000
|
||||||
|
Ethernet22 87,88 fiftyGigE1/6/2 6 50000
|
||||||
|
Ethernet24 97,98 fiftyGigE1/7/1 7 50000
|
||||||
|
Ethernet26 99,100 fiftyGigE1/7/2 7 50000
|
||||||
|
Ethernet28 101,102 fiftyGigE1/8/1 8 50000
|
||||||
|
Ethernet30 103,104 fiftyGigE1/8/2 8 50000
|
||||||
|
Ethernet32 1,2 fiftyGigE1/9/1 9 50000
|
||||||
|
Ethernet34 3,4 fiftyGigE1/9/2 9 50000
|
||||||
|
Ethernet36 5,6 fiftyGigE1/10/1 10 50000
|
||||||
|
Ethernet38 7,8 fiftyGigE1/10/2 10 50000
|
||||||
|
Ethernet40 17,18 fiftyGigE1/11/1 11 50000
|
||||||
|
Ethernet42 19,20 fiftyGigE1/11/2 11 50000
|
||||||
|
Ethernet44 21,22 fiftyGigE1/12/1 12 50000
|
||||||
|
Ethernet46 23,24 fiftyGigE1/12/2 12 50000
|
||||||
|
Ethernet48 33,34,35,36 hundredGigE1/13 13 100000
|
||||||
|
Ethernet52 37,38,39,40 hundredGigE1/14 14 100000
|
||||||
|
Ethernet56 113,114,115,116 hundredGigE1/15 15 100000
|
||||||
|
Ethernet60 117,118,119,120 hundredGigE1/16 16 100000
|
||||||
|
Ethernet64 133,134,135,136 hundredGigE1/17 17 100000
|
||||||
|
Ethernet68 129,130,131,132 hundredGigE1/18 18 100000
|
||||||
|
Ethernet72 213,214,215,216 hundredGigE1/19 19 100000
|
||||||
|
Ethernet76 209,210,211,212 hundredGigE1/20 20 100000
|
||||||
|
Ethernet80 229,230 fiftyGigE1/21/1 21 50000
|
||||||
|
Ethernet82 231,232 fiftyGigE1/21/2 21 50000
|
||||||
|
Ethernet84 225,226 fiftyGigE1/22/1 22 50000
|
||||||
|
Ethernet86 227,228 fiftyGigE1/22/2 22 50000
|
||||||
|
Ethernet88 245,246 fiftyGigE1/23/1 23 50000
|
||||||
|
Ethernet90 247,248 fiftyGigE1/23/2 23 50000
|
||||||
|
Ethernet92 241,242 fiftyGigE1/24/1 24 50000
|
||||||
|
Ethernet94 243,244 fiftyGigE1/24/2 24 50000
|
||||||
|
Ethernet96 149,150 fiftyGigE1/25/1 25 50000
|
||||||
|
Ethernet98 151,152 fiftyGigE1/25/2 25 50000
|
||||||
|
Ethernet100 145,146 fiftyGigE1/26/1 26 50000
|
||||||
|
Ethernet102 147,148 fiftyGigE1/26/2 26 50000
|
||||||
|
Ethernet104 165,166 fiftyGigE1/27/1 27 50000
|
||||||
|
Ethernet106 167,168 fiftyGigE1/27/2 27 50000
|
||||||
|
Ethernet108 161,162 fiftyGigE1/28/1 28 50000
|
||||||
|
Ethernet110 163,164 fiftyGigE1/28/2 28 50000
|
||||||
|
Ethernet112 181,182 fiftyGigE1/29/1 29 50000
|
||||||
|
Ethernet114 183,184 fiftyGigE1/29/2 29 50000
|
||||||
|
Ethernet116 177,178 fiftyGigE1/30/1 30 50000
|
||||||
|
Ethernet118 179,180 fiftyGigE1/30/2 30 50000
|
||||||
|
Ethernet120 197,198 fiftyGigE1/31/1 31 50000
|
||||||
|
Ethernet122 199,200 fiftyGigE1/31/2 31 50000
|
||||||
|
Ethernet124 193,194 fiftyGigE1/32/1 32 50000
|
||||||
|
Ethernet126 195,196 fiftyGigE1/32/2 32 50000
|
||||||
|
Ethernet128 61,62 fiftyGigE1/33/1 33 50000
|
||||||
|
Ethernet130 63,64 fiftyGigE1/33/2 33 50000
|
||||||
|
Ethernet132 57,58 fiftyGigE1/34/1 34 50000
|
||||||
|
Ethernet134 59,60 fiftyGigE1/34/2 34 50000
|
||||||
|
Ethernet136 77,78 fiftyGigE1/35/1 35 50000
|
||||||
|
Ethernet138 79,80 fiftyGigE1/35/2 35 50000
|
||||||
|
Ethernet140 73,74 fiftyGigE1/36/1 36 50000
|
||||||
|
Ethernet142 75,76 fiftyGigE1/36/2 36 50000
|
||||||
|
Ethernet144 93,94 fiftyGigE1/37/1 37 50000
|
||||||
|
Ethernet146 95,96 fiftyGigE1/37/2 37 50000
|
||||||
|
Ethernet148 89,90 fiftyGigE1/38/1 38 50000
|
||||||
|
Ethernet150 91,92 fiftyGigE1/38/2 38 50000
|
||||||
|
Ethernet152 109,110 fiftyGigE1/39/1 39 50000
|
||||||
|
Ethernet154 111,112 fiftyGigE1/39/2 39 50000
|
||||||
|
Ethernet156 105,106 fiftyGigE1/40/1 40 50000
|
||||||
|
Ethernet158 107,108 fiftyGigE1/40/2 40 50000
|
||||||
|
Ethernet160 13,14 fiftyGigE1/41/1 41 50000
|
||||||
|
Ethernet162 15,16 fiftyGigE1/41/2 41 50000
|
||||||
|
Ethernet164 9,10 fiftyGigE1/42/1 42 50000
|
||||||
|
Ethernet166 11,12 fiftyGigE1/42/2 42 50000
|
||||||
|
Ethernet168 29,30 fiftyGigE1/43/1 43 50000
|
||||||
|
Ethernet170 31,32 fiftyGigE1/43/2 43 50000
|
||||||
|
Ethernet172 25,26 fiftyGigE1/44/1 44 50000
|
||||||
|
Ethernet174 27,28 fiftyGigE1/44/2 44 50000
|
||||||
|
Ethernet176 45,46 fiftyGigE1/45/1 45 50000
|
||||||
|
Ethernet178 47,48 fiftyGigE1/45/2 45 50000
|
||||||
|
Ethernet180 41,42 fiftyGigE1/46/1 46 50000
|
||||||
|
Ethernet182 43,44 fiftyGigE1/46/2 46 50000
|
||||||
|
Ethernet184 125,126 fiftyGigE1/47/1 47 50000
|
||||||
|
Ethernet186 127,128 fiftyGigE1/47/2 47 50000
|
||||||
|
Ethernet188 121,122 fiftyGigE1/48/1 48 50000
|
||||||
|
Ethernet190 123,124 fiftyGigE1/48/2 48 50000
|
||||||
|
Ethernet192 137,138 fiftyGigE1/49/1 49 50000
|
||||||
|
Ethernet194 139,140 fiftyGigE1/49/2 49 50000
|
||||||
|
Ethernet196 141,142 fiftyGigE1/50/1 50 50000
|
||||||
|
Ethernet198 143,144 fiftyGigE1/50/2 50 50000
|
||||||
|
Ethernet200 217,218 fiftyGigE1/51/1 51 50000
|
||||||
|
Ethernet202 219,220 fiftyGigE1/51/2 51 50000
|
||||||
|
Ethernet204 221,222 fiftyGigE1/52/1 52 50000
|
||||||
|
Ethernet206 223,224 fiftyGigE1/52/2 52 50000
|
||||||
|
Ethernet208 233,234 fiftyGigE1/53/1 53 50000
|
||||||
|
Ethernet210 235,236 fiftyGigE1/53/2 53 50000
|
||||||
|
Ethernet212 237,238 fiftyGigE1/54/1 54 50000
|
||||||
|
Ethernet214 239,240 fiftyGigE1/54/2 54 50000
|
||||||
|
Ethernet216 249,250 fiftyGigE1/55/1 55 50000
|
||||||
|
Ethernet218 251,252 fiftyGigE1/55/2 55 50000
|
||||||
|
Ethernet220 253,254 fiftyGigE1/56/1 56 50000
|
||||||
|
Ethernet222 255,256 fiftyGigE1/56/2 56 50000
|
||||||
|
Ethernet224 153,154 fiftyGigE1/57/1 57 50000
|
||||||
|
Ethernet226 155,156 fiftyGigE1/57/2 57 50000
|
||||||
|
Ethernet228 157,158 fiftyGigE1/58/1 58 50000
|
||||||
|
Ethernet230 159,160 fiftyGigE1/58/2 58 50000
|
||||||
|
Ethernet232 169,170 fiftyGigE1/59/1 59 50000
|
||||||
|
Ethernet234 171,172 fiftyGigE1/59/2 59 50000
|
||||||
|
Ethernet236 173,174 fiftyGigE1/60/1 60 50000
|
||||||
|
Ethernet238 175,176 fiftyGigE1/60/2 60 50000
|
||||||
|
Ethernet240 185,186 fiftyGigE1/61/1 61 50000
|
||||||
|
Ethernet242 187,188 fiftyGigE1/61/2 61 50000
|
||||||
|
Ethernet244 189,190 fiftyGigE1/62/1 62 50000
|
||||||
|
Ethernet246 191,192 fiftyGigE1/62/2 62 50000
|
||||||
|
Ethernet248 201,202 fiftyGigE1/63/1 63 50000
|
||||||
|
Ethernet250 203,204 fiftyGigE1/63/2 63 50000
|
||||||
|
Ethernet252 205,206 fiftyGigE1/64/1 64 50000
|
||||||
|
Ethernet254 207,208 fiftyGigE1/64/2 64 50000
|
@ -0,0 +1 @@
|
|||||||
|
{%- include 'qos_config.j2' %}
|
@ -0,0 +1 @@
|
|||||||
|
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/th2-z9264f-8x100G-112x50G.config.bcm
|
File diff suppressed because it is too large
Load Diff
@ -90,9 +90,10 @@ switch_board_modsel() {
|
|||||||
init_switch_port_led() {
|
init_switch_port_led() {
|
||||||
device="/usr/share/sonic/device"
|
device="/usr/share/sonic/device"
|
||||||
platform=$(/usr/local/bin/sonic-cfggen -H -v DEVICE_METADATA.localhost.platform)
|
platform=$(/usr/local/bin/sonic-cfggen -H -v DEVICE_METADATA.localhost.platform)
|
||||||
hwsku=$(cat /etc/sonic/config_db.json | grep "hwsku" | cut -d ":" -f2 | sed 's/"//g' | sed 's/,//g'| xargs )
|
hwsku=$(cat /etc/sonic/config_db.json | grep -A10 "DEVICE_METADATA" | grep "hwsku" | cut -d ":" -f2 | sed 's/"//g' | sed 's/,//g'| xargs )
|
||||||
|
|
||||||
led_proc_init="$device/$platform/$hwsku/led_proc_init.soc"
|
led_proc_init="$device/$platform/$hwsku/led_proc_init.soc"
|
||||||
|
|
||||||
# Remove old HWSKU LED file..
|
# Remove old HWSKU LED file..
|
||||||
rm -rf $device/$platform/led_proc_init.soc
|
rm -rf $device/$platform/led_proc_init.soc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user