Users Guide

Table Of Contents
Table 45. ome_application_network_address (continued)
Parameter Required Default Choices Comments
This option is applicable when I(enable_vlan) is
true.
dns_configuration False NA NA DNS settings
Suboptions:
register_with_dns: Register or unregister
I(dns_name) on the DNS Server. This option
cannot be updated if vLAN configuration changes.
use_dhcp_for_dns_domain_name: Get the
I(dns_domain_name) using a DHCP server.
dns_name: DNS name for I(hostname). This is
applicable when I(register_with_dns) is true.
dns_domain_name: Static DNS domain
name. This is applicable when
I(use_dhcp_for_dns_domain_name) is false.
reboot_delay False NA NA The time in seconds, after which settings are applied.
This option is not mandatory.
Return values
msg:
type: str
description: Overall status of the network address configuration change.
returned: always
sample: Successfully updated network address configuration
network_configuration:
type: dict
description: Updated application network address configuration.
returned: on success
sample: {
"Delay": 0,
"DnsConfiguration": {
"DnsDomainName": "",
"DnsName": "MX-SVCTAG",
"RegisterWithDNS": false,
"UseDHCPForDNSDomainName": true
},
"EnableNIC": true,
"InterfaceName": "eth0",
"PrimaryInterface": true,
"Ipv4Configuration": {
"Enable": true,
"EnableDHCP": false,
"StaticAlternateDNSServer": "",
"StaticGateway": "192.168.0.2",
"StaticIPAddress": "192.168.0.3",
"StaticPreferredDNSServer": "192.168.0.4",
"StaticSubnetMask": "255.255.254.0",
"UseDHCPForDNSServerNames": false
},
"Ipv6Configuration": {
"Enable": true,
"EnableAutoConfiguration": true,
"StaticAlternateDNSServer": "",
"StaticGateway": "",
"StaticIPAddress": "",
"StaticPreferredDNSServer": "",
"StaticPrefixLength": 0,
"UseDHCPForDNSServerNames": true
},
"ManagementVLAN": {
"EnableVLAN": false,
"Id": 1
}
}
Modules for OpenManage Enterprise (OME)
117