Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
I am wondering if there is a best practice to deal with the mapping logic when the end configuration changes when it is applied.
I can give the simple example of device local user credentials:
For security reasons, it is very common to enable ser...
Hi,I want to filter the result of a REST GET call to suppress some containers in the output.Consider the YANG model below as example:container networks { list network { key name; leaf name { type string; } container test1 { .....
I've just tested here and it worked fine...
Creating a new service and then commit...
<INFO> 27-Feb-2020::19:37:38.749 vpnuser ncs-dp-55125-vpnuser:main-1-th-2343: - Service create(service=/ncs:services/vpnuser:vpnuser{test123})<INFO> 27-Feb-2020::...
Could you please provide a clear example of what you are trying to achieve and preferably open a new thread on this? (so we don't hijack this one).
I have implemented what I have described to manage local passwords on ASA devices and it works. Maybe ...
You can encrypt in the CDB using the same hash mechanism used by the device and send the password encrypted to the device.
In python you may use passlib.hash as it contains several hash options used by Cisco devices.
You may do the same for other ven...