tailf-netconf-transactions

This module introduces four new rpc methods that are used to control a two-phase commit transaction on the NETCONF server. The n...

  • Organization:

  • Module:

    tailf-netconf-transactions

  • Version:

    none

  • File:

    tailf-netconf-transactions.yang

  • Abstract:

    This module introduces four new rpc methods that are used to control a two-phase commit transaction on the NETCONF server. The n...

  • Contact:

  • Check for an additional details:

    YANG Catalog

  • Description:

    This module introduces four new rpc methods that are used to
    control a two-phase commit transaction on the NETCONF server.
    The normal <edit-config> operation is used to write data in the
    transaction, but the modifications are not applied until an
    explicit <commit-transaction> is sent.

    A typical sequence of operations looks like this:


    C S
    | |
    | capability exchange |
    |-------------------------->|
    |<------------------------->|
    | |
    | <start-transaction> |
    |-------------------------->|
    |<--------------------------|
    | <ok/> |
    | |
    | <edit-config> |
    |-------------------------->|
    |<--------------------------|
    | <ok/> |
    | |
    | <prepare-transaction> |
    |-------------------------->|
    |<--------------------------|
    | <ok/> |
    | |
    | <commit-transaction> |
    |-------------------------->|
    |<--------------------------|
    | <ok/> |
    | |

© 2024 YumaWorks, Inc. All rights reserved.