Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I noticed that when you do adevice.learn("all") or device.learn("config"), the config dictionary seems to be built strangely. It seems if a value has over 80 characters, its string is carried over to the next key. My guess is it has something to do w...
The documentation states that after connecting to a device, you can use the configure method to pass configuration lines to a device, but when I try it that method does not exist. Is there a way to do this?
https://pubhub.devnetcloud.com/media/pyats-...
I'm running "show run interface ethX/X" on multiple interfaces using pyATS on a Nexus9000 C9508, and the only fields in the response for each interface is description and shutdown. # command
response = device.parse("show run interface eth1/1")
# e...
I have searched all over the Internet and can't seem to find the answer to this question. Everything I've read talks about VLSM but never says specifically if it can be done on just a switch. All examples have at least 3 routers in them.Is it possi...
what is the use case of get all information.One reason to learn all would be to create a mock device.But I used the code below get information it works. device.learn("interface")device.learn("routing")Yes, device.learn("all") and device.learn("config...
Yes, execute shows all the expected output.I was using parse because it was listed as an available parser: https://pubhub.devnetcloud.com/media/genie-feature-browser/docs/#/parsers/show%2520running-config%2520interface%2520%257Binterface%257DI'm not ...
Thanks, Alain, for giving me a definite answer. At least now I know it CAN be done and I can troubleshoot from there. I've never used VLSM, so please correct if I am wrong anywhere. I was given the subnet 125.12.208.0/20 to use, which should give m...