Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

26 rader
552 B

  1. -- SIMPLE-MIB.
  2. -- This is just a simple MIB used for testing!
  3. --
  4. SIMPLE-MIB DEFINITIONS ::= BEGIN
  5. IMPORTS
  6. MODULE-IDENTITY, enterprises
  7. FROM SNMPv2-SMI;
  8. ericsson MODULE-IDENTITY
  9. LAST-UPDATED
  10. "201403060000Z"
  11. ORGANIZATION
  12. "rebar"
  13. CONTACT-INFO
  14. "rebar <rebar@example.com>
  15. or
  16. whoever is currently responsible for the SIMPLE
  17. enterprise MIB tree branch (enterprises.999)."
  18. DESCRIPTION
  19. "This very small module is made available
  20. for mib-compilation testing."
  21. ::= { enterprises 999 }
  22. END