Hi Everyone,
 
I created mib and tried to load on mib browser, but mib is not able to
load due to syntax error. Here I am using special character (i.e, [+]
and [ ' ]) in syntax field. 
 
Here is the mib snippet:-  
 
============================================
 PASSBANDType ::= TEXTUAL-CONVENTION 
  STATUS   current
  DESCRIPTION
   "Pass band type."
  SYNTAX    INTEGER  { undefined ( -1 )
,cellular_A'+A(1),cellular_A(2),cellular_A_A'_A2(3) }
 ====================================================================
 
Then i changed the SYNTAX character ( ' ) with number and ( + ) with
underscore (_). Mib got loaded without any error. 
Here is my new change:
==========================================================
SYNTAX    INTEGER  { undefined ( -1 )
,cellular_A1_A(1),cellular_A(2),cellular_A_A1_A2(3) }
==================================================================
 
Can anyone tell me how to use these character in MIB ? Is it acceptable
?
 
Thanks a lot...!!! ...in Advance,
 
Have a great day, 
Eagerly waiting for your response.
 
Thanks,
-Rajnish   
 
-------------------------------------------------------------------------
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-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to