Option Name:snmp_incoming_address
Replaces:
Requires:--enable-snmp
Default Value:snmp_incoming_address 0.0.0.0
Suggested Config:

	Just like 'udp_incoming_address' above, but for the SNMP port.

	snmp_incoming_address	is used for the SNMP socket receiving
				messages from SNMP agents.
	snmp_outgoing_address	is used for SNMP packets returned to SNMP
				agents.

	The default snmp_incoming_address (0.0.0.0) is to listen on all
	available network interfaces.

	If snmp_outgoing_address is set to 255.255.255.255 (the default)
	it will use the same socket as snmp_incoming_address. Only
	change this if you want to have SNMP replies sent using another
	address than where this Squid listens for SNMP queries.

	NOTE, snmp_incoming_address and snmp_outgoing_address can not have
	the same value since they both use port 3401.