mibs
来自「snmp的源代码,已经在我的ubuntu下编译通过」· 代码 · 共 57 行
TXT
57 行
title Textual mib parsingdescription This section controls the textual mib parser. Textualdescription mibs are parsed in order to convert OIDs, enumerateddescription lists, and ... to and from textual representationsdescription and numerical representations.token mibdirsinfo Specifies directories to be searched for mibs.info Adding a '+' sign to the front of the argument appends the newinfo directory to the list of directories already being searched.info arguments: [+]directory[:directory...]question 1 Enter the list of directories to search through for mibstoken mibsinfo Specifies a list of mibs to be searched for and loaded.info Adding a '+' sign to the front of the argument appends the newinfo mib name to the list of mibs already being searched for.info arguments: [+]mibname[:mibname...]question 1 Enter the list of mibs to readtoken mibfileinfo Loads a particular mib file from a particualar pathinfo arguments: /path/to/mibfilequestion 1 Enter the mib file name to readtoken showMibErrorsinfo Should errors in mibs be displayed when the mibs are loadedquestion 1 Should errors in mibs be displayed when the mibs are loadedinfo arguments: (1|yes|true|0|no|false)validanswer 1 ^(1|yes|true|0|no|false)$token mibWarningLevelinfo Should warnings about mibs be displayed when the mibs are loadedquestion 1 Should warnings about mibs be displayed when the mibs are loadedinfo arguments: 1|2validanswer 1 ^(1|2)$token strictCommentTerminfo Be strict about about mib comment termination.info Strictly follow comment rules about parsing mibs.info arguments: (1|yes|true|0|no|false)validanswer 1 ^(1|yes|true|0|no|false)$question 1 Be strict about about mib comment terminationtoken mibAllowUnderlineinfo Should underlines be allowed in mib symbols (illegal)info arguments: (1|yes|true|0|no|false)validanswer 1 ^(1|yes|true|0|no|false)$question 1 Should underlines be allowed in mib symbolstoken mibReplaceWithLatestinfo Force replacement of older mibs with known updated onesquestion 1 Force replacement of older mibs with known updated onesinfo arguments: (1|yes|true|0|no|false)validanswer 1 ^(1|yes|true|0|no|false)$
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?