-
I am trying to configure user using "Cisco-IOS-XR-aaa-locald-admin-cfg" module , getting bad element error for "secret" leaf.
Corresponding code and values are show below:
aaa = xr_aaa_localid_ad…
-
Issue tracker is ONLY used for reporting bugs. Please use the [YDK Community](https://communities.cisco.com/community/developer/ydk) for any support issues.
## Expected Behavior
The configurations…
-
I'm running the following code on an IOS-XR device:
```10 async def task(param):
11 async with netdev.create(**param) as ios:
12 # Testing sending simple command
13 print(…
-
Issue tracker is ONLY used for reporting bugs. Please use the [YDK Community](https://communities.cisco.com/community/developer/ydk) for any support issues.
## Expected Behavior
Configurations for…
ghost updated
7 years ago
-
Closing NETCONF session after a `netconf_service.validate` operation results in an "Input channel error"
```
2017-09-21 17:01:26,908 - ydk - INFO - =============Generating payload to send to devic…
-
Hi
1. RPC getting generated successfully with the values passed , but the failed to configure the device.
2. Same attributes I tried configure via CLI but I don't see the attributes same as YDK.
…
-
For the YDK Module cisco_ios_xr_man_xml_ttyagent_cfg we see the following behaviour.
1. In order to set the value of streaming_size inside XrXML --> Agent -->Default --> Iteration needs to be turned …
-
```python
from ydk.models.cisco_ios_xr import Cisco_IOS_XR_telemetry_model_driven_cfg as teleconfig
encode_enum = teleconfig.EncodeType()
protocol_enum = teleconfig.ProtoType(…
ghost updated
7 years ago
-
Router is running with below image .
Cisco-IOS-XR-aaa-locald-admin-cfg.yang file on router is different than the one which is present in latest ydk models.
Difference is leaf “secret” is of type ‘…
-
Hi,
when I try to do CRUD create for Traffic Collector with all the mandatory keys mentioned in YDK API, unable to Create a TC according to values set in API, had raised this issue to components team…