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,95 @@
|
|
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-USM-AES-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/SNMP-USM-AES-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "SNMP-USM-AES-MIB",
|
11
|
+
|
12
|
+
"SNMP-USM-AES-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""IETF""",
|
17
|
+
"contact" :
|
18
|
+
"""Uri Blumenthal
|
19
|
+
Lucent Technologies / Bell Labs
|
20
|
+
67 Whippany Rd.
|
21
|
+
14D-318
|
22
|
+
Whippany, NJ 07981, USA
|
23
|
+
973-386-2163
|
24
|
+
uri@bell-labs.com
|
25
|
+
|
26
|
+
Fabio Maino
|
27
|
+
Andiamo Systems, Inc.
|
28
|
+
375 East Tasman Drive
|
29
|
+
San Jose, CA 95134, USA
|
30
|
+
408-853-7530
|
31
|
+
fmaino@andiamo.com
|
32
|
+
|
33
|
+
Keith McCloghrie
|
34
|
+
Cisco Systems, Inc.
|
35
|
+
170 West Tasman Drive
|
36
|
+
San Jose, CA 95134-1706, USA
|
37
|
+
|
38
|
+
408-526-5260
|
39
|
+
kzm@cisco.com""",
|
40
|
+
"description" :
|
41
|
+
"""Definitions of Object Identities needed for
|
42
|
+
the use of AES by SNMP's User-based Security
|
43
|
+
Model.
|
44
|
+
|
45
|
+
Copyright (C) The Internet Society (2004).
|
46
|
+
|
47
|
+
This version of this MIB module is part of RFC 3826;
|
48
|
+
see the RFC itself for full legal notices.
|
49
|
+
Supplementary information may be available on
|
50
|
+
http://www.ietf.org/copyrights/ianamib.html.""",
|
51
|
+
"revisions" : (
|
52
|
+
{
|
53
|
+
"date" : "2004-06-14 00:00",
|
54
|
+
"description" :
|
55
|
+
"""Initial version, published as RFC3826""",
|
56
|
+
},
|
57
|
+
),
|
58
|
+
"identity node" : "snmpUsmAesMIB",
|
59
|
+
},
|
60
|
+
|
61
|
+
"imports" : (
|
62
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
63
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-IDENTITY"},
|
64
|
+
{"module" : "SNMPv2-SMI", "name" : "snmpModules"},
|
65
|
+
{"module" : "SNMP-FRAMEWORK-MIB", "name" : "snmpPrivProtocols"},
|
66
|
+
),
|
67
|
+
|
68
|
+
"nodes" : {
|
69
|
+
"usmAesCfb128Protocol" : {
|
70
|
+
"nodetype" : "node",
|
71
|
+
"moduleName" : "SNMP-USM-AES-MIB",
|
72
|
+
"oid" : "1.3.6.1.6.3.10.1.2.4",
|
73
|
+
"status" : "current",
|
74
|
+
"description" :
|
75
|
+
"""The CFB128-AES-128 Privacy Protocol.""",
|
76
|
+
"reference" :
|
77
|
+
"""- Specification for the ADVANCED ENCRYPTION
|
78
|
+
STANDARD. Federal Information Processing
|
79
|
+
Standard (FIPS) Publication 197.
|
80
|
+
(November 2001).
|
81
|
+
|
82
|
+
- Dworkin, M., NIST Recommendation for Block
|
83
|
+
Cipher Modes of Operation, Methods and
|
84
|
+
Techniques. NIST Special Publication 800-38A
|
85
|
+
(December 2001).""",
|
86
|
+
}, # node
|
87
|
+
"snmpUsmAesMIB" : {
|
88
|
+
"nodetype" : "node",
|
89
|
+
"moduleName" : "SNMP-USM-AES-MIB",
|
90
|
+
"oid" : "1.3.6.1.6.3.20",
|
91
|
+
"status" : "current",
|
92
|
+
}, # node
|
93
|
+
}, # nodes
|
94
|
+
|
95
|
+
}
|
@@ -0,0 +1,653 @@
|
|
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-USM-DH-OBJECTS-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/SNMP-USM-DH-OBJECTS-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
11
|
+
|
12
|
+
"SNMP-USM-DH-OBJECTS-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""Excite@Home""",
|
17
|
+
"contact" :
|
18
|
+
"""Author: Mike StJohns
|
19
|
+
Postal: Excite@Home
|
20
|
+
450 Broadway
|
21
|
+
Redwood City, CA 94063
|
22
|
+
Email: stjohns@corp.home.net
|
23
|
+
Phone: +1-650-556-5368""",
|
24
|
+
"description" :
|
25
|
+
"""The management information definitions for providing forward
|
26
|
+
secrecy for key changes for the usmUserTable, and for providing a
|
27
|
+
method for 'kickstarting' access to the agent via a Diffie-Helman
|
28
|
+
key agreement.""",
|
29
|
+
"revisions" : (
|
30
|
+
{
|
31
|
+
"date" : "2000-03-06 00:00",
|
32
|
+
"description" :
|
33
|
+
"""Initial version published as RFC 2786.""",
|
34
|
+
},
|
35
|
+
),
|
36
|
+
"identity node" : "snmpUsmDHObjectsMIB",
|
37
|
+
},
|
38
|
+
|
39
|
+
"imports" : (
|
40
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
41
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
42
|
+
{"module" : "SNMPv2-SMI", "name" : "experimental"},
|
43
|
+
{"module" : "SNMPv2-SMI", "name" : "Integer32"},
|
44
|
+
{"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
|
45
|
+
{"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
|
46
|
+
{"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
|
47
|
+
{"module" : "SNMP-USER-BASED-SM-MIB", "name" : "usmUserEntry"},
|
48
|
+
{"module" : "SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
49
|
+
),
|
50
|
+
|
51
|
+
"typedefs" : {
|
52
|
+
"DHKeyChange" : {
|
53
|
+
"basetype" : "OctetString",
|
54
|
+
"status" : "current",
|
55
|
+
"description" :
|
56
|
+
"""Upon initialization, or upon creation of a row containing an
|
57
|
+
object of this type, and after any successful SET of this value, a
|
58
|
+
GET of this value returns 'y' where y = g^xa MOD p, and where g is
|
59
|
+
the base from usmDHParameters, p is the prime from
|
60
|
+
usmDHParameters, and xa is a new random integer selected by the
|
61
|
+
agent in the interval 2^(l-1) <= xa < 2^l < p-1. 'l' is the
|
62
|
+
optional privateValueLength from usmDHParameters in bits. If 'l'
|
63
|
+
is omitted, then xa (and xr below) is selected in the interval 0
|
64
|
+
<= xa < p-1. y is expressed as an OCTET STRING 'PV' of length 'k'
|
65
|
+
which satisfies
|
66
|
+
|
67
|
+
k
|
68
|
+
y = SUM 2^(8(k-i)) PV'i
|
69
|
+
i=1
|
70
|
+
|
71
|
+
where PV1,...,PVk are the octets of PV from first to last, and
|
72
|
+
where PV1 <> 0.
|
73
|
+
|
74
|
+
A successful SET consists of the value 'y' expressed as an OCTET
|
75
|
+
STRING as above concatenated with the value 'z'(expressed as an
|
76
|
+
OCTET STRING in the same manner as y) where z = g^xr MOD p, where
|
77
|
+
g, p and l are as above, and where xr is a new random integer
|
78
|
+
selected by the manager in the interval 2^(l-1) <= xr < 2^l <
|
79
|
+
p-1. A SET to an object of this type will fail with the error
|
80
|
+
wrongValue if the current 'y' does not match the 'y' portion of
|
81
|
+
the value of the varbind for the object. (E.g. GET yout, SET
|
82
|
+
concat(yin, z), yout <> yin).
|
83
|
+
|
84
|
+
Note that the private values xa and xr are never transmitted from
|
85
|
+
manager to device or vice versa, only the values y and z.
|
86
|
+
Obviously, these values must be retained until a successful SET on
|
87
|
+
the associated object.
|
88
|
+
|
89
|
+
The shared secret 'sk' is calculated at the agent as sk = z^xa MOD
|
90
|
+
p, and at the manager as sk = y^xr MOD p.
|
91
|
+
|
92
|
+
Each object definition of this type MUST describe how to map from
|
93
|
+
the shared secret 'sk' to the operational key value used by the
|
94
|
+
protocols and operations related to the object. In general, if n
|
95
|
+
bits of key are required, the author suggests using the n
|
96
|
+
right-most bits of the shared secret as the operational key value.""",
|
97
|
+
"reference" :
|
98
|
+
"""-- Diffie-Hellman Key-Agreement Standard, PKCS #3;
|
99
|
+
RSA Laboratories, November 1993""",
|
100
|
+
},
|
101
|
+
}, # typedefs
|
102
|
+
|
103
|
+
"nodes" : {
|
104
|
+
"snmpUsmDHObjectsMIB" : {
|
105
|
+
"nodetype" : "node",
|
106
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
107
|
+
"oid" : "1.3.6.1.3.101",
|
108
|
+
"status" : "current",
|
109
|
+
}, # node
|
110
|
+
"usmDHKeyObjects" : {
|
111
|
+
"nodetype" : "node",
|
112
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
113
|
+
"oid" : "1.3.6.1.3.101.1",
|
114
|
+
}, # node
|
115
|
+
"usmDHPublicObjects" : {
|
116
|
+
"nodetype" : "node",
|
117
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
118
|
+
"oid" : "1.3.6.1.3.101.1.1",
|
119
|
+
}, # node
|
120
|
+
"usmDHParameters" : {
|
121
|
+
"nodetype" : "scalar",
|
122
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
123
|
+
"oid" : "1.3.6.1.3.101.1.1.1",
|
124
|
+
"status" : "current",
|
125
|
+
"syntax" : {
|
126
|
+
"type" : { "module" :"", "name" : "OctetString"},
|
127
|
+
},
|
128
|
+
"access" : "readwrite",
|
129
|
+
"description" :
|
130
|
+
"""The public Diffie-Hellman parameters for doing a Diffie-Hellman
|
131
|
+
key agreement for this device. This is encoded as an ASN.1
|
132
|
+
DHParameter per PKCS #3, section 9. E.g.
|
133
|
+
|
134
|
+
DHParameter ::= SEQUENCE {
|
135
|
+
prime INTEGER, -- p
|
136
|
+
base INTEGER, -- g
|
137
|
+
privateValueLength INTEGER OPTIONAL }
|
138
|
+
|
139
|
+
|
140
|
+
Implementors are encouraged to use either the values from
|
141
|
+
Oakley Group 1 or the values of from Oakley Group 2 as specified
|
142
|
+
in RFC-2409, The Internet Key Exchange, Section 6.1, 6.2 as the
|
143
|
+
default for this object. Other values may be used, but the
|
144
|
+
security properties of those values MUST be well understood and
|
145
|
+
MUST meet the requirements of PKCS #3 for the selection of
|
146
|
+
Diffie-Hellman primes.
|
147
|
+
|
148
|
+
In addition, any time usmDHParameters changes, all values of
|
149
|
+
type DHKeyChange will change and new random numbers MUST be
|
150
|
+
generated by the agent for each DHKeyChange object.""",
|
151
|
+
"reference" :
|
152
|
+
"""-- Diffie-Hellman Key-Agreement Standard, PKCS #3,
|
153
|
+
RSA Laboratories, November 1993
|
154
|
+
-- The Internet Key Exchange, RFC 2409, November 1998,
|
155
|
+
Sec 6.1, 6.2""",
|
156
|
+
}, # scalar
|
157
|
+
"usmDHUserKeyTable" : {
|
158
|
+
"nodetype" : "table",
|
159
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
160
|
+
"oid" : "1.3.6.1.3.101.1.1.2",
|
161
|
+
"status" : "current",
|
162
|
+
"description" :
|
163
|
+
"""This table augments and extends the usmUserTable and provides
|
164
|
+
4 objects which exactly mirror the objects in that table with the
|
165
|
+
textual convention of 'KeyChange'. This extension allows key
|
166
|
+
changes to be done in a manner where the knowledge of the current
|
167
|
+
secret plus knowledge of the key change data exchanges (e.g. via
|
168
|
+
wiretapping) will not reveal the new key.""",
|
169
|
+
}, # table
|
170
|
+
"usmDHUserKeyEntry" : {
|
171
|
+
"nodetype" : "row",
|
172
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
173
|
+
"oid" : "1.3.6.1.3.101.1.1.2.1",
|
174
|
+
"create" : "true",
|
175
|
+
"status" : "current",
|
176
|
+
"linkage" : [
|
177
|
+
{ "SNMP-USER-BASED-SM-MIB" : {
|
178
|
+
"indexkind" : "augments",
|
179
|
+
"relatedNode" : "usmUserEntry",
|
180
|
+
}},
|
181
|
+
],
|
182
|
+
"description" :
|
183
|
+
"""A row of DHKeyChange objects which augment or replace the
|
184
|
+
functionality of the KeyChange objects in the base table row.""",
|
185
|
+
}, # row
|
186
|
+
"usmDHUserAuthKeyChange" : {
|
187
|
+
"nodetype" : "column",
|
188
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
189
|
+
"oid" : "1.3.6.1.3.101.1.1.2.1.1",
|
190
|
+
"status" : "current",
|
191
|
+
"syntax" : {
|
192
|
+
"type" : { "module" :"SNMP-USM-DH-OBJECTS-MIB", "name" : "DHKeyChange"},
|
193
|
+
},
|
194
|
+
"access" : "readwrite",
|
195
|
+
"description" :
|
196
|
+
"""The object used to change any given user's Authentication Key
|
197
|
+
using a Diffie-Hellman key exchange.
|
198
|
+
|
199
|
+
The right-most n bits of the shared secret 'sk', where 'n' is the
|
200
|
+
number of bits required for the protocol defined by
|
201
|
+
usmUserAuthProtocol, are installed as the operational
|
202
|
+
authentication key for this row after a successful SET.""",
|
203
|
+
}, # column
|
204
|
+
"usmDHUserOwnAuthKeyChange" : {
|
205
|
+
"nodetype" : "column",
|
206
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
207
|
+
"oid" : "1.3.6.1.3.101.1.1.2.1.2",
|
208
|
+
"status" : "current",
|
209
|
+
"syntax" : {
|
210
|
+
"type" : { "module" :"SNMP-USM-DH-OBJECTS-MIB", "name" : "DHKeyChange"},
|
211
|
+
},
|
212
|
+
"access" : "readwrite",
|
213
|
+
"description" :
|
214
|
+
"""The object used to change the agents own Authentication Key
|
215
|
+
using a Diffie-Hellman key exchange.
|
216
|
+
|
217
|
+
The right-most n bits of the shared secret 'sk', where 'n' is the
|
218
|
+
number of bits required for the protocol defined by
|
219
|
+
usmUserAuthProtocol, are installed as the operational
|
220
|
+
authentication key for this row after a successful SET.""",
|
221
|
+
}, # column
|
222
|
+
"usmDHUserPrivKeyChange" : {
|
223
|
+
"nodetype" : "column",
|
224
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
225
|
+
"oid" : "1.3.6.1.3.101.1.1.2.1.3",
|
226
|
+
"status" : "current",
|
227
|
+
"syntax" : {
|
228
|
+
"type" : { "module" :"SNMP-USM-DH-OBJECTS-MIB", "name" : "DHKeyChange"},
|
229
|
+
},
|
230
|
+
"access" : "readwrite",
|
231
|
+
"description" :
|
232
|
+
"""The object used to change any given user's Privacy Key using
|
233
|
+
a Diffie-Hellman key exchange.
|
234
|
+
|
235
|
+
The right-most n bits of the shared secret 'sk', where 'n' is the
|
236
|
+
number of bits required for the protocol defined by
|
237
|
+
usmUserPrivProtocol, are installed as the operational privacy key
|
238
|
+
for this row after a successful SET.""",
|
239
|
+
}, # column
|
240
|
+
"usmDHUserOwnPrivKeyChange" : {
|
241
|
+
"nodetype" : "column",
|
242
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
243
|
+
"oid" : "1.3.6.1.3.101.1.1.2.1.4",
|
244
|
+
"status" : "current",
|
245
|
+
"syntax" : {
|
246
|
+
"type" : { "module" :"SNMP-USM-DH-OBJECTS-MIB", "name" : "DHKeyChange"},
|
247
|
+
},
|
248
|
+
"access" : "readwrite",
|
249
|
+
"description" :
|
250
|
+
"""The object used to change the agent's own Privacy Key using a
|
251
|
+
Diffie-Hellman key exchange.
|
252
|
+
|
253
|
+
The right-most n bits of the shared secret 'sk', where 'n' is the
|
254
|
+
number of bits required for the protocol defined by
|
255
|
+
usmUserPrivProtocol, are installed as the operational privacy key
|
256
|
+
for this row after a successful SET.""",
|
257
|
+
}, # column
|
258
|
+
"usmDHKickstartGroup" : {
|
259
|
+
"nodetype" : "node",
|
260
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
261
|
+
"oid" : "1.3.6.1.3.101.1.2",
|
262
|
+
}, # node
|
263
|
+
"usmDHKickstartTable" : {
|
264
|
+
"nodetype" : "table",
|
265
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
266
|
+
"oid" : "1.3.6.1.3.101.1.2.1",
|
267
|
+
"status" : "current",
|
268
|
+
"description" :
|
269
|
+
"""A table of mappings between zero or more Diffie-Helman key
|
270
|
+
agreement values and entries in the usmUserTable. Entries in this
|
271
|
+
table are created by providing the associated device with a
|
272
|
+
Diffie-Helman public value and a usmUserName/usmUserSecurityName
|
273
|
+
pair during initialization. How these values are provided is
|
274
|
+
outside the scope of this MIB, but could be provided manually, or
|
275
|
+
through a configuration file. Valid public value/name pairs
|
276
|
+
result in the creation of a row in this table as well as the
|
277
|
+
creation of an associated row (with keys derived as indicated) in
|
278
|
+
the usmUserTable. The actual access the related usmSecurityName
|
279
|
+
has is dependent on the entries in the VACM tables. In general,
|
280
|
+
an implementor will specify one or more standard security names
|
281
|
+
and will provide entries in the VACM tables granting various
|
282
|
+
levels of access to those names. The actual content of the VACM
|
283
|
+
table is beyond the scope of this MIB.
|
284
|
+
|
285
|
+
Note: This table is expected to be readable without authentication
|
286
|
+
using the usmUserSecurityName 'dhKickstart'. See the conformance
|
287
|
+
statements for details.""",
|
288
|
+
}, # table
|
289
|
+
"usmDHKickstartEntry" : {
|
290
|
+
"nodetype" : "row",
|
291
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
292
|
+
"oid" : "1.3.6.1.3.101.1.2.1.1",
|
293
|
+
"status" : "current",
|
294
|
+
"linkage" : [
|
295
|
+
"usmDHKickstartIndex",
|
296
|
+
],
|
297
|
+
"description" :
|
298
|
+
"""An entry in the usmDHKickstartTable. The agent SHOULD either
|
299
|
+
delete this entry or mark it as inactive upon a successful SET of
|
300
|
+
any of the KeyChange-typed objects in the usmUserEntry or upon a
|
301
|
+
successful SET of any of the DHKeyChange-typed objects in the
|
302
|
+
usmDhKeyChangeEntry where the related usmSecurityName (e.g. row of
|
303
|
+
usmUserTable or row of ushDhKeyChangeTable) equals this entry's
|
304
|
+
usmDhKickstartSecurityName. In otherwords, once you've changed
|
305
|
+
one or more of the keys for a row in usmUserTable with a
|
306
|
+
particular security name, the row in this table with that same
|
307
|
+
security name is no longer useful or meaningful.""",
|
308
|
+
}, # row
|
309
|
+
"usmDHKickstartIndex" : {
|
310
|
+
"nodetype" : "column",
|
311
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
312
|
+
"oid" : "1.3.6.1.3.101.1.2.1.1.1",
|
313
|
+
"status" : "current",
|
314
|
+
"syntax" : {
|
315
|
+
"type" : {
|
316
|
+
"basetype" : "Integer32",
|
317
|
+
"ranges" : [
|
318
|
+
{
|
319
|
+
"min" : "1",
|
320
|
+
"max" : "2147483647"
|
321
|
+
},
|
322
|
+
],
|
323
|
+
"range" : {
|
324
|
+
"min" : "1",
|
325
|
+
"max" : "2147483647"
|
326
|
+
},
|
327
|
+
},
|
328
|
+
},
|
329
|
+
"access" : "noaccess",
|
330
|
+
"description" :
|
331
|
+
"""Index value for this row.""",
|
332
|
+
}, # column
|
333
|
+
"usmDHKickstartMyPublic" : {
|
334
|
+
"nodetype" : "column",
|
335
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
336
|
+
"oid" : "1.3.6.1.3.101.1.2.1.1.2",
|
337
|
+
"status" : "current",
|
338
|
+
"syntax" : {
|
339
|
+
"type" : { "module" :"", "name" : "OctetString"},
|
340
|
+
},
|
341
|
+
"access" : "readonly",
|
342
|
+
"description" :
|
343
|
+
"""The agent's Diffie-Hellman public value for this row. At
|
344
|
+
initialization, the agent generates a random number and derives
|
345
|
+
its public value from that number. This public value is published
|
346
|
+
here. This public value 'y' equals g^r MOD p where g is the from
|
347
|
+
the set of Diffie-Hellman parameters, p is the prime from those
|
348
|
+
parameters, and r is a random integer selected by the agent in the
|
349
|
+
interval 2^(l-1) <= r < p-1 < 2^l. If l is unspecified, then r is
|
350
|
+
a random integer selected in the interval 0 <= r < p-1
|
351
|
+
|
352
|
+
The public value is expressed as an OCTET STRING 'PV' of length
|
353
|
+
'k' which satisfies
|
354
|
+
|
355
|
+
k
|
356
|
+
y = SUM 2^(8(k-i)) PV'i
|
357
|
+
i = 1
|
358
|
+
|
359
|
+
where PV1,...,PVk are the octets of PV from first to last, and
|
360
|
+
where PV1 != 0.
|
361
|
+
|
362
|
+
|
363
|
+
The following DH parameters (Oakley group #2, RFC 2409, sec 6.1,
|
364
|
+
6.2) are used for this object:
|
365
|
+
|
366
|
+
g = 2
|
367
|
+
p = FFFFFFFF FFFFFFFF C90FDAA2 2168C234 C4C6628B 80DC1CD1
|
368
|
+
29024E08 8A67CC74 020BBEA6 3B139B22 514A0879 8E3404DD
|
369
|
+
EF9519B3 CD3A431B 302B0A6D F25F1437 4FE1356D 6D51C245
|
370
|
+
E485B576 625E7EC6 F44C42E9 A637ED6B 0BFF5CB6 F406B7ED
|
371
|
+
EE386BFB 5A899FA5 AE9F2411 7C4B1FE6 49286651 ECE65381
|
372
|
+
FFFFFFFF FFFFFFFF
|
373
|
+
l=1024""",
|
374
|
+
"reference" :
|
375
|
+
"""-- Diffie-Hellman Key-Agreement Standard, PKCS#3v1.4;
|
376
|
+
RSA Laboratories, November 1993
|
377
|
+
-- The Internet Key Exchange, RFC2409;
|
378
|
+
Harkins, D., Carrel, D.; November 1998""",
|
379
|
+
}, # column
|
380
|
+
"usmDHKickstartMgrPublic" : {
|
381
|
+
"nodetype" : "column",
|
382
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
383
|
+
"oid" : "1.3.6.1.3.101.1.2.1.1.3",
|
384
|
+
"status" : "current",
|
385
|
+
"syntax" : {
|
386
|
+
"type" : { "module" :"", "name" : "OctetString"},
|
387
|
+
},
|
388
|
+
"access" : "readonly",
|
389
|
+
"description" :
|
390
|
+
"""The manager's Diffie-Hellman public value for this row. Note
|
391
|
+
that this value is not set via the SNMP agent, but may be set via
|
392
|
+
some out of band method, such as the device's configuration file.
|
393
|
+
The manager calculates this value in the same manner and using the
|
394
|
+
same parameter set as the agent does. E.g. it selects a random
|
395
|
+
number 'r', calculates y = g^r mod p and provides 'y' as the
|
396
|
+
public number expressed as an OCTET STRING. See
|
397
|
+
usmDHKickstartMyPublic for details.
|
398
|
+
|
399
|
+
When this object is set with a valid value during initialization,
|
400
|
+
a row is created in the usmUserTable with the following values:
|
401
|
+
|
402
|
+
usmUserEngineID localEngineID
|
403
|
+
usmUserName [value of usmDHKickstartSecurityName]
|
404
|
+
usmUserSecurityName [value of usmDHKickstartSecurityName]
|
405
|
+
usmUserCloneFrom ZeroDotZero
|
406
|
+
usmUserAuthProtocol usmHMACMD5AuthProtocol
|
407
|
+
usmUserAuthKeyChange -- derived from set value
|
408
|
+
usmUserOwnAuthKeyChange -- derived from set value
|
409
|
+
usmUserPrivProtocol usmDESPrivProtocol
|
410
|
+
usmUserPrivKeyChange -- derived from set value
|
411
|
+
usmUserOwnPrivKeyChange -- derived from set value
|
412
|
+
usmUserPublic ''
|
413
|
+
usmUserStorageType permanent
|
414
|
+
usmUserStatus active
|
415
|
+
|
416
|
+
A shared secret 'sk' is calculated at the agent as sk =
|
417
|
+
mgrPublic^r mod p where r is the agents random number and p is the
|
418
|
+
DH prime from the common parameters. The underlying privacy key
|
419
|
+
for this row is derived from sk by applying the key derivation
|
420
|
+
function PBKDF2 defined in PKCS#5v2.0 with a salt of 0xd1310ba6,
|
421
|
+
and iterationCount of 500, a keyLength of 16 (for
|
422
|
+
usmDESPrivProtocol), and a prf (pseudo random function) of
|
423
|
+
'id-hmacWithSHA1'. The underlying authentication key for this row
|
424
|
+
is derived from sk by applying the key derivation function PBKDF2
|
425
|
+
with a salt of 0x98dfb5ac , an interation count of 500, a
|
426
|
+
keyLength of 16 (for usmHMAC5AuthProtocol), and a prf of
|
427
|
+
'id-hmacWithSHA1'. Note: The salts are the first two words in the
|
428
|
+
ks0 [key schedule 0] of the BLOWFISH cipher from 'Applied
|
429
|
+
Cryptography' by Bruce Schnier - they could be any relatively
|
430
|
+
random string of bits.
|
431
|
+
|
432
|
+
The manager can use its knowledge of its own random number and the
|
433
|
+
agent's public value to kickstart its access to the agent in a
|
434
|
+
secure manner. Note that the security of this approach is
|
435
|
+
directly related to the strength of the authorization security of
|
436
|
+
the out of band provisioning of the managers public value
|
437
|
+
(e.g. the configuration file), but is not dependent at all on the
|
438
|
+
strength of the confidentiality of the out of band provisioning
|
439
|
+
data.""",
|
440
|
+
"reference" :
|
441
|
+
"""-- Password-Based Cryptography Standard, PKCS#5v2.0;
|
442
|
+
RSA Laboratories, March 1999
|
443
|
+
-- Applied Cryptography, 2nd Ed.; B. Schneier,
|
444
|
+
Counterpane Systems; John Wiley & Sons, 1996""",
|
445
|
+
}, # column
|
446
|
+
"usmDHKickstartSecurityName" : {
|
447
|
+
"nodetype" : "column",
|
448
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
449
|
+
"oid" : "1.3.6.1.3.101.1.2.1.1.4",
|
450
|
+
"status" : "current",
|
451
|
+
"syntax" : {
|
452
|
+
"type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
453
|
+
},
|
454
|
+
"access" : "readonly",
|
455
|
+
"description" :
|
456
|
+
"""The usmUserName and usmUserSecurityName in the usmUserTable
|
457
|
+
associated with this row. This is provided in the same manner and
|
458
|
+
at the same time as the usmDHKickstartMgrPublic value -
|
459
|
+
e.g. possibly manually, or via the device's configuration file.""",
|
460
|
+
}, # column
|
461
|
+
"usmDHKeyConformance" : {
|
462
|
+
"nodetype" : "node",
|
463
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
464
|
+
"oid" : "1.3.6.1.3.101.2",
|
465
|
+
}, # node
|
466
|
+
"usmDHKeyMIBCompliances" : {
|
467
|
+
"nodetype" : "node",
|
468
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
469
|
+
"oid" : "1.3.6.1.3.101.2.1",
|
470
|
+
}, # node
|
471
|
+
"usmDHKeyMIBGroups" : {
|
472
|
+
"nodetype" : "node",
|
473
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
474
|
+
"oid" : "1.3.6.1.3.101.2.2",
|
475
|
+
}, # node
|
476
|
+
}, # nodes
|
477
|
+
|
478
|
+
"groups" : {
|
479
|
+
"usmDHKeyMIBBasicGroup" : {
|
480
|
+
"nodetype" : "group",
|
481
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
482
|
+
"oid" : "1.3.6.1.3.101.2.2.1",
|
483
|
+
"status" : "current",
|
484
|
+
"members" : {
|
485
|
+
"usmDHUserAuthKeyChange" : {
|
486
|
+
"nodetype" : "member",
|
487
|
+
"module" : "SNMP-USM-DH-OBJECTS-MIB"
|
488
|
+
},
|
489
|
+
"usmDHUserOwnAuthKeyChange" : {
|
490
|
+
"nodetype" : "member",
|
491
|
+
"module" : "SNMP-USM-DH-OBJECTS-MIB"
|
492
|
+
},
|
493
|
+
"usmDHUserPrivKeyChange" : {
|
494
|
+
"nodetype" : "member",
|
495
|
+
"module" : "SNMP-USM-DH-OBJECTS-MIB"
|
496
|
+
},
|
497
|
+
"usmDHUserOwnPrivKeyChange" : {
|
498
|
+
"nodetype" : "member",
|
499
|
+
"module" : "SNMP-USM-DH-OBJECTS-MIB"
|
500
|
+
},
|
501
|
+
}, # members
|
502
|
+
"description" :
|
503
|
+
"""""",
|
504
|
+
}, # group
|
505
|
+
"usmDHKeyParamGroup" : {
|
506
|
+
"nodetype" : "group",
|
507
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
508
|
+
"oid" : "1.3.6.1.3.101.2.2.2",
|
509
|
+
"status" : "current",
|
510
|
+
"members" : {
|
511
|
+
"usmDHParameters" : {
|
512
|
+
"nodetype" : "member",
|
513
|
+
"module" : "SNMP-USM-DH-OBJECTS-MIB"
|
514
|
+
},
|
515
|
+
}, # members
|
516
|
+
"description" :
|
517
|
+
"""The mandatory object for all MIBs which use the DHKeyChange
|
518
|
+
textual convention.""",
|
519
|
+
}, # group
|
520
|
+
"usmDHKeyKickstartGroup" : {
|
521
|
+
"nodetype" : "group",
|
522
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
523
|
+
"oid" : "1.3.6.1.3.101.2.2.3",
|
524
|
+
"status" : "current",
|
525
|
+
"members" : {
|
526
|
+
"usmDHKickstartMyPublic" : {
|
527
|
+
"nodetype" : "member",
|
528
|
+
"module" : "SNMP-USM-DH-OBJECTS-MIB"
|
529
|
+
},
|
530
|
+
"usmDHKickstartMgrPublic" : {
|
531
|
+
"nodetype" : "member",
|
532
|
+
"module" : "SNMP-USM-DH-OBJECTS-MIB"
|
533
|
+
},
|
534
|
+
"usmDHKickstartSecurityName" : {
|
535
|
+
"nodetype" : "member",
|
536
|
+
"module" : "SNMP-USM-DH-OBJECTS-MIB"
|
537
|
+
},
|
538
|
+
}, # members
|
539
|
+
"description" :
|
540
|
+
"""The objects used for kickstarting one or more SNMPv3 USM
|
541
|
+
associations via a configuration file or other out of band,
|
542
|
+
non-confidential access.""",
|
543
|
+
}, # group
|
544
|
+
}, # groups
|
545
|
+
|
546
|
+
"compliances" : {
|
547
|
+
"usmDHKeyMIBCompliance" : {
|
548
|
+
"nodetype" : "compliance",
|
549
|
+
"moduleName" : "SNMP-USM-DH-OBJECTS-MIB",
|
550
|
+
"oid" : "1.3.6.1.3.101.2.1.1",
|
551
|
+
"status" : "current",
|
552
|
+
"description" :
|
553
|
+
"""The compliance statement for this module.""",
|
554
|
+
"requires" : {
|
555
|
+
"usmDHKeyMIBBasicGroup" : {
|
556
|
+
"nodetype" : "optional",
|
557
|
+
"module" : "SNMP-USM-DH-OBJECTS-MIB",
|
558
|
+
"description" :
|
559
|
+
"""This group MAY be implemented by any agent which
|
560
|
+
implements the usmUserTable and which wishes to provide the
|
561
|
+
ability to change user and agent authentication and privacy
|
562
|
+
keys via Diffie-Hellman key exchanges.""",
|
563
|
+
},
|
564
|
+
"usmDHKeyParamGroup" : {
|
565
|
+
"nodetype" : "optional",
|
566
|
+
"module" : "SNMP-USM-DH-OBJECTS-MIB",
|
567
|
+
"description" :
|
568
|
+
"""This group MUST be implemented by any agent which
|
569
|
+
implements a MIB containing the DHKeyChange Textual
|
570
|
+
Convention defined in this module.""",
|
571
|
+
},
|
572
|
+
"usmDHKeyKickstartGroup" : {
|
573
|
+
"nodetype" : "optional",
|
574
|
+
"module" : "SNMP-USM-DH-OBJECTS-MIB",
|
575
|
+
"description" :
|
576
|
+
"""This group MAY be implemented by any agent which
|
577
|
+
implements the usmUserTable and which wishes the ability to
|
578
|
+
populate the USM table based on out-of-band provided DH
|
579
|
+
ignition values.
|
580
|
+
Any agent implementing this group is expected to provide
|
581
|
+
preinstalled entries in the vacm tables as follows:
|
582
|
+
|
583
|
+
In the usmUserTable: This entry allows access to the
|
584
|
+
system and dhKickstart groups
|
585
|
+
|
586
|
+
usmUserEngineID localEngineID
|
587
|
+
usmUserName 'dhKickstart'
|
588
|
+
usmUserSecurityName 'dhKickstart'
|
589
|
+
usmUserCloneFrom ZeroDotZero
|
590
|
+
usmUserAuthProtocol none
|
591
|
+
usmUserAuthKeyChange ''
|
592
|
+
usmUserOwnAuthKeyChange ''
|
593
|
+
usmUserPrivProtocol none
|
594
|
+
usmUserPrivKeyChange ''
|
595
|
+
usmUserOwnPrivKeyChange ''
|
596
|
+
usmUserPublic ''
|
597
|
+
usmUserStorageType permanent
|
598
|
+
usmUserStatus active
|
599
|
+
|
600
|
+
In the vacmSecurityToGroupTable: This maps the initial
|
601
|
+
user into the accessible objects.
|
602
|
+
|
603
|
+
vacmSecurityModel 3 (USM)
|
604
|
+
vacmSecurityName 'dhKickstart'
|
605
|
+
vacmGroupName 'dhKickstart'
|
606
|
+
vacmSecurityToGroupStorageType permanent
|
607
|
+
vacmSecurityToGroupStatus active
|
608
|
+
|
609
|
+
In the vacmAccessTable: Group name to view name translation.
|
610
|
+
|
611
|
+
vacmGroupName 'dhKickstart'
|
612
|
+
vacmAccessContextPrefix ''
|
613
|
+
vacmAccessSecurityModel 3 (USM)
|
614
|
+
vacmAccessSecurityLevel noAuthNoPriv
|
615
|
+
vacmAccessContextMatch exact
|
616
|
+
vacmAccessReadViewName 'dhKickRestricted'
|
617
|
+
vacmAccessWriteViewName ''
|
618
|
+
vacmAccessNotifyViewName 'dhKickRestricted'
|
619
|
+
vacmAccessStorageType permanent
|
620
|
+
vacmAccessStatus active
|
621
|
+
|
622
|
+
In the vacmViewTreeFamilyTable: Two entries to allow the
|
623
|
+
initial entry to access the system and kickstart groups.
|
624
|
+
|
625
|
+
vacmViewTreeFamilyViewName 'dhKickRestricted'
|
626
|
+
vacmViewTreeFamilySubtree 1.3.6.1.2.1.1 (system)
|
627
|
+
vacmViewTreeFamilyMask ''
|
628
|
+
vacmViewTreeFamilyType 1
|
629
|
+
vacmViewTreeFamilyStorageType permanent
|
630
|
+
vacmViewTreeFamilyStatus active
|
631
|
+
|
632
|
+
vacmViewTreeFamilyViewName 'dhKickRestricted'
|
633
|
+
vacmViewTreeFamilySubtree (usmDHKickstartTable OID)
|
634
|
+
vacmViewTreeFamilyMask ''
|
635
|
+
vacmViewTreeFamilyType 1
|
636
|
+
vacmViewTreeFamilyStorageType permanent
|
637
|
+
vacmViewTreeFamilyStatus active""",
|
638
|
+
},
|
639
|
+
}, # requires
|
640
|
+
"refinements" : {
|
641
|
+
"usmDHParameters" : {
|
642
|
+
"module" : "SNMP-USM-DH-OBJECTS-MIB",
|
643
|
+
"access" : "readonly",
|
644
|
+
"description" :
|
645
|
+
"""It is compliant to implement this object as read-only for
|
646
|
+
any device.""",
|
647
|
+
},
|
648
|
+
}, # refinements
|
649
|
+
|
650
|
+
}, # compliance
|
651
|
+
}, # compliances
|
652
|
+
|
653
|
+
}
|