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,121 @@
|
|
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 VPN-TC-STD-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/VPN-TC-STD-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "VPN-TC-STD-MIB",
|
11
|
+
|
12
|
+
"VPN-TC-STD-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""Layer 3 Virtual Private Networks (L3VPN) Working Group.""",
|
17
|
+
"contact" :
|
18
|
+
"""Benson Schliesser
|
19
|
+
bensons@savvis.net
|
20
|
+
|
21
|
+
Thomas D. Nadeau
|
22
|
+
tnadeau@cisco.com
|
23
|
+
|
24
|
+
This TC MIB is a product of the PPVPN
|
25
|
+
http://www.ietf.org/html.charters/ppvpn-charter.html
|
26
|
+
and subsequently the L3VPN
|
27
|
+
http://www.ietf.org/html.charters/l3vpn-charter.html
|
28
|
+
working groups.
|
29
|
+
|
30
|
+
Comments and discussion should be directed to
|
31
|
+
l3vpn@ietf.org""",
|
32
|
+
"description" :
|
33
|
+
"""This MIB contains TCs for VPNs.
|
34
|
+
|
35
|
+
Copyright (C) The Internet Society (2005). This version
|
36
|
+
of this MIB module is part of RFC 4265; see the RFC
|
37
|
+
itself for full legal notices.""",
|
38
|
+
"revisions" : (
|
39
|
+
{
|
40
|
+
"date" : "2005-11-15 00:00",
|
41
|
+
"description" :
|
42
|
+
"""Initial version, published as RFC 4265.""",
|
43
|
+
},
|
44
|
+
),
|
45
|
+
"identity node" : "vpnTcMIB",
|
46
|
+
},
|
47
|
+
|
48
|
+
"imports" : (
|
49
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
50
|
+
{"module" : "SNMPv2-SMI", "name" : "mib-2"},
|
51
|
+
{"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
|
52
|
+
),
|
53
|
+
|
54
|
+
"typedefs" : {
|
55
|
+
"VPNId" : {
|
56
|
+
"basetype" : "OctetString",
|
57
|
+
"status" : "current",
|
58
|
+
"ranges" : [
|
59
|
+
{
|
60
|
+
"min" : "7",
|
61
|
+
"max" : "7"
|
62
|
+
},
|
63
|
+
],
|
64
|
+
"range" : {
|
65
|
+
"min" : "7",
|
66
|
+
"max" : "7"
|
67
|
+
},
|
68
|
+
"description" :
|
69
|
+
"""The purpose of a VPN-ID is to uniquely identify a VPN.
|
70
|
+
The Global VPN Identifier format is:
|
71
|
+
3 octet VPN Authority, Organizationally Unique Identifier
|
72
|
+
followed by 4 octet VPN index identifying VPN according
|
73
|
+
to OUI""",
|
74
|
+
"reference" :
|
75
|
+
"""Fox, B. and Gleeson, B., 'Virtual Private Networks
|
76
|
+
Identifier', RFC 2685, September 1999.""",
|
77
|
+
},
|
78
|
+
"VPNIdOrZero" : {
|
79
|
+
"basetype" : "OctetString",
|
80
|
+
"status" : "current",
|
81
|
+
"ranges" : [
|
82
|
+
{
|
83
|
+
"min" : "0",
|
84
|
+
"max" : "0"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"min" : "7",
|
88
|
+
"max" : "7"
|
89
|
+
},
|
90
|
+
],
|
91
|
+
"range" : {
|
92
|
+
"min" : "0",
|
93
|
+
"max" : "7"
|
94
|
+
},
|
95
|
+
"description" :
|
96
|
+
"""This textual convention is an extension of the
|
97
|
+
VPNId textual convention that defines a non-zero-length
|
98
|
+
OCTET STRING to identify a physical entity. This extension
|
99
|
+
permits the additional value of a zero-length OCTET STRING.
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
The semantics of the value zero-length OCTET STRING are
|
104
|
+
object-specific and must therefore be defined
|
105
|
+
as part of the description of any object that uses this
|
106
|
+
syntax. Examples of usage of this extension are
|
107
|
+
situations where none or all VPN IDs need to be
|
108
|
+
referenced.""",
|
109
|
+
},
|
110
|
+
}, # typedefs
|
111
|
+
|
112
|
+
"nodes" : {
|
113
|
+
"vpnTcMIB" : {
|
114
|
+
"nodetype" : "node",
|
115
|
+
"moduleName" : "VPN-TC-STD-MIB",
|
116
|
+
"oid" : "1.3.6.1.2.1.129",
|
117
|
+
"status" : "current",
|
118
|
+
}, # node
|
119
|
+
}, # nodes
|
120
|
+
|
121
|
+
}
|
@@ -0,0 +1,1163 @@
|
|
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 VRRP-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/VRRP-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "VRRP-MIB",
|
11
|
+
|
12
|
+
"VRRP-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""IETF VRRP Working Group""",
|
17
|
+
"contact" :
|
18
|
+
"""Brian R. Jewell
|
19
|
+
Postal: Copper Mountain Networks, Inc.
|
20
|
+
2470 Embarcadero Way
|
21
|
+
Palo Alto, California 94303
|
22
|
+
Tel: +1 650 687 3367
|
23
|
+
E-Mail: bjewell@coppermountain.com""",
|
24
|
+
"description" :
|
25
|
+
"""This MIB describes objects used for managing Virtual Router
|
26
|
+
Redundancy Protocol (VRRP) routers.""",
|
27
|
+
"revisions" : (
|
28
|
+
{
|
29
|
+
"date" : "2000-03-03 00:00",
|
30
|
+
"description" :
|
31
|
+
"""Initial version as published in RFC 2787.""",
|
32
|
+
},
|
33
|
+
),
|
34
|
+
"identity node" : "vrrpMIB",
|
35
|
+
},
|
36
|
+
|
37
|
+
"imports" : (
|
38
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
39
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
40
|
+
{"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"},
|
41
|
+
{"module" : "SNMPv2-SMI", "name" : "Counter32"},
|
42
|
+
{"module" : "SNMPv2-SMI", "name" : "Integer32"},
|
43
|
+
{"module" : "SNMPv2-SMI", "name" : "IpAddress"},
|
44
|
+
{"module" : "SNMPv2-SMI", "name" : "mib-2"},
|
45
|
+
{"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
|
46
|
+
{"module" : "SNMPv2-TC", "name" : "RowStatus"},
|
47
|
+
{"module" : "SNMPv2-TC", "name" : "MacAddress"},
|
48
|
+
{"module" : "SNMPv2-TC", "name" : "TruthValue"},
|
49
|
+
{"module" : "SNMPv2-TC", "name" : "TimeStamp"},
|
50
|
+
{"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
|
51
|
+
{"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
|
52
|
+
{"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"},
|
53
|
+
{"module" : "IF-MIB", "name" : "ifIndex"},
|
54
|
+
),
|
55
|
+
|
56
|
+
"typedefs" : {
|
57
|
+
"VrId" : {
|
58
|
+
"basetype" : "Integer32",
|
59
|
+
"status" : "current",
|
60
|
+
"ranges" : [
|
61
|
+
{
|
62
|
+
"min" : "1",
|
63
|
+
"max" : "255"
|
64
|
+
},
|
65
|
+
],
|
66
|
+
"range" : {
|
67
|
+
"min" : "1",
|
68
|
+
"max" : "255"
|
69
|
+
},
|
70
|
+
"description" :
|
71
|
+
"""A number which, along with an interface index (ifIndex),
|
72
|
+
serves to uniquely identify a virtual router on a given VRRP
|
73
|
+
router. A set of one or more associated addresses is assigned
|
74
|
+
to a VRID.""",
|
75
|
+
},
|
76
|
+
}, # typedefs
|
77
|
+
|
78
|
+
"nodes" : {
|
79
|
+
"vrrpMIB" : {
|
80
|
+
"nodetype" : "node",
|
81
|
+
"moduleName" : "VRRP-MIB",
|
82
|
+
"oid" : "1.3.6.1.2.1.68",
|
83
|
+
"status" : "current",
|
84
|
+
}, # node
|
85
|
+
"vrrpNotifications" : {
|
86
|
+
"nodetype" : "node",
|
87
|
+
"moduleName" : "VRRP-MIB",
|
88
|
+
"oid" : "1.3.6.1.2.1.68.0",
|
89
|
+
}, # node
|
90
|
+
"vrrpOperations" : {
|
91
|
+
"nodetype" : "node",
|
92
|
+
"moduleName" : "VRRP-MIB",
|
93
|
+
"oid" : "1.3.6.1.2.1.68.1",
|
94
|
+
}, # node
|
95
|
+
"vrrpNodeVersion" : {
|
96
|
+
"nodetype" : "scalar",
|
97
|
+
"moduleName" : "VRRP-MIB",
|
98
|
+
"oid" : "1.3.6.1.2.1.68.1.1",
|
99
|
+
"status" : "current",
|
100
|
+
"syntax" : {
|
101
|
+
"type" : { "module" :"", "name" : "Integer32"},
|
102
|
+
},
|
103
|
+
"access" : "readonly",
|
104
|
+
"description" :
|
105
|
+
"""This value identifies the particular version of the VRRP
|
106
|
+
supported by this node.""",
|
107
|
+
}, # scalar
|
108
|
+
"vrrpNotificationCntl" : {
|
109
|
+
"nodetype" : "scalar",
|
110
|
+
"moduleName" : "VRRP-MIB",
|
111
|
+
"oid" : "1.3.6.1.2.1.68.1.2",
|
112
|
+
"status" : "current",
|
113
|
+
"syntax" : {
|
114
|
+
"type" : {
|
115
|
+
"basetype" : "Enumeration",
|
116
|
+
"enabled" : {
|
117
|
+
"nodetype" : "namednumber",
|
118
|
+
"number" : "1"
|
119
|
+
},
|
120
|
+
"disabled" : {
|
121
|
+
"nodetype" : "namednumber",
|
122
|
+
"number" : "2"
|
123
|
+
},
|
124
|
+
},
|
125
|
+
},
|
126
|
+
"access" : "readwrite",
|
127
|
+
"default" : "enabled",
|
128
|
+
"description" :
|
129
|
+
"""Indicates whether the VRRP-enabled router will generate
|
130
|
+
SNMP traps for events defined in this MIB. 'Enabled'
|
131
|
+
results in SNMP traps; 'disabled', no traps are sent.""",
|
132
|
+
}, # scalar
|
133
|
+
"vrrpOperTable" : {
|
134
|
+
"nodetype" : "table",
|
135
|
+
"moduleName" : "VRRP-MIB",
|
136
|
+
"oid" : "1.3.6.1.2.1.68.1.3",
|
137
|
+
"status" : "current",
|
138
|
+
"description" :
|
139
|
+
"""Operations table for a VRRP router which consists of a
|
140
|
+
sequence (i.e., one or more conceptual rows) of
|
141
|
+
'vrrpOperEntry' items.""",
|
142
|
+
}, # table
|
143
|
+
"vrrpOperEntry" : {
|
144
|
+
"nodetype" : "row",
|
145
|
+
"moduleName" : "VRRP-MIB",
|
146
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1",
|
147
|
+
"create" : "true",
|
148
|
+
"status" : "current",
|
149
|
+
"linkage" : [
|
150
|
+
"ifIndex",
|
151
|
+
"vrrpOperVrId",
|
152
|
+
],
|
153
|
+
"description" :
|
154
|
+
"""An entry in the vrrpOperTable containing the operational
|
155
|
+
characteristics of a virtual router. On a VRRP router,
|
156
|
+
a given virtual router is identified by a combination
|
157
|
+
of the IF index and VRID.
|
158
|
+
|
159
|
+
Rows in the table cannot be modified unless the value
|
160
|
+
of `vrrpOperAdminState' is `disabled' and the
|
161
|
+
`vrrpOperState' has transitioned to `initialize'.""",
|
162
|
+
}, # row
|
163
|
+
"vrrpOperVrId" : {
|
164
|
+
"nodetype" : "column",
|
165
|
+
"moduleName" : "VRRP-MIB",
|
166
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.1",
|
167
|
+
"status" : "current",
|
168
|
+
"syntax" : {
|
169
|
+
"type" : { "module" :"VRRP-MIB", "name" : "VrId"},
|
170
|
+
},
|
171
|
+
"access" : "noaccess",
|
172
|
+
"description" :
|
173
|
+
"""This object contains the Virtual Router Identifier (VRID).""",
|
174
|
+
}, # column
|
175
|
+
"vrrpOperVirtualMacAddr" : {
|
176
|
+
"nodetype" : "column",
|
177
|
+
"moduleName" : "VRRP-MIB",
|
178
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.2",
|
179
|
+
"status" : "current",
|
180
|
+
"syntax" : {
|
181
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "MacAddress"},
|
182
|
+
},
|
183
|
+
"access" : "readonly",
|
184
|
+
"description" :
|
185
|
+
"""The virtual MAC address of the virtual router. Although this
|
186
|
+
object can be derived from the 'vrrpOperVrId' object, it is
|
187
|
+
defined so that it is easily obtainable by a management
|
188
|
+
application and can be included in VRRP-related SNMP traps.""",
|
189
|
+
}, # column
|
190
|
+
"vrrpOperState" : {
|
191
|
+
"nodetype" : "column",
|
192
|
+
"moduleName" : "VRRP-MIB",
|
193
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.3",
|
194
|
+
"status" : "current",
|
195
|
+
"syntax" : {
|
196
|
+
"type" : {
|
197
|
+
"basetype" : "Enumeration",
|
198
|
+
"initialize" : {
|
199
|
+
"nodetype" : "namednumber",
|
200
|
+
"number" : "1"
|
201
|
+
},
|
202
|
+
"backup" : {
|
203
|
+
"nodetype" : "namednumber",
|
204
|
+
"number" : "2"
|
205
|
+
},
|
206
|
+
"master" : {
|
207
|
+
"nodetype" : "namednumber",
|
208
|
+
"number" : "3"
|
209
|
+
},
|
210
|
+
},
|
211
|
+
},
|
212
|
+
"access" : "readonly",
|
213
|
+
"description" :
|
214
|
+
"""The current state of the virtual router. This object has
|
215
|
+
three defined values:
|
216
|
+
|
217
|
+
- `initialize', which indicates that all the
|
218
|
+
virtual router is waiting for a startup event.
|
219
|
+
|
220
|
+
- `backup', which indicates the virtual router is
|
221
|
+
monitoring the availability of the master router.
|
222
|
+
|
223
|
+
- `master', which indicates that the virtual router
|
224
|
+
is forwarding packets for IP addresses that are
|
225
|
+
associated with this router.
|
226
|
+
|
227
|
+
Setting the `vrrpOperAdminState' object (below) initiates
|
228
|
+
transitions in the value of this object.""",
|
229
|
+
}, # column
|
230
|
+
"vrrpOperAdminState" : {
|
231
|
+
"nodetype" : "column",
|
232
|
+
"moduleName" : "VRRP-MIB",
|
233
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.4",
|
234
|
+
"status" : "current",
|
235
|
+
"syntax" : {
|
236
|
+
"type" : {
|
237
|
+
"basetype" : "Enumeration",
|
238
|
+
"up" : {
|
239
|
+
"nodetype" : "namednumber",
|
240
|
+
"number" : "1"
|
241
|
+
},
|
242
|
+
"down" : {
|
243
|
+
"nodetype" : "namednumber",
|
244
|
+
"number" : "2"
|
245
|
+
},
|
246
|
+
},
|
247
|
+
},
|
248
|
+
"access" : "readwrite",
|
249
|
+
"default" : "down",
|
250
|
+
"description" :
|
251
|
+
"""This object will enable/disable the virtual router
|
252
|
+
function. Setting the value to `up', will transition
|
253
|
+
the state of the virtual router from `initialize' to `backup'
|
254
|
+
or `master', depending on the value of `vrrpOperPriority'.
|
255
|
+
Setting the value to `down', will transition the
|
256
|
+
router from `master' or `backup' to `initialize'. State
|
257
|
+
transitions may not be immediate; they sometimes depend on
|
258
|
+
other factors, such as the interface (IF) state.
|
259
|
+
|
260
|
+
The `vrrpOperAdminState' object must be set to `down' prior
|
261
|
+
to modifying the other read-create objects in the conceptual
|
262
|
+
row. The value of the `vrrpOperRowStatus' object (below)
|
263
|
+
must be `active', signifying that the conceptual row
|
264
|
+
is valid (i.e., the objects are correctly set),
|
265
|
+
in order for this object to be set to `up'.""",
|
266
|
+
}, # column
|
267
|
+
"vrrpOperPriority" : {
|
268
|
+
"nodetype" : "column",
|
269
|
+
"moduleName" : "VRRP-MIB",
|
270
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.5",
|
271
|
+
"status" : "current",
|
272
|
+
"syntax" : {
|
273
|
+
"type" : {
|
274
|
+
"basetype" : "Integer32",
|
275
|
+
"ranges" : [
|
276
|
+
{
|
277
|
+
"min" : "0",
|
278
|
+
"max" : "255"
|
279
|
+
},
|
280
|
+
],
|
281
|
+
"range" : {
|
282
|
+
"min" : "0",
|
283
|
+
"max" : "255"
|
284
|
+
},
|
285
|
+
},
|
286
|
+
},
|
287
|
+
"access" : "readwrite",
|
288
|
+
"default" : "100",
|
289
|
+
"description" :
|
290
|
+
"""This object specifies the priority to be used for the
|
291
|
+
virtual router master election process. Higher values imply
|
292
|
+
higher priority.
|
293
|
+
|
294
|
+
A priority of '0', although not settable, is sent by
|
295
|
+
the master router to indicate that this router has ceased
|
296
|
+
to participate in VRRP and a backup virtual router should
|
297
|
+
transition to become a new master.
|
298
|
+
|
299
|
+
A priority of 255 is used for the router that owns the
|
300
|
+
associated IP address(es).""",
|
301
|
+
}, # column
|
302
|
+
"vrrpOperIpAddrCount" : {
|
303
|
+
"nodetype" : "column",
|
304
|
+
"moduleName" : "VRRP-MIB",
|
305
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.6",
|
306
|
+
"status" : "current",
|
307
|
+
"syntax" : {
|
308
|
+
"type" : {
|
309
|
+
"basetype" : "Integer32",
|
310
|
+
"ranges" : [
|
311
|
+
{
|
312
|
+
"min" : "0",
|
313
|
+
"max" : "255"
|
314
|
+
},
|
315
|
+
],
|
316
|
+
"range" : {
|
317
|
+
"min" : "0",
|
318
|
+
"max" : "255"
|
319
|
+
},
|
320
|
+
},
|
321
|
+
},
|
322
|
+
"access" : "readonly",
|
323
|
+
"description" :
|
324
|
+
"""The number of IP addresses that are associated with this
|
325
|
+
virtual router. This number is equal to the number of rows
|
326
|
+
in the vrrpAssoIpAddrTable that correspond to a given IF
|
327
|
+
index/VRID pair.""",
|
328
|
+
}, # column
|
329
|
+
"vrrpOperMasterIpAddr" : {
|
330
|
+
"nodetype" : "column",
|
331
|
+
"moduleName" : "VRRP-MIB",
|
332
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.7",
|
333
|
+
"status" : "current",
|
334
|
+
"syntax" : {
|
335
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
336
|
+
},
|
337
|
+
"access" : "readonly",
|
338
|
+
"description" :
|
339
|
+
"""The master router's real (primary) IP address. This is
|
340
|
+
the IP address listed as the source in VRRP advertisement
|
341
|
+
last received by this virtual router.""",
|
342
|
+
}, # column
|
343
|
+
"vrrpOperPrimaryIpAddr" : {
|
344
|
+
"nodetype" : "column",
|
345
|
+
"moduleName" : "VRRP-MIB",
|
346
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.8",
|
347
|
+
"status" : "current",
|
348
|
+
"syntax" : {
|
349
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
350
|
+
},
|
351
|
+
"access" : "readwrite",
|
352
|
+
"default" : "0x00000000",
|
353
|
+
"description" :
|
354
|
+
"""In the case where there is more than one IP address for
|
355
|
+
a given `ifIndex', this object is used to specify the IP
|
356
|
+
address that will become the `vrrpOperMasterIpAddr', should
|
357
|
+
the virtual router transition from backup to master. If
|
358
|
+
this object is set to 0.0.0.0, the IP address which is
|
359
|
+
numerically lowest will be selected.""",
|
360
|
+
}, # column
|
361
|
+
"vrrpOperAuthType" : {
|
362
|
+
"nodetype" : "column",
|
363
|
+
"moduleName" : "VRRP-MIB",
|
364
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.9",
|
365
|
+
"status" : "current",
|
366
|
+
"syntax" : {
|
367
|
+
"type" : {
|
368
|
+
"basetype" : "Enumeration",
|
369
|
+
"noAuthentication" : {
|
370
|
+
"nodetype" : "namednumber",
|
371
|
+
"number" : "1"
|
372
|
+
},
|
373
|
+
"simpleTextPassword" : {
|
374
|
+
"nodetype" : "namednumber",
|
375
|
+
"number" : "2"
|
376
|
+
},
|
377
|
+
"ipAuthenticationHeader" : {
|
378
|
+
"nodetype" : "namednumber",
|
379
|
+
"number" : "3"
|
380
|
+
},
|
381
|
+
},
|
382
|
+
},
|
383
|
+
"access" : "readwrite",
|
384
|
+
"default" : "noAuthentication",
|
385
|
+
"description" :
|
386
|
+
"""Authentication type used for VRRP protocol exchanges between
|
387
|
+
virtual routers. This value of this object is the same for a
|
388
|
+
given ifIndex.
|
389
|
+
|
390
|
+
New enumerations to this list can only be added via a new
|
391
|
+
RFC on the standards track.""",
|
392
|
+
}, # column
|
393
|
+
"vrrpOperAuthKey" : {
|
394
|
+
"nodetype" : "column",
|
395
|
+
"moduleName" : "VRRP-MIB",
|
396
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.10",
|
397
|
+
"status" : "current",
|
398
|
+
"syntax" : {
|
399
|
+
"type" : {
|
400
|
+
"basetype" : "OctetString",
|
401
|
+
"ranges" : [
|
402
|
+
{
|
403
|
+
"min" : "0",
|
404
|
+
"max" : "16"
|
405
|
+
},
|
406
|
+
],
|
407
|
+
"range" : {
|
408
|
+
"min" : "0",
|
409
|
+
"max" : "16"
|
410
|
+
},
|
411
|
+
},
|
412
|
+
},
|
413
|
+
"access" : "readwrite",
|
414
|
+
"description" :
|
415
|
+
"""The Authentication Key. This object is set according to
|
416
|
+
the value of the 'vrrpOperAuthType' object
|
417
|
+
('simpleTextPassword' or 'ipAuthenticationHeader'). If the
|
418
|
+
length of the value is less than 16 octets, the agent will
|
419
|
+
left adjust and zero fill to 16 octets. The value of this
|
420
|
+
object is the same for a given ifIndex.
|
421
|
+
|
422
|
+
When read, vrrpOperAuthKey always returns an Octet String
|
423
|
+
of length zero.""",
|
424
|
+
}, # column
|
425
|
+
"vrrpOperAdvertisementInterval" : {
|
426
|
+
"nodetype" : "column",
|
427
|
+
"moduleName" : "VRRP-MIB",
|
428
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.11",
|
429
|
+
"status" : "current",
|
430
|
+
"syntax" : {
|
431
|
+
"type" : {
|
432
|
+
"basetype" : "Integer32",
|
433
|
+
"ranges" : [
|
434
|
+
{
|
435
|
+
"min" : "1",
|
436
|
+
"max" : "255"
|
437
|
+
},
|
438
|
+
],
|
439
|
+
"range" : {
|
440
|
+
"min" : "1",
|
441
|
+
"max" : "255"
|
442
|
+
},
|
443
|
+
},
|
444
|
+
},
|
445
|
+
"access" : "readwrite",
|
446
|
+
"default" : "1",
|
447
|
+
"units" : "seconds",
|
448
|
+
"description" :
|
449
|
+
"""The time interval, in seconds, between sending
|
450
|
+
advertisement messages. Only the master router sends
|
451
|
+
VRRP advertisements.""",
|
452
|
+
}, # column
|
453
|
+
"vrrpOperPreemptMode" : {
|
454
|
+
"nodetype" : "column",
|
455
|
+
"moduleName" : "VRRP-MIB",
|
456
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.12",
|
457
|
+
"status" : "current",
|
458
|
+
"syntax" : {
|
459
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
|
460
|
+
},
|
461
|
+
"access" : "readwrite",
|
462
|
+
"default" : "true",
|
463
|
+
"description" :
|
464
|
+
"""Controls whether a higher priority virtual router will
|
465
|
+
preempt a lower priority master.""",
|
466
|
+
}, # column
|
467
|
+
"vrrpOperVirtualRouterUpTime" : {
|
468
|
+
"nodetype" : "column",
|
469
|
+
"moduleName" : "VRRP-MIB",
|
470
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.13",
|
471
|
+
"status" : "current",
|
472
|
+
"syntax" : {
|
473
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
|
474
|
+
},
|
475
|
+
"access" : "readonly",
|
476
|
+
"description" :
|
477
|
+
"""This is the value of the `sysUpTime' object when this
|
478
|
+
virtual router (i.e., the `vrrpOperState') transitioned
|
479
|
+
out of `initialized'.""",
|
480
|
+
}, # column
|
481
|
+
"vrrpOperProtocol" : {
|
482
|
+
"nodetype" : "column",
|
483
|
+
"moduleName" : "VRRP-MIB",
|
484
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.14",
|
485
|
+
"status" : "current",
|
486
|
+
"syntax" : {
|
487
|
+
"type" : {
|
488
|
+
"basetype" : "Enumeration",
|
489
|
+
"ip" : {
|
490
|
+
"nodetype" : "namednumber",
|
491
|
+
"number" : "1"
|
492
|
+
},
|
493
|
+
"bridge" : {
|
494
|
+
"nodetype" : "namednumber",
|
495
|
+
"number" : "2"
|
496
|
+
},
|
497
|
+
"decnet" : {
|
498
|
+
"nodetype" : "namednumber",
|
499
|
+
"number" : "3"
|
500
|
+
},
|
501
|
+
"other" : {
|
502
|
+
"nodetype" : "namednumber",
|
503
|
+
"number" : "4"
|
504
|
+
},
|
505
|
+
},
|
506
|
+
},
|
507
|
+
"access" : "readwrite",
|
508
|
+
"default" : "ip",
|
509
|
+
"description" :
|
510
|
+
"""The particular protocol being controlled by this Virtual
|
511
|
+
Router.
|
512
|
+
|
513
|
+
New enumerations to this list can only be added via a new
|
514
|
+
RFC on the standards track.""",
|
515
|
+
}, # column
|
516
|
+
"vrrpOperRowStatus" : {
|
517
|
+
"nodetype" : "column",
|
518
|
+
"moduleName" : "VRRP-MIB",
|
519
|
+
"oid" : "1.3.6.1.2.1.68.1.3.1.15",
|
520
|
+
"status" : "current",
|
521
|
+
"syntax" : {
|
522
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
523
|
+
},
|
524
|
+
"access" : "readwrite",
|
525
|
+
"description" :
|
526
|
+
"""The row status variable, used in accordance to installation
|
527
|
+
and removal conventions for conceptual rows. The rowstatus of
|
528
|
+
a currently active row in the vrrpOperTable is constrained
|
529
|
+
by the operational state of the corresponding virtual router.
|
530
|
+
When `vrrpOperRowStatus' is set to active(1), no other
|
531
|
+
objects in the conceptual row, with the exception of
|
532
|
+
`vrrpOperAdminState', can be modified. Prior to setting the
|
533
|
+
`vrrpOperRowStatus' object from `active' to a different value,
|
534
|
+
the `vrrpOperAdminState' object must be set to `down' and the
|
535
|
+
`vrrpOperState' object be transitioned to `initialize'.
|
536
|
+
|
537
|
+
To create a row in this table, a manager sets this object
|
538
|
+
to either createAndGo(4) or createAndWait(5). Until instances
|
539
|
+
of all corresponding columns are appropriately configured,
|
540
|
+
the value of the corresponding instance of the `vrrpOperRowStatus'
|
541
|
+
column will be read as notReady(3).
|
542
|
+
In particular, a newly created row cannot be made active(1)
|
543
|
+
until (minimally) the corresponding instance of
|
544
|
+
`vrrpOperVrId' has been set and there is at least one active
|
545
|
+
row in the `vrrpAssoIpAddrTable' defining an associated
|
546
|
+
IP address for the virtual router.""",
|
547
|
+
}, # column
|
548
|
+
"vrrpAssoIpAddrTable" : {
|
549
|
+
"nodetype" : "table",
|
550
|
+
"moduleName" : "VRRP-MIB",
|
551
|
+
"oid" : "1.3.6.1.2.1.68.1.4",
|
552
|
+
"status" : "current",
|
553
|
+
"description" :
|
554
|
+
"""The table of addresses associated with this virtual router.""",
|
555
|
+
}, # table
|
556
|
+
"vrrpAssoIpAddrEntry" : {
|
557
|
+
"nodetype" : "row",
|
558
|
+
"moduleName" : "VRRP-MIB",
|
559
|
+
"oid" : "1.3.6.1.2.1.68.1.4.1",
|
560
|
+
"create" : "true",
|
561
|
+
"status" : "current",
|
562
|
+
"linkage" : [
|
563
|
+
"ifIndex",
|
564
|
+
"vrrpOperVrId",
|
565
|
+
"vrrpAssoIpAddr",
|
566
|
+
],
|
567
|
+
"description" :
|
568
|
+
"""An entry in the table contains an IP address that is
|
569
|
+
associated with a virtual router. The number of rows for
|
570
|
+
a given ifIndex and VrId will equal the number of IP
|
571
|
+
addresses associated (e.g., backed up) by the virtual
|
572
|
+
router (equivalent to 'vrrpOperIpAddrCount').
|
573
|
+
|
574
|
+
Rows in the table cannot be modified unless the value
|
575
|
+
of `vrrpOperAdminState' is `disabled' and the
|
576
|
+
`vrrpOperState' has transitioned to `initialize'.""",
|
577
|
+
}, # row
|
578
|
+
"vrrpAssoIpAddr" : {
|
579
|
+
"nodetype" : "column",
|
580
|
+
"moduleName" : "VRRP-MIB",
|
581
|
+
"oid" : "1.3.6.1.2.1.68.1.4.1.1",
|
582
|
+
"status" : "current",
|
583
|
+
"syntax" : {
|
584
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
585
|
+
},
|
586
|
+
"access" : "noaccess",
|
587
|
+
"description" :
|
588
|
+
"""The assigned IP addresses that a virtual router is
|
589
|
+
responsible for backing up.""",
|
590
|
+
}, # column
|
591
|
+
"vrrpAssoIpAddrRowStatus" : {
|
592
|
+
"nodetype" : "column",
|
593
|
+
"moduleName" : "VRRP-MIB",
|
594
|
+
"oid" : "1.3.6.1.2.1.68.1.4.1.2",
|
595
|
+
"status" : "current",
|
596
|
+
"syntax" : {
|
597
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
598
|
+
},
|
599
|
+
"access" : "readwrite",
|
600
|
+
"description" :
|
601
|
+
"""The row status variable, used according to installation
|
602
|
+
and removal conventions for conceptual rows. Setting this
|
603
|
+
object to active(1) or createAndGo(4) results in the
|
604
|
+
addition of an associated address for a virtual router.
|
605
|
+
Destroying the entry or setting it to notInService(2)
|
606
|
+
removes the associated address from the virtual router.
|
607
|
+
The use of other values is implementation-dependent.""",
|
608
|
+
}, # column
|
609
|
+
"vrrpTrapPacketSrc" : {
|
610
|
+
"nodetype" : "scalar",
|
611
|
+
"moduleName" : "VRRP-MIB",
|
612
|
+
"oid" : "1.3.6.1.2.1.68.1.5",
|
613
|
+
"status" : "current",
|
614
|
+
"syntax" : {
|
615
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
616
|
+
},
|
617
|
+
"access" : "notifyonly",
|
618
|
+
"description" :
|
619
|
+
"""The IP address of an inbound VRRP packet. Used by
|
620
|
+
vrrpTrapAuthFailure trap.""",
|
621
|
+
}, # scalar
|
622
|
+
"vrrpTrapAuthErrorType" : {
|
623
|
+
"nodetype" : "scalar",
|
624
|
+
"moduleName" : "VRRP-MIB",
|
625
|
+
"oid" : "1.3.6.1.2.1.68.1.6",
|
626
|
+
"status" : "current",
|
627
|
+
"syntax" : {
|
628
|
+
"type" : {
|
629
|
+
"basetype" : "Enumeration",
|
630
|
+
"invalidAuthType" : {
|
631
|
+
"nodetype" : "namednumber",
|
632
|
+
"number" : "1"
|
633
|
+
},
|
634
|
+
"authTypeMismatch" : {
|
635
|
+
"nodetype" : "namednumber",
|
636
|
+
"number" : "2"
|
637
|
+
},
|
638
|
+
"authFailure" : {
|
639
|
+
"nodetype" : "namednumber",
|
640
|
+
"number" : "3"
|
641
|
+
},
|
642
|
+
},
|
643
|
+
},
|
644
|
+
"access" : "notifyonly",
|
645
|
+
"description" :
|
646
|
+
"""Potential types of configuration conflicts.
|
647
|
+
Used by vrrpAuthFailure trap.""",
|
648
|
+
}, # scalar
|
649
|
+
"vrrpStatistics" : {
|
650
|
+
"nodetype" : "node",
|
651
|
+
"moduleName" : "VRRP-MIB",
|
652
|
+
"oid" : "1.3.6.1.2.1.68.2",
|
653
|
+
}, # node
|
654
|
+
"vrrpRouterChecksumErrors" : {
|
655
|
+
"nodetype" : "scalar",
|
656
|
+
"moduleName" : "VRRP-MIB",
|
657
|
+
"oid" : "1.3.6.1.2.1.68.2.1",
|
658
|
+
"status" : "current",
|
659
|
+
"syntax" : {
|
660
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
661
|
+
},
|
662
|
+
"access" : "readonly",
|
663
|
+
"description" :
|
664
|
+
"""The total number of VRRP packets received with an invalid
|
665
|
+
VRRP checksum value.""",
|
666
|
+
}, # scalar
|
667
|
+
"vrrpRouterVersionErrors" : {
|
668
|
+
"nodetype" : "scalar",
|
669
|
+
"moduleName" : "VRRP-MIB",
|
670
|
+
"oid" : "1.3.6.1.2.1.68.2.2",
|
671
|
+
"status" : "current",
|
672
|
+
"syntax" : {
|
673
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
674
|
+
},
|
675
|
+
"access" : "readonly",
|
676
|
+
"description" :
|
677
|
+
"""The total number of VRRP packets received with an unknown
|
678
|
+
or unsupported version number.""",
|
679
|
+
}, # scalar
|
680
|
+
"vrrpRouterVrIdErrors" : {
|
681
|
+
"nodetype" : "scalar",
|
682
|
+
"moduleName" : "VRRP-MIB",
|
683
|
+
"oid" : "1.3.6.1.2.1.68.2.3",
|
684
|
+
"status" : "current",
|
685
|
+
"syntax" : {
|
686
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
687
|
+
},
|
688
|
+
"access" : "readonly",
|
689
|
+
"description" :
|
690
|
+
"""The total number of VRRP packets received with an invalid
|
691
|
+
VRID for this virtual router.""",
|
692
|
+
}, # scalar
|
693
|
+
"vrrpRouterStatsTable" : {
|
694
|
+
"nodetype" : "table",
|
695
|
+
"moduleName" : "VRRP-MIB",
|
696
|
+
"oid" : "1.3.6.1.2.1.68.2.4",
|
697
|
+
"status" : "current",
|
698
|
+
"description" :
|
699
|
+
"""Table of virtual router statistics.""",
|
700
|
+
}, # table
|
701
|
+
"vrrpRouterStatsEntry" : {
|
702
|
+
"nodetype" : "row",
|
703
|
+
"moduleName" : "VRRP-MIB",
|
704
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1",
|
705
|
+
"status" : "current",
|
706
|
+
"linkage" : [
|
707
|
+
{ "VRRP-MIB" : {
|
708
|
+
"indexkind" : "augments",
|
709
|
+
"relatedNode" : "vrrpOperEntry",
|
710
|
+
}},
|
711
|
+
],
|
712
|
+
"description" :
|
713
|
+
"""An entry in the table, containing statistics information
|
714
|
+
about a given virtual router.""",
|
715
|
+
}, # row
|
716
|
+
"vrrpStatsBecomeMaster" : {
|
717
|
+
"nodetype" : "column",
|
718
|
+
"moduleName" : "VRRP-MIB",
|
719
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1.1",
|
720
|
+
"status" : "current",
|
721
|
+
"syntax" : {
|
722
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
723
|
+
},
|
724
|
+
"access" : "readonly",
|
725
|
+
"description" :
|
726
|
+
"""The total number of times that this virtual router's state
|
727
|
+
has transitioned to MASTER.""",
|
728
|
+
}, # column
|
729
|
+
"vrrpStatsAdvertiseRcvd" : {
|
730
|
+
"nodetype" : "column",
|
731
|
+
"moduleName" : "VRRP-MIB",
|
732
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1.2",
|
733
|
+
"status" : "current",
|
734
|
+
"syntax" : {
|
735
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
736
|
+
},
|
737
|
+
"access" : "readonly",
|
738
|
+
"description" :
|
739
|
+
"""The total number of VRRP advertisements received by this
|
740
|
+
virtual router.""",
|
741
|
+
}, # column
|
742
|
+
"vrrpStatsAdvertiseIntervalErrors" : {
|
743
|
+
"nodetype" : "column",
|
744
|
+
"moduleName" : "VRRP-MIB",
|
745
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1.3",
|
746
|
+
"status" : "current",
|
747
|
+
"syntax" : {
|
748
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
749
|
+
},
|
750
|
+
"access" : "readonly",
|
751
|
+
"description" :
|
752
|
+
"""The total number of VRRP advertisement packets received
|
753
|
+
for which the advertisement interval is different than the
|
754
|
+
one configured for the local virtual router.""",
|
755
|
+
}, # column
|
756
|
+
"vrrpStatsAuthFailures" : {
|
757
|
+
"nodetype" : "column",
|
758
|
+
"moduleName" : "VRRP-MIB",
|
759
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1.4",
|
760
|
+
"status" : "current",
|
761
|
+
"syntax" : {
|
762
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
763
|
+
},
|
764
|
+
"access" : "readonly",
|
765
|
+
"description" :
|
766
|
+
"""The total number of VRRP packets received that do not pass
|
767
|
+
the authentication check.""",
|
768
|
+
}, # column
|
769
|
+
"vrrpStatsIpTtlErrors" : {
|
770
|
+
"nodetype" : "column",
|
771
|
+
"moduleName" : "VRRP-MIB",
|
772
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1.5",
|
773
|
+
"status" : "current",
|
774
|
+
"syntax" : {
|
775
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
776
|
+
},
|
777
|
+
"access" : "readonly",
|
778
|
+
"description" :
|
779
|
+
"""The total number of VRRP packets received by the virtual
|
780
|
+
router with IP TTL (Time-To-Live) not equal to 255.""",
|
781
|
+
}, # column
|
782
|
+
"vrrpStatsPriorityZeroPktsRcvd" : {
|
783
|
+
"nodetype" : "column",
|
784
|
+
"moduleName" : "VRRP-MIB",
|
785
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1.6",
|
786
|
+
"status" : "current",
|
787
|
+
"syntax" : {
|
788
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
789
|
+
},
|
790
|
+
"access" : "readonly",
|
791
|
+
"description" :
|
792
|
+
"""The total number of VRRP packets received by the virtual
|
793
|
+
router with a priority of '0'.""",
|
794
|
+
}, # column
|
795
|
+
"vrrpStatsPriorityZeroPktsSent" : {
|
796
|
+
"nodetype" : "column",
|
797
|
+
"moduleName" : "VRRP-MIB",
|
798
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1.7",
|
799
|
+
"status" : "current",
|
800
|
+
"syntax" : {
|
801
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
802
|
+
},
|
803
|
+
"access" : "readonly",
|
804
|
+
"description" :
|
805
|
+
"""The total number of VRRP packets sent by the virtual router
|
806
|
+
with a priority of '0'.""",
|
807
|
+
}, # column
|
808
|
+
"vrrpStatsInvalidTypePktsRcvd" : {
|
809
|
+
"nodetype" : "column",
|
810
|
+
"moduleName" : "VRRP-MIB",
|
811
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1.8",
|
812
|
+
"status" : "current",
|
813
|
+
"syntax" : {
|
814
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
815
|
+
},
|
816
|
+
"access" : "readonly",
|
817
|
+
"description" :
|
818
|
+
"""The number of VRRP packets received by the virtual router
|
819
|
+
with an invalid value in the 'type' field.""",
|
820
|
+
}, # column
|
821
|
+
"vrrpStatsAddressListErrors" : {
|
822
|
+
"nodetype" : "column",
|
823
|
+
"moduleName" : "VRRP-MIB",
|
824
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1.9",
|
825
|
+
"status" : "current",
|
826
|
+
"syntax" : {
|
827
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
828
|
+
},
|
829
|
+
"access" : "readonly",
|
830
|
+
"description" :
|
831
|
+
"""The total number of packets received for which the address
|
832
|
+
list does not match the locally configured list for the
|
833
|
+
virtual router.""",
|
834
|
+
}, # column
|
835
|
+
"vrrpStatsInvalidAuthType" : {
|
836
|
+
"nodetype" : "column",
|
837
|
+
"moduleName" : "VRRP-MIB",
|
838
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1.10",
|
839
|
+
"status" : "current",
|
840
|
+
"syntax" : {
|
841
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
842
|
+
},
|
843
|
+
"access" : "readonly",
|
844
|
+
"description" :
|
845
|
+
"""The total number of packets received with an unknown
|
846
|
+
authentication type.""",
|
847
|
+
}, # column
|
848
|
+
"vrrpStatsAuthTypeMismatch" : {
|
849
|
+
"nodetype" : "column",
|
850
|
+
"moduleName" : "VRRP-MIB",
|
851
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1.11",
|
852
|
+
"status" : "current",
|
853
|
+
"syntax" : {
|
854
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
855
|
+
},
|
856
|
+
"access" : "readonly",
|
857
|
+
"description" :
|
858
|
+
"""The total number of packets received with 'Auth Type' not
|
859
|
+
equal to the locally configured authentication method
|
860
|
+
(`vrrpOperAuthType').""",
|
861
|
+
}, # column
|
862
|
+
"vrrpStatsPacketLengthErrors" : {
|
863
|
+
"nodetype" : "column",
|
864
|
+
"moduleName" : "VRRP-MIB",
|
865
|
+
"oid" : "1.3.6.1.2.1.68.2.4.1.12",
|
866
|
+
"status" : "current",
|
867
|
+
"syntax" : {
|
868
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
869
|
+
},
|
870
|
+
"access" : "readonly",
|
871
|
+
"description" :
|
872
|
+
"""The total number of packets received with a packet length
|
873
|
+
less than the length of the VRRP header.""",
|
874
|
+
}, # column
|
875
|
+
"vrrpConformance" : {
|
876
|
+
"nodetype" : "node",
|
877
|
+
"moduleName" : "VRRP-MIB",
|
878
|
+
"oid" : "1.3.6.1.2.1.68.3",
|
879
|
+
}, # node
|
880
|
+
"vrrpMIBCompliances" : {
|
881
|
+
"nodetype" : "node",
|
882
|
+
"moduleName" : "VRRP-MIB",
|
883
|
+
"oid" : "1.3.6.1.2.1.68.3.1",
|
884
|
+
}, # node
|
885
|
+
"vrrpMIBGroups" : {
|
886
|
+
"nodetype" : "node",
|
887
|
+
"moduleName" : "VRRP-MIB",
|
888
|
+
"oid" : "1.3.6.1.2.1.68.3.2",
|
889
|
+
}, # node
|
890
|
+
}, # nodes
|
891
|
+
|
892
|
+
"notifications" : {
|
893
|
+
"vrrpTrapNewMaster" : {
|
894
|
+
"nodetype" : "notification",
|
895
|
+
"moduleName" : "VRRP-MIB",
|
896
|
+
"oid" : "1.3.6.1.2.1.68.0.1",
|
897
|
+
"status" : "current",
|
898
|
+
"objects" : {
|
899
|
+
"vrrpOperMasterIpAddr" : {
|
900
|
+
"nodetype" : "object",
|
901
|
+
"module" : "VRRP-MIB"
|
902
|
+
},
|
903
|
+
},
|
904
|
+
"description" :
|
905
|
+
"""The newMaster trap indicates that the sending agent
|
906
|
+
has transitioned to 'Master' state.""",
|
907
|
+
}, # notification
|
908
|
+
"vrrpTrapAuthFailure" : {
|
909
|
+
"nodetype" : "notification",
|
910
|
+
"moduleName" : "VRRP-MIB",
|
911
|
+
"oid" : "1.3.6.1.2.1.68.0.2",
|
912
|
+
"status" : "current",
|
913
|
+
"objects" : {
|
914
|
+
"vrrpTrapPacketSrc" : {
|
915
|
+
"nodetype" : "object",
|
916
|
+
"module" : "VRRP-MIB"
|
917
|
+
},
|
918
|
+
"vrrpTrapAuthErrorType" : {
|
919
|
+
"nodetype" : "object",
|
920
|
+
"module" : "VRRP-MIB"
|
921
|
+
},
|
922
|
+
},
|
923
|
+
"description" :
|
924
|
+
"""A vrrpAuthFailure trap signifies that a packet has
|
925
|
+
been received from a router whose authentication key
|
926
|
+
or authentication type conflicts with this router's
|
927
|
+
authentication key or authentication type. Implementation
|
928
|
+
of this trap is optional.""",
|
929
|
+
}, # notification
|
930
|
+
}, # notifications
|
931
|
+
|
932
|
+
"groups" : {
|
933
|
+
"vrrpOperGroup" : {
|
934
|
+
"nodetype" : "group",
|
935
|
+
"moduleName" : "VRRP-MIB",
|
936
|
+
"oid" : "1.3.6.1.2.1.68.3.2.1",
|
937
|
+
"status" : "current",
|
938
|
+
"members" : {
|
939
|
+
"vrrpNodeVersion" : {
|
940
|
+
"nodetype" : "member",
|
941
|
+
"module" : "VRRP-MIB"
|
942
|
+
},
|
943
|
+
"vrrpNotificationCntl" : {
|
944
|
+
"nodetype" : "member",
|
945
|
+
"module" : "VRRP-MIB"
|
946
|
+
},
|
947
|
+
"vrrpOperVirtualMacAddr" : {
|
948
|
+
"nodetype" : "member",
|
949
|
+
"module" : "VRRP-MIB"
|
950
|
+
},
|
951
|
+
"vrrpOperState" : {
|
952
|
+
"nodetype" : "member",
|
953
|
+
"module" : "VRRP-MIB"
|
954
|
+
},
|
955
|
+
"vrrpOperAdminState" : {
|
956
|
+
"nodetype" : "member",
|
957
|
+
"module" : "VRRP-MIB"
|
958
|
+
},
|
959
|
+
"vrrpOperPriority" : {
|
960
|
+
"nodetype" : "member",
|
961
|
+
"module" : "VRRP-MIB"
|
962
|
+
},
|
963
|
+
"vrrpOperIpAddrCount" : {
|
964
|
+
"nodetype" : "member",
|
965
|
+
"module" : "VRRP-MIB"
|
966
|
+
},
|
967
|
+
"vrrpOperMasterIpAddr" : {
|
968
|
+
"nodetype" : "member",
|
969
|
+
"module" : "VRRP-MIB"
|
970
|
+
},
|
971
|
+
"vrrpOperPrimaryIpAddr" : {
|
972
|
+
"nodetype" : "member",
|
973
|
+
"module" : "VRRP-MIB"
|
974
|
+
},
|
975
|
+
"vrrpOperAuthType" : {
|
976
|
+
"nodetype" : "member",
|
977
|
+
"module" : "VRRP-MIB"
|
978
|
+
},
|
979
|
+
"vrrpOperAuthKey" : {
|
980
|
+
"nodetype" : "member",
|
981
|
+
"module" : "VRRP-MIB"
|
982
|
+
},
|
983
|
+
"vrrpOperAdvertisementInterval" : {
|
984
|
+
"nodetype" : "member",
|
985
|
+
"module" : "VRRP-MIB"
|
986
|
+
},
|
987
|
+
"vrrpOperPreemptMode" : {
|
988
|
+
"nodetype" : "member",
|
989
|
+
"module" : "VRRP-MIB"
|
990
|
+
},
|
991
|
+
"vrrpOperVirtualRouterUpTime" : {
|
992
|
+
"nodetype" : "member",
|
993
|
+
"module" : "VRRP-MIB"
|
994
|
+
},
|
995
|
+
"vrrpOperProtocol" : {
|
996
|
+
"nodetype" : "member",
|
997
|
+
"module" : "VRRP-MIB"
|
998
|
+
},
|
999
|
+
"vrrpOperRowStatus" : {
|
1000
|
+
"nodetype" : "member",
|
1001
|
+
"module" : "VRRP-MIB"
|
1002
|
+
},
|
1003
|
+
"vrrpAssoIpAddrRowStatus" : {
|
1004
|
+
"nodetype" : "member",
|
1005
|
+
"module" : "VRRP-MIB"
|
1006
|
+
},
|
1007
|
+
}, # members
|
1008
|
+
"description" :
|
1009
|
+
"""Conformance group for VRRP operations.""",
|
1010
|
+
}, # group
|
1011
|
+
"vrrpStatsGroup" : {
|
1012
|
+
"nodetype" : "group",
|
1013
|
+
"moduleName" : "VRRP-MIB",
|
1014
|
+
"oid" : "1.3.6.1.2.1.68.3.2.2",
|
1015
|
+
"status" : "current",
|
1016
|
+
"members" : {
|
1017
|
+
"vrrpRouterChecksumErrors" : {
|
1018
|
+
"nodetype" : "member",
|
1019
|
+
"module" : "VRRP-MIB"
|
1020
|
+
},
|
1021
|
+
"vrrpRouterVersionErrors" : {
|
1022
|
+
"nodetype" : "member",
|
1023
|
+
"module" : "VRRP-MIB"
|
1024
|
+
},
|
1025
|
+
"vrrpRouterVrIdErrors" : {
|
1026
|
+
"nodetype" : "member",
|
1027
|
+
"module" : "VRRP-MIB"
|
1028
|
+
},
|
1029
|
+
"vrrpStatsBecomeMaster" : {
|
1030
|
+
"nodetype" : "member",
|
1031
|
+
"module" : "VRRP-MIB"
|
1032
|
+
},
|
1033
|
+
"vrrpStatsAdvertiseRcvd" : {
|
1034
|
+
"nodetype" : "member",
|
1035
|
+
"module" : "VRRP-MIB"
|
1036
|
+
},
|
1037
|
+
"vrrpStatsAdvertiseIntervalErrors" : {
|
1038
|
+
"nodetype" : "member",
|
1039
|
+
"module" : "VRRP-MIB"
|
1040
|
+
},
|
1041
|
+
"vrrpStatsAuthFailures" : {
|
1042
|
+
"nodetype" : "member",
|
1043
|
+
"module" : "VRRP-MIB"
|
1044
|
+
},
|
1045
|
+
"vrrpStatsIpTtlErrors" : {
|
1046
|
+
"nodetype" : "member",
|
1047
|
+
"module" : "VRRP-MIB"
|
1048
|
+
},
|
1049
|
+
"vrrpStatsPriorityZeroPktsRcvd" : {
|
1050
|
+
"nodetype" : "member",
|
1051
|
+
"module" : "VRRP-MIB"
|
1052
|
+
},
|
1053
|
+
"vrrpStatsPriorityZeroPktsSent" : {
|
1054
|
+
"nodetype" : "member",
|
1055
|
+
"module" : "VRRP-MIB"
|
1056
|
+
},
|
1057
|
+
"vrrpStatsInvalidTypePktsRcvd" : {
|
1058
|
+
"nodetype" : "member",
|
1059
|
+
"module" : "VRRP-MIB"
|
1060
|
+
},
|
1061
|
+
"vrrpStatsAddressListErrors" : {
|
1062
|
+
"nodetype" : "member",
|
1063
|
+
"module" : "VRRP-MIB"
|
1064
|
+
},
|
1065
|
+
"vrrpStatsInvalidAuthType" : {
|
1066
|
+
"nodetype" : "member",
|
1067
|
+
"module" : "VRRP-MIB"
|
1068
|
+
},
|
1069
|
+
"vrrpStatsAuthTypeMismatch" : {
|
1070
|
+
"nodetype" : "member",
|
1071
|
+
"module" : "VRRP-MIB"
|
1072
|
+
},
|
1073
|
+
"vrrpStatsPacketLengthErrors" : {
|
1074
|
+
"nodetype" : "member",
|
1075
|
+
"module" : "VRRP-MIB"
|
1076
|
+
},
|
1077
|
+
}, # members
|
1078
|
+
"description" :
|
1079
|
+
"""Conformance group for VRRP statistics.""",
|
1080
|
+
}, # group
|
1081
|
+
"vrrpTrapGroup" : {
|
1082
|
+
"nodetype" : "group",
|
1083
|
+
"moduleName" : "VRRP-MIB",
|
1084
|
+
"oid" : "1.3.6.1.2.1.68.3.2.3",
|
1085
|
+
"status" : "current",
|
1086
|
+
"members" : {
|
1087
|
+
"vrrpTrapPacketSrc" : {
|
1088
|
+
"nodetype" : "member",
|
1089
|
+
"module" : "VRRP-MIB"
|
1090
|
+
},
|
1091
|
+
"vrrpTrapAuthErrorType" : {
|
1092
|
+
"nodetype" : "member",
|
1093
|
+
"module" : "VRRP-MIB"
|
1094
|
+
},
|
1095
|
+
}, # members
|
1096
|
+
"description" :
|
1097
|
+
"""Conformance group for objects contained in VRRP notifications.""",
|
1098
|
+
}, # group
|
1099
|
+
"vrrpNotificationGroup" : {
|
1100
|
+
"nodetype" : "group",
|
1101
|
+
"moduleName" : "VRRP-MIB",
|
1102
|
+
"oid" : "1.3.6.1.2.1.68.3.2.4",
|
1103
|
+
"status" : "current",
|
1104
|
+
"members" : {
|
1105
|
+
"vrrpTrapNewMaster" : {
|
1106
|
+
"nodetype" : "member",
|
1107
|
+
"module" : "VRRP-MIB"
|
1108
|
+
},
|
1109
|
+
"vrrpTrapAuthFailure" : {
|
1110
|
+
"nodetype" : "member",
|
1111
|
+
"module" : "VRRP-MIB"
|
1112
|
+
},
|
1113
|
+
}, # members
|
1114
|
+
"description" :
|
1115
|
+
"""The VRRP MIB Notification Group.""",
|
1116
|
+
}, # group
|
1117
|
+
}, # groups
|
1118
|
+
|
1119
|
+
"compliances" : {
|
1120
|
+
"vrrpMIBCompliance" : {
|
1121
|
+
"nodetype" : "compliance",
|
1122
|
+
"moduleName" : "VRRP-MIB",
|
1123
|
+
"oid" : "1.3.6.1.2.1.68.3.1.1",
|
1124
|
+
"status" : "current",
|
1125
|
+
"description" :
|
1126
|
+
"""The core compliance statement for all VRRP implementations.""",
|
1127
|
+
"requires" : {
|
1128
|
+
"vrrpOperGroup" : {
|
1129
|
+
"nodetype" : "mandatory",
|
1130
|
+
"module" : "VRRP-MIB"
|
1131
|
+
},
|
1132
|
+
"vrrpStatsGroup" : {
|
1133
|
+
"nodetype" : "mandatory",
|
1134
|
+
"module" : "VRRP-MIB"
|
1135
|
+
},
|
1136
|
+
}, # requires
|
1137
|
+
"refinements" : {
|
1138
|
+
"vrrpOperPriority" : {
|
1139
|
+
"module" : "VRRP-MIB",
|
1140
|
+
"writesyntax" : {
|
1141
|
+
"type" : {
|
1142
|
+
"basetype" : "Integer32",
|
1143
|
+
"ranges" : [
|
1144
|
+
{
|
1145
|
+
"min" : "1",
|
1146
|
+
"max" : "255"
|
1147
|
+
},
|
1148
|
+
],
|
1149
|
+
"range" : {
|
1150
|
+
"min" : "1",
|
1151
|
+
"max" : "255"
|
1152
|
+
},
|
1153
|
+
},
|
1154
|
+
}, # writesyntax
|
1155
|
+
"description" :
|
1156
|
+
"""SETable values are from 1 to 255.""",
|
1157
|
+
},
|
1158
|
+
}, # refinements
|
1159
|
+
|
1160
|
+
}, # compliance
|
1161
|
+
}, # compliances
|
1162
|
+
|
1163
|
+
}
|