Hi there!I hope everyone is doing great. I Cisco Business Dashboard installed on VM and i am traying to connect my CBS350 with direct management (no probe), I have downloaded ot the Self-signed Certificate and uploaded it on the Switch. on the Switch...
Hi all!
I hope you all doing well.
I am working with RESTCONF but i could not edit the timeout, is there any way?
this is my code, i set the timeout to 300, but i still get error.
Thanks in advance
def configure_device(xml_payload,**dev_inf):re...
Hi all!I hope you all doing well. I am new to RESCONF and getting confused to write the proper URL for multiple configurations. I wanna configure multiple interfaces at the same time and I have used this URL "https://....../restconf/data/Cisco-IOS-X...
Hi everyone,
I hopw you are all well.
I have this network and i am using OSPF and GBP but i feel there is a missing configration on the router CiscoC. Instade of R22 there is a PC, so no need for summurization and the swich (net 12) is off
R11 knows ...
Hi all,I had to enable Cisco Business Dashboard on the Switch using CLI , and it worked . I do not know why when I enabled it via GUI it did not work. Anyways, Now i have my CBS350 on CBD using direct management (No probe was needed).The command wa...
yes!so in the xml_payload, I have configurations encoded in XML and imagine it is huge. when I send the requests.patch I got error 504 which is for the time out. However, the router would be configured after the error .So I guess the timeout should b...
Hi @amandes4 ,the problem you are facing is at the tag <config>, so you suhld replace it with <config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">The new XML should be :<config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<native xmlns="htt...