Unified show running-config

One of the most exciting features added to OPBNOS is the modification of the "show running-config" command to access data by relying on a single, centralized database instead of using local databases for each SSH session with the switch to enable real-time viewing of changes made in one session by another session.

New Architecture:

To response to the challenges associated with multiple local databases for each ISCLI session, we have introduced the 'unified show running-feature.' Since all existing configurations are already pushed in the Redis DB, the Running Config DB can be retrieved directly from the Redis DB. This ensures that all ISLCI sessions maintain a consistent view of the current configurations.

Old Architecture:

In the picture below, three distinct ISCLI processes are engaged with three separate local databases. As a result, configurations made within one process remain isolated and are not accessible or visible to the other concurrent processes.