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.
While working on allocating addresses for point to point links I noticed that allocations for /31s are not happening sequestially. It seems to me like the ip address allocator is skipping the next /31 after allocating first /31 net. For example, I am...
I have the following python code. I get an allocation that I can see when I do show resource-pools but I am not able to convert the "net" object into a string or ipaddress object. pool_name = "LOOPS" alloc_name = service.name sel...
Hi, in service create code, the service object is an instance of the particular service being instantiated at that moment.
For example (using your yang model):
service.TempoAtt
If you want to access data from other service instances use the roo...
We are using resource manager for a POC next month to provision the underlay IPs of an entire fabric as well as the loopbacks. In essence, we take a device with just a management interface configured and provision all the configurations requiring mi...
Actually the behavior we saw coded on the allocator is that it will issue the /31 but it will put the other 2 addresses available as /32s. This is very strange and not conformant with rfc 3021.Joksan FloresNETWORK CONSULTING ENGINEERCisco Systems
I am currently using version 3.1.1 from the 4.4.2.1 package.When I do a show status I see 2 /32s available that makes up the next /31.We looked at the code and it seems like this was done per design.
Thanks for replying, I actually st got it while trying a few things. I was using the ipaddress module but was not converting the allocated network to utf-8 while passing it and I was getting an error.It is working node using the following:net = ip_al...