Dear Friends,

I  have to say thanks for the cooperation for my queries regarding getbulk 
request.
It really helped me in my project.
Thanks once again,

Regarding my project,I have one mib specification.

Regarding that, 
I have need to clarify that, 
1.
Is it possible , to make the Index as read write.
Because,i didnt work on this seneriao before.

2.
Another could you specify any example for the string  used as index.

for your reference,i have given my MIB definition.

        userLoginTable              OBJECT-TYPE
                SYNTAX SEQUENCE OF UserLoginEntry
                MAX-ACCESS      not-accessible
                STATUS          current
                DESCRIPTION     "Specific data about Login Table in Security 
Sub system."
                ::= { secsysGroup 1 }

        userLoginEntry OBJECT-TYPE
                SYNTAX          UserLoginEntry
                MAX-ACCESS      not-accessible
                STATUS          current
                INDEX           { userName }
                ::= { userLoginTable 1 }

        UserLoginEntry ::= SEQUENCE {
                userName         OCTET STRING,
                userPwd          OCTET STRING
                }

        
        userName OBJECT-TYPE
                SYNTAX       OCTET STRING 
                MAX-ACCESS   read-write
                STATUS       current
                DESCRIPTION  "The Username in the table."
                ::=  { userLoginEntry  1 }

        userPwd OBJECT-TYPE
                SYNTAX       OCTET STRING 
                MAX-ACCESS   read-write
                STATUS       current
                DESCRIPTION  "The User PWd  in the table."
                ::=  { userLoginEntry  2 }

END


With thanks and Regards,
D.SenthilNathan



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to