|
From: 飞飞 <che...@qq...> - 2009-12-31 05:54:08
|
Hi Dave,Mike and ALL:
In CLI I got:
sys-man mibs # snmptranslate -IR -Tp uit
No log handling enabled - turning on stderr logging
- (is a reserved word): At line 710 in /usr/local/share/snmp/mibs/SV7000GUI-MIB.txt
OBJECT (is a reserved word): At line 710 in /usr/local/share/snmp/mibs/SV7000GUI-MIB.txt
: (is a reserved word): At line 710 in /usr/local/share/snmp/mibs/SV7000GUI-MIB.txt
Bad operator (1): At line 710 in /usr/local/share/snmp/mibs/SV7000GUI-MIB.txt
Unknown object identifier: uit
I use MG-soft check my mib file,0 warning,0 error,and got smidb file.
Some pieces of my mib file is:
701
702 -------------------------------------------------------------------------------
703 --nicSetting OBJECT IDENTIFIER ::= { systeminfoController 6 }
704 ----
705 --nicControllerA OBJECT IDENTIFIER ::= { nicSetting 1 }
706 -----
707 --nicControllerB OBJECT IDENTIFIER ::= { nicSetting 2 }
708
709 --------------------------------------------------------------------------------
710 systemInfoUserManagement OBJECT IDENTIFIER ::= { systeminfoSystemManagement 1 }
711 --
712 usersTotalNumber OBJECT-TYPE
713 SYNTAX INTEGER
714 ACCESS read-only
715 STATUS current
716 DESCRIPTION
717 "users Total Number."
718 ::= { systemInfoUserManagement 1 }
719 --
720 usersInformationTable OBJECT-TYPE
721 SYNTAX SEQUENCE OF UsersInformationEntry
722 ACCESS read-only
723 STATUS current
724 DESCRIPTION
725 "A table of managed UsersInformationEntry. The number of entries
726 is related to number of UsersInformationEntry discovered in the
727 system.
728 Note: The properties in this table may not be applicable to all entries."
729 ::= { systemInfoUserManagement 2 }
730 usersInformationEntry OBJECT-TYPE
731 SYNTAX UsersInformationEntry
732 ACCESS read-only
733 STATUS current
734 DESCRIPTION
735 "An entry in the table of UsersInformationEntry. A row in this table cannot
736 be created or deleted by SNMP operations on columns of the table."
737 INDEX {
738 userName
739 }
740 ::= { usersInformationTable 1 }
Any body tell me why?
TIA
Alex |