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.
Hi All,I am developing an app for IP address management. I have the folowing error when I am trying to print out (or write to file) the IP address of a device.KeyError: 'ipv4Mask'It seems that only the parameters which are common for all the interfac...
Hi, How can you eliminate the Register messages from the debug? Is there any parameter not to send Register massage to SRST gateway when to phone is registered properly to CUCM? Regards,
Thank you. I found out that if I filter on interfaces with IP address configured, the code is the following:with open(filename, "w") as file: for item in interfaces: if "ipv4Address" in item: file.write ("ID = " + item["id"] + " IP address and mas...