0

Bad operator (�): At line 1 in /usr/share/snmp/mibs/ZYXEL-ES2108G-MIB.txt...while executing snmptranslate command m getting this error...What is the meaning of that???? any help

Ilmari Karonen
  • 49,047
  • 9
  • 93
  • 153
Gaurav
  • 91
  • 1
  • 4
  • 14

2 Answers2

1

Try adding -Pu

-P MIBOPTS Toggle various defaults controlling MIB parsing: u: allow the use of underlines in MIB symbols

Sergio
  • 61
  • 1
  • 6
0

It sounds like your MIB is not formatted in SMI syntax properly. Try using smilint and rewrite your MIB to SMI conformance.

EhevuTov
  • 20,205
  • 16
  • 66
  • 71