home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / software / vyzkuste / trikyhackeru / trikyhackeru.exe / ethereal-setup-0.10.13.exe / snmp / mibs / UCD-SNMP-MIB-OLD.txt < prev    next >
Text File  |  2002-04-20  |  18KB  |  745 lines

  1. UCD-SNMP-MIB-OLD DEFINITIONS ::= BEGIN
  2.  
  3. --
  4. --  This mib is a badly created mib which has been replaced by a more
  5. --  properly created UCD-SNMP-MIB.  Use that mib instead.  This file
  6. --  exists for historical purposes only and for use by people that
  7. --  need to support both agent versions.
  8. --
  9.  
  10. IMPORTS
  11.     ucdavis
  12.         FROM UCD-SNMP-MIB
  13.         OBJECT-TYPE                 
  14.         FROM SNMPv2-SMI
  15.     DisplayString                 
  16.         FROM SNMPv2-TC
  17.     Integer32
  18.             FROM SNMPv2-SMI;
  19.  
  20. -- private      OBJECT IDENTIFIER ::= { internet 4 }
  21. -- enterprises    OBJECT IDENTIFIER ::= { private 1 }
  22. -- ucdavis          OBJECT IDENTIFIER ::= { enterprises 2021 }
  23. -- processes      OBJECT IDENTIFIER ::= { ucdavis 1 }
  24. -- exec           OBJECT IDENTIFIER ::= { ucdavis 3 }
  25. -- memory         OBJECT IDENTIFIER ::= { ucdavis 4 }
  26. -- lockd          OBJECT IDENTIFIER ::= { ucdavis 5 }
  27. -- disk           OBJECT IDENTIFIER ::= { ucdavis 6 }
  28. -- load           OBJECT IDENTIFIER ::= { ucdavis 7 }
  29. -- version        OBJECT IDENTIFIER ::= { ucdavis 100 }
  30. -- snmperrs       OBJECT IDENTIFIER ::= { ucdavis 101 }
  31. -- mibRegistryTable    OBJECT IDENTIFIER ::= { ucdavis 102 }
  32.  
  33. -- These are the returned values of the agent type.
  34. -- returned to:  .iso.org.dod.internet.mgmt.mib-2.system.sysObjectID.0 
  35.  
  36. -- The following section is commented out since it is defined in the
  37. -- current UCD-SNMP-MIB
  38.  
  39. -- ucdSnmpAgent      OBJECT IDENTIFIER ::= { ucdavis 250 }
  40. -- hpux9             OBJECT IDENTIFIER ::= { ucdSnmpAgent 1 }
  41. -- hpux10            OBJECT IDENTIFIER ::= { ucdSnmpAgent 6 }
  42. -- sunos4            OBJECT IDENTIFIER ::= { ucdSnmpAgent 2 }
  43. -- solaris           OBJECT IDENTIFIER ::= { ucdSnmpAgent 3 }
  44. -- osf               OBJECT IDENTIFIER ::= { ucdSnmpAgent 4 }
  45. -- ultrix            OBJECT IDENTIFIER ::= { ucdSnmpAgent 5 }
  46. -- netbsd1           OBJECT IDENTIFIER ::= { ucdSnmpAgent 7 }
  47. -- freebsd           OBJECT IDENTIFIER ::= { ucdSnmpAgent 8 }
  48. -- irix              OBJECT IDENTIFIER ::= { ucdSnmpAgent 9 }
  49. -- linux             OBJECT IDENTIFIER ::= { ucdSnmpAgent 10 }
  50. -- bsdi              OBJECT IDENTIFIER ::= { ucdSnmpAgent 11 }
  51. -- unknown           OBJECT IDENTIFIER ::= { ucdSnmpAgent 255 }
  52.  
  53.  
  54.  
  55. Processes ::= SEQUENCE {
  56.    processIndex  INTEGER,
  57.    processNames  DisplayString,
  58.    processMin    INTEGER,
  59.    processMax    INTEGER,
  60.    processCount  INTEGER,
  61.    processErrorFlag  INTEGER,
  62.    processErrMessage  DisplayString,
  63.    processErrFix  INTEGER
  64. }
  65.  
  66. processes OBJECT-TYPE
  67.     SYNTAX SEQUENCE OF Processes
  68.     ACCESS not-accessible
  69.     STATUS mandatory
  70.     DESCRIPTION
  71.         "A set of information on running programs/daemons."
  72.     INDEX { processIndex }
  73.     ::= { ucdavis 1 }
  74.  
  75. processIndex OBJECT-TYPE
  76.     SYNTAX INTEGER
  77.     ACCESS read-only
  78.     STATUS mandatory
  79.     DESCRIPTION
  80.         "Reference Index for each observed process."
  81.     ::= { processes 1 }
  82.  
  83. processNames OBJECT-TYPE
  84.     SYNTAX DisplayString  (SIZE (0..255))
  85.     ACCESS read-only
  86.     STATUS mandatory
  87.     DESCRIPTION
  88.         "The table of process names we're Counting."
  89.     ::= { processes 2 }
  90.  
  91. processMin OBJECT-TYPE
  92.     SYNTAX INTEGER
  93.     ACCESS read-only
  94.     STATUS mandatory
  95.     DESCRIPTION
  96.         "The minimum number of processes that should be
  97.         running.  An error flag is generated if the number of
  98.         running processes is < the minimum."
  99.     ::= { processes 3 }
  100.  
  101. processMax OBJECT-TYPE
  102.     SYNTAX INTEGER
  103.     ACCESS read-only
  104.     STATUS mandatory
  105.     DESCRIPTION
  106.         "The maximum number of processes that should be
  107.         running.  An error flag is generated if the number of
  108.         running processes is > the maximum."
  109.     ::= { processes 4 }
  110.  
  111. processCount OBJECT-TYPE
  112.     SYNTAX INTEGER
  113.     ACCESS read-only
  114.     STATUS mandatory
  115.     DESCRIPTION
  116.         "The number of current processes running with the name
  117.         in question."
  118.     ::= { processes 5 }
  119.  
  120. processErrorFlag OBJECT-TYPE
  121.     SYNTAX INTEGER
  122.     ACCESS read-only
  123.     STATUS mandatory
  124.     DESCRIPTION
  125.         "A Error flag to indicate trouble with a process.  It
  126.         goes to 1 if there is an error, 0 if no error."
  127.     ::= { processes 100 }
  128.  
  129. processErrMessage OBJECT-TYPE
  130.     SYNTAX DisplayString  (SIZE (0..255))
  131.     ACCESS read-only
  132.     STATUS mandatory
  133.     DESCRIPTION
  134.         "An error message describing the problem (if one exists)."
  135.     ::= { processes 101 }
  136.  
  137. processErrFix OBJECT-TYPE
  138.     SYNTAX INTEGER
  139.     ACCESS read-write
  140.     STATUS mandatory
  141.     DESCRIPTION
  142.         "Setting this to one will try to fix the problem if possible."
  143.     ::= { processes 102 }
  144.  
  145. extensible OBJECT-TYPE
  146.     SYNTAX SEQUENCE OF Extensible
  147.     ACCESS not-accessible
  148.     STATUS mandatory
  149.     DESCRIPTION
  150.         "Extensible commands returning output and result codes."
  151.     INDEX { extensibleIndex }
  152.     ::= { ucdavis 3 }
  153.  
  154. Extensible ::= SEQUENCE {
  155.    extensibleIndex   INTEGER,
  156.    extensibleNames   DisplayString,
  157.    extensibleCommand DisplayString,
  158.    extensibleResult  INTEGER,
  159.    extensibleOutput  DisplayString,
  160.    extensibleErrFix  INTEGER
  161. }
  162.  
  163. extensibleIndex OBJECT-TYPE
  164.     SYNTAX INTEGER
  165.     ACCESS read-only
  166.     STATUS mandatory
  167.     DESCRIPTION
  168.         "Reference Index for extensible calls."
  169.     ::= { extensible 1 }
  170.  
  171. extensibleNames OBJECT-TYPE
  172.     SYNTAX DisplayString  (SIZE (0..255))
  173.     ACCESS read-only
  174.     STATUS mandatory
  175.     DESCRIPTION
  176.         "Short, one name descriptions of the extensible commands."
  177.     ::= { extensible 2 }
  178.  
  179. extensibleCommand OBJECT-TYPE
  180.     SYNTAX DisplayString  (SIZE (0..255))
  181.     ACCESS read-only
  182.     STATUS mandatory
  183.     DESCRIPTION
  184.         "The command line to be executed."
  185.     ::= { extensible 3 }
  186.  
  187. extensibleResult OBJECT-TYPE
  188.     SYNTAX INTEGER
  189.     ACCESS read-only
  190.     STATUS mandatory
  191.     DESCRIPTION
  192.         "The result code from the executed command."
  193.     ::= { extensible 100 }
  194.  
  195. extensibleOutput OBJECT-TYPE
  196.     SYNTAX DisplayString (SIZE (0..255))
  197.     ACCESS read-only
  198.     STATUS mandatory
  199.     DESCRIPTION
  200.         "The output of the extensible command (top line only)."
  201.     ::= { extensible 101 }
  202.  
  203. extensibleErrFix OBJECT-TYPE
  204.     SYNTAX INTEGER
  205.     ACCESS read-write
  206.     STATUS mandatory
  207.     DESCRIPTION
  208.         "Set to 1 to fix the problem, if possible."
  209.     ::= { extensible 102 }
  210.     
  211. -- the following section is commented out because it is already
  212. -- defined in the current UCD-SNMP-MIB
  213.    
  214. -- memory OBJECT-TYPE
  215. --     SYNTAX Memory
  216. --     ACCESS not-accessible
  217. --     STATUS mandatory
  218. --     DESCRIPTION
  219. --         "Miscellanous stuff - memory related."
  220. --     ::= { ucdavis 4 }
  221. -- 
  222. -- Memory ::= SEQUENCE {
  223. --    memIndex        INTEGER,
  224. --    memErrorName    DisplayString,
  225. --    memTotalSwap     INTEGER,
  226. --    memAvailSwap     INTEGER,
  227. --    memTotalReal     INTEGER,
  228. --    memAvailReal     INTEGER,
  229. --    memTotalSwapTXT     INTEGER,
  230. --    memAvailSwapTXT     INTEGER,
  231. --    memTotalRealTXT     INTEGER,
  232. --    memAvailRealTXT     INTEGER,
  233. --    memTotalFree       INTEGER,
  234. --    memMinimumSwap       INTEGER,
  235. --    memSwapError       DisplayString,
  236. --    memShared          INTEGER,
  237. --    memBuffer          INTEGER,
  238. --    memCached          INTEGER
  239. -- }
  240. -- memIndex OBJECT-TYPE
  241. --      SYNTAX  INTEGER
  242. --      ACCESS  read-only
  243. --      STATUS  mandatory
  244. --      DESCRIPTION  
  245. --           "Generic Index."
  246. --      ::= { memory 1 } 
  247. -- 
  248. -- memErrorName OBJECT-TYPE
  249. --      SYNTAX  DisplayString
  250. --      ACCESS  read-only
  251. --      STATUS  mandatory
  252. --      DESCRIPTION  
  253. --           "Bogus Name (swap) for consistancy with the rest of the mibs."
  254. --      ::= { memory 2 } 
  255. -- 
  256. -- memTotalSwap OBJECT-TYPE
  257. --     SYNTAX INTEGER
  258. --     ACCESS read-only
  259. --     STATUS mandatory
  260. --     DESCRIPTION
  261. --         "Total Swap Size."
  262. --     ::= { memory 3 }
  263. -- 
  264. -- memAvailSwap OBJECT-TYPE
  265. --     SYNTAX INTEGER
  266. --     ACCESS read-only
  267. --     STATUS mandatory
  268. --     DESCRIPTION
  269. --         "Available Swap Space."
  270. --     ::= { memory 4 }
  271. -- 
  272. -- memTotalReal OBJECT-TYPE
  273. --     SYNTAX INTEGER
  274. --     ACCESS read-only
  275. --     STATUS mandatory
  276. --     DESCRIPTION
  277. --         "Total Real/Physical Memory Size."
  278. --     ::= { memory 5 }
  279. -- 
  280. -- memAvailReal OBJECT-TYPE
  281. --     SYNTAX INTEGER
  282. --     ACCESS read-only
  283. --     STATUS mandatory
  284. --     DESCRIPTION
  285. --         "Available Real/Physical Memory Space."
  286. --     ::= { memory 6 }
  287. -- 
  288. -- memTotalSwapTXT OBJECT-TYPE
  289. --     SYNTAX INTEGER
  290. --     ACCESS read-only
  291. --     STATUS mandatory
  292. --     DESCRIPTION
  293. --         "Total VM used by text."
  294. --     ::= { memory 7 }
  295. -- 
  296. -- memAvailSwapTXT OBJECT-TYPE
  297. --     SYNTAX INTEGER
  298. --     ACCESS read-only
  299. --     STATUS mandatory
  300. --     DESCRIPTION
  301. --         "Active VM used by text."
  302. --     ::= { memory 8 }
  303. -- 
  304. -- memTotalRealTXT OBJECT-TYPE
  305. --     SYNTAX INTEGER
  306. --     ACCESS read-only
  307. --     STATUS mandatory
  308. --     DESCRIPTION
  309. --         "Total Real/Physical Memory Size used by txt."
  310. --     ::= { memory 9 }
  311. -- 
  312. -- memAvailRealTXT OBJECT-TYPE
  313. --     SYNTAX INTEGER
  314. --     ACCESS read-only
  315. --     STATUS mandatory
  316. --     DESCRIPTION
  317. --         "Active Real/Physical Memory Space used by txt."
  318. --     ::= { memory 10 }
  319. -- 
  320. -- memTotalFree OBJECT-TYPE
  321. --     SYNTAX INTEGER
  322. --     ACCESS read-only
  323. --     STATUS mandatory
  324. --     DESCRIPTION
  325. --         "Total Available Memory"
  326. --     ::= { memory 11 }
  327. -- 
  328. -- memMinimumSwap OBJECT-TYPE
  329. --     SYNTAX INTEGER
  330. --     ACCESS read-only
  331. --     STATUS mandatory
  332. --     DESCRIPTION
  333. --         "Minimum amount of free swap.  Otherwise memErrorSwap
  334. --         is set to 1 "
  335. --     ::= { memory 12 }
  336. -- 
  337. -- memShared OBJECT-TYPE
  338. --     SYNTAX INTEGER
  339. --     ACCESS read-only
  340. --     STATUS mandatory
  341. --     DESCRIPTION
  342. --         "Total Shared Memory"
  343. --     ::= { memory 13 }
  344. -- 
  345. -- memBuffer OBJECT-TYPE
  346. --     SYNTAX INTEGER
  347. --     ACCESS read-only
  348. --     STATUS mandatory
  349. --     DESCRIPTION
  350. --         "Total Buffered Memory"
  351. --     ::= { memory 14 }
  352. -- 
  353. -- memCached OBJECT-TYPE
  354. --     SYNTAX INTEGER
  355. --     ACCESS read-only
  356. --     STATUS mandatory
  357. --     DESCRIPTION
  358. --         "Total Cached Memory"
  359. --     ::= { memory 15 }
  360. -- 
  361. -- memSwapError OBJECT-TYPE
  362. --     SYNTAX INTEGER
  363. --     ACCESS read-only
  364. --     STATUS mandatory
  365. --     DESCRIPTION
  366. --         "Error flag.  1 indicates very little swap space left"
  367. --     ::= { memory 100 }
  368. --     
  369. -- memSwapErrorMsg OBJECT-TYPE
  370. --      SYNTAX  DisplayString
  371. --      ACCESS  read-only
  372. --      STATUS  mandatory
  373. --      DESCRIPTION  
  374. --           "Error message describing the errorflag condition"
  375. --      ::= { memory 101 } 
  376. -- 
  377. -- lockd OBJECT-TYPE
  378. --     SYNTAX Lockd
  379. --     ACCESS not-accessible
  380. --     STATUS mandatory
  381. --     DESCRIPTION
  382. --         "Tests the functionality of the rpc.lockd/rpc.statd pair."
  383. --     INDEX { lockdIndex }
  384. --     ::= { ucdavis 5 }
  385.  
  386. -- Lockd ::= SEQUENCE {
  387. --    lockdIndex   INTEGER,
  388. --    lockdError  INTEGER,
  389. --    lockdErrorMsg  DisplayString
  390. -- }
  391. -- 
  392. -- lockdIndex OBJECT-TYPE
  393. --     SYNTAX INTEGER
  394. --     ACCESS read-only
  395. --     STATUS mandatory
  396. --     DESCRIPTION
  397. --         "Reference Index for lockd calls."
  398. --     ::= { lockd 1 }
  399. -- 
  400. -- lockdError OBJECT-TYPE
  401. --     SYNTAX INTEGER
  402. --     ACCESS read-only
  403. --     STATUS mandatory
  404. --     DESCRIPTION
  405. --         "Error Flag.  > 0 indicates error"
  406. --     ::= { lockd 100 }
  407. -- 
  408. -- lockdErrorMsg OBJECT-TYPE
  409. --     SYNTAX DisplayString (SIZE (0..255))
  410. --     ACCESS read-only
  411. --     STATUS mandatory
  412. --     DESCRIPTION
  413. --         "Error message if something is wrong"
  414. --     ::= { lockd 101 }
  415.  
  416. disk     OBJECT-TYPE
  417.     SYNTAX SEQUENCE OF Disk
  418.     ACCESS not-accessible
  419.     STATUS mandatory
  420.     DESCRIPTION
  421.         "Disk watching information."
  422.     INDEX { diskIndex }
  423.     ::= { ucdavis 6 }
  424.  
  425. Disk ::= SEQUENCE {
  426.    diskIndex   INTEGER,
  427.    diskPath  DisplayString,
  428.    diskDevice  DisplayString,
  429.    diskMinimum  INTEGER,
  430.    diskMinPercent  INTEGER,
  431.    diskTotal  INTEGER,
  432.    diskAvail  INTEGER,
  433.    diskUsed  INTEGER,
  434.    diskPercent  INTEGER,
  435.    diskErrorFlag  INTEGER,
  436.    diskErrorMsg  DisplayString
  437. }
  438.  
  439. diskIndex OBJECT-TYPE
  440.     SYNTAX INTEGER
  441.     ACCESS read-only
  442.     STATUS mandatory
  443.     DESCRIPTION
  444.         "Reference number for the Disk Mib."
  445.     ::= { disk 1 }
  446.     
  447. diskPath OBJECT-TYPE
  448.      SYNTAX  DisplayString
  449.      ACCESS  read-only
  450.      STATUS  mandatory
  451.      DESCRIPTION  
  452.           "Path where disk is mounted."
  453.      ::= { disk 2 } 
  454.  
  455. diskDevice OBJECT-TYPE
  456.      SYNTAX  DisplayString
  457.      ACCESS  read-only
  458.      STATUS  mandatory
  459.      DESCRIPTION  
  460.           "Device path"
  461.      ::= { disk 3 } 
  462.  
  463. diskMinimum OBJECT-TYPE
  464.      SYNTAX  INTEGER
  465.      ACCESS  read-only
  466.      STATUS  mandatory
  467.      DESCRIPTION  
  468.           "Minimum space required on the disk."
  469.      ::= { disk 4 } 
  470.  
  471. diskMinPercent OBJECT-TYPE
  472.      SYNTAX  INTEGER
  473.      ACCESS  read-only
  474.      STATUS  mandatory
  475.      DESCRIPTION  
  476.           "Minimum percentage of space required on the disk."
  477.      ::= { disk 5 } 
  478.  
  479. diskTotal OBJECT-TYPE
  480.      SYNTAX  INTEGER
  481.      ACCESS  read-only
  482.      STATUS  mandatory
  483.      DESCRIPTION  
  484.           "Total Disk Size (kbytes)"
  485.      ::= { disk 6 } 
  486.  
  487. diskAvail OBJECT-TYPE
  488.      SYNTAX  INTEGER
  489.      ACCESS  read-only
  490.      STATUS  mandatory
  491.      DESCRIPTION  
  492.           "Available disk Space"
  493.      ::= { disk 7 } 
  494.  
  495. diskUsed OBJECT-TYPE
  496.      SYNTAX  INTEGER
  497.      ACCESS  read-only
  498.      STATUS  mandatory
  499.      DESCRIPTION  
  500.           "Used Space on Disk"
  501.      ::= { disk 8 } 
  502.  
  503. diskPercent OBJECT-TYPE
  504.      SYNTAX  INTEGER
  505.      ACCESS  read-only
  506.      STATUS  mandatory
  507.      DESCRIPTION  
  508.           "Percentage of space used on disk"
  509.      ::= { disk 9 } 
  510.  
  511. diskErrorFlag OBJECT-TYPE
  512.      SYNTAX  INTEGER
  513.      ACCESS  read-only
  514.      STATUS  mandatory
  515.      DESCRIPTION  
  516.           "Error flag signaling disk is over minimum required space"
  517.      ::= { disk 100 } 
  518.      
  519. diskErrorMsg OBJECT-TYPE
  520.      SYNTAX  DisplayString
  521.      ACCESS  read-only
  522.      STATUS  mandatory
  523.      DESCRIPTION  
  524.           "A text description of what caused the error flag to be set."
  525.      ::= { disk 101 } 
  526.      
  527. loadaves OBJECT-TYPE
  528.     SYNTAX SEQUENCE OF Loadaves
  529.     ACCESS not-accessible
  530.     STATUS mandatory
  531.     DESCRIPTION
  532.         "Load average information."
  533.     INDEX { loadaveIndex }
  534.     ::= { ucdavis 7 }
  535.  
  536.  
  537. Loadaves ::= SEQUENCE {
  538.    loadaveIndex  INTEGER,
  539.    loadaveNames  DisplayString,
  540.    loadaveLoad   DisplayString,
  541.    loadaveConfig DisplayString,
  542.    loadaveErrorFlag  INTEGER,
  543.    loadaveErrMessage  DisplayString
  544. }
  545.  
  546. loadaveIndex OBJECT-TYPE
  547.     SYNTAX INTEGER
  548.     ACCESS read-only
  549.     STATUS mandatory
  550.     DESCRIPTION
  551.         "Reference Index for each observed loadave."
  552.     ::= { loadaves 1 }
  553.  
  554. loadaveNames OBJECT-TYPE
  555.     SYNTAX DisplayString (SIZE (0..255))
  556.     ACCESS read-only
  557.     STATUS mandatory
  558.     DESCRIPTION
  559.         "The list of loadave names we're Counting."
  560.     ::= { loadaves 2 }
  561.  
  562. loadaveLoad OBJECT-TYPE
  563.     SYNTAX DisplayString
  564.     ACCESS read-only
  565.     STATUS mandatory
  566.     DESCRIPTION
  567.         "The 1,5 and 10 minute load averages."
  568.     ::= { loadaves 3 }
  569.  
  570. loadaveConfig OBJECT-TYPE
  571.     SYNTAX DisplayString
  572.     ACCESS read-only
  573.     STATUS mandatory
  574.     DESCRIPTION
  575.         "The watch point for loadaverages to signal an error."
  576.     ::= { loadaves 4 }
  577.  
  578. loadaveErrorFlag OBJECT-TYPE
  579.     SYNTAX INTEGER
  580.     ACCESS read-only
  581.     STATUS mandatory
  582.     DESCRIPTION
  583.         "A Error flag to indicate trouble with a loadave.  It
  584.         goes to 1 if there is an error, 0 if no error."
  585.     ::= { loadaves 100 }
  586.  
  587. loadaveErrMessage OBJECT-TYPE
  588.     SYNTAX DisplayString (SIZE (0..255))
  589.     ACCESS read-only
  590.     STATUS mandatory
  591.     DESCRIPTION
  592.         "An error message describing the problem (if one exists)."
  593.     ::= { loadaves 101 }
  594.  
  595. -- the following section is commented out because it is already
  596. -- defined in the current UCD-SNMP-MIB
  597.  
  598. -- version    OBJECT-TYPE
  599. --     SYNTAX Version
  600. --     ACCESS not-accessible
  601. --     STATUS mandatory
  602. --     DESCRIPTION
  603. --         "ece-snmpd version info."
  604. --     INDEX { versionIndex }
  605. --     ::= { ucdavis 100 }
  606. -- 
  607. -- Version ::= SEQUENCE {
  608. --    versionIndex   INTEGER,
  609. --    versionTag  DisplayString,
  610. --    versionDate  DisplayString,
  611. --    versionCDate  DisplayString,
  612. --    versionIdent  DisplayString,
  613. --    versionClearCache  INTEGER,
  614. --    versionUpdateConfig  INTEGER,
  615. --    versionDoDebugging  INTEGER
  616. -- }
  617. --    
  618. -- versionIndex OBJECT-TYPE
  619. --      SYNTAX  INTEGER
  620. --      ACCESS  read-only
  621. --      STATUS  mandatory
  622. --      DESCRIPTION  
  623. --           "Index to mib (always 1)"
  624. --      ::= { version 1 } 
  625. -- 
  626. -- versionTag OBJECT-TYPE
  627. --      SYNTAX  DisplayString
  628. --      ACCESS  read-only
  629. --      STATUS  mandatory
  630. --      DESCRIPTION  
  631. --           "CVS tag keyword"
  632. --      ::= { version 2 } 
  633. --      
  634. -- versionDate OBJECT-TYPE
  635. --      SYNTAX  DisplayString
  636. --      ACCESS  read-only
  637. --      STATUS  mandatory
  638. --      DESCRIPTION  
  639. --           "Date string from RCS keyword"
  640. --      ::= { version 3 } 
  641. -- 
  642. -- versionCDate OBJECT-TYPE
  643. --      SYNTAX  DisplayString
  644. --      ACCESS  read-only
  645. --      STATUS  mandatory
  646. --      DESCRIPTION  
  647. --           "Date string from ctime() "
  648. --      ::= { version 4 } 
  649. -- 
  650. -- versionIdent OBJECT-TYPE
  651. --      SYNTAX  DisplayString
  652. --      ACCESS  read-only
  653. --      STATUS  mandatory
  654. --      DESCRIPTION  
  655. --           "Id string from RCS keyword"
  656. --      ::= { version 5 } 
  657. -- 
  658. -- versionClearCache OBJECT-TYPE
  659. --      SYNTAX  INTEGER
  660. --      ACCESS  read-write
  661. --      STATUS  mandatory
  662. --      DESCRIPTION  
  663. --           "Set to 1 to clear the exec cache, if enabled"
  664. --      ::= { version 10 } 
  665. -- 
  666. -- versionUpdateConfig OBJECT-TYPE
  667. --      SYNTAX  INTEGER
  668. --      ACCESS  read-write
  669. --      STATUS  mandatory
  670. --      DESCRIPTION  
  671. --           "Set to 1 to read-read the config file(s)."
  672. --      ::= { version 11 } 
  673. -- 
  674. -- versionRestartAgent OBJECT-TYPE
  675. --      SYNTAX  INTEGER
  676. --      ACCESS  read-write
  677. --      STATUS  mandatory
  678. --      DESCRIPTION  
  679. --           "Set to 1 to restart the agent."
  680. --      ::= { version 12 } 
  681. -- 
  682. -- versionDoDebugging OBJECT-TYPE
  683. --      SYNTAX  INTEGER
  684. --      ACCESS  read-write
  685. --      STATUS  mandatory
  686. --      DESCRIPTION  
  687. --           "Set to 1 to turn debugging statements on in the agent."
  688. --      ::= { version 20 } 
  689. -- 
  690.  
  691. -- the following section is commented out because it is already
  692. -- defined in the current UCD-SNMP-MIB
  693.  
  694. -- snmperrs OBJECT-TYPE
  695. --     SYNTAX Snmperrs
  696. --     ACCESS not-accessible
  697. --     STATUS mandatory
  698. --     DESCRIPTION
  699. --         "A place for the agent to report problems."
  700. --     INDEX { snmperrIndex }
  701. --     ::= { ucdavis 101 }
  702. -- 
  703. -- 
  704. -- Snmperrs ::= SEQUENCE {
  705. --    snmperrIndex  INTEGER,
  706. --    snmperrNames  DisplayString,
  707. --    snmperrErrorFlag  INTEGER,
  708. --    snmperrErrMessage  DisplayString
  709. -- }
  710. -- 
  711. -- snmperrIndex OBJECT-TYPE
  712. --     SYNTAX INTEGER
  713. --     ACCESS read-only
  714. --     STATUS mandatory
  715. --     DESCRIPTION
  716. --         "Reference Index for each observed snmperr."
  717. --     ::= { snmperrs 1 }
  718. -- 
  719. -- snmperrNames OBJECT-TYPE
  720. --     SYNTAX DisplayString (SIZE (0..255))
  721. --     ACCESS read-only
  722. --     STATUS mandatory
  723. --     DESCRIPTION
  724. --         "snmp"
  725. --     ::= { snmperrs 2 }
  726. -- 
  727. -- snmperrErrorFlag OBJECT-TYPE
  728. --     SYNTAX INTEGER
  729. --     ACCESS read-only
  730. --     STATUS mandatory
  731. --     DESCRIPTION
  732. --         "A Error flag to indicate trouble with the agent.  It
  733. --         goes to 1 if there is an error, 0 if no error."
  734. --     ::= { snmperrs 100 }
  735. -- 
  736. -- snmperrErrMessage OBJECT-TYPE
  737. --     SYNTAX DisplayString (SIZE (0..255))
  738. --     ACCESS read-only
  739. --     STATUS mandatory
  740. --     DESCRIPTION
  741. --         "An error message describing the problem (if one exists)."
  742. --     ::= { snmperrs 101 }
  743. -- 
  744. END
  745.