Re: Size of MIB variable using mib2c

"Raghavendra Prasad" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
> What do you mean by that?
>  The size of an arbitrary string value that your MIB module should
>  report back?   Or the size of a new string value that is being SET?
>  Or what?

 I am talking about writing source code generation configuration
script files like mib2c.scalar.conf- I am writing a script file to
generate source-code-framework, I need to find size of the string from
MIB file. For example

        controllerDialUpDialOutPhoneNumber OBJECT-TYPE
                        SYNTAX  DisplayString (SIZE (0..16))
                        ACCESS read-write
                        STATUS mandatory
                        DESCRIPTION
                                "Dial Up Networking
                                 Dial-Out Phone Number (for traps)"
                        ::= { controller 6 }

In the above example the MIB variable has a size of upto 16 character.
I should be able to parse this in the script file - currently I am not
able to do that.

Other wise I have to manually edit the script file to allocate memory
of 16 characters for the above MIB variable.

With regards,

Raghavendra

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.