mosy(1M) mosy(1M)
NAME
mosy - Managed Object Syntax compiler (yacc-based)
SYNOPSIS
mosy [-o module.defs] -s module.my
DESCRIPTION
The mosy compiler reads a description of a managed objects
module (module.my) and produces a simple ASCII file
(module.defs) containing equivalent definitions. The output
file is meant to be read as configuration data by a network
management program.
The default output file name is derived from the name of the
input file (for example, if the input file is named module.my
the output file will be named module.defs). The -o option
overrides this behavior with the specified output file name;
if you specify a dash (-) with the -o option, the standard
output is used instead of a file.
Normally, mosy prints the name of each object, identifier, or
type as it works. The -s option disables this behavior.
SEE ALSO
getmany(1M), getnext(1M), getone(1M), snmpd(1M).
RFC 1155, RFC 1212.
NOTES
mosy does not contain a library, so it can't check IMPORT
statements for validity.
mosy discards the enumerations associated with INTEGERs
(although it does perform range checking on them).
mosy does not perform range checking on size constraints
associated with INTEGERs.
Copyright 1994 Novell, Inc. Page 1