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,693 @@
|
|
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 GMPLS-LSR-STD-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/GMPLS-LSR-STD-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
11
|
+
|
12
|
+
"GMPLS-LSR-STD-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""IETF Common Control And Measurement Plane (CCAMP) Working Group""",
|
17
|
+
"contact" :
|
18
|
+
""" Thomas D. Nadeau
|
19
|
+
Cisco Systems, Inc.
|
20
|
+
Email: tnadeau@cisco.com
|
21
|
+
Adrian Farrel
|
22
|
+
Old Dog Consulting
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
Email: adrian@olddog.co.uk
|
27
|
+
Comments about this document should be emailed directly to the
|
28
|
+
CCAMP working group mailing list at ccamp@ops.ietf.org.""",
|
29
|
+
"description" :
|
30
|
+
"""Copyright (C) The IETF Trust (2007). This version of
|
31
|
+
this MIB module is part of RFC 4803; see the RFC itself for
|
32
|
+
full legal notices.
|
33
|
+
|
34
|
+
This MIB module contains managed object definitions for the
|
35
|
+
Generalized Multiprotocol (GMPLS) Label Switching Router as
|
36
|
+
defined in Generalized Multi-Protocol Label Switching (GMPLS)
|
37
|
+
Architecture, Mannie et al., RFC 3945, October 2004.""",
|
38
|
+
"revisions" : (
|
39
|
+
{
|
40
|
+
"date" : "2007-02-27 00:00",
|
41
|
+
"description" :
|
42
|
+
"""Initial version issued as part of RFC 4803.""",
|
43
|
+
},
|
44
|
+
),
|
45
|
+
"identity node" : "gmplsLsrStdMIB",
|
46
|
+
},
|
47
|
+
|
48
|
+
"imports" : (
|
49
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
50
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
51
|
+
{"module" : "SNMPv2-SMI", "name" : "Unsigned32"},
|
52
|
+
{"module" : "SNMPv2-SMI", "name" : "zeroDotZero"},
|
53
|
+
{"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
|
54
|
+
{"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
|
55
|
+
{"module" : "SNMPv2-TC", "name" : "RowPointer"},
|
56
|
+
{"module" : "GMPLS-TC-STD-MIB", "name" : "GmplsSegmentDirectionTC"},
|
57
|
+
{"module" : "MPLS-LSR-STD-MIB", "name" : "mplsInterfaceIndex"},
|
58
|
+
{"module" : "MPLS-LSR-STD-MIB", "name" : "mplsInSegmentIndex"},
|
59
|
+
{"module" : "MPLS-LSR-STD-MIB", "name" : "mplsOutSegmentIndex"},
|
60
|
+
{"module" : "MPLS-LSR-STD-MIB", "name" : "mplsInterfaceGroup"},
|
61
|
+
{"module" : "MPLS-LSR-STD-MIB", "name" : "mplsInSegmentGroup"},
|
62
|
+
{"module" : "MPLS-LSR-STD-MIB", "name" : "mplsOutSegmentGroup"},
|
63
|
+
{"module" : "MPLS-LSR-STD-MIB", "name" : "mplsXCGroup"},
|
64
|
+
{"module" : "MPLS-LSR-STD-MIB", "name" : "mplsPerfGroup"},
|
65
|
+
{"module" : "MPLS-LSR-STD-MIB", "name" : "mplsLsrNotificationGroup"},
|
66
|
+
{"module" : "IF-MIB", "name" : "ifGeneralInformationGroup"},
|
67
|
+
{"module" : "IF-MIB", "name" : "ifCounterDiscontinuityGroup"},
|
68
|
+
{"module" : "MPLS-TC-STD-MIB", "name" : "mplsStdMIB"},
|
69
|
+
),
|
70
|
+
|
71
|
+
"nodes" : {
|
72
|
+
"gmplsLsrStdMIB" : {
|
73
|
+
"nodetype" : "node",
|
74
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
75
|
+
"oid" : "1.3.6.1.2.1.10.166.15",
|
76
|
+
"status" : "current",
|
77
|
+
}, # node
|
78
|
+
"gmplsLsrObjects" : {
|
79
|
+
"nodetype" : "node",
|
80
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
81
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1",
|
82
|
+
}, # node
|
83
|
+
"gmplsInterfaceTable" : {
|
84
|
+
"nodetype" : "table",
|
85
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
86
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.1",
|
87
|
+
"status" : "current",
|
88
|
+
"description" :
|
89
|
+
"""This table specifies per-interface GMPLS capability and
|
90
|
+
associated information. It extends the information in the
|
91
|
+
mplsInterfaceTable of MPLS-LSR-STD-MIB through a
|
92
|
+
sparse augmentation relationship.""",
|
93
|
+
"reference" :
|
94
|
+
"""1. Multiprotocol Label Switching (MPLS) Label Switching
|
95
|
+
Router (LSR) Management Information Base (MIB), RFC 3813.""",
|
96
|
+
}, # table
|
97
|
+
"gmplsInterfaceEntry" : {
|
98
|
+
"nodetype" : "row",
|
99
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
100
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.1.1",
|
101
|
+
"create" : "true",
|
102
|
+
"status" : "current",
|
103
|
+
"linkage" : [
|
104
|
+
"mplsInterfaceIndex",
|
105
|
+
],
|
106
|
+
"description" :
|
107
|
+
"""A conceptual row in this table is created automatically by an
|
108
|
+
LSR for each interface that is both capable of supporting
|
109
|
+
GMPLS and configured to support GMPLS. Note that
|
110
|
+
support of GMPLS is not limited to control plane signaling,
|
111
|
+
but may include data-plane-only function configured through
|
112
|
+
SNMP SET commands performed on this MIB module.
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
A conceptual row in this table may also be created via SNMP
|
117
|
+
SET commands or automatically by the LSR to supplement a
|
118
|
+
conceptual row in the mplsInterfaceTable where the interface
|
119
|
+
is not capable of GMPLS but where the other objects carried
|
120
|
+
in this row provide useful additional information for an
|
121
|
+
MPLS interface.
|
122
|
+
|
123
|
+
A conceptual row in this table will exist if and only if a
|
124
|
+
corresponding entry in the mplsInterfaceTable exists, and a
|
125
|
+
corresponding entry in the ifTable exists with ifType = mpls(166).
|
126
|
+
If the associated entry in the ifTable is operationally disabled
|
127
|
+
(thus removing the GMPLS capabilities on the interface) or the
|
128
|
+
entry in the mplsInterfaceTable is deleted, the corresponding entry
|
129
|
+
in this table MUST be deleted shortly thereafter.
|
130
|
+
|
131
|
+
The indexes are the same as for the mplsInterfaceTable. Thus, the
|
132
|
+
entry with index 0 represents the per-platform label space and
|
133
|
+
contains parameters that apply to all interfaces that
|
134
|
+
participate in the per-platform label space.""",
|
135
|
+
"reference" :
|
136
|
+
"""1. Multiprotocol Label Switching (MPLS) Label Switching
|
137
|
+
Router (LSR) Management Information Base (MIB), RFC 3813.""",
|
138
|
+
}, # row
|
139
|
+
"gmplsInterfaceSignalingCaps" : {
|
140
|
+
"nodetype" : "column",
|
141
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
142
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.1.1.1",
|
143
|
+
"status" : "current",
|
144
|
+
"syntax" : {
|
145
|
+
"type" : {
|
146
|
+
"basetype" : "Bits",
|
147
|
+
"unknown" : {
|
148
|
+
"nodetype" : "namednumber",
|
149
|
+
"number" : "0"
|
150
|
+
},
|
151
|
+
"rsvpGmpls" : {
|
152
|
+
"nodetype" : "namednumber",
|
153
|
+
"number" : "1"
|
154
|
+
},
|
155
|
+
"crldpGmpls" : {
|
156
|
+
"nodetype" : "namednumber",
|
157
|
+
"number" : "2"
|
158
|
+
},
|
159
|
+
"otherGmpls" : {
|
160
|
+
"nodetype" : "namednumber",
|
161
|
+
"number" : "3"
|
162
|
+
},
|
163
|
+
},
|
164
|
+
},
|
165
|
+
"access" : "readwrite",
|
166
|
+
"default" : "(rsvpGmpls)",
|
167
|
+
"description" :
|
168
|
+
"""Defines the signaling capabilities on this interface. Multiple
|
169
|
+
bits may legitimately be set at once, but if 'unknown' is set
|
170
|
+
then no other bit may be set. Setting no bits implies that GMPLS
|
171
|
+
signaling cannot be performed on this interface and all LSPs
|
172
|
+
must be manually provisioned or that this table entry is only
|
173
|
+
present to supplement an entry in the mplsInterfaceTable by
|
174
|
+
providing the information carried in other objects in this row.""",
|
175
|
+
"reference" :
|
176
|
+
"""1. Generalized MPLS Signaling - CR-LDP Extensions, RFC 3472.
|
177
|
+
2. The Multiprotocol Label Switching (MPLS) Working Group
|
178
|
+
decision on MPLS signaling protocols, RFC 3468.
|
179
|
+
3. Generalized MPLS Signaling - RSVP-TE Extensions, RFC 3473.""",
|
180
|
+
}, # column
|
181
|
+
"gmplsInterfaceRsvpHelloPeriod" : {
|
182
|
+
"nodetype" : "column",
|
183
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
184
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.1.1.2",
|
185
|
+
"status" : "current",
|
186
|
+
"syntax" : {
|
187
|
+
"type" : { "module" :"", "name" : "Unsigned32"},
|
188
|
+
},
|
189
|
+
"access" : "readwrite",
|
190
|
+
"default" : "3000",
|
191
|
+
"units" : "milliseconds",
|
192
|
+
"description" :
|
193
|
+
"""Period, in milliseconds, between sending Resource Reservation
|
194
|
+
Protocol (RSVP) Hello messages on this interface. A value of 0
|
195
|
+
indicates that no Hello messages should be sent on this
|
196
|
+
interface.
|
197
|
+
|
198
|
+
This object is only valid if gmplsInterfaceSignalingCaps has no
|
199
|
+
bits set or includes the rsvpGmpls bit.""",
|
200
|
+
"reference" :
|
201
|
+
"""1. RSVP-TE: Extensions to RSVP for LSP Tunnels, RFC 3209,
|
202
|
+
section 5.
|
203
|
+
2. Generalized MPLS Signaling - RSVP-TE Extensions, RFC 3473,
|
204
|
+
section 9.3.""",
|
205
|
+
}, # column
|
206
|
+
"gmplsInSegmentTable" : {
|
207
|
+
"nodetype" : "table",
|
208
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
209
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.2",
|
210
|
+
"status" : "current",
|
211
|
+
"description" :
|
212
|
+
"""This table sparse augments the mplsInSegmentTable of
|
213
|
+
MPLS-LSR-STD-MIB to provide GMPLS-specific information about
|
214
|
+
incoming segments to an LSR.""",
|
215
|
+
"reference" :
|
216
|
+
"""1. Multiprotocol Label Switching (MPLS) Label Switching
|
217
|
+
Router (LSR) Management Information Base (MIB), RFC 3813.""",
|
218
|
+
}, # table
|
219
|
+
"gmplsInSegmentEntry" : {
|
220
|
+
"nodetype" : "row",
|
221
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
222
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.2.1",
|
223
|
+
"create" : "true",
|
224
|
+
"status" : "current",
|
225
|
+
"linkage" : [
|
226
|
+
"mplsInSegmentIndex",
|
227
|
+
],
|
228
|
+
"description" :
|
229
|
+
"""An entry in this table extends the representation of an incoming
|
230
|
+
segment represented by an entry in the mplsInSegmentTable in
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
MPLS-LSR-STD-MIB through a sparse augmentation. An entry can be
|
235
|
+
created by a network administrator via SNMP SET commands, or in
|
236
|
+
response to signaling protocol events.
|
237
|
+
|
238
|
+
Note that the storage type for this entry is given by the value
|
239
|
+
of mplsInSegmentStorageType in the corresponding entry of the
|
240
|
+
mplsInSegmentTable.""",
|
241
|
+
"reference" :
|
242
|
+
"""1. Multiprotocol Label Switching (MPLS) Label Switching
|
243
|
+
Router (LSR) Management Information Base (MIB), RFC 3813.""",
|
244
|
+
}, # row
|
245
|
+
"gmplsInSegmentDirection" : {
|
246
|
+
"nodetype" : "column",
|
247
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
248
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.2.1.1",
|
249
|
+
"status" : "current",
|
250
|
+
"syntax" : {
|
251
|
+
"type" : { "module" :"GMPLS-TC-STD-MIB", "name" : "GmplsSegmentDirectionTC"},
|
252
|
+
},
|
253
|
+
"access" : "readwrite",
|
254
|
+
"default" : "forward",
|
255
|
+
"description" :
|
256
|
+
"""This object indicates the direction of data flow on this
|
257
|
+
segment. This object cannot be modified if
|
258
|
+
mplsInSegmentRowStatus for the corresponding entry in the
|
259
|
+
mplsInSegmentTable is active(1).""",
|
260
|
+
"reference" :
|
261
|
+
"""1. Multiprotocol Label Switching (MPLS) Label Switching
|
262
|
+
Router (LSR) Management Information Base (MIB), RFC 3813.""",
|
263
|
+
}, # column
|
264
|
+
"gmplsInSegmentExtraParamsPtr" : {
|
265
|
+
"nodetype" : "column",
|
266
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
267
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.2.1.2",
|
268
|
+
"status" : "current",
|
269
|
+
"syntax" : {
|
270
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowPointer"},
|
271
|
+
},
|
272
|
+
"access" : "readwrite",
|
273
|
+
"default" : "0.0",
|
274
|
+
"description" :
|
275
|
+
"""Some tunnels will run over transports that can usefully support
|
276
|
+
technology-specific additional parameters (for example,
|
277
|
+
Synchronous Optical Network (SONET) resource usage). Such can be
|
278
|
+
supplied from an external table and referenced from here. A value
|
279
|
+
of zeroDotZero in this attribute indicates that there is no such
|
280
|
+
additional information.""",
|
281
|
+
}, # column
|
282
|
+
"gmplsOutSegmentTable" : {
|
283
|
+
"nodetype" : "table",
|
284
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
285
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.3",
|
286
|
+
"status" : "current",
|
287
|
+
"description" :
|
288
|
+
"""This table sparse augments the mplsOutSegmentTable of
|
289
|
+
MPLS-LSR-STD-MIB to provide GMPLS-specific information about
|
290
|
+
outgoing segments from an LSR.""",
|
291
|
+
"reference" :
|
292
|
+
"""1. Multiprotocol Label Switching (MPLS) Label Switching
|
293
|
+
Router (LSR) Management Information Base (MIB), RFC 3813.""",
|
294
|
+
}, # table
|
295
|
+
"gmplsOutSegmentEntry" : {
|
296
|
+
"nodetype" : "row",
|
297
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
298
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.3.1",
|
299
|
+
"create" : "true",
|
300
|
+
"status" : "current",
|
301
|
+
"linkage" : [
|
302
|
+
"mplsOutSegmentIndex",
|
303
|
+
],
|
304
|
+
"description" :
|
305
|
+
"""An entry in this table extends the representation of an outgoing
|
306
|
+
segment represented by an entry in the mplsOutSegmentTable of
|
307
|
+
MPLS-LSR-STD-MIB through a sparse augmentation. An entry can be
|
308
|
+
created by a network administrator via SNMP SET commands, or in
|
309
|
+
response to signaling protocol events.
|
310
|
+
|
311
|
+
Note that the storage type for this entry is given by the value
|
312
|
+
of mplsOutSegmentStorageType in the corresponding entry of the
|
313
|
+
mplsOutSegmentTable.""",
|
314
|
+
"reference" :
|
315
|
+
"""1. Multiprotocol Label Switching (MPLS) Label Switching
|
316
|
+
Router (LSR) Management Information Base (MIB), RFC 3813.""",
|
317
|
+
}, # row
|
318
|
+
"gmplsOutSegmentDirection" : {
|
319
|
+
"nodetype" : "column",
|
320
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
321
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.3.1.1",
|
322
|
+
"status" : "current",
|
323
|
+
"syntax" : {
|
324
|
+
"type" : { "module" :"GMPLS-TC-STD-MIB", "name" : "GmplsSegmentDirectionTC"},
|
325
|
+
},
|
326
|
+
"access" : "readwrite",
|
327
|
+
"default" : "forward",
|
328
|
+
"description" :
|
329
|
+
"""This object indicates the direction of data flow on this
|
330
|
+
segment. This object cannot be modified if
|
331
|
+
mplsOutSegmentRowStatus for the corresponding entry in the
|
332
|
+
mplsOutSegmentTable is active(1).""",
|
333
|
+
"reference" :
|
334
|
+
"""1. Multiprotocol Label Switching (MPLS) Label Switching
|
335
|
+
Router (LSR) Management Information Base (MIB), RFC 3813.""",
|
336
|
+
}, # column
|
337
|
+
"gmplsOutSegmentTTLDecrement" : {
|
338
|
+
"nodetype" : "column",
|
339
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
340
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.3.1.2",
|
341
|
+
"status" : "current",
|
342
|
+
"syntax" : {
|
343
|
+
"type" : { "module" :"", "name" : "Unsigned32"},
|
344
|
+
},
|
345
|
+
"access" : "readwrite",
|
346
|
+
"default" : "0",
|
347
|
+
"description" :
|
348
|
+
"""This object indicates the amount by which to decrement the Time
|
349
|
+
to Live (TTL) of any payload packets forwarded on this segment if
|
350
|
+
per-hop decrementing is being done.
|
351
|
+
|
352
|
+
A value of zero indicates that no decrement should be made or
|
353
|
+
that per-hop decrementing is not in use.
|
354
|
+
|
355
|
+
See the gmplsTunnelTTLDecrement object in the gmplsTunnelTable
|
356
|
+
of GMPLS-TE-STD-MIB for a value by which to decrement the TTL
|
357
|
+
for the whole of a tunnel.
|
358
|
+
|
359
|
+
This object cannot be modified if mplsOutSegmentRowStatus for
|
360
|
+
the associated entry in the mplsOutSegmentTable is active(1).""",
|
361
|
+
"reference" :
|
362
|
+
"""1. Time To Live (TTL) Processing in Multi-Protocol Label
|
363
|
+
Switching (MPLS) Networks, RFC 3443.
|
364
|
+
2. Generalized Multiprotocol Label Switching (GMPLS) Traffic
|
365
|
+
Engineering Management Information Base, RFC 4802.""",
|
366
|
+
}, # column
|
367
|
+
"gmplsOutSegmentExtraParamsPtr" : {
|
368
|
+
"nodetype" : "column",
|
369
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
370
|
+
"oid" : "1.3.6.1.2.1.10.166.15.1.3.1.3",
|
371
|
+
"status" : "current",
|
372
|
+
"syntax" : {
|
373
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowPointer"},
|
374
|
+
},
|
375
|
+
"access" : "readwrite",
|
376
|
+
"default" : "0.0",
|
377
|
+
"description" :
|
378
|
+
"""Some tunnels will run over transports that can usefully support
|
379
|
+
technology-specific additional parameters (for example, SONET
|
380
|
+
resource usage). Such can be supplied from an external table and
|
381
|
+
referenced from here.
|
382
|
+
|
383
|
+
A value of zeroDotZero in this attribute indicates that there is
|
384
|
+
no such additional information.""",
|
385
|
+
}, # column
|
386
|
+
"gmplsLsrConformance" : {
|
387
|
+
"nodetype" : "node",
|
388
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
389
|
+
"oid" : "1.3.6.1.2.1.10.166.15.2",
|
390
|
+
}, # node
|
391
|
+
"gmplsLsrGroups" : {
|
392
|
+
"nodetype" : "node",
|
393
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
394
|
+
"oid" : "1.3.6.1.2.1.10.166.15.2.1",
|
395
|
+
}, # node
|
396
|
+
"gmplsLsrCompliances" : {
|
397
|
+
"nodetype" : "node",
|
398
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
399
|
+
"oid" : "1.3.6.1.2.1.10.166.15.2.2",
|
400
|
+
}, # node
|
401
|
+
}, # nodes
|
402
|
+
|
403
|
+
"groups" : {
|
404
|
+
"gmplsInterfaceGroup" : {
|
405
|
+
"nodetype" : "group",
|
406
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
407
|
+
"oid" : "1.3.6.1.2.1.10.166.15.2.1.1",
|
408
|
+
"status" : "current",
|
409
|
+
"members" : {
|
410
|
+
"gmplsInterfaceSignalingCaps" : {
|
411
|
+
"nodetype" : "member",
|
412
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
413
|
+
},
|
414
|
+
"gmplsInterfaceRsvpHelloPeriod" : {
|
415
|
+
"nodetype" : "member",
|
416
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
417
|
+
},
|
418
|
+
}, # members
|
419
|
+
"description" :
|
420
|
+
"""Collection of objects that provide additional
|
421
|
+
information for an MPLS interface and are needed
|
422
|
+
for GMPLS interface configuration and performance
|
423
|
+
information.""",
|
424
|
+
}, # group
|
425
|
+
"gmplsInSegmentGroup" : {
|
426
|
+
"nodetype" : "group",
|
427
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
428
|
+
"oid" : "1.3.6.1.2.1.10.166.15.2.1.2",
|
429
|
+
"status" : "current",
|
430
|
+
"members" : {
|
431
|
+
"gmplsInSegmentDirection" : {
|
432
|
+
"nodetype" : "member",
|
433
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
434
|
+
},
|
435
|
+
"gmplsInSegmentExtraParamsPtr" : {
|
436
|
+
"nodetype" : "member",
|
437
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
438
|
+
},
|
439
|
+
}, # members
|
440
|
+
"description" :
|
441
|
+
"""Collection of objects that provide additional
|
442
|
+
information for an MPLS in-segment and are needed
|
443
|
+
for GMPLS in-segment configuration and performance
|
444
|
+
information.""",
|
445
|
+
}, # group
|
446
|
+
"gmplsOutSegmentGroup" : {
|
447
|
+
"nodetype" : "group",
|
448
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
449
|
+
"oid" : "1.3.6.1.2.1.10.166.15.2.1.3",
|
450
|
+
"status" : "current",
|
451
|
+
"members" : {
|
452
|
+
"gmplsOutSegmentDirection" : {
|
453
|
+
"nodetype" : "member",
|
454
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
455
|
+
},
|
456
|
+
"gmplsOutSegmentTTLDecrement" : {
|
457
|
+
"nodetype" : "member",
|
458
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
459
|
+
},
|
460
|
+
"gmplsOutSegmentExtraParamsPtr" : {
|
461
|
+
"nodetype" : "member",
|
462
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
463
|
+
},
|
464
|
+
}, # members
|
465
|
+
"description" :
|
466
|
+
"""Collection of objects that provide additional
|
467
|
+
information for an MPLS out-segment and are needed
|
468
|
+
for GMPLS out-segment configuration and performance
|
469
|
+
information.""",
|
470
|
+
}, # group
|
471
|
+
}, # groups
|
472
|
+
|
473
|
+
"compliances" : {
|
474
|
+
"gmplsLsrModuleFullCompliance" : {
|
475
|
+
"nodetype" : "compliance",
|
476
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
477
|
+
"oid" : "1.3.6.1.2.1.10.166.15.2.2.1",
|
478
|
+
"status" : "current",
|
479
|
+
"description" :
|
480
|
+
"""Compliance statement for agents that provide full support for
|
481
|
+
GMPLS-LSR-STD-MIB.
|
482
|
+
|
483
|
+
The mandatory group has to be implemented by all LSRs that
|
484
|
+
originate, terminate, or act as transit for TE-LSPs/tunnels.
|
485
|
+
In addition, depending on the type of tunnels supported, other
|
486
|
+
groups become mandatory as explained below.""",
|
487
|
+
"requires" : {
|
488
|
+
"ifGeneralInformationGroup" : {
|
489
|
+
"nodetype" : "mandatory",
|
490
|
+
"module" : "IF-MIB"
|
491
|
+
},
|
492
|
+
"ifCounterDiscontinuityGroup" : {
|
493
|
+
"nodetype" : "mandatory",
|
494
|
+
"module" : "IF-MIB"
|
495
|
+
},
|
496
|
+
"mplsInterfaceGroup" : {
|
497
|
+
"nodetype" : "mandatory",
|
498
|
+
"module" : "MPLS-LSR-STD-MIB"
|
499
|
+
},
|
500
|
+
"mplsInSegmentGroup" : {
|
501
|
+
"nodetype" : "mandatory",
|
502
|
+
"module" : "MPLS-LSR-STD-MIB"
|
503
|
+
},
|
504
|
+
"mplsOutSegmentGroup" : {
|
505
|
+
"nodetype" : "mandatory",
|
506
|
+
"module" : "MPLS-LSR-STD-MIB"
|
507
|
+
},
|
508
|
+
"mplsXCGroup" : {
|
509
|
+
"nodetype" : "mandatory",
|
510
|
+
"module" : "MPLS-LSR-STD-MIB"
|
511
|
+
},
|
512
|
+
"mplsPerfGroup" : {
|
513
|
+
"nodetype" : "mandatory",
|
514
|
+
"module" : "MPLS-LSR-STD-MIB"
|
515
|
+
},
|
516
|
+
"mplsLsrNotificationGroup" : {
|
517
|
+
"nodetype" : "mandatory",
|
518
|
+
"module" : "MPLS-LSR-STD-MIB"
|
519
|
+
},
|
520
|
+
"gmplsInterfaceGroup" : {
|
521
|
+
"nodetype" : "mandatory",
|
522
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
523
|
+
},
|
524
|
+
"gmplsInSegmentGroup" : {
|
525
|
+
"nodetype" : "mandatory",
|
526
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
527
|
+
},
|
528
|
+
"gmplsOutSegmentGroup" : {
|
529
|
+
"nodetype" : "mandatory",
|
530
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
531
|
+
},
|
532
|
+
}, # requires
|
533
|
+
"refinements" : {
|
534
|
+
"gmplsInSegmentDirection" : {
|
535
|
+
"module" : "GMPLS-LSR-STD-MIB",
|
536
|
+
"syntax" : {
|
537
|
+
"type" : {
|
538
|
+
"basetype" : "Enumeration",
|
539
|
+
"parent module" : {
|
540
|
+
"name" : "GMPLS-TC-STD-MIB",
|
541
|
+
"type" : "GmplsSegmentDirectionTC",
|
542
|
+
},
|
543
|
+
},
|
544
|
+
}, # syntax
|
545
|
+
"access" : "readonly",
|
546
|
+
"description" :
|
547
|
+
"""The only valid value for unidirectional LSPs is forward(1).""",
|
548
|
+
},
|
549
|
+
"gmplsOutSegmentDirection" : {
|
550
|
+
"module" : "GMPLS-LSR-STD-MIB",
|
551
|
+
"syntax" : {
|
552
|
+
"type" : {
|
553
|
+
"basetype" : "Enumeration",
|
554
|
+
"parent module" : {
|
555
|
+
"name" : "GMPLS-TC-STD-MIB",
|
556
|
+
"type" : "GmplsSegmentDirectionTC",
|
557
|
+
},
|
558
|
+
},
|
559
|
+
}, # syntax
|
560
|
+
"access" : "readonly",
|
561
|
+
"description" :
|
562
|
+
"""The only valid value for unidirectional LSPs is forward(1).""",
|
563
|
+
},
|
564
|
+
"gmplsOutSegmentTTLDecrement" : {
|
565
|
+
"module" : "GMPLS-LSR-STD-MIB",
|
566
|
+
"access" : "readonly",
|
567
|
+
"description" :
|
568
|
+
"""Write access is not required.""",
|
569
|
+
},
|
570
|
+
"gmplsInSegmentExtraParamsPtr" : {
|
571
|
+
"module" : "GMPLS-LSR-STD-MIB",
|
572
|
+
"access" : "readonly",
|
573
|
+
"description" :
|
574
|
+
"""Write access is not required.""",
|
575
|
+
},
|
576
|
+
"gmplsOutSegmentExtraParamsPtr" : {
|
577
|
+
"module" : "GMPLS-LSR-STD-MIB",
|
578
|
+
"access" : "readonly",
|
579
|
+
"description" :
|
580
|
+
"""Write access is not required.""",
|
581
|
+
},
|
582
|
+
}, # refinements
|
583
|
+
|
584
|
+
}, # compliance
|
585
|
+
"gmplsLsrModuleReadOnlyCompliance" : {
|
586
|
+
"nodetype" : "compliance",
|
587
|
+
"moduleName" : "GMPLS-LSR-STD-MIB",
|
588
|
+
"oid" : "1.3.6.1.2.1.10.166.15.2.2.2",
|
589
|
+
"status" : "current",
|
590
|
+
"description" :
|
591
|
+
"""Compliance requirement for implementations that only provide
|
592
|
+
read-only support for GMPLS-LSR-STD-MIB. Such devices can then
|
593
|
+
be monitored but cannot be configured using this MIB module.""",
|
594
|
+
"requires" : {
|
595
|
+
"ifGeneralInformationGroup" : {
|
596
|
+
"nodetype" : "mandatory",
|
597
|
+
"module" : "IF-MIB"
|
598
|
+
},
|
599
|
+
"ifCounterDiscontinuityGroup" : {
|
600
|
+
"nodetype" : "mandatory",
|
601
|
+
"module" : "IF-MIB"
|
602
|
+
},
|
603
|
+
"mplsInterfaceGroup" : {
|
604
|
+
"nodetype" : "mandatory",
|
605
|
+
"module" : "MPLS-LSR-STD-MIB"
|
606
|
+
},
|
607
|
+
"mplsInSegmentGroup" : {
|
608
|
+
"nodetype" : "mandatory",
|
609
|
+
"module" : "MPLS-LSR-STD-MIB"
|
610
|
+
},
|
611
|
+
"mplsOutSegmentGroup" : {
|
612
|
+
"nodetype" : "mandatory",
|
613
|
+
"module" : "MPLS-LSR-STD-MIB"
|
614
|
+
},
|
615
|
+
"mplsXCGroup" : {
|
616
|
+
"nodetype" : "mandatory",
|
617
|
+
"module" : "MPLS-LSR-STD-MIB"
|
618
|
+
},
|
619
|
+
"mplsPerfGroup" : {
|
620
|
+
"nodetype" : "mandatory",
|
621
|
+
"module" : "MPLS-LSR-STD-MIB"
|
622
|
+
},
|
623
|
+
"gmplsInterfaceGroup" : {
|
624
|
+
"nodetype" : "mandatory",
|
625
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
626
|
+
},
|
627
|
+
"gmplsInSegmentGroup" : {
|
628
|
+
"nodetype" : "mandatory",
|
629
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
630
|
+
},
|
631
|
+
"gmplsOutSegmentGroup" : {
|
632
|
+
"nodetype" : "mandatory",
|
633
|
+
"module" : "GMPLS-LSR-STD-MIB"
|
634
|
+
},
|
635
|
+
}, # requires
|
636
|
+
"refinements" : {
|
637
|
+
"gmplsInterfaceSignalingCaps" : {
|
638
|
+
"module" : "GMPLS-LSR-STD-MIB",
|
639
|
+
"access" : "readonly",
|
640
|
+
"description" :
|
641
|
+
"""Write access is not required.""",
|
642
|
+
},
|
643
|
+
"gmplsInterfaceRsvpHelloPeriod" : {
|
644
|
+
"module" : "GMPLS-LSR-STD-MIB",
|
645
|
+
"access" : "readonly",
|
646
|
+
"description" :
|
647
|
+
"""Write access is not required.""",
|
648
|
+
},
|
649
|
+
"gmplsInSegmentDirection" : {
|
650
|
+
"module" : "GMPLS-LSR-STD-MIB",
|
651
|
+
"syntax" : {
|
652
|
+
"type" : {
|
653
|
+
"basetype" : "Enumeration",
|
654
|
+
"parent module" : {
|
655
|
+
"name" : "GMPLS-TC-STD-MIB",
|
656
|
+
"type" : "GmplsSegmentDirectionTC",
|
657
|
+
},
|
658
|
+
},
|
659
|
+
}, # syntax
|
660
|
+
"access" : "readonly",
|
661
|
+
"description" :
|
662
|
+
"""The only valid value for unidirectional LSPs is forward(1).""",
|
663
|
+
},
|
664
|
+
"gmplsInSegmentExtraParamsPtr" : {
|
665
|
+
"module" : "GMPLS-LSR-STD-MIB",
|
666
|
+
"access" : "readonly",
|
667
|
+
"description" :
|
668
|
+
"""Write access is not required.""",
|
669
|
+
},
|
670
|
+
"gmplsOutSegmentDirection" : {
|
671
|
+
"module" : "GMPLS-LSR-STD-MIB",
|
672
|
+
"access" : "readonly",
|
673
|
+
"description" :
|
674
|
+
"""The only valid value for unidirectional LSPs is forward(1).""",
|
675
|
+
},
|
676
|
+
"gmplsOutSegmentTTLDecrement" : {
|
677
|
+
"module" : "GMPLS-LSR-STD-MIB",
|
678
|
+
"access" : "readonly",
|
679
|
+
"description" :
|
680
|
+
"""Write access is not required.""",
|
681
|
+
},
|
682
|
+
"gmplsOutSegmentExtraParamsPtr" : {
|
683
|
+
"module" : "GMPLS-LSR-STD-MIB",
|
684
|
+
"access" : "readonly",
|
685
|
+
"description" :
|
686
|
+
"""Write access is not required.""",
|
687
|
+
},
|
688
|
+
}, # refinements
|
689
|
+
|
690
|
+
}, # compliance
|
691
|
+
}, # compliances
|
692
|
+
|
693
|
+
}
|