logstash-integration-snmp 4.0.0-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (324) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +23 -0
  3. data/CONTRIBUTORS +20 -0
  4. data/Gemfile +11 -0
  5. data/LICENSE +202 -0
  6. data/README.md +89 -0
  7. data/VERSION +1 -0
  8. data/docs/index.asciidoc +202 -0
  9. data/docs/input-snmp.asciidoc +524 -0
  10. data/docs/input-snmptrap.asciidoc +392 -0
  11. data/lib/logstash/inputs/snmp.rb +369 -0
  12. data/lib/logstash/inputs/snmptrap.rb +190 -0
  13. data/lib/logstash/plugin_mixins/snmp/common.rb +197 -0
  14. data/lib/logstash-integration-snmp_jars.rb +6 -0
  15. data/lib/mibs/ietf/ACCOUNTING-CONTROL-MIB.dic +1316 -0
  16. data/lib/mibs/ietf/ADSL-LINE-EXT-MIB.dic +1724 -0
  17. data/lib/mibs/ietf/ADSL-LINE-MIB.dic +7297 -0
  18. data/lib/mibs/ietf/ADSL-TC-MIB.dic +160 -0
  19. data/lib/mibs/ietf/ADSL2-LINE-MIB.dic +8663 -0
  20. data/lib/mibs/ietf/ADSL2-LINE-TC-MIB.dic +1462 -0
  21. data/lib/mibs/ietf/AGENTX-MIB.dic +817 -0
  22. data/lib/mibs/ietf/AGGREGATE-MIB.dic +708 -0
  23. data/lib/mibs/ietf/ALARM-MIB.dic +1734 -0
  24. data/lib/mibs/ietf/APM-MIB.dic +2870 -0
  25. data/lib/mibs/ietf/APPC-MIB.dic +8687 -0
  26. data/lib/mibs/ietf/APPLETALK-MIB.dic +4399 -0
  27. data/lib/mibs/ietf/APPLICATION-MIB.dic +3750 -0
  28. data/lib/mibs/ietf/APPN-DLUR-MIB.dic +972 -0
  29. data/lib/mibs/ietf/APPN-MIB.dic +9364 -0
  30. data/lib/mibs/ietf/APPN-TRAP-MIB.dic +664 -0
  31. data/lib/mibs/ietf/APS-MIB.dic +2430 -0
  32. data/lib/mibs/ietf/ARC-MIB.dic +552 -0
  33. data/lib/mibs/ietf/ATM-ACCOUNTING-INFORMATION-MIB.dic +816 -0
  34. data/lib/mibs/ietf/ATM-MIB.dic +4104 -0
  35. data/lib/mibs/ietf/ATM-TC-MIB.dic +914 -0
  36. data/lib/mibs/ietf/ATM2-MIB.dic +4715 -0
  37. data/lib/mibs/ietf/BFD-STD-MIB.dic +2367 -0
  38. data/lib/mibs/ietf/BFD-TC-STD-MIB.dic +202 -0
  39. data/lib/mibs/ietf/BGP4-MIB.dic +1931 -0
  40. data/lib/mibs/ietf/BLDG-HVAC-MIB.dic +812 -0
  41. data/lib/mibs/ietf/BRIDGE-MIB.dic +2257 -0
  42. data/lib/mibs/ietf/CAPWAP-BASE-MIB.dic +4128 -0
  43. data/lib/mibs/ietf/CAPWAP-DOT11-MIB.dic +482 -0
  44. data/lib/mibs/ietf/CHARACTER-MIB.dic +1140 -0
  45. data/lib/mibs/ietf/CIRCUIT-IF-MIB.dic +493 -0
  46. data/lib/mibs/ietf/CLNS-MIB.dic +1702 -0
  47. data/lib/mibs/ietf/COFFEE-POT-MIB.dic +282 -0
  48. data/lib/mibs/ietf/COPS-CLIENT-MIB.dic +1270 -0
  49. data/lib/mibs/ietf/DECNET-PHIV-MIB.dic +5837 -0
  50. data/lib/mibs/ietf/DIAL-CONTROL-MIB.dic +2139 -0
  51. data/lib/mibs/ietf/DIFFSERV-CONFIG-MIB.dic +378 -0
  52. data/lib/mibs/ietf/DIFFSERV-MIB.dic +5073 -0
  53. data/lib/mibs/ietf/DIRECTORY-SERVER-MIB.dic +1041 -0
  54. data/lib/mibs/ietf/DISMAN-EVENT-MIB.dic +3151 -0
  55. data/lib/mibs/ietf/DISMAN-EXPRESSION-MIB.dic +1716 -0
  56. data/lib/mibs/ietf/DISMAN-NSLOOKUP-MIB.dic +698 -0
  57. data/lib/mibs/ietf/DISMAN-PING-MIB.dic +2635 -0
  58. data/lib/mibs/ietf/DISMAN-SCHEDULE-MIB.dic +1744 -0
  59. data/lib/mibs/ietf/DISMAN-SCRIPT-MIB.dic +2820 -0
  60. data/lib/mibs/ietf/DISMAN-TRACEROUTE-MIB.dic +3239 -0
  61. data/lib/mibs/ietf/DLSW-MIB.dic +5635 -0
  62. data/lib/mibs/ietf/DNS-RESOLVER-MIB.dic +1765 -0
  63. data/lib/mibs/ietf/DNS-SERVER-MIB.dic +1593 -0
  64. data/lib/mibs/ietf/DOCS-BPI-MIB.dic +2634 -0
  65. data/lib/mibs/ietf/DOCS-CABLE-DEVICE-MIB.dic +5042 -0
  66. data/lib/mibs/ietf/DOCS-IETF-BPI2-MIB.dic +5478 -0
  67. data/lib/mibs/ietf/DOCS-IETF-CABLE-DEVICE-NOTIFICATION-MIB.dic +2447 -0
  68. data/lib/mibs/ietf/DOCS-IETF-QOS-MIB.dic +4886 -0
  69. data/lib/mibs/ietf/DOCS-IETF-SUBMGT-MIB.dic +1331 -0
  70. data/lib/mibs/ietf/DOCS-IF-MIB.dic +7980 -0
  71. data/lib/mibs/ietf/DOT12-IF-MIB.dic +1066 -0
  72. data/lib/mibs/ietf/DOT12-RPTR-MIB.dic +2669 -0
  73. data/lib/mibs/ietf/DOT3-EPON-MIB.dic +3297 -0
  74. data/lib/mibs/ietf/DOT3-OAM-MIB.dic +2830 -0
  75. data/lib/mibs/ietf/DS0-MIB.dic +466 -0
  76. data/lib/mibs/ietf/DS0BUNDLE-MIB.dic +468 -0
  77. data/lib/mibs/ietf/DS1-MIB.dic +4890 -0
  78. data/lib/mibs/ietf/DS3-MIB.dic +2719 -0
  79. data/lib/mibs/ietf/DSA-MIB.dic +888 -0
  80. data/lib/mibs/ietf/DSMON-MIB.dic +6177 -0
  81. data/lib/mibs/ietf/DVB-RCS-MIB.dic +5764 -0
  82. data/lib/mibs/ietf/EBN-MIB.dic +1026 -0
  83. data/lib/mibs/ietf/EFM-CU-MIB.dic +4335 -0
  84. data/lib/mibs/ietf/ENTITY-MIB.dic +2235 -0
  85. data/lib/mibs/ietf/ENTITY-SENSOR-MIB.dic +653 -0
  86. data/lib/mibs/ietf/ENTITY-STATE-MIB.dic +457 -0
  87. data/lib/mibs/ietf/ENTITY-STATE-TC-MIB.dic +260 -0
  88. data/lib/mibs/ietf/ETHER-CHIPSET-MIB.dic +787 -0
  89. data/lib/mibs/ietf/EtherLike-MIB.dic +2548 -0
  90. data/lib/mibs/ietf/FC-MGMT-MIB.dic +3465 -0
  91. data/lib/mibs/ietf/FCIP-MGMT-MIB.dic +1596 -0
  92. data/lib/mibs/ietf/FDDI-SMT73-MIB.dic +3378 -0
  93. data/lib/mibs/ietf/FIBRE-CHANNEL-FE-MIB.dic +2504 -0
  94. data/lib/mibs/ietf/FLOAT-TC-MIB.dic +128 -0
  95. data/lib/mibs/ietf/FLOW-METER-MIB.dic +3201 -0
  96. data/lib/mibs/ietf/FORCES-MIB.dic +598 -0
  97. data/lib/mibs/ietf/FR-ATM-PVC-SERVICE-IWF-MIB.dic +1601 -0
  98. data/lib/mibs/ietf/FR-MFR-MIB.dic +1351 -0
  99. data/lib/mibs/ietf/FRAME-RELAY-DTE-MIB.dic +1688 -0
  100. data/lib/mibs/ietf/FRNETSERV-MIB.dic +3940 -0
  101. data/lib/mibs/ietf/FRSLD-MIB.dic +2580 -0
  102. data/lib/mibs/ietf/Finisher-MIB.dic +1416 -0
  103. data/lib/mibs/ietf/GMPLS-LABEL-STD-MIB.dic +965 -0
  104. data/lib/mibs/ietf/GMPLS-LSR-STD-MIB.dic +693 -0
  105. data/lib/mibs/ietf/GMPLS-TC-STD-MIB.dic +180 -0
  106. data/lib/mibs/ietf/GMPLS-TE-STD-MIB.dic +2542 -0
  107. data/lib/mibs/ietf/GSMP-MIB.dic +2468 -0
  108. data/lib/mibs/ietf/HC-ALARM-MIB.dic +1050 -0
  109. data/lib/mibs/ietf/HC-PerfHist-TC-MIB.dic +310 -0
  110. data/lib/mibs/ietf/HC-RMON-MIB.dic +4456 -0
  111. data/lib/mibs/ietf/HDSL2-SHDSL-LINE-MIB.dic +3955 -0
  112. data/lib/mibs/ietf/HOST-RESOURCES-MIB.dic +2453 -0
  113. data/lib/mibs/ietf/HPR-IP-MIB.dic +640 -0
  114. data/lib/mibs/ietf/HPR-MIB.dic +1959 -0
  115. data/lib/mibs/ietf/IANA-ITU-ALARM-TC-MIB.dic +936 -0
  116. data/lib/mibs/ietf/IF-CAP-STACK-MIB.dic +356 -0
  117. data/lib/mibs/ietf/IF-INVERTED-STACK-MIB.dic +220 -0
  118. data/lib/mibs/ietf/IF-MIB.dic +2753 -0
  119. data/lib/mibs/ietf/IFCP-MGMT-MIB.dic +1717 -0
  120. data/lib/mibs/ietf/IGMP-STD-MIB.dic +809 -0
  121. data/lib/mibs/ietf/INET-ADDRESS-MIB.dic +570 -0
  122. data/lib/mibs/ietf/INTEGRATED-SERVICES-GUARANTEED-MIB.dic +319 -0
  123. data/lib/mibs/ietf/INTEGRATED-SERVICES-MIB.dic +1196 -0
  124. data/lib/mibs/ietf/INTERFACETOPN-MIB.dic +1705 -0
  125. data/lib/mibs/ietf/IP-FORWARD-MIB.dic +1853 -0
  126. data/lib/mibs/ietf/IP-MIB.dic +7064 -0
  127. data/lib/mibs/ietf/IPATM-IPMC-MIB.dic +4830 -0
  128. data/lib/mibs/ietf/IPFIX-MIB.dic +2334 -0
  129. data/lib/mibs/ietf/IPFIX-SELECTOR-MIB.dic +215 -0
  130. data/lib/mibs/ietf/IPMCAST-MIB.dic +3390 -0
  131. data/lib/mibs/ietf/IPMROUTE-STD-MIB.dic +1246 -0
  132. data/lib/mibs/ietf/IPOA-MIB.dic +2372 -0
  133. data/lib/mibs/ietf/IPS-AUTH-MIB.dic +1609 -0
  134. data/lib/mibs/ietf/IPSEC-SPD-MIB.dic +3989 -0
  135. data/lib/mibs/ietf/IPV6-FLOW-LABEL-MIB.dic +110 -0
  136. data/lib/mibs/ietf/IPV6-ICMP-MIB.dic +748 -0
  137. data/lib/mibs/ietf/IPV6-MIB.dic +2028 -0
  138. data/lib/mibs/ietf/IPV6-MLD-MIB.dic +659 -0
  139. data/lib/mibs/ietf/IPV6-TCP-MIB.dic +332 -0
  140. data/lib/mibs/ietf/IPV6-UDP-MIB.dic +209 -0
  141. data/lib/mibs/ietf/ISCSI-MIB.dic +4613 -0
  142. data/lib/mibs/ietf/ISDN-MIB.dic +1796 -0
  143. data/lib/mibs/ietf/ISIS-MIB.dic +6215 -0
  144. data/lib/mibs/ietf/ISNS-MIB.dic +6578 -0
  145. data/lib/mibs/ietf/ITU-ALARM-MIB.dic +665 -0
  146. data/lib/mibs/ietf/ITU-ALARM-TC-MIB.dic +137 -0
  147. data/lib/mibs/ietf/Job-Monitoring-MIB.dic +2519 -0
  148. data/lib/mibs/ietf/L2TP-MIB.dic +4050 -0
  149. data/lib/mibs/ietf/LANGTAG-TC-MIB.dic +104 -0
  150. data/lib/mibs/ietf/LISP-MIB.dic +4067 -0
  151. data/lib/mibs/ietf/LMP-MIB.dic +5166 -0
  152. data/lib/mibs/ietf/MALLOC-MIB.dic +2156 -0
  153. data/lib/mibs/ietf/MAU-MIB.dic +2619 -0
  154. data/lib/mibs/ietf/MIDCOM-MIB.dic +2856 -0
  155. data/lib/mibs/ietf/MIOX25-MIB.dic +828 -0
  156. data/lib/mibs/ietf/MIP-MIB.dic +3473 -0
  157. data/lib/mibs/ietf/MOBILEIPV6-MIB.dic +5228 -0
  158. data/lib/mibs/ietf/MPLS-FTN-STD-MIB.dic +1594 -0
  159. data/lib/mibs/ietf/MPLS-L3VPN-STD-MIB.dic +2548 -0
  160. data/lib/mibs/ietf/MPLS-LC-ATM-STD-MIB.dic +491 -0
  161. data/lib/mibs/ietf/MPLS-LC-FR-STD-MIB.dic +395 -0
  162. data/lib/mibs/ietf/MPLS-LDP-ATM-STD-MIB.dic +1019 -0
  163. data/lib/mibs/ietf/MPLS-LDP-FRAME-RELAY-STD-MIB.dic +862 -0
  164. data/lib/mibs/ietf/MPLS-LDP-GENERIC-STD-MIB.dic +445 -0
  165. data/lib/mibs/ietf/MPLS-LDP-STD-MIB.dic +3657 -0
  166. data/lib/mibs/ietf/MPLS-LSR-STD-MIB.dic +3103 -0
  167. data/lib/mibs/ietf/MPLS-TC-STD-MIB.dic +911 -0
  168. data/lib/mibs/ietf/MPLS-TE-STD-MIB.dic +3673 -0
  169. data/lib/mibs/ietf/MSDP-MIB.dic +1893 -0
  170. data/lib/mibs/ietf/MTA-MIB.dic +1898 -0
  171. data/lib/mibs/ietf/Modem-MIB.dic +2054 -0
  172. data/lib/mibs/ietf/NAT-MIB.dic +3866 -0
  173. data/lib/mibs/ietf/NETWORK-SERVICES-MIB.dic +1034 -0
  174. data/lib/mibs/ietf/NHDP-MIB.dic +3005 -0
  175. data/lib/mibs/ietf/NHRP-MIB.dic +3660 -0
  176. data/lib/mibs/ietf/NOTIFICATION-LOG-MIB.dic +1156 -0
  177. data/lib/mibs/ietf/NTPv4-MIB.dic +1535 -0
  178. data/lib/mibs/ietf/OPT-IF-MIB.dic +8972 -0
  179. data/lib/mibs/ietf/OSPF-MIB.dic +5963 -0
  180. data/lib/mibs/ietf/OSPF-TRAP-MIB.dic +1190 -0
  181. data/lib/mibs/ietf/OSPFV3-MIB.dic +5708 -0
  182. data/lib/mibs/ietf/P-BRIDGE-MIB.dic +1499 -0
  183. data/lib/mibs/ietf/PARALLEL-MIB.dic +476 -0
  184. data/lib/mibs/ietf/PIM-MIB.dic +1393 -0
  185. data/lib/mibs/ietf/PIM-STD-MIB.dic +6819 -0
  186. data/lib/mibs/ietf/PINT-MIB.dic +830 -0
  187. data/lib/mibs/ietf/PKTC-IETF-MTA-MIB.dic +3191 -0
  188. data/lib/mibs/ietf/PKTC-IETF-SIG-MIB.dic +4713 -0
  189. data/lib/mibs/ietf/PMIPV6-MIB.dic +3010 -0
  190. data/lib/mibs/ietf/PMIPV6-TC-MIB.dic +293 -0
  191. data/lib/mibs/ietf/POLICY-BASED-MANAGEMENT-MIB.dic +3316 -0
  192. data/lib/mibs/ietf/POWER-ETHERNET-MIB.dic +959 -0
  193. data/lib/mibs/ietf/PPP-BRIDGE-NCP-MIB.dic +587 -0
  194. data/lib/mibs/ietf/PPP-IP-NCP-MIB.dic +269 -0
  195. data/lib/mibs/ietf/PPP-LCP-MIB.dic +994 -0
  196. data/lib/mibs/ietf/PPP-SEC-MIB.dic +411 -0
  197. data/lib/mibs/ietf/PSAMP-MIB.dic +998 -0
  198. data/lib/mibs/ietf/PTOPO-MIB.dic +1135 -0
  199. data/lib/mibs/ietf/PW-ATM-MIB.dic +1642 -0
  200. data/lib/mibs/ietf/PW-CEP-STD-MIB.dic +3661 -0
  201. data/lib/mibs/ietf/PW-STD-MIB.dic +3592 -0
  202. data/lib/mibs/ietf/PW-TC-STD-MIB.dic +437 -0
  203. data/lib/mibs/ietf/PW-TDM-MIB.dic +1896 -0
  204. data/lib/mibs/ietf/PerfHist-TC-MIB.dic +152 -0
  205. data/lib/mibs/ietf/Printer-MIB.dic +6665 -0
  206. data/lib/mibs/ietf/Q-BRIDGE-MIB.dic +3115 -0
  207. data/lib/mibs/ietf/RADIUS-ACC-CLIENT-MIB.dic +991 -0
  208. data/lib/mibs/ietf/RADIUS-ACC-SERVER-MIB.dic +1183 -0
  209. data/lib/mibs/ietf/RADIUS-AUTH-CLIENT-MIB.dic +1073 -0
  210. data/lib/mibs/ietf/RADIUS-AUTH-SERVER-MIB.dic +1251 -0
  211. data/lib/mibs/ietf/RADIUS-DYNAUTH-CLIENT-MIB.dic +1116 -0
  212. data/lib/mibs/ietf/RADIUS-DYNAUTH-SERVER-MIB.dic +1003 -0
  213. data/lib/mibs/ietf/RAQMON-MIB.dic +2695 -0
  214. data/lib/mibs/ietf/RBRIDGE-MIB.dic +2981 -0
  215. data/lib/mibs/ietf/RDBMS-MIB.dic +1935 -0
  216. data/lib/mibs/ietf/RFC1065-SMI.dic +108 -0
  217. data/lib/mibs/ietf/RFC1155-SMI.dic +118 -0
  218. data/lib/mibs/ietf/RFC1158-MIB.dic +2440 -0
  219. data/lib/mibs/ietf/RFC1213-MIB.dic +3434 -0
  220. data/lib/mibs/ietf/RFC1269-MIB.dic +557 -0
  221. data/lib/mibs/ietf/RFC1271-MIB.dic +4135 -0
  222. data/lib/mibs/ietf/RFC1285-MIB.dic +2842 -0
  223. data/lib/mibs/ietf/RFC1316-MIB.dic +800 -0
  224. data/lib/mibs/ietf/RFC1381-MIB.dic +1347 -0
  225. data/lib/mibs/ietf/RFC1382-MIB.dic +3820 -0
  226. data/lib/mibs/ietf/RFC1414-MIB.dic +214 -0
  227. data/lib/mibs/ietf/RIPv2-MIB.dic +773 -0
  228. data/lib/mibs/ietf/RMON-MIB.dic +5551 -0
  229. data/lib/mibs/ietf/RMON2-MIB.dic +8224 -0
  230. data/lib/mibs/ietf/ROHC-MIB.dic +1613 -0
  231. data/lib/mibs/ietf/ROHC-RTP-MIB.dic +859 -0
  232. data/lib/mibs/ietf/ROHC-UNCOMPRESSED-MIB.dic +267 -0
  233. data/lib/mibs/ietf/RPKI-ROUTER-MIB.dic +1363 -0
  234. data/lib/mibs/ietf/RS-232-MIB.dic +1335 -0
  235. data/lib/mibs/ietf/RSERPOOL-MIB.dic +2501 -0
  236. data/lib/mibs/ietf/RSTP-MIB.dic +427 -0
  237. data/lib/mibs/ietf/RSVP-MIB.dic +4135 -0
  238. data/lib/mibs/ietf/RTP-MIB.dic +1376 -0
  239. data/lib/mibs/ietf/SCSI-MIB.dic +3804 -0
  240. data/lib/mibs/ietf/SCTP-MIB.dic +1924 -0
  241. data/lib/mibs/ietf/SFLOW-MIB.dic +568 -0
  242. data/lib/mibs/ietf/SIP-COMMON-MIB.dic +2769 -0
  243. data/lib/mibs/ietf/SIP-MIB.dic +1438 -0
  244. data/lib/mibs/ietf/SIP-SERVER-MIB.dic +1150 -0
  245. data/lib/mibs/ietf/SIP-TC-MIB.dic +257 -0
  246. data/lib/mibs/ietf/SIP-UA-MIB.dic +268 -0
  247. data/lib/mibs/ietf/SLAPM-MIB.dic +4527 -0
  248. data/lib/mibs/ietf/SMON-MIB.dic +1758 -0
  249. data/lib/mibs/ietf/SNA-NAU-MIB.dic +4042 -0
  250. data/lib/mibs/ietf/SNA-SDLC-MIB.dic +3858 -0
  251. data/lib/mibs/ietf/SNMP-COMMUNITY-MIB.dic +715 -0
  252. data/lib/mibs/ietf/SNMP-FRAMEWORK-MIB.dic +709 -0
  253. data/lib/mibs/ietf/SNMP-MPD-MIB.dic +230 -0
  254. data/lib/mibs/ietf/SNMP-NOTIFICATION-MIB.dic +859 -0
  255. data/lib/mibs/ietf/SNMP-PROXY-MIB.dic +414 -0
  256. data/lib/mibs/ietf/SNMP-REPEATER-MIB.dic +4335 -0
  257. data/lib/mibs/ietf/SNMP-SSH-TM-MIB.dic +447 -0
  258. data/lib/mibs/ietf/SNMP-TARGET-MIB.dic +924 -0
  259. data/lib/mibs/ietf/SNMP-TLS-TM-MIB.dic +1449 -0
  260. data/lib/mibs/ietf/SNMP-TSM-MIB.dic +315 -0
  261. data/lib/mibs/ietf/SNMP-USER-BASED-SM-MIB.dic +1164 -0
  262. data/lib/mibs/ietf/SNMP-USM-AES-MIB.dic +95 -0
  263. data/lib/mibs/ietf/SNMP-USM-DH-OBJECTS-MIB.dic +653 -0
  264. data/lib/mibs/ietf/SNMP-VIEW-BASED-ACM-MIB.dic +1202 -0
  265. data/lib/mibs/ietf/SNMPv2-MIB.dic +1382 -0
  266. data/lib/mibs/ietf/SNMPv2-SMI.dic +223 -0
  267. data/lib/mibs/ietf/SNMPv2-USEC-MIB.dic +405 -0
  268. data/lib/mibs/ietf/SONET-MIB.dic +3308 -0
  269. data/lib/mibs/ietf/SOURCE-ROUTING-MIB.dic +542 -0
  270. data/lib/mibs/ietf/SSPM-MIB.dic +1530 -0
  271. data/lib/mibs/ietf/SYSAPPL-MIB.dic +2092 -0
  272. data/lib/mibs/ietf/T11-FC-FABRIC-ADDR-MGR-MIB.dic +1779 -0
  273. data/lib/mibs/ietf/T11-FC-FABRIC-CONFIG-SERVER-MIB.dic +2822 -0
  274. data/lib/mibs/ietf/T11-FC-FABRIC-LOCK-MIB.dic +700 -0
  275. data/lib/mibs/ietf/T11-FC-FSPF-MIB.dic +1889 -0
  276. data/lib/mibs/ietf/T11-FC-NAME-SERVER-MIB.dic +1775 -0
  277. data/lib/mibs/ietf/T11-FC-ROUTE-MIB.dic +655 -0
  278. data/lib/mibs/ietf/T11-FC-RSCN-MIB.dic +1110 -0
  279. data/lib/mibs/ietf/T11-FC-VIRTUAL-FABRIC-MIB.dic +770 -0
  280. data/lib/mibs/ietf/T11-FC-ZONE-SERVER-MIB.dic +3886 -0
  281. data/lib/mibs/ietf/T11-TC-MIB.dic +110 -0
  282. data/lib/mibs/ietf/TCP-ESTATS-MIB.dic +3926 -0
  283. data/lib/mibs/ietf/TCP-MIB.dic +1319 -0
  284. data/lib/mibs/ietf/TCPIPX-MIB.dic +457 -0
  285. data/lib/mibs/ietf/TE-LINK-STD-MIB.dic +2876 -0
  286. data/lib/mibs/ietf/TE-MIB.dic +2924 -0
  287. data/lib/mibs/ietf/TED-MIB.dic +1749 -0
  288. data/lib/mibs/ietf/TIME-AGGREGATE-MIB.dic +550 -0
  289. data/lib/mibs/ietf/TN3270E-MIB.dic +2785 -0
  290. data/lib/mibs/ietf/TN3270E-RT-MIB.dic +1317 -0
  291. data/lib/mibs/ietf/TOKEN-RING-RMON-MIB.dic +2820 -0
  292. data/lib/mibs/ietf/TOKENRING-MIB.dic +1184 -0
  293. data/lib/mibs/ietf/TOKENRING-STATION-SR-MIB.dic +292 -0
  294. data/lib/mibs/ietf/TRANSPORT-ADDRESS-MIB.dic +610 -0
  295. data/lib/mibs/ietf/TRIP-MIB.dic +3159 -0
  296. data/lib/mibs/ietf/TRIP-TC-MIB.dic +241 -0
  297. data/lib/mibs/ietf/TUNNEL-MIB.dic +1095 -0
  298. data/lib/mibs/ietf/UDP-MIB.dic +751 -0
  299. data/lib/mibs/ietf/UDPLITE-MIB.dic +704 -0
  300. data/lib/mibs/ietf/UPS-MIB.dic +3088 -0
  301. data/lib/mibs/ietf/URI-TC-MIB.dic +193 -0
  302. data/lib/mibs/ietf/UUID-TC-MIB.dic +135 -0
  303. data/lib/mibs/ietf/VDSL-LINE-EXT-MCM-MIB.dic +989 -0
  304. data/lib/mibs/ietf/VDSL-LINE-EXT-SCM-MIB.dic +605 -0
  305. data/lib/mibs/ietf/VDSL-LINE-MIB.dic +4518 -0
  306. data/lib/mibs/ietf/VDSL2-LINE-MIB.dic +11029 -0
  307. data/lib/mibs/ietf/VDSL2-LINE-TC-MIB.dic +3152 -0
  308. data/lib/mibs/ietf/VPN-TC-STD-MIB.dic +121 -0
  309. data/lib/mibs/ietf/VRRP-MIB.dic +1163 -0
  310. data/lib/mibs/ietf/VRRPV3-MIB.dic +1403 -0
  311. data/lib/mibs/ietf/WWW-MIB.dic +1810 -0
  312. data/lib/mibs/logstash/iso.dic +18 -0
  313. data/logstash-integration-snmp.gemspec +40 -0
  314. data/spec/fixtures/RFC1213-MIB.dic +3445 -0
  315. data/spec/fixtures/collision.dic +25 -0
  316. data/spec/integration/inputs/snmp_spec.rb +443 -0
  317. data/spec/integration/inputs/snmptrap_spec.rb +383 -0
  318. data/spec/unit/inputs/common_spec.rb +264 -0
  319. data/spec/unit/inputs/snmp_spec.rb +510 -0
  320. data/spec/unit/inputs/snmptrap_spec.rb +141 -0
  321. data/vendor/jar-dependencies/org/logstash/integrations/plugin/4.0.0/plugin-4.0.0.jar +0 -0
  322. data/vendor/jar-dependencies/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar +0 -0
  323. data/vendor/jar-dependencies/org/snmp4j/snmp4j/3.8.0/snmp4j-3.8.0.jar +0 -0
  324. metadata +523 -0
