Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[action] [PR:14170] Add support data for fabric monitoring in CONFIG_DB. #16045

Merged
merged 1 commit into from
Aug 7, 2023

Commits on Aug 6, 2023

  1. Add support data for fabric monitoring in CONFIG_DB. (sonic-net#14170)

    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'}
    jfeng-arista authored and mssonicbld committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    a586cf5 View commit details
    Browse the repository at this point in the history