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,1779 @@
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-FABRIC-ADDR-MGR-MIB
6
+
7
+ FILENAME = "./libsmi-0.5.0/mibs/ietf/T11-FC-FABRIC-ADDR-MGR-MIB"
8
+
9
+ MIB = {
10
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
11
+
12
+ "T11-FC-FABRIC-ADDR-MGR-MIB" : {
13
+ "nodetype" : "module",
14
+ "language" : "SMIv2",
15
+ "organization" :
16
+ """T11""",
17
+ "contact" :
18
+ """ Claudio DeSanti
19
+ Cisco Systems, Inc.
20
+ 170 West Tasman Drive
21
+ San Jose, CA 95134 USA
22
+ Phone: +1 408 853-9172
23
+ EMail: cds@cisco.com
24
+
25
+ Keith McCloghrie
26
+ Cisco Systems, Inc.
27
+ 170 West Tasman Drive
28
+ San Jose, CA USA 95134
29
+ Phone: +1 408-526-5260
30
+ EMail: kzm@cisco.com""",
31
+ "description" :
32
+ """The MIB module for the Fabric Address management
33
+ functionality defined by the Fibre Channel standards. For
34
+ the purposes of this MIB, Fabric Address Manager refers to
35
+ the functionality of acquiring DomainID(s) as specified in
36
+ FC-SW-3, and managing Fibre Channel Identifiers as specified
37
+ in FC-FS. An instance of 'Fabric Address Manager' software
38
+ functionality executes in the Principal Switch, and in each
39
+ other switch.
40
+
41
+ After an agent reboot, the values of read-write objects
42
+ defined in this MIB module are implementation-dependent.
43
+
44
+ Copyright (C) The Internet Society (2006). This version of
45
+ this MIB module is part of RFC 4439; see the RFC itself for
46
+ full legal notices.""",
47
+ "revisions" : (
48
+ {
49
+ "date" : "2006-03-02 00:00",
50
+ "description" :
51
+ """Initial version of this MIB module, published as RFC 4439.""",
52
+ },
53
+ ),
54
+ "identity node" : "t11FcFabricAddrMgrMIB",
55
+ },
56
+
57
+ "imports" : (
58
+ {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
59
+ {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
60
+ {"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"},
61
+ {"module" : "SNMPv2-SMI", "name" : "Unsigned32"},
62
+ {"module" : "SNMPv2-SMI", "name" : "Counter32"},
63
+ {"module" : "SNMPv2-SMI", "name" : "Gauge32"},
64
+ {"module" : "SNMPv2-SMI", "name" : "mib-2"},
65
+ {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
66
+ {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
67
+ {"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"},
68
+ {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
69
+ {"module" : "SNMPv2-TC", "name" : "TruthValue"},
70
+ {"module" : "SNMPv2-TC", "name" : "RowStatus"},
71
+ {"module" : "IF-MIB", "name" : "ifIndex"},
72
+ {"module" : "FC-MGMT-MIB", "name" : "fcmInstanceIndex"},
73
+ {"module" : "FC-MGMT-MIB", "name" : "fcmSwitchIndex"},
74
+ {"module" : "FC-MGMT-MIB", "name" : "FcDomainIdOrZero"},
75
+ {"module" : "FC-MGMT-MIB", "name" : "FcNameIdOrZero"},
76
+ {"module" : "T11-TC-MIB", "name" : "T11FabricIndex"},
77
+ ),
78
+
79
+ "typedefs" : {
80
+ "T11FamDomainPriority" : {
81
+ "basetype" : "Unsigned32",
82
+ "status" : "current",
83
+ "ranges" : [
84
+ {
85
+ "min" : "1",
86
+ "max" : "255"
87
+ },
88
+ ],
89
+ "range" : {
90
+ "min" : "1",
91
+ "max" : "255"
92
+ },
93
+ "format" : "d",
94
+ "description" :
95
+ """Priority of a switch.
96
+
97
+ The Principal Switch selection is influenced by the
98
+ priority of the switches.
99
+
100
+ Some values of importance are:
101
+
102
+ 1 : The highest priority in Principal Switch
103
+ selection, which is used by the administrator
104
+ to establish which switch becomes the Principal
105
+ Switch.
106
+ 255 : Indicates that the switch is not capable of
107
+ acting as a Principal Switch.""",
108
+ "reference" :
109
+ """Fibre Channel - Switch Fabric - 3 (FC-SW-3),
110
+ ANSI INCITS 384-2004, section 6.1.5.""",
111
+ },
112
+ "T11FamDomainInterfaceRole" : {
113
+ "basetype" : "Enumeration",
114
+ "status" : "current",
115
+ "nonPrincipal" : {
116
+ "nodetype" : "namednumber",
117
+ "number" : "1"
118
+ },
119
+ "principalUpstream" : {
120
+ "nodetype" : "namednumber",
121
+ "number" : "2"
122
+ },
123
+ "principalDownsteam" : {
124
+ "nodetype" : "namednumber",
125
+ "number" : "3"
126
+ },
127
+ "isolated" : {
128
+ "nodetype" : "namednumber",
129
+ "number" : "4"
130
+ },
131
+ "down" : {
132
+ "nodetype" : "namednumber",
133
+ "number" : "5"
134
+ },
135
+ "unknown" : {
136
+ "nodetype" : "namednumber",
137
+ "number" : "6"
138
+ },
139
+ "description" :
140
+ """The 'designated' state/role of the Inter-Switch Link (ISL)
141
+ to which an interface connects, or (if not connected)
142
+ the state of the interface:
143
+
144
+ nonPrincipal (1) - non-Principal ISL
145
+ principalUpstream (2) - Upstream Principal ISL
146
+ principalDownsteam (3) - Downstream Principal ISL
147
+ isolated (4) - interface is isolated
148
+ down (5) - interface is down
149
+ unknown (6) - state/role is unknown""",
150
+ "reference" :
151
+ """Fibre Channel - Switch Fabric - 3 (FC-SW-3),
152
+ ANSI INCITS 384-2004, Sections 3.1, 5.7,
153
+ and Figure 9.""",
154
+ },
155
+ "T11FamState" : {
156
+ "basetype" : "Enumeration",
157
+ "status" : "current",
158
+ "other" : {
159
+ "nodetype" : "namednumber",
160
+ "number" : "1"
161
+ },
162
+ "starting" : {
163
+ "nodetype" : "namednumber",
164
+ "number" : "2"
165
+ },
166
+ "unconfigured" : {
167
+ "nodetype" : "namednumber",
168
+ "number" : "3"
169
+ },
170
+ "principalSwitchSelection" : {
171
+ "nodetype" : "namednumber",
172
+ "number" : "4"
173
+ },
174
+ "domainIdDistribution" : {
175
+ "nodetype" : "namednumber",
176
+ "number" : "5"
177
+ },
178
+ "buildFabricPhase" : {
179
+ "nodetype" : "namednumber",
180
+ "number" : "6"
181
+ },
182
+ "reconfigureFabricPhase" : {
183
+ "nodetype" : "namednumber",
184
+ "number" : "7"
185
+ },
186
+ "stable" : {
187
+ "nodetype" : "namednumber",
188
+ "number" : "8"
189
+ },
190
+ "stableWithNoEports" : {
191
+ "nodetype" : "namednumber",
192
+ "number" : "9"
193
+ },
194
+ "noDomains" : {
195
+ "nodetype" : "namednumber",
196
+ "number" : "10"
197
+ },
198
+ "disabled" : {
199
+ "nodetype" : "namednumber",
200
+ "number" : "11"
201
+ },
202
+ "unknown" : {
203
+ "nodetype" : "namednumber",
204
+ "number" : "12"
205
+ },
206
+ "description" :
207
+ """The state of the Fabric Address Manager, as described in
208
+ Table 86 and Figure 15 of FC-SW-3.
209
+
210
+ - 'other' represents a switch that is in a state not
211
+ represented by any of the below enumerations.
212
+
213
+ - 'starting' represents a switch engaged in the process
214
+ represented by the first row in Table 86.
215
+
216
+ - 'unconfigured' represents a switch that requires
217
+ operator input before it can begin the process
218
+ represented by the first row in Table 86.
219
+
220
+ - 'principalSwitchSelection' represents a switch engaged
221
+ in the process represented by the second row in
222
+ Table 86, but not in states F0 or F1 of Figure 15.
223
+
224
+ - 'domainIdDistribution' represents a switch engaged in
225
+ the process represented by the third row in Table 86.
226
+
227
+ - 'buildFabricPhase' represents a switch that is in
228
+ state F0 of Figure 15.
229
+
230
+ - 'reconfigureFabricPhase' represents a switch that is
231
+ in state F1 of Figure 15.
232
+
233
+ - 'stable' represents a switch that has successfully
234
+ completed the process represented by the third row in
235
+ Table 86 and has at least one E_Port.
236
+
237
+ - 'stableWithNoEports' represents a switch that has
238
+ successfully completed the process represented by the
239
+ third row in Table 86 but has no E_Ports.
240
+
241
+ - 'noDomains' represents a switch that has completed
242
+ the process represented by the third row in Table 86
243
+ but failed to obtain a Domain_ID.
244
+
245
+ - 'disabled' represents any situation in which the
246
+ corresponding instance of t11FamEnable has the value
247
+ 'false'.
248
+
249
+ - 'unknown' represents a switch that is confused about
250
+ what state it is in.""",
251
+ "reference" :
252
+ """Fibre Channel - Switch Fabric - 3 (FC-SW-3),
253
+ ANSI INCITS 384-2004, Table 86 and Figure 15.""",
254
+ },
255
+ }, # typedefs
256
+
257
+ "nodes" : {
258
+ "t11FcFabricAddrMgrMIB" : {
259
+ "nodetype" : "node",
260
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
261
+ "oid" : "1.3.6.1.2.1.137",
262
+ "status" : "current",
263
+ }, # node
264
+ "t11FamNotifications" : {
265
+ "nodetype" : "node",
266
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
267
+ "oid" : "1.3.6.1.2.1.137.0",
268
+ }, # node
269
+ "t11FamMIBObjects" : {
270
+ "nodetype" : "node",
271
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
272
+ "oid" : "1.3.6.1.2.1.137.1",
273
+ }, # node
274
+ "t11FamConfiguration" : {
275
+ "nodetype" : "node",
276
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
277
+ "oid" : "1.3.6.1.2.1.137.1.1",
278
+ }, # node
279
+ "t11FamTable" : {
280
+ "nodetype" : "table",
281
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
282
+ "oid" : "1.3.6.1.2.1.137.1.1.1",
283
+ "status" : "current",
284
+ "description" :
285
+ """This table contains Fabric Address Manager related
286
+ parameters that are able to be configured and monitored
287
+ in a Fibre Channel switch. For each of the switches
288
+ (identified by fcmSwitchIndex) managed by a Fibre Channel
289
+ management instance (identified by fcmInstanceIndex),
290
+ there is any entry for each Fabric known to that switch.
291
+ Entries are implicitly created/removed if and when
292
+ additional Fabrics are created/deleted.""",
293
+ }, # table
294
+ "t11FamEntry" : {
295
+ "nodetype" : "row",
296
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
297
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1",
298
+ "status" : "current",
299
+ "linkage" : [
300
+ "fcmInstanceIndex",
301
+ "fcmSwitchIndex",
302
+ "t11FamFabricIndex",
303
+ ],
304
+ "description" :
305
+ """An entry provides information on the local Fabric Address
306
+ Manager functionality for a Fabric known to a
307
+ particular switch.""",
308
+ }, # row
309
+ "t11FamFabricIndex" : {
310
+ "nodetype" : "column",
311
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
312
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.1",
313
+ "status" : "current",
314
+ "syntax" : {
315
+ "type" : { "module" :"T11-TC-MIB", "name" : "T11FabricIndex"},
316
+ },
317
+ "access" : "noaccess",
318
+ "description" :
319
+ """A unique index value that uniquely identifies a
320
+ particular Fabric known to a particular switch.
321
+
322
+ In a Fabric conformant to FC-SW-3, only a single Fabric
323
+ can operate within a physical infrastructure, and thus,
324
+ the value of this Fabric Index will always be 1.
325
+
326
+ However, the current standard, FC-SW-4, defines
327
+ how multiple Fabrics, each with its own management
328
+ instrumentation, could operate within one (or more)
329
+ physical infrastructures. When such multiple Fabrics
330
+ are in use, this index value is used to uniquely
331
+ identify a particular Fabric within a physical
332
+ infrastructure.""",
333
+ }, # column
334
+ "t11FamConfigDomainId" : {
335
+ "nodetype" : "column",
336
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
337
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.2",
338
+ "status" : "current",
339
+ "syntax" : {
340
+ "type" : { "module" :"FC-MGMT-MIB", "name" : "FcDomainIdOrZero"},
341
+ },
342
+ "access" : "readwrite",
343
+ "default" : "0",
344
+ "description" :
345
+ """The configured Domain_ID of the particular switch on this
346
+ Fabric, or zero if no Domain_ID has been configured.
347
+ The meaning of this object depends on
348
+ t11FamConfigDomainIdType object.
349
+
350
+ If t11FamConfigDomainIdType is 'preferred', then the
351
+ configured Domain_ID is called the 'preferred Domain_ID'.
352
+ Valid values are between 0 and 239. In a situation where
353
+ this Domain_ID cannot be assigned, any other Domain_ID
354
+ will be acceptable. A value of zero means any Domain_ID.
355
+
356
+ If t11FamConfigDomainIdType is 'insistent', then the
357
+ configured Domain_ID is called the 'insistent Domain_ID' and
358
+ valid values are between 1 and 239. In a situation where
359
+ this Domain_ID cannot be assigned, no other Domain_ID is
360
+ acceptable.
361
+
362
+ In both of the above cases, the switch sends an RDI (Request
363
+ Domain_ID) to request this Domain_ID to the Principal
364
+ Switch. If no Domain_ID is able to be granted in the case
365
+ of 'preferred', or if an 'insistent' Domain_ID is configured
366
+ but not able to be granted, then it is an error condition.
367
+ When this error occurs, the switch will continue as if it
368
+ receives a SW_RJT with a reason/explanation of 'Unable to
369
+ perform command request'/'Domain_ID not available'. That
370
+ is, its E_Ports on that Fabric will be isolated and the
371
+ administrator informed via a 't11FamDomainIdNotAssigned'
372
+ notification.
373
+
374
+ If t11FamConfigDomainIdType is 'static', then the configured
375
+ Domain_ID is called the 'static Domain_ID' and valid values
376
+ are between 1 and 239. In this situation, there is no
377
+ Principal Switch in the Fabric and the Domain_ID is simply
378
+ assigned by configuration, together with the Fabric_Name.
379
+ A switch configured with a static Domain_ID, on receiving
380
+ an EFP, BF, RCF, DIA, or RDI SW_ILS, shall reply with an
381
+ SW_RJT having Reason Code Explanation 'E_Port is Isolated'
382
+ and shall isolate the receiving E_Port.
383
+
384
+ For the persistence of values across reboots, see the
385
+ MODULE-IDENTITY's DESCRIPTION clause.""",
386
+ "reference" :
387
+ """Fibre Channel - Switch Fabric - 4 (FC-SW-4),
388
+ ANSI INCITS 418-2006, section 7.""",
389
+ }, # column
390
+ "t11FamConfigDomainIdType" : {
391
+ "nodetype" : "column",
392
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
393
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.3",
394
+ "status" : "current",
395
+ "syntax" : {
396
+ "type" : {
397
+ "basetype" : "Enumeration",
398
+ "preferred" : {
399
+ "nodetype" : "namednumber",
400
+ "number" : "1"
401
+ },
402
+ "insistent" : {
403
+ "nodetype" : "namednumber",
404
+ "number" : "2"
405
+ },
406
+ "static" : {
407
+ "nodetype" : "namednumber",
408
+ "number" : "3"
409
+ },
410
+ },
411
+ },
412
+ "access" : "readwrite",
413
+ "default" : "preferred",
414
+ "description" :
415
+ """Type of configured Domain_ID contained in
416
+ t11FamConfigDomainId.
417
+
418
+ For the persistence of values across reboots, see the
419
+ MODULE-IDENTITY's DESCRIPTION clause.""",
420
+ }, # column
421
+ "t11FamAutoReconfigure" : {
422
+ "nodetype" : "column",
423
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
424
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.4",
425
+ "status" : "current",
426
+ "syntax" : {
427
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
428
+ },
429
+ "access" : "readwrite",
430
+ "default" : "false",
431
+ "description" :
432
+ """This object determines how a particular switch
433
+ responds to certain error conditions.
434
+
435
+ The condition that might cause these errors is
436
+ the merging of two disjoint Fabrics that have
437
+ overlapping Domain_ID lists.
438
+
439
+ If value of this object is 'true', the switch will
440
+ send an RCF (ReConfigureFabric) to rebuild the
441
+ Fabric.
442
+
443
+ If 'false', the switch will isolate the E_Ports on
444
+ which the errors happened.
445
+
446
+ For the persistence of values across reboots, see the
447
+ MODULE-IDENTITY's DESCRIPTION clause.""",
448
+ "reference" :
449
+ """Fibre Channel - Switch Fabric - 3 (FC-SW-3),
450
+ December 2003, sections 6.1.12 & 7.3.
451
+ Fibre Channel - Methodologies for Interconnects
452
+ (FC-MI), INCITS TR-30-2002, table 14, note g.""",
453
+ }, # column
454
+ "t11FamContiguousAllocation" : {
455
+ "nodetype" : "column",
456
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
457
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.5",
458
+ "status" : "current",
459
+ "syntax" : {
460
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
461
+ },
462
+ "access" : "readwrite",
463
+ "description" :
464
+ """Determines how a particular switch behaves when elected as
465
+ the Principal Switch.
466
+
467
+ If true, the switch will only accept RDIs with a contiguous
468
+ allocation; specifically, it will reject RDIs with
469
+ non-contiguous Domain_IDs, and if an RDI for a contiguous
470
+ Domain_ID is not able to be fulfilled, it will try to
471
+ replace all the Domain_IDs in the list with contiguous
472
+ Domain_IDs, and if that fails, the RDI will be rejected.
473
+
474
+ If false, then the switch acts normally in granting
475
+ the Domain_IDs even if they are not contiguous.
476
+
477
+ For the persistence of values across reboots, see the
478
+ MODULE-IDENTITY's DESCRIPTION clause.""",
479
+ }, # column
480
+ "t11FamPriority" : {
481
+ "nodetype" : "column",
482
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
483
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.6",
484
+ "status" : "current",
485
+ "syntax" : {
486
+ "type" : { "module" :"T11-FC-FABRIC-ADDR-MGR-MIB", "name" : "T11FamDomainPriority"},
487
+ },
488
+ "access" : "readwrite",
489
+ "description" :
490
+ """The initial or configured priority of a particular switch
491
+ to be used in Principal Switch selection process.
492
+
493
+ For the persistence of values across reboots, see the
494
+ MODULE-IDENTITY's DESCRIPTION clause.""",
495
+ }, # column
496
+ "t11FamPrincipalSwitchWwn" : {
497
+ "nodetype" : "column",
498
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
499
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.7",
500
+ "status" : "current",
501
+ "syntax" : {
502
+ "type" : { "module" :"FC-MGMT-MIB", "name" : "FcNameIdOrZero"},
503
+ },
504
+ "access" : "readonly",
505
+ "default" : "",
506
+ "description" :
507
+ """The WWN of the Principal Switch on this Fabric,
508
+ or zero-length string if the identity of the principal
509
+ switch is unknown.""",
510
+ }, # column
511
+ "t11FamLocalSwitchWwn" : {
512
+ "nodetype" : "column",
513
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
514
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.8",
515
+ "status" : "current",
516
+ "syntax" : {
517
+ "type" : { "module" :"FC-MGMT-MIB", "name" : "FcNameIdOrZero"},
518
+ },
519
+ "access" : "readonly",
520
+ "description" :
521
+ """The WWN of the particular switch on this Fabric.""",
522
+ }, # column
523
+ "t11FamAssignedAreaIdList" : {
524
+ "nodetype" : "column",
525
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
526
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.9",
527
+ "status" : "current",
528
+ "syntax" : {
529
+ "type" : {
530
+ "basetype" : "OctetString",
531
+ "ranges" : [
532
+ {
533
+ "min" : "0",
534
+ "max" : "256"
535
+ },
536
+ ],
537
+ "range" : {
538
+ "min" : "0",
539
+ "max" : "256"
540
+ },
541
+ },
542
+ },
543
+ "access" : "readonly",
544
+ "description" :
545
+ """The list of (zero or more) Area_IDs that have been
546
+ assigned by a particular switch in this Fabric, formatted
547
+ as an array of octets in ascending order.
548
+
549
+ Each octet represents one Area_ID. So, the list containing
550
+ Area_IDs 23, 45, 235, and 56 would be formatted as the
551
+ 4-octet string x'172d38eb'.
552
+
553
+ A particular area's Area_ID is used as the index into the
554
+ t11FamAreaTable to get the statistics on that area.""",
555
+ }, # column
556
+ "t11FamGrantedFcIds" : {
557
+ "nodetype" : "column",
558
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
559
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.10",
560
+ "status" : "current",
561
+ "syntax" : {
562
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
563
+ },
564
+ "access" : "readonly",
565
+ "description" :
566
+ """The total number of Fibre Channel Address Identifiers
567
+ granted (for local use, i.e., with a particular switch's
568
+ Domain_ID) by the Fabric Address Manager on that switch.
569
+
570
+ This counter has no discontinuities other than those
571
+ that all Counter32s have when sysUpTime=0.""",
572
+ }, # column
573
+ "t11FamRecoveredFcIds" : {
574
+ "nodetype" : "column",
575
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
576
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.11",
577
+ "status" : "current",
578
+ "syntax" : {
579
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
580
+ },
581
+ "access" : "readonly",
582
+ "description" :
583
+ """The total number of Fibre Channel Address Identifiers that
584
+ have been recovered by the Fabric Address Manager on a
585
+ particular switch since the switch has been initialized.
586
+ A recovered Fibre Channel Address Identifier is one that is
587
+ explicitly returned after previously being used.
588
+
589
+ This counter has no discontinuities other than those
590
+ that all Counter32s have when sysUpTime=0.""",
591
+ }, # column
592
+ "t11FamFreeFcIds" : {
593
+ "nodetype" : "column",
594
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
595
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.12",
596
+ "status" : "current",
597
+ "syntax" : {
598
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
599
+ },
600
+ "access" : "readonly",
601
+ "description" :
602
+ """The number of Fibre Channel Address Identifiers that are
603
+ currently unassigned on this Fabric and could be available
604
+ for assignment either immediately or at some later time.
605
+
606
+ The sum of the instances of FreeFcIds and AssignedFcIds
607
+ corresponding to a particular Fabric is the total number of
608
+ Fibre Channel Address Identifiers that the local Fabric
609
+ Address Management is capable of assigning on that Fabric.""",
610
+ }, # column
611
+ "t11FamAssignedFcIds" : {
612
+ "nodetype" : "column",
613
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
614
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.13",
615
+ "status" : "current",
616
+ "syntax" : {
617
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
618
+ },
619
+ "access" : "readonly",
620
+ "description" :
621
+ """The number of Fibre Channel Address Identifiers that are
622
+ currently assigned on this Fabric.
623
+
624
+ The sum of the instances of FreeFcIds and AssignedFcIds
625
+ corresponding to a particular Fabric is the total number of
626
+ Fibre Channel Address Identifiers that the local Fabric
627
+ Address Management is capable of assigning on that Fabric.""",
628
+ }, # column
629
+ "t11FamAvailableFcIds" : {
630
+ "nodetype" : "column",
631
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
632
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.14",
633
+ "status" : "current",
634
+ "syntax" : {
635
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
636
+ },
637
+ "access" : "readonly",
638
+ "description" :
639
+ """The number of Fibre Channel Address Identifiers that are
640
+ unassigned and currently available for immediate assignment
641
+ on the Fabric, e.g., with the 'Clean Address' bit set to 1.""",
642
+ "reference" :
643
+ """Fibre Channel - Framing and Signaling (FC-FS),
644
+ ANSI INCITS 373-2003, section 15.6.2.4.2.""",
645
+ }, # column
646
+ "t11FamRunningPriority" : {
647
+ "nodetype" : "column",
648
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
649
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.15",
650
+ "status" : "current",
651
+ "syntax" : {
652
+ "type" : { "module" :"T11-FC-FABRIC-ADDR-MGR-MIB", "name" : "T11FamDomainPriority"},
653
+ },
654
+ "access" : "readonly",
655
+ "description" :
656
+ """The running priority of a particular switch on this Fabric.
657
+ This value is initialized to the value of t11FamPriority,
658
+ and subsequently altered as specified by the procedures
659
+ defined in FC-SW-3.""",
660
+ }, # column
661
+ "t11FamPrincSwRunningPriority" : {
662
+ "nodetype" : "column",
663
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
664
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.16",
665
+ "status" : "current",
666
+ "syntax" : {
667
+ "type" : { "module" :"T11-FC-FABRIC-ADDR-MGR-MIB", "name" : "T11FamDomainPriority"},
668
+ },
669
+ "access" : "readonly",
670
+ "description" :
671
+ """The running priority of the Principal Switch on this
672
+ Fabric.""",
673
+ }, # column
674
+ "t11FamState" : {
675
+ "nodetype" : "column",
676
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
677
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.17",
678
+ "status" : "current",
679
+ "syntax" : {
680
+ "type" : { "module" :"T11-FC-FABRIC-ADDR-MGR-MIB", "name" : "T11FamState"},
681
+ },
682
+ "access" : "readonly",
683
+ "description" :
684
+ """The state of the Fabric Address Manager on a particular
685
+ switch on this Fabric.""",
686
+ }, # column
687
+ "t11FamLocalPrincipalSwitchSlctns" : {
688
+ "nodetype" : "column",
689
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
690
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.18",
691
+ "status" : "current",
692
+ "syntax" : {
693
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
694
+ },
695
+ "access" : "readonly",
696
+ "description" :
697
+ """The number of times a particular switch became the
698
+ Principal Switch on this Fabric.
699
+
700
+ This counter has no discontinuities other than those
701
+ that all Counter32s have when sysUpTime=0.""",
702
+ }, # column
703
+ "t11FamPrincipalSwitchSelections" : {
704
+ "nodetype" : "column",
705
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
706
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.19",
707
+ "status" : "current",
708
+ "syntax" : {
709
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
710
+ },
711
+ "access" : "readonly",
712
+ "description" :
713
+ """The number of Principal Switch selections on this Fabric.
714
+
715
+ This counter has no discontinuities other than those
716
+ that all Counter32s have when sysUpTime=0.""",
717
+ }, # column
718
+ "t11FamBuildFabrics" : {
719
+ "nodetype" : "column",
720
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
721
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.20",
722
+ "status" : "current",
723
+ "syntax" : {
724
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
725
+ },
726
+ "access" : "readonly",
727
+ "description" :
728
+ """The number of non-disruptive fabric reconfigurations (BFs)
729
+ that have occurred on this Fabric.
730
+
731
+ This counter has no discontinuities other than those
732
+ that all Counter32s have when sysUpTime=0.""",
733
+ }, # column
734
+ "t11FamFabricReconfigures" : {
735
+ "nodetype" : "column",
736
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
737
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.21",
738
+ "status" : "current",
739
+ "syntax" : {
740
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
741
+ },
742
+ "access" : "readonly",
743
+ "description" :
744
+ """The number of disruptive fabric reconfigurations (RCFs)
745
+ that have occurred on this Fabric.
746
+
747
+ This counter has no discontinuities other than those
748
+ that all Counter32s have when sysUpTime=0.""",
749
+ }, # column
750
+ "t11FamDomainId" : {
751
+ "nodetype" : "column",
752
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
753
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.22",
754
+ "status" : "current",
755
+ "syntax" : {
756
+ "type" : { "module" :"FC-MGMT-MIB", "name" : "FcDomainIdOrZero"},
757
+ },
758
+ "access" : "readonly",
759
+ "description" :
760
+ """The Domain_ID of a particular switch on this Fabric or
761
+ zero if no Domain_ID has been assigned.""",
762
+ }, # column
763
+ "t11FamSticky" : {
764
+ "nodetype" : "column",
765
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
766
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.23",
767
+ "status" : "current",
768
+ "syntax" : {
769
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
770
+ },
771
+ "access" : "readonly",
772
+ "description" :
773
+ """An indication of whether a particular switch is supporting
774
+ the concept of Preferred Domain_IDs via a best-effort
775
+ attempt to re-assign the same Fibre Channel Address
776
+ Identifier value to a port on the next occasion when a port
777
+ requests an assignment on this Fabric.
778
+
779
+ If the value of this object is 'true', then the switch is
780
+ maintaining rows in the t11FamFcIdCacheTable for this
781
+ Fabric.""",
782
+ }, # column
783
+ "t11FamRestart" : {
784
+ "nodetype" : "column",
785
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
786
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.24",
787
+ "status" : "current",
788
+ "syntax" : {
789
+ "type" : {
790
+ "basetype" : "Enumeration",
791
+ "nonDisruptive" : {
792
+ "nodetype" : "namednumber",
793
+ "number" : "1"
794
+ },
795
+ "disruptive" : {
796
+ "nodetype" : "namednumber",
797
+ "number" : "2"
798
+ },
799
+ "noOp" : {
800
+ "nodetype" : "namednumber",
801
+ "number" : "3"
802
+ },
803
+ },
804
+ },
805
+ "access" : "readwrite",
806
+ "description" :
807
+ """This object tells the Fabric Address Manager to
808
+ request a Fabric reconfiguration.
809
+
810
+ If this object is set to 'disruptive', then an RCF
811
+ (ReConfigure Fabric) is generated in the Fabric
812
+ in order for the Fabric to recover from the errors.
813
+
814
+ If this object is set to 'nonDisruptive', then a
815
+ BF (Build Fabric) is generated in the Fabric.
816
+
817
+ No action is taken if this object is set to 'noOp'.
818
+ The value of the object when read is always 'noOp'.
819
+
820
+ For the persistence of values across reboots, see the
821
+ MODULE-IDENTITY's DESCRIPTION clause.""",
822
+ "reference" :
823
+ """Fibre Channel - Switch Fabric - 3 (FC-SW-3),
824
+ ANSI INCITS 384-2004, section 7.3.""",
825
+ }, # column
826
+ "t11FamRcFabricNotifyEnable" : {
827
+ "nodetype" : "column",
828
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
829
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.25",
830
+ "status" : "current",
831
+ "syntax" : {
832
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
833
+ },
834
+ "access" : "readwrite",
835
+ "default" : "false",
836
+ "description" :
837
+ """An indication of whether or not a particular switch
838
+ should issue a t11FamFabricChangeNotify notification on
839
+ sending or receiving ReConfigureFabric (RCF) on a Fabric.
840
+
841
+ If the value of the object is 'true', then the
842
+ notification is generated. If the value is 'false',
843
+ notification is not generated.
844
+
845
+ If an implementation requires all Fabrics to have the
846
+ same value, then setting one instance of this object
847
+ to a new object will result in all corresponding
848
+ instances being set to that same new value.
849
+
850
+ For the persistence of values across reboots, see the
851
+ MODULE-IDENTITY's DESCRIPTION clause.""",
852
+ }, # column
853
+ "t11FamEnable" : {
854
+ "nodetype" : "column",
855
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
856
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.26",
857
+ "status" : "current",
858
+ "syntax" : {
859
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
860
+ },
861
+ "access" : "readwrite",
862
+ "default" : "true",
863
+ "description" :
864
+ """Enables the Fabric Address Manager on this switch
865
+ on this Fabric.
866
+
867
+ If enabled on a Fabric, the switch will participate in
868
+ Principal Switch selection, and Domain_IDs are assigned
869
+ dynamically. If disabled, the switch will not participate
870
+ in Principal Switch selection, and Domain_IDs are
871
+ assigned statically. Thus, the corresponding value of
872
+ t11FamConfigDomainIdType needs to be 'static'.
873
+
874
+ For the persistence of values across reboots, see the
875
+ MODULE-IDENTITY's DESCRIPTION clause.""",
876
+ "reference" :
877
+ """Fibre Channel - Switch Fabric - 4 (FC-SW-4),
878
+ ANSI INCITS 418-2006, sections 7.1 and 7.3.""",
879
+ }, # column
880
+ "t11FamFabricName" : {
881
+ "nodetype" : "column",
882
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
883
+ "oid" : "1.3.6.1.2.1.137.1.1.1.1.27",
884
+ "status" : "current",
885
+ "syntax" : {
886
+ "type" : { "module" :"FC-MGMT-MIB", "name" : "FcNameIdOrZero"},
887
+ },
888
+ "access" : "readwrite",
889
+ "description" :
890
+ """The WWN that is configured on this switch to be used as
891
+ the name of this Fabric when the value of t11FamEnable is
892
+ 'false'.
893
+
894
+ If the value of t11FamEnable is 'true', this value is not
895
+ used.
896
+
897
+ Fibre Channel requires that:
898
+ a) all switches in an operational Fabric be
899
+ configured with the same Fabric name; and
900
+ b) each Fabric have a unique Fabric name.
901
+ If either of these is violated, either by switches within a
902
+ single Fabric being configured with different Fabric names,
903
+ or by multiple Fabrics that share management applications
904
+ or interact in other ways having the same Fabric name,
905
+ then the behavior of the switches and associated management
906
+ functions is not specified by Fibre Channel or Internet
907
+ standards.
908
+
909
+
910
+
911
+ For the persistence of values across reboots, see the
912
+ MODULE-IDENTITY's DESCRIPTION clause.""",
913
+ "reference" :
914
+ """Fibre Channel - Switch Fabric - 4 (FC-SW-4),
915
+ ANSI INCITS 418-2006, section 7.1.""",
916
+ }, # column
917
+ "t11FamIfTable" : {
918
+ "nodetype" : "table",
919
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
920
+ "oid" : "1.3.6.1.2.1.137.1.1.2",
921
+ "status" : "current",
922
+ "description" :
923
+ """This table contains those Fabric Address Manager parameters
924
+ and status values that are per-interface (identified
925
+ by an ifIndex value), per-Fabric (identified by a
926
+ t11FamFabricIndex value), and per-switch (identified by
927
+ values of fcmInstanceIndex and fcmSwitchIndex).
928
+
929
+ An entry in this table is automatically created when
930
+ an E_Port becomes non-isolated on a particular Fabric.
931
+
932
+ An entry is deleted automatically from this table if:
933
+ a) the corresponding interface is no longer an E_Port (e.g.,
934
+ a G_Port that is dynamically determined to be an F_Port),
935
+ and all configuration parameter(s) have default values; or
936
+ b) the interface identified by ifIndex no longer exists
937
+ (e.g., because a line-card is physically removed); or
938
+ c) the row in the t11FamTable corresponding the fabric
939
+ identified by t11FamFabricID no longer exists.
940
+
941
+ Creating an entry in this table via t11FamIfRowStatus
942
+ provides the means to specify non-default parameter value(s)
943
+ for an interface at a time when the relevant row in this
944
+ table does not exist, i.e., because the interface is either
945
+ down or it is not an E_Port.""",
946
+ }, # table
947
+ "t11FamIfEntry" : {
948
+ "nodetype" : "row",
949
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
950
+ "oid" : "1.3.6.1.2.1.137.1.1.2.1",
951
+ "create" : "true",
952
+ "status" : "current",
953
+ "linkage" : [
954
+ "fcmInstanceIndex",
955
+ "fcmSwitchIndex",
956
+ "t11FamFabricIndex",
957
+ "ifIndex",
958
+ ],
959
+ "description" :
960
+ """An entry containing information on the interface
961
+ configuration on the Fabric identified by
962
+
963
+
964
+
965
+ t11FamFabricIndex.""",
966
+ }, # row
967
+ "t11FamIfRcfReject" : {
968
+ "nodetype" : "column",
969
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
970
+ "oid" : "1.3.6.1.2.1.137.1.1.2.1.1",
971
+ "status" : "current",
972
+ "syntax" : {
973
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
974
+ },
975
+ "access" : "readwrite",
976
+ "default" : "false",
977
+ "description" :
978
+ """This object determines if the incoming ReConfigure
979
+ Fabric (RCF) messages on this interface on this
980
+ Fabric is accepted or not. If this object is 'true', then
981
+ the incoming RCF is rejected. If 'false', incoming RCF is
982
+ accepted.
983
+
984
+ Note that this object does not apply to the outgoing
985
+ RCFs generated by this interface.
986
+
987
+ Implementations that support write-access to this object
988
+ can do so under whatever conditions they choose.""",
989
+ }, # column
990
+ "t11FamIfRole" : {
991
+ "nodetype" : "column",
992
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
993
+ "oid" : "1.3.6.1.2.1.137.1.1.2.1.2",
994
+ "status" : "current",
995
+ "syntax" : {
996
+ "type" : { "module" :"T11-FC-FABRIC-ADDR-MGR-MIB", "name" : "T11FamDomainInterfaceRole"},
997
+ },
998
+ "access" : "readonly",
999
+ "description" :
1000
+ """The role of this interface.""",
1001
+ }, # column
1002
+ "t11FamIfRowStatus" : {
1003
+ "nodetype" : "column",
1004
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1005
+ "oid" : "1.3.6.1.2.1.137.1.1.2.1.3",
1006
+ "status" : "current",
1007
+ "syntax" : {
1008
+ "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
1009
+ },
1010
+ "access" : "readwrite",
1011
+ "description" :
1012
+ """The status of this row.""",
1013
+ }, # column
1014
+ "t11FamInfo" : {
1015
+ "nodetype" : "node",
1016
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1017
+ "oid" : "1.3.6.1.2.1.137.1.2",
1018
+ }, # node
1019
+ "t11FamAreaTable" : {
1020
+ "nodetype" : "table",
1021
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1022
+ "oid" : "1.3.6.1.2.1.137.1.2.1",
1023
+ "status" : "current",
1024
+ "description" :
1025
+ """This table contains area assignments per-Fabric by a
1026
+ switch's Fabric Address Manager. Each octet in
1027
+ t11FamAssignedAreaList is able to be used to index into
1028
+ this table to find information on each area.""",
1029
+ "reference" :
1030
+ """Fibre Channel - Switch Fabric - 3 (FC-SW-3),
1031
+ ANSI INCITS 384-2004, section 4.8.""",
1032
+ }, # table
1033
+ "t11FamAreaEntry" : {
1034
+ "nodetype" : "row",
1035
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1036
+ "oid" : "1.3.6.1.2.1.137.1.2.1.1",
1037
+ "status" : "current",
1038
+ "linkage" : [
1039
+ "fcmInstanceIndex",
1040
+ "fcmSwitchIndex",
1041
+ "t11FamFabricIndex",
1042
+ "t11FamAreaAreaId",
1043
+ ],
1044
+ "description" :
1045
+ """An entry gives information on the Area_ID and all
1046
+ Port_IDs that have been assigned within an area for
1047
+ the Fabric identified by t11FamFabricIndex, by the
1048
+ Fabric Address Manager in the switch identified by
1049
+ fcmInstanceIndex and fcmSwitchIndex.""",
1050
+ }, # row
1051
+ "t11FamAreaAreaId" : {
1052
+ "nodetype" : "column",
1053
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1054
+ "oid" : "1.3.6.1.2.1.137.1.2.1.1.1",
1055
+ "status" : "current",
1056
+ "syntax" : {
1057
+ "type" : {
1058
+ "basetype" : "Unsigned32",
1059
+ "ranges" : [
1060
+ {
1061
+ "min" : "0",
1062
+ "max" : "255"
1063
+ },
1064
+ ],
1065
+ "range" : {
1066
+ "min" : "0",
1067
+ "max" : "255"
1068
+ },
1069
+ },
1070
+ },
1071
+ "access" : "noaccess",
1072
+ "description" :
1073
+ """The Area_ID of this area.""",
1074
+ }, # column
1075
+ "t11FamAreaAssignedPortIdList" : {
1076
+ "nodetype" : "column",
1077
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1078
+ "oid" : "1.3.6.1.2.1.137.1.2.1.1.2",
1079
+ "status" : "current",
1080
+ "syntax" : {
1081
+ "type" : {
1082
+ "basetype" : "OctetString",
1083
+ "ranges" : [
1084
+ {
1085
+ "min" : "0",
1086
+ "max" : "256"
1087
+ },
1088
+ ],
1089
+ "range" : {
1090
+ "min" : "0",
1091
+ "max" : "256"
1092
+ },
1093
+ },
1094
+ },
1095
+ "access" : "readonly",
1096
+ "description" :
1097
+ """The list of Port_IDs which have been assigned in
1098
+ this area and Fabric, formatted as an array of
1099
+ octets in ascending order. There could be zero or more
1100
+ Port_IDs assigned on this area and Fabric.
1101
+
1102
+ Each octet represents one Port_ID. So, the list containing
1103
+ the Port_IDs 23, 45, 235, and 56 would be formatted as the
1104
+ 4-octet string x'172d38eb'.""",
1105
+ }, # column
1106
+ "t11FamDatabaseTable" : {
1107
+ "nodetype" : "table",
1108
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1109
+ "oid" : "1.3.6.1.2.1.137.1.2.2",
1110
+ "status" : "current",
1111
+ "description" :
1112
+ """This table contains all information known by
1113
+ a switch about all the domains that have been
1114
+ assigned in each Fabric.""",
1115
+ "reference" :
1116
+ """Fibre Channel - Switch Fabric - 3 (FC-SW-3),
1117
+ ANSI INCITS 384-2004, section 4.8.""",
1118
+ }, # table
1119
+ "t11FamDatabaseEntry" : {
1120
+ "nodetype" : "row",
1121
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1122
+ "oid" : "1.3.6.1.2.1.137.1.2.2.1",
1123
+ "status" : "current",
1124
+ "linkage" : [
1125
+ "fcmInstanceIndex",
1126
+ "fcmSwitchIndex",
1127
+ "t11FamFabricIndex",
1128
+ "t11FamDatabaseDomainId",
1129
+ ],
1130
+ "description" :
1131
+ """An entry (conceptual row) in the t11FamDatabaseTable
1132
+ containing information about one Domain_ID in the
1133
+ Fabric identified by t11FamFabricIndex, and known by
1134
+ the switch identified by t11FamFabricIndex and
1135
+ t11FamDatabaseDomainId.""",
1136
+ }, # row
1137
+ "t11FamDatabaseDomainId" : {
1138
+ "nodetype" : "column",
1139
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1140
+ "oid" : "1.3.6.1.2.1.137.1.2.2.1.1",
1141
+ "status" : "current",
1142
+ "syntax" : {
1143
+ "type" : {
1144
+ "basetype" : "Integer32",
1145
+ "parent module" : {
1146
+ "name" : "FC-MGMT-MIB",
1147
+ "type" : "FcDomainIdOrZero",
1148
+ },
1149
+ "ranges" : [
1150
+ {
1151
+ "min" : "1",
1152
+ "max" : "239"
1153
+ },
1154
+ ],
1155
+ "range" : {
1156
+ "min" : "1",
1157
+ "max" : "239"
1158
+ },
1159
+ },
1160
+ },
1161
+ "access" : "noaccess",
1162
+ "description" :
1163
+ """The Domain_ID for which this row contains information.
1164
+ The value must be non-zero.""",
1165
+ }, # column
1166
+ "t11FamDatabaseSwitchWwn" : {
1167
+ "nodetype" : "column",
1168
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1169
+ "oid" : "1.3.6.1.2.1.137.1.2.2.1.2",
1170
+ "status" : "current",
1171
+ "syntax" : {
1172
+ "type" : { "module" :"FC-MGMT-MIB", "name" : "FcNameIdOrZero"},
1173
+ },
1174
+ "access" : "readonly",
1175
+ "description" :
1176
+ """The node name (WWN) of the switch to which the
1177
+ corresponding value of t11FamDatabaseDomainId is currently
1178
+ assigned for the particular Fabric.""",
1179
+ }, # column
1180
+ "t11FamMaxFcIdCacheSize" : {
1181
+ "nodetype" : "scalar",
1182
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1183
+ "oid" : "1.3.6.1.2.1.137.1.2.3",
1184
+ "status" : "current",
1185
+ "syntax" : {
1186
+ "type" : {
1187
+ "basetype" : "Unsigned32",
1188
+ "ranges" : [
1189
+ {
1190
+ "min" : "0",
1191
+ "max" : "4294967295"
1192
+ },
1193
+ ],
1194
+ "range" : {
1195
+ "min" : "0",
1196
+ "max" : "4294967295"
1197
+ },
1198
+ },
1199
+ },
1200
+ "access" : "readonly",
1201
+ "description" :
1202
+ """The maximum number of Fibre Channel Address Identifiers
1203
+ that are able to be cached in the t11FamFcIdCacheTable.
1204
+ If the number is unknown, the value of this object is
1205
+ zero.""",
1206
+ }, # scalar
1207
+ "t11FamFcIdCacheTable" : {
1208
+ "nodetype" : "table",
1209
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1210
+ "oid" : "1.3.6.1.2.1.137.1.2.4",
1211
+ "status" : "current",
1212
+ "description" :
1213
+ """This table contains all the Fibre Channel Address
1214
+ Identifiers that have recently been released by the
1215
+ Fabric Address Manager in a switch. So, it lists
1216
+ all the Fibre Channel Address Identifiers that have valid
1217
+ WWN-to-Fibre Channel Address Identifier mappings and are
1218
+ currently not assigned to any ports. These Fibre Channel
1219
+ Address Identifiers were assigned to ports but have since
1220
+ been released. These cached Fibre Channel Address
1221
+ Identifiers contain only Area_ID and Port_ID information.
1222
+ This cache is kept to provide best-effort re-assignment of
1223
+ same Fibre Channel Address Identifiers; i.e., when an
1224
+ Nx_Port asks for a Fibre Channel Address Identifier, soon
1225
+ after releasing one, the same value is re-assigned, if
1226
+ possible.""",
1227
+ }, # table
1228
+ "t11FamFcIdCacheEntry" : {
1229
+ "nodetype" : "row",
1230
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1231
+ "oid" : "1.3.6.1.2.1.137.1.2.4.1",
1232
+ "status" : "current",
1233
+ "linkage" : [
1234
+ "fcmInstanceIndex",
1235
+ "fcmSwitchIndex",
1236
+ "t11FamFabricIndex",
1237
+ "t11FamFcIdCacheWwn",
1238
+ ],
1239
+ "description" :
1240
+ """An entry (conceptual row) in the t11FamFcIdCacheTable
1241
+ containing information about one Fibre Channel Address
1242
+ Identifier that was released from a WWN, corresponding to a
1243
+ range of one or more ports connected to the switch
1244
+ (identified by t11FamFabricIndex and t11FamFcIdCacheWwn) in
1245
+ the Fabric (identified by t11FamFabricIndex). An entry is
1246
+ created when a Fibre Channel Address Identifier is released
1247
+ by the last port in the range. The oldest entry is deleted
1248
+ if the number of rows in this table reaches
1249
+ t11FamMaxFcIdCacheSize, and its space is required for a new
1250
+ entry. An entry is also deleted when its Fibre Channel
1251
+ Address Identifier is assigned to a port.""",
1252
+ }, # row
1253
+ "t11FamFcIdCacheWwn" : {
1254
+ "nodetype" : "column",
1255
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1256
+ "oid" : "1.3.6.1.2.1.137.1.2.4.1.1",
1257
+ "status" : "current",
1258
+ "syntax" : {
1259
+ "type" : { "module" :"FC-MGMT-MIB", "name" : "FcNameIdOrZero"},
1260
+ },
1261
+ "access" : "noaccess",
1262
+ "description" :
1263
+ """The N_Port_Name (WWN) of the port associated with this
1264
+ entry.""",
1265
+ }, # column
1266
+ "t11FamFcIdCacheAreaIdPortId" : {
1267
+ "nodetype" : "column",
1268
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1269
+ "oid" : "1.3.6.1.2.1.137.1.2.4.1.2",
1270
+ "status" : "current",
1271
+ "syntax" : {
1272
+ "type" : {
1273
+ "basetype" : "OctetString",
1274
+ "ranges" : [
1275
+ {
1276
+ "min" : "2",
1277
+ "max" : "2"
1278
+ },
1279
+ ],
1280
+ "range" : {
1281
+ "min" : "2",
1282
+ "max" : "2"
1283
+ },
1284
+ },
1285
+ },
1286
+ "access" : "readonly",
1287
+ "description" :
1288
+ """The combination of this object and t11FamFcIdCachePortIds
1289
+ represent one range of Fibre Channel Address Identifiers,
1290
+ which were assigned and later released. This object
1291
+ contains the Area_ID and Port_ID of the first Fibre
1292
+ Channel Address Identifier in the range.
1293
+
1294
+ Note that this object is only 2 bytes.""",
1295
+ }, # column
1296
+ "t11FamFcIdCachePortIds" : {
1297
+ "nodetype" : "column",
1298
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1299
+ "oid" : "1.3.6.1.2.1.137.1.2.4.1.3",
1300
+ "status" : "current",
1301
+ "syntax" : {
1302
+ "type" : {
1303
+ "basetype" : "Unsigned32",
1304
+ "ranges" : [
1305
+ {
1306
+ "min" : "0",
1307
+ "max" : "65535"
1308
+ },
1309
+ ],
1310
+ "range" : {
1311
+ "min" : "0",
1312
+ "max" : "65535"
1313
+ },
1314
+ },
1315
+ },
1316
+ "access" : "readonly",
1317
+ "description" :
1318
+ """The combination of t11FamFcIdCacheAreaIdPortId and this
1319
+ object represent one range of Fibre Channel Address
1320
+ Identifiers, which were assigned and later released. This
1321
+ object contains the number of (consecutive) Fibre Channel
1322
+ Address Identifiers in the range.""",
1323
+ }, # column
1324
+ "t11FamNotifyControl" : {
1325
+ "nodetype" : "node",
1326
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1327
+ "oid" : "1.3.6.1.2.1.137.1.3",
1328
+ }, # node
1329
+ "t11FamNotifyFabricIndex" : {
1330
+ "nodetype" : "scalar",
1331
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1332
+ "oid" : "1.3.6.1.2.1.137.1.3.1",
1333
+ "status" : "current",
1334
+ "syntax" : {
1335
+ "type" : { "module" :"T11-TC-MIB", "name" : "T11FabricIndex"},
1336
+ },
1337
+ "access" : "notifyonly",
1338
+ "description" :
1339
+ """A unique index value that identifies a particular
1340
+ Fabric for which a particular notification is generated.
1341
+
1342
+ In a Fabric conformant to SW-3, only a single Fabric
1343
+ can operate within a physical infrastructure, and thus,
1344
+ the value of this Fabric Index will always be 1.
1345
+
1346
+ However, the current standard, FC-SW-4, defines
1347
+ how multiple Fabrics, each with its own management
1348
+
1349
+
1350
+
1351
+ instrumentation, could operate within one (or more)
1352
+ physical infrastructures. In order to accommodate this
1353
+ scenario, this index value is used to uniquely identify a
1354
+ particular Fabric within a physical infrastructure.""",
1355
+ }, # scalar
1356
+ "t11FamMIBConformance" : {
1357
+ "nodetype" : "node",
1358
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1359
+ "oid" : "1.3.6.1.2.1.137.2",
1360
+ }, # node
1361
+ "t11FamMIBCompliances" : {
1362
+ "nodetype" : "node",
1363
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1364
+ "oid" : "1.3.6.1.2.1.137.2.1",
1365
+ }, # node
1366
+ "t11FamMIBGroups" : {
1367
+ "nodetype" : "node",
1368
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1369
+ "oid" : "1.3.6.1.2.1.137.2.2",
1370
+ }, # node
1371
+ }, # nodes
1372
+
1373
+ "notifications" : {
1374
+ "t11FamDomainIdNotAssignedNotify" : {
1375
+ "nodetype" : "notification",
1376
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1377
+ "oid" : "1.3.6.1.2.1.137.0.1",
1378
+ "status" : "current",
1379
+ "objects" : {
1380
+ "t11FamLocalSwitchWwn" : {
1381
+ "nodetype" : "object",
1382
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1383
+ },
1384
+ "t11FamNotifyFabricIndex" : {
1385
+ "nodetype" : "object",
1386
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1387
+ },
1388
+ },
1389
+ "description" :
1390
+ """This notification indicates that a Domain_ID has not
1391
+ been configured or assigned for a particular Fabric,
1392
+ identified by t11FamNotifyFabricIndex, on a particular
1393
+ switch identified by t11FamLocalSwitchWwn. This could
1394
+ happen under the following conditions, and results in the
1395
+ switch isolating E_Ports on the Fabric:
1396
+
1397
+ - if the switch's request for a configured static
1398
+ Domain_ID is rejected or no other Domain_ID is
1399
+ assigned, then the E_Ports are isolated.""",
1400
+ }, # notification
1401
+ "t11FamNewPrincipalSwitchNotify" : {
1402
+ "nodetype" : "notification",
1403
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1404
+ "oid" : "1.3.6.1.2.1.137.0.2",
1405
+ "status" : "current",
1406
+ "objects" : {
1407
+ "t11FamLocalSwitchWwn" : {
1408
+ "nodetype" : "object",
1409
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1410
+ },
1411
+ "t11FamNotifyFabricIndex" : {
1412
+ "nodetype" : "object",
1413
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1414
+ },
1415
+ },
1416
+ "description" :
1417
+ """This notification indicates that a particular switch,
1418
+ identified by t11FamLocalSwitchWwn, has become the new
1419
+ Principal Switch on the Fabric identified by
1420
+ t11FamNotifyFabricIndex.
1421
+
1422
+ This notification is sent soon after its election as
1423
+ the new Principal Switch, i.e., upon expiration of a
1424
+ Principal Switch selection timer that is equal to
1425
+ twice the Fabric Stability Timeout value (F_S_TOV).""",
1426
+ }, # notification
1427
+ "t11FamFabricChangeNotify" : {
1428
+ "nodetype" : "notification",
1429
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1430
+ "oid" : "1.3.6.1.2.1.137.0.3",
1431
+ "status" : "current",
1432
+ "objects" : {
1433
+ "t11FamLocalSwitchWwn" : {
1434
+ "nodetype" : "object",
1435
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1436
+ },
1437
+ "t11FamNotifyFabricIndex" : {
1438
+ "nodetype" : "object",
1439
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1440
+ },
1441
+ },
1442
+ "description" :
1443
+ """This notification is sent whenever a particular switch,
1444
+ identified by t11FamLocalSwitchWwn, sends or
1445
+ receives a Build Fabric (BF) or a ReConfigure Fabric
1446
+ (RCF) message on the Fabric identified by
1447
+
1448
+
1449
+
1450
+ t11FamNotifyFabricIndex.
1451
+
1452
+ This notification is not sent if a
1453
+ 't11FamNewPrincipalSwitchNotify' notification is sent
1454
+ for the same event.""",
1455
+ }, # notification
1456
+ }, # notifications
1457
+
1458
+ "groups" : {
1459
+ "t11FamGroup" : {
1460
+ "nodetype" : "group",
1461
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1462
+ "oid" : "1.3.6.1.2.1.137.2.2.1",
1463
+ "status" : "current",
1464
+ "members" : {
1465
+ "t11FamConfigDomainId" : {
1466
+ "nodetype" : "member",
1467
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1468
+ },
1469
+ "t11FamConfigDomainIdType" : {
1470
+ "nodetype" : "member",
1471
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1472
+ },
1473
+ "t11FamAutoReconfigure" : {
1474
+ "nodetype" : "member",
1475
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1476
+ },
1477
+ "t11FamContiguousAllocation" : {
1478
+ "nodetype" : "member",
1479
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1480
+ },
1481
+ "t11FamPriority" : {
1482
+ "nodetype" : "member",
1483
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1484
+ },
1485
+ "t11FamPrincipalSwitchWwn" : {
1486
+ "nodetype" : "member",
1487
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1488
+ },
1489
+ "t11FamLocalSwitchWwn" : {
1490
+ "nodetype" : "member",
1491
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1492
+ },
1493
+ "t11FamAssignedAreaIdList" : {
1494
+ "nodetype" : "member",
1495
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1496
+ },
1497
+ "t11FamGrantedFcIds" : {
1498
+ "nodetype" : "member",
1499
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1500
+ },
1501
+ "t11FamRecoveredFcIds" : {
1502
+ "nodetype" : "member",
1503
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1504
+ },
1505
+ "t11FamFreeFcIds" : {
1506
+ "nodetype" : "member",
1507
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1508
+ },
1509
+ "t11FamAssignedFcIds" : {
1510
+ "nodetype" : "member",
1511
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1512
+ },
1513
+ "t11FamAvailableFcIds" : {
1514
+ "nodetype" : "member",
1515
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1516
+ },
1517
+ "t11FamRunningPriority" : {
1518
+ "nodetype" : "member",
1519
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1520
+ },
1521
+ "t11FamPrincSwRunningPriority" : {
1522
+ "nodetype" : "member",
1523
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1524
+ },
1525
+ "t11FamState" : {
1526
+ "nodetype" : "member",
1527
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1528
+ },
1529
+ "t11FamLocalPrincipalSwitchSlctns" : {
1530
+ "nodetype" : "member",
1531
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1532
+ },
1533
+ "t11FamPrincipalSwitchSelections" : {
1534
+ "nodetype" : "member",
1535
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1536
+ },
1537
+ "t11FamBuildFabrics" : {
1538
+ "nodetype" : "member",
1539
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1540
+ },
1541
+ "t11FamFabricReconfigures" : {
1542
+ "nodetype" : "member",
1543
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1544
+ },
1545
+ "t11FamDomainId" : {
1546
+ "nodetype" : "member",
1547
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1548
+ },
1549
+ "t11FamSticky" : {
1550
+ "nodetype" : "member",
1551
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1552
+ },
1553
+ "t11FamRestart" : {
1554
+ "nodetype" : "member",
1555
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1556
+ },
1557
+ "t11FamRcFabricNotifyEnable" : {
1558
+ "nodetype" : "member",
1559
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1560
+ },
1561
+ "t11FamEnable" : {
1562
+ "nodetype" : "member",
1563
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1564
+ },
1565
+ "t11FamFabricName" : {
1566
+ "nodetype" : "member",
1567
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1568
+ },
1569
+ "t11FamIfRcfReject" : {
1570
+ "nodetype" : "member",
1571
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1572
+ },
1573
+ "t11FamIfRole" : {
1574
+ "nodetype" : "member",
1575
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1576
+ },
1577
+ "t11FamIfRowStatus" : {
1578
+ "nodetype" : "member",
1579
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1580
+ },
1581
+ "t11FamNotifyFabricIndex" : {
1582
+ "nodetype" : "member",
1583
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1584
+ },
1585
+ }, # members
1586
+ "description" :
1587
+ """A collection of general objects for displaying and
1588
+ configuring Fabric Address management.""",
1589
+ }, # group
1590
+ "t11FamCommandGroup" : {
1591
+ "nodetype" : "group",
1592
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1593
+ "oid" : "1.3.6.1.2.1.137.2.2.2",
1594
+ "status" : "current",
1595
+ "members" : {
1596
+ "t11FamRestart" : {
1597
+ "nodetype" : "member",
1598
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1599
+ },
1600
+ }, # members
1601
+ "description" :
1602
+ """A collection of objects used for initiating an
1603
+ operation on the Fabric.""",
1604
+ }, # group
1605
+ "t11FamDatabaseGroup" : {
1606
+ "nodetype" : "group",
1607
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1608
+ "oid" : "1.3.6.1.2.1.137.2.2.3",
1609
+ "status" : "current",
1610
+ "members" : {
1611
+ "t11FamDatabaseSwitchWwn" : {
1612
+ "nodetype" : "member",
1613
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1614
+ },
1615
+ }, # members
1616
+ "description" :
1617
+ """A collection of objects containing information about
1618
+ Domain-IDs assignments.""",
1619
+ }, # group
1620
+ "t11FamAreaGroup" : {
1621
+ "nodetype" : "group",
1622
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1623
+ "oid" : "1.3.6.1.2.1.137.2.2.4",
1624
+ "status" : "current",
1625
+ "members" : {
1626
+ "t11FamAreaAssignedPortIdList" : {
1627
+ "nodetype" : "member",
1628
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1629
+ },
1630
+ }, # members
1631
+ "description" :
1632
+ """A collection of objects containing information about
1633
+ currently assigned addresses within a domain.""",
1634
+ }, # group
1635
+ "t11FamCacheGroup" : {
1636
+ "nodetype" : "group",
1637
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1638
+ "oid" : "1.3.6.1.2.1.137.2.2.5",
1639
+ "status" : "current",
1640
+ "members" : {
1641
+ "t11FamMaxFcIdCacheSize" : {
1642
+ "nodetype" : "member",
1643
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1644
+ },
1645
+ "t11FamFcIdCacheAreaIdPortId" : {
1646
+ "nodetype" : "member",
1647
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1648
+ },
1649
+ "t11FamFcIdCachePortIds" : {
1650
+ "nodetype" : "member",
1651
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1652
+ },
1653
+ }, # members
1654
+ "description" :
1655
+ """A collection of objects containing information about
1656
+ recently-released Fibre Channel Address Identifiers.""",
1657
+ }, # group
1658
+ "t11FamNotificationGroup" : {
1659
+ "nodetype" : "group",
1660
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1661
+ "oid" : "1.3.6.1.2.1.137.2.2.6",
1662
+ "status" : "current",
1663
+ "members" : {
1664
+ "t11FamDomainIdNotAssignedNotify" : {
1665
+ "nodetype" : "member",
1666
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1667
+ },
1668
+ "t11FamNewPrincipalSwitchNotify" : {
1669
+ "nodetype" : "member",
1670
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1671
+ },
1672
+ "t11FamFabricChangeNotify" : {
1673
+ "nodetype" : "member",
1674
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1675
+ },
1676
+ }, # members
1677
+ "description" :
1678
+ """A collection of notifications for status monitoring
1679
+ and notification.""",
1680
+ }, # group
1681
+ }, # groups
1682
+
1683
+ "compliances" : {
1684
+ "t11FamMIBCompliance" : {
1685
+ "nodetype" : "compliance",
1686
+ "moduleName" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1687
+ "oid" : "1.3.6.1.2.1.137.2.1.1",
1688
+ "status" : "current",
1689
+ "description" :
1690
+ """The compliance statement for Fibre Channel switches
1691
+ that implement Fabric Address Manager functionality.""",
1692
+ "requires" : {
1693
+ "t11FamGroup" : {
1694
+ "nodetype" : "mandatory",
1695
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1696
+ },
1697
+ "t11FamDatabaseGroup" : {
1698
+ "nodetype" : "mandatory",
1699
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1700
+ },
1701
+ "t11FamAreaGroup" : {
1702
+ "nodetype" : "mandatory",
1703
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1704
+ },
1705
+ "t11FamNotificationGroup" : {
1706
+ "nodetype" : "mandatory",
1707
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
1708
+ },
1709
+ "t11FamCacheGroup" : {
1710
+ "nodetype" : "optional",
1711
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1712
+ "description" :
1713
+ """This group is mandatory only for switches that
1714
+ support the concept of Preferred Domain_ID via a best-
1715
+ effort attempt for (short-term) re-assignment of the
1716
+ same FC address identifiers.""",
1717
+ },
1718
+ "t11FamCommandGroup" : {
1719
+ "nodetype" : "optional",
1720
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1721
+ "description" :
1722
+ """This group is optional.""",
1723
+ },
1724
+ }, # requires
1725
+ "refinements" : {
1726
+ "t11FamConfigDomainId" : {
1727
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1728
+ "access" : "readonly",
1729
+ "description" :
1730
+ """Write access is not required.""",
1731
+ },
1732
+ "t11FamConfigDomainIdType" : {
1733
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1734
+ "access" : "readonly",
1735
+ "description" :
1736
+ """Write access is not required.""",
1737
+ },
1738
+ "t11FamAutoReconfigure" : {
1739
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1740
+ "access" : "readonly",
1741
+ "description" :
1742
+ """Write access is not required.""",
1743
+ },
1744
+ "t11FamContiguousAllocation" : {
1745
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1746
+ "access" : "readonly",
1747
+ "description" :
1748
+ """Write access is not required.""",
1749
+ },
1750
+ "t11FamPriority" : {
1751
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1752
+ "access" : "readonly",
1753
+ "description" :
1754
+ """Write access is not required.""",
1755
+ },
1756
+ "t11FamIfRcfReject" : {
1757
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1758
+ "access" : "readonly",
1759
+ "description" :
1760
+ """Write access is not required.""",
1761
+ },
1762
+ "t11FamIfRowStatus" : {
1763
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1764
+ "access" : "readonly",
1765
+ "description" :
1766
+ """Write access is not required.""",
1767
+ },
1768
+ "t11FamRcFabricNotifyEnable" : {
1769
+ "module" : "T11-FC-FABRIC-ADDR-MGR-MIB",
1770
+ "access" : "readonly",
1771
+ "description" :
1772
+ """Write access is not required.""",
1773
+ },
1774
+ }, # refinements
1775
+
1776
+ }, # compliance
1777
+ }, # compliances
1778
+
1779
+ }