[tkined] agent on win platform

Tricia Glidewell (taglide@intercenter.net)
Sun, 13 Sep 1998 00:13:05 -0400

I am using scotty2.1.9 with tcl7.5 on windows. I am having trouble getting
the agent to work.

I open 2 tclsh windows. In the first I issue the following commands:

load tnm
mib load rfc1213.mib
set s [snmp session -agent {}]
$s instance sysName.0 namevar default-value
set namevar first-value
vwait forever

Then in the second window:

load tnm
mib load rfc1213.mib
set s [snmp session]
$s get sysName.0

I get no response. I have tried different ports but still same result. Am
I not using the vwait command correctly to enter tclsh into an event driven
mode? I am guessing this is the problem since I didn't have any trouble
with the agent on the unix box.

I would appreciate any help or suggestions.

Thanks,
Tricia

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.