home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 July / PCWorld_2001-07_cd.bin / Software / Topware / w2ksp2en / w2ksp2.exe / i386 / ims.cab / smtp_smtp.mib < prev    next >
Encoding:
Text File  |  1999-12-29  |  14.1 KB  |  373 lines

  1. SmtpServer-MIB DEFINITIONS ::= BEGIN
  2.  
  3.   
  4.         IMPORTS
  5.                 enterprises,
  6.                 OBJECT-TYPE,
  7.                 Counter
  8.                         FROM RFC1155-SMI
  9.                 internetServer
  10.                         FROM InternetServer-MIB;
  11.  
  12. --      microsoft       OBJECT IDENTIFIER ::= { enterprises 311 }
  13. --      software        OBJECT IDENTIFIER ::= { microsoft 1 }
  14. --      internetServer  OBJECT IDENTIFIER ::= { software 7 }
  15.         smtpServer       OBJECT IDENTIFIER ::= { internetServer 7 }
  16.         smtpStatistics   OBJECT IDENTIFIER ::= { smtpServer 1 }
  17.  
  18. -- SMTP Server Statistics
  19.  
  20.         totalBytesSentHighWord OBJECT-TYPE
  21.                 SYNTAX  Counter
  22.                 ACCESS  read-only
  23.                 STATUS  mandatory
  24.                 DESCRIPTION
  25.                         "This is the high 32-bits of the total number of
  26.                         of BYTEs sent by the SMTP Server"
  27.                 ::= { smtpStatistics 1 }
  28.  
  29.         totalBytesSentLowWord OBJECT-TYPE
  30.                 SYNTAX  Counter
  31.                 ACCESS  read-only
  32.                 STATUS  mandatory
  33.                 DESCRIPTION
  34.                         "This is the low 32-bits of the total number of
  35.                         of BYTEs sent by the SMTP Server"
  36.                 ::= { smtpStatistics 2 }
  37.  
  38.         totalBytesReceivedHighWord OBJECT-TYPE
  39.                 SYNTAX  Counter
  40.                 ACCESS  read-only
  41.                 STATUS  mandatory
  42.                 DESCRIPTION
  43.                         "This is the high 32-bits of the total number of
  44.                         of BYTEs received by the SMTP Server"
  45.                 ::= { smtpStatistics 3 }
  46.  
  47.         totalBytesReceivedLowWord OBJECT-TYPE
  48.                 SYNTAX  Counter
  49.                 ACCESS  read-only
  50.                 STATUS  mandatory
  51.                 DESCRIPTION
  52.                         "This is the low 32-bits of the total number of
  53.                         of BYTEs received by the SMTP Server"
  54.                 ::= { smtpStatistics 4 }
  55.  
  56.         totalMsgBytesSentHighWord OBJECT-TYPE
  57.                 SYNTAX  Counter
  58.                 ACCESS  read-only
  59.                 STATUS  mandatory
  60.                 DESCRIPTION
  61.                         "This is the high 32-bits of the total number of
  62.                         of Message BYTEs sent by the SMTP Server"
  63.                 ::= { smtpStatistics 5 }
  64.  
  65.         totalMsgBytesSentLowWord OBJECT-TYPE
  66.                 SYNTAX  Counter
  67.                 ACCESS  read-only
  68.                 STATUS  mandatory
  69.                 DESCRIPTION
  70.                         "This is the low 32-bits of the total number of
  71.                         of Message BYTEs sent by the SMTP Server"
  72.                 ::= { smtpStatistics 6 }
  73.  
  74.         totalMsgBytesReceivedHighWord OBJECT-TYPE
  75.                 SYNTAX  Counter
  76.                 ACCESS  read-only
  77.                 STATUS  mandatory
  78.                 DESCRIPTION
  79.                         "This is the high 32-bits of the total number of
  80.                         of Message BYTEs received by the SMTP Server"
  81.                 ::= { smtpStatistics 7 }
  82.  
  83.         totalMsgBytesReceivedLowWord OBJECT-TYPE
  84.                 SYNTAX  Counter
  85.                 ACCESS  read-only
  86.                 STATUS  mandatory
  87.                 DESCRIPTION
  88.                         "This is the low 32-bits of the total number of
  89.                         of Message BYTEs received by the SMTP Server"
  90.                 ::= { smtpStatistics 8 }
  91.  
  92.         totalMessagesReceived OBJECT-TYPE
  93.                 SYNTAX  Counter
  94.                 ACCESS  read-only
  95.                 STATUS  mandatory
  96.                 DESCRIPTION
  97.                         "This is the total number of messages received
  98.                         by this SMTP Server"
  99.                 ::= { smtpStatistics 9 }
  100.  
  101.         totalRecipientsReceived OBJECT-TYPE
  102.                 SYNTAX  Counter
  103.                 ACCESS  read-only
  104.                 STATUS  mandatory
  105.                 DESCRIPTION
  106.                         "This is the total number of recipients received
  107.                         by this SMTP Server"
  108.                 ::= { smtpStatistics 10 }
  109.  
  110.         totalLocalRecipientsReceived OBJECT-TYPE
  111.                 SYNTAX  Counter
  112.                 ACCESS  read-only
  113.                 STATUS  mandatory
  114.                 DESCRIPTION
  115.                         "This is the total number of local recipients
  116.                         received by this SMTP Server"
  117.                 ::= { smtpStatistics 11 }
  118.  
  119.         totalRemoteRecipientsReceived OBJECT-TYPE
  120.                 SYNTAX  Counter
  121.                 ACCESS  read-only
  122.                 STATUS  mandatory
  123.                 DESCRIPTION
  124.                         "This is the total number of remote recipients
  125.                         received by this SMTP Server"
  126.                 ::= { smtpStatistics 12 }
  127.  
  128.         totalMessagesRejectedBySize OBJECT-TYPE
  129.                 SYNTAX  Counter
  130.                 ACCESS  read-only
  131.                 STATUS  mandatory
  132.                 DESCRIPTION
  133.                         "This is the total number of messages rejected
  134.                         because of size by this SMTP Server"
  135.                 ::= { smtpStatistics 13 }
  136.  
  137.         totalMessagesRejectedByAddrObjects OBJECT-TYPE
  138.                 SYNTAX  Counter
  139.                 ACCESS  read-only
  140.                 STATUS  mandatory
  141.                 DESCRIPTION
  142.                         "This is the total number of messages rejected
  143.                         because of no free CAddrObjects by this SMTP Server"
  144.                 ::= { smtpStatistics 14 }
  145.  
  146.         totalMessagesRejectedByMailObjects OBJECT-TYPE
  147.                 SYNTAX  Counter
  148.                 ACCESS  read-only
  149.                 STATUS  mandatory
  150.                 DESCRIPTION
  151.                         "This is the total number of messages rejected
  152.                         because of no free CMailObjects by this SMTP Server"
  153.                 ::= { smtpStatistics 15 }
  154.  
  155.         totalMessagesDelivered OBJECT-TYPE
  156.                 SYNTAX  Counter
  157.                 ACCESS  read-only
  158.                 STATUS  mandatory
  159.                 DESCRIPTION
  160.                         "This is the total number of messages delivered
  161.                         by this SMTP Server"
  162.                 ::= { smtpStatistics 16 }
  163.  
  164.         totalDeliveryRetries OBJECT-TYPE
  165.                 SYNTAX  Counter
  166.                 ACCESS  read-only
  167.                 STATUS  mandatory
  168.                 DESCRIPTION
  169.                         "This is the total number of messages local
  170.                         deliveries retried by this SMTP Server"
  171.                 ::= { smtpStatistics 17 }
  172.  
  173.         totalMessagesPickedUp OBJECT-TYPE
  174.                 SYNTAX  Counter
  175.                 ACCESS  read-only
  176.                 STATUS  mandatory
  177.                 DESCRIPTION
  178.                         "This is the total number of messages retrieved 
  179.                         from the pickup directory by this SMTP Server"
  180.                 ::= { smtpStatistics 18 }
  181.  
  182.         totalNonDeliveryReports OBJECT-TYPE
  183.                 SYNTAX  Counter
  184.                 ACCESS  read-only
  185.                 STATUS  mandatory
  186.                 DESCRIPTION
  187.                         "This is the total number non-delivery reports
  188.                         that have been generated by this SMTP Server"
  189.                 ::= { smtpStatistics 19 }
  190.  
  191.         currentLocalQueueLength OBJECT-TYPE
  192.                 SYNTAX  Counter
  193.                 ACCESS  read-only
  194.                 STATUS  mandatory
  195.                 DESCRIPTION
  196.                         "This is the current number of messages in local
  197.                         queue for this SMTP Server"
  198.                 ::= { smtpStatistics 20 }
  199.  
  200.         currentLocalRetryQueueLength OBJECT-TYPE
  201.                 SYNTAX  Counter
  202.                 ACCESS  read-only
  203.                 STATUS  mandatory
  204.                 DESCRIPTION
  205.                         "This is the current number of messages in the local retry
  206.                         queue for this SMTP Server"
  207.                 ::= { smtpStatistics 21 }
  208.  
  209.         currentMailFileHandles OBJECT-TYPE
  210.                 SYNTAX  Counter
  211.                 ACCESS  read-only
  212.                 STATUS  mandatory
  213.                 DESCRIPTION
  214.                         "This is the current number of mail open file
  215.                         handles by this SMTP Server"
  216.                 ::= { smtpStatistics 22 }
  217.  
  218.         currentQueueFileHandles OBJECT-TYPE
  219.                 SYNTAX  Counter
  220.                 ACCESS  read-only
  221.                 STATUS  mandatory
  222.                 DESCRIPTION
  223.                         "This is the current number of queue open file
  224.                         handles by this SMTP Server"
  225.                 ::= { smtpStatistics 23 }
  226.  
  227.         totalMessagesSent OBJECT-TYPE
  228.                 SYNTAX  Counter
  229.                 ACCESS  read-only
  230.                 STATUS  mandatory
  231.                 DESCRIPTION
  232.                         "This is the total number of messages sent
  233.                         by this SMTP Server"
  234.                 ::= { smtpStatistics 24 }
  235.  
  236.         totalRecipientsSent OBJECT-TYPE
  237.                 SYNTAX  Counter
  238.                 ACCESS  read-only
  239.                 STATUS  mandatory
  240.                 DESCRIPTION
  241.                         "This is the total number of recipients sent
  242.                         to by this SMTP Server"
  243.                 ::= { smtpStatistics 25 }
  244.  
  245.         totalSendRetries OBJECT-TYPE
  246.                 SYNTAX  Counter
  247.                 ACCESS  read-only
  248.                 STATUS  mandatory
  249.                 DESCRIPTION
  250.                         "This is the total number of send retries
  251.                         by this SMTP Server"
  252.                 ::= { smtpStatistics 26 }
  253.  
  254.         currentRemoteQueueLength OBJECT-TYPE
  255.                 SYNTAX  Counter
  256.                 ACCESS  read-only
  257.                 STATUS  mandatory
  258.                 DESCRIPTION
  259.                         "This is the current number of messages in remote
  260.                         queue for this SMTP Server"
  261.                 ::= { smtpStatistics 27 }
  262.  
  263.         totalDnsQueries OBJECT-TYPE
  264.                 SYNTAX  Counter
  265.                 ACCESS  read-only
  266.                 STATUS  mandatory
  267.                 DESCRIPTION
  268.                         "This is the total number of DNS queries issued
  269.                         by this SMTP Server"
  270.                 ::= { smtpStatistics 28 }
  271.  
  272.         currentRemoteRetryQueueLength OBJECT-TYPE
  273.                 SYNTAX  Counter
  274.                 ACCESS  read-only
  275.                 STATUS  mandatory
  276.                 DESCRIPTION
  277.                         "This is the current number of messages in the remote retry
  278.                         queue for this SMTP Server"
  279.                 ::= { smtpStatistics 29 }
  280.  
  281.         currentPickupRetryQueueLength OBJECT-TYPE
  282.                 SYNTAX  Counter
  283.                 ACCESS  read-only
  284.                 STATUS  mandatory
  285.                 DESCRIPTION
  286.                         "This is the total number of messages in the pickup retry
  287.                         queue for this SMTP Server"
  288.                 ::= { smtpStatistics 30 }
  289.  
  290.         currentInboundConnectionsTotal OBJECT-TYPE
  291.                 SYNTAX  INTEGER
  292.                 ACCESS  read-only
  293.                 STATUS  mandatory
  294.                 DESCRIPTION
  295.                         "This is the number of inbound sessions
  296.                         currently connected to the SMTP Server"
  297.                 ::= { smtpStatistics 31 }
  298.  
  299.         currentInboundConnectionsClose OBJECT-TYPE
  300.                 SYNTAX  INTEGER
  301.                 ACCESS  read-only
  302.                 STATUS  mandatory
  303.                 DESCRIPTION
  304.                         "This is the number of inbound sessions
  305.                         currently closed from the SMTP Server"
  306.                 ::= { smtpStatistics 32 }
  307.  
  308.         currentOutboundConnectionsTotal OBJECT-TYPE
  309.                 SYNTAX  INTEGER
  310.                 ACCESS  read-only
  311.                 STATUS  mandatory
  312.                 DESCRIPTION
  313.                         "This is the number of outbound sessions
  314.                         currently connected to the SMTP Server"
  315.                 ::= { smtpStatistics 33 }
  316.  
  317.         currentOutboundConnectionsClose OBJECT-TYPE
  318.                 SYNTAX  INTEGER
  319.                 ACCESS  read-only
  320.                 STATUS  mandatory
  321.                 DESCRIPTION
  322.                         "This is the number of outbound sessions
  323.                         currently closed by the SMTP Server"
  324.                 ::= { smtpStatistics 34 }
  325.  
  326.         totalOutboundConnectionsRefused OBJECT-TYPE
  327.                 SYNTAX  INTEGER
  328.                 ACCESS  read-only
  329.                 STATUS  mandatory
  330.                 DESCRIPTION
  331.                         "This is the total number of outbound sessions
  332.                         rejected for this SMTP Server"
  333.                 ::= { smtpStatistics 35 }
  334.  
  335.         totalConnectionErrors OBJECT-TYPE
  336.                 SYNTAX  INTEGER
  337.                 ACCESS  read-only
  338.                 STATUS  mandatory
  339.                 DESCRIPTION
  340.                         "This is the total number of protocol errors
  341.                         detected by this SMTP Server"
  342.                 ::= { smtpStatistics 36 }
  343.  
  344.         currentDirectoryDrops OBJECT-TYPE
  345.                 SYNTAX  INTEGER
  346.                 ACCESS  read-only
  347.                 STATUS  mandatory
  348.                 DESCRIPTION
  349.                         "This is the total number of messages placed in the
  350.                         drop directory by this SMTP Server"
  351.                 ::= { smtpStatistics 37 }
  352.  
  353.         currentRoutingTableLookups OBJECT-TYPE
  354.                 SYNTAX  INTEGER
  355.                 ACCESS  read-only
  356.                 STATUS  mandatory
  357.                 DESCRIPTION
  358.                         "This is the total number of protocol errors
  359.                         detected by this SMTP Server"
  360.                 ::= { smtpStatistics 38 }
  361.  
  362.  
  363.         CurrentEtrnMessages OBJECT-TYPE
  364.                 SYNTAX  INTEGER
  365.                 ACCESS  read-only
  366.                 STATUS  mandatory
  367.                 DESCRIPTION
  368.                         "This is the total number of ETRN messages
  369.                         detected by this SMTP Server"
  370.                 ::= { smtpStatistics 39 }
  371.  
  372. END
  373.