Hi!
nxmibc reads only mib files passed to him at command line. So, if you wish to compile two mibs together, you should use command
Because usually there are lot of MIB files, most often used form is
nxmibc -d mibdir
Option -d instructs nxmibc to read all files with extension .txt from given directory.
Best regards,
Victor
nxmibc reads only mib files passed to him at command line. So, if you wish to compile two mibs together, you should use command
Code Select
nxmibc SNMPv2-TC.my SNMPv2-SMI.txt
Because usually there are lot of MIB files, most often used form is
nxmibc -d mibdir
Option -d instructs nxmibc to read all files with extension .txt from given directory.
Best regards,
Victor