...
Field | Member | Description |
---|---|---|
#infoblox-config | This tag is used to mark the beginning of the YAML configuration block. | |
default_admin_password | It refers to the initial password assigned to either the NetMRI admin or the sbuser (Sandbox user) accounts. This password serves as the default login credential for accessing the NetMRI system. | |
server_name | The hostname assigned to the NetMRI server. | |
db_name | NetMRI database name. | |
role | “oc” or “standalone”. The case is irrelevant. See the Note in the section above for additional information. | |
dns | ||
dns_server_1 | The address of the primary DNS server. | |
dns_server_2 | The address of the secondary DNS server. | |
dns_search_1 | The primary domain name to search for. | |
dns_search_2 | The secondary domain name to search for. | |
mgmt_port* | It refers to the management port assigned to the NetMRI or the Sandbox environment. | |
v4_addr | IPv4 address for the management port. | |
v4_netmask | IPv4 subnet mask for the management port. | |
v4_gw | IPv4 gateway for the management port. | |
v6_addr | IPv6 address for the management port. | |
v6_prefix | IPv6 prefix for the management port. | |
v6_gw | IPv6 default gateway for the management port. | |
v4_use_dhcp | Use the existing configured IPv4 settings obtained through DHCP. | |
v6_use_dhcp | Use the existing configured IPv6 settings obtained through DHCP. | |
primary_dns_server | The initial DNS server. | |
secondary_dns_server | The secondary or alternative DNS server. | |
search_domains | This field specifies a collection of DNS domains in the form of a list. | |
Note: For the management port configuration, at least one series (IPv6 or IPv4) of IP address + subnet mask + default gateway should be present for successful configuration. | ||
scan_port | ||
v4_addr | IPv4 address for the scan port. | |
v4_netmask | IPv4 subnet mask for the scan port. | |
v4_gw | IPv4 gateway for the scan port. | |
v6_addr | IPv6 address for the scan port. | |
v6_prefix | IPv6 prefix for the scan port. | |
v6_gw | IPv6 default gateway for the scan port. | |
time* | This field includes timezone and NTP server configuration. | |
server_1 | This field specifies a primary NTP server. | |
region | Time region. | |
timezone | This field defines the specific timezone configuration for a server. | |
Note: If you specify a time zone, the region is not required. For example, if you specify “GMT +3” for the time zone, you do not need to specify “Europe” for the region. |
...
If the v4_use_dhcp option is selected, the remaining v4_* fields will be ignored.
If the v6_use_dhcp option is selected, the remaining v6_* fields will be ignored.
If v4_use_dhcp or v6_use_dhcp is used and the link-local IP address (169.254.0.0/16 or fe80::/10) is assigned to interfaces, the _dhcp option and the IP address will be ignored, and the configuration will fail.
The MGMT configuration with IPv4 and DNS settings as well as the TIME configuration are required fields; if any one of them is left blank, the configuration will fail.
If the v4_* fields are present or v4_use_dhcp is present, the MGMT IP configuration will be valid.
If at least one DNS server and at least one DNS domain are specified, the MGMT DNS configuration will be valid.
The TIME configuration requires fields for both the time server and time zone.
Note |
---|
Note * This is applicable for both Sandbox and NetMRI. |
...