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,708 @@
|
|
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 AGGREGATE-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/AGGREGATE-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "AGGREGATE-MIB",
|
11
|
+
|
12
|
+
"AGGREGATE-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""Cyber Solutions Inc. NetMan Working Group""",
|
17
|
+
"contact" :
|
18
|
+
""" Glenn Mansfield Keeni
|
19
|
+
Postal: Cyber Solutions Inc.
|
20
|
+
6-6-3, Minami Yoshinari
|
21
|
+
Aoba-ku, Sendai, Japan 989-3204.
|
22
|
+
Tel: +81-22-303-4012
|
23
|
+
Fax: +81-22-303-4015
|
24
|
+
E-mail: glenn@cysols.com
|
25
|
+
|
26
|
+
Support Group E-mail: mibsupport@cysols.com""",
|
27
|
+
"description" :
|
28
|
+
"""The MIB for servicing aggregate objects.
|
29
|
+
|
30
|
+
Copyright (C) The Internet Society (2006). This
|
31
|
+
version of this MIB module is part of RFC 4498;
|
32
|
+
see the RFC itself for full legal notices.""",
|
33
|
+
"revisions" : (
|
34
|
+
{
|
35
|
+
"date" : "2006-04-27 00:00",
|
36
|
+
"description" :
|
37
|
+
"""Initial version, published as RFC 4498.""",
|
38
|
+
},
|
39
|
+
),
|
40
|
+
"identity node" : "aggrMIB",
|
41
|
+
},
|
42
|
+
|
43
|
+
"imports" : (
|
44
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
45
|
+
{"module" : "SNMPv2-SMI", "name" : "experimental"},
|
46
|
+
{"module" : "SNMPv2-SMI", "name" : "Unsigned32"},
|
47
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
48
|
+
{"module" : "SNMPv2-SMI", "name" : "Opaque"},
|
49
|
+
{"module" : "RMON-MIB", "name" : "OwnerString"},
|
50
|
+
{"module" : "SNMPv2-TC", "name" : "RowStatus"},
|
51
|
+
{"module" : "SNMPv2-TC", "name" : "StorageType"},
|
52
|
+
{"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
|
53
|
+
{"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
|
54
|
+
{"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
|
55
|
+
{"module" : "SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
56
|
+
),
|
57
|
+
|
58
|
+
"typedefs" : {
|
59
|
+
"AggrMOErrorStatus" : {
|
60
|
+
"basetype" : "OctetString",
|
61
|
+
"status" : "current",
|
62
|
+
"parent module" : {
|
63
|
+
"name" : "SNMPv2-SMI",
|
64
|
+
"type" : "Opaque",
|
65
|
+
},
|
66
|
+
"ranges" : [
|
67
|
+
{
|
68
|
+
"min" : "0",
|
69
|
+
"max" : "1024"
|
70
|
+
},
|
71
|
+
],
|
72
|
+
"range" : {
|
73
|
+
"min" : "0",
|
74
|
+
"max" : "1024"
|
75
|
+
},
|
76
|
+
"description" :
|
77
|
+
"""This data type is used to model the error status of the
|
78
|
+
constituent MO instances. The error status for a
|
79
|
+
constituent MO instance is given in terms of two elements:
|
80
|
+
o The moIndex, which indicates the position of the MO
|
81
|
+
instance (starting at 1) in the value of the aggregated
|
82
|
+
MO instance.
|
83
|
+
o The moError, which indicates the error that was
|
84
|
+
encountered in fetching that MO instance.
|
85
|
+
The syntax in ASN.1 Notation will be
|
86
|
+
ErrorStatus :: = SEQUENCE {
|
87
|
+
moIndex Integer32,
|
88
|
+
moError SnmpPduErrorStatus
|
89
|
+
}
|
90
|
+
AggrMOErrorStatus ::= SEQUENCE OF {
|
91
|
+
ErrorStatus
|
92
|
+
}
|
93
|
+
Note1: The command responder will supply values for all
|
94
|
+
constituent MO instances, in the same order in
|
95
|
+
which the MO instances are specified for the AgMO.
|
96
|
+
If an error is encountered for an MO instance, then
|
97
|
+
the corresponding value will have an ASN.1 value NULL,
|
98
|
+
and an error will be flagged in the corresponding
|
99
|
+
AggrMOErrorStatus object.
|
100
|
+
Only MOs for which errors have been encountered will
|
101
|
+
have their corresponding moIndex and moError values
|
102
|
+
set.
|
103
|
+
Note2: The error code for the component MO instances will be
|
104
|
+
in accordance with the SnmpPduErrorStatus TC defined
|
105
|
+
in the DISMAN-SCHEDULE-MIB [RFC3231].
|
106
|
+
Note3: The command generator will need to know
|
107
|
+
constituent MO instances and their order to correctly
|
108
|
+
interpret AggrMOErrorStatus.""",
|
109
|
+
},
|
110
|
+
"AggrMOValue" : {
|
111
|
+
"basetype" : "OctetString",
|
112
|
+
"status" : "current",
|
113
|
+
"parent module" : {
|
114
|
+
"name" : "SNMPv2-SMI",
|
115
|
+
"type" : "Opaque",
|
116
|
+
},
|
117
|
+
"ranges" : [
|
118
|
+
{
|
119
|
+
"min" : "0",
|
120
|
+
"max" : "1024"
|
121
|
+
},
|
122
|
+
],
|
123
|
+
"range" : {
|
124
|
+
"min" : "0",
|
125
|
+
"max" : "1024"
|
126
|
+
},
|
127
|
+
"description" :
|
128
|
+
"""This data type is used to model the aggregate
|
129
|
+
MOs. It will have a format dependent on the constituent
|
130
|
+
MOs, a sequence of values. The syntax in ASN.1 Notation will
|
131
|
+
be
|
132
|
+
MOValue :: = SEQUENCE {
|
133
|
+
value ObjectSyntax
|
134
|
+
}
|
135
|
+
where 'value' is the value of a constituent MO instance.
|
136
|
+
AggrMOValue :: = SEQUENCE OF {
|
137
|
+
MOValue
|
138
|
+
}
|
139
|
+
|
140
|
+
Note: The command generator will need to know the
|
141
|
+
constituent MO instances and their order to
|
142
|
+
correctly interpret AggrMOValue.""",
|
143
|
+
},
|
144
|
+
"AggrMOCompressedValue" : {
|
145
|
+
"basetype" : "OctetString",
|
146
|
+
"status" : "current",
|
147
|
+
"ranges" : [
|
148
|
+
{
|
149
|
+
"min" : "0",
|
150
|
+
"max" : "1024"
|
151
|
+
},
|
152
|
+
],
|
153
|
+
"range" : {
|
154
|
+
"min" : "0",
|
155
|
+
"max" : "1024"
|
156
|
+
},
|
157
|
+
"description" :
|
158
|
+
"""This data type is used to model the compressed
|
159
|
+
aggregate MOs.""",
|
160
|
+
},
|
161
|
+
}, # typedefs
|
162
|
+
|
163
|
+
"nodes" : {
|
164
|
+
"aggrMIB" : {
|
165
|
+
"nodetype" : "node",
|
166
|
+
"moduleName" : "AGGREGATE-MIB",
|
167
|
+
"oid" : "1.3.6.1.3.123",
|
168
|
+
"status" : "current",
|
169
|
+
}, # node
|
170
|
+
"aggrCtlTable" : {
|
171
|
+
"nodetype" : "table",
|
172
|
+
"moduleName" : "AGGREGATE-MIB",
|
173
|
+
"oid" : "1.3.6.1.3.123.1",
|
174
|
+
"status" : "current",
|
175
|
+
"description" :
|
176
|
+
"""A table that controls the aggregation of the MOs.""",
|
177
|
+
}, # table
|
178
|
+
"aggrCtlEntry" : {
|
179
|
+
"nodetype" : "row",
|
180
|
+
"moduleName" : "AGGREGATE-MIB",
|
181
|
+
"oid" : "1.3.6.1.3.123.1.1",
|
182
|
+
"create" : "true",
|
183
|
+
"status" : "current",
|
184
|
+
"linkage" : [
|
185
|
+
"aggrCtlEntryID",
|
186
|
+
],
|
187
|
+
"description" :
|
188
|
+
"""A row of the control table that defines one aggregated
|
189
|
+
MO.
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
Entries in this table are required to survive a reboot
|
196
|
+
of the managed entity depending on the value of the
|
197
|
+
corresponding aggrCtlEntryStorageType instance.""",
|
198
|
+
}, # row
|
199
|
+
"aggrCtlEntryID" : {
|
200
|
+
"nodetype" : "column",
|
201
|
+
"moduleName" : "AGGREGATE-MIB",
|
202
|
+
"oid" : "1.3.6.1.3.123.1.1.1",
|
203
|
+
"status" : "current",
|
204
|
+
"syntax" : {
|
205
|
+
"type" : {
|
206
|
+
"basetype" : "OctetString",
|
207
|
+
"parent module" : {
|
208
|
+
"name" : "SNMP-FRAMEWORK-MIB",
|
209
|
+
"type" : "SnmpAdminString",
|
210
|
+
},
|
211
|
+
"ranges" : [
|
212
|
+
{
|
213
|
+
"min" : "1",
|
214
|
+
"max" : "32"
|
215
|
+
},
|
216
|
+
],
|
217
|
+
"range" : {
|
218
|
+
"min" : "1",
|
219
|
+
"max" : "32"
|
220
|
+
},
|
221
|
+
},
|
222
|
+
},
|
223
|
+
"access" : "noaccess",
|
224
|
+
"description" :
|
225
|
+
"""A locally unique, administratively assigned name
|
226
|
+
for this aggregated MO. It is used as an index to
|
227
|
+
uniquely identify this row in the table.""",
|
228
|
+
}, # column
|
229
|
+
"aggrCtlMOIndex" : {
|
230
|
+
"nodetype" : "column",
|
231
|
+
"moduleName" : "AGGREGATE-MIB",
|
232
|
+
"oid" : "1.3.6.1.3.123.1.1.2",
|
233
|
+
"status" : "current",
|
234
|
+
"syntax" : {
|
235
|
+
"type" : {
|
236
|
+
"basetype" : "Unsigned32",
|
237
|
+
"ranges" : [
|
238
|
+
{
|
239
|
+
"min" : "1",
|
240
|
+
"max" : "2147483647"
|
241
|
+
},
|
242
|
+
],
|
243
|
+
"range" : {
|
244
|
+
"min" : "1",
|
245
|
+
"max" : "2147483647"
|
246
|
+
},
|
247
|
+
},
|
248
|
+
},
|
249
|
+
"access" : "readwrite",
|
250
|
+
"description" :
|
251
|
+
"""A pointer to a group of MOs identified by aggrMOEntryID
|
252
|
+
in the aggrMOTable. This is the group of MOs that will
|
253
|
+
be aggregated.""",
|
254
|
+
}, # column
|
255
|
+
"aggrCtlMODescr" : {
|
256
|
+
"nodetype" : "column",
|
257
|
+
"moduleName" : "AGGREGATE-MIB",
|
258
|
+
"oid" : "1.3.6.1.3.123.1.1.3",
|
259
|
+
"status" : "current",
|
260
|
+
"syntax" : {
|
261
|
+
"type" : {
|
262
|
+
"basetype" : "OctetString",
|
263
|
+
"parent module" : {
|
264
|
+
"name" : "SNMP-FRAMEWORK-MIB",
|
265
|
+
"type" : "SnmpAdminString",
|
266
|
+
},
|
267
|
+
"ranges" : [
|
268
|
+
{
|
269
|
+
"min" : "0",
|
270
|
+
"max" : "64"
|
271
|
+
},
|
272
|
+
],
|
273
|
+
"range" : {
|
274
|
+
"min" : "0",
|
275
|
+
"max" : "64"
|
276
|
+
},
|
277
|
+
},
|
278
|
+
},
|
279
|
+
"access" : "readwrite",
|
280
|
+
"description" :
|
281
|
+
"""A textual description of the object that is
|
282
|
+
being aggregated.""",
|
283
|
+
}, # column
|
284
|
+
"aggrCtlCompressionAlgorithm" : {
|
285
|
+
"nodetype" : "column",
|
286
|
+
"moduleName" : "AGGREGATE-MIB",
|
287
|
+
"oid" : "1.3.6.1.3.123.1.1.4",
|
288
|
+
"status" : "current",
|
289
|
+
"syntax" : {
|
290
|
+
"type" : {
|
291
|
+
"basetype" : "Enumeration",
|
292
|
+
"none" : {
|
293
|
+
"nodetype" : "namednumber",
|
294
|
+
"number" : "1"
|
295
|
+
},
|
296
|
+
"deflate" : {
|
297
|
+
"nodetype" : "namednumber",
|
298
|
+
"number" : "2"
|
299
|
+
},
|
300
|
+
},
|
301
|
+
},
|
302
|
+
"access" : "readwrite",
|
303
|
+
"default" : "none",
|
304
|
+
"description" :
|
305
|
+
"""The compression algorithm that will be used by
|
306
|
+
the agent to compress the value of the aggregated
|
307
|
+
object.
|
308
|
+
The deflate algorithm and corresponding data format
|
309
|
+
specification is described in RFC 1951. It is
|
310
|
+
compatible with the widely used gzip utility.""",
|
311
|
+
"reference" :
|
312
|
+
"""RFC1951 : DEFLATE Compressed Data Format Specification
|
313
|
+
version 1.3""",
|
314
|
+
}, # column
|
315
|
+
"aggrCtlEntryOwner" : {
|
316
|
+
"nodetype" : "column",
|
317
|
+
"moduleName" : "AGGREGATE-MIB",
|
318
|
+
"oid" : "1.3.6.1.3.123.1.1.5",
|
319
|
+
"status" : "current",
|
320
|
+
"syntax" : {
|
321
|
+
"type" : { "module" :"RMON-MIB", "name" : "OwnerString"},
|
322
|
+
},
|
323
|
+
"access" : "readwrite",
|
324
|
+
"description" :
|
325
|
+
"""The entity that created this entry.""",
|
326
|
+
}, # column
|
327
|
+
"aggrCtlEntryStorageType" : {
|
328
|
+
"nodetype" : "column",
|
329
|
+
"moduleName" : "AGGREGATE-MIB",
|
330
|
+
"oid" : "1.3.6.1.3.123.1.1.6",
|
331
|
+
"status" : "current",
|
332
|
+
"syntax" : {
|
333
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
|
334
|
+
},
|
335
|
+
"access" : "readwrite",
|
336
|
+
"description" :
|
337
|
+
"""This object defines whether the parameters defined in
|
338
|
+
this row are kept in volatile storage and lost upon
|
339
|
+
reboot or backed up by non-volatile (permanent)
|
340
|
+
storage.
|
341
|
+
|
342
|
+
Conceptual rows having the value 'permanent' need not
|
343
|
+
allow write-access to any columnar objects in the row.""",
|
344
|
+
}, # column
|
345
|
+
"aggrCtlEntryStatus" : {
|
346
|
+
"nodetype" : "column",
|
347
|
+
"moduleName" : "AGGREGATE-MIB",
|
348
|
+
"oid" : "1.3.6.1.3.123.1.1.7",
|
349
|
+
"status" : "current",
|
350
|
+
"syntax" : {
|
351
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
352
|
+
},
|
353
|
+
"access" : "readwrite",
|
354
|
+
"description" :
|
355
|
+
"""The row status variable, used according to row
|
356
|
+
installation and removal conventions.
|
357
|
+
Objects in a row can be modified only when the value of
|
358
|
+
this object in the corresponding conceptual row is not
|
359
|
+
'active'.
|
360
|
+
Thus, to modify one or more of the objects in this
|
361
|
+
conceptual row,
|
362
|
+
a. change the row status to 'notInService',
|
363
|
+
b. change the values of the row, and
|
364
|
+
c. change the row status to 'active'.
|
365
|
+
The aggrCtlEntryStatus may be changed to 'active' if
|
366
|
+
all the MOs in the conceptual row have been assigned
|
367
|
+
valid values.""",
|
368
|
+
}, # column
|
369
|
+
"aggrMOTable" : {
|
370
|
+
"nodetype" : "table",
|
371
|
+
"moduleName" : "AGGREGATE-MIB",
|
372
|
+
"oid" : "1.3.6.1.3.123.2",
|
373
|
+
"status" : "current",
|
374
|
+
"description" :
|
375
|
+
"""The table of primary(simple) MOs that will be aggregated.
|
376
|
+
Each row in this table represents a MO that will be
|
377
|
+
aggregated. The aggrMOEntryID index is used to identify
|
378
|
+
the group of MOs that will be aggregated. The
|
379
|
+
aggrMOIndex instance in the corresponding row of the
|
380
|
+
aggrCtlTable will have a value equal to the value of
|
381
|
+
aggrMOEntryID. The aggrMOEntryMOID index is used to
|
382
|
+
identify an MO in the group.""",
|
383
|
+
}, # table
|
384
|
+
"aggrMOEntry" : {
|
385
|
+
"nodetype" : "row",
|
386
|
+
"moduleName" : "AGGREGATE-MIB",
|
387
|
+
"oid" : "1.3.6.1.3.123.2.1",
|
388
|
+
"create" : "true",
|
389
|
+
"status" : "current",
|
390
|
+
"linkage" : [
|
391
|
+
"aggrMOEntryID",
|
392
|
+
"aggrMOEntryMOID",
|
393
|
+
],
|
394
|
+
"description" :
|
395
|
+
"""A row of the table that specifies one MO.
|
396
|
+
Entries in this table are required to survive a reboot
|
397
|
+
of the managed entity depending on the value of the
|
398
|
+
corresponding aggrMOEntryStorageType instance.""",
|
399
|
+
}, # row
|
400
|
+
"aggrMOEntryID" : {
|
401
|
+
"nodetype" : "column",
|
402
|
+
"moduleName" : "AGGREGATE-MIB",
|
403
|
+
"oid" : "1.3.6.1.3.123.2.1.1",
|
404
|
+
"status" : "current",
|
405
|
+
"syntax" : {
|
406
|
+
"type" : {
|
407
|
+
"basetype" : "Unsigned32",
|
408
|
+
"ranges" : [
|
409
|
+
{
|
410
|
+
"min" : "1",
|
411
|
+
"max" : "2147483647"
|
412
|
+
},
|
413
|
+
],
|
414
|
+
"range" : {
|
415
|
+
"min" : "1",
|
416
|
+
"max" : "2147483647"
|
417
|
+
},
|
418
|
+
},
|
419
|
+
},
|
420
|
+
"access" : "noaccess",
|
421
|
+
"description" :
|
422
|
+
"""An index uniquely identifying a group of MOs
|
423
|
+
that will be aggregated.""",
|
424
|
+
}, # column
|
425
|
+
"aggrMOEntryMOID" : {
|
426
|
+
"nodetype" : "column",
|
427
|
+
"moduleName" : "AGGREGATE-MIB",
|
428
|
+
"oid" : "1.3.6.1.3.123.2.1.2",
|
429
|
+
"status" : "current",
|
430
|
+
"syntax" : {
|
431
|
+
"type" : {
|
432
|
+
"basetype" : "Unsigned32",
|
433
|
+
"ranges" : [
|
434
|
+
{
|
435
|
+
"min" : "1",
|
436
|
+
"max" : "65535"
|
437
|
+
},
|
438
|
+
],
|
439
|
+
"range" : {
|
440
|
+
"min" : "1",
|
441
|
+
"max" : "65535"
|
442
|
+
},
|
443
|
+
},
|
444
|
+
},
|
445
|
+
"access" : "noaccess",
|
446
|
+
"description" :
|
447
|
+
"""An index to uniquely identify an MO instance in the
|
448
|
+
group of MO instances that will be aggregated.""",
|
449
|
+
}, # column
|
450
|
+
"aggrMOInstance" : {
|
451
|
+
"nodetype" : "column",
|
452
|
+
"moduleName" : "AGGREGATE-MIB",
|
453
|
+
"oid" : "1.3.6.1.3.123.2.1.3",
|
454
|
+
"status" : "current",
|
455
|
+
"syntax" : {
|
456
|
+
"type" : { "module" :"", "name" : "ObjectIdentifier"},
|
457
|
+
},
|
458
|
+
"access" : "readwrite",
|
459
|
+
"description" :
|
460
|
+
"""The OID of the MO instance, the value of which will
|
461
|
+
be sampled by the agent.""",
|
462
|
+
}, # column
|
463
|
+
"aggrMODescr" : {
|
464
|
+
"nodetype" : "column",
|
465
|
+
"moduleName" : "AGGREGATE-MIB",
|
466
|
+
"oid" : "1.3.6.1.3.123.2.1.4",
|
467
|
+
"status" : "current",
|
468
|
+
"syntax" : {
|
469
|
+
"type" : {
|
470
|
+
"basetype" : "OctetString",
|
471
|
+
"parent module" : {
|
472
|
+
"name" : "SNMP-FRAMEWORK-MIB",
|
473
|
+
"type" : "SnmpAdminString",
|
474
|
+
},
|
475
|
+
"ranges" : [
|
476
|
+
{
|
477
|
+
"min" : "0",
|
478
|
+
"max" : "64"
|
479
|
+
},
|
480
|
+
],
|
481
|
+
"range" : {
|
482
|
+
"min" : "0",
|
483
|
+
"max" : "64"
|
484
|
+
},
|
485
|
+
},
|
486
|
+
},
|
487
|
+
"access" : "readwrite",
|
488
|
+
"description" :
|
489
|
+
"""A textual description of the object that will
|
490
|
+
be aggregated.""",
|
491
|
+
}, # column
|
492
|
+
"aggrMOEntryStorageType" : {
|
493
|
+
"nodetype" : "column",
|
494
|
+
"moduleName" : "AGGREGATE-MIB",
|
495
|
+
"oid" : "1.3.6.1.3.123.2.1.5",
|
496
|
+
"status" : "current",
|
497
|
+
"syntax" : {
|
498
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
|
499
|
+
},
|
500
|
+
"access" : "readwrite",
|
501
|
+
"description" :
|
502
|
+
"""This object defines whether the parameters defined in
|
503
|
+
this row are kept in volatile storage and lost upon
|
504
|
+
reboot or backed up by non-volatile (permanent)
|
505
|
+
storage.
|
506
|
+
Conceptual rows having the value 'permanent' need not
|
507
|
+
allow write-access to any columnar objects in the row.""",
|
508
|
+
}, # column
|
509
|
+
"aggrMOEntryStatus" : {
|
510
|
+
"nodetype" : "column",
|
511
|
+
"moduleName" : "AGGREGATE-MIB",
|
512
|
+
"oid" : "1.3.6.1.3.123.2.1.6",
|
513
|
+
"status" : "current",
|
514
|
+
"syntax" : {
|
515
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
516
|
+
},
|
517
|
+
"access" : "readwrite",
|
518
|
+
"description" :
|
519
|
+
"""The row status variable, used according to row
|
520
|
+
installation and removal conventions.
|
521
|
+
Objects in a row can be modified only when the value of
|
522
|
+
this object in the corresponding conceptual row is not
|
523
|
+
'active'.
|
524
|
+
Thus, to modify one or more of the objects in this
|
525
|
+
conceptual row,
|
526
|
+
a. change the row status to 'notInService',
|
527
|
+
b. change the values of the row, and
|
528
|
+
c. change the row status to 'active'.
|
529
|
+
The aggrMOEntryStatus may be changed to 'active' iff
|
530
|
+
all the MOs in the conceptual row have been assigned
|
531
|
+
valid values.""",
|
532
|
+
}, # column
|
533
|
+
"aggrDataTable" : {
|
534
|
+
"nodetype" : "table",
|
535
|
+
"moduleName" : "AGGREGATE-MIB",
|
536
|
+
"oid" : "1.3.6.1.3.123.3",
|
537
|
+
"status" : "current",
|
538
|
+
"description" :
|
539
|
+
"""Each row of this table contains information
|
540
|
+
about an aggregateMO indexed by aggrCtlEntryID.""",
|
541
|
+
}, # table
|
542
|
+
"aggrDataEntry" : {
|
543
|
+
"nodetype" : "row",
|
544
|
+
"moduleName" : "AGGREGATE-MIB",
|
545
|
+
"oid" : "1.3.6.1.3.123.3.1",
|
546
|
+
"status" : "current",
|
547
|
+
"linkage" : [
|
548
|
+
"aggrCtlEntryID",
|
549
|
+
],
|
550
|
+
"description" :
|
551
|
+
"""Entry containing information pertaining to
|
552
|
+
an aggregate MO.""",
|
553
|
+
}, # row
|
554
|
+
"aggrDataRecord" : {
|
555
|
+
"nodetype" : "column",
|
556
|
+
"moduleName" : "AGGREGATE-MIB",
|
557
|
+
"oid" : "1.3.6.1.3.123.3.1.1",
|
558
|
+
"status" : "current",
|
559
|
+
"syntax" : {
|
560
|
+
"type" : { "module" :"AGGREGATE-MIB", "name" : "AggrMOValue"},
|
561
|
+
},
|
562
|
+
"access" : "readonly",
|
563
|
+
"description" :
|
564
|
+
"""The snapshot value of the aggregated MO.
|
565
|
+
Note that the access privileges to this object will be
|
566
|
+
governed by the access privileges of the component
|
567
|
+
objects. Thus, an entity attempting to access an
|
568
|
+
instance of this MO MUST have access rights to all the
|
569
|
+
component instance objects and this MO instance.""",
|
570
|
+
}, # column
|
571
|
+
"aggrDataRecordCompressed" : {
|
572
|
+
"nodetype" : "column",
|
573
|
+
"moduleName" : "AGGREGATE-MIB",
|
574
|
+
"oid" : "1.3.6.1.3.123.3.1.2",
|
575
|
+
"status" : "current",
|
576
|
+
"syntax" : {
|
577
|
+
"type" : { "module" :"AGGREGATE-MIB", "name" : "AggrMOCompressedValue"},
|
578
|
+
},
|
579
|
+
"access" : "readonly",
|
580
|
+
"description" :
|
581
|
+
"""The compressed value of the aggregated MO.
|
582
|
+
The compression algorithm will depend on the
|
583
|
+
aggrCtlCompressionAlgorithm given in the corresponding
|
584
|
+
aggrCtlEntry. If the value of the corresponding
|
585
|
+
aggrCtlCompressionAlgorithm is (1) 'none', then the value
|
586
|
+
of all instances of this object will be a string of zero
|
587
|
+
length.
|
588
|
+
Note that the access privileges to this object will be
|
589
|
+
governed by the access privileges of the component
|
590
|
+
objects. Thus, an entity attempting to access an instance
|
591
|
+
of this MO MUST have access rights to all the component
|
592
|
+
instance objects and this MO instance.""",
|
593
|
+
}, # column
|
594
|
+
"aggrDataErrorRecord" : {
|
595
|
+
"nodetype" : "column",
|
596
|
+
"moduleName" : "AGGREGATE-MIB",
|
597
|
+
"oid" : "1.3.6.1.3.123.3.1.3",
|
598
|
+
"status" : "current",
|
599
|
+
"syntax" : {
|
600
|
+
"type" : { "module" :"AGGREGATE-MIB", "name" : "AggrMOErrorStatus"},
|
601
|
+
},
|
602
|
+
"access" : "readonly",
|
603
|
+
"description" :
|
604
|
+
"""The error status corresponding to the MO instances
|
605
|
+
aggregated in aggrDataRecord (and
|
606
|
+
aggrDataRecordCompressed).""",
|
607
|
+
}, # column
|
608
|
+
"aggrConformance" : {
|
609
|
+
"nodetype" : "node",
|
610
|
+
"moduleName" : "AGGREGATE-MIB",
|
611
|
+
"oid" : "1.3.6.1.3.123.4",
|
612
|
+
}, # node
|
613
|
+
"aggrGroups" : {
|
614
|
+
"nodetype" : "node",
|
615
|
+
"moduleName" : "AGGREGATE-MIB",
|
616
|
+
"oid" : "1.3.6.1.3.123.4.1",
|
617
|
+
}, # node
|
618
|
+
"aggrCompliances" : {
|
619
|
+
"nodetype" : "node",
|
620
|
+
"moduleName" : "AGGREGATE-MIB",
|
621
|
+
"oid" : "1.3.6.1.3.123.4.2",
|
622
|
+
}, # node
|
623
|
+
}, # nodes
|
624
|
+
|
625
|
+
"groups" : {
|
626
|
+
"aggrMibBasicGroup" : {
|
627
|
+
"nodetype" : "group",
|
628
|
+
"moduleName" : "AGGREGATE-MIB",
|
629
|
+
"oid" : "1.3.6.1.3.123.4.1.1",
|
630
|
+
"status" : "current",
|
631
|
+
"members" : {
|
632
|
+
"aggrCtlMOIndex" : {
|
633
|
+
"nodetype" : "member",
|
634
|
+
"module" : "AGGREGATE-MIB"
|
635
|
+
},
|
636
|
+
"aggrCtlMODescr" : {
|
637
|
+
"nodetype" : "member",
|
638
|
+
"module" : "AGGREGATE-MIB"
|
639
|
+
},
|
640
|
+
"aggrCtlCompressionAlgorithm" : {
|
641
|
+
"nodetype" : "member",
|
642
|
+
"module" : "AGGREGATE-MIB"
|
643
|
+
},
|
644
|
+
"aggrCtlEntryOwner" : {
|
645
|
+
"nodetype" : "member",
|
646
|
+
"module" : "AGGREGATE-MIB"
|
647
|
+
},
|
648
|
+
"aggrCtlEntryStorageType" : {
|
649
|
+
"nodetype" : "member",
|
650
|
+
"module" : "AGGREGATE-MIB"
|
651
|
+
},
|
652
|
+
"aggrCtlEntryStatus" : {
|
653
|
+
"nodetype" : "member",
|
654
|
+
"module" : "AGGREGATE-MIB"
|
655
|
+
},
|
656
|
+
"aggrMOInstance" : {
|
657
|
+
"nodetype" : "member",
|
658
|
+
"module" : "AGGREGATE-MIB"
|
659
|
+
},
|
660
|
+
"aggrMODescr" : {
|
661
|
+
"nodetype" : "member",
|
662
|
+
"module" : "AGGREGATE-MIB"
|
663
|
+
},
|
664
|
+
"aggrMOEntryStorageType" : {
|
665
|
+
"nodetype" : "member",
|
666
|
+
"module" : "AGGREGATE-MIB"
|
667
|
+
},
|
668
|
+
"aggrMOEntryStatus" : {
|
669
|
+
"nodetype" : "member",
|
670
|
+
"module" : "AGGREGATE-MIB"
|
671
|
+
},
|
672
|
+
"aggrDataRecord" : {
|
673
|
+
"nodetype" : "member",
|
674
|
+
"module" : "AGGREGATE-MIB"
|
675
|
+
},
|
676
|
+
"aggrDataRecordCompressed" : {
|
677
|
+
"nodetype" : "member",
|
678
|
+
"module" : "AGGREGATE-MIB"
|
679
|
+
},
|
680
|
+
"aggrDataErrorRecord" : {
|
681
|
+
"nodetype" : "member",
|
682
|
+
"module" : "AGGREGATE-MIB"
|
683
|
+
},
|
684
|
+
}, # members
|
685
|
+
"description" :
|
686
|
+
"""A collection of objects for aggregation of MOs.""",
|
687
|
+
}, # group
|
688
|
+
}, # groups
|
689
|
+
|
690
|
+
"compliances" : {
|
691
|
+
"aggrMibCompliance" : {
|
692
|
+
"nodetype" : "compliance",
|
693
|
+
"moduleName" : "AGGREGATE-MIB",
|
694
|
+
"oid" : "1.3.6.1.3.123.4.2.1",
|
695
|
+
"status" : "current",
|
696
|
+
"description" :
|
697
|
+
"""The compliance statement for SNMP entities
|
698
|
+
that implement the AGGREGATE-MIB.""",
|
699
|
+
"requires" : {
|
700
|
+
"aggrMibBasicGroup" : {
|
701
|
+
"nodetype" : "mandatory",
|
702
|
+
"module" : "AGGREGATE-MIB"
|
703
|
+
},
|
704
|
+
}, # requires
|
705
|
+
}, # compliance
|
706
|
+
}, # compliances
|
707
|
+
|
708
|
+
}
|