Re: [tkined] [Q] Is there some way to access other information in SNMP PDU?

Young-Ho Bae (yhbae@rcunix.kotel.co.kr)
Fri, 21 Nov 1997 11:22:25 +0900

Juergen Schoenwaelder wrote:
> Create an SNMP session for each community you are using.
I tried to create several session, like followings
% set s [snmp session -agent ""]
snmp0
% set a [snmp session -agent "" -community private]
snmp1

But, when I tried to operate on snmp1, scotty dumped core like
followings
% $a configure
Segmentation fault (core dumped)

SIGSEGV is generated on line 595 of TnmSnmp.c, when it calls
Tcl_FreeFile

I think scotty agent sessions can not share the same port.
If I want to make a proxy agent which shares the same port,
Is there any solution for this problem?

Thanks in advance.

--
mail: yhbae@rcunix.kotel.co.kr | Bae, Young-Ho
voice: +82-2-526-5214          | Wireless Communications Research
Laboratory
fax:   +82-2-526-6178          | KTRDG, 17 Woomyun-dong, Suhcho-Gu,
Seoul, ROK
--
!! 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.