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,664 @@
|
|
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 APPN-TRAP-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/APPN-TRAP-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "APPN-TRAP-MIB",
|
11
|
+
|
12
|
+
"APPN-TRAP-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""IETF SNA NAU MIB WG / AIW APPN MIBs SIG""",
|
17
|
+
"contact" :
|
18
|
+
"""
|
19
|
+
Bob Clouston
|
20
|
+
Cisco Systems
|
21
|
+
7025 Kit Creek Road
|
22
|
+
P.O. Box 14987
|
23
|
+
Research Triangle Park, NC 27709, USA
|
24
|
+
Tel: 1 919 472 2333
|
25
|
+
E-mail: clouston@cisco.com
|
26
|
+
|
27
|
+
Bob Moore
|
28
|
+
IBM Corporation
|
29
|
+
4205 S. Miami Boulevard
|
30
|
+
BRQA/501
|
31
|
+
P.O. Box 12195
|
32
|
+
Research Triangle Park, NC 27709, USA
|
33
|
+
Tel: 1 919 254 4436
|
34
|
+
E-mail: remoore@us.ibm.com""",
|
35
|
+
"description" :
|
36
|
+
"""This MIB module defines notifications to be generated by
|
37
|
+
network devices with APPN capabilities. It presupposes
|
38
|
+
support for the APPN MIB. It also presupposes
|
39
|
+
support for the DLUR MIB for implementations
|
40
|
+
that support the DLUR-related groups.""",
|
41
|
+
"revisions" : (
|
42
|
+
{
|
43
|
+
"date" : "1998-08-31 00:00",
|
44
|
+
"description" :
|
45
|
+
"""[Revision added by libsmi due to a LAST-UPDATED clause.]""",
|
46
|
+
},
|
47
|
+
),
|
48
|
+
"identity node" : "appnTrapMIB",
|
49
|
+
},
|
50
|
+
|
51
|
+
"imports" : (
|
52
|
+
{"module" : "SNMPv2-SMI", "name" : "Counter32"},
|
53
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
54
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
55
|
+
{"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"},
|
56
|
+
{"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
|
57
|
+
{"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
|
58
|
+
{"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"},
|
59
|
+
{"module" : "APPN-MIB", "name" : "appnMIB"},
|
60
|
+
{"module" : "APPN-MIB", "name" : "appnIsInP2SFmdPius"},
|
61
|
+
{"module" : "APPN-MIB", "name" : "appnIsInS2PFmdPius"},
|
62
|
+
{"module" : "APPN-MIB", "name" : "appnIsInP2SNonFmdPius"},
|
63
|
+
{"module" : "APPN-MIB", "name" : "appnIsInS2PNonFmdPius"},
|
64
|
+
{"module" : "APPN-MIB", "name" : "appnIsInP2SFmdBytes"},
|
65
|
+
{"module" : "APPN-MIB", "name" : "appnIsInS2PFmdBytes"},
|
66
|
+
{"module" : "APPN-MIB", "name" : "appnIsInP2SNonFmdBytes"},
|
67
|
+
{"module" : "APPN-MIB", "name" : "appnIsInS2PNonFmdBytes"},
|
68
|
+
{"module" : "APPN-MIB", "name" : "appnIsInSessUpTime"},
|
69
|
+
{"module" : "APPN-MIB", "name" : "appnObjects"},
|
70
|
+
{"module" : "APPN-MIB", "name" : "appnLocalTgOperational"},
|
71
|
+
{"module" : "APPN-MIB", "name" : "appnLocalTgCpCpSession"},
|
72
|
+
{"module" : "APPN-MIB", "name" : "appnPortOperState"},
|
73
|
+
{"module" : "APPN-MIB", "name" : "appnLsOperState"},
|
74
|
+
{"module" : "APPN-MIB", "name" : "appnCompliances"},
|
75
|
+
{"module" : "APPN-MIB", "name" : "appnGroups"},
|
76
|
+
{"module" : "APPN-DLUR-MIB", "name" : "dlurDlusSessnStatus"},
|
77
|
+
),
|
78
|
+
|
79
|
+
"nodes" : {
|
80
|
+
"appnTrapMIB" : {
|
81
|
+
"nodetype" : "node",
|
82
|
+
"moduleName" : "APPN-TRAP-MIB",
|
83
|
+
"oid" : "1.3.6.1.2.1.34.4.0",
|
84
|
+
"status" : "current",
|
85
|
+
}, # node
|
86
|
+
"appnTrapObjects" : {
|
87
|
+
"nodetype" : "node",
|
88
|
+
"moduleName" : "APPN-TRAP-MIB",
|
89
|
+
"oid" : "1.3.6.1.2.1.34.4.1.7",
|
90
|
+
}, # node
|
91
|
+
"appnTrapControl" : {
|
92
|
+
"nodetype" : "scalar",
|
93
|
+
"moduleName" : "APPN-TRAP-MIB",
|
94
|
+
"oid" : "1.3.6.1.2.1.34.4.1.7.1",
|
95
|
+
"status" : "current",
|
96
|
+
"syntax" : {
|
97
|
+
"type" : {
|
98
|
+
"basetype" : "Bits",
|
99
|
+
"appnLocalTgOperStateChangeTrap" : {
|
100
|
+
"nodetype" : "namednumber",
|
101
|
+
"number" : "0"
|
102
|
+
},
|
103
|
+
"appnLocalTgCpCpChangeTrap" : {
|
104
|
+
"nodetype" : "namednumber",
|
105
|
+
"number" : "1"
|
106
|
+
},
|
107
|
+
"appnPortOperStateChangeTrap" : {
|
108
|
+
"nodetype" : "namednumber",
|
109
|
+
"number" : "2"
|
110
|
+
},
|
111
|
+
"appnLsOperStateChangeTrap" : {
|
112
|
+
"nodetype" : "namednumber",
|
113
|
+
"number" : "3"
|
114
|
+
},
|
115
|
+
"dlurDlusStateChangeTrap" : {
|
116
|
+
"nodetype" : "namednumber",
|
117
|
+
"number" : "4"
|
118
|
+
},
|
119
|
+
},
|
120
|
+
},
|
121
|
+
"access" : "readwrite",
|
122
|
+
"description" :
|
123
|
+
"""An object to turn APPN notification generation on and off.
|
124
|
+
Setting a notification type's bit to 1 enables generation of
|
125
|
+
notifications of that type, subject to further filtering
|
126
|
+
resulting from entries in the snmpNotificationMIB. Setting
|
127
|
+
this bit to 0 disables generation of notifications of that
|
128
|
+
type.
|
129
|
+
|
130
|
+
Note that generation of the appnIsrAccountingDataTrap is
|
131
|
+
controlled by the appnIsInGlobeCtrAdminStatus object in
|
132
|
+
the APPN MIB: if counts of intermediate session traffic
|
133
|
+
are being kept at all, then the notification is also enabled.""",
|
134
|
+
}, # scalar
|
135
|
+
"appnLocalTgTableChanges" : {
|
136
|
+
"nodetype" : "scalar",
|
137
|
+
"moduleName" : "APPN-TRAP-MIB",
|
138
|
+
"oid" : "1.3.6.1.2.1.34.4.1.7.2",
|
139
|
+
"status" : "current",
|
140
|
+
"syntax" : {
|
141
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
142
|
+
},
|
143
|
+
"access" : "readonly",
|
144
|
+
"description" :
|
145
|
+
"""A count of the number of times a row in the appnLocalTgTable
|
146
|
+
has changed status since the APPN node was last reinitialized.
|
147
|
+
This counter is incremented whenever a condition is detected
|
148
|
+
that would cause a appnLocalTgOperStateChangeTrap or
|
149
|
+
appnLocalTgCpCpChangeTrap notification to be sent, whether
|
150
|
+
or not those notifications are enabled.""",
|
151
|
+
}, # scalar
|
152
|
+
"appnPortTableChanges" : {
|
153
|
+
"nodetype" : "scalar",
|
154
|
+
"moduleName" : "APPN-TRAP-MIB",
|
155
|
+
"oid" : "1.3.6.1.2.1.34.4.1.7.3",
|
156
|
+
"status" : "current",
|
157
|
+
"syntax" : {
|
158
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
159
|
+
},
|
160
|
+
"access" : "readonly",
|
161
|
+
"description" :
|
162
|
+
"""A count of the number of times a row in the appnPortTable
|
163
|
+
has changed status since the APPN node was last reinitialized.
|
164
|
+
This counter is incremented whenever a condition is detected
|
165
|
+
that would cause a appnPortOperStateChangeTrap notification
|
166
|
+
to be sent, whether or not this notification is enabled.""",
|
167
|
+
}, # scalar
|
168
|
+
"appnLsTableChanges" : {
|
169
|
+
"nodetype" : "scalar",
|
170
|
+
"moduleName" : "APPN-TRAP-MIB",
|
171
|
+
"oid" : "1.3.6.1.2.1.34.4.1.7.4",
|
172
|
+
"status" : "current",
|
173
|
+
"syntax" : {
|
174
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
175
|
+
},
|
176
|
+
"access" : "readonly",
|
177
|
+
"description" :
|
178
|
+
"""A count of the number of times a row in the appnLsTable
|
179
|
+
has changed status since the APPN node was last reinitialized.
|
180
|
+
This counter is incremented whenever a condition is detected
|
181
|
+
that would cause a appnLsOperStateChangeTrap notification
|
182
|
+
to be sent, whether or not this notification is enabled.""",
|
183
|
+
}, # scalar
|
184
|
+
"dlurDlusTableChanges" : {
|
185
|
+
"nodetype" : "scalar",
|
186
|
+
"moduleName" : "APPN-TRAP-MIB",
|
187
|
+
"oid" : "1.3.6.1.2.1.34.4.1.7.5",
|
188
|
+
"status" : "current",
|
189
|
+
"syntax" : {
|
190
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
191
|
+
},
|
192
|
+
"access" : "readonly",
|
193
|
+
"description" :
|
194
|
+
"""A count of the number of times a row in the dlurDlusTable
|
195
|
+
has changed status since the APPN node was last reinitialized.
|
196
|
+
This counter is incremented whenever a condition is detected
|
197
|
+
that would cause a dlurDlusStateChangeTrap notification
|
198
|
+
to be sent, whether or not this notification is enabled.""",
|
199
|
+
}, # scalar
|
200
|
+
}, # nodes
|
201
|
+
|
202
|
+
"notifications" : {
|
203
|
+
"appnIsrAccountingDataTrap" : {
|
204
|
+
"nodetype" : "notification",
|
205
|
+
"moduleName" : "APPN-TRAP-MIB",
|
206
|
+
"oid" : "1.3.6.1.2.1.34.4.0.1",
|
207
|
+
"status" : "current",
|
208
|
+
"objects" : {
|
209
|
+
"appnIsInP2SFmdPius" : {
|
210
|
+
"nodetype" : "object",
|
211
|
+
"module" : "APPN-MIB"
|
212
|
+
},
|
213
|
+
"appnIsInS2PFmdPius" : {
|
214
|
+
"nodetype" : "object",
|
215
|
+
"module" : "APPN-MIB"
|
216
|
+
},
|
217
|
+
"appnIsInP2SNonFmdPius" : {
|
218
|
+
"nodetype" : "object",
|
219
|
+
"module" : "APPN-MIB"
|
220
|
+
},
|
221
|
+
"appnIsInS2PNonFmdPius" : {
|
222
|
+
"nodetype" : "object",
|
223
|
+
"module" : "APPN-MIB"
|
224
|
+
},
|
225
|
+
"appnIsInP2SFmdBytes" : {
|
226
|
+
"nodetype" : "object",
|
227
|
+
"module" : "APPN-MIB"
|
228
|
+
},
|
229
|
+
"appnIsInS2PFmdBytes" : {
|
230
|
+
"nodetype" : "object",
|
231
|
+
"module" : "APPN-MIB"
|
232
|
+
},
|
233
|
+
"appnIsInP2SNonFmdBytes" : {
|
234
|
+
"nodetype" : "object",
|
235
|
+
"module" : "APPN-MIB"
|
236
|
+
},
|
237
|
+
"appnIsInS2PNonFmdBytes" : {
|
238
|
+
"nodetype" : "object",
|
239
|
+
"module" : "APPN-MIB"
|
240
|
+
},
|
241
|
+
"appnIsInSessUpTime" : {
|
242
|
+
"nodetype" : "object",
|
243
|
+
"module" : "APPN-MIB"
|
244
|
+
},
|
245
|
+
},
|
246
|
+
"description" :
|
247
|
+
"""When it has been enabled, this notification is generated by an
|
248
|
+
APPN node whenever an ISR session passing through the node is
|
249
|
+
taken down, regardless of whether the session went down
|
250
|
+
normally or abnormally. Its purpose is to allow a management
|
251
|
+
application (primarily an accounting application) that is
|
252
|
+
monitoring the ISR counts to receive the final values of these
|
253
|
+
counts, so that the application can properly account for the
|
254
|
+
amounts the counts were incremented since the last time the
|
255
|
+
application polled them. The appnIsInSessUpTime object
|
256
|
+
provides the total amount of time that the session was active.
|
257
|
+
|
258
|
+
This notification is not a substitute for polling the ISR
|
259
|
+
counts. In particular, the count values reported in this
|
260
|
+
notification cannot be assumed to be the complete totals for
|
261
|
+
the life of the session, since they may have wrapped while the
|
262
|
+
session was up.
|
263
|
+
|
264
|
+
The session to which the objects in this notification apply is
|
265
|
+
identified by the fully qualified CP name and PCID that make up
|
266
|
+
the table index. An instance of this notification will contain
|
267
|
+
exactly one instance of each of its objects, and these objects
|
268
|
+
will all belong to the same conceptual row of the
|
269
|
+
appnIsInTable.
|
270
|
+
|
271
|
+
Generation of this notification is controlled by the same
|
272
|
+
object in the APPN MIB, appnIsInGlobeCtrAdminStatus, that
|
273
|
+
controls whether the count objects themselves are being
|
274
|
+
incremented.""",
|
275
|
+
}, # notification
|
276
|
+
"appnLocalTgOperStateChangeTrap" : {
|
277
|
+
"nodetype" : "notification",
|
278
|
+
"moduleName" : "APPN-TRAP-MIB",
|
279
|
+
"oid" : "1.3.6.1.2.1.34.4.0.2",
|
280
|
+
"status" : "current",
|
281
|
+
"objects" : {
|
282
|
+
"appnLocalTgTableChanges" : {
|
283
|
+
"nodetype" : "object",
|
284
|
+
"module" : "APPN-TRAP-MIB"
|
285
|
+
},
|
286
|
+
"appnLocalTgOperational" : {
|
287
|
+
"nodetype" : "object",
|
288
|
+
"module" : "APPN-MIB"
|
289
|
+
},
|
290
|
+
},
|
291
|
+
"description" :
|
292
|
+
"""When it has been enabled, this notification makes it possible
|
293
|
+
for an APPN topology application to get asynchronous
|
294
|
+
notifications of local TG operational state changes,
|
295
|
+
and thus to reduce the frequency with which it polls
|
296
|
+
for these changes.
|
297
|
+
|
298
|
+
This notification is sent whenever there is a change to
|
299
|
+
the appnLocalTgOperational object in a row of the
|
300
|
+
appnLocalTgTable. This notification is only sent for row
|
301
|
+
creation if the row is created with a value of 'true' for
|
302
|
+
appnLocalTgOperational. This notification is only sent for
|
303
|
+
row deletion if the last value of appnLocalTgOperational was
|
304
|
+
'true'. In this case, the value of appnLocalTgOperational
|
305
|
+
in the notification shall be 'false', since the deletion of
|
306
|
+
a row indicates that the TG is no longer operational.
|
307
|
+
|
308
|
+
The notification is more than a simple 'poll me now' indication.
|
309
|
+
It carries both a count of local TG topology changes, and the
|
310
|
+
current operational state itself. The count of changes allows an
|
311
|
+
application to detect lost notifications, either when polling
|
312
|
+
or upon receiving a subsequent notification, at which point it
|
313
|
+
knows it must retrieve the entire appnLocalTgTable again.
|
314
|
+
This is the same count as used in the appnLocalCpCpStateChangeTrap.
|
315
|
+
A lost notification could indicate a local TG CP-CP session state
|
316
|
+
change or an operational state change.
|
317
|
+
|
318
|
+
Generation of this notification is controlled by the
|
319
|
+
appnTrapControl object.""",
|
320
|
+
}, # notification
|
321
|
+
"appnLocalTgCpCpChangeTrap" : {
|
322
|
+
"nodetype" : "notification",
|
323
|
+
"moduleName" : "APPN-TRAP-MIB",
|
324
|
+
"oid" : "1.3.6.1.2.1.34.4.0.3",
|
325
|
+
"status" : "current",
|
326
|
+
"objects" : {
|
327
|
+
"appnLocalTgTableChanges" : {
|
328
|
+
"nodetype" : "object",
|
329
|
+
"module" : "APPN-TRAP-MIB"
|
330
|
+
},
|
331
|
+
"appnLocalTgCpCpSession" : {
|
332
|
+
"nodetype" : "object",
|
333
|
+
"module" : "APPN-MIB"
|
334
|
+
},
|
335
|
+
},
|
336
|
+
"description" :
|
337
|
+
"""When it has been enabled, this notification makes it possible
|
338
|
+
for an APPN topology application to get asynchronous
|
339
|
+
notifications of local TG control-point to control-point (CP-CP)
|
340
|
+
session state changes, and thus to reduce the
|
341
|
+
frequency with which it polls for these changes.
|
342
|
+
|
343
|
+
This notification is sent whenever there is a change to
|
344
|
+
the appnLocalTgCpCpSession object but NOT the
|
345
|
+
appnLocalTgOperational object in a row of the appnLocalTgTable.
|
346
|
+
This notification is never sent for appnLocalTgTable row
|
347
|
+
creation or deletion.
|
348
|
+
|
349
|
+
The notification is more than a simple 'poll me now' indication.
|
350
|
+
It carries both a count of local TG topology changes, and the
|
351
|
+
current CP-CP session state itself. The count of changes allows
|
352
|
+
an application to detect lost notifications, either when polling
|
353
|
+
or upon receiving a subsequent notification, at which point it
|
354
|
+
knows it must retrieve the entire appnLocalTgTable again. This
|
355
|
+
is the same count as used in the appnLocalTgOperStateChangeTrap.
|
356
|
+
A lost notification could indicate a local TG CP-CP session
|
357
|
+
state change or an operational state change.
|
358
|
+
|
359
|
+
Generation of this notification is controlled by the
|
360
|
+
appnTrapControl object.""",
|
361
|
+
}, # notification
|
362
|
+
"appnPortOperStateChangeTrap" : {
|
363
|
+
"nodetype" : "notification",
|
364
|
+
"moduleName" : "APPN-TRAP-MIB",
|
365
|
+
"oid" : "1.3.6.1.2.1.34.4.0.4",
|
366
|
+
"status" : "current",
|
367
|
+
"objects" : {
|
368
|
+
"appnPortTableChanges" : {
|
369
|
+
"nodetype" : "object",
|
370
|
+
"module" : "APPN-TRAP-MIB"
|
371
|
+
},
|
372
|
+
"appnPortOperState" : {
|
373
|
+
"nodetype" : "object",
|
374
|
+
"module" : "APPN-MIB"
|
375
|
+
},
|
376
|
+
},
|
377
|
+
"description" :
|
378
|
+
"""When it has been enabled, this notification makes it possible
|
379
|
+
for an APPN topology application to get asynchronous
|
380
|
+
notifications of port operational state changes, and thus to
|
381
|
+
reduce the frequency with which it polls for these changes.
|
382
|
+
This notification is only sent when a appnPortOperState has
|
383
|
+
transitioned to a value of 'active' or 'inactive'.
|
384
|
+
|
385
|
+
This notification is sent whenever there is a appnPortOperState
|
386
|
+
object transition to 'inactive' or 'active' state in the
|
387
|
+
appnPortTable. This notification is only sent for row creation
|
388
|
+
if the row is created with a value of 'active' for
|
389
|
+
appnPortOperState. This notification is only sent for
|
390
|
+
row deletion if the last value of appnPortOperState was
|
391
|
+
'active'. In this case, the value of appnPortOperState
|
392
|
+
in the notification shall be 'inactive', since the deletion of
|
393
|
+
a row indicates that the port is no longer active.
|
394
|
+
|
395
|
+
The notification is more than a simple 'poll me now' indication.
|
396
|
+
It carries both a count of port table changes, and the
|
397
|
+
operational state itself. The count of changes allows an
|
398
|
+
application to detect lost notifications, either when polling
|
399
|
+
or upon receiving a subsequent notification, at which point
|
400
|
+
it knows it must retrieve the entire appnPortTable again.
|
401
|
+
|
402
|
+
Generation of this notification is controlled by the
|
403
|
+
appnTrapControl object.""",
|
404
|
+
}, # notification
|
405
|
+
"appnLsOperStateChangeTrap" : {
|
406
|
+
"nodetype" : "notification",
|
407
|
+
"moduleName" : "APPN-TRAP-MIB",
|
408
|
+
"oid" : "1.3.6.1.2.1.34.4.0.5",
|
409
|
+
"status" : "current",
|
410
|
+
"objects" : {
|
411
|
+
"appnLsTableChanges" : {
|
412
|
+
"nodetype" : "object",
|
413
|
+
"module" : "APPN-TRAP-MIB"
|
414
|
+
},
|
415
|
+
"appnLsOperState" : {
|
416
|
+
"nodetype" : "object",
|
417
|
+
"module" : "APPN-MIB"
|
418
|
+
},
|
419
|
+
},
|
420
|
+
"description" :
|
421
|
+
"""When it has been enabled, this notification makes it possible
|
422
|
+
for an APPN topology application to get asynchronous
|
423
|
+
notifications of link station operational state changes, and
|
424
|
+
thus to reduce the frequency with which it polls for these
|
425
|
+
changes. This notification is only sent when a appnLsOperState
|
426
|
+
has transitioned to a value of 'active' or 'inactive'.
|
427
|
+
|
428
|
+
This notification is sent whenever there is a appnLsOperState
|
429
|
+
object transition to 'inactive' or 'active' state in the
|
430
|
+
appnLsTable. This notification is only sent for row creation
|
431
|
+
if the row is created with a value of 'active' for
|
432
|
+
appnLsOperState. This notification is only sent for
|
433
|
+
row deletion if the last value of appnLsOperState was
|
434
|
+
'active'. In this case, the value of appnLsOperState
|
435
|
+
in the notification shall be 'inactive', since the deletion of
|
436
|
+
a row indicates that the link station is no longer active.
|
437
|
+
|
438
|
+
The notification is more than a simple 'poll me now' indication.
|
439
|
+
It carries both a count of link station table changes, and the
|
440
|
+
operational state itself. The count of changes allows an
|
441
|
+
application to detect lost notifications, either when polling
|
442
|
+
or upon receiving a subsequent notification, at which point it
|
443
|
+
knows it must retrieve the entire appnLsTable again.
|
444
|
+
|
445
|
+
Generation of this notification is controlled by the
|
446
|
+
appnTrapControl object.""",
|
447
|
+
}, # notification
|
448
|
+
"dlurDlusStateChangeTrap" : {
|
449
|
+
"nodetype" : "notification",
|
450
|
+
"moduleName" : "APPN-TRAP-MIB",
|
451
|
+
"oid" : "1.3.6.1.2.1.34.4.0.6",
|
452
|
+
"status" : "current",
|
453
|
+
"objects" : {
|
454
|
+
"dlurDlusTableChanges" : {
|
455
|
+
"nodetype" : "object",
|
456
|
+
"module" : "APPN-TRAP-MIB"
|
457
|
+
},
|
458
|
+
"dlurDlusSessnStatus" : {
|
459
|
+
"nodetype" : "object",
|
460
|
+
"module" : "APPN-DLUR-MIB"
|
461
|
+
},
|
462
|
+
},
|
463
|
+
"description" :
|
464
|
+
"""When it has been enabled, this notification makes it possible
|
465
|
+
for an APPN topology application to get asynchronous
|
466
|
+
notifications of DLUR-DLUS session changes, and thus to reduce
|
467
|
+
the frequency with which it polls for these changes.
|
468
|
+
|
469
|
+
This notification is sent whenever there is a dlurDlusSessnStatus
|
470
|
+
object transition to 'inactive' or 'active' state in the
|
471
|
+
dlurDlusTable. This notification is only sent for row creation
|
472
|
+
if the row is created with a value of 'active' for
|
473
|
+
dlurDlusSessnStatus. This notification is only sent for
|
474
|
+
row deletion if the last value of dlurDlusSessnStatus was
|
475
|
+
'active'. In this case, the value of dlurDlusSessnStatus
|
476
|
+
in the notification shall be 'inactive', since the deletion of
|
477
|
+
a row indicates that the session is no longer active.
|
478
|
+
|
479
|
+
The notification is more than a simple 'poll me now' indication.
|
480
|
+
It carries both a count of DLUR-DLUS table changes, and the
|
481
|
+
session status itself. The count of changes allows an
|
482
|
+
application to detect lost notifications, either when polling
|
483
|
+
or upon receiving a subsequent notification, at which point it
|
484
|
+
knows it must retrieve the entire dlurDlusTable again.
|
485
|
+
|
486
|
+
Generation of this notification is controlled by the
|
487
|
+
appnTrapControl object.""",
|
488
|
+
}, # notification
|
489
|
+
}, # notifications
|
490
|
+
|
491
|
+
"groups" : {
|
492
|
+
"appnTrapMibIsrNotifGroup" : {
|
493
|
+
"nodetype" : "group",
|
494
|
+
"moduleName" : "APPN-TRAP-MIB",
|
495
|
+
"oid" : "1.3.6.1.2.1.34.4.3.2.21",
|
496
|
+
"status" : "current",
|
497
|
+
"members" : {
|
498
|
+
"appnIsrAccountingDataTrap" : {
|
499
|
+
"nodetype" : "member",
|
500
|
+
"module" : "APPN-TRAP-MIB"
|
501
|
+
},
|
502
|
+
}, # members
|
503
|
+
"description" :
|
504
|
+
"""A notification for reporting the final values of the
|
505
|
+
APPN MIB's ISR counters.""",
|
506
|
+
}, # group
|
507
|
+
"appnTrapMibTopoConfGroup" : {
|
508
|
+
"nodetype" : "group",
|
509
|
+
"moduleName" : "APPN-TRAP-MIB",
|
510
|
+
"oid" : "1.3.6.1.2.1.34.4.3.2.22",
|
511
|
+
"status" : "current",
|
512
|
+
"members" : {
|
513
|
+
"appnTrapControl" : {
|
514
|
+
"nodetype" : "member",
|
515
|
+
"module" : "APPN-TRAP-MIB"
|
516
|
+
},
|
517
|
+
"appnLocalTgTableChanges" : {
|
518
|
+
"nodetype" : "member",
|
519
|
+
"module" : "APPN-TRAP-MIB"
|
520
|
+
},
|
521
|
+
"appnPortTableChanges" : {
|
522
|
+
"nodetype" : "member",
|
523
|
+
"module" : "APPN-TRAP-MIB"
|
524
|
+
},
|
525
|
+
"appnLsTableChanges" : {
|
526
|
+
"nodetype" : "member",
|
527
|
+
"module" : "APPN-TRAP-MIB"
|
528
|
+
},
|
529
|
+
}, # members
|
530
|
+
"description" :
|
531
|
+
"""A collection of objects for reducing the polling
|
532
|
+
associated with the local topology tables in the
|
533
|
+
APPN MIB. Nodes that implement this group SHALL
|
534
|
+
also implement the appnTrapMibTopoNotifGroup.""",
|
535
|
+
}, # group
|
536
|
+
"appnTrapMibTopoNotifGroup" : {
|
537
|
+
"nodetype" : "group",
|
538
|
+
"moduleName" : "APPN-TRAP-MIB",
|
539
|
+
"oid" : "1.3.6.1.2.1.34.4.3.2.23",
|
540
|
+
"status" : "current",
|
541
|
+
"members" : {
|
542
|
+
"appnLocalTgOperStateChangeTrap" : {
|
543
|
+
"nodetype" : "member",
|
544
|
+
"module" : "APPN-TRAP-MIB"
|
545
|
+
},
|
546
|
+
"appnLocalTgCpCpChangeTrap" : {
|
547
|
+
"nodetype" : "member",
|
548
|
+
"module" : "APPN-TRAP-MIB"
|
549
|
+
},
|
550
|
+
"appnPortOperStateChangeTrap" : {
|
551
|
+
"nodetype" : "member",
|
552
|
+
"module" : "APPN-TRAP-MIB"
|
553
|
+
},
|
554
|
+
"appnLsOperStateChangeTrap" : {
|
555
|
+
"nodetype" : "member",
|
556
|
+
"module" : "APPN-TRAP-MIB"
|
557
|
+
},
|
558
|
+
}, # members
|
559
|
+
"description" :
|
560
|
+
"""A collection of notifications for reducing the polling
|
561
|
+
associated with the local topology tables in the
|
562
|
+
APPN MIB. Nodes that implement this group SHALL
|
563
|
+
also implement the appnTrapMibTopoConfGroup.""",
|
564
|
+
}, # group
|
565
|
+
"appnTrapMibDlurConfGroup" : {
|
566
|
+
"nodetype" : "group",
|
567
|
+
"moduleName" : "APPN-TRAP-MIB",
|
568
|
+
"oid" : "1.3.6.1.2.1.34.4.3.2.24",
|
569
|
+
"status" : "current",
|
570
|
+
"members" : {
|
571
|
+
"appnTrapControl" : {
|
572
|
+
"nodetype" : "member",
|
573
|
+
"module" : "APPN-TRAP-MIB"
|
574
|
+
},
|
575
|
+
"dlurDlusTableChanges" : {
|
576
|
+
"nodetype" : "member",
|
577
|
+
"module" : "APPN-TRAP-MIB"
|
578
|
+
},
|
579
|
+
}, # members
|
580
|
+
"description" :
|
581
|
+
"""A collection of objects for reducing the polling
|
582
|
+
associated with the dlurDlusTable in the DLUR
|
583
|
+
MIB. Nodes that implement this group SHALL also
|
584
|
+
implement the appnTrapMibDlurNotifGroup.""",
|
585
|
+
}, # group
|
586
|
+
"appnTrapMibDlurNotifGroup" : {
|
587
|
+
"nodetype" : "group",
|
588
|
+
"moduleName" : "APPN-TRAP-MIB",
|
589
|
+
"oid" : "1.3.6.1.2.1.34.4.3.2.25",
|
590
|
+
"status" : "current",
|
591
|
+
"members" : {
|
592
|
+
"dlurDlusStateChangeTrap" : {
|
593
|
+
"nodetype" : "member",
|
594
|
+
"module" : "APPN-TRAP-MIB"
|
595
|
+
},
|
596
|
+
}, # members
|
597
|
+
"description" :
|
598
|
+
"""A notification for reducing the polling associated
|
599
|
+
with the dlurDlusTable in the DLUR MIB. Nodes that
|
600
|
+
implement this group SHALL also implement the
|
601
|
+
appnTrapMibDlurConfGroup.""",
|
602
|
+
}, # group
|
603
|
+
}, # groups
|
604
|
+
|
605
|
+
"compliances" : {
|
606
|
+
"appnTrapMibCompliance" : {
|
607
|
+
"nodetype" : "compliance",
|
608
|
+
"moduleName" : "APPN-TRAP-MIB",
|
609
|
+
"oid" : "1.3.6.1.2.1.34.4.3.1.2",
|
610
|
+
"status" : "current",
|
611
|
+
"description" :
|
612
|
+
"""The compliance statement for the SNMP entities that
|
613
|
+
implement the APPN-TRAP-MIB.""",
|
614
|
+
"requires" : {
|
615
|
+
"appnTrapMibIsrNotifGroup" : {
|
616
|
+
"nodetype" : "optional",
|
617
|
+
"module" : "APPN-TRAP-MIB",
|
618
|
+
"description" :
|
619
|
+
"""This group is mandatory for APPN nodes supporting
|
620
|
+
reporting of final ISR counter values via notifications.""",
|
621
|
+
},
|
622
|
+
"appnTrapMibTopoConfGroup" : {
|
623
|
+
"nodetype" : "optional",
|
624
|
+
"module" : "APPN-TRAP-MIB",
|
625
|
+
"description" :
|
626
|
+
"""This group is mandatory for APPN nodes supporting
|
627
|
+
polling reduction for local topology.""",
|
628
|
+
},
|
629
|
+
"appnTrapMibTopoNotifGroup" : {
|
630
|
+
"nodetype" : "optional",
|
631
|
+
"module" : "APPN-TRAP-MIB",
|
632
|
+
"description" :
|
633
|
+
"""This group is mandatory for APPN nodes supporting
|
634
|
+
polling reduction for local topology.""",
|
635
|
+
},
|
636
|
+
"appnTrapMibDlurConfGroup" : {
|
637
|
+
"nodetype" : "optional",
|
638
|
+
"module" : "APPN-TRAP-MIB",
|
639
|
+
"description" :
|
640
|
+
"""This group is mandatory for APPN nodes supporting
|
641
|
+
polling reduction for the dlurDlusTable.""",
|
642
|
+
},
|
643
|
+
"appnTrapMibDlurNotifGroup" : {
|
644
|
+
"nodetype" : "optional",
|
645
|
+
"module" : "APPN-TRAP-MIB",
|
646
|
+
"description" :
|
647
|
+
"""This group is mandatory for APPN nodes supporting
|
648
|
+
polling reduction for the dlurDlusTable.""",
|
649
|
+
},
|
650
|
+
}, # requires
|
651
|
+
"refinements" : {
|
652
|
+
"appnTrapControl" : {
|
653
|
+
"module" : "APPN-TRAP-MIB",
|
654
|
+
"access" : "readonly",
|
655
|
+
"description" :
|
656
|
+
"""An agent is not required to support a set to
|
657
|
+
this object.""",
|
658
|
+
},
|
659
|
+
}, # refinements
|
660
|
+
|
661
|
+
}, # compliance
|
662
|
+
}, # compliances
|
663
|
+
|
664
|
+
}
|