home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / n / n008 / 5.ddi / NMS / CE.MIB < prev    next >
Encoding:
Text File  |  1993-04-09  |  12.2 KB  |  240 lines

  1. NetWare-CommExec-MIB DEFINITIONS ::= BEGIN
  2.  
  3. --
  4. -- (c) Copyright 1992 Novell, Inc. All rights reserved.
  5. --
  6. --      CS TRAP MIB definition for CS events are managed by the CommServer
  7. --      Network Management Agent in Sunnyvale, Ca.
  8. --
  9. --    IMPORT
  10. --        enterprise
  11. --            FROM RFC1065-SMI
  12. --        TRAP-TYPE
  13. --            FROM RFC1215
  14. --        OBJECT-TYPE
  15. --            FROM    RFC1212;
  16.  
  17. novell            OBJECT IDENTIFIER ::= { enterprises 23 }
  18.  
  19. mibDoc                  OBJECT IDENTIFIER ::= { novell 2 }
  20.  
  21. commServer-mib          OBJECT IDENTIFIER ::= { mibDoc 16 }
  22.  
  23. novell-nm               OBJECT IDENTIFIER ::= { commServer-mib 1}
  24. novell-nm-event         OBJECT IDENTIFIER ::= { novell-nm 4}
  25.  
  26. novell-cs               OBJECT IDENTIFIER ::= { commServer-mib 2 }
  27. novell-cs-nm            OBJECT IDENTIFIER ::= { novell-cs 1 }
  28. novell-cs-event         OBJECT IDENTIFIER ::= { novell-cs-nm 4 }
  29.  
  30. -- Traps/Events
  31.  
  32. linkConnect          TRAP-TYPE
  33.                         ENTERPRISE      novell-nm-event
  34.                         VARIABLES       {tiServer, tiTrapTime, profileName,
  35.                                          hostLinkName}
  36.                         DESCRIPTION
  37.                         "A linkConnect trap signifies that the communication server has connected its logical link to the host."
  38.                         --#TYPE         "Link connect"
  39.                         --#SUMMARY      "The communication server has established a logical link using the profile %s."
  40.                         --#ARGUMENTS    {2}
  41.                         --#SEVERITY     INFORMATIONAL
  42.                         --#TIMEINDEX    1
  43.                         --#HELP         "ce.hlp"
  44.                         --#HELPTAG      13
  45.                         --#STATE        OPERATIONAL
  46.                         ::= 43
  47.  
  48. linkDisconnect          TRAP-TYPE
  49.                         ENTERPRISE      novell-nm-event
  50.                         VARIABLES       {tiServer, tiTrapTime, profileName,
  51.                                          hostLinkName}
  52.                         DESCRIPTION
  53.                         "A linkDisconnect trap signifies that the communication server has disconnected its logical link to the host."
  54.                         --#TYPE         "Link disconnect"
  55.                         --#SUMMARY      "The communication server has disconnected the logical link associated with profile %s."
  56.                         --#ARGUMENTS    {2}
  57.                         --#SEVERITY     INFORMATIONAL
  58.                         --#TIMEINDEX    1
  59.                         --#HELP         "ce.hlp"
  60.                         --#HELPTAG      14
  61.                         --#STATE        OPERATIONAL
  62.                         ::= 44
  63.  
  64. csLoaded                TRAP-TYPE
  65.                         ENTERPRISE      novell-cs-event
  66.                         VARIABLES       {tiServer, tiTrapTime, serviceName}
  67.                         DESCRIPTION
  68.                         "A csLoaded trap signifies that the NetWare communication service profile has been loaded."
  69.                         --#TYPE         "CS loaded"
  70.                         --#SUMMARY      "Communication service profile %s has been loaded."
  71.                         --#ARGUMENTS    {2}
  72.                         --#SEVERITY     INFORMATIONAL
  73.                         --#TIMEINDEX    1
  74.                         --#HELP         "ce.hlp"
  75.                         --#HELPTAG      6
  76.                         --#STATE        OPERATIONAL
  77.                         ::= 4
  78.  
  79. csUnloaded              TRAP-TYPE
  80.                         ENTERPRISE      novell-cs-event
  81.                         VARIABLES       {tiServer, tiTrapTime, serviceName}
  82.                         DESCRIPTION
  83.                         "A csUnloaded trap signifies that the NetWare communication service profile has been unloaded."
  84.                         --#TYPE         "CS unloaded"
  85.                         --#SUMMARY      "Communication service profile %s has been unloaded."
  86.                         --#ARGUMENTS    {2}
  87.                         --#SEVERITY     INFORMATIONAL
  88.                         --#TIMEINDEX    1
  89.                         --#HELP         "ce.hlp"
  90.                         --#HELPTAG      7
  91.                         --#STATE        OPERATIONAL
  92.                         ::= 5
  93.  
  94. logFileFullWrapAround   TRAP-TYPE
  95.                         ENTERPRISE      novell-cs-event
  96.                         VARIABLES       {tiServer, tiTrapTime, fileName}
  97.                         DESCRIPTION
  98.                         "A logFileFullWrapAround trap signifies that the NetWare communication executive's event log file is full and the oldest log entries are being overwritten by new entries."
  99.                         --#TYPE         "Log file full"
  100.                         --#SUMMARY      "Event log file is full and wraparound has started."
  101.                         --#ARGUMENTS    {}
  102.                         --#SEVERITY     INFORMATIONAL
  103.                         --#TIMEINDEX    1
  104.                         --#HELP         "ce.hlp"
  105.                         --#HELPTAG      1
  106.                         --#STATE        OPERATIONAL
  107.                         ::= 61
  108.  
  109. errorMessageLogged      TRAP-TYPE
  110.                         ENTERPRISE      novell-cs-event
  111.                         VARIABLES       {tiServer, tiTrapTime, agentName,
  112.                                          msgID, severity, msgReason,
  113.                                          ctlMsgLen, ctlMsg, dataMsgLen,
  114.                                          dataMsg}
  115.                         DESCRIPTION
  116.                         "An errorMessageLogged trap signifies that a communication executive event message has been recorded in the event log file."
  117.                         --#TYPE         "Error message logged"
  118.                         --#SUMMARY      "%s: %s event message logged."
  119.                         --#ARGUMENTS    {2, 9}
  120.                         --#SEVERITY     INFORMATIONAL
  121.                         --#TIMEINDEX    1
  122.                         --#HELP         "ce.hlp"
  123.                         --#HELPTAG      11
  124.                         --#STATE        OPERATIONAL
  125.                         ::= 21
  126.  
  127. runcmdReceived          TRAP-TYPE
  128.                         ENTERPRISE      novell-cs-event
  129.                         VARIABLES       {tiServer, tiTrapTime, msgID, 
  130.                                          msgText}
  131.                         DESCRIPTION
  132.                         "A runcmdReceived trap signifies that a NetView Run Command has been received from the host."
  133.                         --#TYPE         "Run Command received"
  134.                         --#SUMMARY      "NetView Run Command: %s, received from host."
  135.                         --#ARGUMENTS    {3}
  136.                         --#SEVERITY     INFORMATIONAL
  137.                         --#TIMEINDEX    1
  138.                         --#HELP         "ce.hlp"
  139.                         --#HELPTAG      3
  140.                         --#STATE        OPERATIONAL
  141.                         ::= 22
  142.  
  143. runcmdResponseReceived  TRAP-TYPE
  144.                         ENTERPRISE      novell-cs-event
  145.                         VARIABLES       {tiServer, tiTrapTime, commandResult,
  146.                                          msgID, msgText}
  147.                         DESCRIPTION
  148.                         "A runcmdResponseReceived trap signifies that a NetView Run Command response has been sent to the host."
  149.                         --#TYPE         "Run Command response received"
  150.                         --#SUMMARY      "NetView Run Command response: %s, sent to host."
  151.                         --#ARGUMENTS    {4}
  152.                         --#SEVERITY     INFORMATIONAL
  153.                         --#TIMEINDEX    1
  154.                         --#HELP         "ce.hlp"
  155.                         --#HELPTAG      4
  156.                         --#STATE        OPERATIONAL
  157.                         ::= 23
  158.  
  159. runcmdFilterError       TRAP-TYPE
  160.                         ENTERPRISE      novell-cs-event
  161.                         VARIABLES       {tiServer, tiTrapTime, msgText}
  162.                         DESCRIPTION
  163.                         "A runcmdFilterError trap signifies that there are syntax errors in the NetView Run Command filtering file's entries."
  164.                         --#TYPE         "Run Command filter error"
  165.                         --#SUMMARY      "NetView Run Command filtering file has syntax error - %s."
  166.                         --#ARGUMENTS    {2}
  167.                         --#SEVERITY     INFORMATIONAL
  168.                         --#TIMEINDEX    1
  169.                         --#HELP         "ce.hlp"
  170.                         --#HELPTAG      5
  171.                         --#STATE        OPERATIONAL
  172.                         ::= 60
  173.  
  174. saOpenRouteFailed       TRAP-TYPE
  175.                         ENTERPRISE      novell-cs-event
  176.                         VARIABLES       {tiServer, tiTrapTime, 
  177.                                          routeFailureCode, routeInitiator, 
  178.                                          agentName, DGNId}                     
  179.                         DESCRIPTION
  180.                         "A saOpenRouteFailed trap signifies that the communication executive failed to open the datagram route for a service agent."
  181.                         --#TYPE         "Security Agent - open route failed"
  182.                         --#SUMMARY      "Communication Executive open datagram route failed for %s agent - error code: %x."
  183.                         --#ARGUMENTS    {4, 2}
  184.                         --#SEVERITY     CRITICAL
  185.                         --#TIMEINDEX    1
  186.                         --#HELP         "ce.hlp"
  187.                         --#HELPTAG      8
  188.                         --#STATE        DEGRADED
  189.                         ::= 3
  190.  
  191. saLoginRequestFailed    TRAP-TYPE
  192.                         ENTERPRISE      novell-cs-event
  193.                         VARIABLES       {tiServer, tiTrapTime, 
  194.                                          loginFailureCode, agentName}
  195.                         DESCRIPTION
  196.                         "A saLoginRequestFailed trap signifies that the connection request with commexec has been denied because of login failure."
  197.                         --#TYPE         "Security Agent - login request failed"
  198.                         --#SUMMARY      "%s connection request denied: %s."
  199.                         --#ARGUMENTS    {3, 2}
  200.                         --#SEVERITY     INFORMATIONAL
  201.                         --#TIMEINDEX    1
  202.                         --#HELP         "ce.hlp"
  203.                         --#HELPTAG      10
  204.                         --#STATE        OPERATIONAL
  205.                         ::= 17
  206.  
  207. saOpenRouteFailedSys    TRAP-TYPE
  208.                         ENTERPRISE      novell-cs-event
  209.                         VARIABLES       {tiServer, tiTrapTime, 
  210.                                          routeFailureCode}
  211.                         DESCRIPTION
  212.                         "A saOpenRouteFailedSys trap signifies that a user is not included in CSCON's authorized users list and cannot access the resource, so the route cannot be opened."
  213.                         --#TYPE         "Security Agent - unauthorized user"
  214.                         --#SUMMARY      "Access to resource was denied, so route could not be opened - error code: %x."
  215.                         --#ARGUMENTS    {2}
  216.                         --#SEVERITY     CRITICAL
  217.                         --#TIMEINDEX    1
  218.                         --#HELP         "ce.hlp"
  219.                         --#HELPTAG      9
  220.                         --#STATE        DEGRADED
  221.                         ::= 18
  222.  
  223. nacsPortStatus          TRAP-TYPE
  224.                         ENTERPRISE      novell-cs-event
  225.                         VARIABLES       {tiServer, tiTrapTime, portState}
  226.                         DESCRIPTION
  227.                         "A nacsPortStatus trap signifies that the status of a NetWare asynchronous communications services (NACS) port has changed."
  228.                         --#TYPE         "NACS port status change"
  229.                         --#SUMMARY      "Port state change detected - status: %s."
  230.                         --#ARGUMENTS    {2}
  231.                         --#SEVERITY     INFORMATIONAL
  232.                         --#TIMEINDEX    1
  233.                         --#HELP         "ce.hlp"
  234.                         --#HELPTAG      12
  235.                         --#STATE        OPERATIONAL
  236.                         ::= 25
  237. END
  238.  
  239.  
  240.