Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

API & Integration, DevOps,NetOps,SecOps

Reply

API to Reserve/Assign VLAN ID

New Member
Posts: 1
1387     0

Hi community,

 

We are using func:nextavailablevlanid to retrieve next available VLAN ID. 

 

Upon receiving the VLAN ID, we would like to set the VLAN ID status to either Assigned / Reserved. May I know what would the command be for such use case? 

 

 

Thank you.

JC

Re: API to Reserve/Assign VLAN ID

Adviser
Posts: 181
1387     0

Hi,

 

You can create a VLAN entry on the next available VLAN as follows:

curl -k -u admin:infoblox -H 'content-type: application/json' -X POST "https://grid-master/wapi/v2.11/vlan?_return_fields%2B=id,name&_return_as_object=1" -d '{"id":"func:nextavailablevlanid:vlanview/ZG5zLnZsYW5fdmlldyR0ZXN0LjEwLjIw:test/10/20","name": "next-vlan","parent": "vlanview/ZG5zLnZsYW5fdmlldyR0ZXN0LjEwLjIw:test/10/20","reserved":true,"contact":"879220","department":"ng"}'

Thanks and Regards,

Krishna Vasudevan

Re: API to Reserve/Assign VLAN ID

New Member
Posts: 2
1387     0

Hi Krishna,

 

Thanks a lot for your helpful post. However, we are in a situation where we created the VLAN ranges via API calls. Is it possible to reserve in the process of VLAN range creation e.g. 1st 2 VLANs as reserved?

 

Regards

Tarik

Showing results for 
Search instead for 
Did you mean: 

Recommended for You