netconf-1----Page:33
1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43 

Protocol Operations: lock, unlock
Lock is used to prevent any other sessions from writing to a specific configuration
Applies to all access mechanisms, not just XMLCONF
Partial locks are not supported in v1.0
Can request automatic rollback on ungraceful unlock
Unlock is used to release a previously obtained lock
Lock can fail if:
Lock is already granted
Candidate configuration has already been written but not saved
Lock automatically released if the session is terminated for any reason
Kill-session operation used to force another session to release a lock
Configuration name is the only parameter (in v1.0)
PPT Version