sonic-buildimage/device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-C72
mssonicbld 471a3a8067
Add support data for fabric monitoring in CONFIG_DB. (#14170) (#16045)
Added support data for fabric monitoring in CONFIG_DB

The CONFIG_DB now has the FABRIC_MONITOR|FABRIC_MONITOR_DATA table for default value for fabric port monitoring. An example output of getting this table is:

sonic-db-cli CONFIG_DB hgetall "FABRIC_MONITOR|FABRIC_MONITOR_DATA"
{'monErrThreshCrcCells': '1', 'monErrThreshRxCells': '61035156', 'monPollThreshIsolation': '1', 'monPollThreshRecovery': '8'}

The CONFIG_DB now also has a table for each fabric port for its isolate status.
An example output of getting this table is:

sonic-db-cli CONFIG_DB hgetall "FABRIC_PORT|Fabric20"
{'alias': 'Fabric20', 'isolateStatus': 'False', 'lanes': '20'}

Co-authored-by: jfeng-arista <98421150+jfeng-arista@users.noreply.github.com>
2023-08-07 09:26:45 +08:00
..
0 Update PG headroom settings ports based on port speed/cable length (#14908) 2023-05-19 08:19:27 -07:00
1 Update PG headroom settings ports based on port speed/cable length (#14908) 2023-05-19 08:19:27 -07:00
fabric_monitor_config.json Add support data for fabric monitoring in CONFIG_DB. (#14170) (#16045) 2023-08-07 09:26:45 +08:00
fabric_port_config.ini Add support data for fabric monitoring in CONFIG_DB. (#14170) (#16045) 2023-08-07 09:26:45 +08:00
port_config.ini Fix port index for multi-asic (#13042) 2022-12-16 09:12:36 -08:00