sonic-buildimage/device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_ndk.json
saksarav-nokia d136a39524
[Nokia][platform] Modified Nokia device data to support midplane (#9914)
Added midplane_subnet in chassisdb.conf for interfaces-config.sh to create midplane interface in multi-asic namespaces.

Signed-off-by: Sakthivadivu Saravanaraj <sakthivadivu.saravanaraj@nokia.com>
2022-02-08 14:03:12 -08:00

37 lines
606 B
JSON

{
"options": [
{
"key": "sfp_init_tx_en",
"stringval": "yes"
},
{
"key": "midplane_subnet",
"stringval": "10.6.0.0/16"
},
{
"key": "midplane_monitor",
"stringval": "yes"
},
{
"key": "monitor_action",
"stringval": "reboot"
},
{
"key": "grpc_thermal_monitor",
"stringval": "yes"
},
{
"key": "disable_vfio",
"intval": 1
},
{
"key": "sonic_bdb_mode",
"intval": 0
},
{
"key": "update_asic_pvt",
"intval": 10
}
]
}