Skip to main content

Questions tagged [netconf]

For questions concerning creating, implementing, or troubleshooting Netconf-based (RFC 6241) configuration tools.

1 vote
1 answer
183 views

I'm not a professional network engineer and have poor experience with NETCONF. Could you please explain to me why standard requires two different files with different extensions (xml/json and yang) to ...
Nabla's user avatar
  • 11
0 votes
0 answers
96 views

I have a simple program using netconf client version ncclient 0.6.13 with Python3 running on PPC64LE Red hat Version Red Hat Enterprise Linux release 9.2 (Plow) which is using netconf yang to connect ...
Kuldip Nanda's user avatar
1 vote
0 answers
143 views

I am playing around with Netconf and I try to do some configurations with the openconfig yang models. I use ncclient to send the configuration and netconfd from the yuma123 project to simulate a ...
rgrueebler's user avatar
3 votes
2 answers
627 views

I am trying to extract information via NETCONF from an IOS-XE device. I am using two separate methods to achieve this and cannot replicate the success of one method while using the other: Successful ...
Angelos Vassiliou's user avatar
4 votes
1 answer
392 views

I have a cisco switch that supports CLI, SNMP, and NETCONF for management issues. I should develop an application for managing the switch which should include monitoring and also configuring ...
hamed's user avatar
  • 165
4 votes
0 answers
320 views

I'm unable to figure out the restconf URI needed to GET the configured VLAN for a given switchport interface for IOS-XE. I would also like to be able to UPDATE a switchport-access VLAN given a port. I'...
jlrivera81's user avatar
5 votes
2 answers
410 views

I am trying to change switch configurations from different vendors using python. So far i tested using Netmiko. While these gets the work done but requires device specific commands, which is ...
codeCat's user avatar
  • 63
0 votes
1 answer
2k views

How can i config Multiple mac address on one cisco switch interface? (I have 3 laptops and i connect only one laptop every time(I switch between them), and i want to config only one interface with the ...
Jasmine's user avatar
1 vote
1 answer
135 views

Do we need different config files for each category [aaa, bfd, ptp, lldp, vlan etc] for deployment or can there be a single config file that contains all [aaa, bfd, ptp, lldp, vlan etc] and do they ...
robinhoodjr's user avatar
2 votes
1 answer
213 views

When someone is talking about a basic/base configuration of a network device, does this mean the startup configuration file? And when a full configuration is referenced how is it different from a ...
robinhoodjr's user avatar
1 vote
1 answer
67 views

RFC6020 contains the following statement "A NETCONF server may implement a number of modules, allowing multiple views of the same data" (my emphasis). I want to do exactly that, so that my NETCONF ...
jyb's user avatar
  • 13
1 vote
1 answer
497 views

NETCONF/YANG touts being able to provide a clear split between distinguishing the configuration from operational state. However Im unable to see the clear way this is done. I can see some RFCs ...
RickD's user avatar
  • 269
2 votes
1 answer
412 views

Is it possible to edit the prefix list through netconf in juniper router. I am using new version of juniper router.
Sivagnanam's user avatar
2 votes
1 answer
374 views

I am trying for basic operations on IOS-XR (Cisco) using Netconf.This includes initially setting up a netconf connection as below: ssh [hostname] -p 830 -s netconf As soon as, the connection is ...
fsociety's user avatar
  • 905