--> benr has joined #net-snmp
--> rob3rt has joined #net-snmp
--> slam has joined #net-snmp
--> hampa_zzz has joined #net-snmp
--> rstory|Out has joined #net-snmp
--> Debolaz has joined #net-snmp
--> evilted has joined #net-snmp
--> MezoWork has joined #net-snmp
[2002/09/05 00:24:24] #net-snmp <MezoWork> hi
--> djHD has joined #net-snmp
[2002/09/05 01:46:25] #net-snmp <djHD> hello guys
[2002/09/05 01:47:16] #net-snmp <djHD> i've tried to compile agent sample from page http://www.net-snmp.org/man/snmp_agent_api.html
[2002/09/05 01:47:30] #net-snmp <djHD> with net-snmp 5.0.3 on linux
[2002/09/05 01:48:09] #net-snmp <djHD> but i get strange link error that some func has undef. ref.
[2002/09/05 01:48:23] #net-snmp <djHD> but i do link with needed lib
[2002/09/05 01:48:42] #net-snmp <djHD> it requires libnetsnmpagent
[2002/09/05 01:48:51] #net-snmp <djHD> and init_agent is really there
[2002/09/05 01:49:05] #net-snmp <djHD> but i still get that it's undef.
[2002/09/05 01:49:15] #net-snmp <djHD> (and some other funcs)
[2002/09/05 02:00:13] #net-snmp <djHD> it was my fault :)
--> djHD has joined #net-snmp
[2002/09/05 02:27:26] #net-snmp <djHD> again me :)
[2002/09/05 02:30:53] #net-snmp <djHD> i can not change default port for my master agent
[2002/09/05 02:31:27] #net-snmp <djHD> read_config uses NETSNMP_DS_LIB_DEFAULT_PORT for handling defaultPort param in conf file
[2002/09/05 02:31:53] #net-snmp <djHD> but init_master_agent dont use it
[2002/09/05 02:36:39] #net-snmp <djHD> woah,,, instead of defaultPort i should use agentaddress ,,, strange :)
[2002/09/05 02:36:56] #net-snmp <djHD> do clear documentation ! :)
[2002/09/05 02:42:10] #net-snmp <MezoWork> ;)))
[2002/09/05 02:50:21] #net-snmp <djHD> what ? :)
[2002/09/05 02:50:44] #net-snmp <djHD> i port someones very old project, he used very old ucd-snmp ...
[2002/09/05 03:02:53] #net-snmp <djHD> now, i have problems with defining variable struct
[2002/09/05 03:03:20] #net-snmp <djHD> doc says that now everything generated by mib2c .. but i would like to do it manually, because i already have code for it
[2002/09/05 03:07:37] #net-snmp <djHD> var_struct ...
--> djHD- has joined #net-snmp
--> djHD has joined #net-snmp
[2002/09/05 05:04:21] #net-snmp <djHD> its me again
[2002/09/05 05:04:25] #net-snmp <djHD> last quiestion
[2002/09/05 05:04:41] #net-snmp <djHD> my app responses with snmp v1 ok, but i need v3
[2002/09/05 05:05:03] #net-snmp <djHD> i've set defSecurityAgent in conf of my agent
[2002/09/05 05:05:18] #net-snmp <djHD> errr... defSecurityName
[2002/09/05 05:05:31] #net-snmp <djHD> but I still get user unknown on requests ...
[2002/09/05 05:05:41] #net-snmp <djHD> where to dig ?
[2002/09/05 05:19:15] #net-snmp <djHD> i've read snmp.conf
[2002/09/05 05:20:45] #net-snmp <MezoWork> in /var/net-snmp/snmpd.conf
[2002/09/05 05:20:48] #net-snmp <MezoWork> add this line :
[2002/09/05 05:21:01] #net-snmp <MezoWork> createUser username (MD5|SHA) authpassphrase [DES] [priv-passphrase]
[2002/09/05 05:21:12] #net-snmp <djHD> eh,,, i have my own master agent
[2002/09/05 05:21:12] #net-snmp <MezoWork> in /usr/local/share/snmp/snmpd.conf
[2002/09/05 05:21:16] #net-snmp <djHD> dont use snmpd
[2002/09/05 05:21:16] #net-snmp <MezoWork> add :
[2002/09/05 05:21:18] #net-snmp <MezoWork> ok
[2002/09/05 05:21:24] #net-snmp <djHD> with snmpd i have no problems , it works
[2002/09/05 05:27:20] #net-snmp <djHD> should i create users myself ?
[2002/09/05 05:27:41] #net-snmp <djHD> like snmpd ...
[2002/09/05 05:28:10] #net-snmp <djHD> createUser is snmpd command ,,,
[2002/09/05 05:28:13] #net-snmp <djHD> eehhhhh
[2002/09/05 06:00:59] #net-snmp <djHD> i'm still here ! :)
[2002/09/05 06:10:43] #net-snmp <rstory> if you have your own master agent, then you have to configure/add v3 users in what ever way your master agent requires...
[2002/09/05 06:11:11] #net-snmp <djHD> yes ,,, i 've already found that ,,,
[2002/09/05 06:11:28] #net-snmp <djHD> in usmUser ,,, like snmpd does it
[2002/09/05 06:11:42] #net-snmp <djHD> but there is 0 info about it !
[2002/09/05 06:12:33] #net-snmp <djHD> i mean , noone mentioned it in AGENT.txt
[2002/09/05 06:12:45] #net-snmp <djHD> there is no word 'user' even !
[2002/09/05 06:13:41] #net-snmp <rstory> because we don't support using our generated code with other people's snmp agents (except AgentX)..
[2002/09/05 06:14:24] #net-snmp <djHD> ah so :) it would be easier if you said it :) i thougth that i miss something :)
[2002/09/05 06:14:33] #net-snmp <rstory> authentication is completely separate from extending the agent.
[2002/09/05 06:15:03] #net-snmp <rstory> I know our FAQ talks about user authentication...
[2002/09/05 06:15:21] #net-snmp <djHD> aha,,, so I can even bind db or ldap ,,,,
[2002/09/05 06:15:42] #net-snmp <rstory> ??
[2002/09/05 06:16:04] #net-snmp <djHD> to my application :) it will check user validity from database :)
[2002/09/05 06:16:57] #net-snmp <djHD> hm :) ok, never mind :) probably i still miss something ;)
[2002/09/05 06:20:30] #net-snmp <djHD> ah , finally worked ! :)
[2002/09/05 06:22:35] #net-snmp <djHD> hehe, not really :) i dont asks for password :)
[2002/09/05 06:22:37] #net-snmp <djHD> it
[2002/09/05 06:22:57] #net-snmp <djHD> simply gives var away without passphrase ...
--> wes has joined #net-snmp
--> wes has joined #net-snmp
[2002/09/05 06:28:04] #net-snmp <djHD> hello wes
[2002/09/05 06:28:15] #net-snmp <wes> howdy
[2002/09/05 06:29:26] #net-snmp <djHD> i've wrote my master agent with netlib
[2002/09/05 06:29:39] #net-snmp <wes> :-)
[2002/09/05 06:29:43] #net-snmp <djHD> but it allows acess to vars only with username
[2002/09/05 06:30:03] #net-snmp <djHD> security is missing
[2002/09/05 06:30:12] #net-snmp <djHD> errr, netlib = netsnmp
[2002/09/05 06:30:19] #net-snmp <wes> (I guessed that)
[2002/09/05 06:30:28] #net-snmp <wes> You need to configure it for access control then.
[2002/09/05 06:30:50] #net-snmp <rstory> no, he isn't using snmpd... but his own custom master agent
[2002/09/05 06:30:50] #net-snmp <wes> ideally, you want to use snmpv3 if you want security.
[2002/09/05 06:30:54] #net-snmp <wes> Ah.
[2002/09/05 06:31:05] #net-snmp <wes> but he said he wrote it using our toolkit...
[2002/09/05 06:31:07] #net-snmp <djHD> but i took code from snmpd
[2002/09/05 06:31:08] #net-snmp <wes> ACTION is confused.
[2002/09/05 06:31:27] #net-snmp <djHD> usmUser part
[2002/09/05 06:32:07] #net-snmp <djHD> everything from your sample Agent
[2002/09/05 06:32:25] #net-snmp <djHD> + init Usm
[2002/09/05 06:33:03] #net-snmp <rstory> we don't have a 'sample agent' ... we have a real agent, and a 'sample AgentX subagent'
[2002/09/05 06:33:45] #net-snmp <wes> well, yes and no. the sample agentx agent tells you how to become a real agent.
[2002/09/05 06:34:04] #net-snmp <djHD> yes :)
[2002/09/05 06:34:08] #net-snmp <djHD> there is a line
[2002/09/05 06:34:09] #net-snmp <djHD> int agentx_subagent=0; /* change this if you're a master agent */
[2002/09/05 06:34:36] #net-snmp <djHD> + I inserted init_usmUser(); before init_snmp
[2002/09/05 06:34:44] #net-snmp <wes> right.
[2002/09/05 06:34:51] #net-snmp <wes> Ok, you need the following things too:
[2002/09/05 06:34:58] #net-snmp <djHD> + handling mib vars :) in snmp v1 it works
[2002/09/05 06:35:01] #net-snmp <wes> 1) init_vacm_vars()
[2002/09/05 06:35:07] #net-snmp <wes> (to actually make access control happen)
[2002/09/05 06:35:31] #net-snmp <wes> 2) you need to create a MYAPP.conf file containing the access control directives you want just like snmpd.conf would contain
[2002/09/05 06:35:40] #net-snmp <djHD> have it already
[2002/09/05 06:35:44] #net-snmp <wes> MYAPP in this case should be whatever you put in the init_snmp line
[2002/09/05 06:35:53] #net-snmp <rstory> meethinks the sample needs updating too...
[2002/09/05 06:37:03] #net-snmp <wes> Anyway, so are you still having problems, and if so what exactly is the problem?
[2002/09/05 06:37:17] #net-snmp <djHD> i dont have init vacm ,,,
[2002/09/05 06:37:31] #net-snmp <djHD> trying to insert it .,.. but its undef. ref. ..
[2002/09/05 06:37:37] #net-snmp <djHD> need to find lib :)
[2002/09/05 06:39:18] #net-snmp <wes> well, it should be init_vacm_vars() and the function should be in libnetsnmpmibs
[2002/09/05 06:39:52] #net-snmp <djHD> yes ...
[2002/09/05 06:39:58] #net-snmp <djHD> but .. :)
[2002/09/05 06:40:29] #net-snmp <djHD> probably the order of libs in compile line matters
[2002/09/05 06:41:11] #net-snmp <wes> It does.
[2002/09/05 06:41:22] #net-snmp <wes> which is why you should use net-snmp-config --agent-libs
[2002/09/05 06:41:26] #net-snmp <wes> It gives you the right ordering.
[2002/09/05 06:42:01] #net-snmp <djHD> aha ! thanks you
[2002/09/05 06:42:35] #net-snmp <wes> no problem.
[2002/09/05 06:42:42] #net-snmp <wes> I'm off for a bit (30 minutes or so)
[2002/09/05 06:42:52] #net-snmp <wes> ACTION is away: reading various internet-drafts
[2002/09/05 06:42:57] #net-snmp <djHD> :)
[2002/09/05 06:49:42] #net-snmp <djHD> now, I get "access denied to that object"
[2002/09/05 06:53:07] #net-snmp <djHD> and even "Error in packet"
[2002/09/05 06:54:56] #net-snmp <djHD> ah , access denied my fault :)
[2002/09/05 06:56:22] #net-snmp <djHD> ehm , sorry guys, i will wait when you come back :)
[2002/09/05 07:03:40] #net-snmp <djHD> oh
[2002/09/05 07:03:44] #net-snmp <djHD> finally ! :)
[2002/09/05 07:07:31] #net-snmp <MezoWork> --enable-mini-agent
[2002/09/05 07:07:31] #net-snmp <MezoWork> does this only compile snmplib/ and agent/ ?
[2002/09/05 07:07:58] #net-snmp <djHD> small teoretical question , if i will create users with snmpusm , they will not be saved anywhere ?
[2002/09/05 07:12:54] #net-snmp <MezoWork> to not compile man and apps ... must I use ./configure --disable-man --disable-apps ?
[2002/09/05 07:13:35] #net-snmp <djHD> i dont know :) i'm now the svmpv3 specialist :)
[2002/09/05 07:13:40] #net-snmp <djHD> and only :)
[2002/09/05 07:14:18] #net-snmp <MezoWork> ;))))
[2002/09/05 07:22:45] #net-snmp <djHD> ok, thank you for help guys :)
--> TrogL666 has joined #net-snmp
--> rstory has joined #net-snmp
[2002/09/05 07:38:10] #net-snmp <wes> a/awy
[2002/09/05 07:38:40] #net-snmp <rstory> u/up
[2002/09/05 07:38:47] #net-snmp <wes> ACTION is back
[2002/09/05 07:38:48] #net-snmp <wes> heh.
[2002/09/05 07:38:59] #net-snmp <rstory> it's superman!
[2002/09/05 07:39:01] #net-snmp <wes> MezoWork: it always compiles man and apps. mini-agent makes a "smaller" agent.
[2002/09/05 07:39:28] #net-snmp <wes> dj: they get stored in /var/net-snmp/MYAPP.conf
[2002/09/05 07:39:37] #net-snmp <wes> (assuming you don't do a kill -9)
[2002/09/05 07:45:35] #net-snmp <MezoWork> thanks wes
[2002/09/05 08:06:36] #net-snmp <TrogL666> is --enabled-shared a good idea even if I'm not distributing the perl modules?
[2002/09/05 08:08:16] #net-snmp <wes> depends on if you like shared libraries or not.
[2002/09/05 08:08:43] #net-snmp <TrogL666> what does it buy me?
[2002/09/05 08:09:10] #net-snmp <wes> well, it means the binaries are smaller because they share code.
[2002/09/05 08:09:21] #net-snmp <TrogL666> sounds good
[2002/09/05 08:09:22] #net-snmp <wes> It means that memory usage may be smaller if you run multiple binaries.
[2002/09/05 08:09:25] #net-snmp <wes> (at once)
[2002/09/05 08:09:59] #net-snmp <wes> it means you must have shared libraries installed properly, of course, which can be a problem on some systems in single-user mode3.
--> delanne_ has joined #net-snmp
--> miike has joined #net-snmp
--> delanne__ has joined #net-snmp
[2002/09/05 09:02:59] #net-snmp <rstory> sigh. the master agent still has a problem when a subagent does a lot of connecting/disconnecting... :-(
[2002/09/05 09:03:54] #net-snmp <TrogL666> when would it do this? should I test on solaris?
[2002/09/05 09:04:42] #net-snmp <rstory> no, it's reproducable on Linux, not likely platform specific... and it you don't have sub-agents, it's not an issue...
[2002/09/05 09:09:39] #net-snmp <TrogL666> then I don't have an issue. However, what, pray tell, is a sub-agent?
[2002/09/05 09:11:00] #net-snmp <rstory> you can implement mib objects in a separate application from snmpd, and it can connect to snmpd using the AgentX protocol...
[2002/09/05 09:14:26] #net-snmp <TrogL666> ah
--> urgusabic has joined #net-snmp
--> urgusabic has joined #net-snmp
--> urgusabic has joined #net-snmp
--> mali[x] has joined #net-snmp
[2002/09/05 10:37:01] #net-snmp <mali[x]> hi #net-snmp
[2002/09/05 10:37:11] #net-snmp <mali[x]> rstory: are you here ?
[2002/09/05 10:37:13] #net-snmp <wes> hi
[2002/09/05 10:37:18] #net-snmp <mali[x]> wes: hi
[2002/09/05 10:37:45] #net-snmp <mali[x]> wes: i have some problem with text formating
[2002/09/05 10:37:53] #net-snmp <wes> ?
[2002/09/05 10:38:18] #net-snmp <mali[x]> i want to use snmptable to show just this
[2002/09/05 10:38:24] #net-snmp <mali[x]> wait ...
[2002/09/05 10:38:26] #net-snmp <rstory> i'm here.. a little busy at the moment... will check back in 5-10 min
[2002/09/05 10:39:19] #net-snmp <mali[x]> wes: http://81.22.67.24/cgi-bin/processus
[2002/09/05 10:39:51] #net-snmp <wes> and?
[2002/09/05 10:40:01] #net-snmp <wes> snmptable should do that easily enough.
[2002/09/05 10:40:49] #net-snmp <mali[x]> i use this :$snmptable 127.0.0.1 public host.hrSWRunPerf.hrSWRunPerfTable
[2002/09/05 10:41:06] #net-snmp <mali[x]> it shows me just two column
[2002/09/05 10:41:22] #net-snmp <mali[x]> hrSWRunPerfCPU hrSWRunPerfMem
[2002/09/05 10:41:39] #net-snmp <mali[x]> not pid and app name
[2002/09/05 10:42:08] #net-snmp <wes> ah.
[2002/09/05 10:42:14] #net-snmp <mali[x]> wes: what i do ?
[2002/09/05 10:42:16] #net-snmp <wes> Add -Ci to get the proccess id.
[2002/09/05 10:43:03] #net-snmp <mali[x]> thanks and name process ?
[2002/09/05 10:43:35] #net-snmp <wes> the problem is that the process name is in a different table.
[2002/09/05 10:43:46] #net-snmp <wes> you need something more powerful than snmptable
[2002/09/05 10:43:51] #net-snmp <wes> (like netsh)
[2002/09/05 10:44:01] #net-snmp <mali[x]> netsh ?
[2002/09/05 10:44:22] #net-snmp <wes> yeah, it's a perl shell/script/whatever that lets you do more complex operations.
[2002/09/05 10:44:42] #net-snmp <mali[x]> wes: where i can get it ?
[2002/09/05 10:45:09] #net-snmp <wes> well, it comes with net-snmp (recent versions only) but you need to jump through some hoops to get it installed.
[2002/09/05 10:45:22] #net-snmp <wes> See the perl/AnyData_SNMP/INSTALL file and follow it's instructions.
[2002/09/05 10:46:05] #net-snmp <mali[x]> wes: i don't want to install net snmp recent now ( idon't have time )
[2002/09/05 10:46:21] #net-snmp <wes> then you'll have to run 2 snmptables and combine the results yourself.
[2002/09/05 10:46:22] #net-snmp <mali[x]> can i combine to use it with old version ?
[2002/09/05 10:46:34] #net-snmp <wes> no, it requires 5.0.3 at least.
[2002/09/05 10:46:48] #net-snmp <mali[x]> wes: thanks for help
[2002/09/05 10:47:01] #net-snmp <wes> no
[2002/09/05 10:47:03] #net-snmp <wes> problem
[2002/09/05 10:56:19] #net-snmp <mali[x]> wes: it look be fine now
[2002/09/05 10:57:04] #net-snmp <wes> good!
[2002/09/05 10:58:55] #net-snmp <mali[x]> wes: thanks for help twice
[2002/09/05 10:59:03] #net-snmp <wes> no
[2002/09/05 10:59:03] #net-snmp <wes> problem
[2002/09/05 10:59:15] #net-snmp <wes> (man that's twice I've messed up that line)
[2002/09/05 10:59:17] #net-snmp <mali[x]> :)
[2002/09/05 11:00:06] #net-snmp <TrogL666> wes: i've got my tarballs and they average out to 24 mb apiece - is there a way tar tar xvf-ing from a different directory and having them end up in the right spot?
[2002/09/05 11:00:14] #net-snmp <TrogL666> root is nearly full on some of my boxen
[2002/09/05 11:00:38] #net-snmp <rstory> gzip them!
[2002/09/05 11:01:10] #net-snmp <rstory> cd / && tarxvfz /tmp/path/to/net-snmp.tar.gz
[2002/09/05 11:01:21] #net-snmp <rstory> uh, tar xvfz
[2002/09/05 11:01:28] #net-snmp <TrogL666> I don't believe my tar supports z
[2002/09/05 11:01:54] #net-snmp <rstory> gzip -d -c /tmp/path/blah blah | tar xvf -
[2002/09/05 11:02:29] #net-snmp <mali[x]> rstory: did do try to install lfs ?
[2002/09/05 11:02:44] #net-snmp <mali[x]> s/do/you
[2002/09/05 11:03:16] #net-snmp <rstory> refresh my memory... what is lfs?
[2002/09/05 11:03:55] #net-snmp <mali[x]> linuxfromscratch
[2002/09/05 11:04:01] #net-snmp <mali[x]> www.linuxfromscratchorg
[2002/09/05 11:04:06] #net-snmp <mali[x]> www.linuxfromscratch.org
[2002/09/05 11:05:25] #net-snmp <rstory> no, hadn't tried it...
[2002/09/05 11:07:01] #net-snmp <mali[x]> i want to try it and install net-snmp on it
[2002/09/05 11:07:22] #net-snmp <mali[x]> can you tell me some comment ?
[2002/09/05 11:08:09] #net-snmp <mali[x]> wes: www.net-snmp.org not exist ?
[2002/09/05 11:09:35] #net-snmp <wes> works for me.
[2002/09/05 11:10:25] #net-snmp <rstory> you should be able to build/install from source with no problems, assuming you have gcc & company
[2002/09/05 11:10:40] #net-snmp <wes> dell herer
[2002/09/05 11:11:13] #net-snmp <wes> back in a while.
[2002/09/05 11:11:20] #net-snmp <wes> (I have a newer openssl)
[2002/09/05 11:12:15] #net-snmp <mali[x]> rstory: i see buy in E of logo of net-snmp
[2002/09/05 11:12:23] #net-snmp <mali[x]> rstory: ?
[2002/09/05 11:13:06] #net-snmp <mali[x]> rstory: understand me
[2002/09/05 11:13:23] #net-snmp <rstory> the logo is made up of postcards users have sent in...
[2002/09/05 11:13:36] #net-snmp <rstory> someone sent in a postcard that says buy
[2002/09/05 11:13:44] #net-snmp <mali[x]> ah good idea
[2002/09/05 11:14:19] #net-snmp <mali[x]> if i send you postcard you add me ?
[2002/09/05 11:14:36] #net-snmp <rstory> we ask our users to send us postcards from their town...
[2002/09/05 11:14:37] #net-snmp <rstory> yes
[2002/09/05 11:15:19] #net-snmp <mali[x]> i am in oran
[2002/09/05 11:15:26] #net-snmp <mali[x]> do you know it ?
[2002/09/05 11:15:35] #net-snmp <mali[x]> i am from oran
[2002/09/05 11:15:56] #net-snmp <rstory> no, sorry, I don't.
[2002/09/05 11:16:05] #net-snmp <mali[x]> it in algeria
[2002/09/05 11:16:14] #net-snmp <mali[x]> do you no algers ?
[2002/09/05 11:16:17] #net-snmp <rstory> ah, ok, that I recognize
[2002/09/05 11:17:54] #net-snmp <mali[x]> rstory: what i install net-snmp-pre or the other ?
[2002/09/05 11:18:54] #net-snmp <rstory> yes, a pre-release should be fine...
[2002/09/05 11:19:20] #net-snmp <mali[x]> 5.0.4 ?
[2002/09/05 11:19:28] #net-snmp <rstory> yep
[2002/09/05 11:20:00] #net-snmp <mali[x]> pre2 ?
[2002/09/05 11:20:07] #net-snmp <rstory> yep
[2002/09/05 11:20:54] #net-snmp <mali[x]> rstory: thanks
[2002/09/05 11:22:11] #net-snmp <TrogL666> is there something I can tack on the snmpwalk call to make it access all mibs?
[2002/09/05 11:22:12] #net-snmp <mali[x]> rstory: try this http://81.22.67.24/cgi-bin/dispo2
[2002/09/05 11:22:27] #net-snmp <rstory> TrogL666: -m ALL
[2002/09/05 11:23:29] #net-snmp <mali[x]> ?
[2002/09/05 11:23:45] #net-snmp <mali[x]> rstory: are you on ?
[2002/09/05 11:24:02] #net-snmp <rstory> yes.. the page isn't loading
[2002/09/05 11:24:44] #net-snmp <mali[x]> rstory: is it waiting ?
[2002/09/05 11:24:57] #net-snmp <rstory> (also, remember that I'm here in IRC while I"m at work, so sometimes it may take me a few minutes to respond... please be patient)
[2002/09/05 11:25:58] #net-snmp <mali[x]> rstory: ok
[2002/09/05 11:26:14] #net-snmp <mali[x]> (excuse me if i distrub you )
[2002/09/05 11:27:18] #net-snmp <rstory> this is a picture of your network?
[2002/09/05 11:27:48] #net-snmp <mali[x]> not my network
[2002/09/05 11:28:01] #net-snmp <mali[x]> of univercity
[2002/09/05 11:28:11] #net-snmp <mali[x]> rstory: it is script
[2002/09/05 11:29:13] #net-snmp <mali[x]> rstory: it send snmpget eatch (chaque in french) 30 second
[2002/09/05 11:29:54] #net-snmp <mali[x]> rstory: you wait for long time because i have just one box
[2002/09/05 11:35:23] #net-snmp <rstory> the boxes with X are down, and the others are up?
[2002/09/05 11:35:52] #net-snmp <mali[x]> yes
[2002/09/05 11:36:16] #net-snmp <mali[x]> not down i havn't the other boxes now
[2002/09/05 11:36:45] #net-snmp <mali[x]> if i plug my box to network they are up
--> mali[x]_ has joined #net-snmp
--> mali[x] has joined #net-snmp
[2002/09/05 12:31:22] #net-snmp <mali[x]> rstory: i know now about postcard
[2002/09/05 12:31:27] #net-snmp <mali[x]> i must send him
--> Guest50678 has joined #net-snmp
[2002/09/05 12:49:52] #net-snmp <Guest50678> Hi i need help setting up snmp
[2002/09/05 12:51:01] #net-snmp <rstory> what's the problem?
--> wes has joined #net-snmp
[2002/09/05 12:53:58] #net-snmp <wes> sigh... I hate windows. Raise your hand if you hate windows too!
[2002/09/05 12:55:02] #net-snmp <rstory> ACTION raises both his hands
[2002/09/05 12:56:22] #net-snmp <Guest50678> i dont know what to do
[2002/09/05 12:56:28] #net-snmp <Guest50678> i was told to implement a system
[2002/09/05 12:56:36] #net-snmp <Guest50678> i have some info about the system that I have to connect to
[2002/09/05 12:56:43] #net-snmp <Guest50678> but I dont know squat about these mibs and stuff
[2002/09/05 12:56:53] #net-snmp <Guest50678> i know i will have to do snmpgets to get my info
[2002/09/05 12:58:59] #net-snmp <rstory> do you have net-snmp installed?
[2002/09/05 13:00:14] #net-snmp <rstory> sigh.. runaway kernel module... gotta reboot.. brb...
[2002/09/05 13:02:21] #net-snmp <Guest50678> i have it yes
[2002/09/05 13:02:33] #net-snmp <Guest50678> it has been installed on my system
[2002/09/05 13:02:54] #net-snmp <Guest50678> and i was told by a sys engineer on the remote side that everything is good from there
[2002/09/05 13:03:05] #net-snmp <Guest50678> i was given info such as location, community etc
--> rstory has joined #net-snmp
[2002/09/05 13:07:42] #net-snmp <Guest50678> rstory are u the guy who answered my question in the email list
[2002/09/05 13:07:47] #net-snmp <Guest50678> this is eli siegel
[2002/09/05 13:10:30] #net-snmp <rstory> yes, that would be me
[2002/09/05 13:22:15] #net-snmp <Guest50678> thanks for your help so far
[2002/09/05 13:22:24] #net-snmp <Guest50678> i am just a beginner at this snmp stuff
[2002/09/05 13:22:41] #net-snmp <rstory> np... have you been able to get a remote object yet?
[2002/09/05 13:22:42] #net-snmp <Guest50678> and have been very frustrated with the task of setting up the snmp system all on my own
[2002/09/05 13:22:47] #net-snmp <Guest50678> no
[2002/09/05 13:23:04] #net-snmp <Guest50678> because I am unsure how to create a mib file with the environment info that I have so far
[2002/09/05 13:23:33] #net-snmp <Guest50678> i have tried doing a simple snmpget to get the sysDescr and have been unsuccesful
[2002/09/05 13:23:46] #net-snmp <Guest50678> how can i tell if the other sides snmp daemon is truly running
[2002/09/05 13:23:47] #net-snmp <Guest50678> ?
[2002/09/05 13:24:32] #net-snmp <rstory> do you have shell access to the remote machine?
[2002/09/05 13:25:04] #net-snmp <Guest50678> like a unix shell u mean
[2002/09/05 13:25:21] #net-snmp <Guest50678> i just have access to a program that runs on that machine
[2002/09/05 13:25:30] #net-snmp <Guest50678> i have no logon privs to that machine though
[2002/09/05 13:31:32] #net-snmp <rstory> ok, there is an agent on the remote side? or you have to install that too?
[2002/09/05 13:46:33] #net-snmp <rstory> gotta run soon, but if you don't know the community name for the remote side, you can't really tell...
[2002/09/05 13:50:38] #net-snmp <Guest50678> i was told there is already an agent running on the remote side
[2002/09/05 13:52:40] #net-snmp <Guest50678> i knwo the community name
[2002/09/05 13:54:45] #net-snmp <Guest50678> i have to get going now also
[2002/09/05 13:54:50] #net-snmp <Guest50678> we can continue this convo later
--> benr has joined #net-snmp
--> paulj has joined #net-snmp
[2002/09/05 17:28:45] #net-snmp <paulj> hi
[2002/09/05 17:28:53] #net-snmp <paulj> have a quick question
[2002/09/05 17:29:07] #net-snmp <paulj> you all know what MRTG is ?
[2002/09/05 17:29:34] #net-snmp <paulj> i want to use it to query my D-Link 704 Router to find my bandwidth usage
--> Solefald has joined #net-snmp
[2002/09/05 19:19:52] #net-snmp <Solefald> hello all
[2002/09/05 20:06:40] #net-snmp <Solefald> where can i get mta_sendmail MIB ?
--> urgusabi1 has joined #net-snmp
--> benr has joined #net-snmp
[2002/09/05 22:07:12] #net-snmp <benr> ACTION is away: q3a: truecombat time.
--> benr has joined #net-snmp
Powered by: