home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / php / mibs / UCD-DEMO-MIB.txt < prev    next >
Text File  |  2000-01-27  |  2KB  |  74 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.     "The ucd-snmp-coders mailing list is the best place to 
  12.      write for public questions about the ucd-snmp
  13.      project: ucd-snmp-coders@ucd-snmp.ucdavis.edu
  14.  
  15.      Primary Author: Wes Hardaker
  16.  
  17.      postal:     IT-DCAS
  18.                      UCDavis
  19.                  Davis CA  95616
  20.          phone:      +1 530 754-7571
  21.          email:      wjhardaker@ucdavis.edu"
  22.     DESCRIPTION
  23.     "The UCD-SNMP Demonstration MIB."
  24.     REVISION     "9912090000Z"
  25.     DESCRIPTION
  26.     "SMIv2 version converted from older MIB definitions."
  27.     ::= { ucdavis 14 }
  28.  
  29. ucdDemoMIBObjects OBJECT IDENTIFIER ::= { ucdDemoMIB 1 }
  30.  
  31. ucdDemoPublic OBJECT IDENTIFIER ::= { ucdDemoMIBObjects 1 }
  32.  
  33. ucdDemoResetKeys OBJECT-TYPE
  34.     SYNTAX    Integer32 (0..2147483647)
  35.     MAX-ACCESS    read-write
  36.     STATUS    current
  37.     DESCRIPTION
  38.     "A set of value 1 to this object resets the
  39.      demonstration user's auth and priv keys to the
  40.      keys based on the P->Ku->Kul transformation of the
  41.      value of the ucdDemoPasspharse object.
  42.  
  43.      Values other than 1 are ignored."
  44.     ::= { ucdDemoPublic 1 }
  45.  
  46. ucdDemoPublicString OBJECT-TYPE
  47.     SYNTAX    OCTET STRING (SIZE(0..1024))
  48.     MAX-ACCESS    read-write
  49.     STATUS    current
  50.     DESCRIPTION
  51.     "A publicly settable string that can be set for testing 
  52.      snmpsets.  This value has no real usage other than
  53.      testing purposes."
  54.     ::= { ucdDemoPublic 2 }
  55.  
  56. ucdDemoUserList OBJECT-TYPE
  57.     SYNTAX    OCTET STRING
  58.     MAX-ACCESS    read-only
  59.     STATUS    current
  60.     DESCRIPTION
  61.     "The list of users affected by the ucdDemoResetKeys object."
  62.     ::= { ucdDemoPublic 3 }
  63.  
  64. ucdDemoPassphrase  OBJECT-TYPE
  65.     SYNTAX    OCTET STRING
  66.     MAX-ACCESS    read-only
  67.     STATUS    current
  68.     DESCRIPTION
  69.     "The demo passphrase that ucdDemoResetKeys changes each 
  70.      users localized key to based on the P->Ku->Kul transformation."
  71.     ::= { ucdDemoPublic 4 }
  72.  
  73. END
  74.