TAG NAME snmp_incoming_address, snmp_outgoing_address

Description Defines the interface for snmp incoming and outgoing requests
Build Option
–enable-snmp
Usage
snmp_incoming_address ip_address
snmp_outgoing_address
ip_address
Default
snmp_incoming_address 0.0.0.0
snmp_outgoing_address 255.255.255.255

Synopsis

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) then 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.

Arguments

ip_address
Incoming and outgoing interface address

Example(s)
snmp_incoming_address 172.16.1.35
snmp_outgoing_address 172.16.1.36