Is it acceptable to use [+] or [ ' ] character in MIB?

"Dey, Rajnish" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
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-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.