logstash-input-snmp 0.1.0.beta4 → 0.1.0.beta5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/logstash/inputs/snmp.rb +75 -12
- data/lib/logstash/inputs/snmp/base_client.rb +162 -0
- data/lib/logstash/inputs/snmp/client.rb +11 -109
- data/lib/logstash/inputs/snmp/clientv3.rb +139 -0
- data/lib/logstash/inputs/snmp/mib.rb +22 -20
- data/lib/mibs/ietf/ACCOUNTING-CONTROL-MIB.dic +1316 -0
- data/lib/mibs/ietf/ADSL-LINE-EXT-MIB.dic +1724 -0
- data/lib/mibs/ietf/ADSL-LINE-MIB.dic +7297 -0
- data/lib/mibs/ietf/ADSL-TC-MIB.dic +160 -0
- data/lib/mibs/ietf/ADSL2-LINE-MIB.dic +8663 -0
- data/lib/mibs/ietf/ADSL2-LINE-TC-MIB.dic +1462 -0
- data/lib/mibs/ietf/AGENTX-MIB.dic +817 -0
- data/lib/mibs/ietf/AGGREGATE-MIB.dic +708 -0
- data/lib/mibs/ietf/ALARM-MIB.dic +1734 -0
- data/lib/mibs/ietf/APM-MIB.dic +2870 -0
- data/lib/mibs/ietf/APPC-MIB.dic +8687 -0
- data/lib/mibs/ietf/APPLETALK-MIB.dic +4399 -0
- data/lib/mibs/ietf/APPLICATION-MIB.dic +3750 -0
- data/lib/mibs/ietf/APPN-DLUR-MIB.dic +972 -0
- data/lib/mibs/ietf/APPN-MIB.dic +9364 -0
- data/lib/mibs/ietf/APPN-TRAP-MIB.dic +664 -0
- data/lib/mibs/ietf/APS-MIB.dic +2430 -0
- data/lib/mibs/ietf/ARC-MIB.dic +552 -0
- data/lib/mibs/ietf/ATM-ACCOUNTING-INFORMATION-MIB.dic +816 -0
- data/lib/mibs/ietf/ATM-MIB.dic +4104 -0
- data/lib/mibs/ietf/ATM-TC-MIB.dic +914 -0
- data/lib/mibs/ietf/ATM2-MIB.dic +4715 -0
- data/lib/mibs/ietf/BFD-STD-MIB.dic +2367 -0
- data/lib/mibs/ietf/BFD-TC-STD-MIB.dic +202 -0
- data/lib/mibs/ietf/BGP4-MIB.dic +1931 -0
- data/lib/mibs/ietf/BLDG-HVAC-MIB.dic +812 -0
- data/lib/mibs/ietf/BRIDGE-MIB.dic +2257 -0
- data/lib/mibs/ietf/CAPWAP-BASE-MIB.dic +4128 -0
- data/lib/mibs/ietf/CAPWAP-DOT11-MIB.dic +482 -0
- data/lib/mibs/ietf/CHARACTER-MIB.dic +1140 -0
- data/lib/mibs/ietf/CIRCUIT-IF-MIB.dic +493 -0
- data/lib/mibs/ietf/CLNS-MIB.dic +1702 -0
- data/lib/mibs/ietf/COFFEE-POT-MIB.dic +282 -0
- data/lib/mibs/ietf/COPS-CLIENT-MIB.dic +1270 -0
- data/lib/mibs/ietf/DECNET-PHIV-MIB.dic +5837 -0
- data/lib/mibs/ietf/DIAL-CONTROL-MIB.dic +2139 -0
- data/lib/mibs/ietf/DIFFSERV-CONFIG-MIB.dic +378 -0
- data/lib/mibs/ietf/DIFFSERV-MIB.dic +5073 -0
- data/lib/mibs/ietf/DIRECTORY-SERVER-MIB.dic +1041 -0
- data/lib/mibs/ietf/DISMAN-EVENT-MIB.dic +3151 -0
- data/lib/mibs/ietf/DISMAN-EXPRESSION-MIB.dic +1716 -0
- data/lib/mibs/ietf/DISMAN-NSLOOKUP-MIB.dic +698 -0
- data/lib/mibs/ietf/DISMAN-PING-MIB.dic +2635 -0
- data/lib/mibs/ietf/DISMAN-SCHEDULE-MIB.dic +1744 -0
- data/lib/mibs/ietf/DISMAN-SCRIPT-MIB.dic +2820 -0
- data/lib/mibs/ietf/DISMAN-TRACEROUTE-MIB.dic +3239 -0
- data/lib/mibs/ietf/DLSW-MIB.dic +5635 -0
- data/lib/mibs/ietf/DNS-RESOLVER-MIB.dic +1765 -0
- data/lib/mibs/ietf/DNS-SERVER-MIB.dic +1593 -0
- data/lib/mibs/ietf/DOCS-BPI-MIB.dic +2634 -0
- data/lib/mibs/ietf/DOCS-CABLE-DEVICE-MIB.dic +5042 -0
- data/lib/mibs/ietf/DOCS-IETF-BPI2-MIB.dic +5478 -0
- data/lib/mibs/ietf/DOCS-IETF-CABLE-DEVICE-NOTIFICATION-MIB.dic +2447 -0
- data/lib/mibs/ietf/DOCS-IETF-QOS-MIB.dic +4886 -0
- data/lib/mibs/ietf/DOCS-IETF-SUBMGT-MIB.dic +1331 -0
- data/lib/mibs/ietf/DOCS-IF-MIB.dic +7980 -0
- data/lib/mibs/ietf/DOT12-IF-MIB.dic +1066 -0
- data/lib/mibs/ietf/DOT12-RPTR-MIB.dic +2669 -0
- data/lib/mibs/ietf/DOT3-EPON-MIB.dic +3297 -0
- data/lib/mibs/ietf/DOT3-OAM-MIB.dic +2830 -0
- data/lib/mibs/ietf/DS0-MIB.dic +466 -0
- data/lib/mibs/ietf/DS0BUNDLE-MIB.dic +468 -0
- data/lib/mibs/ietf/DS1-MIB.dic +4890 -0
- data/lib/mibs/ietf/DS3-MIB.dic +2719 -0
- data/lib/mibs/ietf/DSA-MIB.dic +888 -0
- data/lib/mibs/ietf/DSMON-MIB.dic +6177 -0
- data/lib/mibs/ietf/DVB-RCS-MIB.dic +5764 -0
- data/lib/mibs/ietf/EBN-MIB.dic +1026 -0
- data/lib/mibs/ietf/EFM-CU-MIB.dic +4335 -0
- data/lib/mibs/ietf/ENTITY-MIB.dic +2235 -0
- data/lib/mibs/ietf/ENTITY-SENSOR-MIB.dic +653 -0
- data/lib/mibs/ietf/ENTITY-STATE-MIB.dic +457 -0
- data/lib/mibs/ietf/ENTITY-STATE-TC-MIB.dic +260 -0
- data/lib/mibs/ietf/ETHER-CHIPSET-MIB.dic +787 -0
- data/lib/mibs/ietf/EtherLike-MIB.dic +2548 -0
- data/lib/mibs/ietf/FC-MGMT-MIB.dic +3465 -0
- data/lib/mibs/ietf/FCIP-MGMT-MIB.dic +1596 -0
- data/lib/mibs/ietf/FDDI-SMT73-MIB.dic +3378 -0
- data/lib/mibs/ietf/FIBRE-CHANNEL-FE-MIB.dic +2504 -0
- data/lib/mibs/ietf/FLOAT-TC-MIB.dic +128 -0
- data/lib/mibs/ietf/FLOW-METER-MIB.dic +3201 -0
- data/lib/mibs/ietf/FORCES-MIB.dic +598 -0
- data/lib/mibs/ietf/FR-ATM-PVC-SERVICE-IWF-MIB.dic +1601 -0
- data/lib/mibs/ietf/FR-MFR-MIB.dic +1351 -0
- data/lib/mibs/ietf/FRAME-RELAY-DTE-MIB.dic +1688 -0
- data/lib/mibs/ietf/FRNETSERV-MIB.dic +3940 -0
- data/lib/mibs/ietf/FRSLD-MIB.dic +2580 -0
- data/lib/mibs/ietf/Finisher-MIB.dic +1416 -0
- data/lib/mibs/ietf/GMPLS-LABEL-STD-MIB.dic +965 -0
- data/lib/mibs/ietf/GMPLS-LSR-STD-MIB.dic +693 -0
- data/lib/mibs/ietf/GMPLS-TC-STD-MIB.dic +180 -0
- data/lib/mibs/ietf/GMPLS-TE-STD-MIB.dic +2542 -0
- data/lib/mibs/ietf/GSMP-MIB.dic +2468 -0
- data/lib/mibs/ietf/HC-ALARM-MIB.dic +1050 -0
- data/lib/mibs/ietf/HC-PerfHist-TC-MIB.dic +310 -0
- data/lib/mibs/ietf/HC-RMON-MIB.dic +4456 -0
- data/lib/mibs/ietf/HDSL2-SHDSL-LINE-MIB.dic +3955 -0
- data/lib/mibs/ietf/HOST-RESOURCES-MIB.dic +2453 -0
- data/lib/mibs/ietf/HPR-IP-MIB.dic +640 -0
- data/lib/mibs/ietf/HPR-MIB.dic +1959 -0
- data/lib/mibs/ietf/IANA-ITU-ALARM-TC-MIB.dic +936 -0
- data/lib/mibs/ietf/IF-CAP-STACK-MIB.dic +356 -0
- data/lib/mibs/ietf/IF-INVERTED-STACK-MIB.dic +220 -0
- data/lib/mibs/ietf/IF-MIB.dic +2753 -0
- data/lib/mibs/ietf/IFCP-MGMT-MIB.dic +1717 -0
- data/lib/mibs/ietf/IGMP-STD-MIB.dic +809 -0
- data/lib/mibs/ietf/INET-ADDRESS-MIB.dic +570 -0
- data/lib/mibs/ietf/INTEGRATED-SERVICES-GUARANTEED-MIB.dic +319 -0
- data/lib/mibs/ietf/INTEGRATED-SERVICES-MIB.dic +1196 -0
- data/lib/mibs/ietf/INTERFACETOPN-MIB.dic +1705 -0
- data/lib/mibs/ietf/IP-FORWARD-MIB.dic +1853 -0
- data/lib/mibs/ietf/IP-MIB.dic +7064 -0
- data/lib/mibs/ietf/IPATM-IPMC-MIB.dic +4830 -0
- data/lib/mibs/ietf/IPFIX-MIB.dic +2334 -0
- data/lib/mibs/ietf/IPFIX-SELECTOR-MIB.dic +215 -0
- data/lib/mibs/ietf/IPMCAST-MIB.dic +3390 -0
- data/lib/mibs/ietf/IPMROUTE-STD-MIB.dic +1246 -0
- data/lib/mibs/ietf/IPOA-MIB.dic +2372 -0
- data/lib/mibs/ietf/IPS-AUTH-MIB.dic +1609 -0
- data/lib/mibs/ietf/IPSEC-SPD-MIB.dic +3989 -0
- data/lib/mibs/ietf/IPV6-FLOW-LABEL-MIB.dic +110 -0
- data/lib/mibs/ietf/IPV6-ICMP-MIB.dic +748 -0
- data/lib/mibs/ietf/IPV6-MIB.dic +2028 -0
- data/lib/mibs/ietf/IPV6-MLD-MIB.dic +659 -0
- data/lib/mibs/ietf/IPV6-TCP-MIB.dic +332 -0
- data/lib/mibs/ietf/IPV6-UDP-MIB.dic +209 -0
- data/lib/mibs/ietf/ISCSI-MIB.dic +4613 -0
- data/lib/mibs/ietf/ISDN-MIB.dic +1796 -0
- data/lib/mibs/ietf/ISIS-MIB.dic +6215 -0
- data/lib/mibs/ietf/ISNS-MIB.dic +6578 -0
- data/lib/mibs/ietf/ITU-ALARM-MIB.dic +665 -0
- data/lib/mibs/ietf/ITU-ALARM-TC-MIB.dic +137 -0
- data/lib/mibs/ietf/Job-Monitoring-MIB.dic +2519 -0
- data/lib/mibs/ietf/L2TP-MIB.dic +4050 -0
- data/lib/mibs/ietf/LANGTAG-TC-MIB.dic +104 -0
- data/lib/mibs/ietf/LISP-MIB.dic +4067 -0
- data/lib/mibs/ietf/LMP-MIB.dic +5166 -0
- data/lib/mibs/ietf/MALLOC-MIB.dic +2156 -0
- data/lib/mibs/ietf/MAU-MIB.dic +2619 -0
- data/lib/mibs/ietf/MIDCOM-MIB.dic +2856 -0
- data/lib/mibs/ietf/MIOX25-MIB.dic +828 -0
- data/lib/mibs/ietf/MIP-MIB.dic +3473 -0
- data/lib/mibs/ietf/MOBILEIPV6-MIB.dic +5228 -0
- data/lib/mibs/ietf/MPLS-FTN-STD-MIB.dic +1594 -0
- data/lib/mibs/ietf/MPLS-L3VPN-STD-MIB.dic +2548 -0
- data/lib/mibs/ietf/MPLS-LC-ATM-STD-MIB.dic +491 -0
- data/lib/mibs/ietf/MPLS-LC-FR-STD-MIB.dic +395 -0
- data/lib/mibs/ietf/MPLS-LDP-ATM-STD-MIB.dic +1019 -0
- data/lib/mibs/ietf/MPLS-LDP-FRAME-RELAY-STD-MIB.dic +862 -0
- data/lib/mibs/ietf/MPLS-LDP-GENERIC-STD-MIB.dic +445 -0
- data/lib/mibs/ietf/MPLS-LDP-STD-MIB.dic +3657 -0
- data/lib/mibs/ietf/MPLS-LSR-STD-MIB.dic +3103 -0
- data/lib/mibs/ietf/MPLS-TC-STD-MIB.dic +911 -0
- data/lib/mibs/ietf/MPLS-TE-STD-MIB.dic +3673 -0
- data/lib/mibs/ietf/MSDP-MIB.dic +1893 -0
- data/lib/mibs/ietf/MTA-MIB.dic +1898 -0
- data/lib/mibs/ietf/Modem-MIB.dic +2054 -0
- data/lib/mibs/ietf/NAT-MIB.dic +3866 -0
- data/lib/mibs/ietf/NETWORK-SERVICES-MIB.dic +1034 -0
- data/lib/mibs/ietf/NHDP-MIB.dic +3005 -0
- data/lib/mibs/ietf/NHRP-MIB.dic +3660 -0
- data/lib/mibs/ietf/NOTIFICATION-LOG-MIB.dic +1156 -0
- data/lib/mibs/ietf/NTPv4-MIB.dic +1535 -0
- data/lib/mibs/ietf/OPT-IF-MIB.dic +8972 -0
- data/lib/mibs/ietf/OSPF-MIB.dic +5963 -0
- data/lib/mibs/ietf/OSPF-TRAP-MIB.dic +1190 -0
- data/lib/mibs/ietf/OSPFV3-MIB.dic +5708 -0
- data/lib/mibs/ietf/P-BRIDGE-MIB.dic +1499 -0
- data/lib/mibs/ietf/PARALLEL-MIB.dic +476 -0
- data/lib/mibs/ietf/PIM-MIB.dic +1393 -0
- data/lib/mibs/ietf/PIM-STD-MIB.dic +6819 -0
- data/lib/mibs/ietf/PINT-MIB.dic +830 -0
- data/lib/mibs/ietf/PKTC-IETF-MTA-MIB.dic +3191 -0
- data/lib/mibs/ietf/PKTC-IETF-SIG-MIB.dic +4713 -0
- data/lib/mibs/ietf/PMIPV6-MIB.dic +3010 -0
- data/lib/mibs/ietf/PMIPV6-TC-MIB.dic +293 -0
- data/lib/mibs/ietf/POLICY-BASED-MANAGEMENT-MIB.dic +3316 -0
- data/lib/mibs/ietf/POWER-ETHERNET-MIB.dic +959 -0
- data/lib/mibs/ietf/PPP-BRIDGE-NCP-MIB.dic +587 -0
- data/lib/mibs/ietf/PPP-IP-NCP-MIB.dic +269 -0
- data/lib/mibs/ietf/PPP-LCP-MIB.dic +994 -0
- data/lib/mibs/ietf/PPP-SEC-MIB.dic +411 -0
- data/lib/mibs/ietf/PSAMP-MIB.dic +998 -0
- data/lib/mibs/ietf/PTOPO-MIB.dic +1135 -0
- data/lib/mibs/ietf/PW-ATM-MIB.dic +1642 -0
- data/lib/mibs/ietf/PW-CEP-STD-MIB.dic +3661 -0
- data/lib/mibs/ietf/PW-STD-MIB.dic +3592 -0
- data/lib/mibs/ietf/PW-TC-STD-MIB.dic +437 -0
- data/lib/mibs/ietf/PW-TDM-MIB.dic +1896 -0
- data/lib/mibs/ietf/PerfHist-TC-MIB.dic +152 -0
- data/lib/mibs/ietf/Printer-MIB.dic +6665 -0
- data/lib/mibs/ietf/Q-BRIDGE-MIB.dic +3115 -0
- data/lib/mibs/ietf/RADIUS-ACC-CLIENT-MIB.dic +991 -0
- data/lib/mibs/ietf/RADIUS-ACC-SERVER-MIB.dic +1183 -0
- data/lib/mibs/ietf/RADIUS-AUTH-CLIENT-MIB.dic +1073 -0
- data/lib/mibs/ietf/RADIUS-AUTH-SERVER-MIB.dic +1251 -0
- data/lib/mibs/ietf/RADIUS-DYNAUTH-CLIENT-MIB.dic +1116 -0
- data/lib/mibs/ietf/RADIUS-DYNAUTH-SERVER-MIB.dic +1003 -0
- data/lib/mibs/ietf/RAQMON-MIB.dic +2695 -0
- data/lib/mibs/ietf/RBRIDGE-MIB.dic +2981 -0
- data/lib/mibs/ietf/RDBMS-MIB.dic +1935 -0
- data/lib/mibs/ietf/RFC1065-SMI.dic +108 -0
- data/lib/mibs/ietf/RFC1155-SMI.dic +118 -0
- data/lib/mibs/ietf/RFC1158-MIB.dic +2440 -0
- data/lib/mibs/ietf/RFC1213-MIB.dic +3434 -0
- data/lib/mibs/ietf/RFC1269-MIB.dic +557 -0
- data/lib/mibs/ietf/RFC1271-MIB.dic +4135 -0
- data/lib/mibs/ietf/RFC1285-MIB.dic +2842 -0
- data/lib/mibs/ietf/RFC1316-MIB.dic +800 -0
- data/lib/mibs/ietf/RFC1381-MIB.dic +1347 -0
- data/lib/mibs/ietf/RFC1382-MIB.dic +3820 -0
- data/lib/mibs/ietf/RFC1414-MIB.dic +214 -0
- data/lib/mibs/ietf/RIPv2-MIB.dic +773 -0
- data/lib/mibs/ietf/RMON-MIB.dic +5551 -0
- data/lib/mibs/ietf/RMON2-MIB.dic +8224 -0
- data/lib/mibs/ietf/ROHC-MIB.dic +1613 -0
- data/lib/mibs/ietf/ROHC-RTP-MIB.dic +859 -0
- data/lib/mibs/ietf/ROHC-UNCOMPRESSED-MIB.dic +267 -0
- data/lib/mibs/ietf/RPKI-ROUTER-MIB.dic +1363 -0
- data/lib/mibs/ietf/RS-232-MIB.dic +1335 -0
- data/lib/mibs/ietf/RSERPOOL-MIB.dic +2501 -0
- data/lib/mibs/ietf/RSTP-MIB.dic +427 -0
- data/lib/mibs/ietf/RSVP-MIB.dic +4135 -0
- data/lib/mibs/ietf/RTP-MIB.dic +1376 -0
- data/lib/mibs/ietf/SCSI-MIB.dic +3804 -0
- data/lib/mibs/ietf/SCTP-MIB.dic +1924 -0
- data/lib/mibs/ietf/SFLOW-MIB.dic +568 -0
- data/lib/mibs/ietf/SIP-COMMON-MIB.dic +2769 -0
- data/lib/mibs/ietf/SIP-MIB.dic +1438 -0
- data/lib/mibs/ietf/SIP-SERVER-MIB.dic +1150 -0
- data/lib/mibs/ietf/SIP-TC-MIB.dic +257 -0
- data/lib/mibs/ietf/SIP-UA-MIB.dic +268 -0
- data/lib/mibs/ietf/SLAPM-MIB.dic +4527 -0
- data/lib/mibs/ietf/SMON-MIB.dic +1758 -0
- data/lib/mibs/ietf/SNA-NAU-MIB.dic +4042 -0
- data/lib/mibs/ietf/SNA-SDLC-MIB.dic +3858 -0
- data/lib/mibs/ietf/SNMP-COMMUNITY-MIB.dic +715 -0
- data/lib/mibs/ietf/SNMP-FRAMEWORK-MIB.dic +709 -0
- data/lib/mibs/ietf/SNMP-MPD-MIB.dic +230 -0
- data/lib/mibs/ietf/SNMP-NOTIFICATION-MIB.dic +859 -0
- data/lib/mibs/ietf/SNMP-PROXY-MIB.dic +414 -0
- data/lib/mibs/ietf/SNMP-REPEATER-MIB.dic +4335 -0
- data/lib/mibs/ietf/SNMP-SSH-TM-MIB.dic +447 -0
- data/lib/mibs/ietf/SNMP-TARGET-MIB.dic +924 -0
- data/lib/mibs/ietf/SNMP-TLS-TM-MIB.dic +1449 -0
- data/lib/mibs/ietf/SNMP-TSM-MIB.dic +315 -0
- data/lib/mibs/ietf/SNMP-USER-BASED-SM-MIB.dic +1164 -0
- data/lib/mibs/ietf/SNMP-USM-AES-MIB.dic +95 -0
- data/lib/mibs/ietf/SNMP-USM-DH-OBJECTS-MIB.dic +653 -0
- data/lib/mibs/ietf/SNMP-VIEW-BASED-ACM-MIB.dic +1202 -0
- data/lib/mibs/ietf/SNMPv2-MIB.dic +1382 -0
- data/lib/mibs/ietf/SNMPv2-SMI.dic +223 -0
- data/lib/mibs/ietf/SNMPv2-USEC-MIB.dic +405 -0
- data/lib/mibs/ietf/SONET-MIB.dic +3308 -0
- data/lib/mibs/ietf/SOURCE-ROUTING-MIB.dic +542 -0
- data/lib/mibs/ietf/SSPM-MIB.dic +1530 -0
- data/lib/mibs/ietf/SYSAPPL-MIB.dic +2092 -0
- data/lib/mibs/ietf/T11-FC-FABRIC-ADDR-MGR-MIB.dic +1779 -0
- data/lib/mibs/ietf/T11-FC-FABRIC-CONFIG-SERVER-MIB.dic +2822 -0
- data/lib/mibs/ietf/T11-FC-FABRIC-LOCK-MIB.dic +700 -0
- data/lib/mibs/ietf/T11-FC-FSPF-MIB.dic +1889 -0
- data/lib/mibs/ietf/T11-FC-NAME-SERVER-MIB.dic +1775 -0
- data/lib/mibs/ietf/T11-FC-ROUTE-MIB.dic +655 -0
- data/lib/mibs/ietf/T11-FC-RSCN-MIB.dic +1110 -0
- data/lib/mibs/ietf/T11-FC-VIRTUAL-FABRIC-MIB.dic +770 -0
- data/lib/mibs/ietf/T11-FC-ZONE-SERVER-MIB.dic +3886 -0
- data/lib/mibs/ietf/T11-TC-MIB.dic +110 -0
- data/lib/mibs/ietf/TCP-ESTATS-MIB.dic +3926 -0
- data/lib/mibs/ietf/TCP-MIB.dic +1319 -0
- data/lib/mibs/ietf/TCPIPX-MIB.dic +457 -0
- data/lib/mibs/ietf/TE-LINK-STD-MIB.dic +2876 -0
- data/lib/mibs/ietf/TE-MIB.dic +2924 -0
- data/lib/mibs/ietf/TED-MIB.dic +1749 -0
- data/lib/mibs/ietf/TIME-AGGREGATE-MIB.dic +550 -0
- data/lib/mibs/ietf/TN3270E-MIB.dic +2785 -0
- data/lib/mibs/ietf/TN3270E-RT-MIB.dic +1317 -0
- data/lib/mibs/ietf/TOKEN-RING-RMON-MIB.dic +2820 -0
- data/lib/mibs/ietf/TOKENRING-MIB.dic +1184 -0
- data/lib/mibs/ietf/TOKENRING-STATION-SR-MIB.dic +292 -0
- data/lib/mibs/ietf/TRANSPORT-ADDRESS-MIB.dic +610 -0
- data/lib/mibs/ietf/TRIP-MIB.dic +3159 -0
- data/lib/mibs/ietf/TRIP-TC-MIB.dic +241 -0
- data/lib/mibs/ietf/TUNNEL-MIB.dic +1095 -0
- data/lib/mibs/ietf/UDP-MIB.dic +751 -0
- data/lib/mibs/ietf/UDPLITE-MIB.dic +704 -0
- data/lib/mibs/ietf/UPS-MIB.dic +3088 -0
- data/lib/mibs/ietf/URI-TC-MIB.dic +193 -0
- data/lib/mibs/ietf/UUID-TC-MIB.dic +135 -0
- data/lib/mibs/ietf/VDSL-LINE-EXT-MCM-MIB.dic +989 -0
- data/lib/mibs/ietf/VDSL-LINE-EXT-SCM-MIB.dic +605 -0
- data/lib/mibs/ietf/VDSL-LINE-MIB.dic +4518 -0
- data/lib/mibs/ietf/VDSL2-LINE-MIB.dic +11029 -0
- data/lib/mibs/ietf/VDSL2-LINE-TC-MIB.dic +3152 -0
- data/lib/mibs/ietf/VPN-TC-STD-MIB.dic +121 -0
- data/lib/mibs/ietf/VRRP-MIB.dic +1163 -0
- data/lib/mibs/ietf/VRRPV3-MIB.dic +1403 -0
- data/lib/mibs/ietf/WWW-MIB.dic +1810 -0
- data/lib/mibs/logstash/iso.dic +18 -0
- data/logstash-input-snmp.gemspec +1 -1
- data/spec/inputs/snmp/mib_spec.rb +10 -17
- data/spec/inputs/snmp_spec.rb +27 -1
- metadata +302 -2
@@ -0,0 +1,812 @@
|
|
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 BLDG-HVAC-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/BLDG-HVAC-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
11
|
+
|
12
|
+
"BLDG-HVAC-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""SNMPCONF working group
|
17
|
+
E-mail: snmpconf@snmp.com""",
|
18
|
+
"contact" :
|
19
|
+
"""Jon Saperia
|
20
|
+
Postal: JDS Consulting
|
21
|
+
174 Chapman Street
|
22
|
+
Watertown, MA 02472
|
23
|
+
U.S.A.
|
24
|
+
Phone: +1 617 744 1079
|
25
|
+
E-mail: saperia@jdscons.com
|
26
|
+
|
27
|
+
Wayne Tackabury
|
28
|
+
Postal: Gold Wire Technology
|
29
|
+
411 Waverley Oaks Rd.
|
30
|
+
Waltham, MA 02452
|
31
|
+
U.S.A.
|
32
|
+
Phone: +1 781 398 8800
|
33
|
+
E-mail: wayne@goldwiretech.com
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
Michael MacFaden
|
38
|
+
Postal: Riverstone Networks
|
39
|
+
5200 Great America Pkwy.
|
40
|
+
Santa Clara, CA 95054
|
41
|
+
U.S.A.
|
42
|
+
Phone: +1 408 878 6500
|
43
|
+
E-mail: mrm@riverstonenet.com
|
44
|
+
|
45
|
+
David Partain
|
46
|
+
Postal: Ericsson AB
|
47
|
+
P.O. Box 1248
|
48
|
+
SE-581 12 Linkoping
|
49
|
+
Sweden
|
50
|
+
E-mail: David.Partain@ericsson.com""",
|
51
|
+
"description" :
|
52
|
+
"""This example MIB module defines a set of management objects
|
53
|
+
for heating ventilation and air conditioning systems. It
|
54
|
+
also includes objects that can be used to create policies
|
55
|
+
that are applied to rooms. This eliminates the need to send
|
56
|
+
per-instance configuration commands to the system.
|
57
|
+
|
58
|
+
Copyright (C) The Internet Society (2003). This version of
|
59
|
+
this MIB module is part of RFC 3512; see the RFC itself for
|
60
|
+
full legal notices.""",
|
61
|
+
"revisions" : (
|
62
|
+
{
|
63
|
+
"date" : "2003-03-27 00:00",
|
64
|
+
"description" :
|
65
|
+
"""Initial version of BLDG-HVAC-MIB as published in RFC 3512.""",
|
66
|
+
},
|
67
|
+
),
|
68
|
+
"identity node" : "bldgHVACMIB",
|
69
|
+
},
|
70
|
+
|
71
|
+
"imports" : (
|
72
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
73
|
+
{"module" : "SNMPv2-SMI", "name" : "Counter32"},
|
74
|
+
{"module" : "SNMPv2-SMI", "name" : "Gauge32"},
|
75
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
76
|
+
{"module" : "SNMPv2-SMI", "name" : "Unsigned32"},
|
77
|
+
{"module" : "SNMPv2-SMI", "name" : "experimental"},
|
78
|
+
{"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
|
79
|
+
{"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
|
80
|
+
{"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
|
81
|
+
{"module" : "SNMPv2-TC", "name" : "TimeStamp"},
|
82
|
+
{"module" : "SNMPv2-TC", "name" : "RowStatus"},
|
83
|
+
{"module" : "SNMPv2-TC", "name" : "StorageType"},
|
84
|
+
{"module" : "SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
85
|
+
),
|
86
|
+
|
87
|
+
"typedefs" : {
|
88
|
+
"BldgHvacOperation" : {
|
89
|
+
"basetype" : "Enumeration",
|
90
|
+
"status" : "current",
|
91
|
+
"heat" : {
|
92
|
+
"nodetype" : "namednumber",
|
93
|
+
"number" : "1"
|
94
|
+
},
|
95
|
+
"cool" : {
|
96
|
+
"nodetype" : "namednumber",
|
97
|
+
"number" : "2"
|
98
|
+
},
|
99
|
+
"description" :
|
100
|
+
"""Operations supported by a heating and cooling system.
|
101
|
+
A reference to underlying general systems would go here.""",
|
102
|
+
},
|
103
|
+
}, # typedefs
|
104
|
+
|
105
|
+
"nodes" : {
|
106
|
+
"bldgHVACMIB" : {
|
107
|
+
"nodetype" : "node",
|
108
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
109
|
+
"oid" : "1.3.6.1.3.122",
|
110
|
+
"status" : "current",
|
111
|
+
}, # node
|
112
|
+
"bldgHVACObjects" : {
|
113
|
+
"nodetype" : "node",
|
114
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
115
|
+
"oid" : "1.3.6.1.3.122.1",
|
116
|
+
}, # node
|
117
|
+
"bldgHVACTable" : {
|
118
|
+
"nodetype" : "table",
|
119
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
120
|
+
"oid" : "1.3.6.1.3.122.1.1",
|
121
|
+
"status" : "current",
|
122
|
+
"description" :
|
123
|
+
"""This table is the representation and data control
|
124
|
+
for building HVAC by each individual office.
|
125
|
+
The table has rows for, and is indexed by a specific
|
126
|
+
floor and office number. Each such row includes
|
127
|
+
HVAC statistical and current status information for
|
128
|
+
the associated office. The row also contains a
|
129
|
+
bldgHVACCfgTemplate columnar object that relates the
|
130
|
+
bldgHVACTable row to a row in the bldgHVACCfgTemplateTable.
|
131
|
+
If this value is nonzero, then the instance in the row
|
132
|
+
that has a value for how the HVAC has been configured
|
133
|
+
in the associated template (bldgHVACCfgTeplateTable row).
|
134
|
+
Hence, the bldgHVACCfgTeplateTable row contains the
|
135
|
+
specific configuration values for the offices as described
|
136
|
+
in this table.""",
|
137
|
+
}, # table
|
138
|
+
"bldgHVACEntry" : {
|
139
|
+
"nodetype" : "row",
|
140
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
141
|
+
"oid" : "1.3.6.1.3.122.1.1.1",
|
142
|
+
"create" : "true",
|
143
|
+
"status" : "current",
|
144
|
+
"linkage" : [
|
145
|
+
"bldgHVACFloor",
|
146
|
+
"bldgHVACOffice",
|
147
|
+
],
|
148
|
+
"description" :
|
149
|
+
"""A row in the bldgHVACTable. Each row represents a particular
|
150
|
+
office in the building, qualified by its floor and office
|
151
|
+
number. A given row instance can be created or deleted by
|
152
|
+
set operations upon its bldgHVACStatus columnar
|
153
|
+
object instance.""",
|
154
|
+
}, # row
|
155
|
+
"bldgHVACFloor" : {
|
156
|
+
"nodetype" : "column",
|
157
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
158
|
+
"oid" : "1.3.6.1.3.122.1.1.1.1",
|
159
|
+
"status" : "current",
|
160
|
+
"syntax" : {
|
161
|
+
"type" : {
|
162
|
+
"basetype" : "Unsigned32",
|
163
|
+
"ranges" : [
|
164
|
+
{
|
165
|
+
"min" : "1",
|
166
|
+
"max" : "1000"
|
167
|
+
},
|
168
|
+
],
|
169
|
+
"range" : {
|
170
|
+
"min" : "1",
|
171
|
+
"max" : "1000"
|
172
|
+
},
|
173
|
+
},
|
174
|
+
},
|
175
|
+
"access" : "noaccess",
|
176
|
+
"description" :
|
177
|
+
"""This portion of the index indicates the floor of the
|
178
|
+
building. The ground floor is considered the
|
179
|
+
first floor. For the purposes of this example,
|
180
|
+
floors under the ground floor cannot be
|
181
|
+
controlled using this MIB module.""",
|
182
|
+
}, # column
|
183
|
+
"bldgHVACOffice" : {
|
184
|
+
"nodetype" : "column",
|
185
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
186
|
+
"oid" : "1.3.6.1.3.122.1.1.1.2",
|
187
|
+
"status" : "current",
|
188
|
+
"syntax" : {
|
189
|
+
"type" : {
|
190
|
+
"basetype" : "Unsigned32",
|
191
|
+
"ranges" : [
|
192
|
+
{
|
193
|
+
"min" : "1",
|
194
|
+
"max" : "2147483647"
|
195
|
+
},
|
196
|
+
],
|
197
|
+
"range" : {
|
198
|
+
"min" : "1",
|
199
|
+
"max" : "2147483647"
|
200
|
+
},
|
201
|
+
},
|
202
|
+
},
|
203
|
+
"access" : "noaccess",
|
204
|
+
"description" :
|
205
|
+
"""This second component of the index specifies the
|
206
|
+
office number.""",
|
207
|
+
}, # column
|
208
|
+
"bldgHVACCfgTemplate" : {
|
209
|
+
"nodetype" : "column",
|
210
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
211
|
+
"oid" : "1.3.6.1.3.122.1.1.1.3",
|
212
|
+
"status" : "current",
|
213
|
+
"syntax" : {
|
214
|
+
"type" : { "module" :"", "name" : "Unsigned32"},
|
215
|
+
},
|
216
|
+
"access" : "readwrite",
|
217
|
+
"description" :
|
218
|
+
"""The index (bldgHVACCfgTemplateIndex instance)
|
219
|
+
of an entry in the 'bldgHVACCfgTemplateTable'.
|
220
|
+
The bldgHVACCfgTable row instance referenced
|
221
|
+
is a pre-made configuration 'template'
|
222
|
+
that represents the configuration described
|
223
|
+
by the bldgHVACCfgTemplateInfoDescr object. Note
|
224
|
+
that not all configurations will be under a
|
225
|
+
defined template. As a result, a row in this
|
226
|
+
bldgHVACTable may point to an entry in the
|
227
|
+
bldgHVACCfgTemplateTable that does not in turn
|
228
|
+
have a reference (bldgHVACCfgTemplateInfo) to an
|
229
|
+
entry in the bldgHVACCfgTemplateInfoTable. The
|
230
|
+
benefit of this approach is that all
|
231
|
+
configuration information is available in one
|
232
|
+
table whether all elements in the system are
|
233
|
+
derived from configured templates or not.
|
234
|
+
|
235
|
+
Where the instance value for this colunmar object
|
236
|
+
is zero, this row represents data for an office
|
237
|
+
whose HVAC status can be monitored using the
|
238
|
+
read-only columnar object instances of this
|
239
|
+
row, but is not under the configuration control
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
of the agent.""",
|
244
|
+
}, # column
|
245
|
+
"bldgHVACFanSpeed" : {
|
246
|
+
"nodetype" : "column",
|
247
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
248
|
+
"oid" : "1.3.6.1.3.122.1.1.1.4",
|
249
|
+
"status" : "current",
|
250
|
+
"syntax" : {
|
251
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
|
252
|
+
},
|
253
|
+
"access" : "readonly",
|
254
|
+
"units" : "revolutions per minute",
|
255
|
+
"description" :
|
256
|
+
"""Shows the revolutions per minute of the fan. Fan speed
|
257
|
+
will vary based on the difference between
|
258
|
+
bldgHVACCfgTemplateDesiredTemp and bldgHVACCurrentTemp. The
|
259
|
+
speed is measured in revolutions of the fan blade per minute.""",
|
260
|
+
}, # column
|
261
|
+
"bldgHVACCurrentTemp" : {
|
262
|
+
"nodetype" : "column",
|
263
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
264
|
+
"oid" : "1.3.6.1.3.122.1.1.1.5",
|
265
|
+
"status" : "current",
|
266
|
+
"syntax" : {
|
267
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
|
268
|
+
},
|
269
|
+
"access" : "readonly",
|
270
|
+
"units" : "degrees in celsius",
|
271
|
+
"description" :
|
272
|
+
"""The current measured temperature in the office. Should
|
273
|
+
the current temperature be measured at a value of less
|
274
|
+
than zero degrees celsius, a read of the instance
|
275
|
+
for this object will return a value of zero.""",
|
276
|
+
}, # column
|
277
|
+
"bldgHVACCoolOrHeatMins" : {
|
278
|
+
"nodetype" : "column",
|
279
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
280
|
+
"oid" : "1.3.6.1.3.122.1.1.1.6",
|
281
|
+
"status" : "current",
|
282
|
+
"syntax" : {
|
283
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
284
|
+
},
|
285
|
+
"access" : "readonly",
|
286
|
+
"units" : "minutes",
|
287
|
+
"description" :
|
288
|
+
"""The total number of heating or cooling minutes that have
|
289
|
+
been consumed since the row was activated. Notice that
|
290
|
+
whether the minutes represent heating or cooling is a
|
291
|
+
function of the configuration of this row. If the system
|
292
|
+
is re-initialized from a cooling to heating function or
|
293
|
+
vice versa, then the counter would start over again. This
|
294
|
+
effect is similar to a reconfiguration of some network
|
295
|
+
interface cards. When parameters that impact
|
296
|
+
configuration are changed, the subsystem must be
|
297
|
+
re-initialized. Discontinuities in the value of this counter
|
298
|
+
can occur at re-initialization of the management system,
|
299
|
+
and at other times as indicated by the value of
|
300
|
+
bldgHVACDiscontinuityTime.""",
|
301
|
+
}, # column
|
302
|
+
"bldgHVACDiscontinuityTime" : {
|
303
|
+
"nodetype" : "column",
|
304
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
305
|
+
"oid" : "1.3.6.1.3.122.1.1.1.7",
|
306
|
+
"status" : "current",
|
307
|
+
"syntax" : {
|
308
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
|
309
|
+
},
|
310
|
+
"access" : "readonly",
|
311
|
+
"description" :
|
312
|
+
"""The value of sysUpTime on the most recent occasion at which
|
313
|
+
any heating or cooling operation for the office designated
|
314
|
+
by this row instance experienced a discontinuity. If
|
315
|
+
no such discontinuities have occurred since the last re-
|
316
|
+
initialization of the this row, then this object contains a
|
317
|
+
zero value.""",
|
318
|
+
}, # column
|
319
|
+
"bldgHVACOwner" : {
|
320
|
+
"nodetype" : "column",
|
321
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
322
|
+
"oid" : "1.3.6.1.3.122.1.1.1.8",
|
323
|
+
"status" : "current",
|
324
|
+
"syntax" : {
|
325
|
+
"type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
326
|
+
},
|
327
|
+
"access" : "readwrite",
|
328
|
+
"description" :
|
329
|
+
"""The identity of the operator/system that
|
330
|
+
last modified this entry. When a new entry
|
331
|
+
is created, a valid SnmpAdminString must
|
332
|
+
be supplied. If, on the other hand, this
|
333
|
+
entry is populated by the agent 'discovering'
|
334
|
+
unconfigured rooms, the empty string is a valid
|
335
|
+
value for this object.""",
|
336
|
+
}, # column
|
337
|
+
"bldgHVACStorageType" : {
|
338
|
+
"nodetype" : "column",
|
339
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
340
|
+
"oid" : "1.3.6.1.3.122.1.1.1.9",
|
341
|
+
"status" : "current",
|
342
|
+
"syntax" : {
|
343
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
|
344
|
+
},
|
345
|
+
"access" : "readwrite",
|
346
|
+
"description" :
|
347
|
+
"""The persistence of this row of the table in system storage,
|
348
|
+
as it pertains to permanence across system resets. A columnar
|
349
|
+
instance of this object with value 'permanent' need not allow
|
350
|
+
write-access to any of the columnar object instances in the
|
351
|
+
containing row.""",
|
352
|
+
}, # column
|
353
|
+
"bldgHVACStatus" : {
|
354
|
+
"nodetype" : "column",
|
355
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
356
|
+
"oid" : "1.3.6.1.3.122.1.1.1.10",
|
357
|
+
"status" : "current",
|
358
|
+
"syntax" : {
|
359
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
360
|
+
},
|
361
|
+
"access" : "readwrite",
|
362
|
+
"description" :
|
363
|
+
"""Controls and reflects the creation and activation status of
|
364
|
+
a row in this table.
|
365
|
+
|
366
|
+
No attempt to modify a row columnar object instance value in
|
367
|
+
|
368
|
+
|
369
|
+
|
370
|
+
the bldgHVACTable should be issued while the value of
|
371
|
+
bldgHVACStatus is active(1). Should an agent receive a SET
|
372
|
+
PDU attempting such a modification in this state, an
|
373
|
+
inconsistentValue error should be returned as a result of
|
374
|
+
the SET attempt.""",
|
375
|
+
}, # column
|
376
|
+
"bldgHVACCfgTemplateInfoTable" : {
|
377
|
+
"nodetype" : "table",
|
378
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
379
|
+
"oid" : "1.3.6.1.3.122.1.2",
|
380
|
+
"status" : "current",
|
381
|
+
"description" :
|
382
|
+
"""This table provides unique string identification for
|
383
|
+
HVAC templates in a network. If it were necessary to
|
384
|
+
configure rooms to deliver a particular quality of climate
|
385
|
+
control with regard to cooling or heating, the index string
|
386
|
+
of a row in this table could be the template name.
|
387
|
+
The bldgHVACCfgCfgTemplateInfoDescription
|
388
|
+
contains a brief description of the template service objective
|
389
|
+
such as: provides summer cooling settings for executive
|
390
|
+
offices. The bldgHVACCfgTemplateInfo in the
|
391
|
+
bldgHVACCfgTemplateTable will contain the pointer to the
|
392
|
+
relevant row in this table if it is intended that items
|
393
|
+
that point to a row in the bldgHVACCfgTemplateInfoTable be
|
394
|
+
identifiable as being under template control though this
|
395
|
+
mechanism.""",
|
396
|
+
}, # table
|
397
|
+
"bldgHVACCfgTemplateInfoEntry" : {
|
398
|
+
"nodetype" : "row",
|
399
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
400
|
+
"oid" : "1.3.6.1.3.122.1.2.1",
|
401
|
+
"create" : "true",
|
402
|
+
"status" : "current",
|
403
|
+
"linkage" : [
|
404
|
+
"bldgHVACCfgTemplateInfoIndex",
|
405
|
+
],
|
406
|
+
"description" :
|
407
|
+
"""Each row represents a particular template and
|
408
|
+
description. A given row instance can be created or
|
409
|
+
deleted by set operations upon its
|
410
|
+
bldgHVACCfgTemplateInfoStatus columnar object
|
411
|
+
instance.""",
|
412
|
+
}, # row
|
413
|
+
"bldgHVACCfgTemplateInfoIndex" : {
|
414
|
+
"nodetype" : "column",
|
415
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
416
|
+
"oid" : "1.3.6.1.3.122.1.2.1.1",
|
417
|
+
"status" : "current",
|
418
|
+
"syntax" : {
|
419
|
+
"type" : {
|
420
|
+
"basetype" : "Unsigned32",
|
421
|
+
"ranges" : [
|
422
|
+
{
|
423
|
+
"min" : "1",
|
424
|
+
"max" : "2147483647"
|
425
|
+
},
|
426
|
+
],
|
427
|
+
"range" : {
|
428
|
+
"min" : "1",
|
429
|
+
"max" : "2147483647"
|
430
|
+
},
|
431
|
+
},
|
432
|
+
},
|
433
|
+
"access" : "noaccess",
|
434
|
+
"description" :
|
435
|
+
"""The unique index to a row in this table.""",
|
436
|
+
}, # column
|
437
|
+
"bldgHVACCfgTemplateInfoID" : {
|
438
|
+
"nodetype" : "column",
|
439
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
440
|
+
"oid" : "1.3.6.1.3.122.1.2.1.2",
|
441
|
+
"status" : "current",
|
442
|
+
"syntax" : {
|
443
|
+
"type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
444
|
+
},
|
445
|
+
"access" : "readwrite",
|
446
|
+
"description" :
|
447
|
+
"""Textual identifier for this table row, and, consequently
|
448
|
+
the template. This should be a unique name within
|
449
|
+
an administrative domain for a particular template so that
|
450
|
+
all systems in a network that are under the same template
|
451
|
+
can have the same 'handle' (e.g., 'Executive Offices',
|
452
|
+
'Lobby Areas').""",
|
453
|
+
}, # column
|
454
|
+
"bldgHVACCfgTemplateInfoDescr" : {
|
455
|
+
"nodetype" : "column",
|
456
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
457
|
+
"oid" : "1.3.6.1.3.122.1.2.1.3",
|
458
|
+
"status" : "current",
|
459
|
+
"syntax" : {
|
460
|
+
"type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
461
|
+
},
|
462
|
+
"access" : "readwrite",
|
463
|
+
"description" :
|
464
|
+
"""A general description of the template. One example might
|
465
|
+
be - Controls the cooling for offices on higher floors
|
466
|
+
during the summer.""",
|
467
|
+
}, # column
|
468
|
+
"bldgHVACCfgTemplateInfoOwner" : {
|
469
|
+
"nodetype" : "column",
|
470
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
471
|
+
"oid" : "1.3.6.1.3.122.1.2.1.4",
|
472
|
+
"status" : "current",
|
473
|
+
"syntax" : {
|
474
|
+
"type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
475
|
+
},
|
476
|
+
"access" : "readwrite",
|
477
|
+
"description" :
|
478
|
+
"""The identity of the operator/system that last modified
|
479
|
+
this entry.""",
|
480
|
+
}, # column
|
481
|
+
"bldgHVACCfgTemplateInfoStatus" : {
|
482
|
+
"nodetype" : "column",
|
483
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
484
|
+
"oid" : "1.3.6.1.3.122.1.2.1.5",
|
485
|
+
"status" : "current",
|
486
|
+
"syntax" : {
|
487
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
488
|
+
},
|
489
|
+
"access" : "readwrite",
|
490
|
+
"description" :
|
491
|
+
"""The activation status of this row.
|
492
|
+
|
493
|
+
No attempt to modify a row columnar object instance value in
|
494
|
+
the bldgHVACCfgTemplateInfo Table should be issued while the
|
495
|
+
value of bldgHVACCfgTemplateInfoStatus is active(1).
|
496
|
+
Should an agent receive a SET PDU attempting such a modification
|
497
|
+
in this state, an inconsistentValue error should be returned as
|
498
|
+
a result of the SET attempt.""",
|
499
|
+
}, # column
|
500
|
+
"bldgHVACCfgTemplateInfoStorType" : {
|
501
|
+
"nodetype" : "column",
|
502
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
503
|
+
"oid" : "1.3.6.1.3.122.1.2.1.6",
|
504
|
+
"status" : "current",
|
505
|
+
"syntax" : {
|
506
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
|
507
|
+
},
|
508
|
+
"access" : "readwrite",
|
509
|
+
"description" :
|
510
|
+
"""The persistence of this row of the table in system storage,
|
511
|
+
as it pertains to permanence across system resets. A columnar
|
512
|
+
instance of this object with value 'permanent' need not allow
|
513
|
+
write-access to any of the columnar object instances in the
|
514
|
+
containing row.""",
|
515
|
+
}, # column
|
516
|
+
"bldgHVACCfgTemplateTable" : {
|
517
|
+
"nodetype" : "table",
|
518
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
519
|
+
"oid" : "1.3.6.1.3.122.1.3",
|
520
|
+
"status" : "current",
|
521
|
+
"description" :
|
522
|
+
"""This table contains the templates, which
|
523
|
+
can be used to set defaults that will
|
524
|
+
be applied to specific offices. The application
|
525
|
+
of those values is accomplished by having a row
|
526
|
+
instance of the bldgHVACTable reference a row of
|
527
|
+
this table (by the value of the former's
|
528
|
+
bldgHVACCfgTemplate columnar instance). Identifying
|
529
|
+
information concerning a row instance of this table
|
530
|
+
can be found in the columnar data of the row instance
|
531
|
+
of the bldgHVACCfgTemplateInfoTable entry referenced
|
532
|
+
by the bldgHVACCfgTemplateInfo columnar object of
|
533
|
+
this table.""",
|
534
|
+
}, # table
|
535
|
+
"bldgHVACCfgTemplateEntry" : {
|
536
|
+
"nodetype" : "row",
|
537
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
538
|
+
"oid" : "1.3.6.1.3.122.1.3.1",
|
539
|
+
"create" : "true",
|
540
|
+
"status" : "current",
|
541
|
+
"linkage" : [
|
542
|
+
"bldgHVACCfgTemplateIndex",
|
543
|
+
],
|
544
|
+
"description" :
|
545
|
+
"""Each row represents a single set of template parameters
|
546
|
+
that can be applied to selected instances - in this case
|
547
|
+
offices. These policies will be turned on and off by the
|
548
|
+
policy module through its scheduling facilities.
|
549
|
+
|
550
|
+
A given row instance can be created or
|
551
|
+
deleted by set operations upon its
|
552
|
+
bldgHVACCfgTemplateStatus columnar object instance.""",
|
553
|
+
}, # row
|
554
|
+
"bldgHVACCfgTemplateIndex" : {
|
555
|
+
"nodetype" : "column",
|
556
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
557
|
+
"oid" : "1.3.6.1.3.122.1.3.1.1",
|
558
|
+
"status" : "current",
|
559
|
+
"syntax" : {
|
560
|
+
"type" : {
|
561
|
+
"basetype" : "Unsigned32",
|
562
|
+
"ranges" : [
|
563
|
+
{
|
564
|
+
"min" : "1",
|
565
|
+
"max" : "2147483647"
|
566
|
+
},
|
567
|
+
],
|
568
|
+
"range" : {
|
569
|
+
"min" : "1",
|
570
|
+
"max" : "2147483647"
|
571
|
+
},
|
572
|
+
},
|
573
|
+
},
|
574
|
+
"access" : "noaccess",
|
575
|
+
"description" :
|
576
|
+
"""A unique value for each defined template in this
|
577
|
+
table. This value can be referenced as a row index
|
578
|
+
by any MIB module that needs access to this information.
|
579
|
+
The bldgHVACCfgTemplate will point to entries in this
|
580
|
+
table.""",
|
581
|
+
}, # column
|
582
|
+
"bldgHVACCfgTemplateDesiredTemp" : {
|
583
|
+
"nodetype" : "column",
|
584
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
585
|
+
"oid" : "1.3.6.1.3.122.1.3.1.2",
|
586
|
+
"status" : "current",
|
587
|
+
"syntax" : {
|
588
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
|
589
|
+
},
|
590
|
+
"access" : "readwrite",
|
591
|
+
"units" : "degrees in celsius",
|
592
|
+
"description" :
|
593
|
+
"""This is the desired temperature setting. It might be
|
594
|
+
changed at different times of the day or based on
|
595
|
+
seasonal conditions. It is permitted to change this value
|
596
|
+
by first moving the row to an inactive state, making the
|
597
|
+
|
598
|
+
|
599
|
+
|
600
|
+
change and then reactivating the row.""",
|
601
|
+
}, # column
|
602
|
+
"bldgHVACCfgTemplateCoolOrHeat" : {
|
603
|
+
"nodetype" : "column",
|
604
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
605
|
+
"oid" : "1.3.6.1.3.122.1.3.1.3",
|
606
|
+
"status" : "current",
|
607
|
+
"syntax" : {
|
608
|
+
"type" : { "module" :"BLDG-HVAC-MIB", "name" : "BldgHvacOperation"},
|
609
|
+
},
|
610
|
+
"access" : "readwrite",
|
611
|
+
"description" :
|
612
|
+
"""This controls the heating and cooling mechanism and is
|
613
|
+
set-able by building maintenance. It is permitted to
|
614
|
+
change this value by first moving the row to an inactive
|
615
|
+
state, making the change and then reactivating the row.""",
|
616
|
+
}, # column
|
617
|
+
"bldgHVACCfgTemplateInfo" : {
|
618
|
+
"nodetype" : "column",
|
619
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
620
|
+
"oid" : "1.3.6.1.3.122.1.3.1.4",
|
621
|
+
"status" : "current",
|
622
|
+
"syntax" : {
|
623
|
+
"type" : { "module" :"", "name" : "Unsigned32"},
|
624
|
+
},
|
625
|
+
"access" : "readwrite",
|
626
|
+
"description" :
|
627
|
+
"""This object points to a row in the
|
628
|
+
bldgHVACCfgTemplateInfoTable. This controls the
|
629
|
+
heating and cooling mechanism and is set-able by
|
630
|
+
building maintenance. It is permissible to change
|
631
|
+
this value by first moving the row to an inactive
|
632
|
+
state, making the change and then reactivating
|
633
|
+
the row. A value of zero means that this entry
|
634
|
+
is not associated with a named template found
|
635
|
+
in the bldgHVACCfgTemplateInfoTable.""",
|
636
|
+
}, # column
|
637
|
+
"bldgHVACCfgTemplateOwner" : {
|
638
|
+
"nodetype" : "column",
|
639
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
640
|
+
"oid" : "1.3.6.1.3.122.1.3.1.5",
|
641
|
+
"status" : "current",
|
642
|
+
"syntax" : {
|
643
|
+
"type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
644
|
+
},
|
645
|
+
"access" : "readwrite",
|
646
|
+
"description" :
|
647
|
+
"""The identity of the administrative entity
|
648
|
+
that created this row of the table.""",
|
649
|
+
}, # column
|
650
|
+
"bldgHVACCfgTemplateStorage" : {
|
651
|
+
"nodetype" : "column",
|
652
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
653
|
+
"oid" : "1.3.6.1.3.122.1.3.1.6",
|
654
|
+
"status" : "current",
|
655
|
+
"syntax" : {
|
656
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
|
657
|
+
},
|
658
|
+
"access" : "readwrite",
|
659
|
+
"description" :
|
660
|
+
"""The persistence of this row of the table across
|
661
|
+
system resets. A columnar instance of this object with
|
662
|
+
value 'permanent' need not allow write-access to any
|
663
|
+
of the columnar object instances in the containing row.""",
|
664
|
+
}, # column
|
665
|
+
"bldgHVACCfgTemplateStatus" : {
|
666
|
+
"nodetype" : "column",
|
667
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
668
|
+
"oid" : "1.3.6.1.3.122.1.3.1.7",
|
669
|
+
"status" : "current",
|
670
|
+
"syntax" : {
|
671
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
672
|
+
},
|
673
|
+
"access" : "readwrite",
|
674
|
+
"description" :
|
675
|
+
"""The activation status of this row of the table.
|
676
|
+
|
677
|
+
No attempt to modify a row columnar object instance value in
|
678
|
+
the bldgHVACCfgTemplateTable should be issued while the
|
679
|
+
value of bldgHVACCfgTemplateStatus is active(1).
|
680
|
+
Should an agent receive a SET PDU attempting such a modification
|
681
|
+
in this state, an inconsistentValue error should be returned as
|
682
|
+
a result of the SET attempt.""",
|
683
|
+
}, # column
|
684
|
+
"bldgConformance" : {
|
685
|
+
"nodetype" : "node",
|
686
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
687
|
+
"oid" : "1.3.6.1.3.122.2",
|
688
|
+
}, # node
|
689
|
+
"bldgCompliances" : {
|
690
|
+
"nodetype" : "node",
|
691
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
692
|
+
"oid" : "1.3.6.1.3.122.2.1",
|
693
|
+
}, # node
|
694
|
+
"bldgGroups" : {
|
695
|
+
"nodetype" : "node",
|
696
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
697
|
+
"oid" : "1.3.6.1.3.122.2.2",
|
698
|
+
}, # node
|
699
|
+
}, # nodes
|
700
|
+
|
701
|
+
"groups" : {
|
702
|
+
"bldgHVACObjectsGroup" : {
|
703
|
+
"nodetype" : "group",
|
704
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
705
|
+
"oid" : "1.3.6.1.3.122.2.2.1",
|
706
|
+
"status" : "current",
|
707
|
+
"members" : {
|
708
|
+
"bldgHVACCfgTemplate" : {
|
709
|
+
"nodetype" : "member",
|
710
|
+
"module" : "BLDG-HVAC-MIB"
|
711
|
+
},
|
712
|
+
"bldgHVACFanSpeed" : {
|
713
|
+
"nodetype" : "member",
|
714
|
+
"module" : "BLDG-HVAC-MIB"
|
715
|
+
},
|
716
|
+
"bldgHVACCurrentTemp" : {
|
717
|
+
"nodetype" : "member",
|
718
|
+
"module" : "BLDG-HVAC-MIB"
|
719
|
+
},
|
720
|
+
"bldgHVACCoolOrHeatMins" : {
|
721
|
+
"nodetype" : "member",
|
722
|
+
"module" : "BLDG-HVAC-MIB"
|
723
|
+
},
|
724
|
+
"bldgHVACDiscontinuityTime" : {
|
725
|
+
"nodetype" : "member",
|
726
|
+
"module" : "BLDG-HVAC-MIB"
|
727
|
+
},
|
728
|
+
"bldgHVACOwner" : {
|
729
|
+
"nodetype" : "member",
|
730
|
+
"module" : "BLDG-HVAC-MIB"
|
731
|
+
},
|
732
|
+
"bldgHVACStatus" : {
|
733
|
+
"nodetype" : "member",
|
734
|
+
"module" : "BLDG-HVAC-MIB"
|
735
|
+
},
|
736
|
+
"bldgHVACStorageType" : {
|
737
|
+
"nodetype" : "member",
|
738
|
+
"module" : "BLDG-HVAC-MIB"
|
739
|
+
},
|
740
|
+
"bldgHVACCfgTemplateInfoID" : {
|
741
|
+
"nodetype" : "member",
|
742
|
+
"module" : "BLDG-HVAC-MIB"
|
743
|
+
},
|
744
|
+
"bldgHVACCfgTemplateInfoDescr" : {
|
745
|
+
"nodetype" : "member",
|
746
|
+
"module" : "BLDG-HVAC-MIB"
|
747
|
+
},
|
748
|
+
"bldgHVACCfgTemplateInfoOwner" : {
|
749
|
+
"nodetype" : "member",
|
750
|
+
"module" : "BLDG-HVAC-MIB"
|
751
|
+
},
|
752
|
+
"bldgHVACCfgTemplateInfoStatus" : {
|
753
|
+
"nodetype" : "member",
|
754
|
+
"module" : "BLDG-HVAC-MIB"
|
755
|
+
},
|
756
|
+
"bldgHVACCfgTemplateInfoStorType" : {
|
757
|
+
"nodetype" : "member",
|
758
|
+
"module" : "BLDG-HVAC-MIB"
|
759
|
+
},
|
760
|
+
"bldgHVACCfgTemplateDesiredTemp" : {
|
761
|
+
"nodetype" : "member",
|
762
|
+
"module" : "BLDG-HVAC-MIB"
|
763
|
+
},
|
764
|
+
"bldgHVACCfgTemplateCoolOrHeat" : {
|
765
|
+
"nodetype" : "member",
|
766
|
+
"module" : "BLDG-HVAC-MIB"
|
767
|
+
},
|
768
|
+
"bldgHVACCfgTemplateInfo" : {
|
769
|
+
"nodetype" : "member",
|
770
|
+
"module" : "BLDG-HVAC-MIB"
|
771
|
+
},
|
772
|
+
"bldgHVACCfgTemplateOwner" : {
|
773
|
+
"nodetype" : "member",
|
774
|
+
"module" : "BLDG-HVAC-MIB"
|
775
|
+
},
|
776
|
+
"bldgHVACCfgTemplateStorage" : {
|
777
|
+
"nodetype" : "member",
|
778
|
+
"module" : "BLDG-HVAC-MIB"
|
779
|
+
},
|
780
|
+
"bldgHVACCfgTemplateStatus" : {
|
781
|
+
"nodetype" : "member",
|
782
|
+
"module" : "BLDG-HVAC-MIB"
|
783
|
+
},
|
784
|
+
}, # members
|
785
|
+
"description" :
|
786
|
+
"""The bldgHVACObjects Group.""",
|
787
|
+
}, # group
|
788
|
+
}, # groups
|
789
|
+
|
790
|
+
"compliances" : {
|
791
|
+
"bldgCompliance" : {
|
792
|
+
"nodetype" : "compliance",
|
793
|
+
"moduleName" : "BLDG-HVAC-MIB",
|
794
|
+
"oid" : "1.3.6.1.3.122.2.1.1",
|
795
|
+
"status" : "current",
|
796
|
+
"description" :
|
797
|
+
"""The requirements for conformance to the BLDG-HVAC-MIB. The
|
798
|
+
bldgHVACObjects group must be implemented to conform to the
|
799
|
+
BLDG-HVAC-MIB.""",
|
800
|
+
"requires" : {
|
801
|
+
"bldgHVACObjectsGroup" : {
|
802
|
+
"nodetype" : "optional",
|
803
|
+
"module" : "BLDG-HVAC-MIB",
|
804
|
+
"description" :
|
805
|
+
"""The bldgHVACObjects is mandatory for all systems that
|
806
|
+
support HVAC systems.""",
|
807
|
+
},
|
808
|
+
}, # requires
|
809
|
+
}, # compliance
|
810
|
+
}, # compliances
|
811
|
+
|
812
|
+
}
|