@@ -0,0 +1,1110 @@
1
+ # python version 1.0 DO NOT EDIT
2
+ #
3
+ # This python file has been generated by smidump version 0.5.0:
4
+ #
5
+ # smidump -f python T11-FC-RSCN-MIB
6
+
7
+ FILENAME = "./libsmi-0.5.0/mibs/ietf/T11-FC-RSCN-MIB"
8
+
9
+ MIB = {
10
+ "moduleName" : "T11-FC-RSCN-MIB",
11
+
12
+ "T11-FC-RSCN-MIB" : {
13
+ "nodetype" : "module",
14
+ "language" : "SMIv2",
15
+ "organization" :
16
+ """For the initial versions, T11.
17
+ For later versions, the IETF's IMSS Working Group.""",
18
+ "contact" :
19
+ """ Claudio DeSanti
20
+ Cisco Systems, Inc.
21
+ 170 West Tasman Drive
22
+ San Jose, CA 95134 USA
23
+ EMail: cds@cisco.com
24
+
25
+ Keith McCloghrie
26
+ Cisco Systems, Inc.
27
+ 170 West Tasman Drive
28
+ San Jose, CA 95134 USA
29
+ EMail: kzm@cisco.com""",
30
+ "description" :
31
+ """The MIB module for the management of registrations
32
+
33
+
34
+
35
+ by Nx_Ports to receive RSCNs (Registered State Change
36
+ Notifications) on a Fibre Channel Fabric, as defined
37
+ in FC-LS, and for the monitoring of RSCNs sent/received
38
+ or rejected in a Fibre Channel Fabric.
39
+
40
+ Copyright (C) The Internet Society (2007). This version of
41
+ this MIB module is part of RFC 4983; see the RFC itself for
42
+ full legal notices.""",
43
+ "revisions" : (
44
+ {
45
+ "date" : "2007-01-08 00:00",
46
+ "description" :
47
+ """Initial version of this MIB module, published as RFC 4983.""",
48
+ },
49
+ ),
50
+ "identity node" : "t11FcRscnMIB",
51
+ },
52
+
53
+ "imports" : (
54
+ {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
55
+ {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
56
+ {"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"},
57
+ {"module" : "SNMPv2-SMI", "name" : "Counter32"},
58
+ {"module" : "SNMPv2-SMI", "name" : "mib-2"},
59
+ {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
60
+ {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
61
+ {"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"},
62
+ {"module" : "SNMPv2-TC", "name" : "TruthValue"},
63
+ {"module" : "FC-MGMT-MIB", "name" : "fcmInstanceIndex"},
64
+ {"module" : "FC-MGMT-MIB", "name" : "fcmSwitchIndex"},
65
+ {"module" : "FC-MGMT-MIB", "name" : "FcNameIdOrZero"},
66
+ {"module" : "FC-MGMT-MIB", "name" : "FcAddressIdOrZero"},
67
+ {"module" : "T11-FC-NAME-SERVER-MIB", "name" : "T11NsGs4RejectReasonCode"},
68
+ {"module" : "T11-TC-MIB", "name" : "T11FabricIndex"},
69
+ ),
70
+
71
+ "nodes" : {
72
+ "t11FcRscnMIB" : {
73
+ "nodetype" : "node",
74
+ "moduleName" : "T11-FC-RSCN-MIB",
75
+ "oid" : "1.3.6.1.2.1.161",
76
+ "status" : "current",
77
+ }, # node
78
+ "t11FcRscnNotifications" : {
79
+ "nodetype" : "node",
80
+ "moduleName" : "T11-FC-RSCN-MIB",
81
+ "oid" : "1.3.6.1.2.1.161.0",
82
+ }, # node
83
+ "t11FcRscnObjects" : {
84
+ "nodetype" : "node",
85
+ "moduleName" : "T11-FC-RSCN-MIB",
86
+ "oid" : "1.3.6.1.2.1.161.1",
87
+ }, # node
88
+ "t11FcRscnRegistrations" : {
89
+ "nodetype" : "node",
90
+ "moduleName" : "T11-FC-RSCN-MIB",
91
+ "oid" : "1.3.6.1.2.1.161.1.1",
92
+ }, # node
93
+ "t11FcRscnRegTable" : {
94
+ "nodetype" : "table",
95
+ "moduleName" : "T11-FC-RSCN-MIB",
96
+ "oid" : "1.3.6.1.2.1.161.1.1.1",
97
+ "status" : "current",
98
+ "description" :
99
+ """A table of Nx_Ports that have registered to receive
100
+ RSCNs on all Fabrics configured on one or more Fibre
101
+ Channel switches.""",
102
+ }, # table
103
+ "t11FcRscnRegEntry" : {
104
+ "nodetype" : "row",
105
+ "moduleName" : "T11-FC-RSCN-MIB",
106
+ "oid" : "1.3.6.1.2.1.161.1.1.1.1",
107
+ "status" : "current",
108
+ "linkage" : [
109
+ "fcmInstanceIndex",
110
+ "fcmSwitchIndex",
111
+ "t11FcRscnFabricIndex",
112
+ "t11FcRscnRegFcId",
113
+ ],
114
+ "description" :
115
+ """An entry containing information about one Nx_Port that
116
+ has registered with a particular switch (identified by
117
+ values of fcmInstanceIndex and fcmSwitchIndex) for a
118
+ particular Fabric (identified by a t11FcRscnFabricIndex
119
+ value).""",
120
+ }, # row
121
+ "t11FcRscnFabricIndex" : {
122
+ "nodetype" : "column",
123
+ "moduleName" : "T11-FC-RSCN-MIB",
124
+ "oid" : "1.3.6.1.2.1.161.1.1.1.1.1",
125
+ "status" : "current",
126
+ "syntax" : {
127
+ "type" : { "module" :"T11-TC-MIB", "name" : "T11FabricIndex"},
128
+ },
129
+ "access" : "noaccess",
130
+ "description" :
131
+ """An index value that uniquely identifies a particular
132
+ Fabric.
133
+
134
+ In a Fabric conformant to FC-SW-4, multiple Virtual Fabrics
135
+ can operate within one (or more) physical infrastructures.
136
+ In such a case, this index value is used to uniquely
137
+ identify a particular Fabric within a physical
138
+ infrastructure.
139
+
140
+ In a Fabric that has (or can have) only a single Fabric
141
+ operating within the physical infrastructure, the
142
+ value of this Fabric Index will always be 1.""",
143
+ "reference" :
144
+ """ANSI INCITS 418-2006, Fibre Channel - Switch Fabric - 4
145
+ (FC-SW-4), December 2006.""",
146
+ }, # column
147
+ "t11FcRscnRegFcId" : {
148
+ "nodetype" : "column",
149
+ "moduleName" : "T11-FC-RSCN-MIB",
150
+ "oid" : "1.3.6.1.2.1.161.1.1.1.1.2",
151
+ "status" : "current",
152
+ "syntax" : {
153
+ "type" : {
154
+ "basetype" : "OctetString",
155
+ "parent module" : {
156
+ "name" : "FC-MGMT-MIB",
157
+ "type" : "FcAddressIdOrZero",
158
+ },
159
+ "ranges" : [
160
+ {
161
+ "min" : "3",
162
+ "max" : "3"
163
+ },
164
+ ],
165
+ "range" : {
166
+ "min" : "3",
167
+ "max" : "3"
168
+ },
169
+ },
170
+ },
171
+ "access" : "noaccess",
172
+ "description" :
173
+ """The Fibre Channel Address Identifier of the
174
+ registering Nx_Port.""",
175
+ }, # column
176
+ "t11FcRscnRegType" : {
177
+ "nodetype" : "column",
178
+ "moduleName" : "T11-FC-RSCN-MIB",
179
+ "oid" : "1.3.6.1.2.1.161.1.1.1.1.3",
180
+ "status" : "current",
181
+ "syntax" : {
182
+ "type" : {
183
+ "basetype" : "Bits",
184
+ "fromFabricController" : {
185
+ "nodetype" : "namednumber",
186
+ "number" : "0"
187
+ },
188
+ "fromNxPort" : {
189
+ "nodetype" : "namednumber",
190
+ "number" : "1"
191
+ },
192
+ },
193
+ },
194
+ "access" : "readonly",
195
+ "description" :
196
+ """This object indicates the type of registration
197
+ desired by the registering Nx_Port, one bit per type:
198
+
199
+ 'fromFabricController' -- RSCNs generated for events
200
+
201
+
202
+
203
+ detected by the Fabric Controller.
204
+
205
+ 'fromNxPorts' -- RSCNs generated for events
206
+ detected by the affected Nx_Port.""",
207
+ "reference" :
208
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
209
+ (FC-LS), July 2007, Table 40.""",
210
+ }, # column
211
+ "t11FcRscnStats" : {
212
+ "nodetype" : "node",
213
+ "moduleName" : "T11-FC-RSCN-MIB",
214
+ "oid" : "1.3.6.1.2.1.161.1.2",
215
+ }, # node
216
+ "t11FcRscnStatsTable" : {
217
+ "nodetype" : "table",
218
+ "moduleName" : "T11-FC-RSCN-MIB",
219
+ "oid" : "1.3.6.1.2.1.161.1.2.1",
220
+ "status" : "current",
221
+ "description" :
222
+ """The RSCN-related statistics on all Fabrics configured
223
+ on one or more Fibre Channel switches.
224
+
225
+ Two levels of statistics are included:
226
+
227
+ 1) counters at the message-type level, for:
228
+ - the number of SCRs received/rejected,
229
+ - the number of RSCNs sent/received/rejected,
230
+ - the number of SW_RSCNs sent/received/rejected.
231
+
232
+ 2) counters of sent/received RSCNs per 'Event
233
+ Qualifier' value. Note that if and when several
234
+ RSCN events are coalesced into a single RSCN
235
+ message, then that message may be counted in
236
+ more than one of these counters.""",
237
+ }, # table
238
+ "t11FcRscnStatsEntry" : {
239
+ "nodetype" : "row",
240
+ "moduleName" : "T11-FC-RSCN-MIB",
241
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1",
242
+ "status" : "current",
243
+ "linkage" : [
244
+ "fcmInstanceIndex",
245
+ "fcmSwitchIndex",
246
+ "t11FcRscnFabricIndex",
247
+ ],
248
+ "description" :
249
+ """An entry containing statistics for a particular Fabric
250
+ (identified by a t11FcRscnFabricIndex value) on a particular
251
+ switch (identified by values of fcmInstanceIndex and
252
+ fcmSwitchIndex).""",
253
+ }, # row
254
+ "t11FcRscnInScrs" : {
255
+ "nodetype" : "column",
256
+ "moduleName" : "T11-FC-RSCN-MIB",
257
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.1",
258
+ "status" : "current",
259
+ "syntax" : {
260
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
261
+ },
262
+ "access" : "readonly",
263
+ "description" :
264
+ """The number of SCRs received from Nx_Ports
265
+ by this switch on this Fabric.
266
+
267
+ This counter has no discontinuities other than
268
+ those that all Counter32s have when sysUpTime=0.""",
269
+ }, # column
270
+ "t11FcRscnInRscns" : {
271
+ "nodetype" : "column",
272
+ "moduleName" : "T11-FC-RSCN-MIB",
273
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.2",
274
+ "status" : "current",
275
+ "syntax" : {
276
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
277
+ },
278
+ "access" : "readonly",
279
+ "description" :
280
+ """The number of RSCNs received from Nx_Ports
281
+ by this switch on this Fabric.
282
+
283
+ This counter has no discontinuities other than
284
+ those that all Counter32s have when sysUpTime=0.""",
285
+ }, # column
286
+ "t11FcRscnOutRscns" : {
287
+ "nodetype" : "column",
288
+ "moduleName" : "T11-FC-RSCN-MIB",
289
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.3",
290
+ "status" : "current",
291
+ "syntax" : {
292
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
293
+ },
294
+ "access" : "readonly",
295
+ "description" :
296
+ """The number of RSCNs transmitted to Nx_Ports
297
+ by this switch on this Fabric.
298
+
299
+ This counter has no discontinuities other than
300
+ those that all Counter32s have when sysUpTime=0.""",
301
+ }, # column
302
+ "t11FcRscnInSwRscns" : {
303
+ "nodetype" : "column",
304
+ "moduleName" : "T11-FC-RSCN-MIB",
305
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.4",
306
+ "status" : "current",
307
+ "syntax" : {
308
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
309
+ },
310
+ "access" : "readonly",
311
+ "description" :
312
+ """The number of SW_RSCNs received by this switch from
313
+ other switches on this Fabric.
314
+
315
+ This counter has no discontinuities other than
316
+ those that all Counter32s have when sysUpTime=0.""",
317
+ }, # column
318
+ "t11FcRscnOutSwRscns" : {
319
+ "nodetype" : "column",
320
+ "moduleName" : "T11-FC-RSCN-MIB",
321
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.5",
322
+ "status" : "current",
323
+ "syntax" : {
324
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
325
+ },
326
+ "access" : "readonly",
327
+ "description" :
328
+ """The number of SW_RSCNs transmitted by this switch
329
+ from other switches on this Fabric.
330
+
331
+ This counter has no discontinuities other than
332
+ those that all Counter32s have when sysUpTime=0.""",
333
+ }, # column
334
+ "t11FcRscnScrRejects" : {
335
+ "nodetype" : "column",
336
+ "moduleName" : "T11-FC-RSCN-MIB",
337
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.6",
338
+ "status" : "current",
339
+ "syntax" : {
340
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
341
+ },
342
+ "access" : "readonly",
343
+ "description" :
344
+ """The number of SCRs rejected by this switch on
345
+ this Fabric.
346
+
347
+ This counter has no discontinuities other than
348
+ those that all Counter32s have when sysUpTime=0.""",
349
+ }, # column
350
+ "t11FcRscnRscnRejects" : {
351
+ "nodetype" : "column",
352
+ "moduleName" : "T11-FC-RSCN-MIB",
353
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.7",
354
+ "status" : "current",
355
+ "syntax" : {
356
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
357
+ },
358
+ "access" : "readonly",
359
+ "description" :
360
+ """The number of RSCNs rejected by this switch on this
361
+ Fabric.
362
+
363
+ This counter has no discontinuities other than
364
+ those that all Counter32s have when sysUpTime=0.""",
365
+ }, # column
366
+ "t11FcRscnSwRscnRejects" : {
367
+ "nodetype" : "column",
368
+ "moduleName" : "T11-FC-RSCN-MIB",
369
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.8",
370
+ "status" : "current",
371
+ "syntax" : {
372
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
373
+ },
374
+ "access" : "readonly",
375
+ "description" :
376
+ """The number of SW_RSCN rejected by this switch on this
377
+ Fabric.
378
+
379
+ This counter has no discontinuities other than
380
+ those that all Counter32s have when sysUpTime=0.""",
381
+ }, # column
382
+ "t11FcRscnInUnspecifiedRscns" : {
383
+ "nodetype" : "column",
384
+ "moduleName" : "T11-FC-RSCN-MIB",
385
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.9",
386
+ "status" : "current",
387
+ "syntax" : {
388
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
389
+ },
390
+ "access" : "readonly",
391
+ "description" :
392
+ """The number of Registered State Change Notifications
393
+ (RSCNs) received by this switch on this Fabric which
394
+ contained an RSCN Event Qualifier value of '0000'b
395
+ meaning 'Event is not specified'.
396
+
397
+ This counter has no discontinuities other than
398
+ those that all Counter32s have when sysUpTime=0.""",
399
+ "reference" :
400
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
401
+ (FC-LS), July 2007, Table 36.""",
402
+ }, # column
403
+ "t11FcRscnOutUnspecifiedRscns" : {
404
+ "nodetype" : "column",
405
+ "moduleName" : "T11-FC-RSCN-MIB",
406
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.10",
407
+ "status" : "current",
408
+ "syntax" : {
409
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
410
+ },
411
+ "access" : "readonly",
412
+ "description" :
413
+ """The number of Registered State Change Notifications
414
+ (RSCNs) sent by this switch on this Fabric which
415
+ contained an RSCN Event Qualifier value of '0000'b
416
+ meaning 'Event is not specified'.
417
+
418
+
419
+
420
+
421
+ This counter has no discontinuities other than
422
+ those that all Counter32s have when sysUpTime=0.""",
423
+ "reference" :
424
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
425
+ (FC-LS), July 2007, Table 36.""",
426
+ }, # column
427
+ "t11FcRscnInChangedAttribRscns" : {
428
+ "nodetype" : "column",
429
+ "moduleName" : "T11-FC-RSCN-MIB",
430
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.11",
431
+ "status" : "current",
432
+ "syntax" : {
433
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
434
+ },
435
+ "access" : "readonly",
436
+ "description" :
437
+ """The number of Registered State Change Notifications
438
+ (RSCNs) received by this switch on this Fabric which
439
+ contained an RSCN Event Qualifier value of '0002'b
440
+ meaning 'Changed Port Attribute'.
441
+
442
+ This counter has no discontinuities other than
443
+ those that all Counter32s have when sysUpTime=0.""",
444
+ "reference" :
445
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
446
+ (FC-LS), July 2007, Table 36.""",
447
+ }, # column
448
+ "t11FcRscnOutChangedAttribRscns" : {
449
+ "nodetype" : "column",
450
+ "moduleName" : "T11-FC-RSCN-MIB",
451
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.12",
452
+ "status" : "current",
453
+ "syntax" : {
454
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
455
+ },
456
+ "access" : "readonly",
457
+ "description" :
458
+ """The number of Registered State Change Notifications
459
+ (RSCNs) sent by this switch on this Fabric which
460
+ contained an RSCN Event Qualifier value of '0002'b
461
+ meaning 'Changed Port Attribute'.
462
+
463
+ This counter has no discontinuities other than
464
+ those that all Counter32s have when sysUpTime=0.""",
465
+ "reference" :
466
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
467
+ (FC-LS), July 2007, Table 36.""",
468
+ }, # column
469
+ "t11FcRscnInChangedServiceRscns" : {
470
+ "nodetype" : "column",
471
+ "moduleName" : "T11-FC-RSCN-MIB",
472
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.13",
473
+ "status" : "current",
474
+ "syntax" : {
475
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
476
+ },
477
+ "access" : "readonly",
478
+ "description" :
479
+ """The number of Registered State Change Notifications
480
+ (RSCNs) received by this switch on this Fabric which
481
+
482
+
483
+
484
+ contained an RSCN Event Qualifier value of '0003'b
485
+ meaning 'Changed Service Object'.
486
+
487
+ This counter has no discontinuities other than
488
+ those that all Counter32s have when sysUpTime=0.""",
489
+ "reference" :
490
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
491
+ (FC-LS), July 2007, Table 36.""",
492
+ }, # column
493
+ "t11FcRscnOutChangedServiceRscns" : {
494
+ "nodetype" : "column",
495
+ "moduleName" : "T11-FC-RSCN-MIB",
496
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.14",
497
+ "status" : "current",
498
+ "syntax" : {
499
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
500
+ },
501
+ "access" : "readonly",
502
+ "description" :
503
+ """The number of Registered State Change Notifications
504
+ (RSCNs) sent by this switch on this Fabric which
505
+ contained an RSCN Event Qualifier value of '0003'b
506
+ meaning 'Changed Service Object'.
507
+
508
+ This counter has no discontinuities other than
509
+ those that all Counter32s have when sysUpTime=0.""",
510
+ "reference" :
511
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
512
+ (FC-LS), July 2007, Table 36.""",
513
+ }, # column
514
+ "t11FcRscnInChangedSwitchRscns" : {
515
+ "nodetype" : "column",
516
+ "moduleName" : "T11-FC-RSCN-MIB",
517
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.15",
518
+ "status" : "current",
519
+ "syntax" : {
520
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
521
+ },
522
+ "access" : "readonly",
523
+ "description" :
524
+ """The number of Registered State Change Notifications
525
+ (RSCNs) received by this switch on this Fabric which
526
+ contained an RSCN Event Qualifier value of '0004'b
527
+ meaning 'Changed Switch Configuration'.
528
+
529
+ This counter has no discontinuities other than
530
+ those that all Counter32s have when sysUpTime=0.""",
531
+ "reference" :
532
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
533
+ (FC-LS), July 2007, Table 36.""",
534
+ }, # column
535
+ "t11FcRscnOutChangedSwitchRscns" : {
536
+ "nodetype" : "column",
537
+ "moduleName" : "T11-FC-RSCN-MIB",
538
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.16",
539
+ "status" : "current",
540
+ "syntax" : {
541
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
542
+ },
543
+ "access" : "readonly",
544
+ "description" :
545
+ """The number of Registered State Change Notifications
546
+ (RSCNs) sent by this switch on this Fabric which
547
+ contained an RSCN Event Qualifier value of '0004'b
548
+ meaning 'Changed Switch Configuration'.
549
+
550
+ This counter has no discontinuities other than
551
+ those that all Counter32s have when sysUpTime=0.""",
552
+ "reference" :
553
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
554
+ (FC-LS), July 2007, Table 36.""",
555
+ }, # column
556
+ "t11FcRscnInRemovedRscns" : {
557
+ "nodetype" : "column",
558
+ "moduleName" : "T11-FC-RSCN-MIB",
559
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.17",
560
+ "status" : "current",
561
+ "syntax" : {
562
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
563
+ },
564
+ "access" : "readonly",
565
+ "description" :
566
+ """The number of Registered State Change Notifications
567
+ (RSCNs) received by this switch on this Fabric which
568
+ contained an RSCN Event Qualifier value of '0005'b
569
+ meaning 'Removed Object'.
570
+
571
+ This counter has no discontinuities other than
572
+ those that all Counter32s have when sysUpTime=0.""",
573
+ "reference" :
574
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
575
+ (FC-LS), July 2007, Table 36.""",
576
+ }, # column
577
+ "t11FcRscnOutRemovedRscns" : {
578
+ "nodetype" : "column",
579
+ "moduleName" : "T11-FC-RSCN-MIB",
580
+ "oid" : "1.3.6.1.2.1.161.1.2.1.1.18",
581
+ "status" : "current",
582
+ "syntax" : {
583
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
584
+ },
585
+ "access" : "readonly",
586
+ "description" :
587
+ """The number of Registered State Change Notifications
588
+ (RSCNs) sent by this switch on this Fabric which
589
+ contained an RSCN Event Qualifier value of '0005'b
590
+ meaning 'Removed Object'.
591
+
592
+ This counter has no discontinuities other than
593
+ those that all Counter32s have when sysUpTime=0.""",
594
+ "reference" :
595
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
596
+ (FC-LS), July 2007, Table 36.""",
597
+ }, # column
598
+ "t11FcRscnInformation" : {
599
+ "nodetype" : "node",
600
+ "moduleName" : "T11-FC-RSCN-MIB",
601
+ "oid" : "1.3.6.1.2.1.161.1.3",
602
+ }, # node
603
+ "t11FcRscnNotifyControlTable" : {
604
+ "nodetype" : "table",
605
+ "moduleName" : "T11-FC-RSCN-MIB",
606
+ "oid" : "1.3.6.1.2.1.161.1.3.1",
607
+ "status" : "current",
608
+ "description" :
609
+ """A table of control information for notifications
610
+ generated due to the rejection of an SCR or RSCN.""",
611
+ }, # table
612
+ "t11FcRscnNotifyControlEntry" : {
613
+ "nodetype" : "row",
614
+ "moduleName" : "T11-FC-RSCN-MIB",
615
+ "oid" : "1.3.6.1.2.1.161.1.3.1.1",
616
+ "status" : "current",
617
+ "linkage" : [
618
+ "fcmInstanceIndex",
619
+ "fcmSwitchIndex",
620
+ "t11FcRscnFabricIndex",
621
+ ],
622
+ "description" :
623
+ """Each entry contains notification control information
624
+ concerning the rejection of RSCN/SCRs for a particular
625
+ Fabric (identified by the value of t11FcRscnFabricIndex)
626
+ by a particular switch (identified by values of
627
+ fcmInstanceIndex and fcmSwitchIndex).""",
628
+ }, # row
629
+ "t11FcRscnIlsRejectNotifyEnable" : {
630
+ "nodetype" : "column",
631
+ "moduleName" : "T11-FC-RSCN-MIB",
632
+ "oid" : "1.3.6.1.2.1.161.1.3.1.1.1",
633
+ "status" : "current",
634
+ "syntax" : {
635
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
636
+ },
637
+ "access" : "readwrite",
638
+ "default" : "false",
639
+ "description" :
640
+ """This object specifies if a t11FcRscnIlsRejectReqNotify
641
+ notification should be generated when this switch
642
+ rejects an SW_RSCN on this Fabric.
643
+
644
+ Values written to this object should be retained
645
+ over agent reboots.""",
646
+ }, # column
647
+ "t11FcRscnElsRejectNotifyEnable" : {
648
+ "nodetype" : "column",
649
+ "moduleName" : "T11-FC-RSCN-MIB",
650
+ "oid" : "1.3.6.1.2.1.161.1.3.1.1.2",
651
+ "status" : "current",
652
+ "syntax" : {
653
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
654
+ },
655
+ "access" : "readwrite",
656
+ "default" : "false",
657
+ "description" :
658
+ """This object specifies if a t11FcRscnElsRejectReqNotify
659
+ notification should be generated when this switch
660
+ rejects an RSCN or SCR on this Fabric.
661
+
662
+ Values written to this object should be retained
663
+ over agent reboots.""",
664
+ }, # column
665
+ "t11FcRscnRejectedRequestString" : {
666
+ "nodetype" : "column",
667
+ "moduleName" : "T11-FC-RSCN-MIB",
668
+ "oid" : "1.3.6.1.2.1.161.1.3.1.1.3",
669
+ "status" : "current",
670
+ "syntax" : {
671
+ "type" : {
672
+ "basetype" : "OctetString",
673
+ "ranges" : [
674
+ {
675
+ "min" : "0",
676
+ "max" : "255"
677
+ },
678
+ ],
679
+ "range" : {
680
+ "min" : "0",
681
+ "max" : "255"
682
+ },
683
+ },
684
+ },
685
+ "access" : "readonly",
686
+ "description" :
687
+ """The binary content of the RSCN, SCR, or SW_RSCN that
688
+ was most recently rejected by this switch on this Fabric.
689
+ The value is formatted as an octet string (in network
690
+ byte order) as described in the relevant Fibre Channel
691
+ standard, containing the payload (which is typically a
692
+ list of affected ports and error codes) of the rejected
693
+ RSCN or SCR as described in FC-LS, or the rejected
694
+ SW_RSCN as described in FC-SW-4.
695
+
696
+ This object contains the zero-length string if and when
697
+ the RSCN/SCR/SW_RSCN payload is unavailable. When the
698
+ length of this object is 255 octets, it contains the
699
+ first 255 octets of the payload (in network byte order).""",
700
+ "reference" :
701
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
702
+ (FC-LS), July 2007, Tables 34 & 39.
703
+
704
+ ANSI INCITS 418-2006, Fibre Channel - Switch Fabric - 4
705
+ (FC-SW-4), December 2006, Table 45.""",
706
+ }, # column
707
+ "t11FcRscnRejectedRequestSource" : {
708
+ "nodetype" : "column",
709
+ "moduleName" : "T11-FC-RSCN-MIB",
710
+ "oid" : "1.3.6.1.2.1.161.1.3.1.1.4",
711
+ "status" : "current",
712
+ "syntax" : {
713
+ "type" : { "module" :"FC-MGMT-MIB", "name" : "FcNameIdOrZero"},
714
+ },
715
+ "access" : "readonly",
716
+ "description" :
717
+ """The WWN that was the source of the RSCN, SCR, or
718
+ SW_RSCN that was most recently rejected by this switch
719
+ on this Fabric.""",
720
+ }, # column
721
+ "t11FcRscnRejectReasonCode" : {
722
+ "nodetype" : "column",
723
+ "moduleName" : "T11-FC-RSCN-MIB",
724
+ "oid" : "1.3.6.1.2.1.161.1.3.1.1.5",
725
+ "status" : "current",
726
+ "syntax" : {
727
+ "type" : { "module" :"T11-FC-NAME-SERVER-MIB", "name" : "T11NsGs4RejectReasonCode"},
728
+ },
729
+ "access" : "readonly",
730
+ "description" :
731
+ """This object contains the Reason Code of the most recent
732
+ rejection by this switch of an RSCN, SCR or SW_RSCN on
733
+ this Fabric.""",
734
+ "reference" :
735
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
736
+ (FC-LS), July 2007, Table 146.
737
+
738
+ ANSI INCITS 418-2006, Fibre Channel - Switch Fabric - 4
739
+ (FC-SW-4), December 2006, Table 5.""",
740
+ }, # column
741
+ "t11FcRscnRejectReasonCodeExp" : {
742
+ "nodetype" : "column",
743
+ "moduleName" : "T11-FC-RSCN-MIB",
744
+ "oid" : "1.3.6.1.2.1.161.1.3.1.1.6",
745
+ "status" : "current",
746
+ "syntax" : {
747
+ "type" : {
748
+ "basetype" : "OctetString",
749
+ "ranges" : [
750
+ {
751
+ "min" : "1",
752
+ "max" : "1"
753
+ },
754
+ ],
755
+ "range" : {
756
+ "min" : "1",
757
+ "max" : "1"
758
+ },
759
+ },
760
+ },
761
+ "access" : "readonly",
762
+ "description" :
763
+ """This object contains the Reason Code Explanation
764
+ of the most recent rejection by this switch of an
765
+ RSCN, SCR or SW_RSCN on this Fabric.""",
766
+ "reference" :
767
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
768
+ (FC-LS), July 2007, Table 147.
769
+
770
+ ANSI INCITS 418-2006, Fibre Channel - Switch Fabric - 4
771
+ (FC-SW-4), December 2006, Table 6.""",
772
+ }, # column
773
+ "t11FcRscnRejectReasonVendorCode" : {
774
+ "nodetype" : "column",
775
+ "moduleName" : "T11-FC-RSCN-MIB",
776
+ "oid" : "1.3.6.1.2.1.161.1.3.1.1.7",
777
+ "status" : "current",
778
+ "syntax" : {
779
+ "type" : {
780
+ "basetype" : "OctetString",
781
+ "ranges" : [
782
+ {
783
+ "min" : "1",
784
+ "max" : "1"
785
+ },
786
+ ],
787
+ "range" : {
788
+ "min" : "1",
789
+ "max" : "1"
790
+ },
791
+ },
792
+ },
793
+ "access" : "readonly",
794
+ "description" :
795
+ """This object contains the Reason Vendor Specific
796
+ Code of the most recent rejection by this switch
797
+ of an RSCN, SCR or SW_RSCN on this Fabric.""",
798
+ "reference" :
799
+ """ANSI INCITS 433-2007, Fibre Channel - Link Services
800
+ (FC-LS), July 2007, Table 148.
801
+
802
+ ANSI INCITS 418-2006, Fibre Channel - Switch Fabric - 4
803
+ (FC-SW-4), December 2006, Section 6.1.3.""",
804
+ }, # column
805
+ "t11FcRscnConformance" : {
806
+ "nodetype" : "node",
807
+ "moduleName" : "T11-FC-RSCN-MIB",
808
+ "oid" : "1.3.6.1.2.1.161.2",
809
+ }, # node
810
+ "t11FcRscnCompliances" : {
811
+ "nodetype" : "node",
812
+ "moduleName" : "T11-FC-RSCN-MIB",
813
+ "oid" : "1.3.6.1.2.1.161.2.1",
814
+ }, # node
815
+ "t11FcRscnGroups" : {
816
+ "nodetype" : "node",
817
+ "moduleName" : "T11-FC-RSCN-MIB",
818
+ "oid" : "1.3.6.1.2.1.161.2.2",
819
+ }, # node
820
+ }, # nodes
821
+
822
+ "notifications" : {
823
+ "t11FcRscnElsRejectReqNotify" : {
824
+ "nodetype" : "notification",
825
+ "moduleName" : "T11-FC-RSCN-MIB",
826
+ "oid" : "1.3.6.1.2.1.161.0.1",
827
+ "status" : "current",
828
+ "objects" : {
829
+ "t11FcRscnRejectedRequestString" : {
830
+ "nodetype" : "object",
831
+ "module" : "T11-FC-RSCN-MIB"
832
+ },
833
+ "t11FcRscnRejectedRequestSource" : {
834
+ "nodetype" : "object",
835
+ "module" : "T11-FC-RSCN-MIB"
836
+ },
837
+ "t11FcRscnRejectReasonCode" : {
838
+ "nodetype" : "object",
839
+ "module" : "T11-FC-RSCN-MIB"
840
+ },
841
+ "t11FcRscnRejectReasonCodeExp" : {
842
+ "nodetype" : "object",
843
+ "module" : "T11-FC-RSCN-MIB"
844
+ },
845
+ "t11FcRscnRejectReasonVendorCode" : {
846
+ "nodetype" : "object",
847
+ "module" : "T11-FC-RSCN-MIB"
848
+ },
849
+ },
850
+ "description" :
851
+ """This notification is generated when a switch rejects
852
+ an SCR or RSCN.
853
+
854
+ The value of t11FcRscnRejectedRequestString indicates the
855
+ binary content of the rejected request if available, or
856
+ the zero-length string otherwise. The source of the
857
+ rejected request is given by t11FcRscnRejectedRequestSource,
858
+ and the reason for rejection is given by the values of
859
+ t11FcRscnRejectReasonCode, t11FcRscnRejectReasonCodeExp
860
+ and t11FcRscnRejectReasonVendorCode.""",
861
+ }, # notification
862
+ "t11FcRscnIlsRejectReqNotify" : {
863
+ "nodetype" : "notification",
864
+ "moduleName" : "T11-FC-RSCN-MIB",
865
+ "oid" : "1.3.6.1.2.1.161.0.2",
866
+ "status" : "current",
867
+ "objects" : {
868
+ "t11FcRscnRejectedRequestString" : {
869
+ "nodetype" : "object",
870
+ "module" : "T11-FC-RSCN-MIB"
871
+ },
872
+ "t11FcRscnRejectedRequestSource" : {
873
+ "nodetype" : "object",
874
+ "module" : "T11-FC-RSCN-MIB"
875
+ },
876
+ "t11FcRscnRejectReasonCode" : {
877
+ "nodetype" : "object",
878
+ "module" : "T11-FC-RSCN-MIB"
879
+ },
880
+ "t11FcRscnRejectReasonCodeExp" : {
881
+ "nodetype" : "object",
882
+ "module" : "T11-FC-RSCN-MIB"
883
+ },
884
+ "t11FcRscnRejectReasonVendorCode" : {
885
+ "nodetype" : "object",
886
+ "module" : "T11-FC-RSCN-MIB"
887
+ },
888
+ },
889
+ "description" :
890
+ """This notification is generated when a switch rejects
891
+ an SW_RSCN.
892
+
893
+ The value of t11FcRscnRejectedRequestString indicates the
894
+ binary content of the rejected request if available, or
895
+ the zero-length string otherwise. The source of the
896
+ rejected request is given by t11FcRscnRejectedRequestSource,
897
+ and the reason for rejection is given by the values of
898
+ t11FcRscnRejectReasonCode, t11FcRscnRejectReasonCodeExp
899
+ and t11FcRscnRejectReasonVendorCode.""",
900
+ }, # notification
901
+ }, # notifications
902
+
903
+ "groups" : {
904
+ "t11FcRscnRegistrationGroup" : {
905
+ "nodetype" : "group",
906
+ "moduleName" : "T11-FC-RSCN-MIB",
907
+ "oid" : "1.3.6.1.2.1.161.2.2.1",
908
+ "status" : "current",
909
+ "members" : {
910
+ "t11FcRscnRegType" : {
911
+ "nodetype" : "member",
912
+ "module" : "T11-FC-RSCN-MIB"
913
+ },
914
+ }, # members
915
+ "description" :
916
+ """A collection of objects for monitoring RSCN
917
+ registrations.""",
918
+ }, # group
919
+ "t11FcRscnStatsGroup" : {
920
+ "nodetype" : "group",
921
+ "moduleName" : "T11-FC-RSCN-MIB",
922
+ "oid" : "1.3.6.1.2.1.161.2.2.2",
923
+ "status" : "current",
924
+ "members" : {
925
+ "t11FcRscnInScrs" : {
926
+ "nodetype" : "member",
927
+ "module" : "T11-FC-RSCN-MIB"
928
+ },
929
+ "t11FcRscnInRscns" : {
930
+ "nodetype" : "member",
931
+ "module" : "T11-FC-RSCN-MIB"
932
+ },
933
+ "t11FcRscnOutRscns" : {
934
+ "nodetype" : "member",
935
+ "module" : "T11-FC-RSCN-MIB"
936
+ },
937
+ "t11FcRscnInSwRscns" : {
938
+ "nodetype" : "member",
939
+ "module" : "T11-FC-RSCN-MIB"
940
+ },
941
+ "t11FcRscnOutSwRscns" : {
942
+ "nodetype" : "member",
943
+ "module" : "T11-FC-RSCN-MIB"
944
+ },
945
+ "t11FcRscnScrRejects" : {
946
+ "nodetype" : "member",
947
+ "module" : "T11-FC-RSCN-MIB"
948
+ },
949
+ "t11FcRscnRscnRejects" : {
950
+ "nodetype" : "member",
951
+ "module" : "T11-FC-RSCN-MIB"
952
+ },
953
+ "t11FcRscnSwRscnRejects" : {
954
+ "nodetype" : "member",
955
+ "module" : "T11-FC-RSCN-MIB"
956
+ },
957
+ "t11FcRscnInUnspecifiedRscns" : {
958
+ "nodetype" : "member",
959
+ "module" : "T11-FC-RSCN-MIB"
960
+ },
961
+ "t11FcRscnOutUnspecifiedRscns" : {
962
+ "nodetype" : "member",
963
+ "module" : "T11-FC-RSCN-MIB"
964
+ },
965
+ "t11FcRscnInChangedAttribRscns" : {
966
+ "nodetype" : "member",
967
+ "module" : "T11-FC-RSCN-MIB"
968
+ },
969
+ "t11FcRscnOutChangedAttribRscns" : {
970
+ "nodetype" : "member",
971
+ "module" : "T11-FC-RSCN-MIB"
972
+ },
973
+ "t11FcRscnInChangedServiceRscns" : {
974
+ "nodetype" : "member",
975
+ "module" : "T11-FC-RSCN-MIB"
976
+ },
977
+ "t11FcRscnOutChangedServiceRscns" : {
978
+ "nodetype" : "member",
979
+ "module" : "T11-FC-RSCN-MIB"
980
+ },
981
+ "t11FcRscnInChangedSwitchRscns" : {
982
+ "nodetype" : "member",
983
+ "module" : "T11-FC-RSCN-MIB"
984
+ },
985
+ "t11FcRscnOutChangedSwitchRscns" : {
986
+ "nodetype" : "member",
987
+ "module" : "T11-FC-RSCN-MIB"
988
+ },
989
+ "t11FcRscnInRemovedRscns" : {
990
+ "nodetype" : "member",
991
+ "module" : "T11-FC-RSCN-MIB"
992
+ },
993
+ "t11FcRscnOutRemovedRscns" : {
994
+ "nodetype" : "member",
995
+ "module" : "T11-FC-RSCN-MIB"
996
+ },
997
+ }, # members
998
+ "description" :
999
+ """A collection of objects for collecting RSCN-related
1000
+ statistics.""",
1001
+ }, # group
1002
+ "t11FcRscnNotifyControlGroup" : {
1003
+ "nodetype" : "group",
1004
+ "moduleName" : "T11-FC-RSCN-MIB",
1005
+ "oid" : "1.3.6.1.2.1.161.2.2.3",
1006
+ "status" : "current",
1007
+ "members" : {
1008
+ "t11FcRscnIlsRejectNotifyEnable" : {
1009
+ "nodetype" : "member",
1010
+ "module" : "T11-FC-RSCN-MIB"
1011
+ },
1012
+ "t11FcRscnElsRejectNotifyEnable" : {
1013
+ "nodetype" : "member",
1014
+ "module" : "T11-FC-RSCN-MIB"
1015
+ },
1016
+ "t11FcRscnRejectedRequestString" : {
1017
+ "nodetype" : "member",
1018
+ "module" : "T11-FC-RSCN-MIB"
1019
+ },
1020
+ "t11FcRscnRejectedRequestSource" : {
1021
+ "nodetype" : "member",
1022
+ "module" : "T11-FC-RSCN-MIB"
1023
+ },
1024
+ "t11FcRscnRejectReasonCode" : {
1025
+ "nodetype" : "member",
1026
+ "module" : "T11-FC-RSCN-MIB"
1027
+ },
1028
+ "t11FcRscnRejectReasonCodeExp" : {
1029
+ "nodetype" : "member",
1030
+ "module" : "T11-FC-RSCN-MIB"
1031
+ },
1032
+ "t11FcRscnRejectReasonVendorCode" : {
1033
+ "nodetype" : "member",
1034
+ "module" : "T11-FC-RSCN-MIB"
1035
+ },
1036
+ }, # members
1037
+ "description" :
1038
+ """A collection of notification control and
1039
+ notification information objects.""",
1040
+ }, # group
1041
+ "t11FcRscnNotifyGroup" : {
1042
+ "nodetype" : "group",
1043
+ "moduleName" : "T11-FC-RSCN-MIB",
1044
+ "oid" : "1.3.6.1.2.1.161.2.2.4",
1045
+ "status" : "current",
1046
+ "members" : {
1047
+ "t11FcRscnIlsRejectReqNotify" : {
1048
+ "nodetype" : "member",
1049
+ "module" : "T11-FC-RSCN-MIB"
1050
+ },
1051
+ "t11FcRscnElsRejectReqNotify" : {
1052
+ "nodetype" : "member",
1053
+ "module" : "T11-FC-RSCN-MIB"
1054
+ },
1055
+ }, # members
1056
+ "description" :
1057
+ """A collection of notifications for monitoring
1058
+ ILS and ELS rejections by the RSCN module.""",
1059
+ }, # group
1060
+ }, # groups
1061
+
1062
+ "compliances" : {
1063
+ "t11FcRscnCompliance" : {
1064
+ "nodetype" : "compliance",
1065
+ "moduleName" : "T11-FC-RSCN-MIB",
1066
+ "oid" : "1.3.6.1.2.1.161.2.1.1",
1067
+ "status" : "current",
1068
+ "description" :
1069
+ """The compliance statement for entities that implement
1070
+ this MIB.""",
1071
+ "requires" : {
1072
+ "t11FcRscnRegistrationGroup" : {
1073
+ "nodetype" : "mandatory",
1074
+ "module" : "T11-FC-RSCN-MIB"
1075
+ },
1076
+ "t11FcRscnNotifyControlGroup" : {
1077
+ "nodetype" : "mandatory",
1078
+ "module" : "T11-FC-RSCN-MIB"
1079
+ },
1080
+ "t11FcRscnNotifyGroup" : {
1081
+ "nodetype" : "mandatory",
1082
+ "module" : "T11-FC-RSCN-MIB"
1083
+ },
1084
+ "t11FcRscnStatsGroup" : {
1085
+ "nodetype" : "optional",
1086
+ "module" : "T11-FC-RSCN-MIB",
1087
+ "description" :
1088
+ """These counters, containing RSCN-related statistics, are
1089
+ mandatory only for those systems that count such events.""",
1090
+ },
1091
+ }, # requires
1092
+ "refinements" : {
1093
+ "t11FcRscnIlsRejectNotifyEnable" : {
1094
+ "module" : "T11-FC-RSCN-MIB",
1095
+ "access" : "readonly",
1096
+ "description" :
1097
+ """Write access is not required.""",
1098
+ },
1099
+ "t11FcRscnElsRejectNotifyEnable" : {
1100
+ "module" : "T11-FC-RSCN-MIB",
1101
+ "access" : "readonly",
1102
+ "description" :
1103
+ """Write access is not required.""",
1104
+ },
1105
+ }, # refinements
1106
+
1107
+ }, # compliance
1108
+ }, # compliances
1109
+
1110
+ }