Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

372 lines
14 KiB

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