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,698 @@
|
|
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 DISMAN-NSLOOKUP-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/DISMAN-NSLOOKUP-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
11
|
+
|
12
|
+
"DISMAN-NSLOOKUP-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""IETF Distributed Management Working Group""",
|
17
|
+
"contact" :
|
18
|
+
"""Juergen Quittek
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
NEC Europe Ltd.
|
23
|
+
Network Laboratories
|
24
|
+
Kurfuersten-Anlage 36
|
25
|
+
69115 Heidelberg
|
26
|
+
Germany
|
27
|
+
|
28
|
+
Phone: +49 6221 4342-115
|
29
|
+
Email: quittek@netlab.nec.de""",
|
30
|
+
"description" :
|
31
|
+
"""The Lookup MIB (DISMAN-NSLOOKUP-MIB) enables determination
|
32
|
+
of either the name(s) corresponding to a host address or of
|
33
|
+
the address(es) associated with a host name at a remote
|
34
|
+
host.
|
35
|
+
|
36
|
+
Copyright (C) The Internet Society (2006). This version of
|
37
|
+
this MIB module is part of RFC 4560; see the RFC itself for
|
38
|
+
full legal notices.""",
|
39
|
+
"revisions" : (
|
40
|
+
{
|
41
|
+
"date" : "2006-06-13 00:00",
|
42
|
+
"description" :
|
43
|
+
"""Updated version, published as RFC 4560.
|
44
|
+
- Replaced references to RFC 2575 by RFC 3415
|
45
|
+
- Replaced references to RFC 2571 by RFC 3411
|
46
|
+
- Replaced references to RFC 2851 by RFC 4001
|
47
|
+
- Added value enabled(1) to SYNTAX clause of
|
48
|
+
lookupCtlOperStatus
|
49
|
+
- Added lookupMinimumCompliance
|
50
|
+
- Defined semantics of value 0 for object
|
51
|
+
lookupPurgeTime
|
52
|
+
- Added DEFVAL { unknown } to object
|
53
|
+
lookupCtlTargetAddressType OBJECT-TYPE""",
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"date" : "2000-09-21 00:00",
|
57
|
+
"description" :
|
58
|
+
"""Initial version, published as RFC 2925.""",
|
59
|
+
},
|
60
|
+
),
|
61
|
+
"identity node" : "lookupMIB",
|
62
|
+
},
|
63
|
+
|
64
|
+
"imports" : (
|
65
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
66
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
67
|
+
{"module" : "SNMPv2-SMI", "name" : "Unsigned32"},
|
68
|
+
{"module" : "SNMPv2-SMI", "name" : "mib-2"},
|
69
|
+
{"module" : "SNMPv2-SMI", "name" : "Integer32"},
|
70
|
+
{"module" : "SNMPv2-TC", "name" : "RowStatus"},
|
71
|
+
{"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
|
72
|
+
{"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
|
73
|
+
{"module" : "SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
74
|
+
{"module" : "INET-ADDRESS-MIB", "name" : "InetAddressType"},
|
75
|
+
{"module" : "INET-ADDRESS-MIB", "name" : "InetAddress"},
|
76
|
+
),
|
77
|
+
|
78
|
+
"nodes" : {
|
79
|
+
"lookupMIB" : {
|
80
|
+
"nodetype" : "node",
|
81
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
82
|
+
"oid" : "1.3.6.1.2.1.82",
|
83
|
+
"status" : "current",
|
84
|
+
}, # node
|
85
|
+
"lookupObjects" : {
|
86
|
+
"nodetype" : "node",
|
87
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
88
|
+
"oid" : "1.3.6.1.2.1.82.1",
|
89
|
+
}, # node
|
90
|
+
"lookupMaxConcurrentRequests" : {
|
91
|
+
"nodetype" : "scalar",
|
92
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
93
|
+
"oid" : "1.3.6.1.2.1.82.1.1",
|
94
|
+
"status" : "current",
|
95
|
+
"syntax" : {
|
96
|
+
"type" : { "module" :"", "name" : "Unsigned32"},
|
97
|
+
},
|
98
|
+
"access" : "readwrite",
|
99
|
+
"default" : "10",
|
100
|
+
"units" : "requests",
|
101
|
+
"description" :
|
102
|
+
"""The maximum number of concurrent active lookup requests
|
103
|
+
that are allowed within an agent implementation. A value
|
104
|
+
of 0 for this object implies that there is no limit for
|
105
|
+
the number of concurrent active requests in effect.
|
106
|
+
|
107
|
+
The limit applies only to new requests being activated.
|
108
|
+
When a new value is set, the agent will continue processing
|
109
|
+
all the requests already active, even if their number
|
110
|
+
exceed the limit just imposed.""",
|
111
|
+
}, # scalar
|
112
|
+
"lookupPurgeTime" : {
|
113
|
+
"nodetype" : "scalar",
|
114
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
115
|
+
"oid" : "1.3.6.1.2.1.82.1.2",
|
116
|
+
"status" : "current",
|
117
|
+
"syntax" : {
|
118
|
+
"type" : {
|
119
|
+
"basetype" : "Unsigned32",
|
120
|
+
"ranges" : [
|
121
|
+
{
|
122
|
+
"min" : "0",
|
123
|
+
"max" : "86400"
|
124
|
+
},
|
125
|
+
],
|
126
|
+
"range" : {
|
127
|
+
"min" : "0",
|
128
|
+
"max" : "86400"
|
129
|
+
},
|
130
|
+
},
|
131
|
+
},
|
132
|
+
"access" : "readwrite",
|
133
|
+
"default" : "900",
|
134
|
+
"units" : "seconds",
|
135
|
+
"description" :
|
136
|
+
"""The amount of time to wait before automatically
|
137
|
+
deleting an entry in the lookupCtlTable and any
|
138
|
+
dependent lookupResultsTable entries
|
139
|
+
after the lookup operation represented by a
|
140
|
+
lookupCtlEntry has been completed.
|
141
|
+
A lookupCtEntry is considered complete
|
142
|
+
when its lookupCtlOperStatus object has a
|
143
|
+
value of completed(3).
|
144
|
+
|
145
|
+
A value of 0 indicates that automatic deletion
|
146
|
+
of entries is disabled.""",
|
147
|
+
}, # scalar
|
148
|
+
"lookupCtlTable" : {
|
149
|
+
"nodetype" : "table",
|
150
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
151
|
+
"oid" : "1.3.6.1.2.1.82.1.3",
|
152
|
+
"status" : "current",
|
153
|
+
"description" :
|
154
|
+
"""Defines the Lookup Control Table for providing
|
155
|
+
the capability of performing a lookup operation
|
156
|
+
for a symbolic host name or for a host address
|
157
|
+
from a remote host.""",
|
158
|
+
}, # table
|
159
|
+
"lookupCtlEntry" : {
|
160
|
+
"nodetype" : "row",
|
161
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
162
|
+
"oid" : "1.3.6.1.2.1.82.1.3.1",
|
163
|
+
"create" : "true",
|
164
|
+
"status" : "current",
|
165
|
+
"linkage" : [
|
166
|
+
"lookupCtlOwnerIndex",
|
167
|
+
"lookupCtlOperationName",
|
168
|
+
],
|
169
|
+
"description" :
|
170
|
+
"""Defines an entry in the lookupCtlTable. A
|
171
|
+
lookupCtlEntry is initially indexed by
|
172
|
+
lookupCtlOwnerIndex, which is a type of SnmpAdminString,
|
173
|
+
a textual convention that allows for the use of the SNMPv3
|
174
|
+
View-Based Access Control Model (RFC 3415, VACM)
|
175
|
+
and that also allows a management application to identify
|
176
|
+
its entries. The second index element,
|
177
|
+
lookupCtlOperationName, enables the same
|
178
|
+
lookupCtlOwnerIndex entity to have multiple outstanding
|
179
|
+
requests. The value of lookupCtlTargetAddressType
|
180
|
+
determines which lookup function to perform.""",
|
181
|
+
}, # row
|
182
|
+
"lookupCtlOwnerIndex" : {
|
183
|
+
"nodetype" : "column",
|
184
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
185
|
+
"oid" : "1.3.6.1.2.1.82.1.3.1.1",
|
186
|
+
"status" : "current",
|
187
|
+
"syntax" : {
|
188
|
+
"type" : {
|
189
|
+
"basetype" : "OctetString",
|
190
|
+
"parent module" : {
|
191
|
+
"name" : "SNMP-FRAMEWORK-MIB",
|
192
|
+
"type" : "SnmpAdminString",
|
193
|
+
},
|
194
|
+
"ranges" : [
|
195
|
+
{
|
196
|
+
"min" : "0",
|
197
|
+
"max" : "32"
|
198
|
+
},
|
199
|
+
],
|
200
|
+
"range" : {
|
201
|
+
"min" : "0",
|
202
|
+
"max" : "32"
|
203
|
+
},
|
204
|
+
},
|
205
|
+
},
|
206
|
+
"access" : "noaccess",
|
207
|
+
"description" :
|
208
|
+
"""To facilitate the provisioning of access control by a
|
209
|
+
security administrator using the View-Based Access
|
210
|
+
Control Model (RFC 2575, VACM) for tables in which
|
211
|
+
multiple users may need to create or
|
212
|
+
modify entries independently, the initial index is used as
|
213
|
+
an 'owner index'. Such an initial index has a syntax of
|
214
|
+
SnmpAdminString and can thus be trivially mapped to a
|
215
|
+
|
216
|
+
|
217
|
+
securityName or groupName defined in VACM, in
|
218
|
+
accordance with a security policy.
|
219
|
+
|
220
|
+
When used in conjunction with such a security policy all
|
221
|
+
entries in the table belonging to a particular user (or
|
222
|
+
group) will have the same value for this initial index.
|
223
|
+
For a given user's entries in a particular table, the
|
224
|
+
object identifiers for the information in these entries
|
225
|
+
will have the same subidentifiers (except for the
|
226
|
+
'column' subidentifier) up to the end of the encoded
|
227
|
+
owner index. To configure VACM to permit access to this
|
228
|
+
portion of the table, one would create
|
229
|
+
vacmViewTreeFamilyTable entries with the value of
|
230
|
+
vacmViewTreeFamilySubtree including the owner index
|
231
|
+
portion, and vacmViewTreeFamilyMask 'wildcarding' the
|
232
|
+
column subidentifier. More elaborate configurations
|
233
|
+
are possible.""",
|
234
|
+
}, # column
|
235
|
+
"lookupCtlOperationName" : {
|
236
|
+
"nodetype" : "column",
|
237
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
238
|
+
"oid" : "1.3.6.1.2.1.82.1.3.1.2",
|
239
|
+
"status" : "current",
|
240
|
+
"syntax" : {
|
241
|
+
"type" : {
|
242
|
+
"basetype" : "OctetString",
|
243
|
+
"parent module" : {
|
244
|
+
"name" : "SNMP-FRAMEWORK-MIB",
|
245
|
+
"type" : "SnmpAdminString",
|
246
|
+
},
|
247
|
+
"ranges" : [
|
248
|
+
{
|
249
|
+
"min" : "0",
|
250
|
+
"max" : "32"
|
251
|
+
},
|
252
|
+
],
|
253
|
+
"range" : {
|
254
|
+
"min" : "0",
|
255
|
+
"max" : "32"
|
256
|
+
},
|
257
|
+
},
|
258
|
+
},
|
259
|
+
"access" : "noaccess",
|
260
|
+
"description" :
|
261
|
+
"""The name of a lookup operation. This is locally unique,
|
262
|
+
within the scope of an lookupCtlOwnerIndex.""",
|
263
|
+
}, # column
|
264
|
+
"lookupCtlTargetAddressType" : {
|
265
|
+
"nodetype" : "column",
|
266
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
267
|
+
"oid" : "1.3.6.1.2.1.82.1.3.1.3",
|
268
|
+
"status" : "current",
|
269
|
+
"syntax" : {
|
270
|
+
"type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
|
271
|
+
},
|
272
|
+
"access" : "readwrite",
|
273
|
+
"default" : "unknown",
|
274
|
+
"description" :
|
275
|
+
"""Specifies the type of address for performing a
|
276
|
+
lookup operation for a symbolic host name or for a host
|
277
|
+
address from a remote host.
|
278
|
+
|
279
|
+
Specification of dns(16) as the value for this object
|
280
|
+
means that a function such as, for example, getaddrinfo()
|
281
|
+
or gethostbyname() should be performed to return one or
|
282
|
+
more numeric addresses. Use of a value of either ipv4(1)
|
283
|
+
or ipv6(2) means that a functions such as, for example,
|
284
|
+
getnameinfo() or gethostbyaddr() should be used to return
|
285
|
+
the symbolic names associated with a host.""",
|
286
|
+
}, # column
|
287
|
+
"lookupCtlTargetAddress" : {
|
288
|
+
"nodetype" : "column",
|
289
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
290
|
+
"oid" : "1.3.6.1.2.1.82.1.3.1.4",
|
291
|
+
"status" : "current",
|
292
|
+
"syntax" : {
|
293
|
+
"type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"},
|
294
|
+
},
|
295
|
+
"access" : "readwrite",
|
296
|
+
"description" :
|
297
|
+
"""Specifies the address used for a resolver lookup at a
|
298
|
+
remote host. The corresponding lookupCtlTargetAddressType
|
299
|
+
objects determines its type, as well as the function
|
300
|
+
that can be requested.
|
301
|
+
|
302
|
+
A value for this object MUST be set prior to
|
303
|
+
transitioning its corresponding lookupCtlEntry to
|
304
|
+
active(1) via lookupCtlRowStatus.""",
|
305
|
+
}, # column
|
306
|
+
"lookupCtlOperStatus" : {
|
307
|
+
"nodetype" : "column",
|
308
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
309
|
+
"oid" : "1.3.6.1.2.1.82.1.3.1.5",
|
310
|
+
"status" : "current",
|
311
|
+
"syntax" : {
|
312
|
+
"type" : {
|
313
|
+
"basetype" : "Enumeration",
|
314
|
+
"enabled" : {
|
315
|
+
"nodetype" : "namednumber",
|
316
|
+
"number" : "1"
|
317
|
+
},
|
318
|
+
"notStarted" : {
|
319
|
+
"nodetype" : "namednumber",
|
320
|
+
"number" : "2"
|
321
|
+
},
|
322
|
+
"completed" : {
|
323
|
+
"nodetype" : "namednumber",
|
324
|
+
"number" : "3"
|
325
|
+
},
|
326
|
+
},
|
327
|
+
},
|
328
|
+
"access" : "readonly",
|
329
|
+
"description" :
|
330
|
+
"""Reflects the operational state of an lookupCtlEntry:
|
331
|
+
|
332
|
+
enabled(1) - Operation is active.
|
333
|
+
notStarted(2) - Operation has not been enabled.
|
334
|
+
completed(3) - Operation has been completed.
|
335
|
+
|
336
|
+
An operation is automatically enabled(1) when its
|
337
|
+
lookupCtlRowStatus object is transitioned to active(1)
|
338
|
+
status. Until this occurs, lookupCtlOperStatus MUST
|
339
|
+
report a value of notStarted(2). After the lookup
|
340
|
+
operation is completed (success or failure), the value
|
341
|
+
for lookupCtlOperStatus MUST be transitioned to
|
342
|
+
completed(3).""",
|
343
|
+
}, # column
|
344
|
+
"lookupCtlTime" : {
|
345
|
+
"nodetype" : "column",
|
346
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
347
|
+
"oid" : "1.3.6.1.2.1.82.1.3.1.6",
|
348
|
+
"status" : "current",
|
349
|
+
"syntax" : {
|
350
|
+
"type" : { "module" :"", "name" : "Unsigned32"},
|
351
|
+
},
|
352
|
+
"access" : "readonly",
|
353
|
+
"units" : "milliseconds",
|
354
|
+
"description" :
|
355
|
+
"""Reports the number of milliseconds that a lookup
|
356
|
+
operation required to be completed at a remote host.
|
357
|
+
Completed means operation failure as well as
|
358
|
+
|
359
|
+
|
360
|
+
success.""",
|
361
|
+
}, # column
|
362
|
+
"lookupCtlRc" : {
|
363
|
+
"nodetype" : "column",
|
364
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
365
|
+
"oid" : "1.3.6.1.2.1.82.1.3.1.7",
|
366
|
+
"status" : "current",
|
367
|
+
"syntax" : {
|
368
|
+
"type" : { "module" :"", "name" : "Integer32"},
|
369
|
+
},
|
370
|
+
"access" : "readonly",
|
371
|
+
"description" :
|
372
|
+
"""The system-specific return code from a lookup
|
373
|
+
operation. All implementations MUST return a value
|
374
|
+
of 0 for this object when the remote lookup
|
375
|
+
operation succeeds. A non-zero value for this
|
376
|
+
objects indicates failure. It is recommended that
|
377
|
+
implementations return the error codes that are
|
378
|
+
generated by the lookup function used.""",
|
379
|
+
}, # column
|
380
|
+
"lookupCtlRowStatus" : {
|
381
|
+
"nodetype" : "column",
|
382
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
383
|
+
"oid" : "1.3.6.1.2.1.82.1.3.1.8",
|
384
|
+
"status" : "current",
|
385
|
+
"syntax" : {
|
386
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
387
|
+
},
|
388
|
+
"access" : "readwrite",
|
389
|
+
"description" :
|
390
|
+
"""This object allows entries to be created and deleted
|
391
|
+
in the lookupCtlTable.
|
392
|
+
|
393
|
+
A remote lookup operation is started when an
|
394
|
+
entry in this table is created via an SNMP set
|
395
|
+
request and the entry is activated. This
|
396
|
+
occurs by setting the value of this object
|
397
|
+
to CreateAndGo(4) during row creation or
|
398
|
+
by setting this object to active(1) after
|
399
|
+
the row is created.
|
400
|
+
|
401
|
+
A value MUST be specified for lookupCtlTargetAddress
|
402
|
+
prior to the acceptance of a transition to active(1) state.
|
403
|
+
A remote lookup operation starts when its entry
|
404
|
+
first becomes active(1). Transitions in and
|
405
|
+
out of active(1) state have no effect on the
|
406
|
+
operational behavior of a remote lookup
|
407
|
+
operation, with the exception that deletion of
|
408
|
+
an entry in this table by setting its RowStatus
|
409
|
+
object to destroy(6) will stop an active
|
410
|
+
remote lookup operation.
|
411
|
+
|
412
|
+
The operational state of a remote lookup operation
|
413
|
+
can be determined by examination of its
|
414
|
+
lookupCtlOperStatus object.""",
|
415
|
+
"reference" :
|
416
|
+
"""See definition of RowStatus in RFC 2579,
|
417
|
+
'Textual Conventions for SMIv2.'""",
|
418
|
+
}, # column
|
419
|
+
"lookupResultsTable" : {
|
420
|
+
"nodetype" : "table",
|
421
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
422
|
+
"oid" : "1.3.6.1.2.1.82.1.4",
|
423
|
+
"status" : "current",
|
424
|
+
"description" :
|
425
|
+
"""Defines the Lookup Results Table for providing
|
426
|
+
the capability of determining the results of a
|
427
|
+
operation at a remote host.
|
428
|
+
|
429
|
+
One or more entries are added to the
|
430
|
+
lookupResultsTable when a lookup operation,
|
431
|
+
as reflected by an lookupCtlEntry, is completed
|
432
|
+
successfully. All entries related to a
|
433
|
+
successful lookup operation MUST be added
|
434
|
+
to the lookupResultsTable at the same time
|
435
|
+
that the associating lookupCtlOperStatus
|
436
|
+
object is transitioned to completed(2).
|
437
|
+
|
438
|
+
The number of entries added depends on the
|
439
|
+
results determined for a particular lookup
|
440
|
+
operation. All entries associated with an
|
441
|
+
lookupCtlEntry are removed when the
|
442
|
+
lookupCtlEntry is deleted.
|
443
|
+
|
444
|
+
A remote host can be multi-homed and have more than one IP
|
445
|
+
address associated with it (returned by lookup function),
|
446
|
+
or it can have more than one symbolic name (returned
|
447
|
+
by lookup function).
|
448
|
+
|
449
|
+
A function such as, for example, getnameinfo() or
|
450
|
+
gethostbyaddr() is called with a host address as its
|
451
|
+
parameter and is used primarily to determine a symbolic
|
452
|
+
name to associate with the host address. Entries in the
|
453
|
+
lookupResultsTable MUST be made for each host name
|
454
|
+
returned. If the function identifies an 'official host
|
455
|
+
name,' then this symbolic name MUST be assigned a
|
456
|
+
lookupResultsIndex of 1.
|
457
|
+
|
458
|
+
A function such as, for example, getaddrinfo() or
|
459
|
+
gethostbyname() is called with a symbolic host name and is
|
460
|
+
used primarily to retrieve a host address. The entries
|
461
|
+
|
462
|
+
|
463
|
+
MUST be stored in the order that they are retrieved from
|
464
|
+
the lookup function. lookupResultsIndex 1 MUST be
|
465
|
+
assigned to the first entry.""",
|
466
|
+
}, # table
|
467
|
+
"lookupResultsEntry" : {
|
468
|
+
"nodetype" : "row",
|
469
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
470
|
+
"oid" : "1.3.6.1.2.1.82.1.4.1",
|
471
|
+
"status" : "current",
|
472
|
+
"linkage" : [
|
473
|
+
"lookupCtlOwnerIndex",
|
474
|
+
"lookupCtlOperationName",
|
475
|
+
"lookupResultsIndex",
|
476
|
+
],
|
477
|
+
"description" :
|
478
|
+
"""Defines an entry in the lookupResultsTable. The
|
479
|
+
first two index elements identify the
|
480
|
+
lookupCtlEntry that a lookupResultsEntry belongs
|
481
|
+
to. The third index element selects a single
|
482
|
+
lookup operation result.""",
|
483
|
+
}, # row
|
484
|
+
"lookupResultsIndex" : {
|
485
|
+
"nodetype" : "column",
|
486
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
487
|
+
"oid" : "1.3.6.1.2.1.82.1.4.1.1",
|
488
|
+
"status" : "current",
|
489
|
+
"syntax" : {
|
490
|
+
"type" : {
|
491
|
+
"basetype" : "Unsigned32",
|
492
|
+
"ranges" : [
|
493
|
+
{
|
494
|
+
"min" : "1",
|
495
|
+
"max" : "4294967295"
|
496
|
+
},
|
497
|
+
],
|
498
|
+
"range" : {
|
499
|
+
"min" : "1",
|
500
|
+
"max" : "4294967295"
|
501
|
+
},
|
502
|
+
},
|
503
|
+
},
|
504
|
+
"access" : "noaccess",
|
505
|
+
"description" :
|
506
|
+
"""Entries in the lookupResultsTable are created when
|
507
|
+
the result of a lookup operation is determined.
|
508
|
+
|
509
|
+
Entries MUST be stored in the lookupResultsTable in
|
510
|
+
the order that they are retrieved. Values assigned
|
511
|
+
to lookupResultsIndex MUST start at 1 and increase
|
512
|
+
consecutively.""",
|
513
|
+
}, # column
|
514
|
+
"lookupResultsAddressType" : {
|
515
|
+
"nodetype" : "column",
|
516
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
517
|
+
"oid" : "1.3.6.1.2.1.82.1.4.1.2",
|
518
|
+
"status" : "current",
|
519
|
+
"syntax" : {
|
520
|
+
"type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
|
521
|
+
},
|
522
|
+
"access" : "readonly",
|
523
|
+
"description" :
|
524
|
+
"""Indicates the type of result of a remote lookup
|
525
|
+
operation. A value of unknown(0) implies either that
|
526
|
+
the operation hasn't been started or that
|
527
|
+
it has failed.""",
|
528
|
+
}, # column
|
529
|
+
"lookupResultsAddress" : {
|
530
|
+
"nodetype" : "column",
|
531
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
532
|
+
"oid" : "1.3.6.1.2.1.82.1.4.1.3",
|
533
|
+
"status" : "current",
|
534
|
+
"syntax" : {
|
535
|
+
"type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"},
|
536
|
+
},
|
537
|
+
"access" : "readonly",
|
538
|
+
"description" :
|
539
|
+
"""Reflects a result for a remote lookup operation
|
540
|
+
as per the value of lookupResultsAddressType.
|
541
|
+
|
542
|
+
The address type (InetAddressType) that relates to
|
543
|
+
this object is specified by the corresponding value
|
544
|
+
of lookupResultsAddress.""",
|
545
|
+
}, # column
|
546
|
+
"lookupConformance" : {
|
547
|
+
"nodetype" : "node",
|
548
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
549
|
+
"oid" : "1.3.6.1.2.1.82.2",
|
550
|
+
}, # node
|
551
|
+
"lookupCompliances" : {
|
552
|
+
"nodetype" : "node",
|
553
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
554
|
+
"oid" : "1.3.6.1.2.1.82.2.1",
|
555
|
+
}, # node
|
556
|
+
"lookupGroups" : {
|
557
|
+
"nodetype" : "node",
|
558
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
559
|
+
"oid" : "1.3.6.1.2.1.82.2.2",
|
560
|
+
}, # node
|
561
|
+
}, # nodes
|
562
|
+
|
563
|
+
"groups" : {
|
564
|
+
"lookupGroup" : {
|
565
|
+
"nodetype" : "group",
|
566
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
567
|
+
"oid" : "1.3.6.1.2.1.82.2.2.1",
|
568
|
+
"status" : "current",
|
569
|
+
"members" : {
|
570
|
+
"lookupMaxConcurrentRequests" : {
|
571
|
+
"nodetype" : "member",
|
572
|
+
"module" : "DISMAN-NSLOOKUP-MIB"
|
573
|
+
},
|
574
|
+
"lookupPurgeTime" : {
|
575
|
+
"nodetype" : "member",
|
576
|
+
"module" : "DISMAN-NSLOOKUP-MIB"
|
577
|
+
},
|
578
|
+
"lookupCtlOperStatus" : {
|
579
|
+
"nodetype" : "member",
|
580
|
+
"module" : "DISMAN-NSLOOKUP-MIB"
|
581
|
+
},
|
582
|
+
"lookupCtlTargetAddressType" : {
|
583
|
+
"nodetype" : "member",
|
584
|
+
"module" : "DISMAN-NSLOOKUP-MIB"
|
585
|
+
},
|
586
|
+
"lookupCtlTargetAddress" : {
|
587
|
+
"nodetype" : "member",
|
588
|
+
"module" : "DISMAN-NSLOOKUP-MIB"
|
589
|
+
},
|
590
|
+
"lookupCtlTime" : {
|
591
|
+
"nodetype" : "member",
|
592
|
+
"module" : "DISMAN-NSLOOKUP-MIB"
|
593
|
+
},
|
594
|
+
"lookupCtlRc" : {
|
595
|
+
"nodetype" : "member",
|
596
|
+
"module" : "DISMAN-NSLOOKUP-MIB"
|
597
|
+
},
|
598
|
+
"lookupCtlRowStatus" : {
|
599
|
+
"nodetype" : "member",
|
600
|
+
"module" : "DISMAN-NSLOOKUP-MIB"
|
601
|
+
},
|
602
|
+
"lookupResultsAddressType" : {
|
603
|
+
"nodetype" : "member",
|
604
|
+
"module" : "DISMAN-NSLOOKUP-MIB"
|
605
|
+
},
|
606
|
+
"lookupResultsAddress" : {
|
607
|
+
"nodetype" : "member",
|
608
|
+
"module" : "DISMAN-NSLOOKUP-MIB"
|
609
|
+
},
|
610
|
+
}, # members
|
611
|
+
"description" :
|
612
|
+
"""The group of objects that constitute the remote
|
613
|
+
Lookup operation.""",
|
614
|
+
}, # group
|
615
|
+
}, # groups
|
616
|
+
|
617
|
+
"compliances" : {
|
618
|
+
"lookupCompliance" : {
|
619
|
+
"nodetype" : "compliance",
|
620
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
621
|
+
"oid" : "1.3.6.1.2.1.82.2.1.1",
|
622
|
+
"status" : "current",
|
623
|
+
"description" :
|
624
|
+
"""The compliance statement for SNMP entities that
|
625
|
+
fully implement the DISMAN-NSLOOKUP-MIB.""",
|
626
|
+
"requires" : {
|
627
|
+
"lookupGroup" : {
|
628
|
+
"nodetype" : "mandatory",
|
629
|
+
"module" : "DISMAN-NSLOOKUP-MIB"
|
630
|
+
},
|
631
|
+
}, # requires
|
632
|
+
"refinements" : {
|
633
|
+
"lookupMaxConcurrentRequests" : {
|
634
|
+
"module" : "DISMAN-NSLOOKUP-MIB",
|
635
|
+
"access" : "readonly",
|
636
|
+
"description" :
|
637
|
+
"""The agent is not required to support set
|
638
|
+
operations to this object.""",
|
639
|
+
},
|
640
|
+
"lookupPurgeTime" : {
|
641
|
+
"module" : "DISMAN-NSLOOKUP-MIB",
|
642
|
+
"access" : "readonly",
|
643
|
+
"description" :
|
644
|
+
"""The agent is not required to support a set
|
645
|
+
operation to this object.""",
|
646
|
+
},
|
647
|
+
}, # refinements
|
648
|
+
|
649
|
+
}, # compliance
|
650
|
+
"lookupMinimumCompliance" : {
|
651
|
+
"nodetype" : "compliance",
|
652
|
+
"moduleName" : "DISMAN-NSLOOKUP-MIB",
|
653
|
+
"oid" : "1.3.6.1.2.1.82.2.1.2",
|
654
|
+
"status" : "current",
|
655
|
+
"description" :
|
656
|
+
"""The minimum compliance statement for SNMP entities
|
657
|
+
that implement the minimal subset of the
|
658
|
+
DISMAN-NSLOOKUP-MIB. Implementors might choose this
|
659
|
+
subset for small devices with limited resources.""",
|
660
|
+
"requires" : {
|
661
|
+
"lookupGroup" : {
|
662
|
+
"nodetype" : "mandatory",
|
663
|
+
"module" : "DISMAN-NSLOOKUP-MIB"
|
664
|
+
},
|
665
|
+
}, # requires
|
666
|
+
"refinements" : {
|
667
|
+
"lookupMaxConcurrentRequests" : {
|
668
|
+
"module" : "DISMAN-NSLOOKUP-MIB",
|
669
|
+
"access" : "readonly",
|
670
|
+
"description" :
|
671
|
+
"""The agent is not required to support set
|
672
|
+
operations to this object.""",
|
673
|
+
},
|
674
|
+
"lookupPurgeTime" : {
|
675
|
+
"module" : "DISMAN-NSLOOKUP-MIB",
|
676
|
+
"access" : "readonly",
|
677
|
+
"description" :
|
678
|
+
"""The agent is not required to support a set
|
679
|
+
operation to this object.""",
|
680
|
+
},
|
681
|
+
"lookupCtlRowStatus" : {
|
682
|
+
"module" : "DISMAN-NSLOOKUP-MIB",
|
683
|
+
"access" : "readonly",
|
684
|
+
"description" :
|
685
|
+
"""Write access is not required. If write access is
|
686
|
+
not supported, then at least one entry in the
|
687
|
+
lookupCtlTable MUST be established already when the SNMP
|
688
|
+
agent starts offering access to the NSLOOKUP-MIB module.
|
689
|
+
If, in such a case, only a single entry is offered, then
|
690
|
+
it is RECOMMENDED that this entry use strings with a
|
691
|
+
length of 0 for both of its two index objects.""",
|
692
|
+
},
|
693
|
+
}, # refinements
|
694
|
+
|
695
|
+
}, # compliance
|
696
|
+
}, # compliances
|
697
|
+
|
698
|
+
}
|