Hi,
This package is broken:
cat rfclist | while read rfc mibs; \
do \
if [ "$rfc" != "#" ]; \
then \
./mibfetch -d /usr/share/mibs/ietf.orig ftp://ftp.ietf.org
rfc $rfc $mibs; \
fi; \
done
NOTE: SMUX: ignored.
Where do you think it's broken? Unfortunately, downloading and extracting all
the MIBs from their
corresponding RFCs really takes some time. These "XXX: ignored" messages are
just a note of the
MIB extract that not all MIBs included in a RFC have been extracted. In most
cases this is because
some IANA MIBs or example MIBs are included in an RFC or because of a
particular MIB has been
updated in a later RFC.
Thanks,
Jochen
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]