1title Textual mib parsing
2description This section controls the textual mib parser.  Textual
3description mibs are parsed in order to convert OIDs, enumerated
4description lists, and ... to and from textual representations
5description and numerical representations.
6
7token mibdirs
8info  Specifies directories to be searched for mibs.
9info  Adding a '+' sign to the front of the argument appends the new
10info  directory to the list of directories already being searched.
11info  arguments: [+]directory[:directory...]
12question 1 Enter the list of directories to search through for mibs
13
14token mibs
15info  Specifies a list of mibs to be searched for and loaded.
16info  Adding a '+' sign to the front of the argument appends the new
17info  mib name to the list of mibs already being searched for.
18info  arguments: [+]mibname[:mibname...]
19question 1 Enter the list of mibs to read
20
21token mibfile
22info  Loads a particular mib file from a particualar path
23info  arguments: /path/to/mibfile
24question 1 Enter the mib file name to read
25
26token showMibErrors
27info  Should errors in mibs be displayed when the mibs are loaded
28question 1  Should errors in mibs be displayed when the mibs are loaded
29info  arguments: (1|yes|true|0|no|false)
30validanswer 1 ^(1|yes|true|0|no|false)$
31
32token mibWarningLevel
33info  Should warnings about mibs be displayed when the mibs are loaded
34question 1  Should warnings about mibs be displayed when the mibs are loaded
35info  arguments: 1|2
36validanswer 1 ^(1|2)$
37
38token strictCommentTerm
39info  Be strict about about mib comment termination.
40info  Strictly follow comment rules about parsing mibs.
41info  arguments: (1|yes|true|0|no|false)
42validanswer 1 ^(1|yes|true|0|no|false)$
43question 1 Be strict about about mib comment termination
44
45token mibAllowUnderline
46info  Should underlines be allowed in mib symbols (illegal)
47info  arguments: (1|yes|true|0|no|false)
48validanswer 1 ^(1|yes|true|0|no|false)$
49question 1 Should underlines be allowed in mib symbols
50
51token mibReplaceWithLatest
52info  Force replacement of older mibs with known updated ones
53question 1  Force replacement of older mibs with known updated ones
54info  arguments: (1|yes|true|0|no|false)
55validanswer 1 ^(1|yes|true|0|no|false)$
56
57