Re: Use of multiple MIB instances

2009-03-04 Thread Dave Shield
2009/3/4 Zé Flash : >   I have still some issues regarding architecture, after discussing with > some colleagues...What is the difference between using "context based > addressing" and using a "proxy forwarder" to connect multiple devices > (sensors), using a switch, while sharing the same stan

RE: populating ifTable with Virutal IP interfaces (eth0:1)

2009-03-04 Thread Sundarasamy Santhosh-PHT438
Hi Is there a way I could populate my own values (instead of actual interface details) in ifTable? I need this to simulate multiple agents in a single machine. Current EMS doesn't differentiate the agent if it report same ifTable (ifPhyAddress) data. Once possible way I could find

Re: populating ifTable with Virutal IP interfaces (eth0:1)

2009-03-04 Thread Dave Shield
2009/3/4 Sundarasamy Santhosh-PHT438 : >        Is there a way I could populate my own values (instead of actual > interface details) in ifTable? Not easily, no. >        Once possible way I could find is disabling default ifTable > support through configure and instrument this table through mib

Re: Use of multiple MIB instances

2009-03-04 Thread Zé Flash
Hi all! Thanks for your contributions! I have still some issues regarding architecture, after discussing with some colleagues...What is the difference between using "context based addressing" and using a "proxy forwarder" to connect multiple devices (sensors), using a switch, while sha

Re: memory leak on traps

2009-03-04 Thread Amit Kumar
 the guys who faced the same issue .. help me out to resolve the same.. Thanks Amit From: Amit Kumar To: [email protected] Sent: Wednesday, 4 March, 2009 15:54:18 Subject: memory leak on traps Hi All ,         I am getting some m/m leak

Re: FW: net-snmp for network discovery

2009-03-04 Thread Dave Shield
2009/3/4 Sathyanarayana Murthy, Harish Kolar : > So, there is no way we can get router's IP address table using net-snmp? Yes, of course there is. The Net-SNMP software is a suite of tools (applications and libraries) that you can use to do "SNMP stuff". This includes querying the router to ret

memory leak on traps

2009-03-04 Thread Amit Kumar
Hi All ,         I am getting some m/m leak in send_v2trap .. i added one patch to avoid this --- net-snmp-5.4/agent/agent_trap.c 2006-09-19 20:15:26.0 +0530 +++ net-snmp-5.4_new/agent/agent_trap.c 2009-03-04 15:03:14.0 +0530 @@ -897,6 +897,7 @@ send_trap_to_sess(netsnmp_sess

Re: FW: net-snmp for network discovery

2009-03-04 Thread Peter Hicks
Sathyanarayana Murthy, Harish Kolar wrote: > So, there is no way we can get router's IP address table using net-snmp? > There is! ipAddrTable lists IP addresses and interfaces, which you'll need to cross-reference with ifTable to find the actual interfaces. snmpd supports both tables. Pete

Re: FW: net-snmp for network discovery

2009-03-04 Thread Pranesh Kulkarni
These things can be done all at SNMP-Manager. On Wed, Mar 4, 2009 at 2:13 PM, Sathyanarayana Murthy, Harish Kolar < [email protected]> wrote: > So, there is no way we can get router's IP address table using net-snmp? > > -Original Message- > From: Peter Hicks [mailto:[email protected].

RE: FW: net-snmp for network discovery

2009-03-04 Thread Sathyanarayana Murthy, Harish Kolar
So, there is no way we can get router's IP address table using net-snmp? -Original Message- From: Peter Hicks [mailto:[email protected]] Sent: Wednesday, March 04, 2009 1:05 PM To: Sathyanarayana Murthy, Harish Kolar Cc: [email protected] Subject: Re: FW: net-sn