Tag Name snmp_incoming_address
snmp_outgoing_address
Usage snmp_incoming_address IPAddress
snmp_outgoing_address IPAddress

Description
Just like ‘udp_incoming_address’ above, but for the SNMP port. This option is only available if Squid is rebuilt with the–enable-snmp option

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.

Default The default behavior is to not bind to any specific address. snmp_incoming_address 0.0.0.0
snmp_outgoing_address 255.255.255.255

Example
snmp_incoming_address 172.16.1.115
snmp_outgoing_address 172.16.1.114

Caution
snmp_incoming_address and snmp_outgoing_address cannot have the same value since they both use port 3130.