Search Fields for Subnets

Fields

All field names are case sensitive.

Field Name Description Values / Format

cidr

Number of bits used for the network.

String

comment

Text in the Comment column.

String

domain.name

Name of a domain.

String

ip

IP address.

String

shadowed_by

IP address of the shadow zone.

String

source.name

Name of the IPAM in ISPA.

String

source.vendor

Name of the IPAM.

String

zone.name

Name of a zone.

String

Query Examples

Each field can only be used once in a search query. For example, the following is not allowed:

domain.name='dom1' OR domain.name='dom2'

  • Find all subnets that belong to domain dom1 and IPAM Infoblox.

    domain.name='dom1' AND source.name='Infoblox'

  • Find all subnets that include 128.0.0 in the IP address.

    ip='128.0.0'