mibcomp(1Msnmp)
mibcomp --
script for running mosy and post_mosy utilities
Synopsis
/usr/sbin/mibcomp.sh [ -s ] -o defns_file module.my[,module.my] ...
Description
The script mibcomp.sh:
-
runs the compiler mosy over one or more managed objects modules
(module.my) and appends the output of each to a temporary file
-
prepends the following object definitions to the temporary file:
- internet
-
iso.3.6.1
- directory
-
internet.1
- mgmt
-
internet.2
- experimental
-
internet.3
- private
-
internet.4
- enterprises
-
private.1
-
runs post_mosy over the temporary file and puts the result in
defns_file. If defns_file is ``-'', the standard
output is used.
Options
Normally, mosy prints the name of each object, identifier, or
type while it runs. The -s option disables this behavior.
Refernces
mosy(1Msnmp),
post_mosy(1Msnmp)
RFC 1155 (STD 16), RFC 1212
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.