08-28-2018 01:55 AM
Hi.
Some times after instantiate a service in NSO, I have got the following result from a check sync :
sync-result { device RNET-E14 result unknown }
Do you know what it mean ? When I have in sync or out of sync result I understand but not with that result.
Solved! Go to Solution.
08-30-2018 09:48 AM
Hi
The result unknown means that NSO doesn't have a record of a transaction id with that devices, and so it doesn't know if it is out of sync or not. Reasons for this can for example be: you have not yet done a sync-from, you have committed a change using the no-networking flag. You can look at wether a device has a transaction id recorded in NSO by show devices device <name> state if you do the last-transaction-id will tell you.
By the way, all possible return values from check-sync are documented in the file $NCS_DIR/src/ncs/yang/tailf-ncs-devices.yang, look for grouping check-sync-result.
Hope that helps!
/Sebastian
08-30-2018 03:10 AM
08-30-2018 09:48 AM
Hi
The result unknown means that NSO doesn't have a record of a transaction id with that devices, and so it doesn't know if it is out of sync or not. Reasons for this can for example be: you have not yet done a sync-from, you have committed a change using the no-networking flag. You can look at wether a device has a transaction id recorded in NSO by show devices device <name> state if you do the last-transaction-id will tell you.
By the way, all possible return values from check-sync are documented in the file $NCS_DIR/src/ncs/yang/tailf-ncs-devices.yang, look for grouping check-sync-result.
Hope that helps!
/Sebastian
11-27-2024 11:56 PM - edited 11-27-2024 11:57 PM
Hi
This also happens when you add an SFP to a port - you will get the "unknown" state when doing a check-sync afterwards.
I encountered this with NCS540 devices when a "proconfigure" port changes to a "real" port.
HTH
Martin
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide