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,1535 @@
|
|
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 NTPv4-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/NTPv4-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "NTPv4-MIB",
|
11
|
+
|
12
|
+
"NTPv4-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""The IETF NTP Working Group (ntpwg)""",
|
17
|
+
"contact" :
|
18
|
+
""" WG Email: ntpwg@lists.ntp.isc.org
|
19
|
+
Subscribe:
|
20
|
+
https://lists.ntp.isc.org/mailman/listinfo/ntpwg
|
21
|
+
|
22
|
+
Heiko Gerstung
|
23
|
+
Meinberg Funkuhren Gmbh & Co. KG
|
24
|
+
Lange Wand 9
|
25
|
+
Bad Pyrmont 31812
|
26
|
+
Germany
|
27
|
+
|
28
|
+
Phone: +49 5281 9309 25
|
29
|
+
Email: heiko.gerstung@meinberg.de
|
30
|
+
|
31
|
+
Chris Elliott
|
32
|
+
1516 Kent St.
|
33
|
+
Durham, NC 27707
|
34
|
+
USA
|
35
|
+
|
36
|
+
Phone: +1-919-308-1216
|
37
|
+
Email: chelliot@pobox.com
|
38
|
+
|
39
|
+
Brian Haberman
|
40
|
+
11100 Johns Hopkins Road
|
41
|
+
Laurel, MD 20723
|
42
|
+
USA
|
43
|
+
|
44
|
+
Phone: +1-443-778-1319
|
45
|
+
Email: brian@innovationslab.net""",
|
46
|
+
"description" :
|
47
|
+
"""The Management Information Base for NTP time entities.
|
48
|
+
|
49
|
+
Copyright (c) 2010 IETF Trust and the persons identified as
|
50
|
+
authors of the code. All rights reserved.
|
51
|
+
|
52
|
+
Redistribution and use in source and binary forms, with or
|
53
|
+
without modification, is permitted pursuant to, and subject
|
54
|
+
to the license terms contained in, the Simplified BSD License
|
55
|
+
set forth in Section 4.c of the IETF Trust's Legal Provisions
|
56
|
+
Relating to IETF Documents
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
(http://trustee.ietf.org/license-info).""",
|
61
|
+
"revisions" : (
|
62
|
+
{
|
63
|
+
"date" : "2010-05-17 00:00",
|
64
|
+
"description" :
|
65
|
+
"""This revision of the MIB module is published as RFC 5907.""",
|
66
|
+
},
|
67
|
+
),
|
68
|
+
"identity node" : "ntpSnmpMIB",
|
69
|
+
},
|
70
|
+
|
71
|
+
"imports" : (
|
72
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
73
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
74
|
+
{"module" : "SNMPv2-SMI", "name" : "mib-2"},
|
75
|
+
{"module" : "SNMPv2-SMI", "name" : "Integer32"},
|
76
|
+
{"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"},
|
77
|
+
{"module" : "SNMPv2-SMI", "name" : "Unsigned32"},
|
78
|
+
{"module" : "SNMPv2-SMI", "name" : "Counter32"},
|
79
|
+
{"module" : "SNMPv2-SMI", "name" : "TimeTicks"},
|
80
|
+
{"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
|
81
|
+
{"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
|
82
|
+
{"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"},
|
83
|
+
{"module" : "SNMPv2-TC", "name" : "DisplayString"},
|
84
|
+
{"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
|
85
|
+
{"module" : "INET-ADDRESS-MIB", "name" : "InetAddressType"},
|
86
|
+
{"module" : "INET-ADDRESS-MIB", "name" : "InetAddress"},
|
87
|
+
{"module" : "SYSAPPL-MIB", "name" : "Utf8String"},
|
88
|
+
),
|
89
|
+
|
90
|
+
"typedefs" : {
|
91
|
+
"NtpStratum" : {
|
92
|
+
"basetype" : "Unsigned32",
|
93
|
+
"status" : "current",
|
94
|
+
"ranges" : [
|
95
|
+
{
|
96
|
+
"min" : "1",
|
97
|
+
"max" : "16"
|
98
|
+
},
|
99
|
+
],
|
100
|
+
"range" : {
|
101
|
+
"min" : "1",
|
102
|
+
"max" : "16"
|
103
|
+
},
|
104
|
+
"format" : "d",
|
105
|
+
"description" :
|
106
|
+
"""The NTP stratum, with 16 representing no stratum.""",
|
107
|
+
},
|
108
|
+
"NtpDateTime" : {
|
109
|
+
"basetype" : "OctetString",
|
110
|
+
"status" : "current",
|
111
|
+
"ranges" : [
|
112
|
+
{
|
113
|
+
"min" : "0",
|
114
|
+
"max" : "0"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"min" : "16",
|
118
|
+
"max" : "16"
|
119
|
+
},
|
120
|
+
],
|
121
|
+
"range" : {
|
122
|
+
"min" : "0",
|
123
|
+
"max" : "16"
|
124
|
+
},
|
125
|
+
"format" : "4d:4d:4d.4d",
|
126
|
+
"description" :
|
127
|
+
"""NTP date/time on the device, in 128-bit
|
128
|
+
NTP date format. If time is not syncronized, this
|
129
|
+
field shall be a zero-length string.
|
130
|
+
|
131
|
+
This trusted certificate (TC) is not to be used for objects
|
132
|
+
that are used to set the time of the node querying this
|
133
|
+
object. NTP should be used for this -- or at least SNTP.""",
|
134
|
+
"reference" :
|
135
|
+
"""RFC 5905, section 6""",
|
136
|
+
},
|
137
|
+
}, # typedefs
|
138
|
+
|
139
|
+
"nodes" : {
|
140
|
+
"ntpSnmpMIB" : {
|
141
|
+
"nodetype" : "node",
|
142
|
+
"moduleName" : "NTPv4-MIB",
|
143
|
+
"oid" : "1.3.6.1.2.1.197",
|
144
|
+
"status" : "current",
|
145
|
+
}, # node
|
146
|
+
"ntpEntNotifications" : {
|
147
|
+
"nodetype" : "node",
|
148
|
+
"moduleName" : "NTPv4-MIB",
|
149
|
+
"oid" : "1.3.6.1.2.1.197.0",
|
150
|
+
}, # node
|
151
|
+
"ntpSnmpMIBObjects" : {
|
152
|
+
"nodetype" : "node",
|
153
|
+
"moduleName" : "NTPv4-MIB",
|
154
|
+
"oid" : "1.3.6.1.2.1.197.1",
|
155
|
+
}, # node
|
156
|
+
"ntpEntInfo" : {
|
157
|
+
"nodetype" : "node",
|
158
|
+
"moduleName" : "NTPv4-MIB",
|
159
|
+
"oid" : "1.3.6.1.2.1.197.1.1",
|
160
|
+
}, # node
|
161
|
+
"ntpEntSoftwareName" : {
|
162
|
+
"nodetype" : "scalar",
|
163
|
+
"moduleName" : "NTPv4-MIB",
|
164
|
+
"oid" : "1.3.6.1.2.1.197.1.1.1",
|
165
|
+
"status" : "current",
|
166
|
+
"syntax" : {
|
167
|
+
"type" : { "module" :"SYSAPPL-MIB", "name" : "Utf8String"},
|
168
|
+
},
|
169
|
+
"access" : "readonly",
|
170
|
+
"description" :
|
171
|
+
"""The product name of the running NTP version, e.g., 'ntpd'.""",
|
172
|
+
}, # scalar
|
173
|
+
"ntpEntSoftwareVersion" : {
|
174
|
+
"nodetype" : "scalar",
|
175
|
+
"moduleName" : "NTPv4-MIB",
|
176
|
+
"oid" : "1.3.6.1.2.1.197.1.1.2",
|
177
|
+
"status" : "current",
|
178
|
+
"syntax" : {
|
179
|
+
"type" : { "module" :"SYSAPPL-MIB", "name" : "Utf8String"},
|
180
|
+
},
|
181
|
+
"access" : "readonly",
|
182
|
+
"description" :
|
183
|
+
"""The software version of the installed NTP implementation
|
184
|
+
as a full version string, e.g., 'ntpd-4.2.0b@1.1433 ...'""",
|
185
|
+
}, # scalar
|
186
|
+
"ntpEntSoftwareVendor" : {
|
187
|
+
"nodetype" : "scalar",
|
188
|
+
"moduleName" : "NTPv4-MIB",
|
189
|
+
"oid" : "1.3.6.1.2.1.197.1.1.3",
|
190
|
+
"status" : "current",
|
191
|
+
"syntax" : {
|
192
|
+
"type" : { "module" :"SYSAPPL-MIB", "name" : "Utf8String"},
|
193
|
+
},
|
194
|
+
"access" : "readonly",
|
195
|
+
"description" :
|
196
|
+
"""The vendor/author of the installed NTP version.""",
|
197
|
+
}, # scalar
|
198
|
+
"ntpEntSystemType" : {
|
199
|
+
"nodetype" : "scalar",
|
200
|
+
"moduleName" : "NTPv4-MIB",
|
201
|
+
"oid" : "1.3.6.1.2.1.197.1.1.4",
|
202
|
+
"status" : "current",
|
203
|
+
"syntax" : {
|
204
|
+
"type" : { "module" :"SYSAPPL-MIB", "name" : "Utf8String"},
|
205
|
+
},
|
206
|
+
"access" : "readonly",
|
207
|
+
"description" :
|
208
|
+
"""General hardware/os platform information,
|
209
|
+
e.g., 'Linux 2.6.12 / x86'.""",
|
210
|
+
}, # scalar
|
211
|
+
"ntpEntTimeResolution" : {
|
212
|
+
"nodetype" : "scalar",
|
213
|
+
"moduleName" : "NTPv4-MIB",
|
214
|
+
"oid" : "1.3.6.1.2.1.197.1.1.5",
|
215
|
+
"status" : "current",
|
216
|
+
"syntax" : {
|
217
|
+
"type" : { "module" :"", "name" : "Unsigned32"},
|
218
|
+
},
|
219
|
+
"access" : "readonly",
|
220
|
+
"description" :
|
221
|
+
"""The time resolution in integer format, where the resolution
|
222
|
+
is represented as divisions of a second, e.g., a value of 1000
|
223
|
+
translates to 1.0 ms.""",
|
224
|
+
}, # scalar
|
225
|
+
"ntpEntTimePrecision" : {
|
226
|
+
"nodetype" : "scalar",
|
227
|
+
"moduleName" : "NTPv4-MIB",
|
228
|
+
"oid" : "1.3.6.1.2.1.197.1.1.6",
|
229
|
+
"status" : "current",
|
230
|
+
"syntax" : {
|
231
|
+
"type" : { "module" :"", "name" : "Integer32"},
|
232
|
+
},
|
233
|
+
"access" : "readonly",
|
234
|
+
"description" :
|
235
|
+
"""The entity's precision in integer format, shows the precision.
|
236
|
+
A value of -5 would mean 2^-5 = 31.25 ms.""",
|
237
|
+
}, # scalar
|
238
|
+
"ntpEntTimeDistance" : {
|
239
|
+
"nodetype" : "scalar",
|
240
|
+
"moduleName" : "NTPv4-MIB",
|
241
|
+
"oid" : "1.3.6.1.2.1.197.1.1.7",
|
242
|
+
"status" : "current",
|
243
|
+
"syntax" : {
|
244
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
|
245
|
+
},
|
246
|
+
"access" : "readonly",
|
247
|
+
"description" :
|
248
|
+
"""The distance from this NTP entity to the root time reference
|
249
|
+
(stratum 0) source including the unit, e.g., '13.243 ms'.""",
|
250
|
+
}, # scalar
|
251
|
+
"ntpEntStatus" : {
|
252
|
+
"nodetype" : "node",
|
253
|
+
"moduleName" : "NTPv4-MIB",
|
254
|
+
"oid" : "1.3.6.1.2.1.197.1.2",
|
255
|
+
}, # node
|
256
|
+
"ntpEntStatusCurrentMode" : {
|
257
|
+
"nodetype" : "scalar",
|
258
|
+
"moduleName" : "NTPv4-MIB",
|
259
|
+
"oid" : "1.3.6.1.2.1.197.1.2.1",
|
260
|
+
"status" : "current",
|
261
|
+
"syntax" : {
|
262
|
+
"type" : {
|
263
|
+
"basetype" : "Enumeration",
|
264
|
+
"notRunning" : {
|
265
|
+
"nodetype" : "namednumber",
|
266
|
+
"number" : "1"
|
267
|
+
},
|
268
|
+
"notSynchronized" : {
|
269
|
+
"nodetype" : "namednumber",
|
270
|
+
"number" : "2"
|
271
|
+
},
|
272
|
+
"noneConfigured" : {
|
273
|
+
"nodetype" : "namednumber",
|
274
|
+
"number" : "3"
|
275
|
+
},
|
276
|
+
"syncToLocal" : {
|
277
|
+
"nodetype" : "namednumber",
|
278
|
+
"number" : "4"
|
279
|
+
},
|
280
|
+
"syncToRefclock" : {
|
281
|
+
"nodetype" : "namednumber",
|
282
|
+
"number" : "5"
|
283
|
+
},
|
284
|
+
"syncToRemoteServer" : {
|
285
|
+
"nodetype" : "namednumber",
|
286
|
+
"number" : "6"
|
287
|
+
},
|
288
|
+
"unknown" : {
|
289
|
+
"nodetype" : "namednumber",
|
290
|
+
"number" : "99"
|
291
|
+
},
|
292
|
+
},
|
293
|
+
},
|
294
|
+
"access" : "readonly",
|
295
|
+
"description" :
|
296
|
+
"""The current mode of the NTP. The definition of each possible
|
297
|
+
value is:
|
298
|
+
notRunning(1) - NTP is not running.
|
299
|
+
notSynchronized(2) - NTP is not synchronized to any time
|
300
|
+
source (stratum = 16).
|
301
|
+
noneConfigured(3) - NTP is not synchronized and does not
|
302
|
+
have a reference configured
|
303
|
+
(stratum = 16).
|
304
|
+
syncToLocal(4) - NTP is distributing time based on its
|
305
|
+
local clock (degraded accuracy and/or
|
306
|
+
reliability).
|
307
|
+
syncToRefclock(5) - NTP is synchronized to a local
|
308
|
+
hardware refclock (e.g., GPS).
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
syncToRemoteServer(6) - NTP is synchronized to a remote
|
313
|
+
NTP server ('upstream' server).
|
314
|
+
unknown(99) - The state of NTP is unknown.""",
|
315
|
+
}, # scalar
|
316
|
+
"ntpEntStatusStratum" : {
|
317
|
+
"nodetype" : "scalar",
|
318
|
+
"moduleName" : "NTPv4-MIB",
|
319
|
+
"oid" : "1.3.6.1.2.1.197.1.2.2",
|
320
|
+
"status" : "current",
|
321
|
+
"syntax" : {
|
322
|
+
"type" : { "module" :"NTPv4-MIB", "name" : "NtpStratum"},
|
323
|
+
},
|
324
|
+
"access" : "readonly",
|
325
|
+
"description" :
|
326
|
+
"""The NTP entity's own stratum value. Should be a stratum of
|
327
|
+
syspeer + 1 (or 16 if no syspeer).""",
|
328
|
+
}, # scalar
|
329
|
+
"ntpEntStatusActiveRefSourceId" : {
|
330
|
+
"nodetype" : "scalar",
|
331
|
+
"moduleName" : "NTPv4-MIB",
|
332
|
+
"oid" : "1.3.6.1.2.1.197.1.2.3",
|
333
|
+
"status" : "current",
|
334
|
+
"syntax" : {
|
335
|
+
"type" : {
|
336
|
+
"basetype" : "Unsigned32",
|
337
|
+
"ranges" : [
|
338
|
+
{
|
339
|
+
"min" : "0",
|
340
|
+
"max" : "99999"
|
341
|
+
},
|
342
|
+
],
|
343
|
+
"range" : {
|
344
|
+
"min" : "0",
|
345
|
+
"max" : "99999"
|
346
|
+
},
|
347
|
+
},
|
348
|
+
},
|
349
|
+
"access" : "readonly",
|
350
|
+
"description" :
|
351
|
+
"""The association ID of the current syspeer.""",
|
352
|
+
}, # scalar
|
353
|
+
"ntpEntStatusActiveRefSourceName" : {
|
354
|
+
"nodetype" : "scalar",
|
355
|
+
"moduleName" : "NTPv4-MIB",
|
356
|
+
"oid" : "1.3.6.1.2.1.197.1.2.4",
|
357
|
+
"status" : "current",
|
358
|
+
"syntax" : {
|
359
|
+
"type" : { "module" :"SYSAPPL-MIB", "name" : "Utf8String"},
|
360
|
+
},
|
361
|
+
"access" : "readonly",
|
362
|
+
"description" :
|
363
|
+
"""The hostname/descriptive name of the current reference source
|
364
|
+
selected as syspeer, e.g., 'ntp1.ptb.de' or 'GPS' or
|
365
|
+
'DCFi', ...""",
|
366
|
+
}, # scalar
|
367
|
+
"ntpEntStatusActiveOffset" : {
|
368
|
+
"nodetype" : "scalar",
|
369
|
+
"moduleName" : "NTPv4-MIB",
|
370
|
+
"oid" : "1.3.6.1.2.1.197.1.2.5",
|
371
|
+
"status" : "current",
|
372
|
+
"syntax" : {
|
373
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
|
374
|
+
},
|
375
|
+
"access" : "readonly",
|
376
|
+
"description" :
|
377
|
+
"""The time offset to the current selected reference time source
|
378
|
+
as a string including unit, e.g., '0.032 ms' or '1.232 s'.""",
|
379
|
+
}, # scalar
|
380
|
+
"ntpEntStatusNumberOfRefSources" : {
|
381
|
+
"nodetype" : "scalar",
|
382
|
+
"moduleName" : "NTPv4-MIB",
|
383
|
+
"oid" : "1.3.6.1.2.1.197.1.2.6",
|
384
|
+
"status" : "current",
|
385
|
+
"syntax" : {
|
386
|
+
"type" : {
|
387
|
+
"basetype" : "Unsigned32",
|
388
|
+
"ranges" : [
|
389
|
+
{
|
390
|
+
"min" : "0",
|
391
|
+
"max" : "99"
|
392
|
+
},
|
393
|
+
],
|
394
|
+
"range" : {
|
395
|
+
"min" : "0",
|
396
|
+
"max" : "99"
|
397
|
+
},
|
398
|
+
},
|
399
|
+
},
|
400
|
+
"access" : "readonly",
|
401
|
+
"description" :
|
402
|
+
"""The number of reference sources configured for NTP.""",
|
403
|
+
}, # scalar
|
404
|
+
"ntpEntStatusDispersion" : {
|
405
|
+
"nodetype" : "scalar",
|
406
|
+
"moduleName" : "NTPv4-MIB",
|
407
|
+
"oid" : "1.3.6.1.2.1.197.1.2.7",
|
408
|
+
"status" : "current",
|
409
|
+
"syntax" : {
|
410
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
|
411
|
+
},
|
412
|
+
"access" : "readonly",
|
413
|
+
"description" :
|
414
|
+
"""The root dispersion of the running NTP entity, e.g., '6.927'.""",
|
415
|
+
}, # scalar
|
416
|
+
"ntpEntStatusEntityUptime" : {
|
417
|
+
"nodetype" : "scalar",
|
418
|
+
"moduleName" : "NTPv4-MIB",
|
419
|
+
"oid" : "1.3.6.1.2.1.197.1.2.8",
|
420
|
+
"status" : "current",
|
421
|
+
"syntax" : {
|
422
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
|
423
|
+
},
|
424
|
+
"access" : "readonly",
|
425
|
+
"description" :
|
426
|
+
"""The uptime of the NTP entity, (i.e., the time since ntpd was
|
427
|
+
(re-)initialized not sysUptime!). The time is represented in
|
428
|
+
hundreds of seconds since Jan 1, 1970 (00:00:00.000) UTC.""",
|
429
|
+
}, # scalar
|
430
|
+
"ntpEntStatusDateTime" : {
|
431
|
+
"nodetype" : "scalar",
|
432
|
+
"moduleName" : "NTPv4-MIB",
|
433
|
+
"oid" : "1.3.6.1.2.1.197.1.2.9",
|
434
|
+
"status" : "current",
|
435
|
+
"syntax" : {
|
436
|
+
"type" : { "module" :"NTPv4-MIB", "name" : "NtpDateTime"},
|
437
|
+
},
|
438
|
+
"access" : "readonly",
|
439
|
+
"description" :
|
440
|
+
"""The current NTP date/time on the device, in 128-bit
|
441
|
+
NTP date format. If time is not syncronized, this
|
442
|
+
field shall be a zero-length string.
|
443
|
+
|
444
|
+
This object can be used to timestamp events on this
|
445
|
+
node and allow a management station to correlate
|
446
|
+
different time objects. For example, a management
|
447
|
+
station could query this object and sysUpTime in
|
448
|
+
the same operation to be able to relate sysUpTime
|
449
|
+
to NTP time.
|
450
|
+
|
451
|
+
This object is not to be used to set the time of
|
452
|
+
the node querying this object. NTP should be used
|
453
|
+
for this -- or at least SNTP.""",
|
454
|
+
"reference" :
|
455
|
+
"""RFC 5905, section 6""",
|
456
|
+
}, # scalar
|
457
|
+
"ntpEntStatusLeapSecond" : {
|
458
|
+
"nodetype" : "scalar",
|
459
|
+
"moduleName" : "NTPv4-MIB",
|
460
|
+
"oid" : "1.3.6.1.2.1.197.1.2.10",
|
461
|
+
"status" : "current",
|
462
|
+
"syntax" : {
|
463
|
+
"type" : { "module" :"NTPv4-MIB", "name" : "NtpDateTime"},
|
464
|
+
},
|
465
|
+
"access" : "readonly",
|
466
|
+
"description" :
|
467
|
+
"""Date the next known leap second will occur. If there is
|
468
|
+
no leap second announced, then this object should be 0.""",
|
469
|
+
}, # scalar
|
470
|
+
"ntpEntStatusLeapSecDirection" : {
|
471
|
+
"nodetype" : "scalar",
|
472
|
+
"moduleName" : "NTPv4-MIB",
|
473
|
+
"oid" : "1.3.6.1.2.1.197.1.2.11",
|
474
|
+
"status" : "current",
|
475
|
+
"syntax" : {
|
476
|
+
"type" : {
|
477
|
+
"basetype" : "Integer32",
|
478
|
+
"ranges" : [
|
479
|
+
{
|
480
|
+
"min" : "-1",
|
481
|
+
"max" : "1"
|
482
|
+
},
|
483
|
+
],
|
484
|
+
"range" : {
|
485
|
+
"min" : "-1",
|
486
|
+
"max" : "1"
|
487
|
+
},
|
488
|
+
},
|
489
|
+
},
|
490
|
+
"access" : "readonly",
|
491
|
+
"description" :
|
492
|
+
"""Direction of next known leap second. If there is no
|
493
|
+
leap second announced, then this object should be 0.""",
|
494
|
+
}, # scalar
|
495
|
+
"ntpEntStatusInPkts" : {
|
496
|
+
"nodetype" : "scalar",
|
497
|
+
"moduleName" : "NTPv4-MIB",
|
498
|
+
"oid" : "1.3.6.1.2.1.197.1.2.12",
|
499
|
+
"status" : "current",
|
500
|
+
"syntax" : {
|
501
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
502
|
+
},
|
503
|
+
"access" : "readonly",
|
504
|
+
"units" : "packets",
|
505
|
+
"description" :
|
506
|
+
"""The total number of NTP messages delivered to the
|
507
|
+
NTP entity from the transport service.
|
508
|
+
Discountinuities in the value of this counter can occur
|
509
|
+
upon cold start or reinitialization of the NTP entity, the
|
510
|
+
management system and at other times as indicated by
|
511
|
+
discontinuities in the value of sysUpTime.""",
|
512
|
+
}, # scalar
|
513
|
+
"ntpEntStatusOutPkts" : {
|
514
|
+
"nodetype" : "scalar",
|
515
|
+
"moduleName" : "NTPv4-MIB",
|
516
|
+
"oid" : "1.3.6.1.2.1.197.1.2.13",
|
517
|
+
"status" : "current",
|
518
|
+
"syntax" : {
|
519
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
520
|
+
},
|
521
|
+
"access" : "readonly",
|
522
|
+
"units" : "packets",
|
523
|
+
"description" :
|
524
|
+
"""The total number of NTP messages delivered to the
|
525
|
+
transport service by this NTP entity.
|
526
|
+
Discountinuities in the value of this counter can occur
|
527
|
+
upon cold start or reinitialization of the NTP entity, the
|
528
|
+
management system and at other times as indicated by
|
529
|
+
discontinuities in the value of sysUpTime.""",
|
530
|
+
}, # scalar
|
531
|
+
"ntpEntStatusBadVersion" : {
|
532
|
+
"nodetype" : "scalar",
|
533
|
+
"moduleName" : "NTPv4-MIB",
|
534
|
+
"oid" : "1.3.6.1.2.1.197.1.2.14",
|
535
|
+
"status" : "current",
|
536
|
+
"syntax" : {
|
537
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
538
|
+
},
|
539
|
+
"access" : "readonly",
|
540
|
+
"units" : "packets",
|
541
|
+
"description" :
|
542
|
+
"""The total number of NTP messages that were delivered
|
543
|
+
to this NTP entity and were for an unsupported NTP
|
544
|
+
version.
|
545
|
+
|
546
|
+
|
547
|
+
|
548
|
+
|
549
|
+
Discountinuities in the value of this counter can occur
|
550
|
+
upon cold start or reinitialization of the NTP entity, the
|
551
|
+
management system and at other times as indicated by
|
552
|
+
discontinuities in the value of sysUpTime.""",
|
553
|
+
}, # scalar
|
554
|
+
"ntpEntStatusProtocolError" : {
|
555
|
+
"nodetype" : "scalar",
|
556
|
+
"moduleName" : "NTPv4-MIB",
|
557
|
+
"oid" : "1.3.6.1.2.1.197.1.2.15",
|
558
|
+
"status" : "current",
|
559
|
+
"syntax" : {
|
560
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
561
|
+
},
|
562
|
+
"access" : "readonly",
|
563
|
+
"units" : "packets",
|
564
|
+
"description" :
|
565
|
+
"""The total number of NTP messages that were delivered
|
566
|
+
to this NTP entity and this entity was not able to
|
567
|
+
process due to an NTP protocol error.
|
568
|
+
Discountinuities in the value of this counter can occur
|
569
|
+
upon cold start or reinitialization of the NTP entity, the
|
570
|
+
management system and at other times as indicated by
|
571
|
+
discontinuities in the value of sysUpTime.""",
|
572
|
+
}, # scalar
|
573
|
+
"ntpEntStatusNotifications" : {
|
574
|
+
"nodetype" : "scalar",
|
575
|
+
"moduleName" : "NTPv4-MIB",
|
576
|
+
"oid" : "1.3.6.1.2.1.197.1.2.16",
|
577
|
+
"status" : "current",
|
578
|
+
"syntax" : {
|
579
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
580
|
+
},
|
581
|
+
"access" : "readonly",
|
582
|
+
"units" : "notifications",
|
583
|
+
"description" :
|
584
|
+
"""The total number of SNMP notifications that this NTP
|
585
|
+
entity has generated.
|
586
|
+
Discountinuities in the value of this counter can occur
|
587
|
+
upon cold start or reinitialization of the NTP entity, the
|
588
|
+
management system and at other times as indicated by
|
589
|
+
discontinuities in the value of sysUpTime.""",
|
590
|
+
}, # scalar
|
591
|
+
"ntpEntStatPktModeTable" : {
|
592
|
+
"nodetype" : "table",
|
593
|
+
"moduleName" : "NTPv4-MIB",
|
594
|
+
"oid" : "1.3.6.1.2.1.197.1.2.17",
|
595
|
+
"status" : "current",
|
596
|
+
"description" :
|
597
|
+
"""The number of packets sent and received by packet mode.
|
598
|
+
One entry per packet mode.""",
|
599
|
+
}, # table
|
600
|
+
"ntpEntStatPktModeEntry" : {
|
601
|
+
"nodetype" : "row",
|
602
|
+
"moduleName" : "NTPv4-MIB",
|
603
|
+
"oid" : "1.3.6.1.2.1.197.1.2.17.1",
|
604
|
+
"status" : "current",
|
605
|
+
"linkage" : [
|
606
|
+
"ntpEntStatPktMode",
|
607
|
+
],
|
608
|
+
"description" :
|
609
|
+
"""A statistical record of the number of packets sent and
|
610
|
+
received for each packet mode.""",
|
611
|
+
}, # row
|
612
|
+
"ntpEntStatPktMode" : {
|
613
|
+
"nodetype" : "column",
|
614
|
+
"moduleName" : "NTPv4-MIB",
|
615
|
+
"oid" : "1.3.6.1.2.1.197.1.2.17.1.1",
|
616
|
+
"status" : "current",
|
617
|
+
"syntax" : {
|
618
|
+
"type" : {
|
619
|
+
"basetype" : "Enumeration",
|
620
|
+
"symetricactive" : {
|
621
|
+
"nodetype" : "namednumber",
|
622
|
+
"number" : "1"
|
623
|
+
},
|
624
|
+
"symetricpassive" : {
|
625
|
+
"nodetype" : "namednumber",
|
626
|
+
"number" : "2"
|
627
|
+
},
|
628
|
+
"client" : {
|
629
|
+
"nodetype" : "namednumber",
|
630
|
+
"number" : "3"
|
631
|
+
},
|
632
|
+
"server" : {
|
633
|
+
"nodetype" : "namednumber",
|
634
|
+
"number" : "4"
|
635
|
+
},
|
636
|
+
"broadcastserver" : {
|
637
|
+
"nodetype" : "namednumber",
|
638
|
+
"number" : "5"
|
639
|
+
},
|
640
|
+
"broadcastclient" : {
|
641
|
+
"nodetype" : "namednumber",
|
642
|
+
"number" : "6"
|
643
|
+
},
|
644
|
+
},
|
645
|
+
},
|
646
|
+
"access" : "noaccess",
|
647
|
+
"description" :
|
648
|
+
"""The NTP packet mode.""",
|
649
|
+
}, # column
|
650
|
+
"ntpEntStatPktSent" : {
|
651
|
+
"nodetype" : "column",
|
652
|
+
"moduleName" : "NTPv4-MIB",
|
653
|
+
"oid" : "1.3.6.1.2.1.197.1.2.17.1.2",
|
654
|
+
"status" : "current",
|
655
|
+
"syntax" : {
|
656
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
657
|
+
},
|
658
|
+
"access" : "readonly",
|
659
|
+
"units" : "packets",
|
660
|
+
"description" :
|
661
|
+
"""The number of NTP packets sent with this packet mode.
|
662
|
+
Discountinuities in the value of this counter can occur
|
663
|
+
upon cold start or reinitialization of the NTP entity, the
|
664
|
+
management system and at other times as indicated by
|
665
|
+
discontinuities in the value of sysUpTime.""",
|
666
|
+
}, # column
|
667
|
+
"ntpEntStatPktReceived" : {
|
668
|
+
"nodetype" : "column",
|
669
|
+
"moduleName" : "NTPv4-MIB",
|
670
|
+
"oid" : "1.3.6.1.2.1.197.1.2.17.1.3",
|
671
|
+
"status" : "current",
|
672
|
+
"syntax" : {
|
673
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
674
|
+
},
|
675
|
+
"access" : "readonly",
|
676
|
+
"units" : "packets",
|
677
|
+
"description" :
|
678
|
+
"""The number of NTP packets received with this packet mode.
|
679
|
+
|
680
|
+
|
681
|
+
|
682
|
+
Discountinuities in the value of this counter can occur
|
683
|
+
upon cold start or reinitialization of the NTP entity, the
|
684
|
+
management system and at other times as indicated by
|
685
|
+
discontinuities in the value of sysUpTime.""",
|
686
|
+
}, # column
|
687
|
+
"ntpAssociation" : {
|
688
|
+
"nodetype" : "node",
|
689
|
+
"moduleName" : "NTPv4-MIB",
|
690
|
+
"oid" : "1.3.6.1.2.1.197.1.3",
|
691
|
+
}, # node
|
692
|
+
"ntpAssociationTable" : {
|
693
|
+
"nodetype" : "table",
|
694
|
+
"moduleName" : "NTPv4-MIB",
|
695
|
+
"oid" : "1.3.6.1.2.1.197.1.3.1",
|
696
|
+
"status" : "current",
|
697
|
+
"description" :
|
698
|
+
"""The table of currently mobilized associations.""",
|
699
|
+
}, # table
|
700
|
+
"ntpAssociationEntry" : {
|
701
|
+
"nodetype" : "row",
|
702
|
+
"moduleName" : "NTPv4-MIB",
|
703
|
+
"oid" : "1.3.6.1.2.1.197.1.3.1.1",
|
704
|
+
"status" : "current",
|
705
|
+
"linkage" : [
|
706
|
+
"ntpAssocId",
|
707
|
+
],
|
708
|
+
"description" :
|
709
|
+
"""The table entry of currently mobilized associations.""",
|
710
|
+
}, # row
|
711
|
+
"ntpAssocId" : {
|
712
|
+
"nodetype" : "column",
|
713
|
+
"moduleName" : "NTPv4-MIB",
|
714
|
+
"oid" : "1.3.6.1.2.1.197.1.3.1.1.1",
|
715
|
+
"status" : "current",
|
716
|
+
"syntax" : {
|
717
|
+
"type" : {
|
718
|
+
"basetype" : "Unsigned32",
|
719
|
+
"ranges" : [
|
720
|
+
{
|
721
|
+
"min" : "1",
|
722
|
+
"max" : "99999"
|
723
|
+
},
|
724
|
+
],
|
725
|
+
"range" : {
|
726
|
+
"min" : "1",
|
727
|
+
"max" : "99999"
|
728
|
+
},
|
729
|
+
},
|
730
|
+
},
|
731
|
+
"access" : "noaccess",
|
732
|
+
"description" :
|
733
|
+
"""The association ID. This is an internal, unique ID.""",
|
734
|
+
}, # column
|
735
|
+
"ntpAssocName" : {
|
736
|
+
"nodetype" : "column",
|
737
|
+
"moduleName" : "NTPv4-MIB",
|
738
|
+
"oid" : "1.3.6.1.2.1.197.1.3.1.1.2",
|
739
|
+
"status" : "current",
|
740
|
+
"syntax" : {
|
741
|
+
"type" : { "module" :"SYSAPPL-MIB", "name" : "Utf8String"},
|
742
|
+
},
|
743
|
+
"access" : "readonly",
|
744
|
+
"description" :
|
745
|
+
"""The hostname or other descriptive name for the association.""",
|
746
|
+
}, # column
|
747
|
+
"ntpAssocRefId" : {
|
748
|
+
"nodetype" : "column",
|
749
|
+
"moduleName" : "NTPv4-MIB",
|
750
|
+
"oid" : "1.3.6.1.2.1.197.1.3.1.1.3",
|
751
|
+
"status" : "current",
|
752
|
+
"syntax" : {
|
753
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
|
754
|
+
},
|
755
|
+
"access" : "readonly",
|
756
|
+
"description" :
|
757
|
+
"""The refclock driver ID, if available.""",
|
758
|
+
}, # column
|
759
|
+
"ntpAssocAddressType" : {
|
760
|
+
"nodetype" : "column",
|
761
|
+
"moduleName" : "NTPv4-MIB",
|
762
|
+
"oid" : "1.3.6.1.2.1.197.1.3.1.1.4",
|
763
|
+
"status" : "current",
|
764
|
+
"syntax" : {
|
765
|
+
"type" : {
|
766
|
+
"basetype" : "Enumeration",
|
767
|
+
"parent module" : {
|
768
|
+
"name" : "INET-ADDRESS-MIB",
|
769
|
+
"type" : "InetAddressType",
|
770
|
+
},
|
771
|
+
"ipv4" : {
|
772
|
+
"nodetype" : "namednumber",
|
773
|
+
"number" : "1"
|
774
|
+
},
|
775
|
+
"ipv6" : {
|
776
|
+
"nodetype" : "namednumber",
|
777
|
+
"number" : "2"
|
778
|
+
},
|
779
|
+
"ipv4z" : {
|
780
|
+
"nodetype" : "namednumber",
|
781
|
+
"number" : "3"
|
782
|
+
},
|
783
|
+
"ipv6z" : {
|
784
|
+
"nodetype" : "namednumber",
|
785
|
+
"number" : "4"
|
786
|
+
},
|
787
|
+
},
|
788
|
+
},
|
789
|
+
"access" : "readonly",
|
790
|
+
"description" :
|
791
|
+
"""The type of address of the association. Can be either IPv4 or
|
792
|
+
IPv6 (both with or without zone index) and contains the type of
|
793
|
+
address for unicast, multicast, and broadcast associations.""",
|
794
|
+
}, # column
|
795
|
+
"ntpAssocAddress" : {
|
796
|
+
"nodetype" : "column",
|
797
|
+
"moduleName" : "NTPv4-MIB",
|
798
|
+
"oid" : "1.3.6.1.2.1.197.1.3.1.1.5",
|
799
|
+
"status" : "current",
|
800
|
+
"syntax" : {
|
801
|
+
"type" : {
|
802
|
+
"basetype" : "OctetString",
|
803
|
+
"parent module" : {
|
804
|
+
"name" : "INET-ADDRESS-MIB",
|
805
|
+
"type" : "InetAddress",
|
806
|
+
},
|
807
|
+
"ranges" : [
|
808
|
+
{
|
809
|
+
"min" : "4",
|
810
|
+
"max" : "4"
|
811
|
+
},
|
812
|
+
{
|
813
|
+
"min" : "8",
|
814
|
+
"max" : "8"
|
815
|
+
},
|
816
|
+
{
|
817
|
+
"min" : "16",
|
818
|
+
"max" : "16"
|
819
|
+
},
|
820
|
+
{
|
821
|
+
"min" : "20",
|
822
|
+
"max" : "20"
|
823
|
+
},
|
824
|
+
],
|
825
|
+
"range" : {
|
826
|
+
"min" : "4",
|
827
|
+
"max" : "20"
|
828
|
+
},
|
829
|
+
},
|
830
|
+
},
|
831
|
+
"access" : "readonly",
|
832
|
+
"description" :
|
833
|
+
"""The IP address (IPv4 or IPv6, with or without zone index) of
|
834
|
+
the association. The type and size depends on the
|
835
|
+
ntpAssocAddressType object. Represents the IP address of a
|
836
|
+
uni/multi/broadcast association.""",
|
837
|
+
}, # column
|
838
|
+
"ntpAssocOffset" : {
|
839
|
+
"nodetype" : "column",
|
840
|
+
"moduleName" : "NTPv4-MIB",
|
841
|
+
"oid" : "1.3.6.1.2.1.197.1.3.1.1.6",
|
842
|
+
"status" : "current",
|
843
|
+
"syntax" : {
|
844
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
|
845
|
+
},
|
846
|
+
"access" : "readonly",
|
847
|
+
"description" :
|
848
|
+
"""The time offset to the association as a string.""",
|
849
|
+
}, # column
|
850
|
+
"ntpAssocStratum" : {
|
851
|
+
"nodetype" : "column",
|
852
|
+
"moduleName" : "NTPv4-MIB",
|
853
|
+
"oid" : "1.3.6.1.2.1.197.1.3.1.1.7",
|
854
|
+
"status" : "current",
|
855
|
+
"syntax" : {
|
856
|
+
"type" : { "module" :"NTPv4-MIB", "name" : "NtpStratum"},
|
857
|
+
},
|
858
|
+
"access" : "readonly",
|
859
|
+
"description" :
|
860
|
+
"""The association stratum value.""",
|
861
|
+
}, # column
|
862
|
+
"ntpAssocStatusJitter" : {
|
863
|
+
"nodetype" : "column",
|
864
|
+
"moduleName" : "NTPv4-MIB",
|
865
|
+
"oid" : "1.3.6.1.2.1.197.1.3.1.1.8",
|
866
|
+
"status" : "current",
|
867
|
+
"syntax" : {
|
868
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
|
869
|
+
},
|
870
|
+
"access" : "readonly",
|
871
|
+
"description" :
|
872
|
+
"""The jitter in milliseconds as a string.""",
|
873
|
+
}, # column
|
874
|
+
"ntpAssocStatusDelay" : {
|
875
|
+
"nodetype" : "column",
|
876
|
+
"moduleName" : "NTPv4-MIB",
|
877
|
+
"oid" : "1.3.6.1.2.1.197.1.3.1.1.9",
|
878
|
+
"status" : "current",
|
879
|
+
"syntax" : {
|
880
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
|
881
|
+
},
|
882
|
+
"access" : "readonly",
|
883
|
+
"description" :
|
884
|
+
"""The network delay in milliseconds as a string.""",
|
885
|
+
}, # column
|
886
|
+
"ntpAssocStatusDispersion" : {
|
887
|
+
"nodetype" : "column",
|
888
|
+
"moduleName" : "NTPv4-MIB",
|
889
|
+
"oid" : "1.3.6.1.2.1.197.1.3.1.1.10",
|
890
|
+
"status" : "current",
|
891
|
+
"syntax" : {
|
892
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
|
893
|
+
},
|
894
|
+
"access" : "readonly",
|
895
|
+
"description" :
|
896
|
+
"""The root dispersion of the association.""",
|
897
|
+
}, # column
|
898
|
+
"ntpAssociationStatisticsTable" : {
|
899
|
+
"nodetype" : "table",
|
900
|
+
"moduleName" : "NTPv4-MIB",
|
901
|
+
"oid" : "1.3.6.1.2.1.197.1.3.2",
|
902
|
+
"status" : "current",
|
903
|
+
"description" :
|
904
|
+
"""The table of statistics for current associations.""",
|
905
|
+
}, # table
|
906
|
+
"ntpAssociationStatisticsEntry" : {
|
907
|
+
"nodetype" : "row",
|
908
|
+
"moduleName" : "NTPv4-MIB",
|
909
|
+
"oid" : "1.3.6.1.2.1.197.1.3.2.1",
|
910
|
+
"status" : "current",
|
911
|
+
"linkage" : [
|
912
|
+
"ntpAssocId",
|
913
|
+
],
|
914
|
+
"description" :
|
915
|
+
"""The table entry of statistics for current associations.""",
|
916
|
+
}, # row
|
917
|
+
"ntpAssocStatInPkts" : {
|
918
|
+
"nodetype" : "column",
|
919
|
+
"moduleName" : "NTPv4-MIB",
|
920
|
+
"oid" : "1.3.6.1.2.1.197.1.3.2.1.1",
|
921
|
+
"status" : "current",
|
922
|
+
"syntax" : {
|
923
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
924
|
+
},
|
925
|
+
"access" : "readonly",
|
926
|
+
"units" : "packets",
|
927
|
+
"description" :
|
928
|
+
"""The total number of NTP messages delivered to the
|
929
|
+
NTP entity from this association.
|
930
|
+
Discountinuities in the value of this counter can occur
|
931
|
+
upon cold start or reinitialization of the NTP entity, the
|
932
|
+
management system and at other times as indicated by
|
933
|
+
discontinuities in the value of sysUpTime.""",
|
934
|
+
}, # column
|
935
|
+
"ntpAssocStatOutPkts" : {
|
936
|
+
"nodetype" : "column",
|
937
|
+
"moduleName" : "NTPv4-MIB",
|
938
|
+
"oid" : "1.3.6.1.2.1.197.1.3.2.1.2",
|
939
|
+
"status" : "current",
|
940
|
+
"syntax" : {
|
941
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
942
|
+
},
|
943
|
+
"access" : "readonly",
|
944
|
+
"units" : "packets",
|
945
|
+
"description" :
|
946
|
+
"""The total number of NTP messages delivered to the
|
947
|
+
transport service by this NTP entity for this
|
948
|
+
association.
|
949
|
+
Discountinuities in the value of this counter can occur
|
950
|
+
upon cold start or reinitialization of the NTP entity, the
|
951
|
+
management system and at other times as indicated by
|
952
|
+
discontinuities in the value of sysUpTime.""",
|
953
|
+
}, # column
|
954
|
+
"ntpAssocStatProtocolError" : {
|
955
|
+
"nodetype" : "column",
|
956
|
+
"moduleName" : "NTPv4-MIB",
|
957
|
+
"oid" : "1.3.6.1.2.1.197.1.3.2.1.3",
|
958
|
+
"status" : "current",
|
959
|
+
"syntax" : {
|
960
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
961
|
+
},
|
962
|
+
"access" : "readonly",
|
963
|
+
"units" : "packets",
|
964
|
+
"description" :
|
965
|
+
"""The total number of NTP messages that were delivered
|
966
|
+
to this NTP entity from this association and this entity
|
967
|
+
was not able to process due to an NTP protocol error.
|
968
|
+
|
969
|
+
|
970
|
+
|
971
|
+
Discountinuities in the value of this counter can occur
|
972
|
+
upon cold start or reinitialization of the NTP entity, the
|
973
|
+
management system and at other times as indicated by
|
974
|
+
discontinuities in the value of sysUpTime.""",
|
975
|
+
}, # column
|
976
|
+
"ntpEntControl" : {
|
977
|
+
"nodetype" : "node",
|
978
|
+
"moduleName" : "NTPv4-MIB",
|
979
|
+
"oid" : "1.3.6.1.2.1.197.1.4",
|
980
|
+
}, # node
|
981
|
+
"ntpEntHeartbeatInterval" : {
|
982
|
+
"nodetype" : "scalar",
|
983
|
+
"moduleName" : "NTPv4-MIB",
|
984
|
+
"oid" : "1.3.6.1.2.1.197.1.4.1",
|
985
|
+
"status" : "current",
|
986
|
+
"syntax" : {
|
987
|
+
"type" : { "module" :"", "name" : "Unsigned32"},
|
988
|
+
},
|
989
|
+
"access" : "readwrite",
|
990
|
+
"default" : "60",
|
991
|
+
"units" : "seconds",
|
992
|
+
"description" :
|
993
|
+
"""The interval at which the ntpEntNotifHeartbeat notification
|
994
|
+
should be sent, in seconds. If set to 0 and the
|
995
|
+
entNotifHeartbeat bit in ntpEntNotifBits is 1, then
|
996
|
+
ntpEntNotifHeartbeat is sent once.
|
997
|
+
This value is stored persistently and will be restored to its
|
998
|
+
last set value upon cold start or restart.""",
|
999
|
+
}, # scalar
|
1000
|
+
"ntpEntNotifBits" : {
|
1001
|
+
"nodetype" : "scalar",
|
1002
|
+
"moduleName" : "NTPv4-MIB",
|
1003
|
+
"oid" : "1.3.6.1.2.1.197.1.4.2",
|
1004
|
+
"status" : "current",
|
1005
|
+
"syntax" : {
|
1006
|
+
"type" : {
|
1007
|
+
"basetype" : "Bits",
|
1008
|
+
"notUsed" : {
|
1009
|
+
"nodetype" : "namednumber",
|
1010
|
+
"number" : "0"
|
1011
|
+
},
|
1012
|
+
"entNotifModeChange" : {
|
1013
|
+
"nodetype" : "namednumber",
|
1014
|
+
"number" : "1"
|
1015
|
+
},
|
1016
|
+
"entNotifStratumChange" : {
|
1017
|
+
"nodetype" : "namednumber",
|
1018
|
+
"number" : "2"
|
1019
|
+
},
|
1020
|
+
"entNotifSyspeerChanged" : {
|
1021
|
+
"nodetype" : "namednumber",
|
1022
|
+
"number" : "3"
|
1023
|
+
},
|
1024
|
+
"entNotifAddAssociation" : {
|
1025
|
+
"nodetype" : "namednumber",
|
1026
|
+
"number" : "4"
|
1027
|
+
},
|
1028
|
+
"entNotifRemoveAssociation" : {
|
1029
|
+
"nodetype" : "namednumber",
|
1030
|
+
"number" : "5"
|
1031
|
+
},
|
1032
|
+
"entNotifConfigChanged" : {
|
1033
|
+
"nodetype" : "namednumber",
|
1034
|
+
"number" : "6"
|
1035
|
+
},
|
1036
|
+
"entNotifLeapSecondAnnounced" : {
|
1037
|
+
"nodetype" : "namednumber",
|
1038
|
+
"number" : "7"
|
1039
|
+
},
|
1040
|
+
"entNotifHeartbeat" : {
|
1041
|
+
"nodetype" : "namednumber",
|
1042
|
+
"number" : "8"
|
1043
|
+
},
|
1044
|
+
},
|
1045
|
+
},
|
1046
|
+
"access" : "readwrite",
|
1047
|
+
"description" :
|
1048
|
+
"""A bit for each notification. A 1 for a particular bit enables
|
1049
|
+
that particular notification, a 0 disables it.
|
1050
|
+
This value is stored persistently and will be restored to its
|
1051
|
+
last set value upon cold start or restart.""",
|
1052
|
+
}, # scalar
|
1053
|
+
"ntpEntNotifObjects" : {
|
1054
|
+
"nodetype" : "node",
|
1055
|
+
"moduleName" : "NTPv4-MIB",
|
1056
|
+
"oid" : "1.3.6.1.2.1.197.1.5",
|
1057
|
+
}, # node
|
1058
|
+
"ntpEntNotifMessage" : {
|
1059
|
+
"nodetype" : "scalar",
|
1060
|
+
"moduleName" : "NTPv4-MIB",
|
1061
|
+
"oid" : "1.3.6.1.2.1.197.1.5.1",
|
1062
|
+
"status" : "current",
|
1063
|
+
"syntax" : {
|
1064
|
+
"type" : { "module" :"SYSAPPL-MIB", "name" : "Utf8String"},
|
1065
|
+
},
|
1066
|
+
"access" : "notifyonly",
|
1067
|
+
"default" : "no event",
|
1068
|
+
"description" :
|
1069
|
+
"""Used as a payload object for all notifications. Holds a
|
1070
|
+
cleartext event message.""",
|
1071
|
+
}, # scalar
|
1072
|
+
"ntpEntConformance" : {
|
1073
|
+
"nodetype" : "node",
|
1074
|
+
"moduleName" : "NTPv4-MIB",
|
1075
|
+
"oid" : "1.3.6.1.2.1.197.2",
|
1076
|
+
}, # node
|
1077
|
+
"ntpEntCompliances" : {
|
1078
|
+
"nodetype" : "node",
|
1079
|
+
"moduleName" : "NTPv4-MIB",
|
1080
|
+
"oid" : "1.3.6.1.2.1.197.2.1",
|
1081
|
+
}, # node
|
1082
|
+
"ntpEntGroups" : {
|
1083
|
+
"nodetype" : "node",
|
1084
|
+
"moduleName" : "NTPv4-MIB",
|
1085
|
+
"oid" : "1.3.6.1.2.1.197.2.2",
|
1086
|
+
}, # node
|
1087
|
+
}, # nodes
|
1088
|
+
|
1089
|
+
"notifications" : {
|
1090
|
+
"ntpEntNotifModeChange" : {
|
1091
|
+
"nodetype" : "notification",
|
1092
|
+
"moduleName" : "NTPv4-MIB",
|
1093
|
+
"oid" : "1.3.6.1.2.1.197.0.1",
|
1094
|
+
"status" : "current",
|
1095
|
+
"objects" : {
|
1096
|
+
"ntpEntStatusCurrentMode" : {
|
1097
|
+
"nodetype" : "object",
|
1098
|
+
"module" : "NTPv4-MIB"
|
1099
|
+
},
|
1100
|
+
},
|
1101
|
+
"description" :
|
1102
|
+
"""The notification to be sent when the NTP entity changes mode,
|
1103
|
+
including starting and stopping (if possible).""",
|
1104
|
+
}, # notification
|
1105
|
+
"ntpEntNotifStratumChange" : {
|
1106
|
+
"nodetype" : "notification",
|
1107
|
+
"moduleName" : "NTPv4-MIB",
|
1108
|
+
"oid" : "1.3.6.1.2.1.197.0.2",
|
1109
|
+
"status" : "current",
|
1110
|
+
"objects" : {
|
1111
|
+
"ntpEntStatusDateTime" : {
|
1112
|
+
"nodetype" : "object",
|
1113
|
+
"module" : "NTPv4-MIB"
|
1114
|
+
},
|
1115
|
+
"ntpEntStatusStratum" : {
|
1116
|
+
"nodetype" : "object",
|
1117
|
+
"module" : "NTPv4-MIB"
|
1118
|
+
},
|
1119
|
+
"ntpEntNotifMessage" : {
|
1120
|
+
"nodetype" : "object",
|
1121
|
+
"module" : "NTPv4-MIB"
|
1122
|
+
},
|
1123
|
+
},
|
1124
|
+
"description" :
|
1125
|
+
"""The notification to be sent when stratum level of NTP changes.""",
|
1126
|
+
}, # notification
|
1127
|
+
"ntpEntNotifSyspeerChanged" : {
|
1128
|
+
"nodetype" : "notification",
|
1129
|
+
"moduleName" : "NTPv4-MIB",
|
1130
|
+
"oid" : "1.3.6.1.2.1.197.0.3",
|
1131
|
+
"status" : "current",
|
1132
|
+
"objects" : {
|
1133
|
+
"ntpEntStatusDateTime" : {
|
1134
|
+
"nodetype" : "object",
|
1135
|
+
"module" : "NTPv4-MIB"
|
1136
|
+
},
|
1137
|
+
"ntpEntStatusActiveRefSourceId" : {
|
1138
|
+
"nodetype" : "object",
|
1139
|
+
"module" : "NTPv4-MIB"
|
1140
|
+
},
|
1141
|
+
"ntpEntNotifMessage" : {
|
1142
|
+
"nodetype" : "object",
|
1143
|
+
"module" : "NTPv4-MIB"
|
1144
|
+
},
|
1145
|
+
},
|
1146
|
+
"description" :
|
1147
|
+
"""The notification to be sent when a (new) syspeer has been
|
1148
|
+
selected.""",
|
1149
|
+
}, # notification
|
1150
|
+
"ntpEntNotifAddAssociation" : {
|
1151
|
+
"nodetype" : "notification",
|
1152
|
+
"moduleName" : "NTPv4-MIB",
|
1153
|
+
"oid" : "1.3.6.1.2.1.197.0.4",
|
1154
|
+
"status" : "current",
|
1155
|
+
"objects" : {
|
1156
|
+
"ntpEntStatusDateTime" : {
|
1157
|
+
"nodetype" : "object",
|
1158
|
+
"module" : "NTPv4-MIB"
|
1159
|
+
},
|
1160
|
+
"ntpAssocName" : {
|
1161
|
+
"nodetype" : "object",
|
1162
|
+
"module" : "NTPv4-MIB"
|
1163
|
+
},
|
1164
|
+
"ntpEntNotifMessage" : {
|
1165
|
+
"nodetype" : "object",
|
1166
|
+
"module" : "NTPv4-MIB"
|
1167
|
+
},
|
1168
|
+
},
|
1169
|
+
"description" :
|
1170
|
+
"""The notification to be sent when a new association is
|
1171
|
+
mobilized.""",
|
1172
|
+
}, # notification
|
1173
|
+
"ntpEntNotifRemoveAssociation" : {
|
1174
|
+
"nodetype" : "notification",
|
1175
|
+
"moduleName" : "NTPv4-MIB",
|
1176
|
+
"oid" : "1.3.6.1.2.1.197.0.5",
|
1177
|
+
"status" : "current",
|
1178
|
+
"objects" : {
|
1179
|
+
"ntpEntStatusDateTime" : {
|
1180
|
+
"nodetype" : "object",
|
1181
|
+
"module" : "NTPv4-MIB"
|
1182
|
+
},
|
1183
|
+
"ntpAssocName" : {
|
1184
|
+
"nodetype" : "object",
|
1185
|
+
"module" : "NTPv4-MIB"
|
1186
|
+
},
|
1187
|
+
"ntpEntNotifMessage" : {
|
1188
|
+
"nodetype" : "object",
|
1189
|
+
"module" : "NTPv4-MIB"
|
1190
|
+
},
|
1191
|
+
},
|
1192
|
+
"description" :
|
1193
|
+
"""The notification to be sent when an association is
|
1194
|
+
demobilized.""",
|
1195
|
+
}, # notification
|
1196
|
+
"ntpEntNotifConfigChanged" : {
|
1197
|
+
"nodetype" : "notification",
|
1198
|
+
"moduleName" : "NTPv4-MIB",
|
1199
|
+
"oid" : "1.3.6.1.2.1.197.0.6",
|
1200
|
+
"status" : "current",
|
1201
|
+
"objects" : {
|
1202
|
+
"ntpEntStatusDateTime" : {
|
1203
|
+
"nodetype" : "object",
|
1204
|
+
"module" : "NTPv4-MIB"
|
1205
|
+
},
|
1206
|
+
"ntpEntNotifMessage" : {
|
1207
|
+
"nodetype" : "object",
|
1208
|
+
"module" : "NTPv4-MIB"
|
1209
|
+
},
|
1210
|
+
},
|
1211
|
+
"description" :
|
1212
|
+
"""The notification to be sent when the NTP configuration has
|
1213
|
+
changed, e.g., when the system connected to the Internet and
|
1214
|
+
was assigned a new IP address by the ISPs DHCP server.""",
|
1215
|
+
}, # notification
|
1216
|
+
"ntpEntNotifLeapSecondAnnounced" : {
|
1217
|
+
"nodetype" : "notification",
|
1218
|
+
"moduleName" : "NTPv4-MIB",
|
1219
|
+
"oid" : "1.3.6.1.2.1.197.0.7",
|
1220
|
+
"status" : "current",
|
1221
|
+
"objects" : {
|
1222
|
+
"ntpEntStatusDateTime" : {
|
1223
|
+
"nodetype" : "object",
|
1224
|
+
"module" : "NTPv4-MIB"
|
1225
|
+
},
|
1226
|
+
"ntpEntNotifMessage" : {
|
1227
|
+
"nodetype" : "object",
|
1228
|
+
"module" : "NTPv4-MIB"
|
1229
|
+
},
|
1230
|
+
},
|
1231
|
+
"description" :
|
1232
|
+
"""The notification to be sent when a leap second has been
|
1233
|
+
announced.""",
|
1234
|
+
}, # notification
|
1235
|
+
"ntpEntNotifHeartbeat" : {
|
1236
|
+
"nodetype" : "notification",
|
1237
|
+
"moduleName" : "NTPv4-MIB",
|
1238
|
+
"oid" : "1.3.6.1.2.1.197.0.8",
|
1239
|
+
"status" : "current",
|
1240
|
+
"objects" : {
|
1241
|
+
"ntpEntStatusDateTime" : {
|
1242
|
+
"nodetype" : "object",
|
1243
|
+
"module" : "NTPv4-MIB"
|
1244
|
+
},
|
1245
|
+
"ntpEntStatusCurrentMode" : {
|
1246
|
+
"nodetype" : "object",
|
1247
|
+
"module" : "NTPv4-MIB"
|
1248
|
+
},
|
1249
|
+
"ntpEntHeartbeatInterval" : {
|
1250
|
+
"nodetype" : "object",
|
1251
|
+
"module" : "NTPv4-MIB"
|
1252
|
+
},
|
1253
|
+
"ntpEntNotifMessage" : {
|
1254
|
+
"nodetype" : "object",
|
1255
|
+
"module" : "NTPv4-MIB"
|
1256
|
+
},
|
1257
|
+
},
|
1258
|
+
"description" :
|
1259
|
+
"""The notification to be sent periodically (as defined by
|
1260
|
+
ntpEntHeartbeatInterval) to indicate that the NTP entity is
|
1261
|
+
still alive.""",
|
1262
|
+
}, # notification
|
1263
|
+
}, # notifications
|
1264
|
+
|
1265
|
+
"groups" : {
|
1266
|
+
"ntpEntObjectsGroup1" : {
|
1267
|
+
"nodetype" : "group",
|
1268
|
+
"moduleName" : "NTPv4-MIB",
|
1269
|
+
"oid" : "1.3.6.1.2.1.197.2.2.1",
|
1270
|
+
"status" : "current",
|
1271
|
+
"members" : {
|
1272
|
+
"ntpEntSoftwareName" : {
|
1273
|
+
"nodetype" : "member",
|
1274
|
+
"module" : "NTPv4-MIB"
|
1275
|
+
},
|
1276
|
+
"ntpEntSoftwareVersion" : {
|
1277
|
+
"nodetype" : "member",
|
1278
|
+
"module" : "NTPv4-MIB"
|
1279
|
+
},
|
1280
|
+
"ntpEntSoftwareVendor" : {
|
1281
|
+
"nodetype" : "member",
|
1282
|
+
"module" : "NTPv4-MIB"
|
1283
|
+
},
|
1284
|
+
"ntpEntSystemType" : {
|
1285
|
+
"nodetype" : "member",
|
1286
|
+
"module" : "NTPv4-MIB"
|
1287
|
+
},
|
1288
|
+
"ntpEntStatusEntityUptime" : {
|
1289
|
+
"nodetype" : "member",
|
1290
|
+
"module" : "NTPv4-MIB"
|
1291
|
+
},
|
1292
|
+
"ntpEntStatusDateTime" : {
|
1293
|
+
"nodetype" : "member",
|
1294
|
+
"module" : "NTPv4-MIB"
|
1295
|
+
},
|
1296
|
+
"ntpAssocName" : {
|
1297
|
+
"nodetype" : "member",
|
1298
|
+
"module" : "NTPv4-MIB"
|
1299
|
+
},
|
1300
|
+
"ntpAssocRefId" : {
|
1301
|
+
"nodetype" : "member",
|
1302
|
+
"module" : "NTPv4-MIB"
|
1303
|
+
},
|
1304
|
+
"ntpAssocAddressType" : {
|
1305
|
+
"nodetype" : "member",
|
1306
|
+
"module" : "NTPv4-MIB"
|
1307
|
+
},
|
1308
|
+
"ntpAssocAddress" : {
|
1309
|
+
"nodetype" : "member",
|
1310
|
+
"module" : "NTPv4-MIB"
|
1311
|
+
},
|
1312
|
+
}, # members
|
1313
|
+
"description" :
|
1314
|
+
"""A collection of objects for the NTP MIB.""",
|
1315
|
+
}, # group
|
1316
|
+
"ntpEntObjectsGroup2" : {
|
1317
|
+
"nodetype" : "group",
|
1318
|
+
"moduleName" : "NTPv4-MIB",
|
1319
|
+
"oid" : "1.3.6.1.2.1.197.2.2.2",
|
1320
|
+
"status" : "current",
|
1321
|
+
"members" : {
|
1322
|
+
"ntpEntTimeResolution" : {
|
1323
|
+
"nodetype" : "member",
|
1324
|
+
"module" : "NTPv4-MIB"
|
1325
|
+
},
|
1326
|
+
"ntpEntTimePrecision" : {
|
1327
|
+
"nodetype" : "member",
|
1328
|
+
"module" : "NTPv4-MIB"
|
1329
|
+
},
|
1330
|
+
"ntpEntTimeDistance" : {
|
1331
|
+
"nodetype" : "member",
|
1332
|
+
"module" : "NTPv4-MIB"
|
1333
|
+
},
|
1334
|
+
"ntpEntStatusCurrentMode" : {
|
1335
|
+
"nodetype" : "member",
|
1336
|
+
"module" : "NTPv4-MIB"
|
1337
|
+
},
|
1338
|
+
"ntpEntStatusStratum" : {
|
1339
|
+
"nodetype" : "member",
|
1340
|
+
"module" : "NTPv4-MIB"
|
1341
|
+
},
|
1342
|
+
"ntpEntStatusActiveRefSourceId" : {
|
1343
|
+
"nodetype" : "member",
|
1344
|
+
"module" : "NTPv4-MIB"
|
1345
|
+
},
|
1346
|
+
"ntpEntStatusActiveRefSourceName" : {
|
1347
|
+
"nodetype" : "member",
|
1348
|
+
"module" : "NTPv4-MIB"
|
1349
|
+
},
|
1350
|
+
"ntpEntStatusActiveOffset" : {
|
1351
|
+
"nodetype" : "member",
|
1352
|
+
"module" : "NTPv4-MIB"
|
1353
|
+
},
|
1354
|
+
"ntpEntStatusNumberOfRefSources" : {
|
1355
|
+
"nodetype" : "member",
|
1356
|
+
"module" : "NTPv4-MIB"
|
1357
|
+
},
|
1358
|
+
"ntpEntStatusDispersion" : {
|
1359
|
+
"nodetype" : "member",
|
1360
|
+
"module" : "NTPv4-MIB"
|
1361
|
+
},
|
1362
|
+
"ntpEntStatusLeapSecond" : {
|
1363
|
+
"nodetype" : "member",
|
1364
|
+
"module" : "NTPv4-MIB"
|
1365
|
+
},
|
1366
|
+
"ntpEntStatusLeapSecDirection" : {
|
1367
|
+
"nodetype" : "member",
|
1368
|
+
"module" : "NTPv4-MIB"
|
1369
|
+
},
|
1370
|
+
"ntpEntStatusInPkts" : {
|
1371
|
+
"nodetype" : "member",
|
1372
|
+
"module" : "NTPv4-MIB"
|
1373
|
+
},
|
1374
|
+
"ntpEntStatusOutPkts" : {
|
1375
|
+
"nodetype" : "member",
|
1376
|
+
"module" : "NTPv4-MIB"
|
1377
|
+
},
|
1378
|
+
"ntpEntStatusBadVersion" : {
|
1379
|
+
"nodetype" : "member",
|
1380
|
+
"module" : "NTPv4-MIB"
|
1381
|
+
},
|
1382
|
+
"ntpEntStatusProtocolError" : {
|
1383
|
+
"nodetype" : "member",
|
1384
|
+
"module" : "NTPv4-MIB"
|
1385
|
+
},
|
1386
|
+
"ntpEntStatusNotifications" : {
|
1387
|
+
"nodetype" : "member",
|
1388
|
+
"module" : "NTPv4-MIB"
|
1389
|
+
},
|
1390
|
+
"ntpEntStatPktSent" : {
|
1391
|
+
"nodetype" : "member",
|
1392
|
+
"module" : "NTPv4-MIB"
|
1393
|
+
},
|
1394
|
+
"ntpEntStatPktReceived" : {
|
1395
|
+
"nodetype" : "member",
|
1396
|
+
"module" : "NTPv4-MIB"
|
1397
|
+
},
|
1398
|
+
"ntpAssocOffset" : {
|
1399
|
+
"nodetype" : "member",
|
1400
|
+
"module" : "NTPv4-MIB"
|
1401
|
+
},
|
1402
|
+
"ntpAssocStratum" : {
|
1403
|
+
"nodetype" : "member",
|
1404
|
+
"module" : "NTPv4-MIB"
|
1405
|
+
},
|
1406
|
+
"ntpAssocStatusJitter" : {
|
1407
|
+
"nodetype" : "member",
|
1408
|
+
"module" : "NTPv4-MIB"
|
1409
|
+
},
|
1410
|
+
"ntpAssocStatusDelay" : {
|
1411
|
+
"nodetype" : "member",
|
1412
|
+
"module" : "NTPv4-MIB"
|
1413
|
+
},
|
1414
|
+
"ntpAssocStatusDispersion" : {
|
1415
|
+
"nodetype" : "member",
|
1416
|
+
"module" : "NTPv4-MIB"
|
1417
|
+
},
|
1418
|
+
"ntpAssocStatInPkts" : {
|
1419
|
+
"nodetype" : "member",
|
1420
|
+
"module" : "NTPv4-MIB"
|
1421
|
+
},
|
1422
|
+
"ntpAssocStatOutPkts" : {
|
1423
|
+
"nodetype" : "member",
|
1424
|
+
"module" : "NTPv4-MIB"
|
1425
|
+
},
|
1426
|
+
"ntpAssocStatProtocolError" : {
|
1427
|
+
"nodetype" : "member",
|
1428
|
+
"module" : "NTPv4-MIB"
|
1429
|
+
},
|
1430
|
+
"ntpEntHeartbeatInterval" : {
|
1431
|
+
"nodetype" : "member",
|
1432
|
+
"module" : "NTPv4-MIB"
|
1433
|
+
},
|
1434
|
+
"ntpEntNotifBits" : {
|
1435
|
+
"nodetype" : "member",
|
1436
|
+
"module" : "NTPv4-MIB"
|
1437
|
+
},
|
1438
|
+
"ntpEntNotifMessage" : {
|
1439
|
+
"nodetype" : "member",
|
1440
|
+
"module" : "NTPv4-MIB"
|
1441
|
+
},
|
1442
|
+
}, # members
|
1443
|
+
"description" :
|
1444
|
+
"""A collection of objects for the NTP MIB.""",
|
1445
|
+
}, # group
|
1446
|
+
"ntpEntNotifGroup" : {
|
1447
|
+
"nodetype" : "group",
|
1448
|
+
"moduleName" : "NTPv4-MIB",
|
1449
|
+
"oid" : "1.3.6.1.2.1.197.2.2.3",
|
1450
|
+
"status" : "current",
|
1451
|
+
"members" : {
|
1452
|
+
"ntpEntNotifModeChange" : {
|
1453
|
+
"nodetype" : "member",
|
1454
|
+
"module" : "NTPv4-MIB"
|
1455
|
+
},
|
1456
|
+
"ntpEntNotifStratumChange" : {
|
1457
|
+
"nodetype" : "member",
|
1458
|
+
"module" : "NTPv4-MIB"
|
1459
|
+
},
|
1460
|
+
"ntpEntNotifSyspeerChanged" : {
|
1461
|
+
"nodetype" : "member",
|
1462
|
+
"module" : "NTPv4-MIB"
|
1463
|
+
},
|
1464
|
+
"ntpEntNotifAddAssociation" : {
|
1465
|
+
"nodetype" : "member",
|
1466
|
+
"module" : "NTPv4-MIB"
|
1467
|
+
},
|
1468
|
+
"ntpEntNotifRemoveAssociation" : {
|
1469
|
+
"nodetype" : "member",
|
1470
|
+
"module" : "NTPv4-MIB"
|
1471
|
+
},
|
1472
|
+
"ntpEntNotifConfigChanged" : {
|
1473
|
+
"nodetype" : "member",
|
1474
|
+
"module" : "NTPv4-MIB"
|
1475
|
+
},
|
1476
|
+
"ntpEntNotifLeapSecondAnnounced" : {
|
1477
|
+
"nodetype" : "member",
|
1478
|
+
"module" : "NTPv4-MIB"
|
1479
|
+
},
|
1480
|
+
"ntpEntNotifHeartbeat" : {
|
1481
|
+
"nodetype" : "member",
|
1482
|
+
"module" : "NTPv4-MIB"
|
1483
|
+
},
|
1484
|
+
}, # members
|
1485
|
+
"description" :
|
1486
|
+
"""A collection of notifications for the NTP MIB""",
|
1487
|
+
}, # group
|
1488
|
+
}, # groups
|
1489
|
+
|
1490
|
+
"compliances" : {
|
1491
|
+
"ntpEntNTPCompliance" : {
|
1492
|
+
"nodetype" : "compliance",
|
1493
|
+
"moduleName" : "NTPv4-MIB",
|
1494
|
+
"oid" : "1.3.6.1.2.1.197.2.1.1",
|
1495
|
+
"status" : "current",
|
1496
|
+
"description" :
|
1497
|
+
"""The compliance statement for SNMP entities that use NTP and
|
1498
|
+
implement the NTP MIB.""",
|
1499
|
+
"requires" : {
|
1500
|
+
"ntpEntObjectsGroup1" : {
|
1501
|
+
"nodetype" : "mandatory",
|
1502
|
+
"module" : "NTPv4-MIB"
|
1503
|
+
},
|
1504
|
+
}, # requires
|
1505
|
+
}, # compliance
|
1506
|
+
"ntpEntSNTPCompliance" : {
|
1507
|
+
"nodetype" : "compliance",
|
1508
|
+
"moduleName" : "NTPv4-MIB",
|
1509
|
+
"oid" : "1.3.6.1.2.1.197.2.1.2",
|
1510
|
+
"status" : "current",
|
1511
|
+
"description" :
|
1512
|
+
"""The compliance statement for SNMP entities that use SNTP and
|
1513
|
+
implement the NTP MIB.""",
|
1514
|
+
"requires" : {
|
1515
|
+
"ntpEntObjectsGroup1" : {
|
1516
|
+
"nodetype" : "mandatory",
|
1517
|
+
"module" : "NTPv4-MIB"
|
1518
|
+
},
|
1519
|
+
"ntpEntObjectsGroup2" : {
|
1520
|
+
"nodetype" : "optional",
|
1521
|
+
"module" : "NTPv4-MIB",
|
1522
|
+
"description" :
|
1523
|
+
"""Optional object group.""",
|
1524
|
+
},
|
1525
|
+
"ntpEntNotifGroup" : {
|
1526
|
+
"nodetype" : "optional",
|
1527
|
+
"module" : "NTPv4-MIB",
|
1528
|
+
"description" :
|
1529
|
+
"""Optional notifications for this MIB.""",
|
1530
|
+
},
|
1531
|
+
}, # requires
|
1532
|
+
}, # compliance
|
1533
|
+
}, # compliances
|
1534
|
+
|
1535
|
+
}
|