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,1246 @@
|
|
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 IPMROUTE-STD-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/IPMROUTE-STD-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
11
|
+
|
12
|
+
"IPMROUTE-STD-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""IETF IDMR Working Group""",
|
17
|
+
"contact" :
|
18
|
+
""" Dave Thaler
|
19
|
+
Microsoft Corporation
|
20
|
+
One Microsoft Way
|
21
|
+
Redmond, WA 98052-6399
|
22
|
+
US
|
23
|
+
|
24
|
+
Phone: +1 425 703 8835
|
25
|
+
EMail: dthaler@microsoft.com""",
|
26
|
+
"description" :
|
27
|
+
"""The MIB module for management of IP Multicast routing, but
|
28
|
+
independent of the specific multicast routing protocol in
|
29
|
+
use.""",
|
30
|
+
"revisions" : (
|
31
|
+
{
|
32
|
+
"date" : "2000-09-22 00:00",
|
33
|
+
"description" :
|
34
|
+
"""Initial version, published as RFC 2932.""",
|
35
|
+
},
|
36
|
+
),
|
37
|
+
"identity node" : "ipMRouteStdMIB",
|
38
|
+
},
|
39
|
+
|
40
|
+
"imports" : (
|
41
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
42
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
43
|
+
{"module" : "SNMPv2-SMI", "name" : "mib-2"},
|
44
|
+
{"module" : "SNMPv2-SMI", "name" : "Integer32"},
|
45
|
+
{"module" : "SNMPv2-SMI", "name" : "Counter32"},
|
46
|
+
{"module" : "SNMPv2-SMI", "name" : "Counter64"},
|
47
|
+
{"module" : "SNMPv2-SMI", "name" : "Gauge32"},
|
48
|
+
{"module" : "SNMPv2-SMI", "name" : "IpAddress"},
|
49
|
+
{"module" : "SNMPv2-SMI", "name" : "TimeTicks"},
|
50
|
+
{"module" : "SNMPv2-TC", "name" : "RowStatus"},
|
51
|
+
{"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
|
52
|
+
{"module" : "SNMPv2-TC", "name" : "TruthValue"},
|
53
|
+
{"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
|
54
|
+
{"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
|
55
|
+
{"module" : "SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
56
|
+
{"module" : "IF-MIB", "name" : "InterfaceIndexOrZero"},
|
57
|
+
{"module" : "IF-MIB", "name" : "InterfaceIndex"},
|
58
|
+
{"module" : "IANA-RTPROTO-MIB", "name" : "IANAipRouteProtocol"},
|
59
|
+
{"module" : "IANA-RTPROTO-MIB", "name" : "IANAipMRouteProtocol"},
|
60
|
+
),
|
61
|
+
|
62
|
+
"typedefs" : {
|
63
|
+
"LanguageTag" : {
|
64
|
+
"basetype" : "OctetString",
|
65
|
+
"status" : "current",
|
66
|
+
"ranges" : [
|
67
|
+
{
|
68
|
+
"min" : "1",
|
69
|
+
"max" : "100"
|
70
|
+
},
|
71
|
+
],
|
72
|
+
"range" : {
|
73
|
+
"min" : "1",
|
74
|
+
"max" : "100"
|
75
|
+
},
|
76
|
+
"format" : "100a",
|
77
|
+
"description" :
|
78
|
+
"""An RFC 1766-style language tag, with all alphabetic
|
79
|
+
characters converted to lowercase. This restriction is
|
80
|
+
intended to make the lexical ordering imposed by SNMP useful
|
81
|
+
|
82
|
+
|
83
|
+
when applied to language tags. Note that it is
|
84
|
+
theoretically possible for a valid language tag to exceed
|
85
|
+
the allowed length of this syntax, and thus be impossible to
|
86
|
+
represent with this syntax. Sampling of language tags in
|
87
|
+
current use on the Internet suggests that this limit does
|
88
|
+
not pose a serious problem in practice.""",
|
89
|
+
},
|
90
|
+
}, # typedefs
|
91
|
+
|
92
|
+
"nodes" : {
|
93
|
+
"ipMRouteStdMIB" : {
|
94
|
+
"nodetype" : "node",
|
95
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
96
|
+
"oid" : "1.3.6.1.2.1.83",
|
97
|
+
"status" : "current",
|
98
|
+
}, # node
|
99
|
+
"ipMRouteMIBObjects" : {
|
100
|
+
"nodetype" : "node",
|
101
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
102
|
+
"oid" : "1.3.6.1.2.1.83.1",
|
103
|
+
}, # node
|
104
|
+
"ipMRoute" : {
|
105
|
+
"nodetype" : "node",
|
106
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
107
|
+
"oid" : "1.3.6.1.2.1.83.1.1",
|
108
|
+
}, # node
|
109
|
+
"ipMRouteEnable" : {
|
110
|
+
"nodetype" : "scalar",
|
111
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
112
|
+
"oid" : "1.3.6.1.2.1.83.1.1.1",
|
113
|
+
"status" : "current",
|
114
|
+
"syntax" : {
|
115
|
+
"type" : {
|
116
|
+
"basetype" : "Enumeration",
|
117
|
+
"enabled" : {
|
118
|
+
"nodetype" : "namednumber",
|
119
|
+
"number" : "1"
|
120
|
+
},
|
121
|
+
"disabled" : {
|
122
|
+
"nodetype" : "namednumber",
|
123
|
+
"number" : "2"
|
124
|
+
},
|
125
|
+
},
|
126
|
+
},
|
127
|
+
"access" : "readwrite",
|
128
|
+
"description" :
|
129
|
+
"""The enabled status of IP Multicast routing on this router.""",
|
130
|
+
}, # scalar
|
131
|
+
"ipMRouteTable" : {
|
132
|
+
"nodetype" : "table",
|
133
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
134
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2",
|
135
|
+
"status" : "current",
|
136
|
+
"description" :
|
137
|
+
"""The (conceptual) table containing multicast routing
|
138
|
+
information for IP datagrams sent by particular sources to
|
139
|
+
the IP multicast groups known to this router.""",
|
140
|
+
}, # table
|
141
|
+
"ipMRouteEntry" : {
|
142
|
+
"nodetype" : "row",
|
143
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
144
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1",
|
145
|
+
"status" : "current",
|
146
|
+
"linkage" : [
|
147
|
+
"ipMRouteGroup",
|
148
|
+
"ipMRouteSource",
|
149
|
+
"ipMRouteSourceMask",
|
150
|
+
],
|
151
|
+
"description" :
|
152
|
+
"""An entry (conceptual row) containing the multicast routing
|
153
|
+
information for IP datagrams from a particular source and
|
154
|
+
addressed to a particular IP multicast group address.
|
155
|
+
Discontinuities in counters in this entry can be detected by
|
156
|
+
observing the value of ipMRouteUpTime.""",
|
157
|
+
}, # row
|
158
|
+
"ipMRouteGroup" : {
|
159
|
+
"nodetype" : "column",
|
160
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
161
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.1",
|
162
|
+
"status" : "current",
|
163
|
+
"syntax" : {
|
164
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
165
|
+
},
|
166
|
+
"access" : "noaccess",
|
167
|
+
"description" :
|
168
|
+
"""The IP multicast group address for which this entry
|
169
|
+
contains multicast routing information.""",
|
170
|
+
}, # column
|
171
|
+
"ipMRouteSource" : {
|
172
|
+
"nodetype" : "column",
|
173
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
174
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.2",
|
175
|
+
"status" : "current",
|
176
|
+
"syntax" : {
|
177
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
178
|
+
},
|
179
|
+
"access" : "noaccess",
|
180
|
+
"description" :
|
181
|
+
"""The network address which when combined with the
|
182
|
+
corresponding value of ipMRouteSourceMask identifies the
|
183
|
+
sources for which this entry contains multicast routing
|
184
|
+
information.""",
|
185
|
+
}, # column
|
186
|
+
"ipMRouteSourceMask" : {
|
187
|
+
"nodetype" : "column",
|
188
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
189
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.3",
|
190
|
+
"status" : "current",
|
191
|
+
"syntax" : {
|
192
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
193
|
+
},
|
194
|
+
"access" : "noaccess",
|
195
|
+
"description" :
|
196
|
+
"""The network mask which when combined with the corresponding
|
197
|
+
value of ipMRouteSource identifies the sources for which
|
198
|
+
this entry contains multicast routing information.""",
|
199
|
+
}, # column
|
200
|
+
"ipMRouteUpstreamNeighbor" : {
|
201
|
+
"nodetype" : "column",
|
202
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
203
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.4",
|
204
|
+
"status" : "current",
|
205
|
+
"syntax" : {
|
206
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
207
|
+
},
|
208
|
+
"access" : "readonly",
|
209
|
+
"description" :
|
210
|
+
"""The address of the upstream neighbor (e.g., RPF neighbor)
|
211
|
+
from which IP datagrams from these sources to this multicast
|
212
|
+
address are received, or 0.0.0.0 if the upstream neighbor is
|
213
|
+
unknown (e.g., in CBT).""",
|
214
|
+
}, # column
|
215
|
+
"ipMRouteInIfIndex" : {
|
216
|
+
"nodetype" : "column",
|
217
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
218
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.5",
|
219
|
+
"status" : "current",
|
220
|
+
"syntax" : {
|
221
|
+
"type" : { "module" :"IF-MIB", "name" : "InterfaceIndexOrZero"},
|
222
|
+
},
|
223
|
+
"access" : "readonly",
|
224
|
+
"description" :
|
225
|
+
"""The value of ifIndex for the interface on which IP
|
226
|
+
datagrams sent by these sources to this multicast address
|
227
|
+
are received. A value of 0 indicates that datagrams are not
|
228
|
+
subject to an incoming interface check, but may be accepted
|
229
|
+
on multiple interfaces (e.g., in CBT).""",
|
230
|
+
}, # column
|
231
|
+
"ipMRouteUpTime" : {
|
232
|
+
"nodetype" : "column",
|
233
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
234
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.6",
|
235
|
+
"status" : "current",
|
236
|
+
"syntax" : {
|
237
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
|
238
|
+
},
|
239
|
+
"access" : "readonly",
|
240
|
+
"description" :
|
241
|
+
"""The time since the multicast routing information
|
242
|
+
represented by this entry was learned by the router.""",
|
243
|
+
}, # column
|
244
|
+
"ipMRouteExpiryTime" : {
|
245
|
+
"nodetype" : "column",
|
246
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
247
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.7",
|
248
|
+
"status" : "current",
|
249
|
+
"syntax" : {
|
250
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
|
251
|
+
},
|
252
|
+
"access" : "readonly",
|
253
|
+
"description" :
|
254
|
+
"""The minimum amount of time remaining before this entry will
|
255
|
+
be aged out. The value 0 indicates that the entry is not
|
256
|
+
subject to aging.""",
|
257
|
+
}, # column
|
258
|
+
"ipMRoutePkts" : {
|
259
|
+
"nodetype" : "column",
|
260
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
261
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.8",
|
262
|
+
"status" : "current",
|
263
|
+
"syntax" : {
|
264
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
265
|
+
},
|
266
|
+
"access" : "readonly",
|
267
|
+
"description" :
|
268
|
+
"""The number of packets which this router has received from
|
269
|
+
these sources and addressed to this multicast group
|
270
|
+
address.""",
|
271
|
+
}, # column
|
272
|
+
"ipMRouteDifferentInIfPackets" : {
|
273
|
+
"nodetype" : "column",
|
274
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
275
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.9",
|
276
|
+
"status" : "current",
|
277
|
+
"syntax" : {
|
278
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
279
|
+
},
|
280
|
+
"access" : "readonly",
|
281
|
+
"description" :
|
282
|
+
"""The number of packets which this router has received from
|
283
|
+
these sources and addressed to this multicast group address,
|
284
|
+
which were dropped because they were not received on the
|
285
|
+
interface indicated by ipMRouteInIfIndex. Packets which are
|
286
|
+
not subject to an incoming interface check (e.g., using CBT)
|
287
|
+
are not counted.""",
|
288
|
+
}, # column
|
289
|
+
"ipMRouteOctets" : {
|
290
|
+
"nodetype" : "column",
|
291
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
292
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.10",
|
293
|
+
"status" : "current",
|
294
|
+
"syntax" : {
|
295
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
296
|
+
},
|
297
|
+
"access" : "readonly",
|
298
|
+
"description" :
|
299
|
+
"""The number of octets contained in IP datagrams which were
|
300
|
+
received from these sources and addressed to this multicast
|
301
|
+
group address, and which were forwarded by this router.""",
|
302
|
+
}, # column
|
303
|
+
"ipMRouteProtocol" : {
|
304
|
+
"nodetype" : "column",
|
305
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
306
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.11",
|
307
|
+
"status" : "current",
|
308
|
+
"syntax" : {
|
309
|
+
"type" : { "module" :"IANA-RTPROTO-MIB", "name" : "IANAipMRouteProtocol"},
|
310
|
+
},
|
311
|
+
"access" : "readonly",
|
312
|
+
"description" :
|
313
|
+
"""The multicast routing protocol via which this multicast
|
314
|
+
forwarding entry was learned.""",
|
315
|
+
}, # column
|
316
|
+
"ipMRouteRtProto" : {
|
317
|
+
"nodetype" : "column",
|
318
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
319
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.12",
|
320
|
+
"status" : "current",
|
321
|
+
"syntax" : {
|
322
|
+
"type" : { "module" :"IANA-RTPROTO-MIB", "name" : "IANAipRouteProtocol"},
|
323
|
+
},
|
324
|
+
"access" : "readonly",
|
325
|
+
"description" :
|
326
|
+
"""The routing mechanism via which the route used to find the
|
327
|
+
upstream or parent interface for this multicast forwarding
|
328
|
+
entry was learned. Inclusion of values for routing
|
329
|
+
protocols is not intended to imply that those protocols need
|
330
|
+
be supported.""",
|
331
|
+
}, # column
|
332
|
+
"ipMRouteRtAddress" : {
|
333
|
+
"nodetype" : "column",
|
334
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
335
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.13",
|
336
|
+
"status" : "current",
|
337
|
+
"syntax" : {
|
338
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
339
|
+
},
|
340
|
+
"access" : "readonly",
|
341
|
+
"description" :
|
342
|
+
"""The address portion of the route used to find the upstream
|
343
|
+
or parent interface for this multicast forwarding entry.""",
|
344
|
+
}, # column
|
345
|
+
"ipMRouteRtMask" : {
|
346
|
+
"nodetype" : "column",
|
347
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
348
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.14",
|
349
|
+
"status" : "current",
|
350
|
+
"syntax" : {
|
351
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
352
|
+
},
|
353
|
+
"access" : "readonly",
|
354
|
+
"description" :
|
355
|
+
"""The mask associated with the route used to find the upstream
|
356
|
+
or parent interface for this multicast forwarding entry.""",
|
357
|
+
}, # column
|
358
|
+
"ipMRouteRtType" : {
|
359
|
+
"nodetype" : "column",
|
360
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
361
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.15",
|
362
|
+
"status" : "current",
|
363
|
+
"syntax" : {
|
364
|
+
"type" : {
|
365
|
+
"basetype" : "Enumeration",
|
366
|
+
"unicast" : {
|
367
|
+
"nodetype" : "namednumber",
|
368
|
+
"number" : "1"
|
369
|
+
},
|
370
|
+
"multicast" : {
|
371
|
+
"nodetype" : "namednumber",
|
372
|
+
"number" : "2"
|
373
|
+
},
|
374
|
+
},
|
375
|
+
},
|
376
|
+
"access" : "readonly",
|
377
|
+
"description" :
|
378
|
+
"""The reason the given route was placed in the (logical)
|
379
|
+
multicast Routing Information Base (RIB). A value of
|
380
|
+
unicast means that the route would normally be placed only
|
381
|
+
in the unicast RIB, but was placed in the multicast RIB
|
382
|
+
(instead or in addition) due to local configuration, such as
|
383
|
+
when running PIM over RIP. A value of multicast means that
|
384
|
+
|
385
|
+
|
386
|
+
the route was explicitly added to the multicast RIB by the
|
387
|
+
routing protocol, such as DVMRP or Multiprotocol BGP.""",
|
388
|
+
}, # column
|
389
|
+
"ipMRouteHCOctets" : {
|
390
|
+
"nodetype" : "column",
|
391
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
392
|
+
"oid" : "1.3.6.1.2.1.83.1.1.2.1.16",
|
393
|
+
"status" : "current",
|
394
|
+
"syntax" : {
|
395
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"},
|
396
|
+
},
|
397
|
+
"access" : "readonly",
|
398
|
+
"description" :
|
399
|
+
"""The number of octets contained in IP datagrams which were
|
400
|
+
received from these sources and addressed to this multicast
|
401
|
+
group address, and which were forwarded by this router.
|
402
|
+
This object is a 64-bit version of ipMRouteOctets.""",
|
403
|
+
}, # column
|
404
|
+
"ipMRouteNextHopTable" : {
|
405
|
+
"nodetype" : "table",
|
406
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
407
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3",
|
408
|
+
"status" : "current",
|
409
|
+
"description" :
|
410
|
+
"""The (conceptual) table containing information on the next-
|
411
|
+
hops on outgoing interfaces for routing IP multicast
|
412
|
+
datagrams. Each entry is one of a list of next-hops on
|
413
|
+
outgoing interfaces for particular sources sending to a
|
414
|
+
particular multicast group address.""",
|
415
|
+
}, # table
|
416
|
+
"ipMRouteNextHopEntry" : {
|
417
|
+
"nodetype" : "row",
|
418
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
419
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3.1",
|
420
|
+
"status" : "current",
|
421
|
+
"linkage" : [
|
422
|
+
"ipMRouteNextHopGroup",
|
423
|
+
"ipMRouteNextHopSource",
|
424
|
+
"ipMRouteNextHopSourceMask",
|
425
|
+
"ipMRouteNextHopIfIndex",
|
426
|
+
"ipMRouteNextHopAddress",
|
427
|
+
],
|
428
|
+
"description" :
|
429
|
+
"""An entry (conceptual row) in the list of next-hops on
|
430
|
+
outgoing interfaces to which IP multicast datagrams from
|
431
|
+
particular sources to a IP multicast group address are
|
432
|
+
routed. Discontinuities in counters in this entry can be
|
433
|
+
detected by observing the value of ipMRouteUpTime.""",
|
434
|
+
}, # row
|
435
|
+
"ipMRouteNextHopGroup" : {
|
436
|
+
"nodetype" : "column",
|
437
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
438
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3.1.1",
|
439
|
+
"status" : "current",
|
440
|
+
"syntax" : {
|
441
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
442
|
+
},
|
443
|
+
"access" : "noaccess",
|
444
|
+
"description" :
|
445
|
+
"""The IP multicast group for which this entry specifies a
|
446
|
+
next-hop on an outgoing interface.""",
|
447
|
+
}, # column
|
448
|
+
"ipMRouteNextHopSource" : {
|
449
|
+
"nodetype" : "column",
|
450
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
451
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3.1.2",
|
452
|
+
"status" : "current",
|
453
|
+
"syntax" : {
|
454
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
455
|
+
},
|
456
|
+
"access" : "noaccess",
|
457
|
+
"description" :
|
458
|
+
"""The network address which when combined with the
|
459
|
+
corresponding value of ipMRouteNextHopSourceMask identifies
|
460
|
+
the sources for which this entry specifies a next-hop on an
|
461
|
+
outgoing interface.""",
|
462
|
+
}, # column
|
463
|
+
"ipMRouteNextHopSourceMask" : {
|
464
|
+
"nodetype" : "column",
|
465
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
466
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3.1.3",
|
467
|
+
"status" : "current",
|
468
|
+
"syntax" : {
|
469
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
470
|
+
},
|
471
|
+
"access" : "noaccess",
|
472
|
+
"description" :
|
473
|
+
"""The network mask which when combined with the corresponding
|
474
|
+
value of ipMRouteNextHopSource identifies the sources for
|
475
|
+
which this entry specifies a next-hop on an outgoing
|
476
|
+
interface.""",
|
477
|
+
}, # column
|
478
|
+
"ipMRouteNextHopIfIndex" : {
|
479
|
+
"nodetype" : "column",
|
480
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
481
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3.1.4",
|
482
|
+
"status" : "current",
|
483
|
+
"syntax" : {
|
484
|
+
"type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
|
485
|
+
},
|
486
|
+
"access" : "noaccess",
|
487
|
+
"description" :
|
488
|
+
"""The ifIndex value of the interface for the outgoing
|
489
|
+
interface for this next-hop.""",
|
490
|
+
}, # column
|
491
|
+
"ipMRouteNextHopAddress" : {
|
492
|
+
"nodetype" : "column",
|
493
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
494
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3.1.5",
|
495
|
+
"status" : "current",
|
496
|
+
"syntax" : {
|
497
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
498
|
+
},
|
499
|
+
"access" : "noaccess",
|
500
|
+
"description" :
|
501
|
+
"""The address of the next-hop specific to this entry. For
|
502
|
+
most interfaces, this is identical to ipMRouteNextHopGroup.
|
503
|
+
NBMA interfaces, however, may have multiple next-hop
|
504
|
+
addresses out a single outgoing interface.""",
|
505
|
+
}, # column
|
506
|
+
"ipMRouteNextHopState" : {
|
507
|
+
"nodetype" : "column",
|
508
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
509
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3.1.6",
|
510
|
+
"status" : "current",
|
511
|
+
"syntax" : {
|
512
|
+
"type" : {
|
513
|
+
"basetype" : "Enumeration",
|
514
|
+
"pruned" : {
|
515
|
+
"nodetype" : "namednumber",
|
516
|
+
"number" : "1"
|
517
|
+
},
|
518
|
+
"forwarding" : {
|
519
|
+
"nodetype" : "namednumber",
|
520
|
+
"number" : "2"
|
521
|
+
},
|
522
|
+
},
|
523
|
+
},
|
524
|
+
"access" : "readonly",
|
525
|
+
"description" :
|
526
|
+
"""An indication of whether the outgoing interface and next-
|
527
|
+
hop represented by this entry is currently being used to
|
528
|
+
forward IP datagrams. The value 'forwarding' indicates it
|
529
|
+
is currently being used; the value 'pruned' indicates it is
|
530
|
+
not.""",
|
531
|
+
}, # column
|
532
|
+
"ipMRouteNextHopUpTime" : {
|
533
|
+
"nodetype" : "column",
|
534
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
535
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3.1.7",
|
536
|
+
"status" : "current",
|
537
|
+
"syntax" : {
|
538
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
|
539
|
+
},
|
540
|
+
"access" : "readonly",
|
541
|
+
"description" :
|
542
|
+
"""The time since the multicast routing information
|
543
|
+
represented by this entry was learned by the router.""",
|
544
|
+
}, # column
|
545
|
+
"ipMRouteNextHopExpiryTime" : {
|
546
|
+
"nodetype" : "column",
|
547
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
548
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3.1.8",
|
549
|
+
"status" : "current",
|
550
|
+
"syntax" : {
|
551
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
|
552
|
+
},
|
553
|
+
"access" : "readonly",
|
554
|
+
"description" :
|
555
|
+
"""The minimum amount of time remaining before this entry will
|
556
|
+
be aged out. If ipMRouteNextHopState is pruned(1), the
|
557
|
+
remaining time until the prune expires and the state reverts
|
558
|
+
to forwarding(2). Otherwise, the remaining time until this
|
559
|
+
entry is removed from the table. The time remaining may be
|
560
|
+
copied from ipMRouteExpiryTime if the protocol in use for
|
561
|
+
this entry does not specify next-hop timers. The value 0
|
562
|
+
|
563
|
+
|
564
|
+
indicates that the entry is not subject to aging.""",
|
565
|
+
}, # column
|
566
|
+
"ipMRouteNextHopClosestMemberHops" : {
|
567
|
+
"nodetype" : "column",
|
568
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
569
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3.1.9",
|
570
|
+
"status" : "current",
|
571
|
+
"syntax" : {
|
572
|
+
"type" : { "module" :"", "name" : "Integer32"},
|
573
|
+
},
|
574
|
+
"access" : "readonly",
|
575
|
+
"description" :
|
576
|
+
"""The minimum number of hops between this router and any
|
577
|
+
member of this IP multicast group reached via this next-hop
|
578
|
+
on this outgoing interface. Any IP multicast datagrams for
|
579
|
+
the group which have a TTL less than this number of hops
|
580
|
+
will not be forwarded to this next-hop.""",
|
581
|
+
}, # column
|
582
|
+
"ipMRouteNextHopProtocol" : {
|
583
|
+
"nodetype" : "column",
|
584
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
585
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3.1.10",
|
586
|
+
"status" : "current",
|
587
|
+
"syntax" : {
|
588
|
+
"type" : { "module" :"IANA-RTPROTO-MIB", "name" : "IANAipMRouteProtocol"},
|
589
|
+
},
|
590
|
+
"access" : "readonly",
|
591
|
+
"description" :
|
592
|
+
"""The routing mechanism via which this next-hop was learned.""",
|
593
|
+
}, # column
|
594
|
+
"ipMRouteNextHopPkts" : {
|
595
|
+
"nodetype" : "column",
|
596
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
597
|
+
"oid" : "1.3.6.1.2.1.83.1.1.3.1.11",
|
598
|
+
"status" : "current",
|
599
|
+
"syntax" : {
|
600
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
601
|
+
},
|
602
|
+
"access" : "readonly",
|
603
|
+
"description" :
|
604
|
+
"""The number of packets which have been forwarded using this
|
605
|
+
route.""",
|
606
|
+
}, # column
|
607
|
+
"ipMRouteInterfaceTable" : {
|
608
|
+
"nodetype" : "table",
|
609
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
610
|
+
"oid" : "1.3.6.1.2.1.83.1.1.4",
|
611
|
+
"status" : "current",
|
612
|
+
"description" :
|
613
|
+
"""The (conceptual) table containing multicast routing
|
614
|
+
information specific to interfaces.""",
|
615
|
+
}, # table
|
616
|
+
"ipMRouteInterfaceEntry" : {
|
617
|
+
"nodetype" : "row",
|
618
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
619
|
+
"oid" : "1.3.6.1.2.1.83.1.1.4.1",
|
620
|
+
"status" : "current",
|
621
|
+
"linkage" : [
|
622
|
+
"ipMRouteInterfaceIfIndex",
|
623
|
+
],
|
624
|
+
"description" :
|
625
|
+
"""An entry (conceptual row) containing the multicast routing
|
626
|
+
information for a particular interface.""",
|
627
|
+
}, # row
|
628
|
+
"ipMRouteInterfaceIfIndex" : {
|
629
|
+
"nodetype" : "column",
|
630
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
631
|
+
"oid" : "1.3.6.1.2.1.83.1.1.4.1.1",
|
632
|
+
"status" : "current",
|
633
|
+
"syntax" : {
|
634
|
+
"type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
|
635
|
+
},
|
636
|
+
"access" : "noaccess",
|
637
|
+
"description" :
|
638
|
+
"""The ifIndex value of the interface for which this entry
|
639
|
+
contains information.""",
|
640
|
+
}, # column
|
641
|
+
"ipMRouteInterfaceTtl" : {
|
642
|
+
"nodetype" : "column",
|
643
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
644
|
+
"oid" : "1.3.6.1.2.1.83.1.1.4.1.2",
|
645
|
+
"status" : "current",
|
646
|
+
"syntax" : {
|
647
|
+
"type" : {
|
648
|
+
"basetype" : "Integer32",
|
649
|
+
"ranges" : [
|
650
|
+
{
|
651
|
+
"min" : "0",
|
652
|
+
"max" : "255"
|
653
|
+
},
|
654
|
+
],
|
655
|
+
"range" : {
|
656
|
+
"min" : "0",
|
657
|
+
"max" : "255"
|
658
|
+
},
|
659
|
+
},
|
660
|
+
},
|
661
|
+
"access" : "readwrite",
|
662
|
+
"description" :
|
663
|
+
"""The datagram TTL threshold for the interface. Any IP
|
664
|
+
multicast datagrams with a TTL less than this threshold will
|
665
|
+
not be forwarded out the interface. The default value of 0
|
666
|
+
means all multicast packets are forwarded out the
|
667
|
+
interface.""",
|
668
|
+
}, # column
|
669
|
+
"ipMRouteInterfaceProtocol" : {
|
670
|
+
"nodetype" : "column",
|
671
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
672
|
+
"oid" : "1.3.6.1.2.1.83.1.1.4.1.3",
|
673
|
+
"status" : "current",
|
674
|
+
"syntax" : {
|
675
|
+
"type" : { "module" :"IANA-RTPROTO-MIB", "name" : "IANAipMRouteProtocol"},
|
676
|
+
},
|
677
|
+
"access" : "readonly",
|
678
|
+
"description" :
|
679
|
+
"""The routing protocol running on this interface.""",
|
680
|
+
}, # column
|
681
|
+
"ipMRouteInterfaceRateLimit" : {
|
682
|
+
"nodetype" : "column",
|
683
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
684
|
+
"oid" : "1.3.6.1.2.1.83.1.1.4.1.4",
|
685
|
+
"status" : "current",
|
686
|
+
"syntax" : {
|
687
|
+
"type" : { "module" :"", "name" : "Integer32"},
|
688
|
+
},
|
689
|
+
"access" : "readwrite",
|
690
|
+
"default" : "0",
|
691
|
+
"description" :
|
692
|
+
"""The rate-limit, in kilobits per second, of forwarded
|
693
|
+
multicast traffic on the interface. A rate-limit of 0
|
694
|
+
indicates that no rate limiting is done.""",
|
695
|
+
}, # column
|
696
|
+
"ipMRouteInterfaceInMcastOctets" : {
|
697
|
+
"nodetype" : "column",
|
698
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
699
|
+
"oid" : "1.3.6.1.2.1.83.1.1.4.1.5",
|
700
|
+
"status" : "current",
|
701
|
+
"syntax" : {
|
702
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
703
|
+
},
|
704
|
+
"access" : "readonly",
|
705
|
+
"description" :
|
706
|
+
"""The number of octets of multicast packets that have arrived
|
707
|
+
on the interface, including framing characters. This object
|
708
|
+
is similar to ifInOctets in the Interfaces MIB, except that
|
709
|
+
only multicast packets are counted.""",
|
710
|
+
}, # column
|
711
|
+
"ipMRouteInterfaceOutMcastOctets" : {
|
712
|
+
"nodetype" : "column",
|
713
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
714
|
+
"oid" : "1.3.6.1.2.1.83.1.1.4.1.6",
|
715
|
+
"status" : "current",
|
716
|
+
"syntax" : {
|
717
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
|
718
|
+
},
|
719
|
+
"access" : "readonly",
|
720
|
+
"description" :
|
721
|
+
"""The number of octets of multicast packets that have been
|
722
|
+
sent on the interface.""",
|
723
|
+
}, # column
|
724
|
+
"ipMRouteInterfaceHCInMcastOctets" : {
|
725
|
+
"nodetype" : "column",
|
726
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
727
|
+
"oid" : "1.3.6.1.2.1.83.1.1.4.1.7",
|
728
|
+
"status" : "current",
|
729
|
+
"syntax" : {
|
730
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"},
|
731
|
+
},
|
732
|
+
"access" : "readonly",
|
733
|
+
"description" :
|
734
|
+
"""The number of octets of multicast packets that have arrived
|
735
|
+
on the interface, including framing characters. This object
|
736
|
+
is a 64-bit version of ipMRouteInterfaceInMcastOctets. It
|
737
|
+
is similar to ifHCInOctets in the Interfaces MIB, except
|
738
|
+
that only multicast packets are counted.""",
|
739
|
+
}, # column
|
740
|
+
"ipMRouteInterfaceHCOutMcastOctets" : {
|
741
|
+
"nodetype" : "column",
|
742
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
743
|
+
"oid" : "1.3.6.1.2.1.83.1.1.4.1.8",
|
744
|
+
"status" : "current",
|
745
|
+
"syntax" : {
|
746
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"},
|
747
|
+
},
|
748
|
+
"access" : "readonly",
|
749
|
+
"description" :
|
750
|
+
"""The number of octets of multicast packets that have been
|
751
|
+
|
752
|
+
|
753
|
+
sent on the interface. This object is a 64-bit version of
|
754
|
+
ipMRouteInterfaceOutMcastOctets.""",
|
755
|
+
}, # column
|
756
|
+
"ipMRouteBoundaryTable" : {
|
757
|
+
"nodetype" : "table",
|
758
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
759
|
+
"oid" : "1.3.6.1.2.1.83.1.1.5",
|
760
|
+
"status" : "current",
|
761
|
+
"description" :
|
762
|
+
"""The (conceptual) table listing the router's scoped
|
763
|
+
multicast address boundaries.""",
|
764
|
+
}, # table
|
765
|
+
"ipMRouteBoundaryEntry" : {
|
766
|
+
"nodetype" : "row",
|
767
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
768
|
+
"oid" : "1.3.6.1.2.1.83.1.1.5.1",
|
769
|
+
"create" : "true",
|
770
|
+
"status" : "current",
|
771
|
+
"linkage" : [
|
772
|
+
"ipMRouteBoundaryIfIndex",
|
773
|
+
"ipMRouteBoundaryAddress",
|
774
|
+
"ipMRouteBoundaryAddressMask",
|
775
|
+
],
|
776
|
+
"description" :
|
777
|
+
"""An entry (conceptual row) in the ipMRouteBoundaryTable
|
778
|
+
representing a scoped boundary.""",
|
779
|
+
}, # row
|
780
|
+
"ipMRouteBoundaryIfIndex" : {
|
781
|
+
"nodetype" : "column",
|
782
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
783
|
+
"oid" : "1.3.6.1.2.1.83.1.1.5.1.1",
|
784
|
+
"status" : "current",
|
785
|
+
"syntax" : {
|
786
|
+
"type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
|
787
|
+
},
|
788
|
+
"access" : "noaccess",
|
789
|
+
"description" :
|
790
|
+
"""The IfIndex value for the interface to which this boundary
|
791
|
+
applies. Packets with a destination address in the
|
792
|
+
associated address/mask range will not be forwarded out this
|
793
|
+
interface.""",
|
794
|
+
}, # column
|
795
|
+
"ipMRouteBoundaryAddress" : {
|
796
|
+
"nodetype" : "column",
|
797
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
798
|
+
"oid" : "1.3.6.1.2.1.83.1.1.5.1.2",
|
799
|
+
"status" : "current",
|
800
|
+
"syntax" : {
|
801
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
802
|
+
},
|
803
|
+
"access" : "noaccess",
|
804
|
+
"description" :
|
805
|
+
"""The group address which when combined with the
|
806
|
+
corresponding value of ipMRouteBoundaryAddressMask
|
807
|
+
identifies the group range for which the scoped boundary
|
808
|
+
exists. Scoped addresses must come from the range 239.x.x.x
|
809
|
+
as specified in RFC 2365.""",
|
810
|
+
}, # column
|
811
|
+
"ipMRouteBoundaryAddressMask" : {
|
812
|
+
"nodetype" : "column",
|
813
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
814
|
+
"oid" : "1.3.6.1.2.1.83.1.1.5.1.3",
|
815
|
+
"status" : "current",
|
816
|
+
"syntax" : {
|
817
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
818
|
+
},
|
819
|
+
"access" : "noaccess",
|
820
|
+
"description" :
|
821
|
+
"""The group address mask which when combined with the
|
822
|
+
corresponding value of ipMRouteBoundaryAddress identifies
|
823
|
+
the group range for which the scoped boundary exists.""",
|
824
|
+
}, # column
|
825
|
+
"ipMRouteBoundaryStatus" : {
|
826
|
+
"nodetype" : "column",
|
827
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
828
|
+
"oid" : "1.3.6.1.2.1.83.1.1.5.1.4",
|
829
|
+
"status" : "current",
|
830
|
+
"syntax" : {
|
831
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
832
|
+
},
|
833
|
+
"access" : "readwrite",
|
834
|
+
"description" :
|
835
|
+
"""The status of this row, by which new entries may be
|
836
|
+
created, or old entries deleted from this table.""",
|
837
|
+
}, # column
|
838
|
+
"ipMRouteScopeNameTable" : {
|
839
|
+
"nodetype" : "table",
|
840
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
841
|
+
"oid" : "1.3.6.1.2.1.83.1.1.6",
|
842
|
+
"status" : "current",
|
843
|
+
"description" :
|
844
|
+
"""The (conceptual) table listing the multicast scope names.""",
|
845
|
+
}, # table
|
846
|
+
"ipMRouteScopeNameEntry" : {
|
847
|
+
"nodetype" : "row",
|
848
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
849
|
+
"oid" : "1.3.6.1.2.1.83.1.1.6.1",
|
850
|
+
"create" : "true",
|
851
|
+
"status" : "current",
|
852
|
+
"implied" : "true",
|
853
|
+
"linkage" : [
|
854
|
+
"ipMRouteScopeNameAddress",
|
855
|
+
"ipMRouteScopeNameAddressMask",
|
856
|
+
"ipMRouteScopeNameLanguage",
|
857
|
+
],
|
858
|
+
"description" :
|
859
|
+
"""An entry (conceptual row) in the ipMRouteScopeNameTable
|
860
|
+
representing a multicast scope name.""",
|
861
|
+
}, # row
|
862
|
+
"ipMRouteScopeNameAddress" : {
|
863
|
+
"nodetype" : "column",
|
864
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
865
|
+
"oid" : "1.3.6.1.2.1.83.1.1.6.1.1",
|
866
|
+
"status" : "current",
|
867
|
+
"syntax" : {
|
868
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
869
|
+
},
|
870
|
+
"access" : "noaccess",
|
871
|
+
"description" :
|
872
|
+
"""The group address which when combined with the
|
873
|
+
corresponding value of ipMRouteScopeNameAddressMask
|
874
|
+
identifies the group range associated with the multicast
|
875
|
+
scope. Scoped addresses must come from the range
|
876
|
+
239.x.x.x.""",
|
877
|
+
}, # column
|
878
|
+
"ipMRouteScopeNameAddressMask" : {
|
879
|
+
"nodetype" : "column",
|
880
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
881
|
+
"oid" : "1.3.6.1.2.1.83.1.1.6.1.2",
|
882
|
+
"status" : "current",
|
883
|
+
"syntax" : {
|
884
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"},
|
885
|
+
},
|
886
|
+
"access" : "noaccess",
|
887
|
+
"description" :
|
888
|
+
"""The group address mask which when combined with the
|
889
|
+
corresponding value of ipMRouteScopeNameAddress identifies
|
890
|
+
the group range associated with the multicast scope.""",
|
891
|
+
}, # column
|
892
|
+
"ipMRouteScopeNameLanguage" : {
|
893
|
+
"nodetype" : "column",
|
894
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
895
|
+
"oid" : "1.3.6.1.2.1.83.1.1.6.1.3",
|
896
|
+
"status" : "current",
|
897
|
+
"syntax" : {
|
898
|
+
"type" : { "module" :"IPMROUTE-STD-MIB", "name" : "LanguageTag"},
|
899
|
+
},
|
900
|
+
"access" : "noaccess",
|
901
|
+
"description" :
|
902
|
+
"""The RFC 1766-style language tag associated with the scope
|
903
|
+
name.""",
|
904
|
+
}, # column
|
905
|
+
"ipMRouteScopeNameString" : {
|
906
|
+
"nodetype" : "column",
|
907
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
908
|
+
"oid" : "1.3.6.1.2.1.83.1.1.6.1.4",
|
909
|
+
"status" : "current",
|
910
|
+
"syntax" : {
|
911
|
+
"type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
|
912
|
+
},
|
913
|
+
"access" : "readwrite",
|
914
|
+
"description" :
|
915
|
+
"""The textual name associated with the multicast scope. The
|
916
|
+
value of this object should be suitable for displaying to
|
917
|
+
end-users, such as when allocating a multicast address in
|
918
|
+
this scope. When no name is specified, the default value of
|
919
|
+
this object should be the string 239.x.x.x/y with x and y
|
920
|
+
replaced appropriately to describe the address and mask
|
921
|
+
length associated with the scope.""",
|
922
|
+
}, # column
|
923
|
+
"ipMRouteScopeNameDefault" : {
|
924
|
+
"nodetype" : "column",
|
925
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
926
|
+
"oid" : "1.3.6.1.2.1.83.1.1.6.1.5",
|
927
|
+
"status" : "current",
|
928
|
+
"syntax" : {
|
929
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
|
930
|
+
},
|
931
|
+
"access" : "readwrite",
|
932
|
+
"default" : "false",
|
933
|
+
"description" :
|
934
|
+
"""If true, indicates a preference that the name in the
|
935
|
+
following language should be used by applications if no name
|
936
|
+
is available in a desired language.""",
|
937
|
+
}, # column
|
938
|
+
"ipMRouteScopeNameStatus" : {
|
939
|
+
"nodetype" : "column",
|
940
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
941
|
+
"oid" : "1.3.6.1.2.1.83.1.1.6.1.6",
|
942
|
+
"status" : "current",
|
943
|
+
"syntax" : {
|
944
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
945
|
+
},
|
946
|
+
"access" : "readwrite",
|
947
|
+
"description" :
|
948
|
+
"""The status of this row, by which new entries may be
|
949
|
+
created, or old entries deleted from this table.""",
|
950
|
+
}, # column
|
951
|
+
"ipMRouteEntryCount" : {
|
952
|
+
"nodetype" : "scalar",
|
953
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
954
|
+
"oid" : "1.3.6.1.2.1.83.1.1.7",
|
955
|
+
"status" : "current",
|
956
|
+
"syntax" : {
|
957
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
|
958
|
+
},
|
959
|
+
"access" : "readonly",
|
960
|
+
"description" :
|
961
|
+
"""The number of rows in the ipMRouteTable. This can be used
|
962
|
+
to monitor the multicast routing table size.""",
|
963
|
+
}, # scalar
|
964
|
+
"ipMRouteMIBConformance" : {
|
965
|
+
"nodetype" : "node",
|
966
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
967
|
+
"oid" : "1.3.6.1.2.1.83.2",
|
968
|
+
}, # node
|
969
|
+
"ipMRouteMIBCompliances" : {
|
970
|
+
"nodetype" : "node",
|
971
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
972
|
+
"oid" : "1.3.6.1.2.1.83.2.1",
|
973
|
+
}, # node
|
974
|
+
"ipMRouteMIBGroups" : {
|
975
|
+
"nodetype" : "node",
|
976
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
977
|
+
"oid" : "1.3.6.1.2.1.83.2.2",
|
978
|
+
}, # node
|
979
|
+
}, # nodes
|
980
|
+
|
981
|
+
"groups" : {
|
982
|
+
"ipMRouteMIBBasicGroup" : {
|
983
|
+
"nodetype" : "group",
|
984
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
985
|
+
"oid" : "1.3.6.1.2.1.83.2.2.1",
|
986
|
+
"status" : "current",
|
987
|
+
"members" : {
|
988
|
+
"ipMRouteEnable" : {
|
989
|
+
"nodetype" : "member",
|
990
|
+
"module" : "IPMROUTE-STD-MIB"
|
991
|
+
},
|
992
|
+
"ipMRouteEntryCount" : {
|
993
|
+
"nodetype" : "member",
|
994
|
+
"module" : "IPMROUTE-STD-MIB"
|
995
|
+
},
|
996
|
+
"ipMRouteUpstreamNeighbor" : {
|
997
|
+
"nodetype" : "member",
|
998
|
+
"module" : "IPMROUTE-STD-MIB"
|
999
|
+
},
|
1000
|
+
"ipMRouteInIfIndex" : {
|
1001
|
+
"nodetype" : "member",
|
1002
|
+
"module" : "IPMROUTE-STD-MIB"
|
1003
|
+
},
|
1004
|
+
"ipMRouteUpTime" : {
|
1005
|
+
"nodetype" : "member",
|
1006
|
+
"module" : "IPMROUTE-STD-MIB"
|
1007
|
+
},
|
1008
|
+
"ipMRouteExpiryTime" : {
|
1009
|
+
"nodetype" : "member",
|
1010
|
+
"module" : "IPMROUTE-STD-MIB"
|
1011
|
+
},
|
1012
|
+
"ipMRouteNextHopState" : {
|
1013
|
+
"nodetype" : "member",
|
1014
|
+
"module" : "IPMROUTE-STD-MIB"
|
1015
|
+
},
|
1016
|
+
"ipMRouteNextHopUpTime" : {
|
1017
|
+
"nodetype" : "member",
|
1018
|
+
"module" : "IPMROUTE-STD-MIB"
|
1019
|
+
},
|
1020
|
+
"ipMRouteNextHopExpiryTime" : {
|
1021
|
+
"nodetype" : "member",
|
1022
|
+
"module" : "IPMROUTE-STD-MIB"
|
1023
|
+
},
|
1024
|
+
"ipMRouteNextHopProtocol" : {
|
1025
|
+
"nodetype" : "member",
|
1026
|
+
"module" : "IPMROUTE-STD-MIB"
|
1027
|
+
},
|
1028
|
+
"ipMRouteNextHopPkts" : {
|
1029
|
+
"nodetype" : "member",
|
1030
|
+
"module" : "IPMROUTE-STD-MIB"
|
1031
|
+
},
|
1032
|
+
"ipMRouteInterfaceTtl" : {
|
1033
|
+
"nodetype" : "member",
|
1034
|
+
"module" : "IPMROUTE-STD-MIB"
|
1035
|
+
},
|
1036
|
+
"ipMRouteInterfaceProtocol" : {
|
1037
|
+
"nodetype" : "member",
|
1038
|
+
"module" : "IPMROUTE-STD-MIB"
|
1039
|
+
},
|
1040
|
+
"ipMRouteInterfaceRateLimit" : {
|
1041
|
+
"nodetype" : "member",
|
1042
|
+
"module" : "IPMROUTE-STD-MIB"
|
1043
|
+
},
|
1044
|
+
"ipMRouteInterfaceInMcastOctets" : {
|
1045
|
+
"nodetype" : "member",
|
1046
|
+
"module" : "IPMROUTE-STD-MIB"
|
1047
|
+
},
|
1048
|
+
"ipMRouteInterfaceOutMcastOctets" : {
|
1049
|
+
"nodetype" : "member",
|
1050
|
+
"module" : "IPMROUTE-STD-MIB"
|
1051
|
+
},
|
1052
|
+
"ipMRouteProtocol" : {
|
1053
|
+
"nodetype" : "member",
|
1054
|
+
"module" : "IPMROUTE-STD-MIB"
|
1055
|
+
},
|
1056
|
+
}, # members
|
1057
|
+
"description" :
|
1058
|
+
"""A collection of objects to support basic management of IP
|
1059
|
+
Multicast routing.""",
|
1060
|
+
}, # group
|
1061
|
+
"ipMRouteMIBHopCountGroup" : {
|
1062
|
+
"nodetype" : "group",
|
1063
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
1064
|
+
"oid" : "1.3.6.1.2.1.83.2.2.2",
|
1065
|
+
"status" : "current",
|
1066
|
+
"members" : {
|
1067
|
+
"ipMRouteNextHopClosestMemberHops" : {
|
1068
|
+
"nodetype" : "member",
|
1069
|
+
"module" : "IPMROUTE-STD-MIB"
|
1070
|
+
},
|
1071
|
+
}, # members
|
1072
|
+
"description" :
|
1073
|
+
"""A collection of objects to support management of the use of
|
1074
|
+
hop counts in IP Multicast routing.""",
|
1075
|
+
}, # group
|
1076
|
+
"ipMRouteMIBBoundaryGroup" : {
|
1077
|
+
"nodetype" : "group",
|
1078
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
1079
|
+
"oid" : "1.3.6.1.2.1.83.2.2.3",
|
1080
|
+
"status" : "current",
|
1081
|
+
"members" : {
|
1082
|
+
"ipMRouteBoundaryStatus" : {
|
1083
|
+
"nodetype" : "member",
|
1084
|
+
"module" : "IPMROUTE-STD-MIB"
|
1085
|
+
},
|
1086
|
+
"ipMRouteScopeNameString" : {
|
1087
|
+
"nodetype" : "member",
|
1088
|
+
"module" : "IPMROUTE-STD-MIB"
|
1089
|
+
},
|
1090
|
+
"ipMRouteScopeNameDefault" : {
|
1091
|
+
"nodetype" : "member",
|
1092
|
+
"module" : "IPMROUTE-STD-MIB"
|
1093
|
+
},
|
1094
|
+
"ipMRouteScopeNameStatus" : {
|
1095
|
+
"nodetype" : "member",
|
1096
|
+
"module" : "IPMROUTE-STD-MIB"
|
1097
|
+
},
|
1098
|
+
}, # members
|
1099
|
+
"description" :
|
1100
|
+
"""A collection of objects to support management of scoped
|
1101
|
+
multicast address boundaries.""",
|
1102
|
+
}, # group
|
1103
|
+
"ipMRouteMIBPktsOutGroup" : {
|
1104
|
+
"nodetype" : "group",
|
1105
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
1106
|
+
"oid" : "1.3.6.1.2.1.83.2.2.4",
|
1107
|
+
"status" : "current",
|
1108
|
+
"members" : {
|
1109
|
+
"ipMRouteNextHopPkts" : {
|
1110
|
+
"nodetype" : "member",
|
1111
|
+
"module" : "IPMROUTE-STD-MIB"
|
1112
|
+
},
|
1113
|
+
}, # members
|
1114
|
+
"description" :
|
1115
|
+
"""A collection of objects to support management of packet
|
1116
|
+
counters for each outgoing interface entry of a route.""",
|
1117
|
+
}, # group
|
1118
|
+
"ipMRouteMIBHCInterfaceGroup" : {
|
1119
|
+
"nodetype" : "group",
|
1120
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
1121
|
+
"oid" : "1.3.6.1.2.1.83.2.2.5",
|
1122
|
+
"status" : "current",
|
1123
|
+
"members" : {
|
1124
|
+
"ipMRouteInterfaceHCInMcastOctets" : {
|
1125
|
+
"nodetype" : "member",
|
1126
|
+
"module" : "IPMROUTE-STD-MIB"
|
1127
|
+
},
|
1128
|
+
"ipMRouteInterfaceHCOutMcastOctets" : {
|
1129
|
+
"nodetype" : "member",
|
1130
|
+
"module" : "IPMROUTE-STD-MIB"
|
1131
|
+
},
|
1132
|
+
"ipMRouteHCOctets" : {
|
1133
|
+
"nodetype" : "member",
|
1134
|
+
"module" : "IPMROUTE-STD-MIB"
|
1135
|
+
},
|
1136
|
+
}, # members
|
1137
|
+
"description" :
|
1138
|
+
"""A collection of objects providing information specific to
|
1139
|
+
high speed (greater than 20,000,000 bits/second) network
|
1140
|
+
interfaces.""",
|
1141
|
+
}, # group
|
1142
|
+
"ipMRouteMIBRouteGroup" : {
|
1143
|
+
"nodetype" : "group",
|
1144
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
1145
|
+
"oid" : "1.3.6.1.2.1.83.2.2.6",
|
1146
|
+
"status" : "current",
|
1147
|
+
"members" : {
|
1148
|
+
"ipMRouteRtProto" : {
|
1149
|
+
"nodetype" : "member",
|
1150
|
+
"module" : "IPMROUTE-STD-MIB"
|
1151
|
+
},
|
1152
|
+
"ipMRouteRtAddress" : {
|
1153
|
+
"nodetype" : "member",
|
1154
|
+
"module" : "IPMROUTE-STD-MIB"
|
1155
|
+
},
|
1156
|
+
"ipMRouteRtMask" : {
|
1157
|
+
"nodetype" : "member",
|
1158
|
+
"module" : "IPMROUTE-STD-MIB"
|
1159
|
+
},
|
1160
|
+
"ipMRouteRtType" : {
|
1161
|
+
"nodetype" : "member",
|
1162
|
+
"module" : "IPMROUTE-STD-MIB"
|
1163
|
+
},
|
1164
|
+
}, # members
|
1165
|
+
"description" :
|
1166
|
+
"""A collection of objects providing information on the
|
1167
|
+
relationship between multicast routing information, and the
|
1168
|
+
IP Forwarding Table.""",
|
1169
|
+
}, # group
|
1170
|
+
"ipMRouteMIBPktsGroup" : {
|
1171
|
+
"nodetype" : "group",
|
1172
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
1173
|
+
"oid" : "1.3.6.1.2.1.83.2.2.7",
|
1174
|
+
"status" : "current",
|
1175
|
+
"members" : {
|
1176
|
+
"ipMRoutePkts" : {
|
1177
|
+
"nodetype" : "member",
|
1178
|
+
"module" : "IPMROUTE-STD-MIB"
|
1179
|
+
},
|
1180
|
+
"ipMRouteDifferentInIfPackets" : {
|
1181
|
+
"nodetype" : "member",
|
1182
|
+
"module" : "IPMROUTE-STD-MIB"
|
1183
|
+
},
|
1184
|
+
"ipMRouteOctets" : {
|
1185
|
+
"nodetype" : "member",
|
1186
|
+
"module" : "IPMROUTE-STD-MIB"
|
1187
|
+
},
|
1188
|
+
}, # members
|
1189
|
+
"description" :
|
1190
|
+
"""A collection of objects to support management of packet
|
1191
|
+
counters for each forwarding entry.""",
|
1192
|
+
}, # group
|
1193
|
+
}, # groups
|
1194
|
+
|
1195
|
+
"compliances" : {
|
1196
|
+
"ipMRouteMIBCompliance" : {
|
1197
|
+
"nodetype" : "compliance",
|
1198
|
+
"moduleName" : "IPMROUTE-STD-MIB",
|
1199
|
+
"oid" : "1.3.6.1.2.1.83.2.1.1",
|
1200
|
+
"status" : "current",
|
1201
|
+
"description" :
|
1202
|
+
"""The compliance statement for the IP Multicast MIB.""",
|
1203
|
+
"requires" : {
|
1204
|
+
"ipMRouteMIBBasicGroup" : {
|
1205
|
+
"nodetype" : "mandatory",
|
1206
|
+
"module" : "IPMROUTE-STD-MIB"
|
1207
|
+
},
|
1208
|
+
"ipMRouteMIBRouteGroup" : {
|
1209
|
+
"nodetype" : "mandatory",
|
1210
|
+
"module" : "IPMROUTE-STD-MIB"
|
1211
|
+
},
|
1212
|
+
"ipMRouteMIBBoundaryGroup" : {
|
1213
|
+
"nodetype" : "optional",
|
1214
|
+
"module" : "IPMROUTE-STD-MIB",
|
1215
|
+
"description" :
|
1216
|
+
"""This group is mandatory if the router supports
|
1217
|
+
administratively-scoped multicast address boundaries.""",
|
1218
|
+
},
|
1219
|
+
"ipMRouteMIBHCInterfaceGroup" : {
|
1220
|
+
"nodetype" : "optional",
|
1221
|
+
"module" : "IPMROUTE-STD-MIB",
|
1222
|
+
"description" :
|
1223
|
+
"""This group is mandatory only for those network interfaces
|
1224
|
+
for which the value of the corresponding instance of ifSpeed
|
1225
|
+
is greater than 20,000,000 bits/second.""",
|
1226
|
+
},
|
1227
|
+
}, # requires
|
1228
|
+
"refinements" : {
|
1229
|
+
"ipMRouteBoundaryStatus" : {
|
1230
|
+
"module" : "IPMROUTE-STD-MIB",
|
1231
|
+
"access" : "readonly",
|
1232
|
+
"description" :
|
1233
|
+
"""Write access is not required.""",
|
1234
|
+
},
|
1235
|
+
"ipMRouteScopeNameStatus" : {
|
1236
|
+
"module" : "IPMROUTE-STD-MIB",
|
1237
|
+
"access" : "readonly",
|
1238
|
+
"description" :
|
1239
|
+
"""Write access is not required.""",
|
1240
|
+
},
|
1241
|
+
}, # refinements
|
1242
|
+
|
1243
|
+
}, # compliance
|
1244
|
+
}, # compliances
|
1245
|
+
|
1246
|
+
}
|