-
Not sure if you have better way of doing it but if not my proposal is to update json schema with "os_type" key.
This will improve device specific treatment to automate some operations via API (exam…
-
Для IOS XR сейчас в ручном режиме приходится заносить настройки в конфигурацию:
service = exec { optional task = "#root-system" }
или
service = exec { task = "rwx:bgp,#operator" }
Параметр rwx:b…
-
I am trying to perform a merge operation with config_encoding="xml"
My XML is as follows:
```xml
3000000
notice
```
When I try this, I receive the following e…
-
@einarnn I've discovered many issues when trying to convert all Cisco Yang modules to tree format with ```pyang -f tree```(pyang 1.7.1):
- **NX-OS** modules: invalid regular expressions,
- **IOS-X…
-
### Environment
* Nautobot version (Docker tag too if applicable): 2.1.5
* Python version: 3.10.12
* Database platform, version: PostgreSQL 14.11
* Middleware(s): N/A
### Steps to Reproduce…
-
This is on a connection.load_replace_candidate(filename=filename) operation
Using:
```yaml
iosxr_netconf:
device_type: iosxr_netconf
hostname: device.domain.com
username: admin
pass…
-
apiVersion: inv.sdcio.dev/v1alpha1
kind: Schema
metadata:
name: iosxr.cisco.sdcio.dev
namespace: transport-automation
spec:
repoURL: https://github.com/YangModels/yang
provider: iosxr.c…
-
Hello!
We got very curious sFlow packet dump from customer which FastNetMon was not able to parse.
Platform was following: Cisco ASR-9903 with IOS-XR 7.9.2
Configuration:
```
flow exporter…
-
Hello,
I noticed that there are no Cisco IOS templates for "set_users" and "delete_users" as there are for other drivers (e.g. Junos, Cisco XR).
I am in the process of creating these templates, woul…
-
env:
netmiko==4.1.1
nornir-netmiko==0.2.0
task:
```
for file in file_name:
try:
transfer_results = task.run(
netmiko_file_transfer,
…