3.33.9	trap :	Node trap ip
	usage: java -jar GbtUtility-2.1.76.jar [options] rest pef <get|put|delete> <trapJsonfile> (put|delete only)

1.	<get>
	Example:
	by node list  : java -jar GbtUtility-2.1.76.jar rest trap get 
	by single IP : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest trap get
	by scan IP   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest trap get

2.	<put>
	Example:
	by node list  : java -jar GbtUtility-2.1.76.jar rest trap put trapInfo.json 
	by single IP : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest trap put trapInfo.json
	by scan IP   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest trap put trapInfo.json

3.	<delete>
	Example:
	by node list  : java -jar GbtUtility-2.1.76.jar rest trap delete trapInfo.json
	by single IP : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest trap delete trapInfo.json
	by scan IP   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest trap delete trapInfo.json