=====================================================================================================================================
3.39	netconfig	(Not support AMI)

	abstract: BMC network general configurations service command.

	usage	: java -jar GbtUtility-2.1.76.jar [options] netconfig <get|set> <hostname> <domain> <mode> <dns status> <ddns status>

	<get>	: Get the BMC hostname.

	Example	:
		  by node list	 : java -jar GbtUtility-2.1.76.jar netconfig get
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 netconfig get
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 netconfig get

	<set>	: Set the BMC network general configurations.
		<hostname>	: Set the host name of network configurations.
		<domain>	: Set the domain name of network configurations.
		<mode>		: Set the LAN mode of BMC network configurations. (dedicated, shared or failover)
		(dedicated)	: The default dedicated mode of BMC LAN configuration.
		(shared)	: The shared link mode of BMC LAN configuration.
		(failover)	: The shared and failover mode of BMC LAN configuration.
		<dns status>	: Set the DNS status (on, off)
		<dns status>	: Set the Dynamic DNS status (on, off, auto). "auto" means by interface as same as the web UI shown.
	                                                           
	Example	:
		  by node list	 : java -jar GbtUtility-2.1.76.jar netconfig set GIGABYTE BMCtest dedicated on off
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 netconfig set GIGABYTE BMCtest shared off off
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 netconfig set GIGABYTE bmc failover on auto
=====================================================================================================================================