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,2504 @@
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 FIBRE-CHANNEL-FE-MIB
6
+
7
+ FILENAME = "./libsmi-0.5.0/mibs/ietf/FIBRE-CHANNEL-FE-MIB"
8
+
9
+ MIB = {
10
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
11
+
12
+ "FIBRE-CHANNEL-FE-MIB" : {
13
+ "nodetype" : "module",
14
+ "language" : "SMIv2",
15
+ "organization" :
16
+ """IETF IPFC Working Group""",
17
+ "contact" :
18
+ """Kha Sin Teow
19
+ Brocade Communications Systems,
20
+ 1901 Guadalupe Parkway,
21
+ San Jose, CA 95131
22
+ U.S.A
23
+ Tel: +1 408 487 8180
24
+ Fax: +1 408 487 8190
25
+ Email: khasin@Brocade.COM
26
+
27
+ WG Mailing list:ipfc@standards.gadzoox.com
28
+ To Subscribe: ipfc-request@standards.gadzoox.com
29
+ In Body: subscribe""",
30
+ "description" :
31
+ """The MIB module for Fibre Channel Fabric Element.""",
32
+ "revisions" : (
33
+ {
34
+ "date" : "2000-05-18 00:00",
35
+ "description" :
36
+ """Initial revision, published as RFC 2837.""",
37
+ },
38
+ ),
39
+ "identity node" : "fcFeMIB",
40
+ },
41
+
42
+ "imports" : (
43
+ {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
44
+ {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
45
+ {"module" : "SNMPv2-SMI", "name" : "Unsigned32"},
46
+ {"module" : "SNMPv2-SMI", "name" : "Counter32"},
47
+ {"module" : "SNMPv2-SMI", "name" : "Gauge32"},
48
+ {"module" : "SNMPv2-SMI", "name" : "Integer32"},
49
+ {"module" : "SNMPv2-SMI", "name" : "mib-2"},
50
+ {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
51
+ {"module" : "SNMPv2-TC", "name" : "TruthValue"},
52
+ {"module" : "SNMPv2-TC", "name" : "TimeStamp"},
53
+ {"module" : "SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
54
+ {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
55
+ {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
56
+ ),
57
+
58
+ "typedefs" : {
59
+ "MilliSeconds" : {
60
+ "basetype" : "Unsigned32",
61
+ "status" : "current",
62
+ "description" :
63
+ """Represents time unit value in milliseconds.""",
64
+ },
65
+ "MicroSeconds" : {
66
+ "basetype" : "Unsigned32",
67
+ "status" : "current",
68
+ "description" :
69
+ """Represents time unit value in microseconds.""",
70
+ },
71
+ "FcNameId" : {
72
+ "basetype" : "OctetString",
73
+ "status" : "current",
74
+ "ranges" : [
75
+ {
76
+ "min" : "8",
77
+ "max" : "8"
78
+ },
79
+ ],
80
+ "range" : {
81
+ "min" : "8",
82
+ "max" : "8"
83
+ },
84
+ "description" :
85
+ """Represents the Worldwide Name associated with
86
+ a Fibre Channel (FC) entity.""",
87
+ },
88
+ "FcAddressId" : {
89
+ "basetype" : "OctetString",
90
+ "status" : "current",
91
+ "ranges" : [
92
+ {
93
+ "min" : "3",
94
+ "max" : "3"
95
+ },
96
+ ],
97
+ "range" : {
98
+ "min" : "3",
99
+ "max" : "3"
100
+ },
101
+ "description" :
102
+ """Represents Fibre Channel Address ID, a 24-bit
103
+ value unique within the address space of a Fabric.""",
104
+ },
105
+ "FcRxDataFieldSize" : {
106
+ "basetype" : "Integer32",
107
+ "status" : "current",
108
+ "ranges" : [
109
+ {
110
+ "min" : "128",
111
+ "max" : "2112"
112
+ },
113
+ ],
114
+ "range" : {
115
+ "min" : "128",
116
+ "max" : "2112"
117
+ },
118
+ "description" :
119
+ """Represents the receive data field size of an
120
+ NxPort or FxPort.""",
121
+ },
122
+ "FcBbCredit" : {
123
+ "basetype" : "Integer32",
124
+ "status" : "current",
125
+ "ranges" : [
126
+ {
127
+ "min" : "0",
128
+ "max" : "32767"
129
+ },
130
+ ],
131
+ "range" : {
132
+ "min" : "0",
133
+ "max" : "32767"
134
+ },
135
+ "description" :
136
+ """Represents the buffer-to-buffer credit of an
137
+ NxPort or FxPort.""",
138
+ },
139
+ "FcphVersion" : {
140
+ "basetype" : "Integer32",
141
+ "status" : "current",
142
+ "ranges" : [
143
+ {
144
+ "min" : "0",
145
+ "max" : "255"
146
+ },
147
+ ],
148
+ "range" : {
149
+ "min" : "0",
150
+ "max" : "255"
151
+ },
152
+ "description" :
153
+ """Represents the version of FC-PH supported by an
154
+ NxPort or FxPort.""",
155
+ },
156
+ "FcStackedConnMode" : {
157
+ "basetype" : "Enumeration",
158
+ "status" : "current",
159
+ "none" : {
160
+ "nodetype" : "namednumber",
161
+ "number" : "1"
162
+ },
163
+ "transparent" : {
164
+ "nodetype" : "namednumber",
165
+ "number" : "2"
166
+ },
167
+ "lockedDown" : {
168
+ "nodetype" : "namednumber",
169
+ "number" : "3"
170
+ },
171
+ "description" :
172
+ """Represents an enumerated value used to indicate
173
+ the Class 1 Stacked Connect Mode supported by
174
+ an NxPort or FxPort.""",
175
+ },
176
+ "FcCosCap" : {
177
+ "basetype" : "Bits",
178
+ "status" : "current",
179
+ "classF" : {
180
+ "nodetype" : "namednumber",
181
+ "number" : "0"
182
+ },
183
+ "class1" : {
184
+ "nodetype" : "namednumber",
185
+ "number" : "1"
186
+ },
187
+ "class2" : {
188
+ "nodetype" : "namednumber",
189
+ "number" : "2"
190
+ },
191
+ "class3" : {
192
+ "nodetype" : "namednumber",
193
+ "number" : "3"
194
+ },
195
+ "class4" : {
196
+ "nodetype" : "namednumber",
197
+ "number" : "4"
198
+ },
199
+ "class5" : {
200
+ "nodetype" : "namednumber",
201
+ "number" : "5"
202
+ },
203
+ "class6" : {
204
+ "nodetype" : "namednumber",
205
+ "number" : "6"
206
+ },
207
+ "description" :
208
+ """Represents the class of service capability of an
209
+ NxPort or FxPort.""",
210
+ },
211
+ "FcFeModuleCapacity" : {
212
+ "basetype" : "Unsigned32",
213
+ "status" : "current",
214
+ "description" :
215
+ """Represents the maximum number of modules within
216
+ a Fabric Element.""",
217
+ },
218
+ "FcFeFxPortCapacity" : {
219
+ "basetype" : "Unsigned32",
220
+ "status" : "current",
221
+ "description" :
222
+ """Represents the maximum number of FxPorts within
223
+ a module.""",
224
+ },
225
+ "FcFeModuleIndex" : {
226
+ "basetype" : "Unsigned32",
227
+ "status" : "current",
228
+ "description" :
229
+ """Represents the module index within a conceptual table.""",
230
+ },
231
+ "FcFeFxPortIndex" : {
232
+ "basetype" : "Unsigned32",
233
+ "status" : "current",
234
+ "description" :
235
+ """Represents the FxPort index within a conceptual table.""",
236
+ },
237
+ "FcFeNxPortIndex" : {
238
+ "basetype" : "Integer32",
239
+ "status" : "current",
240
+ "ranges" : [
241
+ {
242
+ "min" : "1",
243
+ "max" : "126"
244
+ },
245
+ ],
246
+ "range" : {
247
+ "min" : "1",
248
+ "max" : "126"
249
+ },
250
+ "description" :
251
+ """Represents the NxPort index within a conceptual table.""",
252
+ },
253
+ "FcBbCreditModel" : {
254
+ "basetype" : "Enumeration",
255
+ "status" : "current",
256
+ "regular" : {
257
+ "nodetype" : "namednumber",
258
+ "number" : "1"
259
+ },
260
+ "alternate" : {
261
+ "nodetype" : "namednumber",
262
+ "number" : "2"
263
+ },
264
+ "description" :
265
+ """Represents the BB_Credit model of an FxPort.""",
266
+ },
267
+ }, # typedefs
268
+
269
+ "nodes" : {
270
+ "fcFeMIB" : {
271
+ "nodetype" : "node",
272
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
273
+ "oid" : "1.3.6.1.2.1.75",
274
+ "status" : "current",
275
+ }, # node
276
+ "fcFeMIBObjects" : {
277
+ "nodetype" : "node",
278
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
279
+ "oid" : "1.3.6.1.2.1.75.1",
280
+ }, # node
281
+ "fcFeConfig" : {
282
+ "nodetype" : "node",
283
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
284
+ "oid" : "1.3.6.1.2.1.75.1.1",
285
+ }, # node
286
+ "fcFeFabricName" : {
287
+ "nodetype" : "scalar",
288
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
289
+ "oid" : "1.3.6.1.2.1.75.1.1.1",
290
+ "status" : "current",
291
+ "syntax" : {
292
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcNameId"},
293
+ },
294
+ "access" : "readwrite",
295
+ "description" :
296
+ """The Name_Identifier of the Fabric to which this Fabric
297
+ Element belongs.""",
298
+ }, # scalar
299
+ "fcFeElementName" : {
300
+ "nodetype" : "scalar",
301
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
302
+ "oid" : "1.3.6.1.2.1.75.1.1.2",
303
+ "status" : "current",
304
+ "syntax" : {
305
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcNameId"},
306
+ },
307
+ "access" : "readwrite",
308
+ "description" :
309
+ """The Name_Identifier of the Fabric Element.""",
310
+ }, # scalar
311
+ "fcFeModuleCapacity" : {
312
+ "nodetype" : "scalar",
313
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
314
+ "oid" : "1.3.6.1.2.1.75.1.1.3",
315
+ "status" : "current",
316
+ "syntax" : {
317
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcFeModuleCapacity"},
318
+ },
319
+ "access" : "readonly",
320
+ "description" :
321
+ """The maximum number of modules in the Fabric Element,
322
+ regardless of their current state.""",
323
+ }, # scalar
324
+ "fcFeModuleTable" : {
325
+ "nodetype" : "table",
326
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
327
+ "oid" : "1.3.6.1.2.1.75.1.1.4",
328
+ "status" : "current",
329
+ "description" :
330
+ """A table that contains, one entry for each module in the
331
+ Fabric Element, information of the modules.""",
332
+ }, # table
333
+ "fcFeModuleEntry" : {
334
+ "nodetype" : "row",
335
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
336
+ "oid" : "1.3.6.1.2.1.75.1.1.4.1",
337
+ "status" : "current",
338
+ "linkage" : [
339
+ "fcFeModuleIndex",
340
+ ],
341
+ "description" :
342
+ """An entry containing the configuration parameters of a
343
+ module.""",
344
+ }, # row
345
+ "fcFeModuleIndex" : {
346
+ "nodetype" : "column",
347
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
348
+ "oid" : "1.3.6.1.2.1.75.1.1.4.1.1",
349
+ "status" : "current",
350
+ "syntax" : {
351
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcFeModuleIndex"},
352
+ },
353
+ "access" : "noaccess",
354
+ "description" :
355
+ """This object identifies the module within the Fabric Element
356
+ for which this entry contains information. This value is
357
+ never greater than fcFeModuleCapacity.""",
358
+ }, # column
359
+ "fcFeModuleDescr" : {
360
+ "nodetype" : "column",
361
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
362
+ "oid" : "1.3.6.1.2.1.75.1.1.4.1.2",
363
+ "status" : "current",
364
+ "syntax" : {
365
+ "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
366
+ },
367
+ "access" : "readonly",
368
+ "description" :
369
+ """A textual description of the module. This value should
370
+ include the full name and version identification of the
371
+ module.""",
372
+ }, # column
373
+ "fcFeModuleObjectID" : {
374
+ "nodetype" : "column",
375
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
376
+ "oid" : "1.3.6.1.2.1.75.1.1.4.1.3",
377
+ "status" : "current",
378
+ "syntax" : {
379
+ "type" : { "module" :"", "name" : "ObjectIdentifier"},
380
+ },
381
+ "access" : "readonly",
382
+ "description" :
383
+ """The vendor's authoritative identification of the module.
384
+ This value may be allocated within the SMI enterprises
385
+ subtree (1.3.6.1.4.1) and provides a straight-forward and
386
+ unambiguous means for determining what kind of module is
387
+ being managed.
388
+
389
+ For example, this object could take the value
390
+ 1.3.6.1.4.1.99649.3.9 if vendor 'Neufe Inc.' was assigned
391
+ the subtree 1.3.6.1.4.1.99649, and had assigned the
392
+ identifier 1.3.6.1.4.1.99649.3.9 to its 'FeFiFo-16
393
+ PlugInCard.'""",
394
+ }, # column
395
+ "fcFeModuleOperStatus" : {
396
+ "nodetype" : "column",
397
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
398
+ "oid" : "1.3.6.1.2.1.75.1.1.4.1.4",
399
+ "status" : "current",
400
+ "syntax" : {
401
+ "type" : {
402
+ "basetype" : "Enumeration",
403
+ "online" : {
404
+ "nodetype" : "namednumber",
405
+ "number" : "1"
406
+ },
407
+ "offline" : {
408
+ "nodetype" : "namednumber",
409
+ "number" : "2"
410
+ },
411
+ "testing" : {
412
+ "nodetype" : "namednumber",
413
+ "number" : "3"
414
+ },
415
+ "faulty" : {
416
+ "nodetype" : "namednumber",
417
+ "number" : "4"
418
+ },
419
+ },
420
+ },
421
+ "access" : "readonly",
422
+ "description" :
423
+ """This object indicates the operational status of the module:
424
+ online(1) the module is functioning properly;
425
+ offline(2) the module is not available;
426
+ testing(3) the module is under testing; and
427
+ faulty(4) the module is defective in some way.""",
428
+ }, # column
429
+ "fcFeModuleLastChange" : {
430
+ "nodetype" : "column",
431
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
432
+ "oid" : "1.3.6.1.2.1.75.1.1.4.1.5",
433
+ "status" : "current",
434
+ "syntax" : {
435
+ "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
436
+ },
437
+ "access" : "readonly",
438
+ "description" :
439
+ """This object contains the value of sysUpTime when the module
440
+ entered its current operational status. A value of zero
441
+ indicates that the operational status of the module has not
442
+ changed since the agent last restarted.""",
443
+ }, # column
444
+ "fcFeModuleFxPortCapacity" : {
445
+ "nodetype" : "column",
446
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
447
+ "oid" : "1.3.6.1.2.1.75.1.1.4.1.6",
448
+ "status" : "current",
449
+ "syntax" : {
450
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcFeFxPortCapacity"},
451
+ },
452
+ "access" : "readonly",
453
+ "description" :
454
+ """The number of FxPort that can be contained within the
455
+ module. Within each module, the ports are uniquely numbered
456
+ in the range from 1 to fcFeModuleFxPortCapacity inclusive.
457
+ However, the numbers are not required to be contiguous.""",
458
+ }, # column
459
+ "fcFeModuleName" : {
460
+ "nodetype" : "column",
461
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
462
+ "oid" : "1.3.6.1.2.1.75.1.1.4.1.7",
463
+ "status" : "current",
464
+ "syntax" : {
465
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcNameId"},
466
+ },
467
+ "access" : "readwrite",
468
+ "description" :
469
+ """The Name_Identifier of the module.""",
470
+ }, # column
471
+ "fcFxPortTable" : {
472
+ "nodetype" : "table",
473
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
474
+ "oid" : "1.3.6.1.2.1.75.1.1.5",
475
+ "status" : "current",
476
+ "description" :
477
+ """A table that contains, one entry for each FxPort in the
478
+ Fabric Element, configuration and service parameters of the
479
+ FxPorts.""",
480
+ }, # table
481
+ "fcFxPortEntry" : {
482
+ "nodetype" : "row",
483
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
484
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1",
485
+ "status" : "current",
486
+ "linkage" : [
487
+ "fcFeModuleIndex",
488
+ "fcFxPortIndex",
489
+ ],
490
+ "description" :
491
+ """An entry containing the configuration and service parameters
492
+ of a FxPort.""",
493
+ }, # row
494
+ "fcFxPortIndex" : {
495
+ "nodetype" : "column",
496
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
497
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.1",
498
+ "status" : "current",
499
+ "syntax" : {
500
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcFeFxPortIndex"},
501
+ },
502
+ "access" : "noaccess",
503
+ "description" :
504
+ """This object identifies the FxPort within the module. This
505
+ number ranges from 1 to the value of fcFeModulePortCapacity
506
+ for the associated module. The value remains constant for
507
+ the identified FxPort until the module is re-initialized.""",
508
+ }, # column
509
+ "fcFxPortName" : {
510
+ "nodetype" : "column",
511
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
512
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.2",
513
+ "status" : "current",
514
+ "syntax" : {
515
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcNameId"},
516
+ },
517
+ "access" : "readonly",
518
+ "description" :
519
+ """The World_wide Name of this FxPort. Each FxPort has a
520
+ unique Port World_wide Name within the Fabric.""",
521
+ }, # column
522
+ "fcFxPortFcphVersionHigh" : {
523
+ "nodetype" : "column",
524
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
525
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.3",
526
+ "status" : "current",
527
+ "syntax" : {
528
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcphVersion"},
529
+ },
530
+ "access" : "readonly",
531
+ "description" :
532
+ """The highest or most recent version of FC-PH that the FxPort
533
+ is configured to support.""",
534
+ }, # column
535
+ "fcFxPortFcphVersionLow" : {
536
+ "nodetype" : "column",
537
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
538
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.4",
539
+ "status" : "current",
540
+ "syntax" : {
541
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcphVersion"},
542
+ },
543
+ "access" : "readonly",
544
+ "description" :
545
+ """The lowest or earliest version of FC-PH that the FxPort is
546
+ configured to support.""",
547
+ }, # column
548
+ "fcFxPortBbCredit" : {
549
+ "nodetype" : "column",
550
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
551
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.5",
552
+ "status" : "current",
553
+ "syntax" : {
554
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcBbCredit"},
555
+ },
556
+ "access" : "readonly",
557
+ "units" : "buffers",
558
+ "description" :
559
+ """The total number of receive buffers available for holding
560
+ Class 1 connect-request, Class 2 or 3 frames from the
561
+ attached NxPort. It is for buffer-to-buffer flow control
562
+ in the direction from the attached NxPort (if applicable)
563
+ to FxPort.""",
564
+ }, # column
565
+ "fcFxPortRxBufSize" : {
566
+ "nodetype" : "column",
567
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
568
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.6",
569
+ "status" : "current",
570
+ "syntax" : {
571
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcRxDataFieldSize"},
572
+ },
573
+ "access" : "readonly",
574
+ "units" : "bytes",
575
+ "description" :
576
+ """The largest Data_Field Size (in octets) for an FT_1 frame
577
+ that can be received by the FxPort.""",
578
+ }, # column
579
+ "fcFxPortRatov" : {
580
+ "nodetype" : "column",
581
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
582
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.7",
583
+ "status" : "current",
584
+ "syntax" : {
585
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "MilliSeconds"},
586
+ },
587
+ "access" : "readonly",
588
+ "units" : "milliseconds",
589
+ "description" :
590
+ """The Resource_Allocation_Timeout Value configured for the
591
+ FxPort. This is used as the timeout value for determining
592
+ when to reuse an NxPort resource such as a
593
+ Recovery_Qualifier. It represents E_D_TOV (see next
594
+ object) plus twice the maximum time that a frame may be
595
+ delayed within the Fabric and still be delivered.""",
596
+ }, # column
597
+ "fcFxPortEdtov" : {
598
+ "nodetype" : "column",
599
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
600
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.8",
601
+ "status" : "current",
602
+ "syntax" : {
603
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "MilliSeconds"},
604
+ },
605
+ "access" : "readonly",
606
+ "units" : "milliseconds",
607
+ "description" :
608
+ """The E_D_TOV value configured for the FxPort. The
609
+ Error_Detect_Timeout Value is used as the timeout value for
610
+ detecting an error condition.""",
611
+ }, # column
612
+ "fcFxPortCosSupported" : {
613
+ "nodetype" : "column",
614
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
615
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.9",
616
+ "status" : "current",
617
+ "syntax" : {
618
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcCosCap"},
619
+ },
620
+ "access" : "readonly",
621
+ "description" :
622
+ """A value indicating the set of Classes of Service supported
623
+ by the FxPort.""",
624
+ }, # column
625
+ "fcFxPortIntermixSupported" : {
626
+ "nodetype" : "column",
627
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
628
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.10",
629
+ "status" : "current",
630
+ "syntax" : {
631
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
632
+ },
633
+ "access" : "readonly",
634
+ "description" :
635
+ """A flag indicating whether or not the FxPort supports an
636
+ Intermixed Dedicated Connection.""",
637
+ }, # column
638
+ "fcFxPortStackedConnMode" : {
639
+ "nodetype" : "column",
640
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
641
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.11",
642
+ "status" : "current",
643
+ "syntax" : {
644
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcStackedConnMode"},
645
+ },
646
+ "access" : "readonly",
647
+ "description" :
648
+ """A value indicating the mode of Stacked Connect supported by
649
+ the FxPort.""",
650
+ }, # column
651
+ "fcFxPortClass2SeqDeliv" : {
652
+ "nodetype" : "column",
653
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
654
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.12",
655
+ "status" : "current",
656
+ "syntax" : {
657
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
658
+ },
659
+ "access" : "readonly",
660
+ "description" :
661
+ """A flag indicating whether or not Class 2 Sequential
662
+ Delivery is supported by the FxPort.""",
663
+ }, # column
664
+ "fcFxPortClass3SeqDeliv" : {
665
+ "nodetype" : "column",
666
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
667
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.13",
668
+ "status" : "current",
669
+ "syntax" : {
670
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
671
+ },
672
+ "access" : "readonly",
673
+ "description" :
674
+ """A flag indicating whether or not Class 3 Sequential
675
+ Delivery is supported by the FxPort.""",
676
+ }, # column
677
+ "fcFxPortHoldTime" : {
678
+ "nodetype" : "column",
679
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
680
+ "oid" : "1.3.6.1.2.1.75.1.1.5.1.14",
681
+ "status" : "current",
682
+ "syntax" : {
683
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "MicroSeconds"},
684
+ },
685
+ "access" : "readonly",
686
+ "units" : "microseconds",
687
+ "description" :
688
+ """The maximum time (in microseconds) that the FxPort shall
689
+ hold a frame before discarding the frame if it is unable to
690
+ deliver the frame. The value 0 means that the FxPort does
691
+ not support this parameter.""",
692
+ }, # column
693
+ "fcFeStatus" : {
694
+ "nodetype" : "node",
695
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
696
+ "oid" : "1.3.6.1.2.1.75.1.2",
697
+ }, # node
698
+ "fcFxPortStatusTable" : {
699
+ "nodetype" : "table",
700
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
701
+ "oid" : "1.3.6.1.2.1.75.1.2.1",
702
+ "status" : "current",
703
+ "description" :
704
+ """A table that contains, one entry for each FxPort in the
705
+ Fabric Element, operational status and parameters of the
706
+ FxPorts.""",
707
+ }, # table
708
+ "fcFxPortStatusEntry" : {
709
+ "nodetype" : "row",
710
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
711
+ "oid" : "1.3.6.1.2.1.75.1.2.1.1",
712
+ "status" : "current",
713
+ "linkage" : [
714
+ { "FIBRE-CHANNEL-FE-MIB" : {
715
+ "indexkind" : "augments",
716
+ "relatedNode" : "fcFxPortEntry",
717
+ }},
718
+ ],
719
+ "description" :
720
+ """An entry containing operational status and parameters of a
721
+ FxPort.""",
722
+ }, # row
723
+ "fcFxPortID" : {
724
+ "nodetype" : "column",
725
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
726
+ "oid" : "1.3.6.1.2.1.75.1.2.1.1.1",
727
+ "status" : "current",
728
+ "syntax" : {
729
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcAddressId"},
730
+ },
731
+ "access" : "readonly",
732
+ "description" :
733
+ """The address identifier by which this FxPort is identified
734
+ within the Fabric. The FxPort may assign its address
735
+ identifier to its attached NxPort(s) during Fabric Login.""",
736
+ }, # column
737
+ "fcFxPortBbCreditAvailable" : {
738
+ "nodetype" : "column",
739
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
740
+ "oid" : "1.3.6.1.2.1.75.1.2.1.1.2",
741
+ "status" : "current",
742
+ "syntax" : {
743
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
744
+ },
745
+ "access" : "readonly",
746
+ "units" : "buffers",
747
+ "description" :
748
+ """The number of buffers currently available for receiving
749
+ frames from the attached port in the buffer-to-buffer flow
750
+ control. The value should be less than or equal to
751
+ fcFxPortBbCredit.""",
752
+ }, # column
753
+ "fcFxPortOperMode" : {
754
+ "nodetype" : "column",
755
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
756
+ "oid" : "1.3.6.1.2.1.75.1.2.1.1.3",
757
+ "status" : "current",
758
+ "syntax" : {
759
+ "type" : {
760
+ "basetype" : "Enumeration",
761
+ "unknown" : {
762
+ "nodetype" : "namednumber",
763
+ "number" : "1"
764
+ },
765
+ "fPort" : {
766
+ "nodetype" : "namednumber",
767
+ "number" : "2"
768
+ },
769
+ "flPort" : {
770
+ "nodetype" : "namednumber",
771
+ "number" : "3"
772
+ },
773
+ },
774
+ },
775
+ "access" : "readonly",
776
+ "description" :
777
+ """The current operational mode of the FxPort.""",
778
+ }, # column
779
+ "fcFxPortAdminMode" : {
780
+ "nodetype" : "column",
781
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
782
+ "oid" : "1.3.6.1.2.1.75.1.2.1.1.4",
783
+ "status" : "current",
784
+ "syntax" : {
785
+ "type" : {
786
+ "basetype" : "Enumeration",
787
+ "fPort" : {
788
+ "nodetype" : "namednumber",
789
+ "number" : "2"
790
+ },
791
+ "flPort" : {
792
+ "nodetype" : "namednumber",
793
+ "number" : "3"
794
+ },
795
+ },
796
+ },
797
+ "access" : "readwrite",
798
+ "description" :
799
+ """The desired operational mode of the FxPort.""",
800
+ }, # column
801
+ "fcFxPortPhysTable" : {
802
+ "nodetype" : "table",
803
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
804
+ "oid" : "1.3.6.1.2.1.75.1.2.2",
805
+ "status" : "current",
806
+ "description" :
807
+ """A table that contains, one entry for each FxPort in the
808
+ Fabric Element, physical level status and parameters of the
809
+ FxPorts.""",
810
+ }, # table
811
+ "fcFxPortPhysEntry" : {
812
+ "nodetype" : "row",
813
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
814
+ "oid" : "1.3.6.1.2.1.75.1.2.2.1",
815
+ "status" : "current",
816
+ "linkage" : [
817
+ { "FIBRE-CHANNEL-FE-MIB" : {
818
+ "indexkind" : "augments",
819
+ "relatedNode" : "fcFxPortEntry",
820
+ }},
821
+ ],
822
+ "description" :
823
+ """An entry containing physical level status and parameters of
824
+ a FxPort.""",
825
+ }, # row
826
+ "fcFxPortPhysAdminStatus" : {
827
+ "nodetype" : "column",
828
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
829
+ "oid" : "1.3.6.1.2.1.75.1.2.2.1.1",
830
+ "status" : "current",
831
+ "syntax" : {
832
+ "type" : {
833
+ "basetype" : "Enumeration",
834
+ "online" : {
835
+ "nodetype" : "namednumber",
836
+ "number" : "1"
837
+ },
838
+ "offline" : {
839
+ "nodetype" : "namednumber",
840
+ "number" : "2"
841
+ },
842
+ "testing" : {
843
+ "nodetype" : "namednumber",
844
+ "number" : "3"
845
+ },
846
+ },
847
+ },
848
+ "access" : "readwrite",
849
+ "description" :
850
+ """The desired state of the FxPort. A management station may
851
+ place the FxPort in a desired state by setting this object
852
+ accordingly. The testing(3) state indicates that no
853
+ operational frames can be passed. When a Fabric Element
854
+ initializes, all FxPorts start with fcFxPortPhysAdminStatus
855
+ in the offline(2) state. As the result of either explicit
856
+ management action or per configuration information
857
+ accessible by the Fabric Element, fcFxPortPhysAdminStatus
858
+ is then changed to either the online(1) or testing(3)
859
+ states, or remains in the offline state.""",
860
+ }, # column
861
+ "fcFxPortPhysOperStatus" : {
862
+ "nodetype" : "column",
863
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
864
+ "oid" : "1.3.6.1.2.1.75.1.2.2.1.2",
865
+ "status" : "current",
866
+ "syntax" : {
867
+ "type" : {
868
+ "basetype" : "Enumeration",
869
+ "online" : {
870
+ "nodetype" : "namednumber",
871
+ "number" : "1"
872
+ },
873
+ "offline" : {
874
+ "nodetype" : "namednumber",
875
+ "number" : "2"
876
+ },
877
+ "testing" : {
878
+ "nodetype" : "namednumber",
879
+ "number" : "3"
880
+ },
881
+ "linkFailure" : {
882
+ "nodetype" : "namednumber",
883
+ "number" : "4"
884
+ },
885
+ },
886
+ },
887
+ "access" : "readonly",
888
+ "description" :
889
+ """The current operational status of the FxPort. The
890
+ testing(3) indicates that no operational frames can be
891
+ passed. If fcFxPortPhysAdminStatus is offline(2) then
892
+ fcFxPortPhysOperStatus should be offline(2). If
893
+ fcFxPortPhysAdminStatus is changed to online(1) then
894
+ fcFxPortPhysOperStatus should change to online(1) if the
895
+ FxPort is ready to accept Fabric Login request from the
896
+ attached NxPort; it should proceed and remain in the link-
897
+ failure(4) state if and only if there is a fault that
898
+ prevents it from going to the online(1) state.""",
899
+ }, # column
900
+ "fcFxPortPhysLastChange" : {
901
+ "nodetype" : "column",
902
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
903
+ "oid" : "1.3.6.1.2.1.75.1.2.2.1.3",
904
+ "status" : "current",
905
+ "syntax" : {
906
+ "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
907
+ },
908
+ "access" : "readonly",
909
+ "description" :
910
+ """The value of sysUpTime at the time the FxPort entered its
911
+ current operational status. A value of zero indicates that
912
+ the FxPort's operational status has not changed since the
913
+ agent last restarted.""",
914
+ }, # column
915
+ "fcFxPortPhysRttov" : {
916
+ "nodetype" : "column",
917
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
918
+ "oid" : "1.3.6.1.2.1.75.1.2.2.1.4",
919
+ "status" : "current",
920
+ "syntax" : {
921
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "MilliSeconds"},
922
+ },
923
+ "access" : "readwrite",
924
+ "units" : "milliseconds",
925
+ "description" :
926
+ """The Receiver_Transmitter_Timeout value of the FxPort. This
927
+ is used by the receiver logic to detect Loss of
928
+ Synchronization.""",
929
+ }, # column
930
+ "fcFxLoginTable" : {
931
+ "nodetype" : "table",
932
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
933
+ "oid" : "1.3.6.1.2.1.75.1.2.3",
934
+ "status" : "current",
935
+ "description" :
936
+ """A table that contains, one entry for each NxPort attached
937
+ to a particular FxPort in the Fabric Element, services
938
+ parameters established from the most recent Fabric Login,
939
+ explicit or implicit. Note that an FxPort may have one or
940
+ more NxPort attached to it.""",
941
+ }, # table
942
+ "fcFxLoginEntry" : {
943
+ "nodetype" : "row",
944
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
945
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1",
946
+ "status" : "current",
947
+ "linkage" : [
948
+ "fcFeModuleIndex",
949
+ "fcFxPortIndex",
950
+ "fcFxPortNxLoginIndex",
951
+ ],
952
+ "description" :
953
+ """An entry containing service parameters established from a
954
+ successful Fabric Login.""",
955
+ }, # row
956
+ "fcFxPortNxLoginIndex" : {
957
+ "nodetype" : "column",
958
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
959
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1.1",
960
+ "status" : "current",
961
+ "syntax" : {
962
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcFeNxPortIndex"},
963
+ },
964
+ "access" : "noaccess",
965
+ "description" :
966
+ """The object identifies the associated NxPort in the
967
+ attachment for which the entry contains information.""",
968
+ }, # column
969
+ "fcFxPortFcphVersionAgreed" : {
970
+ "nodetype" : "column",
971
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
972
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1.2",
973
+ "status" : "current",
974
+ "syntax" : {
975
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcphVersion"},
976
+ },
977
+ "access" : "readonly",
978
+ "description" :
979
+ """The version of FC-PH that the FxPort has agreed to support
980
+ from the Fabric Login""",
981
+ }, # column
982
+ "fcFxPortNxPortBbCredit" : {
983
+ "nodetype" : "column",
984
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
985
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1.3",
986
+ "status" : "current",
987
+ "syntax" : {
988
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcBbCredit"},
989
+ },
990
+ "access" : "readonly",
991
+ "units" : "buffers",
992
+ "description" :
993
+ """The total number of buffers available for holding Class 1
994
+ connect-request, Class 2 or Class 3 frames to be
995
+ transmitted to the attached NxPort. It is for buffer-to-
996
+ buffer flow control in the direction from FxPort to NxPort.
997
+ The buffer-to-buffer flow control mechanism is indicated in
998
+ the respective fcFxPortBbCreditModel.""",
999
+ }, # column
1000
+ "fcFxPortNxPortRxDataFieldSize" : {
1001
+ "nodetype" : "column",
1002
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1003
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1.4",
1004
+ "status" : "current",
1005
+ "syntax" : {
1006
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcRxDataFieldSize"},
1007
+ },
1008
+ "access" : "readonly",
1009
+ "units" : "bytes",
1010
+ "description" :
1011
+ """The Receive Data Field Size of the attached NxPort. This
1012
+ object specifies the largest Data Field Size for an FT_1
1013
+ frame that can be received by the NxPort.""",
1014
+ }, # column
1015
+ "fcFxPortCosSuppAgreed" : {
1016
+ "nodetype" : "column",
1017
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1018
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1.5",
1019
+ "status" : "current",
1020
+ "syntax" : {
1021
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcCosCap"},
1022
+ },
1023
+ "access" : "readonly",
1024
+ "description" :
1025
+ """A variable indicating that the attached NxPort has
1026
+ requested the FxPort for the support of classes of services
1027
+ and the FxPort has granted the request.""",
1028
+ }, # column
1029
+ "fcFxPortIntermixSuppAgreed" : {
1030
+ "nodetype" : "column",
1031
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1032
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1.6",
1033
+ "status" : "current",
1034
+ "syntax" : {
1035
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
1036
+ },
1037
+ "access" : "readonly",
1038
+ "description" :
1039
+ """A variable indicating that the attached NxPort has
1040
+ requested the FxPort for the support of Intermix and the
1041
+ FxPort has granted the request. This flag is only valid if
1042
+ Class 1 service is supported.""",
1043
+ }, # column
1044
+ "fcFxPortStackedConnModeAgreed" : {
1045
+ "nodetype" : "column",
1046
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1047
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1.7",
1048
+ "status" : "current",
1049
+ "syntax" : {
1050
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcStackedConnMode"},
1051
+ },
1052
+ "access" : "readonly",
1053
+ "description" :
1054
+ """A variable indicating whether the FxPort has agreed to
1055
+ support stacked connect from the Fabric Login. This is only
1056
+ meaningful if Class 1 service has been agreed.""",
1057
+ }, # column
1058
+ "fcFxPortClass2SeqDelivAgreed" : {
1059
+ "nodetype" : "column",
1060
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1061
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1.8",
1062
+ "status" : "current",
1063
+ "syntax" : {
1064
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
1065
+ },
1066
+ "access" : "readonly",
1067
+ "description" :
1068
+ """A variable indicating whether the FxPort has agreed to
1069
+ support Class 2 sequential delivery from the Fabric Login.
1070
+ This is only meaningful if Class 2 service has been
1071
+ agreed.""",
1072
+ }, # column
1073
+ "fcFxPortClass3SeqDelivAgreed" : {
1074
+ "nodetype" : "column",
1075
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1076
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1.9",
1077
+ "status" : "current",
1078
+ "syntax" : {
1079
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
1080
+ },
1081
+ "access" : "readonly",
1082
+ "description" :
1083
+ """A flag indicating whether the FxPort has agreed to support
1084
+ Class 3 sequential delivery from the Fabric Login. This is
1085
+ only meaningful if Class 3 service has been agreed.""",
1086
+ }, # column
1087
+ "fcFxPortNxPortName" : {
1088
+ "nodetype" : "column",
1089
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1090
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1.10",
1091
+ "status" : "current",
1092
+ "syntax" : {
1093
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcNameId"},
1094
+ },
1095
+ "access" : "readonly",
1096
+ "description" :
1097
+ """The port name of the attached NxPort.""",
1098
+ }, # column
1099
+ "fcFxPortConnectedNxPort" : {
1100
+ "nodetype" : "column",
1101
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1102
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1.11",
1103
+ "status" : "current",
1104
+ "syntax" : {
1105
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcAddressId"},
1106
+ },
1107
+ "access" : "readonly",
1108
+ "description" :
1109
+ """The address identifier of the destination NxPort with which
1110
+ this FxPort is currently engaged in a either a Class 1 or
1111
+ loop connection. If this FxPort is not engaged in a
1112
+ connection, then the value of this object is '000000'H.""",
1113
+ }, # column
1114
+ "fcFxPortBbCreditModel" : {
1115
+ "nodetype" : "column",
1116
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1117
+ "oid" : "1.3.6.1.2.1.75.1.2.3.1.12",
1118
+ "status" : "current",
1119
+ "syntax" : {
1120
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcBbCreditModel"},
1121
+ },
1122
+ "access" : "readwrite",
1123
+ "description" :
1124
+ """This object identifies the BB_Credit model used by the
1125
+ FxPort.""",
1126
+ }, # column
1127
+ "fcFeError" : {
1128
+ "nodetype" : "node",
1129
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1130
+ "oid" : "1.3.6.1.2.1.75.1.3",
1131
+ }, # node
1132
+ "fcFxPortErrorTable" : {
1133
+ "nodetype" : "table",
1134
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1135
+ "oid" : "1.3.6.1.2.1.75.1.3.1",
1136
+ "status" : "current",
1137
+ "description" :
1138
+ """A table that contains, one entry for each FxPort, counters
1139
+ that record the numbers of errors detected.""",
1140
+ }, # table
1141
+ "fcFxPortErrorEntry" : {
1142
+ "nodetype" : "row",
1143
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1144
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1",
1145
+ "status" : "current",
1146
+ "linkage" : [
1147
+ { "FIBRE-CHANNEL-FE-MIB" : {
1148
+ "indexkind" : "augments",
1149
+ "relatedNode" : "fcFxPortEntry",
1150
+ }},
1151
+ ],
1152
+ "description" :
1153
+ """An entry containing error counters of a FxPort.""",
1154
+ }, # row
1155
+ "fcFxPortLinkFailures" : {
1156
+ "nodetype" : "column",
1157
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1158
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1.1",
1159
+ "status" : "current",
1160
+ "syntax" : {
1161
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1162
+ },
1163
+ "access" : "readonly",
1164
+ "description" :
1165
+ """The number of link failures detected by this FxPort.""",
1166
+ }, # column
1167
+ "fcFxPortSyncLosses" : {
1168
+ "nodetype" : "column",
1169
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1170
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1.2",
1171
+ "status" : "current",
1172
+ "syntax" : {
1173
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1174
+ },
1175
+ "access" : "readonly",
1176
+ "description" :
1177
+ """The number of loss of synchronization detected by the
1178
+ FxPort.""",
1179
+ }, # column
1180
+ "fcFxPortSigLosses" : {
1181
+ "nodetype" : "column",
1182
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1183
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1.3",
1184
+ "status" : "current",
1185
+ "syntax" : {
1186
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1187
+ },
1188
+ "access" : "readonly",
1189
+ "description" :
1190
+ """The number of loss of signal detected by the FxPort.""",
1191
+ }, # column
1192
+ "fcFxPortPrimSeqProtoErrors" : {
1193
+ "nodetype" : "column",
1194
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1195
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1.4",
1196
+ "status" : "current",
1197
+ "syntax" : {
1198
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1199
+ },
1200
+ "access" : "readonly",
1201
+ "description" :
1202
+ """The number of primitive sequence protocol errors detected
1203
+ by the FxPort.""",
1204
+ }, # column
1205
+ "fcFxPortInvalidTxWords" : {
1206
+ "nodetype" : "column",
1207
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1208
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1.5",
1209
+ "status" : "current",
1210
+ "syntax" : {
1211
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1212
+ },
1213
+ "access" : "readonly",
1214
+ "description" :
1215
+ """The number of invalid transmission word detected by the
1216
+ FxPort.""",
1217
+ }, # column
1218
+ "fcFxPortInvalidCrcs" : {
1219
+ "nodetype" : "column",
1220
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1221
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1.6",
1222
+ "status" : "current",
1223
+ "syntax" : {
1224
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1225
+ },
1226
+ "access" : "readonly",
1227
+ "description" :
1228
+ """The number of invalid CRC detected by this FxPort.""",
1229
+ }, # column
1230
+ "fcFxPortDelimiterErrors" : {
1231
+ "nodetype" : "column",
1232
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1233
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1.7",
1234
+ "status" : "current",
1235
+ "syntax" : {
1236
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1237
+ },
1238
+ "access" : "readonly",
1239
+ "description" :
1240
+ """The number of Delimiter Errors detected by this FxPort.""",
1241
+ }, # column
1242
+ "fcFxPortAddressIdErrors" : {
1243
+ "nodetype" : "column",
1244
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1245
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1.8",
1246
+ "status" : "current",
1247
+ "syntax" : {
1248
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1249
+ },
1250
+ "access" : "readonly",
1251
+ "description" :
1252
+ """The number of address identifier errors detected by this
1253
+ FxPort.""",
1254
+ }, # column
1255
+ "fcFxPortLinkResetIns" : {
1256
+ "nodetype" : "column",
1257
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1258
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1.9",
1259
+ "status" : "current",
1260
+ "syntax" : {
1261
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1262
+ },
1263
+ "access" : "readonly",
1264
+ "description" :
1265
+ """The number of Link Reset Protocol received by this FxPort
1266
+ from the attached NxPort.""",
1267
+ }, # column
1268
+ "fcFxPortLinkResetOuts" : {
1269
+ "nodetype" : "column",
1270
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1271
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1.10",
1272
+ "status" : "current",
1273
+ "syntax" : {
1274
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1275
+ },
1276
+ "access" : "readonly",
1277
+ "description" :
1278
+ """The number of Link Reset Protocol issued by this FxPort to
1279
+ the attached NxPort.""",
1280
+ }, # column
1281
+ "fcFxPortOlsIns" : {
1282
+ "nodetype" : "column",
1283
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1284
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1.11",
1285
+ "status" : "current",
1286
+ "syntax" : {
1287
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1288
+ },
1289
+ "access" : "readonly",
1290
+ "description" :
1291
+ """The number of Offline Sequence received by this FxPort.""",
1292
+ }, # column
1293
+ "fcFxPortOlsOuts" : {
1294
+ "nodetype" : "column",
1295
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1296
+ "oid" : "1.3.6.1.2.1.75.1.3.1.1.12",
1297
+ "status" : "current",
1298
+ "syntax" : {
1299
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1300
+ },
1301
+ "access" : "readonly",
1302
+ "description" :
1303
+ """The number of Offline Sequence issued by this FxPort.""",
1304
+ }, # column
1305
+ "fcFeAccounting" : {
1306
+ "nodetype" : "node",
1307
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1308
+ "oid" : "1.3.6.1.2.1.75.1.4",
1309
+ }, # node
1310
+ "fcFxPortC1AccountingTable" : {
1311
+ "nodetype" : "table",
1312
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1313
+ "oid" : "1.3.6.1.2.1.75.1.4.1",
1314
+ "status" : "current",
1315
+ "description" :
1316
+ """A table that contains, one entry for each FxPort in the
1317
+ Fabric Element, Class 1 accounting information recorded
1318
+ since the management agent has re-initialized.""",
1319
+ }, # table
1320
+ "fcFxPortC1AccountingEntry" : {
1321
+ "nodetype" : "row",
1322
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1323
+ "oid" : "1.3.6.1.2.1.75.1.4.1.1",
1324
+ "status" : "current",
1325
+ "linkage" : [
1326
+ { "FIBRE-CHANNEL-FE-MIB" : {
1327
+ "indexkind" : "augments",
1328
+ "relatedNode" : "fcFxPortEntry",
1329
+ }},
1330
+ ],
1331
+ "description" :
1332
+ """An entry containing Class 1 accounting information for each
1333
+ FxPort.""",
1334
+ }, # row
1335
+ "fcFxPortC1InFrames" : {
1336
+ "nodetype" : "column",
1337
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1338
+ "oid" : "1.3.6.1.2.1.75.1.4.1.1.1",
1339
+ "status" : "current",
1340
+ "syntax" : {
1341
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1342
+ },
1343
+ "access" : "readonly",
1344
+ "description" :
1345
+ """The number of Class 1 frames (other than Class 1 connect-
1346
+ request) received by this FxPort from its attached NxPort.""",
1347
+ }, # column
1348
+ "fcFxPortC1OutFrames" : {
1349
+ "nodetype" : "column",
1350
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1351
+ "oid" : "1.3.6.1.2.1.75.1.4.1.1.2",
1352
+ "status" : "current",
1353
+ "syntax" : {
1354
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1355
+ },
1356
+ "access" : "readonly",
1357
+ "description" :
1358
+ """The number of Class 1 frames (other than Class 1 connect-
1359
+ request) delivered through this FxPort to its attached
1360
+ NxPort.""",
1361
+ }, # column
1362
+ "fcFxPortC1InOctets" : {
1363
+ "nodetype" : "column",
1364
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1365
+ "oid" : "1.3.6.1.2.1.75.1.4.1.1.3",
1366
+ "status" : "current",
1367
+ "syntax" : {
1368
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1369
+ },
1370
+ "access" : "readonly",
1371
+ "description" :
1372
+ """The number of Class 1 frame octets, including the frame
1373
+ delimiters, received by this FxPort from its attached
1374
+ NxPort.""",
1375
+ }, # column
1376
+ "fcFxPortC1OutOctets" : {
1377
+ "nodetype" : "column",
1378
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1379
+ "oid" : "1.3.6.1.2.1.75.1.4.1.1.4",
1380
+ "status" : "current",
1381
+ "syntax" : {
1382
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1383
+ },
1384
+ "access" : "readonly",
1385
+ "description" :
1386
+ """The number of Class 1 frame octets, including the frame
1387
+ delimiters, delivered through this FxPort its attached
1388
+ NxPort.""",
1389
+ }, # column
1390
+ "fcFxPortC1Discards" : {
1391
+ "nodetype" : "column",
1392
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1393
+ "oid" : "1.3.6.1.2.1.75.1.4.1.1.5",
1394
+ "status" : "current",
1395
+ "syntax" : {
1396
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1397
+ },
1398
+ "access" : "readonly",
1399
+ "description" :
1400
+ """The number of Class 1 frames discarded by this FxPort.""",
1401
+ }, # column
1402
+ "fcFxPortC1FbsyFrames" : {
1403
+ "nodetype" : "column",
1404
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1405
+ "oid" : "1.3.6.1.2.1.75.1.4.1.1.6",
1406
+ "status" : "current",
1407
+ "syntax" : {
1408
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1409
+ },
1410
+ "access" : "readonly",
1411
+ "description" :
1412
+ """The number of F_BSY frames generated by this FxPort against
1413
+ Class 1 connect-request.""",
1414
+ }, # column
1415
+ "fcFxPortC1FrjtFrames" : {
1416
+ "nodetype" : "column",
1417
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1418
+ "oid" : "1.3.6.1.2.1.75.1.4.1.1.7",
1419
+ "status" : "current",
1420
+ "syntax" : {
1421
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1422
+ },
1423
+ "access" : "readonly",
1424
+ "description" :
1425
+ """The number of F_RJT frames generated by this FxPort against
1426
+ Class 1 connect-request.""",
1427
+ }, # column
1428
+ "fcFxPortC1InConnections" : {
1429
+ "nodetype" : "column",
1430
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1431
+ "oid" : "1.3.6.1.2.1.75.1.4.1.1.8",
1432
+ "status" : "current",
1433
+ "syntax" : {
1434
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1435
+ },
1436
+ "access" : "readonly",
1437
+ "description" :
1438
+ """The number of Class 1 connections successfully established
1439
+ in which the attached NxPort is the source of the connect-
1440
+ request.""",
1441
+ }, # column
1442
+ "fcFxPortC1OutConnections" : {
1443
+ "nodetype" : "column",
1444
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1445
+ "oid" : "1.3.6.1.2.1.75.1.4.1.1.9",
1446
+ "status" : "current",
1447
+ "syntax" : {
1448
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1449
+ },
1450
+ "access" : "readonly",
1451
+ "description" :
1452
+ """The number of Class 1 connections successfully established
1453
+ in which the attached NxPort is the destination of the
1454
+ connect-request.""",
1455
+ }, # column
1456
+ "fcFxPortC1ConnTime" : {
1457
+ "nodetype" : "column",
1458
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1459
+ "oid" : "1.3.6.1.2.1.75.1.4.1.1.10",
1460
+ "status" : "current",
1461
+ "syntax" : {
1462
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "MilliSeconds"},
1463
+ },
1464
+ "access" : "readonly",
1465
+ "units" : "milliseconds",
1466
+ "description" :
1467
+ """The cumulative time that this FxPort has been engaged in
1468
+ Class 1 connection. The amount of time is counted from
1469
+ after a connect-request has been accepted until the
1470
+ connection is disengaged, either by an EOFdt or Link
1471
+ Reset.""",
1472
+ }, # column
1473
+ "fcFxPortC2AccountingTable" : {
1474
+ "nodetype" : "table",
1475
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1476
+ "oid" : "1.3.6.1.2.1.75.1.4.2",
1477
+ "status" : "current",
1478
+ "description" :
1479
+ """A table that contains, one entry for each FxPort in the
1480
+ Fabric Element, Class 2 accounting information recorded
1481
+ since the management agent has re-initialized.""",
1482
+ }, # table
1483
+ "fcFxPortC2AccountingEntry" : {
1484
+ "nodetype" : "row",
1485
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1486
+ "oid" : "1.3.6.1.2.1.75.1.4.2.1",
1487
+ "status" : "current",
1488
+ "linkage" : [
1489
+ { "FIBRE-CHANNEL-FE-MIB" : {
1490
+ "indexkind" : "augments",
1491
+ "relatedNode" : "fcFxPortEntry",
1492
+ }},
1493
+ ],
1494
+ "description" :
1495
+ """An entry containing Class 2 accounting information for each
1496
+ FxPort.""",
1497
+ }, # row
1498
+ "fcFxPortC2InFrames" : {
1499
+ "nodetype" : "column",
1500
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1501
+ "oid" : "1.3.6.1.2.1.75.1.4.2.1.1",
1502
+ "status" : "current",
1503
+ "syntax" : {
1504
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1505
+ },
1506
+ "access" : "readonly",
1507
+ "description" :
1508
+ """The number of Class 2 frames received by this FxPort from
1509
+ its attached NxPort.""",
1510
+ }, # column
1511
+ "fcFxPortC2OutFrames" : {
1512
+ "nodetype" : "column",
1513
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1514
+ "oid" : "1.3.6.1.2.1.75.1.4.2.1.2",
1515
+ "status" : "current",
1516
+ "syntax" : {
1517
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1518
+ },
1519
+ "access" : "readonly",
1520
+ "description" :
1521
+ """The number of Class 2 frames delivered through this FxPort
1522
+ to its attached NxPort.""",
1523
+ }, # column
1524
+ "fcFxPortC2InOctets" : {
1525
+ "nodetype" : "column",
1526
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1527
+ "oid" : "1.3.6.1.2.1.75.1.4.2.1.3",
1528
+ "status" : "current",
1529
+ "syntax" : {
1530
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1531
+ },
1532
+ "access" : "readonly",
1533
+ "description" :
1534
+ """The number of Class 2 frame octets, including the frame
1535
+ delimiters, received by this FxPort from its attached
1536
+ NxPort.""",
1537
+ }, # column
1538
+ "fcFxPortC2OutOctets" : {
1539
+ "nodetype" : "column",
1540
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1541
+ "oid" : "1.3.6.1.2.1.75.1.4.2.1.4",
1542
+ "status" : "current",
1543
+ "syntax" : {
1544
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1545
+ },
1546
+ "access" : "readonly",
1547
+ "description" :
1548
+ """The number of Class 2 frame octets, including the frame
1549
+ delimiters, delivered through this FxPort to its attached
1550
+ NxPort.""",
1551
+ }, # column
1552
+ "fcFxPortC2Discards" : {
1553
+ "nodetype" : "column",
1554
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1555
+ "oid" : "1.3.6.1.2.1.75.1.4.2.1.5",
1556
+ "status" : "current",
1557
+ "syntax" : {
1558
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1559
+ },
1560
+ "access" : "readonly",
1561
+ "description" :
1562
+ """The number of Class 2 frames discarded by this FxPort.""",
1563
+ }, # column
1564
+ "fcFxPortC2FbsyFrames" : {
1565
+ "nodetype" : "column",
1566
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1567
+ "oid" : "1.3.6.1.2.1.75.1.4.2.1.6",
1568
+ "status" : "current",
1569
+ "syntax" : {
1570
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1571
+ },
1572
+ "access" : "readonly",
1573
+ "description" :
1574
+ """The number of F_BSY frames generated by this FxPort against
1575
+ Class 2 frames.""",
1576
+ }, # column
1577
+ "fcFxPortC2FrjtFrames" : {
1578
+ "nodetype" : "column",
1579
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1580
+ "oid" : "1.3.6.1.2.1.75.1.4.2.1.7",
1581
+ "status" : "current",
1582
+ "syntax" : {
1583
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1584
+ },
1585
+ "access" : "readonly",
1586
+ "description" :
1587
+ """The number of F_RJT frames generated by this FxPort against
1588
+ Class 2 frames.""",
1589
+ }, # column
1590
+ "fcFxPortC3AccountingTable" : {
1591
+ "nodetype" : "table",
1592
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1593
+ "oid" : "1.3.6.1.2.1.75.1.4.3",
1594
+ "status" : "current",
1595
+ "description" :
1596
+ """A table that contains, one entry for each FxPort in the
1597
+ Fabric Element, Class 3 accounting information recorded
1598
+ since the management agent has re-initialized.""",
1599
+ }, # table
1600
+ "fcFxPortC3AccountingEntry" : {
1601
+ "nodetype" : "row",
1602
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1603
+ "oid" : "1.3.6.1.2.1.75.1.4.3.1",
1604
+ "status" : "current",
1605
+ "linkage" : [
1606
+ { "FIBRE-CHANNEL-FE-MIB" : {
1607
+ "indexkind" : "augments",
1608
+ "relatedNode" : "fcFxPortEntry",
1609
+ }},
1610
+ ],
1611
+ "description" :
1612
+ """An entry containing Class 3 accounting information for each
1613
+ FxPort.""",
1614
+ }, # row
1615
+ "fcFxPortC3InFrames" : {
1616
+ "nodetype" : "column",
1617
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1618
+ "oid" : "1.3.6.1.2.1.75.1.4.3.1.1",
1619
+ "status" : "current",
1620
+ "syntax" : {
1621
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1622
+ },
1623
+ "access" : "readonly",
1624
+ "description" :
1625
+ """The number of Class 3 frames received by this FxPort from
1626
+ its attached NxPort.""",
1627
+ }, # column
1628
+ "fcFxPortC3OutFrames" : {
1629
+ "nodetype" : "column",
1630
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1631
+ "oid" : "1.3.6.1.2.1.75.1.4.3.1.2",
1632
+ "status" : "current",
1633
+ "syntax" : {
1634
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1635
+ },
1636
+ "access" : "readonly",
1637
+ "description" :
1638
+ """The number of Class 3 frames delivered through this FxPort
1639
+ to its attached NxPort.""",
1640
+ }, # column
1641
+ "fcFxPortC3InOctets" : {
1642
+ "nodetype" : "column",
1643
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1644
+ "oid" : "1.3.6.1.2.1.75.1.4.3.1.3",
1645
+ "status" : "current",
1646
+ "syntax" : {
1647
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1648
+ },
1649
+ "access" : "readonly",
1650
+ "description" :
1651
+ """The number of Class 3 frame octets, including the frame
1652
+ delimiters, received by this FxPort from its attached
1653
+ NxPort.""",
1654
+ }, # column
1655
+ "fcFxPortC3OutOctets" : {
1656
+ "nodetype" : "column",
1657
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1658
+ "oid" : "1.3.6.1.2.1.75.1.4.3.1.4",
1659
+ "status" : "current",
1660
+ "syntax" : {
1661
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1662
+ },
1663
+ "access" : "readonly",
1664
+ "description" :
1665
+ """The number of Class 3 frame octets, including the frame
1666
+ delimiters, delivered through this FxPort to its attached
1667
+ NxPort.""",
1668
+ }, # column
1669
+ "fcFxPortC3Discards" : {
1670
+ "nodetype" : "column",
1671
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1672
+ "oid" : "1.3.6.1.2.1.75.1.4.3.1.5",
1673
+ "status" : "current",
1674
+ "syntax" : {
1675
+ "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
1676
+ },
1677
+ "access" : "readonly",
1678
+ "description" :
1679
+ """The number of Class 3 frames discarded by this FxPort.""",
1680
+ }, # column
1681
+ "fcFeCapabilities" : {
1682
+ "nodetype" : "node",
1683
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1684
+ "oid" : "1.3.6.1.2.1.75.1.5",
1685
+ }, # node
1686
+ "fcFxPortCapTable" : {
1687
+ "nodetype" : "table",
1688
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1689
+ "oid" : "1.3.6.1.2.1.75.1.5.1",
1690
+ "status" : "current",
1691
+ "description" :
1692
+ """A table that contains, one entry for each FxPort, the
1693
+ capabilities of the port within the Fabric Element.""",
1694
+ }, # table
1695
+ "fcFxPortCapEntry" : {
1696
+ "nodetype" : "row",
1697
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1698
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1",
1699
+ "status" : "current",
1700
+ "linkage" : [
1701
+ { "FIBRE-CHANNEL-FE-MIB" : {
1702
+ "indexkind" : "augments",
1703
+ "relatedNode" : "fcFxPortEntry",
1704
+ }},
1705
+ ],
1706
+ "description" :
1707
+ """An entry containing the Cap of a FxPort.""",
1708
+ }, # row
1709
+ "fcFxPortCapFcphVersionHigh" : {
1710
+ "nodetype" : "column",
1711
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1712
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.1",
1713
+ "status" : "current",
1714
+ "syntax" : {
1715
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcphVersion"},
1716
+ },
1717
+ "access" : "readonly",
1718
+ "description" :
1719
+ """The highest or most recent version of FC-PH that the FxPort
1720
+ is capable of supporting.""",
1721
+ }, # column
1722
+ "fcFxPortCapFcphVersionLow" : {
1723
+ "nodetype" : "column",
1724
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1725
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.2",
1726
+ "status" : "current",
1727
+ "syntax" : {
1728
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcphVersion"},
1729
+ },
1730
+ "access" : "readonly",
1731
+ "description" :
1732
+ """The lowest or earliest version of FC-PH that the FxPort is
1733
+ capable of supporting.""",
1734
+ }, # column
1735
+ "fcFxPortCapBbCreditMax" : {
1736
+ "nodetype" : "column",
1737
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1738
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.3",
1739
+ "status" : "current",
1740
+ "syntax" : {
1741
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcBbCredit"},
1742
+ },
1743
+ "access" : "readonly",
1744
+ "units" : "buffers",
1745
+ "description" :
1746
+ """The maximum number of receive buffers available for holding
1747
+ Class 1 connect-request, Class 2 or Class 3 frames from the
1748
+ attached NxPort.""",
1749
+ }, # column
1750
+ "fcFxPortCapBbCreditMin" : {
1751
+ "nodetype" : "column",
1752
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1753
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.4",
1754
+ "status" : "current",
1755
+ "syntax" : {
1756
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcBbCredit"},
1757
+ },
1758
+ "access" : "readonly",
1759
+ "units" : "buffers",
1760
+ "description" :
1761
+ """The minimum number of receive buffers available for holding
1762
+ Class 1 connect-request, Class 2 or Class 3 frames from the
1763
+ attached NxPort.""",
1764
+ }, # column
1765
+ "fcFxPortCapRxDataFieldSizeMax" : {
1766
+ "nodetype" : "column",
1767
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1768
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.5",
1769
+ "status" : "current",
1770
+ "syntax" : {
1771
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcRxDataFieldSize"},
1772
+ },
1773
+ "access" : "readonly",
1774
+ "units" : "bytes",
1775
+ "description" :
1776
+ """The maximum size in bytes of the Data Field in a frame that
1777
+ the FxPort is capable of receiving from its attached
1778
+ NxPort.""",
1779
+ }, # column
1780
+ "fcFxPortCapRxDataFieldSizeMin" : {
1781
+ "nodetype" : "column",
1782
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1783
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.6",
1784
+ "status" : "current",
1785
+ "syntax" : {
1786
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcRxDataFieldSize"},
1787
+ },
1788
+ "access" : "readonly",
1789
+ "units" : "bytes",
1790
+ "description" :
1791
+ """The minimum size in bytes of the Data Field in a frame that
1792
+ the FxPort is capable of receiving from its attached
1793
+ NxPort.""",
1794
+ }, # column
1795
+ "fcFxPortCapCos" : {
1796
+ "nodetype" : "column",
1797
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1798
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.7",
1799
+ "status" : "current",
1800
+ "syntax" : {
1801
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcCosCap"},
1802
+ },
1803
+ "access" : "readonly",
1804
+ "description" :
1805
+ """A value indicating the set of Classes of Service that the
1806
+ FxPort is capable of supporting.""",
1807
+ }, # column
1808
+ "fcFxPortCapIntermix" : {
1809
+ "nodetype" : "column",
1810
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1811
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.8",
1812
+ "status" : "current",
1813
+ "syntax" : {
1814
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
1815
+ },
1816
+ "access" : "readonly",
1817
+ "description" :
1818
+ """A flag indicating whether or not the FxPort is capable of
1819
+ supporting the intermixing of Class 2 and Class 3 frames
1820
+ during a Class 1 connection. This flag is only valid if the
1821
+ port is capable of supporting Class 1 service.""",
1822
+ }, # column
1823
+ "fcFxPortCapStackedConnMode" : {
1824
+ "nodetype" : "column",
1825
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1826
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.9",
1827
+ "status" : "current",
1828
+ "syntax" : {
1829
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "FcStackedConnMode"},
1830
+ },
1831
+ "access" : "readonly",
1832
+ "description" :
1833
+ """A value indicating the mode of Stacked Connect request that
1834
+ the FxPort is capable of supporting.""",
1835
+ }, # column
1836
+ "fcFxPortCapClass2SeqDeliv" : {
1837
+ "nodetype" : "column",
1838
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1839
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.10",
1840
+ "status" : "current",
1841
+ "syntax" : {
1842
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
1843
+ },
1844
+ "access" : "readonly",
1845
+ "description" :
1846
+ """A flag indicating whether or not the FxPort is capable of
1847
+ supporting Class 2 Sequential Delivery.""",
1848
+ }, # column
1849
+ "fcFxPortCapClass3SeqDeliv" : {
1850
+ "nodetype" : "column",
1851
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1852
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.11",
1853
+ "status" : "current",
1854
+ "syntax" : {
1855
+ "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
1856
+ },
1857
+ "access" : "readonly",
1858
+ "description" :
1859
+ """A flag indicating whether or not the FxPort is capable of
1860
+ supporting Class 3 Sequential Delivery.""",
1861
+ }, # column
1862
+ "fcFxPortCapHoldTimeMax" : {
1863
+ "nodetype" : "column",
1864
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1865
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.12",
1866
+ "status" : "current",
1867
+ "syntax" : {
1868
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "MicroSeconds"},
1869
+ },
1870
+ "access" : "readonly",
1871
+ "units" : "microseconds",
1872
+ "description" :
1873
+ """The maximum holding time (in microseconds) that the FxPort
1874
+ is capable of supporting.""",
1875
+ }, # column
1876
+ "fcFxPortCapHoldTimeMin" : {
1877
+ "nodetype" : "column",
1878
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1879
+ "oid" : "1.3.6.1.2.1.75.1.5.1.1.13",
1880
+ "status" : "current",
1881
+ "syntax" : {
1882
+ "type" : { "module" :"FIBRE-CHANNEL-FE-MIB", "name" : "MicroSeconds"},
1883
+ },
1884
+ "access" : "readonly",
1885
+ "units" : "microseconds",
1886
+ "description" :
1887
+ """The minimum holding time (in microseconds) that the FxPort
1888
+ is capable of supporting.""",
1889
+ }, # column
1890
+ "fcFeMIBConformance" : {
1891
+ "nodetype" : "node",
1892
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1893
+ "oid" : "1.3.6.1.2.1.75.2",
1894
+ }, # node
1895
+ "fcFeMIBCompliances" : {
1896
+ "nodetype" : "node",
1897
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1898
+ "oid" : "1.3.6.1.2.1.75.2.1",
1899
+ }, # node
1900
+ "fcFeMIBGroups" : {
1901
+ "nodetype" : "node",
1902
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1903
+ "oid" : "1.3.6.1.2.1.75.2.2",
1904
+ }, # node
1905
+ }, # nodes
1906
+
1907
+ "groups" : {
1908
+ "fcFeConfigGroup" : {
1909
+ "nodetype" : "group",
1910
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
1911
+ "oid" : "1.3.6.1.2.1.75.2.2.1",
1912
+ "status" : "current",
1913
+ "members" : {
1914
+ "fcFeFabricName" : {
1915
+ "nodetype" : "member",
1916
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1917
+ },
1918
+ "fcFeElementName" : {
1919
+ "nodetype" : "member",
1920
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1921
+ },
1922
+ "fcFeModuleCapacity" : {
1923
+ "nodetype" : "member",
1924
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1925
+ },
1926
+ "fcFeModuleDescr" : {
1927
+ "nodetype" : "member",
1928
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1929
+ },
1930
+ "fcFeModuleObjectID" : {
1931
+ "nodetype" : "member",
1932
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1933
+ },
1934
+ "fcFeModuleOperStatus" : {
1935
+ "nodetype" : "member",
1936
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1937
+ },
1938
+ "fcFeModuleLastChange" : {
1939
+ "nodetype" : "member",
1940
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1941
+ },
1942
+ "fcFeModuleFxPortCapacity" : {
1943
+ "nodetype" : "member",
1944
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1945
+ },
1946
+ "fcFeModuleName" : {
1947
+ "nodetype" : "member",
1948
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1949
+ },
1950
+ "fcFxPortName" : {
1951
+ "nodetype" : "member",
1952
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1953
+ },
1954
+ "fcFxPortFcphVersionHigh" : {
1955
+ "nodetype" : "member",
1956
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1957
+ },
1958
+ "fcFxPortFcphVersionLow" : {
1959
+ "nodetype" : "member",
1960
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1961
+ },
1962
+ "fcFxPortBbCredit" : {
1963
+ "nodetype" : "member",
1964
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1965
+ },
1966
+ "fcFxPortRxBufSize" : {
1967
+ "nodetype" : "member",
1968
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1969
+ },
1970
+ "fcFxPortRatov" : {
1971
+ "nodetype" : "member",
1972
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1973
+ },
1974
+ "fcFxPortEdtov" : {
1975
+ "nodetype" : "member",
1976
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1977
+ },
1978
+ "fcFxPortCosSupported" : {
1979
+ "nodetype" : "member",
1980
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1981
+ },
1982
+ "fcFxPortIntermixSupported" : {
1983
+ "nodetype" : "member",
1984
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1985
+ },
1986
+ "fcFxPortStackedConnMode" : {
1987
+ "nodetype" : "member",
1988
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1989
+ },
1990
+ "fcFxPortClass2SeqDeliv" : {
1991
+ "nodetype" : "member",
1992
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1993
+ },
1994
+ "fcFxPortClass3SeqDeliv" : {
1995
+ "nodetype" : "member",
1996
+ "module" : "FIBRE-CHANNEL-FE-MIB"
1997
+ },
1998
+ "fcFxPortHoldTime" : {
1999
+ "nodetype" : "member",
2000
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2001
+ },
2002
+ }, # members
2003
+ "description" :
2004
+ """A collection of objects providing the configuration and service
2005
+ parameters of the Fabric Element, the modules, and FxPorts.""",
2006
+ }, # group
2007
+ "fcFeStatusGroup" : {
2008
+ "nodetype" : "group",
2009
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
2010
+ "oid" : "1.3.6.1.2.1.75.2.2.2",
2011
+ "status" : "current",
2012
+ "members" : {
2013
+ "fcFxPortID" : {
2014
+ "nodetype" : "member",
2015
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2016
+ },
2017
+ "fcFxPortBbCreditAvailable" : {
2018
+ "nodetype" : "member",
2019
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2020
+ },
2021
+ "fcFxPortOperMode" : {
2022
+ "nodetype" : "member",
2023
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2024
+ },
2025
+ "fcFxPortAdminMode" : {
2026
+ "nodetype" : "member",
2027
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2028
+ },
2029
+ "fcFxPortPhysAdminStatus" : {
2030
+ "nodetype" : "member",
2031
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2032
+ },
2033
+ "fcFxPortPhysOperStatus" : {
2034
+ "nodetype" : "member",
2035
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2036
+ },
2037
+ "fcFxPortPhysLastChange" : {
2038
+ "nodetype" : "member",
2039
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2040
+ },
2041
+ "fcFxPortPhysRttov" : {
2042
+ "nodetype" : "member",
2043
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2044
+ },
2045
+ "fcFxPortFcphVersionAgreed" : {
2046
+ "nodetype" : "member",
2047
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2048
+ },
2049
+ "fcFxPortNxPortBbCredit" : {
2050
+ "nodetype" : "member",
2051
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2052
+ },
2053
+ "fcFxPortNxPortRxDataFieldSize" : {
2054
+ "nodetype" : "member",
2055
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2056
+ },
2057
+ "fcFxPortCosSuppAgreed" : {
2058
+ "nodetype" : "member",
2059
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2060
+ },
2061
+ "fcFxPortIntermixSuppAgreed" : {
2062
+ "nodetype" : "member",
2063
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2064
+ },
2065
+ "fcFxPortStackedConnModeAgreed" : {
2066
+ "nodetype" : "member",
2067
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2068
+ },
2069
+ "fcFxPortClass2SeqDelivAgreed" : {
2070
+ "nodetype" : "member",
2071
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2072
+ },
2073
+ "fcFxPortClass3SeqDelivAgreed" : {
2074
+ "nodetype" : "member",
2075
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2076
+ },
2077
+ "fcFxPortNxPortName" : {
2078
+ "nodetype" : "member",
2079
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2080
+ },
2081
+ "fcFxPortConnectedNxPort" : {
2082
+ "nodetype" : "member",
2083
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2084
+ },
2085
+ "fcFxPortBbCreditModel" : {
2086
+ "nodetype" : "member",
2087
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2088
+ },
2089
+ }, # members
2090
+ "description" :
2091
+ """A collection of objects providing the operational status and
2092
+ established service parameters for the Fabric Element and the
2093
+ attached NxPorts.""",
2094
+ }, # group
2095
+ "fcFeErrorGroup" : {
2096
+ "nodetype" : "group",
2097
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
2098
+ "oid" : "1.3.6.1.2.1.75.2.2.3",
2099
+ "status" : "current",
2100
+ "members" : {
2101
+ "fcFxPortLinkFailures" : {
2102
+ "nodetype" : "member",
2103
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2104
+ },
2105
+ "fcFxPortSyncLosses" : {
2106
+ "nodetype" : "member",
2107
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2108
+ },
2109
+ "fcFxPortSigLosses" : {
2110
+ "nodetype" : "member",
2111
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2112
+ },
2113
+ "fcFxPortPrimSeqProtoErrors" : {
2114
+ "nodetype" : "member",
2115
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2116
+ },
2117
+ "fcFxPortInvalidTxWords" : {
2118
+ "nodetype" : "member",
2119
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2120
+ },
2121
+ "fcFxPortInvalidCrcs" : {
2122
+ "nodetype" : "member",
2123
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2124
+ },
2125
+ "fcFxPortDelimiterErrors" : {
2126
+ "nodetype" : "member",
2127
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2128
+ },
2129
+ "fcFxPortAddressIdErrors" : {
2130
+ "nodetype" : "member",
2131
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2132
+ },
2133
+ "fcFxPortLinkResetIns" : {
2134
+ "nodetype" : "member",
2135
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2136
+ },
2137
+ "fcFxPortLinkResetOuts" : {
2138
+ "nodetype" : "member",
2139
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2140
+ },
2141
+ "fcFxPortOlsIns" : {
2142
+ "nodetype" : "member",
2143
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2144
+ },
2145
+ "fcFxPortOlsOuts" : {
2146
+ "nodetype" : "member",
2147
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2148
+ },
2149
+ }, # members
2150
+ "description" :
2151
+ """A collection of objects providing various error
2152
+ statistics detected by the FxPorts.""",
2153
+ }, # group
2154
+ "fcFeClass1AccountingGroup" : {
2155
+ "nodetype" : "group",
2156
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
2157
+ "oid" : "1.3.6.1.2.1.75.2.2.4",
2158
+ "status" : "current",
2159
+ "members" : {
2160
+ "fcFxPortC1InFrames" : {
2161
+ "nodetype" : "member",
2162
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2163
+ },
2164
+ "fcFxPortC1OutFrames" : {
2165
+ "nodetype" : "member",
2166
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2167
+ },
2168
+ "fcFxPortC1InOctets" : {
2169
+ "nodetype" : "member",
2170
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2171
+ },
2172
+ "fcFxPortC1OutOctets" : {
2173
+ "nodetype" : "member",
2174
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2175
+ },
2176
+ "fcFxPortC1Discards" : {
2177
+ "nodetype" : "member",
2178
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2179
+ },
2180
+ "fcFxPortC1FbsyFrames" : {
2181
+ "nodetype" : "member",
2182
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2183
+ },
2184
+ "fcFxPortC1FrjtFrames" : {
2185
+ "nodetype" : "member",
2186
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2187
+ },
2188
+ "fcFxPortC1InConnections" : {
2189
+ "nodetype" : "member",
2190
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2191
+ },
2192
+ "fcFxPortC1OutConnections" : {
2193
+ "nodetype" : "member",
2194
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2195
+ },
2196
+ "fcFxPortC1ConnTime" : {
2197
+ "nodetype" : "member",
2198
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2199
+ },
2200
+ }, # members
2201
+ "description" :
2202
+ """A collection of objects providing various class 1
2203
+ performance statistics detected by the FxPorts.""",
2204
+ }, # group
2205
+ "fcFeClass2AccountingGroup" : {
2206
+ "nodetype" : "group",
2207
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
2208
+ "oid" : "1.3.6.1.2.1.75.2.2.5",
2209
+ "status" : "current",
2210
+ "members" : {
2211
+ "fcFxPortC2InFrames" : {
2212
+ "nodetype" : "member",
2213
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2214
+ },
2215
+ "fcFxPortC2OutFrames" : {
2216
+ "nodetype" : "member",
2217
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2218
+ },
2219
+ "fcFxPortC2InOctets" : {
2220
+ "nodetype" : "member",
2221
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2222
+ },
2223
+ "fcFxPortC2OutOctets" : {
2224
+ "nodetype" : "member",
2225
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2226
+ },
2227
+ "fcFxPortC2Discards" : {
2228
+ "nodetype" : "member",
2229
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2230
+ },
2231
+ "fcFxPortC2FbsyFrames" : {
2232
+ "nodetype" : "member",
2233
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2234
+ },
2235
+ "fcFxPortC2FrjtFrames" : {
2236
+ "nodetype" : "member",
2237
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2238
+ },
2239
+ }, # members
2240
+ "description" :
2241
+ """A collection of objects providing various class 2
2242
+ performance statistics detected by the FxPorts.""",
2243
+ }, # group
2244
+ "fcFeClass3AccountingGroup" : {
2245
+ "nodetype" : "group",
2246
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
2247
+ "oid" : "1.3.6.1.2.1.75.2.2.6",
2248
+ "status" : "current",
2249
+ "members" : {
2250
+ "fcFxPortC3InFrames" : {
2251
+ "nodetype" : "member",
2252
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2253
+ },
2254
+ "fcFxPortC3OutFrames" : {
2255
+ "nodetype" : "member",
2256
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2257
+ },
2258
+ "fcFxPortC3InOctets" : {
2259
+ "nodetype" : "member",
2260
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2261
+ },
2262
+ "fcFxPortC3OutOctets" : {
2263
+ "nodetype" : "member",
2264
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2265
+ },
2266
+ "fcFxPortC3Discards" : {
2267
+ "nodetype" : "member",
2268
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2269
+ },
2270
+ }, # members
2271
+ "description" :
2272
+ """A collection of objects providing various class 3
2273
+ performance statistics detected by the FxPorts.""",
2274
+ }, # group
2275
+ "fcFeCapabilitiesGroup" : {
2276
+ "nodetype" : "group",
2277
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
2278
+ "oid" : "1.3.6.1.2.1.75.2.2.7",
2279
+ "status" : "current",
2280
+ "members" : {
2281
+ "fcFxPortCapFcphVersionHigh" : {
2282
+ "nodetype" : "member",
2283
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2284
+ },
2285
+ "fcFxPortCapFcphVersionLow" : {
2286
+ "nodetype" : "member",
2287
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2288
+ },
2289
+ "fcFxPortCapBbCreditMax" : {
2290
+ "nodetype" : "member",
2291
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2292
+ },
2293
+ "fcFxPortCapBbCreditMin" : {
2294
+ "nodetype" : "member",
2295
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2296
+ },
2297
+ "fcFxPortCapRxDataFieldSizeMax" : {
2298
+ "nodetype" : "member",
2299
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2300
+ },
2301
+ "fcFxPortCapRxDataFieldSizeMin" : {
2302
+ "nodetype" : "member",
2303
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2304
+ },
2305
+ "fcFxPortCapCos" : {
2306
+ "nodetype" : "member",
2307
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2308
+ },
2309
+ "fcFxPortCapIntermix" : {
2310
+ "nodetype" : "member",
2311
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2312
+ },
2313
+ "fcFxPortCapStackedConnMode" : {
2314
+ "nodetype" : "member",
2315
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2316
+ },
2317
+ "fcFxPortCapClass2SeqDeliv" : {
2318
+ "nodetype" : "member",
2319
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2320
+ },
2321
+ "fcFxPortCapClass3SeqDeliv" : {
2322
+ "nodetype" : "member",
2323
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2324
+ },
2325
+ "fcFxPortCapHoldTimeMax" : {
2326
+ "nodetype" : "member",
2327
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2328
+ },
2329
+ "fcFxPortCapHoldTimeMin" : {
2330
+ "nodetype" : "member",
2331
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2332
+ },
2333
+ }, # members
2334
+ "description" :
2335
+ """A collection of objects providing the inherent
2336
+ capability of each FxPort within the Fabric Element.""",
2337
+ }, # group
2338
+ }, # groups
2339
+
2340
+ "compliances" : {
2341
+ "fcFeMIBMinimumCompliance" : {
2342
+ "nodetype" : "compliance",
2343
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
2344
+ "oid" : "1.3.6.1.2.1.75.2.1.1",
2345
+ "status" : "current",
2346
+ "description" :
2347
+ """The minimum compliance statement for SNMP entities
2348
+ which implement the FIBRE-CHANNEL-FE-MIB.""",
2349
+ "requires" : {
2350
+ "fcFeConfigGroup" : {
2351
+ "nodetype" : "mandatory",
2352
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2353
+ },
2354
+ "fcFeStatusGroup" : {
2355
+ "nodetype" : "mandatory",
2356
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2357
+ },
2358
+ "fcFeErrorGroup" : {
2359
+ "nodetype" : "mandatory",
2360
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2361
+ },
2362
+ }, # requires
2363
+ "refinements" : {
2364
+ "fcFeFabricName" : {
2365
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2366
+ "access" : "readonly",
2367
+ "description" :
2368
+ """Write access is not required.""",
2369
+ },
2370
+ "fcFeElementName" : {
2371
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2372
+ "access" : "readonly",
2373
+ "description" :
2374
+ """Write access is not required.""",
2375
+ },
2376
+ "fcFeModuleName" : {
2377
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2378
+ "access" : "readonly",
2379
+ "description" :
2380
+ """Write access is not required.""",
2381
+ },
2382
+ "fcFxPortAdminMode" : {
2383
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2384
+ "access" : "readonly",
2385
+ "description" :
2386
+ """Write access is not required.""",
2387
+ },
2388
+ "fcFxPortPhysAdminStatus" : {
2389
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2390
+ "access" : "readonly",
2391
+ "description" :
2392
+ """Write access is not required.""",
2393
+ },
2394
+ "fcFxPortPhysRttov" : {
2395
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2396
+ "access" : "readonly",
2397
+ "description" :
2398
+ """Write access is not required.""",
2399
+ },
2400
+ "fcFxPortBbCreditModel" : {
2401
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2402
+ "access" : "readonly",
2403
+ "description" :
2404
+ """Write access is not required.""",
2405
+ },
2406
+ }, # refinements
2407
+
2408
+ }, # compliance
2409
+ "fcFeMIBFullCompliance" : {
2410
+ "nodetype" : "compliance",
2411
+ "moduleName" : "FIBRE-CHANNEL-FE-MIB",
2412
+ "oid" : "1.3.6.1.2.1.75.2.1.2",
2413
+ "status" : "current",
2414
+ "description" :
2415
+ """The full compliance statement for SNMP entities
2416
+ which implement the FIBRE-CHANNEL-FE-MIB.""",
2417
+ "requires" : {
2418
+ "fcFeConfigGroup" : {
2419
+ "nodetype" : "mandatory",
2420
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2421
+ },
2422
+ "fcFeStatusGroup" : {
2423
+ "nodetype" : "mandatory",
2424
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2425
+ },
2426
+ "fcFeErrorGroup" : {
2427
+ "nodetype" : "mandatory",
2428
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2429
+ },
2430
+ "fcFeCapabilitiesGroup" : {
2431
+ "nodetype" : "mandatory",
2432
+ "module" : "FIBRE-CHANNEL-FE-MIB"
2433
+ },
2434
+ "fcFeClass1AccountingGroup" : {
2435
+ "nodetype" : "optional",
2436
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2437
+ "description" :
2438
+ """This group is mandatory for all fibre channel fabric
2439
+ elements which support class 1 frames.""",
2440
+ },
2441
+ "fcFeClass2AccountingGroup" : {
2442
+ "nodetype" : "optional",
2443
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2444
+ "description" :
2445
+ """This group is mandatory for all fibre channel fabric
2446
+ elements which support class 2 frames.""",
2447
+ },
2448
+ "fcFeClass3AccountingGroup" : {
2449
+ "nodetype" : "optional",
2450
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2451
+ "description" :
2452
+ """This group is mandatory for all fibre channel fabric
2453
+ elements which support class 3 frames.""",
2454
+ },
2455
+ }, # requires
2456
+ "refinements" : {
2457
+ "fcFeFabricName" : {
2458
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2459
+ "access" : "readonly",
2460
+ "description" :
2461
+ """Write access is not required.""",
2462
+ },
2463
+ "fcFeElementName" : {
2464
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2465
+ "access" : "readonly",
2466
+ "description" :
2467
+ """Write access is not required.""",
2468
+ },
2469
+ "fcFeModuleName" : {
2470
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2471
+ "access" : "readonly",
2472
+ "description" :
2473
+ """Write access is not required.""",
2474
+ },
2475
+ "fcFxPortAdminMode" : {
2476
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2477
+ "access" : "readonly",
2478
+ "description" :
2479
+ """Write access is not required.""",
2480
+ },
2481
+ "fcFxPortPhysAdminStatus" : {
2482
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2483
+ "access" : "readonly",
2484
+ "description" :
2485
+ """Write access is not required.""",
2486
+ },
2487
+ "fcFxPortPhysRttov" : {
2488
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2489
+ "access" : "readonly",
2490
+ "description" :
2491
+ """Write access is not required.""",
2492
+ },
2493
+ "fcFxPortBbCreditModel" : {
2494
+ "module" : "FIBRE-CHANNEL-FE-MIB",
2495
+ "access" : "readonly",
2496
+ "description" :
2497
+ """Write access is not required.""",
2498
+ },
2499
+ }, # refinements
2500
+
2501
+ }, # compliance
2502
+ }, # compliances
2503
+
2504
+ }