function snmp {
	description="Simple Network Management Protocol"
	use="udp"
	port=${port:-161}
	do_service $FUNCNAME $@
}
