-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Is it platform specific
generic
Importance or Severity
Critical
Description of the bug
Media settings SI parameters are not getting changed as expected during the speed change CLI execution.
Steps to Reproduce
-
Test profile 64x800G R8 ports.
-
Sample media settings file
{
"PORT_MEDIA_SETTINGS":{
"32":{
"OPTICAL100": {
"pre2": {
"lane0": "0x00000003",
"lane1": "0x00000003",
"lane2": "0x00000003",
"lane3": "0x00000003",
"lane4": "0x00000003",
"lane5": "0x00000003",
"lane6": "0x00000003",
"lane7": "0x00000003"
},
"pre1":{
"lane0": "0xfffffff6",
"lane1": "0xfffffff6",
"lane2": "0xfffffff6",
"lane3": "0xfffffff6",
"lane4": "0xfffffff6",
"lane5": "0xfffffff6",
"lane6": "0xfffffff6",
"lane7": "0xfffffff6"
},
"main": {
"lane0": "0x0000002c",
"lane1": "0x0000002c",
"lane2": "0x0000002c",
"lane3": "0x0000002c",
"lane4": "0x0000002c",
"lane5": "0x0000002c",
"lane6": "0x0000002c",
"lane7": "0x0000002c"
},
"post1":{
"lane0": "0xfffffffa",
"lane1": "0xfffffffa",
"lane2": "0xfffffffa",
"lane3": "0xfffffffa",
"lane4": "0xfffffffa",
"lane5": "0xfffffffa",
"lane6": "0xfffffffa",
"lane7": "0xfffffffa"
}
},
"OPTICAL50": {
"pre1":{
"lane0": "0xffffffff",
"lane1": "0xffffffff",
"lane2": "0xffffffff",
"lane3": "0xffffffff",
"lane4": "0xffffffff",
"lane5": "0xffffffff",
"lane6": "0xffffffff",
"lane7": "0xffffffff"
},
"main": {
"lane0": "0x0000002e",
"lane1": "0x0000002e",
"lane2": "0x0000002e",
"lane3": "0x0000002e",
"lane4": "0x0000002e",
"lane5": "0x0000002e",
"lane6": "0x0000002e",
"lane7": "0x0000002e"
},
"post1":{
"lane0": "0xfffffff0",
"lane1": "0xfffffff0",
"lane2": "0xfffffff0",
"lane3": "0xfffffff0",
"lane4": "0xfffffff0",
"lane5": "0xfffffff0",
"lane6": "0xfffffff0",
"lane7": "0xfffffff0"
}
},
"OPTICAL25": {
"main": {
"lane0": "0x00000035",
"lane1": "0x00000035",
"lane2": "0x00000035",
"lane3": "0x00000035",
"lane4": "0x00000035",
"lane5": "0x00000035",
"lane6": "0x00000035",
"lane7": "0x00000035"
},
"post1":{
"lane0": "0xfffffff6",
"lane1": "0xfffffff6",
"lane2": "0xfffffff6",
"lane3": "0xfffffff6",
"lane4": "0xfffffff6",
"lane5": "0xfffffff6",
"lane6": "0xfffffff6",
"lane7": "0xfffffff6"
}
},
}
} -
Validate media settings values applied using below command and note down the values.
# redis-dump -d 0 -y -k PORT_TABLE:<if_name>
- Change the speed of the interface using below command,
# config interface speed <if_name> 400000
- Validate media settings values applied using below command and note down the values.
# redis-dump -d 0 -y -k PORT_TABLE:<if_name>
Actual Behavior and Expected Behavior
From attached media settings file 800G with 8 lanes will use SI values from OPTICAL100 block. Once the speed is changed to 400G with same number of lanes, SI setting should have used OPTICAL50 block.
If we save the speed change config and reboot or config reload the switch, SI values from OPTICAL50 block is properly updated.
Relevant log output
# redis-dump -d 0 -y -k PORT_TABLE:Ethernet256
{
"PORT_TABLE:Ethernet256": {
"expireat": 1753189165.7869575,
"ttl": -0.001,
"type": "hash",
"value": {
"admin_status": "up",
"alias": "etp33",
"autoneg": "off",
"description": "",
"dhcp_rate_limit": "300",
"fec": "rs",
"flap_count": "5",
"index": "32",
"lanes": "257,258,259,260,261,262,263,264",
"last_down_time": "Tue Jul 22 12:54:58 2025",
"last_up_time": "Tue Jul 22 12:56:37 2025",
"main": "0x0000002c,0x0000002c,0x0000002c,0x0000002c,0x0000002c,0x0000002c,0x0000002c,0x0000002c",
"mtu": "9100",
"oper_status": "up",
"post1": "0xfffffffa,0xfffffffa,0xfffffffa,0xfffffffa,0xfffffffa,0xfffffffa,0xfffffffa,0xfffffffa",
"pre1": "0xfffffff6,0xfffffff6,0xfffffff6,0xfffffff6,0xfffffff6,0xfffffff6,0xfffffff6,0xfffffff6",
"pre2": "0x00000003,0x00000003,0x00000003,0x00000003,0x00000003,0x00000003,0x00000003,0x00000003",
"speed": "800000",
"subport": "0"
}
}
}
# config interface speed Ethernet256 400000
# redis-dump -d 0 -y -k PORT_TABLE:Ethernet256
{
"PORT_TABLE:Ethernet256": {
"expireat": 1753188985.917462,
"ttl": -0.001,
"type": "hash",
"value": {
"admin_status": "up",
"alias": "etp33",
"autoneg": "off",
"description": "",
"dhcp_rate_limit": "300",
"fec": "rs",
"flap_count": "4",
"index": "32",
"lanes": "257,258,259,260,261,262,263,264",
"last_down_time": "Tue Jul 22 12:54:58 2025",
"last_up_time": "Tue Jul 22 12:53:29 2025",
"main": "0x0000002c,0x0000002c,0x0000002c,0x0000002c,0x0000002c,0x0000002c,0x0000002c,0x0000002c",
"mtu": "9100",
"oper_status": "down",
"post1": "0xfffffffa,0xfffffffa,0xfffffffa,0xfffffffa,0xfffffffa,0xfffffffa,0xfffffffa,0xfffffffa",
"pre1": "0xfffffff6,0xfffffff6,0xfffffff6,0xfffffff6,0xfffffff6,0xfffffff6,0xfffffff6,0xfffffff6",
"pre2": "0x00000003,0x00000003,0x00000003,0x00000003,0x00000003,0x00000003,0x00000003,0x00000003",
"speed": "800000",
"subport": "0"
}
}
}
# tail -f /var/log/syslog | grep pmon#
2025 Jul 22 12:54:58.173994 sonic WARNING pmon#xcvrd[31]: *** ('Ethernet256', 'CONFIG_DB', 'PORT') handle_port_update_event() fvp {'admin_status': 'up', 'alias': 'etp33', 'autoneg': 'off', 'dhcp_rate_limit': '300', 'fec': 'rs', 'index': '32', 'lanes': '257,258,259,260,261,262,263,264', 'mtu': '9100', 'speed': '400000', 'subport': '0', 'port_name': 'Ethernet256', 'asic_id': 0, 'op': 'SET'}
2025 Jul 22 12:54:58.202484 sonic WARNING pmon#DomInfoUpdateTask[31]: *** ('Ethernet256', 'APPL_DB', 'PORT_TABLE') handle_port_update_event() fvp {'index': '32', 'flap_count': '4', 'port_name': 'Ethernet256', 'asic_id': 0, 'op': 'SET'}
2025 Jul 22 12:54:58.202669 sonic WARNING pmon#DomInfoUpdateTask[31]: *** ('Ethernet280', 'APPL_DB', 'PORT_TABLE') handle_port_update_event() fvp {'index': '35', 'flap_count': '4', 'port_name': 'Ethernet280', 'asic_id': 0, 'op': 'SET'}
2025 Jul 22 12:54:58.203089 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: 400G, lanemask=0xff, CMIS state=INSERTED, Module state=ModuleReady, DP state={'DP1State': 'DataPathActivated', 'DP2State': 'DataPathActivated', 'DP3State': 'DataPathActivated', 'DP4State': 'DataPathActivated', 'DP5State': 'DataPathActivated', 'DP6State': 'DataPathActivated', 'DP7State': 'DataPathActivated', 'DP8State': 'DataPathActivated'}, appl 9 host_lane_count 8 retries=0
2025 Jul 22 12:54:58.203089 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: Setting appl=7
2025 Jul 22 12:54:58.203182 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: Setting host_lanemask=0xff
2025 Jul 22 12:54:58.203311 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: Setting media_lanemask=0xff
2025 Jul 22 12:54:58.217517 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: 400G, lanemask=0xff, CMIS state=DP_PRE_INIT_CHECK, Module state=ModuleReady, DP state={'DP1State': 'DataPathActivated', 'DP2State': 'DataPathActivated', 'DP3State': 'DataPathActivated', 'DP4State': 'DataPathActivated', 'DP5State': 'DataPathActivated', 'DP6State': 'DataPathActivated', 'DP7State': 'DataPathActivated', 'DP8State': 'DataPathActivated'}, appl 7 host_lane_count 8 retries=0
2025 Jul 22 12:54:58.222416 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: Decommissioning all lanes/datapaths to default AppSel=0
2025 Jul 22 12:54:58.281129 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: Failed to default to AppSel=0
2025 Jul 22 12:54:59.206092 sonic NOTICE pmon#DomInfoUpdateTask[31]: Updating port db diagnostics post link change for port 32
2025 Jul 22 12:54:59.206586 sonic NOTICE pmon#DomInfoUpdateTask[31]: Updating port db diagnostics post link change for port 35
2025 Jul 22 12:54:59.302284 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: 400G, lanemask=0xff, CMIS state=INSERTED, Module state=ModuleReady, DP state={'DP1State': 'DataPathDeactivated', 'DP2State': 'DataPathDeactivated', 'DP3State': 'DataPathDeactivated', 'DP4State': 'DataPathDeactivated', 'DP5State': 'DataPathDeactivated', 'DP6State': 'DataPathDeactivated', 'DP7State': 'DataPathDeactivated', 'DP8State': 'DataPathDeactivated'}, appl 7 host_lane_count 8 retries=1
2025 Jul 22 12:54:59.302324 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: Setting appl=7
2025 Jul 22 12:54:59.302378 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: Setting host_lanemask=0xff
2025 Jul 22 12:54:59.302419 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: Setting media_lanemask=0xff
2025 Jul 22 12:55:00.318264 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: 400G, lanemask=0xff, CMIS state=DP_PRE_INIT_CHECK, Module state=ModuleReady, DP state={'DP1State': 'DataPathDeactivated', 'DP2State': 'DataPathDeactivated', 'DP3State': 'DataPathDeactivated', 'DP4State': 'DataPathDeactivated', 'DP5State': 'DataPathDeactivated', 'DP6State': 'DataPathDeactivated', 'DP7State': 'DataPathDeactivated', 'DP8State': 'DataPathDeactivated'}, appl 7 host_lane_count 8 retries=1
2025 Jul 22 12:55:00.390574 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: force Datapath reinit
2025 Jul 22 12:55:01.405776 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: 400G, lanemask=0xff, CMIS state=DP_DEINIT, Module state=ModuleReady, DP state={'DP1State': 'DataPathDeactivated', 'DP2State': 'DataPathDeactivated', 'DP3State': 'DataPathDeactivated', 'DP4State': 'DataPathDeactivated', 'DP5State': 'DataPathDeactivated', 'DP6State': 'DataPathDeactivated', 'DP7State': 'DataPathDeactivated', 'DP8State': 'DataPathDeactivated'}, appl 7 host_lane_count 8 retries=1
2025 Jul 22 12:55:01.445204 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: DpDeinit duration 10.0 secs, modulePwrUp duration 10.0 secs
2025 Jul 22 12:55:02.461146 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: 400G, lanemask=0xff, CMIS state=AP_CONFIGURED, Module state=ModuleReady, DP state={'DP1State': 'DataPathDeactivated', 'DP2State': 'DataPathDeactivated', 'DP3State': 'DataPathDeactivated', 'DP4State': 'DataPathDeactivated', 'DP5State': 'DataPathDeactivated', 'DP6State': 'DataPathDeactivated', 'DP7State': 'DataPathDeactivated', 'DP8State': 'DataPathDeactivated'}, appl 7 host_lane_count 8 retries=1
2025 Jul 22 12:55:03.521264 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: 400G, lanemask=0xff, CMIS state=DP_INIT, Module state=ModuleReady, DP state={'DP1State': 'DataPathDeactivated', 'DP2State': 'DataPathDeactivated', 'DP3State': 'DataPathDeactivated', 'DP4State': 'DataPathDeactivated', 'DP5State': 'DataPathDeactivated', 'DP6State': 'DataPathDeactivated', 'DP7State': 'DataPathDeactivated', 'DP8State': 'DataPathDeactivated'}, appl 7 host_lane_count 8 retries=1
2025 Jul 22 12:55:03.545393 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: DpInit duration 10.0 secs
2025 Jul 22 12:55:04.559644 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: 400G, lanemask=0xff, CMIS state=DP_TXON, Module state=ModuleReady, DP state={'DP1State': 'DataPathInit', 'DP2State': 'DataPathInit', 'DP3State': 'DataPathInit', 'DP4State': 'DataPathInit', 'DP5State': 'DataPathInit', 'DP6State': 'DataPathInit', 'DP7State': 'DataPathInit', 'DP8State': 'DataPathInit'}, appl 7 host_lane_count 8 retries=1
2025 Jul 22 12:55:05.579449 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: 400G, lanemask=0xff, CMIS state=DP_TXON, Module state=ModuleReady, DP state={'DP1State': 'DataPathInitialized', 'DP2State': 'DataPathInitialized', 'DP3State': 'DataPathInitialized', 'DP4State': 'DataPathInitialized', 'DP5State': 'DataPathInitialized', 'DP6State': 'DataPathInitialized', 'DP7State': 'DataPathInitialized', 'DP8State': 'DataPathInitialized'}, appl 7 host_lane_count 8 retries=1
2025 Jul 22 12:55:05.593099 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: Turning ON tx power
2025 Jul 22 12:55:06.608701 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: 400G, lanemask=0xff, CMIS state=DP_ACTIVATION, Module state=ModuleReady, DP state={'DP1State': 'DataPathActivated', 'DP2State': 'DataPathActivated', 'DP3State': 'DataPathActivated', 'DP4State': 'DataPathActivated', 'DP5State': 'DataPathActivated', 'DP6State': 'DataPathActivated', 'DP7State': 'DataPathActivated', 'DP8State': 'DataPathActivated'}, appl 7 host_lane_count 8 retries=1
2025 Jul 22 12:55:06.613566 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: READY
2025 Jul 22 12:55:06.619981 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: updated TRANSCEIVER_INFO_TABLE [('active_apsel_hostlane1', '7'), ('active_apsel_hostlane2', '7'), ('active_apsel_hostlane3', '7'), ('active_apsel_hostlane4', '7'), ('active_apsel_hostlane5', '7'), ('active_apsel_hostlane6', '7'), ('active_apsel_hostlane7', '7'), ('active_apsel_hostlane8', '7'), ('host_lane_count', '8'), ('media_lane_count', '8')]
2025 Jul 22 12:55:06.622727 sonic WARNING pmon#xcvrd[31]: *** ('Ethernet256', 'STATE_DB', 'TRANSCEIVER_INFO') handle_port_update_event() fvp {'media_interface_code': 'Active Cable assembly with BER < 10^-6', 'vendor_rev': '5', 'vendor_oui': '00-22-a7', 'media_lane_count': '8', 'vdm_supported': 'False', 'nominal_bit_rate': 'N/A', 'cable_type': 'Length Cable Assembly(m)', 'connector': 'No separable connector', 'host_lane_count': '8', 'manufacturer': 'TE Connectivity', 'cable_length': '1.0', 'type_abbrv_name': 'OSFP-8X', 'ext_rateselect_compliance': 'N/A', 'is_replaceable': 'True', 'cmis_rev': '5.1', 'type': 'OSFP 8X Pluggable Transceiver', 'specification_compliance': 'active_cable_media_interface', 'encoding': 'N/A', 'active_apsel_hostlane2': '7', 'active_apsel_hostlane3': '7', 'active_apsel_hostlane5': '7', 'host_lane_assignment_option': '17', 'model': '2476103-1', 'ext_identifier': 'Power Class 6 (12.0W Max)', 'serial': '5F9VRXD2433449-1', 'active_apsel_hostlane1': '7', 'vendor_date': '2024-08-27', 'host_electrical_interface': '100GAUI-4 C2M (Annex 135E)', 'media_lane_assignment_option': '17', 'application_advertisement': "{1: {'host_electrical_interface_id': '100GAUI-4 C2M (Annex 135E)', 'module_media_interface_id': 'Active Cable assembly with BER < 10^-6', 'media_lane_count': 4, 'host_lane_count': 4, 'host_lane_assignment_options': 17, 'media_lane_assignment_options': 17}, 2: {'host_electrical_interface_id': '100GAUI-2 C2M (Annex 135G)', 'module_media_interface_id': 'Active Cable assembly with BER < 10^-6', 'media_lane_count': 2, 'host_lane_count': 2, 'host_lane_assignment_options': 85, 'media_lane_assignment_options': 85}, 3: {'host_electrical_interface_id': '200GAUI-8 C2M (Annex 120C)', 'module_media_interface_id': 'Active Cable assembly with BER < 10^-6', 'media_lane_count': 8, 'host_lane_count': 8, 'host_lane_assignment_options': 1, 'media_lane_assignment_options': 1}, 4: {'host_electrical_interface_id': '200GAUI-4 C2M (Annex 120E)', 'module_media_interface_id': 'Active Cable assembly with BER < 10^-6', 'media_lane_count': 4, 'host_lane_count': 4, 'host_lane_assignment_options': 17, 'media_lane_assignment_options': 17}, 5: {'host_electrical_interface_id': '200GAUI-2-S C2M (Annex 120G)', 'module_media_interface_id': 'Active Cable assembly with BER < 10^-6', 'media_lane_count': 2, 'host_lane_count': 2, 'host_lane_assignment_options': 85, 'media_lane_assignment_options': 85}, 6: {'host_electrical_interface_id': '200GAUI-2-L C2M (Annex 120G)', 'module_media_interface_id': 'Active Cable assembly with BER < 10^-6', 'media_lane_count': 2, 'host_lane_count': 2, 'host_lane_assignment_options': 85, 'media_lane_assignment_options': 85}, 7: {'host_electrical_interface_id': '400GAUI-8 C2M (Annex 120E)', 'module_media_interface_id': 'Active Cable assembly with BER < 10^-6', 'media_lane_count': 8, 'host_lane_count': 8, 'host_lane_assignment_options': 1, 'media_lane_assignment_options': 1}, 8: {'host_electrical_interface_id': '400GAUI-4-S C2M (Annex 120G)', 'module_media_interface_id': 'Active Cable assembly with BER < 10^-6', 'media_lane_count': 4, 'host_lane_count': 4, 'host_lane_assignment_options': 17, 'media_lane_assignment_options': 17}, 9: {'host_electrical_interface_id': '800G S C2M (placeholder)', 'module_media_interface_id': 'Active Cable assembly with BER < 10^-6', 'media_lane_count': 8, 'host_lane_count': 8, 'host_lane_assignment_options': 1, 'media_lane_assignment_options': 1}, 10: {'host_electrical_interface_id': '800G L C2M (placeholder)', 'module_media_interface_id': 'Active Cable assembly with BER < 10^-6', 'media_lane_count': 8, 'host_lane_count': 8, 'host_lane_assignment_options': 1, 'media_lane_assignment_options': 1}, 11: {'host_electrical_interface_id': '50GAUI-2 C2M (Annex 135E)', 'module_media_interface_id': 'Active Cable assembly with BER < 10^-6', 'media_lane_count': 2, 'host_lane_count': 2, 'host_lane_assignment_options': 85, 'media_lane_assignment_options': 85}}", 'active_apsel_hostlane7': '7', 'active_apsel_hostlane4': '7', 'active_apsel_hostlane6': '7', 'media_interface_technology': 'Copper cable, near and far end limiting active equalizers', 'active_apsel_hostlane8': '7', 'hardware_rev': '0.9', 'index': '-1', 'port_name': 'Ethernet256', 'asic_id': 0, 'op': 'SET'}
2025 Jul 22 12:55:06.633841 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: 400G, lanemask=0xff, CMIS state=INSERTED, Module state=ModuleReady, DP state={'DP1State': 'DataPathActivated', 'DP2State': 'DataPathActivated', 'DP3State': 'DataPathActivated', 'DP4State': 'DataPathActivated', 'DP5State': 'DataPathActivated', 'DP6State': 'DataPathActivated', 'DP7State': 'DataPathActivated', 'DP8State': 'DataPathActivated'}, appl 7 host_lane_count 8 retries=0
2025 Jul 22 12:55:06.633902 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: Setting appl=7
2025 Jul 22 12:55:06.633940 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: Setting host_lanemask=0xff
2025 Jul 22 12:55:06.633976 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: Setting media_lanemask=0xff
2025 Jul 22 12:55:07.649639 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: 400G, lanemask=0xff, CMIS state=DP_PRE_INIT_CHECK, Module state=ModuleReady, DP state={'DP1State': 'DataPathActivated', 'DP2State': 'DataPathActivated', 'DP3State': 'DataPathActivated', 'DP4State': 'DataPathActivated', 'DP5State': 'DataPathActivated', 'DP6State': 'DataPathActivated', 'DP7State': 'DataPathActivated', 'DP8State': 'DataPathActivated'}, appl 7 host_lane_count 8 retries=0
2025 Jul 22 12:55:07.737430 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: updated TRANSCEIVER_INFO_TABLE [('active_apsel_hostlane1', '7'), ('active_apsel_hostlane2', '7'), ('active_apsel_hostlane3', '7'), ('active_apsel_hostlane4', '7'), ('active_apsel_hostlane5', '7'), ('active_apsel_hostlane6', '7'), ('active_apsel_hostlane7', '7'), ('active_apsel_hostlane8', '7'), ('host_lane_count', '8'), ('media_lane_count', '8')]
2025 Jul 22 12:55:07.737430 sonic NOTICE pmon#xcvrd[31]: CMIS: Ethernet256: no CMIS application update required...READYOutput of show version, show techsupport
SONiC Software Version: SONiC.202505.0-dirty-20250721.110928
SONiC OS Version: 12
Distribution: Debian 12.11
Kernel: 6.1.0-29-2-amd64
Build commit: 5921a314
Build date: Mon Jul 21 12:17:53 UTC 2025
Built by: XXXXX
Platform: x86_64-marvell_dbmvtx9180-r0
HwSKU: dbmvtx9180_64osfp_64x800G
ASIC: marvell-teralynx
ASIC Count: 1
Serial Number: N/A
Model Number: N/A
Hardware Revision: N/AAttach files (if any)
No response