=====================================================================================================================================
3.5	trap	(Not support AMI)

	abstract: Set node trap ip
	
	usage	: java -jar GbtUtility-2.1.76.jar [options] trap <destination number> <IP 1> ... <IP 8>
	<destination number>	: Destination number, 1~8 is just setting sinlge destination, 0 is setting multiple destination.
	<IP1~8>	: IP address, can enter IPv4 or IPv6, set 0=disable, 1=enable, 2=ignore.
		
	Example(destination number=1~8)	:
		  by node list	 : java -jar GbtUtility-2.1.76.jar trap 1 2002:c706:1ef:1::1001
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 trap 2 10.1.27.100
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 trap 8 0

	Example(destination number=0)	:
		  by node list	 : java -jar GbtUtility-2.1.76.jar trap 0 1 2 2002:c706:1ef:1::1001 192.168.0.1 2 192.168.0.1 2002:c706:1ef:1::1002 192.168.0.2
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 trap 0 1 2 2002:c706:1ef:1::1001 192.168.0.1 2 192.168.0.1 2002:c706:1ef:1::1002 192.168.0.2
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 trap 0 1 2 2002:c706:1ef:1::1001 192.168.0.1 2 192.168.0.1 2002:c706:1ef:1::1002 192.168.0.2
=====================================================================================================================================