NETCONFc User GuideΒΆ
Help Topics:
- Loading YANG Models
- Getting Started with NETCONFc
- Connect over SSH or SSH Call Home
- Connect over TLS or TLS Call Home
- YANG Models advertised by the server
- Download YANG models
- View server capabilities
- Choose a target datastore for retrieving and editing
- Browse YANG schema tree and lookup node properties
- Send <get> requests
- Send <get-config> requests
- Send <edit-config> command from schema tree
- Send <edit-config> command from data tree
- Close connection and reconnect
- Logging
- Sending Raw XML RPC
- Retrieving Configuration Data (NETCONF)
- Basic <get> and <get-config> operations
- Retrieving multiple data nodes in a single request
- Retrieving whole datastore data
- Retrieving data with subtree filtering
- Retrieving data with XPath filtering
- Retrieving with with-defaults options
- Retrieving with list key nodes
- Send a <get> request with content match subtree filtering
- Editing Configuration (NETCONF)
- Lock datastore for editing
- Partial-lock data nodes for editing
- Basic <edit-config> operations
- Create multiple list or leaf-list instance entries in a single request
- Deal with list key nodes
- How to create a presence container node
- Delete a node from data tree
- Reorder ordered-by-user list of leaf-lists
- Edit-config operation attributes
- Edit-config with XML config data or URL
- Additional edit-config options
- Edit-config With-defaults attribute
- Commit changes into running datastore
- Copy changes to startup datastore to keep it across reboot
- Send RPC and Action commands (NETCONF)
- Send <copy-config>, <validate-config>, and <kill-ssession> (NETCONF)
- Receive Notifications (NETCONF)
- RESTCONF
- Python Scripting