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

Get domain-name-servers for a network

[ Edited ]
New Member
Posts: 1
2499     0

 use the following curl to see the options for a network

curl -k -u USER -X GET "https://infoblox/wapi/v2.9.5/network?network=10.10.10.10/27&_return_fields=options"

I get the following output and I can see the "domain-name-servers"

[
    {
        "options": [
            {
                "name": "domain-name-servers", 
                "num": 6, 
                "use_option": true, 
                "value": "11.11.11.11", 
                "vendor_class": "DHCP"
            }
        ]
    }
]

But for some network's "domain-name-servers" dont show up

 

When checking the WebUI I see this

 

info

 

I see the DNS servers under options but they are greyed out and it stated that they are "inherited from grid infoblox"

 

So how can I use the API to get these values?

Re: Get domain-name-servers for a network

Superuser
Posts: 20
2500     0

As far as I know, this cannot be done, even if you call the fileop object to export the CSV, it still does not show the inherited DHCP options.

Showing results for 
Search instead for 
Did you mean: 

Recommended for You