State module for Cisco NSO Proxy minions
New in version 2016.11.0.
For documentation on setting up the cisconso proxy minion look in the documentation
for salt.proxy.cisconso
.
Ensure a specific value exists at a given path
name (str
) -- The name for this rule
datastore (DatastoreType
(str
enum).) -- The datastore, e.g. running, operational.
One of the NETCONF store IETF types
path (list
, str
OR tuple
) -- The device path to set the value at,
a list of element names in order, / separated
config (dict
) -- The new value at the given path
Examples:
enable pap auth:
cisconso.config_present:
- name: enable_pap_auth
- datastore: running
- path: devices/device/ex0/config/sys/interfaces/serial/ppp0/authentication
- config:
authentication:
method: pap
"list-name": foobar
Generated on March 19, 2025 at 23:37:01 UTC.
You are viewing docs for the previous stable release, 3006.10. Switch to docs for the latest stable release, 3007.1, or to a recent doc build from the master branch.
© 2025 VMware, Inc. | Privacy Policy