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-DEMO-MIB.txt < prev    next >
Text File  |  2002-04-20  |  2KB  |  75 lines

  1. UCD-DEMO-MIB DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.     MODULE-IDENTITY, OBJECT-TYPE, Integer32    FROM SNMPv2-SMI
  5.     ucdavis                    FROM UCD-SNMP-MIB;
  6.  
  7. ucdDemoMIB MODULE-IDENTITY
  8.     LAST-UPDATED "9912090000Z"
  9.     ORGANIZATION "University of California, Davis"
  10.     CONTACT-INFO
  11.     "This mib is no longer being maintained by the University of
  12.      California and is now in life-support-mode and being
  13.      maintained by the net-snmp project.  The best place to write
  14.      for public questions about the net-snmp-coders mailing list
  15.      at net-snmp-coders@lists.sourceforge.net.
  16.  
  17.          postal:   Wes Hardaker
  18.                    P.O. Box 382
  19.                    Davis CA  95617
  20.  
  21.          email:    net-snmp-coders@lists.sourceforge.net
  22.         "
  23.     DESCRIPTION
  24.     "The UCD-SNMP Demonstration MIB."
  25.     REVISION     "9912090000Z"
  26.     DESCRIPTION
  27.     "SMIv2 version converted from older MIB definitions."
  28.     ::= { ucdavis 14 }
  29.  
  30. ucdDemoMIBObjects OBJECT IDENTIFIER ::= { ucdDemoMIB 1 }
  31.  
  32. ucdDemoPublic OBJECT IDENTIFIER ::= { ucdDemoMIBObjects 1 }
  33.  
  34. ucdDemoResetKeys OBJECT-TYPE
  35.     SYNTAX    Integer32 (0..2147483647)
  36.     MAX-ACCESS    read-write
  37.     STATUS    current
  38.     DESCRIPTION
  39.     "A set of value 1 to this object resets the
  40.      demonstration user's auth and priv keys to the
  41.      keys based on the P->Ku->Kul transformation of the
  42.      value of the ucdDemoPasspharse object.
  43.  
  44.      Values other than 1 are ignored."
  45.     ::= { ucdDemoPublic 1 }
  46.  
  47. ucdDemoPublicString OBJECT-TYPE
  48.     SYNTAX    OCTET STRING (SIZE(0..1024))
  49.     MAX-ACCESS    read-write
  50.     STATUS    current
  51.     DESCRIPTION
  52.     "A publicly settable string that can be set for testing 
  53.      snmpsets.  This value has no real usage other than
  54.      testing purposes."
  55.     ::= { ucdDemoPublic 2 }
  56.  
  57. ucdDemoUserList OBJECT-TYPE
  58.     SYNTAX    OCTET STRING
  59.     MAX-ACCESS    read-only
  60.     STATUS    current
  61.     DESCRIPTION
  62.     "The list of users affected by the ucdDemoResetKeys object."
  63.     ::= { ucdDemoPublic 3 }
  64.  
  65. ucdDemoPassphrase  OBJECT-TYPE
  66.     SYNTAX    OCTET STRING
  67.     MAX-ACCESS    read-only
  68.     STATUS    current
  69.     DESCRIPTION
  70.     "The demo passphrase that ucdDemoResetKeys changes each 
  71.      users localized key to based on the P->Ku->Kul transformation."
  72.     ::= { ucdDemoPublic 4 }
  73.  
  74. END
  75.