home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / nwc003.exe / NWCTRAP.MIB < prev    next >
Text File  |  1994-11-09  |  24KB  |  560 lines

  1. NetWare-Connect-MIB DEFINITIONS ::= BEGIN
  2.  
  3. --
  4. -- (c) Copyright 1993 Novell, Inc. All rights reserved.
  5. --
  6. --      Nacs TRAP MIB definition for Nacs events 
  7. --      Novell, Sunnyvale, Ca.
  8. --
  9.    IMPORTS
  10.          DisplayString
  11.             FROM RFC1213-MIB
  12.          enterprises
  13.             FROM RFC1155-SMI
  14.          TRAP-TYPE
  15.             FROM RFC-1215
  16.          OBJECT-TYPE
  17.             FROM RFC-1212;
  18.  
  19. novell            OBJECT IDENTIFIER ::= { enterprises 23 }
  20.  
  21. experimental            OBJECT IDENTIFIER ::= { novell 4 }
  22.  
  23. nwAsync-trap-mib        OBJECT IDENTIFIER ::= { experimental 5 }
  24.  
  25. novell-nwc-attribute    OBJECT IDENTIFIER ::= {nwAsync-trap-mib 3}
  26.  
  27. -- Traps/Events
  28.  
  29. arasNotBound      TRAP-TYPE
  30.                   ENTERPRISE      nwAsync-trap-mib
  31.                   VARIABLES       { userName, serviceName, portName }
  32.                   DESCRIPTION
  33.                           "Appletalk Remote Asynchronous Service
  34.                            was unable to allocate DDP address for
  35.                            user. This will prevent the user
  36.                            on remote Macintosh computers to 
  37.                            access Services on NetWare Connect servers."
  38.                   --#TYPE         "NWC: ARAS not bound"
  39.                   --#SUMMARY  "AppleTalk remote Access Service was unable to allocate DDP address for user %s using service %s at port %s."
  40.                   --#ARGUMENTS    { 0, 1, 2 }
  41.                   --#SEVERITY     MINOR
  42.                   --#TIMEINDEX    3
  43.                   --#HELP         "nwctrap.hlp"
  44.                   --#HELPTAG      1
  45.                   --#STATE        OPERATIONAL
  46.                   ::= 1
  47.  
  48. noPortsConfig     TRAP-TYPE
  49.                   ENTERPRISE      nwAsync-trap-mib
  50.                   VARIABLES       { serviceName }
  51.                   DESCRIPTION
  52.                           "A Service has been loaded which does not
  53.                            have any ports configured. This will 
  54.                            prevent the users from accessing the
  55.                            Service."
  56.                   --#TYPE         "NWC: no ports configured for service"
  57.                   --#SUMMARY
  58.                           "Service %s does not have any ports configured for use."
  59.                   --#ARGUMENTS    { 0 }
  60.                   --#SEVERITY     MINOR
  61.                   --#TIMEINDEX    1
  62.                   --#HELP         "nwctrap.hlp"
  63.                   --#HELPTAG      2
  64.                   --#STATE        OPERATIONAL
  65.                   ::= 2
  66.  
  67. userLoginFailed   TRAP-TYPE
  68.                   ENTERPRISE      nwAsync-trap-mib
  69.                   VARIABLES       { userName, serviceName, portName }
  70.                   DESCRIPTION
  71.                           "A user failed login to NetWare Connect.
  72.                            The user may have given invalid User Id or
  73.                            Password."
  74.                   --#TYPE         "NWC: user login failure"
  75.                   --#SUMMARY
  76.                   "User %s using service %s at port %s failed to connect during login."
  77.                   --#ARGUMENTS    { 0, 1, 2 }
  78.                   --#SEVERITY     MINOR
  79.                   --#TIMEINDEX    3
  80.                   --#HELP         "nwctrap.hlp"
  81.                   --#HELPTAG      3
  82.                   --#STATE        OPERATIONAL
  83.                   ::= 3
  84.  
  85. userNameInvalid   TRAP-TYPE
  86.                   ENTERPRISE      nwAsync-trap-mib
  87.                   VARIABLES       { userName, serviceName, portName }
  88.                   DESCRIPTION
  89.                           "A user has connected succesfully but has
  90.                            provided an invalid name."
  91.                   --#TYPE         "NWC: invalid user name"
  92.                   --#SUMMARY
  93.                     "User %s using service %s at port %s is not a valid username."
  94.                   --#ARGUMENTS    { 0, 1, 2 }
  95.                   --#SEVERITY     MINOR
  96.                   --#TIMEINDEX    3
  97.                   --#HELP         "nwctrap.hlp"
  98.                   --#HELPTAG      4
  99.                   --#STATE        OPERATIONAL
  100.                   ::= 4
  101.  
  102. userOnUnconfigPort  TRAP-TYPE
  103.                   ENTERPRISE      nwAsync-trap-mib
  104.                   VARIABLES       { userName, serviceName, portName }
  105.                   DESCRIPTION
  106.                           "A user has requested to use a Service at
  107.                            a Port on which the user is not configured.
  108.                            Please check the configuration for the User."
  109.                   --#TYPE         "NWC: user not configured for port"
  110.                   --#SUMMARY
  111.                     "User %s is not configured to use service %s at port %s"
  112.                   --#ARGUMENTS    { 0, 1, 2 }
  113.                   --#SEVERITY     MINOR
  114.                   --#TIMEINDEX    3
  115.                   --#HELP         "nwctrap.hlp"
  116.                   --#HELPTAG      5
  117.                   --#STATE        OPERATIONAL
  118.                   ::= 5
  119.  
  120. userOnUnauthPort  TRAP-TYPE
  121.                   ENTERPRISE      nwAsync-trap-mib
  122.                   VARIABLES       { userName, serviceName, portName }
  123.                   DESCRIPTION
  124.                           "A user has requested to use a Service at
  125.                            a Port on which the authorization does not 
  126.                            exist. Please check the configuration for 
  127.                            the User."
  128.                   --#TYPE         "NWC: user not authorized to use port"
  129.                   --#SUMMARY
  130.                     "User %s is not authorized to use service %s at port %s"
  131.                   --#ARGUMENTS    { 0, 1, 2 }
  132.                   --#SEVERITY     MINOR
  133.                   --#TIMEINDEX    3
  134.                   --#HELP         "nwctrap.hlp"
  135.                   --#HELPTAG      6
  136.                   --#STATE        OPERATIONAL
  137.                   ::= 6
  138.  
  139. userUnrecognized  TRAP-TYPE
  140.                   ENTERPRISE      nwAsync-trap-mib
  141.                   VARIABLES       { userName, portName }
  142.                   DESCRIPTION     "A remote User has dialed in to the 
  143.                                    Server to request an unrecognized 
  144.                                    Service."
  145.                   --#TYPE         "NWC: unrecognized service"
  146.                   --#SUMMARY
  147.                     "Unable to recognize service for an incoming call from user %s at port %s."
  148.                   --#ARGUMENTS    { 0, 1 }
  149.                   --#SEVERITY     MINOR
  150.                   --#TIMEINDEX    2
  151.                   --#HELP         "nwctrap.hlp"
  152.                   --#HELPTAG      7
  153.                   --#STATE        OPERATIONAL
  154.                   ::= 7
  155.  
  156. inCallDisconnect  TRAP-TYPE
  157.                   ENTERPRISE      nwAsync-trap-mib
  158.                   VARIABLES       { userName, serviceName, portName }
  159.                   DESCRIPTION     "A User was disconnected abnormally 
  160.                                    after connecting successfully."
  161.                   --#TYPE         "NWC: abnormal disconnection for remote user"
  162.                   --#SUMMARY
  163.                     "Remote user %s using service %s disconnected abnormally at port %s."
  164.                   --#ARGUMENTS    { 0, 1, 2 }
  165.                   --#SEVERITY     MINOR
  166.                   --#TIMEINDEX    3
  167.                   --#HELP         "nwctrap.hlp"
  168.                   --#HELPTAG      8
  169.                   --#STATE        OPERATIONAL
  170.                   ::= 8
  171.  
  172. srvcFailedDialBack TRAP-TYPE
  173.                   ENTERPRISE      nwAsync-trap-mib
  174.                   VARIABLES       { serviceName, phoneNumber, 
  175.                                     userName, portName }
  176.                   DESCRIPTION     "The Service was unable to dial back to
  177.                                    the User. The Service used the configured
  178.                                    dialback parameters to establish a
  179.                                    connection with the User."
  180.                   --#TYPE         "NWC: dailback failure"
  181.                   --#SUMMARY
  182.                     "Service %s unable to dial back #%s to user %s at port %s."
  183.                   --#ARGUMENTS    { 0, 1, 2, 3 }
  184.                   --#SEVERITY     MINOR
  185.                   --#TIMEINDEX    4
  186.                   --#HELP         "nwctrap.hlp"
  187.                   --#HELPTAG      9
  188.                   --#STATE        OPERATIONAL
  189.                   ::= 9
  190.  
  191. userFailedDialOut TRAP-TYPE
  192.                   ENTERPRISE      nwAsync-trap-mib
  193.                   VARIABLES       { userName, phoneNumber, 
  194.                                     serviceName, portName }
  195.                   DESCRIPTION     "A User was not successful in dialing
  196.                                    out."
  197.                   --#TYPE         "NWC: dailout failure"
  198.                   --#SUMMARY
  199.                     "User %s was not successful in dialing out to #%s using service %s at port %s."
  200.                   --#ARGUMENTS    { 0, 1, 2, 3 }
  201.                   --#SEVERITY     MINOR
  202.                   --#TIMEINDEX    4
  203.                   --#HELP         "nwctrap.hlp"
  204.                   --#HELPTAG      10
  205.                   --#STATE        OPERATIONAL
  206.                   ::= 10
  207.  
  208.  
  209. userDialOutDiscAbnorm TRAP-TYPE
  210.                   ENTERPRISE      nwAsync-trap-mib
  211.                   VARIABLES       { userName, phoneNumber, 
  212.                                     serviceName, portName }
  213.                   DESCRIPTION     "A User was disconnected abnormally
  214.                                    after the User dialed out and established
  215.                                    a successful connection with a remote 
  216.                                    system."
  217.                   --#TYPE         "NWC: abnormal disconnection for dailout user"
  218.                   --#SUMMARY
  219. "User %s was disconnected abnormally after dialing out to #%s using service %s at port %s."
  220.                   --#ARGUMENTS    { 0, 1, 2, 3 }
  221.                   --#SEVERITY     MINOR
  222.                   --#TIMEINDEX    4
  223.                   --#HELP         "nwctrap.hlp"
  224.                   --#HELPTAG      11
  225.                   --#STATE        OPERATIONAL
  226.                   ::= 11
  227.  
  228.  
  229. userExceededConnTime TRAP-TYPE
  230.                   ENTERPRISE      nwAsync-trap-mib
  231.                   VARIABLES       { userName, serviceName,
  232.                                     portName, timeLimit }
  233.                   DESCRIPTION     "A User has exceeded the allocated 
  234.                                    connection time limit. The time is 
  235.                                    a configured parameter and can be 
  236.                                    changed by the administrator."
  237.                   --#TYPE         "NWC: connection time exceeded"
  238.                   --#SUMMARY
  239. "User %s using service %s at port %s exceeded the maximum connection time limit of %s."
  240.                   --#ARGUMENTS    { 0, 1, 2, 3 }
  241.                   --#SEVERITY     MINOR
  242.                   --#TIMEINDEX    4
  243.                   --#HELP         "nwctrap.hlp"
  244.                   --#HELPTAG      12
  245.                   --#STATE        OPERATIONAL
  246.                   ::= 12
  247.  
  248. modemInitFailed   TRAP-TYPE
  249.                   ENTERPRISE      nwAsync-trap-mib
  250.                   VARIABLES       { portName }
  251.                   DESCRIPTION     "The NetWare Connect software was unable to
  252.                                    initialize the modem attached to
  253.                                    the Port."
  254.                   --#TYPE         "NWC: modem initialization failure"
  255.                   --#SUMMARY
  256.                           "Modem at port %s failed to initialize."
  257.                   --#ARGUMENTS    { 0 }
  258.                   --#SEVERITY     MINOR
  259.                   --#TIMEINDEX    1
  260.                   --#HELP         "nwctrap.hlp"
  261.                   --#HELPTAG      13
  262.                   --#STATE        OPERATIONAL
  263.                   ::= 13
  264.  
  265. modemReinitSuccess  TRAP-TYPE
  266.                   ENTERPRISE      nwAsync-trap-mib
  267.                   VARIABLES       { portName }
  268.                   DESCRIPTION     "The NetWare Connect software was able to
  269.                                    reinitialize the modem attached to
  270.                                    the port after reset."
  271.                   --#TYPE         "NWC: successful modem reinitialization"
  272.                   --#SUMMARY
  273.                     "Modem at port %s initialized successfully after reset."
  274.                   --#ARGUMENTS    { 0 }
  275.                   --#SEVERITY     INFORMATIONAL
  276.                   --#TIMEINDEX    1
  277.                   --#HELP         "nwctrap.hlp"
  278.                   --#HELPTAG      14
  279.                   --#STATE        OPERATIONAL
  280.                   ::= 14
  281.  
  282. connDrops         TRAP-TYPE
  283.                   ENTERPRISE      nwAsync-trap-mib
  284.                   VARIABLES       { portName }
  285.                   DESCRIPTION     "The connection established by User
  286.                                    at the port is not reliable and
  287.                                    drops intermittently."
  288.                   --#TYPE         "NWC: connection drops intermittently"
  289.                   --#SUMMARY
  290.                     "Connection made by users at port %s drops intermittently."
  291.                   --#ARGUMENTS    { 0 }
  292.                   --#SEVERITY     MINOR
  293.                   --#TIMEINDEX    1
  294.                   --#HELP         "nwctrap.hlp"
  295.                   --#HELPTAG      15
  296.                   --#STATE        OPERATIONAL
  297.                   ::= 15
  298.  
  299.  
  300. maxReTxExceeded   TRAP-TYPE
  301.                   ENTERPRISE      nwAsync-trap-mib
  302.                   VARIABLES       { portName, userName, serviceName }
  303.                   DESCRIPTION     "A packet had to be retransmitted multiple
  304.                                    times because of errors in receiving the
  305.                                    packet on the remote system. The number of 
  306.                                    retransmissions exceeded the maximum limit."
  307.                   --#TYPE         "NWC: exceeded maximum retransmission"
  308.                   --#SUMMARY
  309.                     "The number of retransmission of a packet at port %s used by user %s and service %s has exceeded the maximum limit."
  310.                   --#ARGUMENTS    { 0, 1, 2 }
  311.                   --#SEVERITY     MINOR
  312.                   --#TIMEINDEX    3
  313.                   --#HELP         "nwctrap.hlp"
  314.                   --#HELPTAG      16
  315.                   --#STATE        OPERATIONAL
  316.                   ::= 16
  317.  
  318. nassOutOfMemory   TRAP-TYPE
  319.                   ENTERPRISE      nwAsync-trap-mib
  320.                   VARIABLES       { portName }
  321.                   DESCRIPTION     "When Service Selector responded to the start up
  322.                                    of a data connection, it was unable to allocate
  323.                                    memory needed to process the connection."
  324.                   --#TYPE         "NWC: out of memory for service selector"
  325.                   --#SUMMARY
  326.                     "Unable to allocate memory for new connection on port %s."
  327.                   --#ARGUMENTS    { 0 }
  328.                   --#SEVERITY     MINOR
  329.                   --#TIMEINDEX    1
  330.                   --#HELP         "nwctrap.hlp"
  331.                   --#HELPTAG      17
  332.                   --#STATE        OPERATIONAL
  333.                   ::= 17
  334.  
  335. exceededLicenseCount TRAP-TYPE
  336.                   ENTERPRISE      nwAsync-trap-mib
  337.                   VARIABLES       { portCount,licenseCount,licenseCount }
  338.                   DESCRIPTION     "The installer has configured and selected more
  339.                                    ports than the NetWare Connect server has 
  340.                                    licensed ports."
  341.                   --#TYPE         "NWC: exceeded license count"
  342.                   --#SUMMARY
  343.                     "*Warning* The number of ports configured (%d) exceeds the licensed port count (%d), only %d ports will be used."
  344.                   --#ARGUMENTS    { 0, 1, 2 }
  345.                   --#SEVERITY     MINOR
  346.                   --#TIMEINDEX    3
  347.                   --#HELP         "nwctrap.hlp"
  348.                   --#HELPTAG      18
  349.                   --#STATE        OPERATIONAL
  350.                   ::= 18
  351.  
  352. portNotConfigured TRAP-TYPE
  353.                   ENTERPRISE      nwAsync-trap-mib
  354.                   VARIABLES       { portName }
  355.                   DESCRIPTION     "NASS has retrieved information about a port from NASU
  356.                                    whose name is unknown to AIO."
  357.                   --#TYPE         "NWC: unconfigured port"
  358.                   --#SUMMARY
  359.                     "Licensed port %s is not configured within AIO."
  360.                   --#ARGUMENTS    { 0 }
  361.                   --#SEVERITY     MINOR
  362.                   --#TIMEINDEX    1
  363.                   --#HELP         "nwctrap.hlp"
  364.                   --#HELPTAG      19
  365.                   --#STATE        OPERATIONAL
  366.                   ::= 19
  367.  
  368. modemNotDefined   TRAP-TYPE
  369.                   ENTERPRISE      nwAsync-trap-mib
  370.                   VARIABLES       { portName }
  371.                   DESCRIPTION     "It is undefined as to what type of modem (if any) has
  372.                                    been installed on the port.  Check port configuration
  373.                                    through NWCCON."
  374.                   --#TYPE         "NWC: modem not defined"
  375.                   --#SUMMARY
  376.                     "*Warning* Modem information for port %s is undefined."
  377.                   --#ARGUMENTS    { 0 }
  378.                   --#SEVERITY     MINOR
  379.                   --#TIMEINDEX    1
  380.                   --#HELP         "nwctrap.hlp"
  381.                   --#HELPTAG      20
  382.                   --#STATE        OPERATIONAL
  383.                   ::= 20
  384.  
  385. illegalPortAcquire TRAP-TYPE
  386.                   ENTERPRISE      nwAsync-trap-mib
  387.                   VARIABLES       { portName , serviceName}
  388.                   DESCRIPTION     "The port was acquired without using the Service Selector."
  389.                   --#TYPE         "NWC: illegal port acquisition"
  390.                   --#SUMMARY
  391.             "Illegal acquire of port %s by service %s." 
  392.                   --#ARGUMENTS    { 0 ,1 }
  393.                   --#SEVERITY     MINOR
  394.                   --#TIMEINDEX    2
  395.                   --#HELP         "nwctrap.hlp"
  396.                   --#HELPTAG      21
  397.                   --#STATE        OPERATIONAL
  398.                   ::= 21
  399.  
  400. illegalPortRelease TRAP-TYPE
  401.                   ENTERPRISE      nwAsync-trap-mib
  402.                   VARIABLES       { portName , serviceName}
  403.                   DESCRIPTION     "The port was released without using the Service Selector."
  404.                   --#TYPE         "NWC: illegl port release"
  405.                   --#SUMMARY
  406.             "Illegal release of port %s by service %s." 
  407.                   --#ARGUMENTS    { 0 ,1 }
  408.                   --#SEVERITY     MINOR
  409.                   --#TIMEINDEX    2
  410.                   --#HELP         "nwctrap.hlp"
  411.                   --#HELPTAG      22
  412.                   --#STATE        OPERATIONAL
  413.                   ::= 22
  414.  
  415. nassInitializeFailed TRAP-TYPE
  416.                   ENTERPRISE      nwAsync-trap-mib
  417.                   VARIABLES       { signedErrorCode }
  418.                   DESCRIPTION     "The Service Selector failed to initialize for one
  419.                                    or more reasons, and will not be functional until
  420.                                    the problem is corrected and NASS is unloaded and
  421.                                    reloaded."
  422.                   --#TYPE         "NWC: service selector initialization failure"
  423.                   --#SUMMARY
  424.             "NASS did not initialize (error code %d)." 
  425.                   --#ARGUMENTS    { 0 }
  426.                   --#SEVERITY     MAJOR
  427.                   --#TIMEINDEX    1
  428.                   --#HELP         "nwctrap.hlp"
  429.                   --#HELPTAG      23
  430.                   --#STATE        OPERATIONAL
  431.                   ::= 23
  432.  
  433. serialNumViolated TRAP-TYPE
  434.                   ENTERPRISE      nwAsync-trap-mib
  435.                   VARIABLES       { serialNum, productName, serverName, netSPXAddress }
  436.                   DESCRIPTION     "A duplicate serial number of a product is found
  437.                    in another server. This is a violation of the license
  438.                    agreement. Please delete the duplicate license from
  439.                    that server."
  440.                   --#TYPE         "NWC: serial number violation"
  441.                   --#SUMMARY
  442.             "Duplicate serial # %s of Product %s is found in server %s of address %s."
  443.                   --#ARGUMENTS    { 0, 1, 2, 3 }
  444.                   --#SEVERITY     MAJOR
  445.                   --#TIMEINDEX    4
  446.                   --#HELP         "nwctrap.hlp"
  447.                   --#HELPTAG      24
  448.                   --#STATE        OPERATIONAL
  449.                   ::= 24
  450.  
  451. modemLeasedNotSupported TRAP-TYPE
  452.                   ENTERPRISE      nwAsync-trap-mib
  453.                   VARIABLES       { portName }
  454.                   DESCRIPTION     "Port %s was configured as a leased line,
  455.                    but the attached modem does not support
  456.                    leased line operation. Please modify the
  457.                    configuration."
  458.                   --#TYPE         "NWC: leased line operation not supported"
  459.                   --#SUMMARY        
  460.                     "Port %s was configured as a leased line, but the attached modem does not support leased line operation."
  461.                   --#ARGUMENTS    { 0 }
  462.                   --#SEVERITY     MINOR
  463.                   --#TIMEINDEX    1
  464.                   --#HELP         "nwctrap.hlp"
  465.                   --#HELPTAG      25
  466.                   --#STATE        OPERATIONAL
  467.                   ::= 25
  468.  
  469. --
  470. -- This is the list of all attributes
  471. --
  472. serviceName   OBJECT-TYPE
  473.    SYNTAX     DisplayString 
  474.    ACCESS     read-only
  475.    STATUS     mandatory
  476.    ::={novell-nwc-attribute 1}
  477.  
  478. userName      OBJECT-TYPE
  479.    SYNTAX     DisplayString 
  480.    ACCESS     read-only
  481.    STATUS     mandatory
  482.    ::={novell-nwc-attribute 2}
  483.  
  484. portName      OBJECT-TYPE
  485.    SYNTAX     DisplayString 
  486.    ACCESS     read-only
  487.    STATUS     mandatory
  488.    ::={novell-nwc-attribute 3}
  489.  
  490. phoneNumber   OBJECT-TYPE
  491.    SYNTAX     DisplayString 
  492.    ACCESS     read-only
  493.    STATUS     mandatory
  494.    ::={novell-nwc-attribute 4}
  495.  
  496. netSPXAddress OBJECT-TYPE
  497.    SYNTAX     DisplayString 
  498.    ACCESS     read-only
  499.    STATUS     mandatory
  500.    ::={novell-nwc-attribute 5}
  501.  
  502. netATAddress  OBJECT-TYPE
  503.    SYNTAX     DisplayString 
  504.    ACCESS     read-only
  505.    STATUS     mandatory
  506.    ::={novell-nwc-attribute 6}
  507.  
  508. netTCPIPAddress OBJECT-TYPE
  509.    SYNTAX       DisplayString 
  510.    ACCESS       read-only
  511.    STATUS       mandatory
  512.    ::={novell-nwc-attribute 7}
  513.  
  514. timeLimit   OBJECT-TYPE
  515.    SYNTAX   DisplayString 
  516.    ACCESS   read-only
  517.    STATUS   mandatory
  518.    ::={novell-nwc-attribute 8}
  519.  
  520. signedErrorCode  OBJECT-TYPE
  521.    SYNTAX        INTEGER 
  522.    ACCESS        read-only
  523.    STATUS        mandatory
  524.    ::={novell-nwc-attribute 9}
  525.  
  526. portCount  OBJECT-TYPE
  527.    SYNTAX  INTEGER 
  528.    ACCESS  read-only
  529.    STATUS  mandatory
  530.    ::={novell-nwc-attribute 10}
  531.  
  532. licenseCount OBJECT-TYPE
  533.    SYNTAX    INTEGER 
  534.    ACCESS    read-only
  535.    STATUS    mandatory
  536.    ::={novell-nwc-attribute 11}
  537.  
  538. serialNum   OBJECT-TYPE
  539.    SYNTAX     DisplayString 
  540.    ACCESS     read-only
  541.    STATUS     mandatory
  542.    ::={novell-nwc-attribute 12}
  543.  
  544. productName   OBJECT-TYPE
  545.    SYNTAX     DisplayString 
  546.    ACCESS     read-only
  547.    STATUS     mandatory
  548.    ::={novell-nwc-attribute 13}
  549.  
  550. serverName   OBJECT-TYPE
  551.    SYNTAX     DisplayString 
  552.    ACCESS     read-only
  553.    STATUS     mandatory
  554.    ::={novell-nwc-attribute 14}
  555.  
  556. END
  557.  
  558.  
  559.  
  560.