2009/5/8 jayesh km <km.jay...@yahoo.com>:
> We need to implement an SNMP table which has two columns as indexes.
> Both these columns are strings and the difficult part in one can have "dot"
> within it (it is a diameter realm name).

No problem there.
The strings are treated as a sequence of ASCII characters.
The character '.' is handled in exactly the same way as any other.


> Sample row can be
> realmName         peerName
> 3gpp.org       |          hss

That would be indexed as
    8 . '3' . 'g' . 'p' . 'p' . '.' . 'o' . 'r' . 'g' . 3 .'h' . 's' . 's'


> I am not sure if SNMP permits indexes with "dots" in between.
> Is there anyway I can implement this.

Just implement it - everything should work fine.

Dave

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to