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,230 @@
|
|
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 SNMP-MPD-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/SNMP-MPD-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "SNMP-MPD-MIB",
|
11
|
+
|
12
|
+
"SNMP-MPD-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""SNMPv3 Working Group""",
|
17
|
+
"contact" :
|
18
|
+
"""WG-EMail: snmpv3@lists.tislabs.com
|
19
|
+
Subscribe: snmpv3-request@lists.tislabs.com
|
20
|
+
|
21
|
+
Co-Chair: Russ Mundy
|
22
|
+
Network Associates Laboratories
|
23
|
+
postal: 15204 Omega Drive, Suite 300
|
24
|
+
Rockville, MD 20850-4601
|
25
|
+
USA
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
EMail: mundy@tislabs.com
|
30
|
+
phone: +1 301-947-7107
|
31
|
+
|
32
|
+
Co-Chair &
|
33
|
+
Co-editor: David Harrington
|
34
|
+
Enterasys Networks
|
35
|
+
postal: 35 Industrial Way
|
36
|
+
P. O. Box 5005
|
37
|
+
Rochester NH 03866-5005
|
38
|
+
USA
|
39
|
+
EMail: dbh@enterasys.com
|
40
|
+
phone: +1 603-337-2614
|
41
|
+
|
42
|
+
Co-editor: Jeffrey Case
|
43
|
+
SNMP Research, Inc.
|
44
|
+
postal: 3001 Kimberlin Heights Road
|
45
|
+
Knoxville, TN 37920-9716
|
46
|
+
USA
|
47
|
+
EMail: case@snmp.com
|
48
|
+
phone: +1 423-573-1434
|
49
|
+
|
50
|
+
Co-editor: Randy Presuhn
|
51
|
+
BMC Software, Inc.
|
52
|
+
postal: 2141 North First Street
|
53
|
+
San Jose, CA 95131
|
54
|
+
USA
|
55
|
+
EMail: randy_presuhn@bmc.com
|
56
|
+
phone: +1 408-546-1006
|
57
|
+
|
58
|
+
Co-editor: Bert Wijnen
|
59
|
+
Lucent Technologies
|
60
|
+
postal: Schagen 33
|
61
|
+
3461 GL Linschoten
|
62
|
+
Netherlands
|
63
|
+
EMail: bwijnen@lucent.com
|
64
|
+
phone: +31 348-680-485""",
|
65
|
+
"description" :
|
66
|
+
"""The MIB for Message Processing and Dispatching
|
67
|
+
|
68
|
+
Copyright (C) The Internet Society (2002). This
|
69
|
+
version of this MIB module is part of RFC 3412;
|
70
|
+
see the RFC itself for full legal notices.""",
|
71
|
+
"revisions" : (
|
72
|
+
{
|
73
|
+
"date" : "2002-10-14 00:00",
|
74
|
+
"description" :
|
75
|
+
"""Updated addresses, published as RFC 3412.""",
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"date" : "1999-05-04 16:36",
|
79
|
+
"description" :
|
80
|
+
"""Updated addresses, published as RFC 2572.""",
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"date" : "1997-09-30 00:00",
|
84
|
+
"description" :
|
85
|
+
"""Original version, published as RFC 2272.""",
|
86
|
+
},
|
87
|
+
),
|
88
|
+
"identity node" : "snmpMPDMIB",
|
89
|
+
},
|
90
|
+
|
91
|
+
"imports" : (
|
92
|
+
{"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
|
93
|
+
{"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
|
94
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
95
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
96
|
+
{"module" : "SNMPv2-SMI", "name" : "snmpModules"},
|
97
|
+
{"module" : "SNMPv2-SMI", "name" : "Counter32"},
|
98
|
+
),
|
99
|
+
|
100
|
+
"nodes" : {
|
101
|
+
"snmpMPDMIB" : {
|
102
|
+
"nodetype" : "node",
|
103
|
+
"moduleName" : "SNMP-MPD-MIB",
|
104
|
+
"oid" : "1.3.6.1.6.3.11",
|
105
|
+
"status" : "current",
|
106
|
+
}, # node
|
107
|
+
"snmpMPDAdmin" : {
|
108
|
+
"nodetype" : "node",
|
109
|
+
"moduleName" : "SNMP-MPD-MIB",
|
110
|
+
"oid" : "1.3.6.1.6.3.11.1",
|
111
|
+
}, # node
|
112
|
+
"snmpMPDMIBObjects" : {
|
113
|
+
"nodetype" : "node",
|
114
|
+
"moduleName" : "SNMP-MPD-MIB",
|
115
|
+
"oid" : "1.3.6.1.6.3.11.2",
|
116
|
+
}, # node
|
117
|
+
"snmpMPDStats" : {
|
118
|
+
"nodetype" : "node",
|
119
|
+
"moduleName" : "SNMP-MPD-MIB",
|
120
|
+
"oid" : "1.3.6.1.6.3.11.2.1",
|
121
|
+
}, # node
|
122
|
+
"snmpUnknownSecurityModels" : {
|
123
|
+
"nodetype" : "scalar",
|
124
|
+
"moduleName" : "SNMP-MPD-MIB",
|
125
|
+
"oid" : "1.3.6.1.6.3.11.2.1.1",
|
126
|
+
"status" : "current",
|
127
|
+
"syntax" : {
|
128
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
129
|
+
},
|
130
|
+
"access" : "readonly",
|
131
|
+
"description" :
|
132
|
+
"""The total number of packets received by the SNMP
|
133
|
+
engine which were dropped because they referenced a
|
134
|
+
securityModel that was not known to or supported by
|
135
|
+
the SNMP engine.""",
|
136
|
+
}, # scalar
|
137
|
+
"snmpInvalidMsgs" : {
|
138
|
+
"nodetype" : "scalar",
|
139
|
+
"moduleName" : "SNMP-MPD-MIB",
|
140
|
+
"oid" : "1.3.6.1.6.3.11.2.1.2",
|
141
|
+
"status" : "current",
|
142
|
+
"syntax" : {
|
143
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
144
|
+
},
|
145
|
+
"access" : "readonly",
|
146
|
+
"description" :
|
147
|
+
"""The total number of packets received by the SNMP
|
148
|
+
engine which were dropped because there were invalid
|
149
|
+
or inconsistent components in the SNMP message.""",
|
150
|
+
}, # scalar
|
151
|
+
"snmpUnknownPDUHandlers" : {
|
152
|
+
"nodetype" : "scalar",
|
153
|
+
"moduleName" : "SNMP-MPD-MIB",
|
154
|
+
"oid" : "1.3.6.1.6.3.11.2.1.3",
|
155
|
+
"status" : "current",
|
156
|
+
"syntax" : {
|
157
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
158
|
+
},
|
159
|
+
"access" : "readonly",
|
160
|
+
"description" :
|
161
|
+
"""The total number of packets received by the SNMP
|
162
|
+
engine which were dropped because the PDU contained
|
163
|
+
in the packet could not be passed to an application
|
164
|
+
responsible for handling the pduType, e.g. no SNMP
|
165
|
+
application had registered for the proper
|
166
|
+
combination of the contextEngineID and the pduType.""",
|
167
|
+
}, # scalar
|
168
|
+
"snmpMPDMIBConformance" : {
|
169
|
+
"nodetype" : "node",
|
170
|
+
"moduleName" : "SNMP-MPD-MIB",
|
171
|
+
"oid" : "1.3.6.1.6.3.11.3",
|
172
|
+
}, # node
|
173
|
+
"snmpMPDMIBCompliances" : {
|
174
|
+
"nodetype" : "node",
|
175
|
+
"moduleName" : "SNMP-MPD-MIB",
|
176
|
+
"oid" : "1.3.6.1.6.3.11.3.1",
|
177
|
+
}, # node
|
178
|
+
"snmpMPDMIBGroups" : {
|
179
|
+
"nodetype" : "node",
|
180
|
+
"moduleName" : "SNMP-MPD-MIB",
|
181
|
+
"oid" : "1.3.6.1.6.3.11.3.2",
|
182
|
+
}, # node
|
183
|
+
}, # nodes
|
184
|
+
|
185
|
+
"groups" : {
|
186
|
+
"snmpMPDGroup" : {
|
187
|
+
"nodetype" : "group",
|
188
|
+
"moduleName" : "SNMP-MPD-MIB",
|
189
|
+
"oid" : "1.3.6.1.6.3.11.3.2.1",
|
190
|
+
"status" : "current",
|
191
|
+
"members" : {
|
192
|
+
"snmpUnknownSecurityModels" : {
|
193
|
+
"nodetype" : "member",
|
194
|
+
"module" : "SNMP-MPD-MIB"
|
195
|
+
},
|
196
|
+
"snmpInvalidMsgs" : {
|
197
|
+
"nodetype" : "member",
|
198
|
+
"module" : "SNMP-MPD-MIB"
|
199
|
+
},
|
200
|
+
"snmpUnknownPDUHandlers" : {
|
201
|
+
"nodetype" : "member",
|
202
|
+
"module" : "SNMP-MPD-MIB"
|
203
|
+
},
|
204
|
+
}, # members
|
205
|
+
"description" :
|
206
|
+
"""A collection of objects providing for remote
|
207
|
+
monitoring of the SNMP Message Processing and
|
208
|
+
Dispatching process.""",
|
209
|
+
}, # group
|
210
|
+
}, # groups
|
211
|
+
|
212
|
+
"compliances" : {
|
213
|
+
"snmpMPDCompliance" : {
|
214
|
+
"nodetype" : "compliance",
|
215
|
+
"moduleName" : "SNMP-MPD-MIB",
|
216
|
+
"oid" : "1.3.6.1.6.3.11.3.1.1",
|
217
|
+
"status" : "current",
|
218
|
+
"description" :
|
219
|
+
"""The compliance statement for SNMP entities which
|
220
|
+
implement the SNMP-MPD-MIB.""",
|
221
|
+
"requires" : {
|
222
|
+
"snmpMPDGroup" : {
|
223
|
+
"nodetype" : "mandatory",
|
224
|
+
"module" : "SNMP-MPD-MIB"
|
225
|
+
},
|
226
|
+
}, # requires
|
227
|
+
}, # compliance
|
228
|
+
}, # compliances
|
229
|
+
|
230
|
+
}
|
@@ -0,0 +1,859 @@
|
|
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 SNMP-NOTIFICATION-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/SNMP-NOTIFICATION-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
11
|
+
|
12
|
+
"SNMP-NOTIFICATION-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""IETF SNMPv3 Working Group""",
|
17
|
+
"contact" :
|
18
|
+
"""WG-email: snmpv3@lists.tislabs.com
|
19
|
+
Subscribe: majordomo@lists.tislabs.com
|
20
|
+
In message body: subscribe snmpv3
|
21
|
+
|
22
|
+
Co-Chair: Russ Mundy
|
23
|
+
Network Associates Laboratories
|
24
|
+
Postal: 15204 Omega Drive, Suite 300
|
25
|
+
Rockville, MD 20850-4601
|
26
|
+
USA
|
27
|
+
EMail: mundy@tislabs.com
|
28
|
+
Phone: +1 301-947-7107
|
29
|
+
|
30
|
+
Co-Chair: David Harrington
|
31
|
+
Enterasys Networks
|
32
|
+
Postal: 35 Industrial Way
|
33
|
+
P. O. Box 5004
|
34
|
+
Rochester, New Hampshire 03866-5005
|
35
|
+
USA
|
36
|
+
EMail: dbh@enterasys.com
|
37
|
+
Phone: +1 603-337-2614
|
38
|
+
|
39
|
+
Co-editor: David B. Levi
|
40
|
+
Nortel Networks
|
41
|
+
Postal: 3505 Kesterwood Drive
|
42
|
+
Knoxville, Tennessee 37918
|
43
|
+
EMail: dlevi@nortelnetworks.com
|
44
|
+
Phone: +1 865 686 0432
|
45
|
+
|
46
|
+
Co-editor: Paul Meyer
|
47
|
+
Secure Computing Corporation
|
48
|
+
Postal: 2675 Long Lake Road
|
49
|
+
Roseville, Minnesota 55113
|
50
|
+
EMail: paul_meyer@securecomputing.com
|
51
|
+
Phone: +1 651 628 1592
|
52
|
+
|
53
|
+
Co-editor: Bob Stewart
|
54
|
+
Retired""",
|
55
|
+
"description" :
|
56
|
+
"""This MIB module defines MIB objects which provide
|
57
|
+
mechanisms to remotely configure the parameters
|
58
|
+
used by an SNMP entity for the generation of
|
59
|
+
notifications.
|
60
|
+
|
61
|
+
Copyright (C) The Internet Society (2002). This
|
62
|
+
version of this MIB module is part of RFC 3413;
|
63
|
+
see the RFC itself for full legal notices.""",
|
64
|
+
"revisions" : (
|
65
|
+
{
|
66
|
+
"date" : "2002-10-14 00:00",
|
67
|
+
"description" :
|
68
|
+
"""Clarifications, published as
|
69
|
+
RFC 3413.""",
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"date" : "1998-08-04 00:00",
|
73
|
+
"description" :
|
74
|
+
"""Clarifications, published as
|
75
|
+
RFC 2573.""",
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"date" : "1997-07-14 00:00",
|
79
|
+
"description" :
|
80
|
+
"""The initial revision, published as RFC2273.""",
|
81
|
+
},
|
82
|
+
),
|
83
|
+
"identity node" : "snmpNotificationMIB",
|
84
|
+
},
|
85
|
+
|
86
|
+
"imports" : (
|
87
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
88
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
89
|
+
{"module" : "SNMPv2-SMI", "name" : "snmpModules"},
|
90
|
+
{"module" : "SNMPv2-TC", "name" : "RowStatus"},
|
91
|
+
{"module" : "SNMPv2-TC", "name" : "StorageType"},
|
92
|
+
{"module" : "SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
93
|
+
{"module" : "SNMP-TARGET-MIB", "name" : "SnmpTagValue"},
|
94
|
+
{"module" : "SNMP-TARGET-MIB", "name" : "snmpTargetParamsName"},
|
95
|
+
{"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
|
96
|
+
{"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
|
97
|
+
{"module" : "SNMP-TARGET-MIB", "name" : "snmpTargetBasicGroup"},
|
98
|
+
{"module" : "SNMP-TARGET-MIB", "name" : "snmpTargetParamsMPModel"},
|
99
|
+
{"module" : "SNMP-TARGET-MIB", "name" : "snmpTargetParamsSecurityModel"},
|
100
|
+
{"module" : "SNMP-TARGET-MIB", "name" : "snmpTargetParamsSecurityName"},
|
101
|
+
{"module" : "SNMP-TARGET-MIB", "name" : "snmpTargetParamsSecurityLevel"},
|
102
|
+
{"module" : "SNMP-TARGET-MIB", "name" : "snmpTargetParamsStorageType"},
|
103
|
+
{"module" : "SNMP-TARGET-MIB", "name" : "snmpTargetParamsRowStatus"},
|
104
|
+
{"module" : "SNMP-TARGET-MIB", "name" : "snmpTargetBasicGroup"},
|
105
|
+
{"module" : "SNMP-TARGET-MIB", "name" : "snmpTargetBasicGroup"},
|
106
|
+
{"module" : "SNMP-TARGET-MIB", "name" : "snmpTargetResponseGroup"},
|
107
|
+
),
|
108
|
+
|
109
|
+
"nodes" : {
|
110
|
+
"snmpNotificationMIB" : {
|
111
|
+
"nodetype" : "node",
|
112
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
113
|
+
"oid" : "1.3.6.1.6.3.13",
|
114
|
+
"status" : "current",
|
115
|
+
}, # node
|
116
|
+
"snmpNotifyObjects" : {
|
117
|
+
"nodetype" : "node",
|
118
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
119
|
+
"oid" : "1.3.6.1.6.3.13.1",
|
120
|
+
}, # node
|
121
|
+
"snmpNotifyTable" : {
|
122
|
+
"nodetype" : "table",
|
123
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
124
|
+
"oid" : "1.3.6.1.6.3.13.1.1",
|
125
|
+
"status" : "current",
|
126
|
+
"description" :
|
127
|
+
"""This table is used to select management targets which should
|
128
|
+
receive notifications, as well as the type of notification
|
129
|
+
which should be sent to each selected management target.""",
|
130
|
+
}, # table
|
131
|
+
"snmpNotifyEntry" : {
|
132
|
+
"nodetype" : "row",
|
133
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
134
|
+
"oid" : "1.3.6.1.6.3.13.1.1.1",
|
135
|
+
"create" : "true",
|
136
|
+
"status" : "current",
|
137
|
+
"implied" : "true",
|
138
|
+
"linkage" : [
|
139
|
+
"snmpNotifyName",
|
140
|
+
],
|
141
|
+
"description" :
|
142
|
+
"""An entry in this table selects a set of management targets
|
143
|
+
which should receive notifications, as well as the type of
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
notification which should be sent to each selected
|
148
|
+
management target.
|
149
|
+
|
150
|
+
Entries in the snmpNotifyTable are created and
|
151
|
+
deleted using the snmpNotifyRowStatus object.""",
|
152
|
+
}, # row
|
153
|
+
"snmpNotifyName" : {
|
154
|
+
"nodetype" : "column",
|
155
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
156
|
+
"oid" : "1.3.6.1.6.3.13.1.1.1.1",
|
157
|
+
"status" : "current",
|
158
|
+
"syntax" : {
|
159
|
+
"type" : {
|
160
|
+
"basetype" : "OctetString",
|
161
|
+
"parent module" : {
|
162
|
+
"name" : "SNMP-FRAMEWORK-MIB",
|
163
|
+
"type" : "SnmpAdminString",
|
164
|
+
},
|
165
|
+
"ranges" : [
|
166
|
+
{
|
167
|
+
"min" : "1",
|
168
|
+
"max" : "32"
|
169
|
+
},
|
170
|
+
],
|
171
|
+
"range" : {
|
172
|
+
"min" : "1",
|
173
|
+
"max" : "32"
|
174
|
+
},
|
175
|
+
},
|
176
|
+
},
|
177
|
+
"access" : "noaccess",
|
178
|
+
"description" :
|
179
|
+
"""The locally arbitrary, but unique identifier associated
|
180
|
+
with this snmpNotifyEntry.""",
|
181
|
+
}, # column
|
182
|
+
"snmpNotifyTag" : {
|
183
|
+
"nodetype" : "column",
|
184
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
185
|
+
"oid" : "1.3.6.1.6.3.13.1.1.1.2",
|
186
|
+
"status" : "current",
|
187
|
+
"syntax" : {
|
188
|
+
"type" : { "module" :"SNMP-TARGET-MIB", "name" : "SnmpTagValue"},
|
189
|
+
},
|
190
|
+
"access" : "readwrite",
|
191
|
+
"default" : "",
|
192
|
+
"description" :
|
193
|
+
"""This object contains a single tag value which is used
|
194
|
+
to select entries in the snmpTargetAddrTable. Any entry
|
195
|
+
in the snmpTargetAddrTable which contains a tag value
|
196
|
+
which is equal to the value of an instance of this
|
197
|
+
object is selected. If this object contains a value
|
198
|
+
of zero length, no entries are selected.""",
|
199
|
+
}, # column
|
200
|
+
"snmpNotifyType" : {
|
201
|
+
"nodetype" : "column",
|
202
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
203
|
+
"oid" : "1.3.6.1.6.3.13.1.1.1.3",
|
204
|
+
"status" : "current",
|
205
|
+
"syntax" : {
|
206
|
+
"type" : {
|
207
|
+
"basetype" : "Enumeration",
|
208
|
+
"trap" : {
|
209
|
+
"nodetype" : "namednumber",
|
210
|
+
"number" : "1"
|
211
|
+
},
|
212
|
+
"inform" : {
|
213
|
+
"nodetype" : "namednumber",
|
214
|
+
"number" : "2"
|
215
|
+
},
|
216
|
+
},
|
217
|
+
},
|
218
|
+
"access" : "readwrite",
|
219
|
+
"default" : "trap",
|
220
|
+
"description" :
|
221
|
+
"""This object determines the type of notification to
|
222
|
+
|
223
|
+
|
224
|
+
|
225
|
+
be generated for entries in the snmpTargetAddrTable
|
226
|
+
selected by the corresponding instance of
|
227
|
+
snmpNotifyTag. This value is only used when
|
228
|
+
generating notifications, and is ignored when
|
229
|
+
using the snmpTargetAddrTable for other purposes.
|
230
|
+
|
231
|
+
If the value of this object is trap(1), then any
|
232
|
+
messages generated for selected rows will contain
|
233
|
+
Unconfirmed-Class PDUs.
|
234
|
+
|
235
|
+
If the value of this object is inform(2), then any
|
236
|
+
messages generated for selected rows will contain
|
237
|
+
Confirmed-Class PDUs.
|
238
|
+
|
239
|
+
Note that if an SNMP entity only supports
|
240
|
+
generation of Unconfirmed-Class PDUs (and not
|
241
|
+
Confirmed-Class PDUs), then this object may be
|
242
|
+
read-only.""",
|
243
|
+
}, # column
|
244
|
+
"snmpNotifyStorageType" : {
|
245
|
+
"nodetype" : "column",
|
246
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
247
|
+
"oid" : "1.3.6.1.6.3.13.1.1.1.4",
|
248
|
+
"status" : "current",
|
249
|
+
"syntax" : {
|
250
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
|
251
|
+
},
|
252
|
+
"access" : "readwrite",
|
253
|
+
"default" : "nonVolatile",
|
254
|
+
"description" :
|
255
|
+
"""The storage type for this conceptual row.
|
256
|
+
Conceptual rows having the value 'permanent' need not
|
257
|
+
allow write-access to any columnar objects in the row.""",
|
258
|
+
}, # column
|
259
|
+
"snmpNotifyRowStatus" : {
|
260
|
+
"nodetype" : "column",
|
261
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
262
|
+
"oid" : "1.3.6.1.6.3.13.1.1.1.5",
|
263
|
+
"status" : "current",
|
264
|
+
"syntax" : {
|
265
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
266
|
+
},
|
267
|
+
"access" : "readwrite",
|
268
|
+
"description" :
|
269
|
+
"""The status of this conceptual row.
|
270
|
+
|
271
|
+
To create a row in this table, a manager must
|
272
|
+
set this object to either createAndGo(4) or
|
273
|
+
createAndWait(5).""",
|
274
|
+
}, # column
|
275
|
+
"snmpNotifyFilterProfileTable" : {
|
276
|
+
"nodetype" : "table",
|
277
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
278
|
+
"oid" : "1.3.6.1.6.3.13.1.2",
|
279
|
+
"status" : "current",
|
280
|
+
"description" :
|
281
|
+
"""This table is used to associate a notification filter
|
282
|
+
profile with a particular set of target parameters.""",
|
283
|
+
}, # table
|
284
|
+
"snmpNotifyFilterProfileEntry" : {
|
285
|
+
"nodetype" : "row",
|
286
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
287
|
+
"oid" : "1.3.6.1.6.3.13.1.2.1",
|
288
|
+
"create" : "true",
|
289
|
+
"status" : "current",
|
290
|
+
"implied" : "true",
|
291
|
+
"linkage" : [
|
292
|
+
"snmpTargetParamsName",
|
293
|
+
],
|
294
|
+
"description" :
|
295
|
+
"""An entry in this table indicates the name of the filter
|
296
|
+
profile to be used when generating notifications using
|
297
|
+
the corresponding entry in the snmpTargetParamsTable.
|
298
|
+
|
299
|
+
Entries in the snmpNotifyFilterProfileTable are created
|
300
|
+
and deleted using the snmpNotifyFilterProfileRowStatus
|
301
|
+
object.""",
|
302
|
+
}, # row
|
303
|
+
"snmpNotifyFilterProfileName" : {
|
304
|
+
"nodetype" : "column",
|
305
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
306
|
+
"oid" : "1.3.6.1.6.3.13.1.2.1.1",
|
307
|
+
"status" : "current",
|
308
|
+
"syntax" : {
|
309
|
+
"type" : {
|
310
|
+
"basetype" : "OctetString",
|
311
|
+
"parent module" : {
|
312
|
+
"name" : "SNMP-FRAMEWORK-MIB",
|
313
|
+
"type" : "SnmpAdminString",
|
314
|
+
},
|
315
|
+
"ranges" : [
|
316
|
+
{
|
317
|
+
"min" : "1",
|
318
|
+
"max" : "32"
|
319
|
+
},
|
320
|
+
],
|
321
|
+
"range" : {
|
322
|
+
"min" : "1",
|
323
|
+
"max" : "32"
|
324
|
+
},
|
325
|
+
},
|
326
|
+
},
|
327
|
+
"access" : "readwrite",
|
328
|
+
"description" :
|
329
|
+
"""The name of the filter profile to be used when generating
|
330
|
+
notifications using the corresponding entry in the
|
331
|
+
snmpTargetAddrTable.""",
|
332
|
+
}, # column
|
333
|
+
"snmpNotifyFilterProfileStorType" : {
|
334
|
+
"nodetype" : "column",
|
335
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
336
|
+
"oid" : "1.3.6.1.6.3.13.1.2.1.2",
|
337
|
+
"status" : "current",
|
338
|
+
"syntax" : {
|
339
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
|
340
|
+
},
|
341
|
+
"access" : "readwrite",
|
342
|
+
"default" : "nonVolatile",
|
343
|
+
"description" :
|
344
|
+
"""The storage type for this conceptual row.
|
345
|
+
Conceptual rows having the value 'permanent' need not
|
346
|
+
allow write-access to any columnar objects in the row.""",
|
347
|
+
}, # column
|
348
|
+
"snmpNotifyFilterProfileRowStatus" : {
|
349
|
+
"nodetype" : "column",
|
350
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
351
|
+
"oid" : "1.3.6.1.6.3.13.1.2.1.3",
|
352
|
+
"status" : "current",
|
353
|
+
"syntax" : {
|
354
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
355
|
+
},
|
356
|
+
"access" : "readwrite",
|
357
|
+
"description" :
|
358
|
+
"""The status of this conceptual row.
|
359
|
+
|
360
|
+
To create a row in this table, a manager must
|
361
|
+
set this object to either createAndGo(4) or
|
362
|
+
createAndWait(5).
|
363
|
+
|
364
|
+
Until instances of all corresponding columns are
|
365
|
+
appropriately configured, the value of the
|
366
|
+
corresponding instance of the
|
367
|
+
snmpNotifyFilterProfileRowStatus column is 'notReady'.
|
368
|
+
|
369
|
+
In particular, a newly created row cannot be made
|
370
|
+
active until the corresponding instance of
|
371
|
+
snmpNotifyFilterProfileName has been set.""",
|
372
|
+
}, # column
|
373
|
+
"snmpNotifyFilterTable" : {
|
374
|
+
"nodetype" : "table",
|
375
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
376
|
+
"oid" : "1.3.6.1.6.3.13.1.3",
|
377
|
+
"status" : "current",
|
378
|
+
"description" :
|
379
|
+
"""The table of filter profiles. Filter profiles are used
|
380
|
+
to determine whether particular management targets should
|
381
|
+
receive particular notifications.
|
382
|
+
|
383
|
+
When a notification is generated, it must be compared
|
384
|
+
with the filters associated with each management target
|
385
|
+
which is configured to receive notifications, in order to
|
386
|
+
determine whether it may be sent to each such management
|
387
|
+
target.
|
388
|
+
|
389
|
+
A more complete discussion of notification filtering
|
390
|
+
can be found in section 6. of [SNMP-APPL].""",
|
391
|
+
}, # table
|
392
|
+
"snmpNotifyFilterEntry" : {
|
393
|
+
"nodetype" : "row",
|
394
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
395
|
+
"oid" : "1.3.6.1.6.3.13.1.3.1",
|
396
|
+
"create" : "true",
|
397
|
+
"status" : "current",
|
398
|
+
"implied" : "true",
|
399
|
+
"linkage" : [
|
400
|
+
"snmpNotifyFilterProfileName",
|
401
|
+
"snmpNotifyFilterSubtree",
|
402
|
+
],
|
403
|
+
"description" :
|
404
|
+
"""An element of a filter profile.
|
405
|
+
|
406
|
+
Entries in the snmpNotifyFilterTable are created and
|
407
|
+
deleted using the snmpNotifyFilterRowStatus object.""",
|
408
|
+
}, # row
|
409
|
+
"snmpNotifyFilterSubtree" : {
|
410
|
+
"nodetype" : "column",
|
411
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
412
|
+
"oid" : "1.3.6.1.6.3.13.1.3.1.1",
|
413
|
+
"status" : "current",
|
414
|
+
"syntax" : {
|
415
|
+
"type" : { "module" :"", "name" : "ObjectIdentifier"},
|
416
|
+
},
|
417
|
+
"access" : "noaccess",
|
418
|
+
"description" :
|
419
|
+
"""The MIB subtree which, when combined with the corresponding
|
420
|
+
instance of snmpNotifyFilterMask, defines a family of
|
421
|
+
subtrees which are included in or excluded from the
|
422
|
+
filter profile.""",
|
423
|
+
}, # column
|
424
|
+
"snmpNotifyFilterMask" : {
|
425
|
+
"nodetype" : "column",
|
426
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
427
|
+
"oid" : "1.3.6.1.6.3.13.1.3.1.2",
|
428
|
+
"status" : "current",
|
429
|
+
"syntax" : {
|
430
|
+
"type" : {
|
431
|
+
"basetype" : "OctetString",
|
432
|
+
"ranges" : [
|
433
|
+
{
|
434
|
+
"min" : "0",
|
435
|
+
"max" : "16"
|
436
|
+
},
|
437
|
+
],
|
438
|
+
"range" : {
|
439
|
+
"min" : "0",
|
440
|
+
"max" : "16"
|
441
|
+
},
|
442
|
+
},
|
443
|
+
},
|
444
|
+
"access" : "readwrite",
|
445
|
+
"default" : "",
|
446
|
+
"description" :
|
447
|
+
"""The bit mask which, in combination with the corresponding
|
448
|
+
instance of snmpNotifyFilterSubtree, defines a family of
|
449
|
+
subtrees which are included in or excluded from the
|
450
|
+
filter profile.
|
451
|
+
|
452
|
+
Each bit of this bit mask corresponds to a
|
453
|
+
sub-identifier of snmpNotifyFilterSubtree, with the
|
454
|
+
most significant bit of the i-th octet of this octet
|
455
|
+
string value (extended if necessary, see below)
|
456
|
+
corresponding to the (8*i - 7)-th sub-identifier, and
|
457
|
+
the least significant bit of the i-th octet of this
|
458
|
+
octet string corresponding to the (8*i)-th
|
459
|
+
sub-identifier, where i is in the range 1 through 16.
|
460
|
+
|
461
|
+
Each bit of this bit mask specifies whether or not
|
462
|
+
the corresponding sub-identifiers must match when
|
463
|
+
determining if an OBJECT IDENTIFIER matches this
|
464
|
+
family of filter subtrees; a '1' indicates that an
|
465
|
+
exact match must occur; a '0' indicates 'wild card',
|
466
|
+
i.e., any sub-identifier value matches.
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
Thus, the OBJECT IDENTIFIER X of an object instance
|
471
|
+
is contained in a family of filter subtrees if, for
|
472
|
+
each sub-identifier of the value of
|
473
|
+
snmpNotifyFilterSubtree, either:
|
474
|
+
|
475
|
+
the i-th bit of snmpNotifyFilterMask is 0, or
|
476
|
+
|
477
|
+
the i-th sub-identifier of X is equal to the i-th
|
478
|
+
sub-identifier of the value of
|
479
|
+
snmpNotifyFilterSubtree.
|
480
|
+
|
481
|
+
If the value of this bit mask is M bits long and
|
482
|
+
there are more than M sub-identifiers in the
|
483
|
+
corresponding instance of snmpNotifyFilterSubtree,
|
484
|
+
then the bit mask is extended with 1's to be the
|
485
|
+
required length.
|
486
|
+
|
487
|
+
Note that when the value of this object is the
|
488
|
+
zero-length string, this extension rule results in
|
489
|
+
a mask of all-1's being used (i.e., no 'wild card'),
|
490
|
+
and the family of filter subtrees is the one
|
491
|
+
subtree uniquely identified by the corresponding
|
492
|
+
instance of snmpNotifyFilterSubtree.""",
|
493
|
+
}, # column
|
494
|
+
"snmpNotifyFilterType" : {
|
495
|
+
"nodetype" : "column",
|
496
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
497
|
+
"oid" : "1.3.6.1.6.3.13.1.3.1.3",
|
498
|
+
"status" : "current",
|
499
|
+
"syntax" : {
|
500
|
+
"type" : {
|
501
|
+
"basetype" : "Enumeration",
|
502
|
+
"included" : {
|
503
|
+
"nodetype" : "namednumber",
|
504
|
+
"number" : "1"
|
505
|
+
},
|
506
|
+
"excluded" : {
|
507
|
+
"nodetype" : "namednumber",
|
508
|
+
"number" : "2"
|
509
|
+
},
|
510
|
+
},
|
511
|
+
},
|
512
|
+
"access" : "readwrite",
|
513
|
+
"default" : "included",
|
514
|
+
"description" :
|
515
|
+
"""This object indicates whether the family of filter subtrees
|
516
|
+
defined by this entry are included in or excluded from a
|
517
|
+
filter. A more detailed discussion of the use of this
|
518
|
+
object can be found in section 6. of [SNMP-APPL].""",
|
519
|
+
}, # column
|
520
|
+
"snmpNotifyFilterStorageType" : {
|
521
|
+
"nodetype" : "column",
|
522
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
523
|
+
"oid" : "1.3.6.1.6.3.13.1.3.1.4",
|
524
|
+
"status" : "current",
|
525
|
+
"syntax" : {
|
526
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
|
527
|
+
},
|
528
|
+
"access" : "readwrite",
|
529
|
+
"default" : "nonVolatile",
|
530
|
+
"description" :
|
531
|
+
"""The storage type for this conceptual row.
|
532
|
+
Conceptual rows having the value 'permanent' need not
|
533
|
+
|
534
|
+
|
535
|
+
|
536
|
+
allow write-access to any columnar objects in the row.""",
|
537
|
+
}, # column
|
538
|
+
"snmpNotifyFilterRowStatus" : {
|
539
|
+
"nodetype" : "column",
|
540
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
541
|
+
"oid" : "1.3.6.1.6.3.13.1.3.1.5",
|
542
|
+
"status" : "current",
|
543
|
+
"syntax" : {
|
544
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
545
|
+
},
|
546
|
+
"access" : "readwrite",
|
547
|
+
"description" :
|
548
|
+
"""The status of this conceptual row.
|
549
|
+
|
550
|
+
To create a row in this table, a manager must
|
551
|
+
set this object to either createAndGo(4) or
|
552
|
+
createAndWait(5).""",
|
553
|
+
}, # column
|
554
|
+
"snmpNotifyConformance" : {
|
555
|
+
"nodetype" : "node",
|
556
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
557
|
+
"oid" : "1.3.6.1.6.3.13.3",
|
558
|
+
}, # node
|
559
|
+
"snmpNotifyCompliances" : {
|
560
|
+
"nodetype" : "node",
|
561
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
562
|
+
"oid" : "1.3.6.1.6.3.13.3.1",
|
563
|
+
}, # node
|
564
|
+
"snmpNotifyGroups" : {
|
565
|
+
"nodetype" : "node",
|
566
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
567
|
+
"oid" : "1.3.6.1.6.3.13.3.2",
|
568
|
+
}, # node
|
569
|
+
}, # nodes
|
570
|
+
|
571
|
+
"groups" : {
|
572
|
+
"snmpNotifyGroup" : {
|
573
|
+
"nodetype" : "group",
|
574
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
575
|
+
"oid" : "1.3.6.1.6.3.13.3.2.1",
|
576
|
+
"status" : "current",
|
577
|
+
"members" : {
|
578
|
+
"snmpNotifyTag" : {
|
579
|
+
"nodetype" : "member",
|
580
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
581
|
+
},
|
582
|
+
"snmpNotifyType" : {
|
583
|
+
"nodetype" : "member",
|
584
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
585
|
+
},
|
586
|
+
"snmpNotifyStorageType" : {
|
587
|
+
"nodetype" : "member",
|
588
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
589
|
+
},
|
590
|
+
"snmpNotifyRowStatus" : {
|
591
|
+
"nodetype" : "member",
|
592
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
593
|
+
},
|
594
|
+
}, # members
|
595
|
+
"description" :
|
596
|
+
"""A collection of objects for selecting which management
|
597
|
+
targets are used for generating notifications, and the
|
598
|
+
type of notification to be generated for each selected
|
599
|
+
management target.""",
|
600
|
+
}, # group
|
601
|
+
"snmpNotifyFilterGroup" : {
|
602
|
+
"nodetype" : "group",
|
603
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
604
|
+
"oid" : "1.3.6.1.6.3.13.3.2.2",
|
605
|
+
"status" : "current",
|
606
|
+
"members" : {
|
607
|
+
"snmpNotifyFilterProfileName" : {
|
608
|
+
"nodetype" : "member",
|
609
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
610
|
+
},
|
611
|
+
"snmpNotifyFilterProfileStorType" : {
|
612
|
+
"nodetype" : "member",
|
613
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
614
|
+
},
|
615
|
+
"snmpNotifyFilterProfileRowStatus" : {
|
616
|
+
"nodetype" : "member",
|
617
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
618
|
+
},
|
619
|
+
"snmpNotifyFilterMask" : {
|
620
|
+
"nodetype" : "member",
|
621
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
622
|
+
},
|
623
|
+
"snmpNotifyFilterType" : {
|
624
|
+
"nodetype" : "member",
|
625
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
626
|
+
},
|
627
|
+
"snmpNotifyFilterStorageType" : {
|
628
|
+
"nodetype" : "member",
|
629
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
630
|
+
},
|
631
|
+
"snmpNotifyFilterRowStatus" : {
|
632
|
+
"nodetype" : "member",
|
633
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
634
|
+
},
|
635
|
+
}, # members
|
636
|
+
"description" :
|
637
|
+
"""A collection of objects providing remote configuration
|
638
|
+
of notification filters.""",
|
639
|
+
}, # group
|
640
|
+
}, # groups
|
641
|
+
|
642
|
+
"compliances" : {
|
643
|
+
"snmpNotifyBasicCompliance" : {
|
644
|
+
"nodetype" : "compliance",
|
645
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
646
|
+
"oid" : "1.3.6.1.6.3.13.3.1.1",
|
647
|
+
"status" : "current",
|
648
|
+
"description" :
|
649
|
+
"""The compliance statement for minimal SNMP entities which
|
650
|
+
implement only SNMP Unconfirmed-Class notifications and
|
651
|
+
read-create operations on only the snmpTargetAddrTable.""",
|
652
|
+
"requires" : {
|
653
|
+
"snmpTargetBasicGroup" : {
|
654
|
+
"nodetype" : "mandatory",
|
655
|
+
"module" : "SNMP-TARGET-MIB"
|
656
|
+
},
|
657
|
+
"snmpNotifyGroup" : {
|
658
|
+
"nodetype" : "mandatory",
|
659
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
660
|
+
},
|
661
|
+
}, # requires
|
662
|
+
"refinements" : {
|
663
|
+
"snmpTargetParamsMPModel" : {
|
664
|
+
"module" : "SNMP-TARGET-MIB",
|
665
|
+
"access" : "readonly",
|
666
|
+
"description" :
|
667
|
+
"""Create/delete/modify access is not required.""",
|
668
|
+
},
|
669
|
+
"snmpTargetParamsSecurityModel" : {
|
670
|
+
"module" : "SNMP-TARGET-MIB",
|
671
|
+
"access" : "readonly",
|
672
|
+
"description" :
|
673
|
+
"""Create/delete/modify access is not required.""",
|
674
|
+
},
|
675
|
+
"snmpTargetParamsSecurityName" : {
|
676
|
+
"module" : "SNMP-TARGET-MIB",
|
677
|
+
"access" : "readonly",
|
678
|
+
"description" :
|
679
|
+
"""Create/delete/modify access is not required.""",
|
680
|
+
},
|
681
|
+
"snmpTargetParamsSecurityLevel" : {
|
682
|
+
"module" : "SNMP-TARGET-MIB",
|
683
|
+
"access" : "readonly",
|
684
|
+
"description" :
|
685
|
+
"""Create/delete/modify access is not required.""",
|
686
|
+
},
|
687
|
+
"snmpTargetParamsStorageType" : {
|
688
|
+
"module" : "SNMP-TARGET-MIB",
|
689
|
+
"syntax" : {
|
690
|
+
"type" : {
|
691
|
+
"basetype" : "Enumeration",
|
692
|
+
"parent module" : {
|
693
|
+
"name" : "SNMPv2-TC",
|
694
|
+
"type" : "StorageType",
|
695
|
+
},
|
696
|
+
"readOnly" : {
|
697
|
+
"nodetype" : "namednumber",
|
698
|
+
"number" : "5"
|
699
|
+
},
|
700
|
+
},
|
701
|
+
}, # syntax
|
702
|
+
"access" : "readonly",
|
703
|
+
"description" :
|
704
|
+
"""Create/delete/modify access is not required.
|
705
|
+
Support of the values other(1), volatile(2),
|
706
|
+
nonVolatile(3), and permanent(4) is not required.""",
|
707
|
+
},
|
708
|
+
"snmpTargetParamsRowStatus" : {
|
709
|
+
"module" : "SNMP-TARGET-MIB",
|
710
|
+
"syntax" : {
|
711
|
+
"type" : {
|
712
|
+
"basetype" : "Enumeration",
|
713
|
+
"parent module" : {
|
714
|
+
"name" : "SNMPv2-TC",
|
715
|
+
"type" : "RowStatus",
|
716
|
+
},
|
717
|
+
"active" : {
|
718
|
+
"nodetype" : "namednumber",
|
719
|
+
"number" : "1"
|
720
|
+
},
|
721
|
+
},
|
722
|
+
}, # syntax
|
723
|
+
"access" : "readonly",
|
724
|
+
"description" :
|
725
|
+
"""Create/delete/modify access to the
|
726
|
+
snmpTargetParamsTable is not required.
|
727
|
+
Support of the values notInService(2), notReady(3),
|
728
|
+
createAndGo(4), createAndWait(5), and destroy(6) is
|
729
|
+
not required.""",
|
730
|
+
},
|
731
|
+
"snmpNotifyTag" : {
|
732
|
+
"module" : "SNMP-NOTIFICATION-MIB",
|
733
|
+
"access" : "readonly",
|
734
|
+
"description" :
|
735
|
+
"""Create/delete/modify access is not required.""",
|
736
|
+
},
|
737
|
+
"snmpNotifyType" : {
|
738
|
+
"module" : "SNMP-NOTIFICATION-MIB",
|
739
|
+
"syntax" : {
|
740
|
+
"type" : {
|
741
|
+
"basetype" : "Enumeration",
|
742
|
+
"trap" : {
|
743
|
+
"nodetype" : "namednumber",
|
744
|
+
"number" : "1"
|
745
|
+
},
|
746
|
+
},
|
747
|
+
}, # syntax
|
748
|
+
"access" : "readonly",
|
749
|
+
"description" :
|
750
|
+
"""Create/delete/modify access is not required.
|
751
|
+
Support of the value notify(2) is not required.""",
|
752
|
+
},
|
753
|
+
"snmpNotifyStorageType" : {
|
754
|
+
"module" : "SNMP-NOTIFICATION-MIB",
|
755
|
+
"syntax" : {
|
756
|
+
"type" : {
|
757
|
+
"basetype" : "Enumeration",
|
758
|
+
"parent module" : {
|
759
|
+
"name" : "SNMPv2-TC",
|
760
|
+
"type" : "StorageType",
|
761
|
+
},
|
762
|
+
"readOnly" : {
|
763
|
+
"nodetype" : "namednumber",
|
764
|
+
"number" : "5"
|
765
|
+
},
|
766
|
+
},
|
767
|
+
}, # syntax
|
768
|
+
"access" : "readonly",
|
769
|
+
"description" :
|
770
|
+
"""Create/delete/modify access is not required.
|
771
|
+
Support of the values other(1), volatile(2),
|
772
|
+
nonVolatile(3), and permanent(4) is not required.""",
|
773
|
+
},
|
774
|
+
"snmpNotifyRowStatus" : {
|
775
|
+
"module" : "SNMP-NOTIFICATION-MIB",
|
776
|
+
"syntax" : {
|
777
|
+
"type" : {
|
778
|
+
"basetype" : "Enumeration",
|
779
|
+
"parent module" : {
|
780
|
+
"name" : "SNMPv2-TC",
|
781
|
+
"type" : "RowStatus",
|
782
|
+
},
|
783
|
+
"active" : {
|
784
|
+
"nodetype" : "namednumber",
|
785
|
+
"number" : "1"
|
786
|
+
},
|
787
|
+
},
|
788
|
+
}, # syntax
|
789
|
+
"access" : "readonly",
|
790
|
+
"description" :
|
791
|
+
"""Create/delete/modify access to the
|
792
|
+
snmpNotifyTable is not required.
|
793
|
+
Support of the values notInService(2), notReady(3),
|
794
|
+
createAndGo(4), createAndWait(5), and destroy(6) is
|
795
|
+
not required.""",
|
796
|
+
},
|
797
|
+
}, # refinements
|
798
|
+
|
799
|
+
}, # compliance
|
800
|
+
"snmpNotifyBasicFiltersCompliance" : {
|
801
|
+
"nodetype" : "compliance",
|
802
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
803
|
+
"oid" : "1.3.6.1.6.3.13.3.1.2",
|
804
|
+
"status" : "current",
|
805
|
+
"description" :
|
806
|
+
"""The compliance statement for SNMP entities which implement
|
807
|
+
SNMP Unconfirmed-Class notifications with filtering, and
|
808
|
+
read-create operations on all related tables.""",
|
809
|
+
"requires" : {
|
810
|
+
"snmpTargetBasicGroup" : {
|
811
|
+
"nodetype" : "mandatory",
|
812
|
+
"module" : "SNMP-TARGET-MIB"
|
813
|
+
},
|
814
|
+
"snmpNotifyGroup" : {
|
815
|
+
"nodetype" : "mandatory",
|
816
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
817
|
+
},
|
818
|
+
"snmpNotifyFilterGroup" : {
|
819
|
+
"nodetype" : "mandatory",
|
820
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
821
|
+
},
|
822
|
+
}, # requires
|
823
|
+
}, # compliance
|
824
|
+
"snmpNotifyFullCompliance" : {
|
825
|
+
"nodetype" : "compliance",
|
826
|
+
"moduleName" : "SNMP-NOTIFICATION-MIB",
|
827
|
+
"oid" : "1.3.6.1.6.3.13.3.1.3",
|
828
|
+
"status" : "current",
|
829
|
+
"description" :
|
830
|
+
"""The compliance statement for SNMP entities which either
|
831
|
+
implement only SNMP Confirmed-Class notifications, or both
|
832
|
+
SNMP Unconfirmed-Class and Confirmed-Class notifications,
|
833
|
+
|
834
|
+
|
835
|
+
|
836
|
+
plus filtering and read-create operations on all related
|
837
|
+
tables.""",
|
838
|
+
"requires" : {
|
839
|
+
"snmpTargetBasicGroup" : {
|
840
|
+
"nodetype" : "mandatory",
|
841
|
+
"module" : "SNMP-TARGET-MIB"
|
842
|
+
},
|
843
|
+
"snmpTargetResponseGroup" : {
|
844
|
+
"nodetype" : "mandatory",
|
845
|
+
"module" : "SNMP-TARGET-MIB"
|
846
|
+
},
|
847
|
+
"snmpNotifyGroup" : {
|
848
|
+
"nodetype" : "mandatory",
|
849
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
850
|
+
},
|
851
|
+
"snmpNotifyFilterGroup" : {
|
852
|
+
"nodetype" : "mandatory",
|
853
|
+
"module" : "SNMP-NOTIFICATION-MIB"
|
854
|
+
},
|
855
|
+
}, # requires
|
856
|
+
}, # compliance
|
857
|
+
}, # compliances
|
858
|
+
|
859
|
+
}
|