=====================================================================================================================================
3.13	ipsrc

	abstract: Get or set ip source (DHCP/Static)
		
	usage	: java -jar GbtUtility-2.1.76.jar [options] ipsrc <get|set> <DHCP|Static(set only)>
	
	output	: Show ip source.
	
	Example	:
		  by node list	 : java -jar GbtUtility-2.1.76.jar ipsrc get
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 ipsrc set DHCP
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 ipsrc set static
=====================================================================================================================================
