01-26-2021 04:55 AM
Hello,
We have a Cisco SBC router to make and receive telephone calls.
SBC is running load "isr4300-universalk9.16.06.07.SPA.bin".
I want to run IOS command, 'show call active voice compact' using python3 program off the box.
I have researched the link -
https://developer.cisco.com/codeexchange/github/repo/CiscoDevNet/python_code_samples_network/
other details about GSAPI XCC interface.
What would be the best approach here and is there an example I could follow ?
Thanks,
Solved! Go to Solution.
01-28-2021 01:55 AM
Hello @RishikulSaxena18768 there is a number of Python libraries you can use here, to send CLI commands to your device. Take a look at this code sample of Netmiko https://developer.cisco.com/codeexchange/github/repo/bigevilbeard/Basic_NetMiko - you can adjust the destination device, show command etc...
Hope this helps.
01-28-2021 01:55 AM
Hello @RishikulSaxena18768 there is a number of Python libraries you can use here, to send CLI commands to your device. Take a look at this code sample of Netmiko https://developer.cisco.com/codeexchange/github/repo/bigevilbeard/Basic_NetMiko - you can adjust the destination device, show command etc...
Hope this helps.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide