Confirmation Regarding Special Characters in SNMP Configuration

2019-07-31 Thread prabu varadharajan
Dear All, As part of my Agent Configuration, I'm planning to provide an User Interface to configure the SNMP Configuration like Read-Only Community, Read-Write Community and all including SNMPv3. Now the issue is whether the SNMP Agent and SNMP Utilities will be able to process all sp

Re: SNMP Configuration

2019-05-28 Thread Arun Kumar
, > start by reading > http://net-snmp.sourceforge.net/wiki/index.php/Tutorials > > Regards > Anders Wallin > > > On Wed, May 22, 2019 at 5:23 PM Arun Kumar wrote: > >> Dear friends, >> >> i want to configure snmp configuration on linux. can you ple

Re: SNMP Configuration

2019-05-22 Thread Anders Wallin
Hi Arun, your request needs to be more specific to get an answer, but that said, start by reading http://net-snmp.sourceforge.net/wiki/index.php/Tutorials Regards Anders Wallin On Wed, May 22, 2019 at 5:23 PM Arun Kumar wrote: > Dear friends, > > i want to configure snmp configu

SNMP Configuration

2019-05-22 Thread Arun Kumar
Dear friends, i want to configure snmp configuration on linux. can you please help me configuration of mibs and other details. Thanks! ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo

Re: Queries regarding SNMP Configuration

2012-10-18 Thread Wes Hardaker
"R.Hemanth Iyer" writes: > I would like to know a few things regarding the SNMP configuration on the > SBR by Juniper. It sounds like that's a question you should ask Juniper support? -- Wes Hardaker Please mail all replies to net-snmp-coders@

Queries regarding SNMP Configuration

2012-10-17 Thread R.Hemanth Iyer
Hi ! Net SNMP Team, I would like to know a few things regarding the SNMP configuration on the SBR by Juniper. How can we check whether the SNMP request id being generated by the AAA/SBR or not. How should we check it. *** Regards** Hemanth Iyer **9582362110

Re: SNMP Configuration issue

2009-11-18 Thread Wes Hardaker
> On Tue, 17 Nov 2009 21:52:50 +0800, ÁõÒ»°× said: l> How can I configure SNMP on Checkpoint R65 platform? You'll need to ask the Checkpoint vendor about how to configure their software. We can really only help you configuring our software. -- Wes Hardaker Please mail all replies to net-sn

SNMP Configuration issue

2009-11-17 Thread 刘一白
Hello, How can I configure SNMP on Checkpoint R65 platform? All I need are community string(like SNMPTEST) and SNMP server(checkpoint sends SNMP to this server:192.168.1.1). Is there any command like snmptrap -v 2c -c SNMPTEST 192.168.1.1:162… or edit snmpd.conf file. I tried, but still not w

Red Hat SNMP configuration

2008-10-14 Thread scott droubay
To whom it may concern; I'm new to Linux and am running Linux Red Hat v5.2. I'm trying to configure snmp and find the man pages and the snmpd.conf file confusing and cryptic. Is there a configuration tool or a better example of a snmpd.conf file that I can use? Thanks, Scott

Re: net-snmp configuration in runtime

2006-04-28 Thread Wes Hardaker
> On Sun, 23 Apr 2006 18:58:18 +1000 (EST), Thomas Jeffry <[EMAIL > PROTECTED]> said: Thomas> May I change its configuration without restart? Thomas> Does signal SIGHUP works? It's supposed to. Having said that, it's not great. HUP has always been hard to peg down as saying when it wor

net-snmp configuration in runtime

2006-04-26 Thread Thomas Jeffry
Let's say I have configured and running snmpd. May I change its configuration without restart? Does signal SIGHUP works? Are there another methods except SIGHUP? Are somebody going to design special application, for example, snmpruncfg? Best, Thom Send instant messages to your online friends http

RE: NET-SNMP Configuration

2006-01-16 Thread Dave Shield
[ Please *DO NOT* mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] > Could you gi

RE: NET-SNMP Configuration

2006-01-16 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On Mon,

Re: NET-SNMP Configuration

2006-01-16 Thread Dave Shield
On Thu, 2006-01-12 at 11:12 +0100, MAZELIN-EXTERNAL Christophe wrote: > My application send a trap locally How does your application do this? What code does it use? > I wrote this snmpd.conf : Is your application an SNMP *agent*, based on the Net-SNMP agent code? Or is it a different applicat

RE: NET-SNMP Configuration

2006-01-12 Thread kanakamahesh.anasuri
Title: RE: NET-SNMP Configuration Chris The initial traps which you got are forwarded by snmpd, but when your try to send traps using snmptrap, bydefault it will send to 162 port for clients. So you need to send traps(snmptrap) with your required port #no in the command. If agent itself