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