On Fri, 13 Jan 2006 12:05:33 +0530 Naganarasimha wrote:
N> But later in some machines having xp os, I am able to see there 2 entries in
N> the table with same port number but with different udpLocalAddress OID
N> values.

How about an example? Assume your machine's IP address is 192.168.0.1. If you
start snmpd with 'snmpd udp:161', it would show up in the table with the
0.0.0.0 address.

If you start snmpd with 'snmpd 192.168.0.1:161', it would show up in the table
with the 192.168.0.1 address.

If you start snmpd with 'snmpd 192.168.0.1:161,localhost:161', it would show
up twice in the table with the 192.168.0.1 and 127.0.0.1 addresses. In this
case, two entries equals one listener.

But say you had a second interface, and started a second version of snmpd with
'snmpd 10.0.0.1:161'. Continuing from the previous state, you'd now have 3
entries for port 161, with two listeners.

That help?

-- 
NOTE: messages sent directly to me, instead of the lists, will be deleted
      unless they are requests for paid consulting services.

Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to