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,911 @@
|
|
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 MPLS-TC-STD-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/MPLS-TC-STD-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "MPLS-TC-STD-MIB",
|
11
|
+
|
12
|
+
"MPLS-TC-STD-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""IETF Multiprotocol Label Switching (MPLS) Working
|
17
|
+
Group.""",
|
18
|
+
"contact" :
|
19
|
+
""" Thomas D. Nadeau
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
Cisco Systems, Inc.
|
24
|
+
tnadeau@cisco.com
|
25
|
+
|
26
|
+
Joan Cucchiara
|
27
|
+
Marconi Communications, Inc.
|
28
|
+
jcucchiara@mindspring.com
|
29
|
+
|
30
|
+
Cheenu Srinivasan
|
31
|
+
Bloomberg L.P.
|
32
|
+
cheenu@bloomberg.net
|
33
|
+
|
34
|
+
Arun Viswanathan
|
35
|
+
Force10 Networks, Inc.
|
36
|
+
arunv@force10networks.com
|
37
|
+
|
38
|
+
Hans Sjostrand
|
39
|
+
ipUnplugged
|
40
|
+
hans@ipunplugged.com
|
41
|
+
|
42
|
+
Kireeti Kompella
|
43
|
+
Juniper Networks
|
44
|
+
kireeti@juniper.net
|
45
|
+
|
46
|
+
Email comments to the MPLS WG Mailing List at
|
47
|
+
mpls@uu.net.""",
|
48
|
+
"description" :
|
49
|
+
"""Copyright (C) The Internet Society (2004). The
|
50
|
+
initial version of this MIB module was published
|
51
|
+
in RFC 3811. For full legal notices see the RFC
|
52
|
+
itself or see:
|
53
|
+
http://www.ietf.org/copyrights/ianamib.html
|
54
|
+
|
55
|
+
This MIB module defines TEXTUAL-CONVENTIONs
|
56
|
+
for concepts used in Multiprotocol Label
|
57
|
+
Switching (MPLS) networks.""",
|
58
|
+
"revisions" : (
|
59
|
+
{
|
60
|
+
"date" : "2004-06-03 00:00",
|
61
|
+
"description" :
|
62
|
+
"""Initial version published as part of RFC 3811.""",
|
63
|
+
},
|
64
|
+
),
|
65
|
+
"identity node" : "mplsTCStdMIB",
|
66
|
+
},
|
67
|
+
|
68
|
+
"imports" : (
|
69
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
70
|
+
{"module" : "SNMPv2-SMI", "name" : "Unsigned32"},
|
71
|
+
{"module" : "SNMPv2-SMI", "name" : "Integer32"},
|
72
|
+
{"module" : "SNMPv2-SMI", "name" : "transmission"},
|
73
|
+
{"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
|
74
|
+
),
|
75
|
+
|
76
|
+
"typedefs" : {
|
77
|
+
"MplsAtmVcIdentifier" : {
|
78
|
+
"basetype" : "Integer32",
|
79
|
+
"status" : "current",
|
80
|
+
"ranges" : [
|
81
|
+
{
|
82
|
+
"min" : "32",
|
83
|
+
"max" : "65535"
|
84
|
+
},
|
85
|
+
],
|
86
|
+
"range" : {
|
87
|
+
"min" : "32",
|
88
|
+
"max" : "65535"
|
89
|
+
},
|
90
|
+
"format" : "d",
|
91
|
+
"description" :
|
92
|
+
"""A Label Switching Router (LSR) that
|
93
|
+
creates LDP sessions on ATM interfaces
|
94
|
+
uses the VCI or VPI/VCI field to hold the
|
95
|
+
LDP Label.
|
96
|
+
|
97
|
+
VCI values MUST NOT be in the 0-31 range.
|
98
|
+
The values 0 to 31 are reserved for other uses
|
99
|
+
by the ITU and ATM Forum. The value
|
100
|
+
of 32 can only be used for the Control VC,
|
101
|
+
although values greater than 32 could be
|
102
|
+
configured for the Control VC.
|
103
|
+
|
104
|
+
If a value from 0 to 31 is used for a VCI
|
105
|
+
the management entity controlling the LDP
|
106
|
+
subsystem should reject this with an
|
107
|
+
inconsistentValue error. Also, if
|
108
|
+
the value of 32 is used for a VC which is
|
109
|
+
NOT the Control VC, this should
|
110
|
+
result in an inconsistentValue error.""",
|
111
|
+
"reference" :
|
112
|
+
"""MPLS using LDP and ATM VC Switching, RFC3035.""",
|
113
|
+
},
|
114
|
+
"MplsBitRate" : {
|
115
|
+
"basetype" : "Unsigned32",
|
116
|
+
"status" : "current",
|
117
|
+
"ranges" : [
|
118
|
+
{
|
119
|
+
"min" : "0",
|
120
|
+
"max" : "4294967295"
|
121
|
+
},
|
122
|
+
],
|
123
|
+
"range" : {
|
124
|
+
"min" : "0",
|
125
|
+
"max" : "4294967295"
|
126
|
+
},
|
127
|
+
"format" : "d",
|
128
|
+
"description" :
|
129
|
+
"""If the value of this object is greater than zero,
|
130
|
+
then this represents the bandwidth of this MPLS
|
131
|
+
interface (or Label Switched Path) in units of
|
132
|
+
'1,000 bits per second'.
|
133
|
+
|
134
|
+
The value, when greater than zero, represents the
|
135
|
+
bandwidth of this MPLS interface (rounded to the
|
136
|
+
nearest 1,000) in units of 1,000 bits per second.
|
137
|
+
If the bandwidth of the MPLS interface is between
|
138
|
+
((n * 1000) - 500) and ((n * 1000) + 499), the value
|
139
|
+
of this object is n, such that n > 0.
|
140
|
+
|
141
|
+
If the value of this object is 0 (zero), this
|
142
|
+
means that the traffic over this MPLS interface is
|
143
|
+
considered to be best effort.""",
|
144
|
+
},
|
145
|
+
"MplsBurstSize" : {
|
146
|
+
"basetype" : "Unsigned32",
|
147
|
+
"status" : "current",
|
148
|
+
"ranges" : [
|
149
|
+
{
|
150
|
+
"min" : "0",
|
151
|
+
"max" : "4294967295"
|
152
|
+
},
|
153
|
+
],
|
154
|
+
"range" : {
|
155
|
+
"min" : "0",
|
156
|
+
"max" : "4294967295"
|
157
|
+
},
|
158
|
+
"format" : "d",
|
159
|
+
"description" :
|
160
|
+
"""The number of octets of MPLS data that the stream
|
161
|
+
may send back-to-back without concern for policing.
|
162
|
+
The value of zero indicates that an implementation
|
163
|
+
does not support Burst Size.""",
|
164
|
+
},
|
165
|
+
"MplsExtendedTunnelId" : {
|
166
|
+
"basetype" : "Unsigned32",
|
167
|
+
"status" : "current",
|
168
|
+
"ranges" : [
|
169
|
+
{
|
170
|
+
"min" : "0",
|
171
|
+
"max" : "4294967295"
|
172
|
+
},
|
173
|
+
],
|
174
|
+
"range" : {
|
175
|
+
"min" : "0",
|
176
|
+
"max" : "4294967295"
|
177
|
+
},
|
178
|
+
"description" :
|
179
|
+
"""A unique identifier for an MPLS Tunnel. This may
|
180
|
+
represent an IPv4 address of the ingress or egress
|
181
|
+
LSR for the tunnel. This value is derived from the
|
182
|
+
Extended Tunnel Id in RSVP or the Ingress Router ID
|
183
|
+
for CR-LDP.""",
|
184
|
+
"reference" :
|
185
|
+
"""RSVP-TE: Extensions to RSVP for LSP Tunnels,
|
186
|
+
[RFC3209].
|
187
|
+
|
188
|
+
Constraint-Based LSP Setup using LDP, [RFC3212].""",
|
189
|
+
},
|
190
|
+
"MplsLabel" : {
|
191
|
+
"basetype" : "Unsigned32",
|
192
|
+
"status" : "current",
|
193
|
+
"ranges" : [
|
194
|
+
{
|
195
|
+
"min" : "0",
|
196
|
+
"max" : "4294967295"
|
197
|
+
},
|
198
|
+
],
|
199
|
+
"range" : {
|
200
|
+
"min" : "0",
|
201
|
+
"max" : "4294967295"
|
202
|
+
},
|
203
|
+
"description" :
|
204
|
+
"""This value represents an MPLS label as defined in
|
205
|
+
[RFC3031], [RFC3032], [RFC3034], [RFC3035] and
|
206
|
+
[RFC3471].
|
207
|
+
|
208
|
+
The label contents are specific to the label being
|
209
|
+
represented, such as:
|
210
|
+
|
211
|
+
* The label carried in an MPLS shim header
|
212
|
+
(for LDP this is the Generic Label) is a 20-bit
|
213
|
+
number represented by 4 octets. Bits 0-19 contain
|
214
|
+
a label or a reserved label value. Bits 20-31
|
215
|
+
MUST be zero.
|
216
|
+
|
217
|
+
The following is quoted directly from [RFC3032].
|
218
|
+
There are several reserved label values:
|
219
|
+
|
220
|
+
i. A value of 0 represents the
|
221
|
+
'IPv4 Explicit NULL Label'. This label
|
222
|
+
value is only legal at the bottom of the
|
223
|
+
label stack. It indicates that the label
|
224
|
+
stack must be popped, and the forwarding
|
225
|
+
of the packet must then be based on the
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
IPv4 header.
|
230
|
+
|
231
|
+
ii. A value of 1 represents the
|
232
|
+
'Router Alert Label'. This label value is
|
233
|
+
legal anywhere in the label stack except at
|
234
|
+
the bottom. When a received packet
|
235
|
+
contains this label value at the top of
|
236
|
+
the label stack, it is delivered to a
|
237
|
+
local software module for processing.
|
238
|
+
The actual forwarding of the packet
|
239
|
+
is determined by the label beneath it
|
240
|
+
in the stack. However, if the packet is
|
241
|
+
forwarded further, the Router Alert Label
|
242
|
+
should be pushed back onto the label stack
|
243
|
+
before forwarding. The use of this label
|
244
|
+
is analogous to the use of the
|
245
|
+
'Router Alert Option' in IP packets
|
246
|
+
[RFC2113]. Since this label
|
247
|
+
cannot occur at the bottom of the stack,
|
248
|
+
it is not associated with a
|
249
|
+
particular network layer protocol.
|
250
|
+
|
251
|
+
iii. A value of 2 represents the
|
252
|
+
'IPv6 Explicit NULL Label'. This label
|
253
|
+
value is only legal at the bottom of the
|
254
|
+
label stack. It indicates that the label
|
255
|
+
stack must be popped, and the forwarding
|
256
|
+
of the packet must then be based on the
|
257
|
+
IPv6 header.
|
258
|
+
|
259
|
+
iv. A value of 3 represents the
|
260
|
+
'Implicit NULL Label'.
|
261
|
+
This is a label that an LSR may assign and
|
262
|
+
distribute, but which never actually
|
263
|
+
appears in the encapsulation. When an
|
264
|
+
LSR would otherwise replace the label
|
265
|
+
at the top of the stack with a new label,
|
266
|
+
but the new label is 'Implicit NULL',
|
267
|
+
the LSR will pop the stack instead of
|
268
|
+
doing the replacement. Although
|
269
|
+
this value may never appear in the
|
270
|
+
encapsulation, it needs to be specified in
|
271
|
+
the Label Distribution Protocol, so a value
|
272
|
+
is reserved.
|
273
|
+
|
274
|
+
v. Values 4-15 are reserved.
|
275
|
+
|
276
|
+
* The frame relay label can be either 10-bits or
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
23-bits depending on the DLCI field size and the
|
281
|
+
upper 22-bits or upper 9-bits must be zero,
|
282
|
+
respectively.
|
283
|
+
|
284
|
+
* For an ATM label the lower 16-bits represents the
|
285
|
+
VCI, the next 12-bits represents the VPI and the
|
286
|
+
remaining bits MUST be zero.
|
287
|
+
|
288
|
+
* The Generalized-MPLS (GMPLS) label contains a
|
289
|
+
value greater than 2^24-1 and used in GMPLS
|
290
|
+
as defined in [RFC3471].""",
|
291
|
+
"reference" :
|
292
|
+
"""Multiprotocol Label Switching Architecture,
|
293
|
+
RFC3031.
|
294
|
+
|
295
|
+
MPLS Label Stack Encoding, [RFC3032].
|
296
|
+
|
297
|
+
Use of Label Switching on Frame Relay Networks,
|
298
|
+
RFC3034.
|
299
|
+
|
300
|
+
MPLS using LDP and ATM VC Switching, RFC3035.
|
301
|
+
Generalized Multiprotocol Label Switching
|
302
|
+
(GMPLS) Architecture, [RFC3471].""",
|
303
|
+
},
|
304
|
+
"MplsLabelDistributionMethod" : {
|
305
|
+
"basetype" : "Enumeration",
|
306
|
+
"status" : "current",
|
307
|
+
"downstreamOnDemand" : {
|
308
|
+
"nodetype" : "namednumber",
|
309
|
+
"number" : "1"
|
310
|
+
},
|
311
|
+
"downstreamUnsolicited" : {
|
312
|
+
"nodetype" : "namednumber",
|
313
|
+
"number" : "2"
|
314
|
+
},
|
315
|
+
"description" :
|
316
|
+
"""The label distribution method which is also called
|
317
|
+
the label advertisement mode [RFC3036].
|
318
|
+
Each interface on an LSR is configured to operate
|
319
|
+
in either Downstream Unsolicited or Downstream
|
320
|
+
on Demand.""",
|
321
|
+
"reference" :
|
322
|
+
"""Multiprotocol Label Switching Architecture,
|
323
|
+
RFC3031.
|
324
|
+
|
325
|
+
LDP Specification, RFC3036, Section 2.6.3.""",
|
326
|
+
},
|
327
|
+
"MplsLdpIdentifier" : {
|
328
|
+
"basetype" : "OctetString",
|
329
|
+
"status" : "current",
|
330
|
+
"ranges" : [
|
331
|
+
{
|
332
|
+
"min" : "6",
|
333
|
+
"max" : "6"
|
334
|
+
},
|
335
|
+
],
|
336
|
+
"range" : {
|
337
|
+
"min" : "6",
|
338
|
+
"max" : "6"
|
339
|
+
},
|
340
|
+
"format" : "1d.1d.1d.1d:2d",
|
341
|
+
"description" :
|
342
|
+
"""The LDP identifier is a six octet
|
343
|
+
|
344
|
+
|
345
|
+
|
346
|
+
quantity which is used to identify a
|
347
|
+
Label Switching Router (LSR) label space.
|
348
|
+
|
349
|
+
The first four octets identify the LSR and
|
350
|
+
must be a globally unique value, such as a
|
351
|
+
32-bit router ID assigned to the LSR, and the
|
352
|
+
last two octets identify a specific label
|
353
|
+
space within the LSR.""",
|
354
|
+
},
|
355
|
+
"MplsLsrIdentifier" : {
|
356
|
+
"basetype" : "OctetString",
|
357
|
+
"status" : "current",
|
358
|
+
"ranges" : [
|
359
|
+
{
|
360
|
+
"min" : "4",
|
361
|
+
"max" : "4"
|
362
|
+
},
|
363
|
+
],
|
364
|
+
"range" : {
|
365
|
+
"min" : "4",
|
366
|
+
"max" : "4"
|
367
|
+
},
|
368
|
+
"description" :
|
369
|
+
"""The Label Switching Router (LSR) identifier is the
|
370
|
+
first 4 bytes of the Label Distribution Protocol
|
371
|
+
(LDP) identifier.""",
|
372
|
+
},
|
373
|
+
"MplsLdpLabelType" : {
|
374
|
+
"basetype" : "Enumeration",
|
375
|
+
"status" : "current",
|
376
|
+
"generic" : {
|
377
|
+
"nodetype" : "namednumber",
|
378
|
+
"number" : "1"
|
379
|
+
},
|
380
|
+
"atm" : {
|
381
|
+
"nodetype" : "namednumber",
|
382
|
+
"number" : "2"
|
383
|
+
},
|
384
|
+
"frameRelay" : {
|
385
|
+
"nodetype" : "namednumber",
|
386
|
+
"number" : "3"
|
387
|
+
},
|
388
|
+
"description" :
|
389
|
+
"""The Layer 2 label types which are defined for MPLS
|
390
|
+
LDP and/or CR-LDP are generic(1), atm(2), or
|
391
|
+
frameRelay(3).""",
|
392
|
+
},
|
393
|
+
"MplsLSPID" : {
|
394
|
+
"basetype" : "OctetString",
|
395
|
+
"status" : "current",
|
396
|
+
"ranges" : [
|
397
|
+
{
|
398
|
+
"min" : "2",
|
399
|
+
"max" : "2"
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"min" : "6",
|
403
|
+
"max" : "6"
|
404
|
+
},
|
405
|
+
],
|
406
|
+
"range" : {
|
407
|
+
"min" : "2",
|
408
|
+
"max" : "6"
|
409
|
+
},
|
410
|
+
"description" :
|
411
|
+
"""A unique identifier within an MPLS network that is
|
412
|
+
assigned to each LSP. This is assigned at the head
|
413
|
+
end of the LSP and can be used by all LSRs
|
414
|
+
to identify this LSP. This value is piggybacked by
|
415
|
+
the signaling protocol when this LSP is signaled
|
416
|
+
within the network. This identifier can then be
|
417
|
+
used at each LSR to identify which labels are
|
418
|
+
being swapped to other labels for this LSP. This
|
419
|
+
object can also be used to disambiguate LSPs that
|
420
|
+
share the same RSVP sessions between the same
|
421
|
+
source and destination.
|
422
|
+
|
423
|
+
For LSPs established using CR-LDP, the LSPID is
|
424
|
+
composed of the ingress LSR Router ID (or any of
|
425
|
+
its own IPv4 addresses) and a locally unique
|
426
|
+
CR-LSP ID to that LSR. The first two bytes carry
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
the CR-LSPID, and the remaining 4 bytes carry
|
431
|
+
the Router ID. The LSPID is useful in network
|
432
|
+
management, in CR-LSP repair, and in using
|
433
|
+
an already established CR-LSP as a hop in
|
434
|
+
an ER-TLV.
|
435
|
+
|
436
|
+
For LSPs signaled using RSVP-TE, the LSP ID is
|
437
|
+
defined as a 16-bit (2 byte) identifier used
|
438
|
+
in the SENDER_TEMPLATE and the FILTER_SPEC
|
439
|
+
that can be changed to allow a sender to
|
440
|
+
share resources with itself. The length of this
|
441
|
+
object should only be 2 or 6 bytes. If the length
|
442
|
+
of this octet string is 2 bytes, then it must
|
443
|
+
identify an RSVP-TE LSPID, or it is 6 bytes,
|
444
|
+
it must contain a CR-LDP LSPID.""",
|
445
|
+
"reference" :
|
446
|
+
"""RSVP-TE: Extensions to RSVP for LSP Tunnels,
|
447
|
+
[RFC3209].
|
448
|
+
|
449
|
+
Constraint-Based LSP Setup using LDP,
|
450
|
+
[RFC3212].""",
|
451
|
+
},
|
452
|
+
"MplsLspType" : {
|
453
|
+
"basetype" : "Enumeration",
|
454
|
+
"status" : "current",
|
455
|
+
"unknown" : {
|
456
|
+
"nodetype" : "namednumber",
|
457
|
+
"number" : "1"
|
458
|
+
},
|
459
|
+
"terminatingLsp" : {
|
460
|
+
"nodetype" : "namednumber",
|
461
|
+
"number" : "2"
|
462
|
+
},
|
463
|
+
"originatingLsp" : {
|
464
|
+
"nodetype" : "namednumber",
|
465
|
+
"number" : "3"
|
466
|
+
},
|
467
|
+
"crossConnectingLsp" : {
|
468
|
+
"nodetype" : "namednumber",
|
469
|
+
"number" : "4"
|
470
|
+
},
|
471
|
+
"description" :
|
472
|
+
"""Types of Label Switch Paths (LSPs)
|
473
|
+
on a Label Switching Router (LSR) or a
|
474
|
+
Label Edge Router (LER) are:
|
475
|
+
|
476
|
+
unknown(1) -- if the LSP is not known
|
477
|
+
to be one of the following.
|
478
|
+
|
479
|
+
terminatingLsp(2) -- if the LSP terminates
|
480
|
+
on the LSR/LER, then this
|
481
|
+
is an egressing LSP
|
482
|
+
which ends on the LSR/LER,
|
483
|
+
|
484
|
+
originatingLsp(3) -- if the LSP originates
|
485
|
+
from this LSR/LER, then
|
486
|
+
this is an ingressing LSP
|
487
|
+
which is the head-end of
|
488
|
+
the LSP,
|
489
|
+
|
490
|
+
crossConnectingLsp(4) -- if the LSP ingresses
|
491
|
+
and egresses on the LSR,
|
492
|
+
then it is
|
493
|
+
cross-connecting on that
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
LSR.""",
|
498
|
+
},
|
499
|
+
"MplsOwner" : {
|
500
|
+
"basetype" : "Enumeration",
|
501
|
+
"status" : "current",
|
502
|
+
"unknown" : {
|
503
|
+
"nodetype" : "namednumber",
|
504
|
+
"number" : "1"
|
505
|
+
},
|
506
|
+
"other" : {
|
507
|
+
"nodetype" : "namednumber",
|
508
|
+
"number" : "2"
|
509
|
+
},
|
510
|
+
"snmp" : {
|
511
|
+
"nodetype" : "namednumber",
|
512
|
+
"number" : "3"
|
513
|
+
},
|
514
|
+
"ldp" : {
|
515
|
+
"nodetype" : "namednumber",
|
516
|
+
"number" : "4"
|
517
|
+
},
|
518
|
+
"crldp" : {
|
519
|
+
"nodetype" : "namednumber",
|
520
|
+
"number" : "5"
|
521
|
+
},
|
522
|
+
"rsvpTe" : {
|
523
|
+
"nodetype" : "namednumber",
|
524
|
+
"number" : "6"
|
525
|
+
},
|
526
|
+
"policyAgent" : {
|
527
|
+
"nodetype" : "namednumber",
|
528
|
+
"number" : "7"
|
529
|
+
},
|
530
|
+
"description" :
|
531
|
+
"""This object indicates the local network
|
532
|
+
management subsystem that originally created
|
533
|
+
the object(s) in question. The values of
|
534
|
+
this enumeration are defined as follows:
|
535
|
+
|
536
|
+
unknown(1) - the local network management
|
537
|
+
subsystem cannot discern which
|
538
|
+
component created the object.
|
539
|
+
|
540
|
+
other(2) - the local network management
|
541
|
+
subsystem is able to discern which component
|
542
|
+
created the object, but the component is not
|
543
|
+
listed within the following choices,
|
544
|
+
e.g., command line interface (cli).
|
545
|
+
|
546
|
+
snmp(3) - The Simple Network Management Protocol
|
547
|
+
was used to configure this object initially.
|
548
|
+
|
549
|
+
ldp(4) - The Label Distribution Protocol was
|
550
|
+
used to configure this object initially.
|
551
|
+
|
552
|
+
crldp(5) - The Constraint-Based Label Distribution
|
553
|
+
Protocol was used to configure this object
|
554
|
+
initially.
|
555
|
+
|
556
|
+
rsvpTe(6) - The Resource Reservation Protocol was
|
557
|
+
used to configure this object initially.
|
558
|
+
|
559
|
+
policyAgent(7) - A policy agent (perhaps in
|
560
|
+
combination with one of the above protocols) was
|
561
|
+
used to configure this object initially.
|
562
|
+
|
563
|
+
An object created by any of the above choices
|
564
|
+
MAY be modified or destroyed by the same or a
|
565
|
+
different choice.""",
|
566
|
+
},
|
567
|
+
"MplsPathIndexOrZero" : {
|
568
|
+
"basetype" : "Unsigned32",
|
569
|
+
"status" : "current",
|
570
|
+
"ranges" : [
|
571
|
+
{
|
572
|
+
"min" : "0",
|
573
|
+
"max" : "4294967295"
|
574
|
+
},
|
575
|
+
],
|
576
|
+
"range" : {
|
577
|
+
"min" : "0",
|
578
|
+
"max" : "4294967295"
|
579
|
+
},
|
580
|
+
"description" :
|
581
|
+
"""A unique identifier used to identify a specific
|
582
|
+
path used by a tunnel. A value of 0 (zero) means
|
583
|
+
that no path is in use.""",
|
584
|
+
},
|
585
|
+
"MplsPathIndex" : {
|
586
|
+
"basetype" : "Unsigned32",
|
587
|
+
"status" : "current",
|
588
|
+
"ranges" : [
|
589
|
+
{
|
590
|
+
"min" : "1",
|
591
|
+
"max" : "4294967295"
|
592
|
+
},
|
593
|
+
],
|
594
|
+
"range" : {
|
595
|
+
"min" : "1",
|
596
|
+
"max" : "4294967295"
|
597
|
+
},
|
598
|
+
"description" :
|
599
|
+
"""A unique value to index (by Path number) an
|
600
|
+
entry in a table.""",
|
601
|
+
},
|
602
|
+
"MplsRetentionMode" : {
|
603
|
+
"basetype" : "Enumeration",
|
604
|
+
"status" : "current",
|
605
|
+
"conservative" : {
|
606
|
+
"nodetype" : "namednumber",
|
607
|
+
"number" : "1"
|
608
|
+
},
|
609
|
+
"liberal" : {
|
610
|
+
"nodetype" : "namednumber",
|
611
|
+
"number" : "2"
|
612
|
+
},
|
613
|
+
"description" :
|
614
|
+
"""The label retention mode which specifies whether
|
615
|
+
an LSR maintains a label binding for a FEC
|
616
|
+
learned from a neighbor that is not its next hop
|
617
|
+
for the FEC.
|
618
|
+
|
619
|
+
If the value is conservative(1) then advertised
|
620
|
+
label mappings are retained only if they will be
|
621
|
+
used to forward packets, i.e., if label came from
|
622
|
+
a valid next hop.
|
623
|
+
|
624
|
+
If the value is liberal(2) then all advertised
|
625
|
+
label mappings are retained whether they are from
|
626
|
+
a valid next hop or not.""",
|
627
|
+
"reference" :
|
628
|
+
"""Multiprotocol Label Switching Architecture,
|
629
|
+
RFC3031.
|
630
|
+
|
631
|
+
LDP Specification, RFC3036, Section 2.6.2.""",
|
632
|
+
},
|
633
|
+
"MplsTunnelAffinity" : {
|
634
|
+
"basetype" : "Unsigned32",
|
635
|
+
"status" : "current",
|
636
|
+
"ranges" : [
|
637
|
+
{
|
638
|
+
"min" : "0",
|
639
|
+
"max" : "4294967295"
|
640
|
+
},
|
641
|
+
],
|
642
|
+
"range" : {
|
643
|
+
"min" : "0",
|
644
|
+
"max" : "4294967295"
|
645
|
+
},
|
646
|
+
"description" :
|
647
|
+
"""Describes the configured 32-bit Include-any,
|
648
|
+
include-all, or exclude-all constraint for
|
649
|
+
constraint-based link selection.""",
|
650
|
+
"reference" :
|
651
|
+
"""RSVP-TE: Extensions to RSVP for LSP Tunnels,
|
652
|
+
RFC3209, Section 4.7.4.""",
|
653
|
+
},
|
654
|
+
"MplsTunnelIndex" : {
|
655
|
+
"basetype" : "Unsigned32",
|
656
|
+
"status" : "current",
|
657
|
+
"ranges" : [
|
658
|
+
{
|
659
|
+
"min" : "0",
|
660
|
+
"max" : "65535"
|
661
|
+
},
|
662
|
+
],
|
663
|
+
"range" : {
|
664
|
+
"min" : "0",
|
665
|
+
"max" : "65535"
|
666
|
+
},
|
667
|
+
"description" :
|
668
|
+
"""A unique index into mplsTunnelTable.
|
669
|
+
For tunnels signaled using RSVP, this value
|
670
|
+
should correspond to the RSVP Tunnel ID
|
671
|
+
used for the RSVP-TE session.""",
|
672
|
+
},
|
673
|
+
"MplsTunnelInstanceIndex" : {
|
674
|
+
"basetype" : "Unsigned32",
|
675
|
+
"status" : "current",
|
676
|
+
"ranges" : [
|
677
|
+
{
|
678
|
+
"min" : "0",
|
679
|
+
"max" : "4294967295"
|
680
|
+
},
|
681
|
+
],
|
682
|
+
"range" : {
|
683
|
+
"min" : "0",
|
684
|
+
"max" : "4294967295"
|
685
|
+
},
|
686
|
+
"description" :
|
687
|
+
"""The tunnel entry with instance index 0
|
688
|
+
should refer to the configured tunnel
|
689
|
+
interface (if one exists).
|
690
|
+
|
691
|
+
Values greater than 0, but less than or
|
692
|
+
equal to 65535, should be used to indicate
|
693
|
+
signaled (or backup) tunnel LSP instances.
|
694
|
+
For tunnel LSPs signaled using RSVP,
|
695
|
+
this value should correspond to the
|
696
|
+
RSVP LSP ID used for the RSVP-TE
|
697
|
+
LSP.
|
698
|
+
|
699
|
+
Values greater than 65535 apply to FRR
|
700
|
+
detour instances.""",
|
701
|
+
},
|
702
|
+
"TeHopAddressType" : {
|
703
|
+
"basetype" : "Enumeration",
|
704
|
+
"status" : "current",
|
705
|
+
"unknown" : {
|
706
|
+
"nodetype" : "namednumber",
|
707
|
+
"number" : "0"
|
708
|
+
},
|
709
|
+
"ipv4" : {
|
710
|
+
"nodetype" : "namednumber",
|
711
|
+
"number" : "1"
|
712
|
+
},
|
713
|
+
"ipv6" : {
|
714
|
+
"nodetype" : "namednumber",
|
715
|
+
"number" : "2"
|
716
|
+
},
|
717
|
+
"asnumber" : {
|
718
|
+
"nodetype" : "namednumber",
|
719
|
+
"number" : "3"
|
720
|
+
},
|
721
|
+
"unnum" : {
|
722
|
+
"nodetype" : "namednumber",
|
723
|
+
"number" : "4"
|
724
|
+
},
|
725
|
+
"lspid" : {
|
726
|
+
"nodetype" : "namednumber",
|
727
|
+
"number" : "5"
|
728
|
+
},
|
729
|
+
"description" :
|
730
|
+
"""A value that represents a type of address for a
|
731
|
+
Traffic Engineered (TE) Tunnel hop.
|
732
|
+
|
733
|
+
unknown(0) An unknown address type. This value
|
734
|
+
MUST be used if the value of the
|
735
|
+
corresponding TeHopAddress object is a
|
736
|
+
|
737
|
+
|
738
|
+
|
739
|
+
zero-length string. It may also be
|
740
|
+
used to indicate a TeHopAddress which
|
741
|
+
is not in one of the formats defined
|
742
|
+
below.
|
743
|
+
|
744
|
+
ipv4(1) An IPv4 network address as defined by
|
745
|
+
the InetAddressIPv4 TEXTUAL-CONVENTION
|
746
|
+
[RFC3291].
|
747
|
+
|
748
|
+
ipv6(2) A global IPv6 address as defined by
|
749
|
+
the InetAddressIPv6 TEXTUAL-CONVENTION
|
750
|
+
[RFC3291].
|
751
|
+
|
752
|
+
asnumber(3) An Autonomous System (AS) number as
|
753
|
+
defined by the TeHopAddressAS
|
754
|
+
TEXTUAL-CONVENTION.
|
755
|
+
|
756
|
+
unnum(4) An unnumbered interface index as
|
757
|
+
defined by the TeHopAddressUnnum
|
758
|
+
TEXTUAL-CONVENTION.
|
759
|
+
|
760
|
+
lspid(5) An LSP ID for TE Tunnels
|
761
|
+
(RFC3212) as defined by the
|
762
|
+
MplsLSPID TEXTUAL-CONVENTION.
|
763
|
+
|
764
|
+
Each definition of a concrete TeHopAddressType
|
765
|
+
value must be accompanied by a definition
|
766
|
+
of a TEXTUAL-CONVENTION for use with that
|
767
|
+
TeHopAddress.
|
768
|
+
|
769
|
+
To support future extensions, the TeHopAddressType
|
770
|
+
TEXTUAL-CONVENTION SHOULD NOT be sub-typed in
|
771
|
+
object type definitions. It MAY be sub-typed in
|
772
|
+
compliance statements in order to require only a
|
773
|
+
subset of these address types for a compliant
|
774
|
+
implementation.
|
775
|
+
|
776
|
+
Implementations must ensure that TeHopAddressType
|
777
|
+
objects and any dependent objects
|
778
|
+
(e.g., TeHopAddress objects) are consistent.
|
779
|
+
An inconsistentValue error must be generated
|
780
|
+
if an attempt to change a TeHopAddressType
|
781
|
+
object would, for example, lead to an
|
782
|
+
undefined TeHopAddress value that is
|
783
|
+
not defined herein. In particular,
|
784
|
+
TeHopAddressType/TeHopAddress pairs
|
785
|
+
must be changed together if the address
|
786
|
+
type changes (e.g., from ipv6(2) to ipv4(1)).""",
|
787
|
+
"reference" :
|
788
|
+
"""TEXTUAL-CONVENTIONs for Internet Network
|
789
|
+
Addresses, RFC3291.
|
790
|
+
|
791
|
+
Constraint-Based LSP Setup using LDP,
|
792
|
+
[RFC3212]""",
|
793
|
+
},
|
794
|
+
"TeHopAddress" : {
|
795
|
+
"basetype" : "OctetString",
|
796
|
+
"status" : "current",
|
797
|
+
"ranges" : [
|
798
|
+
{
|
799
|
+
"min" : "0",
|
800
|
+
"max" : "32"
|
801
|
+
},
|
802
|
+
],
|
803
|
+
"range" : {
|
804
|
+
"min" : "0",
|
805
|
+
"max" : "32"
|
806
|
+
},
|
807
|
+
"description" :
|
808
|
+
"""Denotes a generic Tunnel hop address,
|
809
|
+
that is, the address of a node which
|
810
|
+
an LSP traverses, including the source
|
811
|
+
and destination nodes. An address may be
|
812
|
+
very concrete, for example, an IPv4 host
|
813
|
+
address (i.e., with prefix length 32);
|
814
|
+
if this IPv4 address is an interface
|
815
|
+
address, then that particular interface
|
816
|
+
must be traversed. An address may also
|
817
|
+
specify an 'abstract node', for example,
|
818
|
+
an IPv4 address with prefix length
|
819
|
+
less than 32, in which case, the LSP
|
820
|
+
can traverse any node whose address
|
821
|
+
falls in that range. An address may
|
822
|
+
also specify an Autonomous System (AS),
|
823
|
+
in which case the LSP can traverse any
|
824
|
+
node that falls within that AS.
|
825
|
+
|
826
|
+
A TeHopAddress value is always interpreted within
|
827
|
+
the context of an TeHopAddressType value. Every
|
828
|
+
usage of the TeHopAddress TEXTUAL-CONVENTION
|
829
|
+
is required to specify the TeHopAddressType object
|
830
|
+
which provides the context. It is suggested that
|
831
|
+
the TeHopAddressType object is logically registered
|
832
|
+
before the object(s) which use the TeHopAddress
|
833
|
+
TEXTUAL-CONVENTION if they appear in the
|
834
|
+
same logical row.
|
835
|
+
|
836
|
+
The value of a TeHopAddress object must always be
|
837
|
+
|
838
|
+
|
839
|
+
|
840
|
+
consistent with the value of the associated
|
841
|
+
TeHopAddressType object. Attempts to set a
|
842
|
+
TeHopAddress object to a value which is
|
843
|
+
inconsistent with the associated TeHopAddressType
|
844
|
+
must fail with an inconsistentValue error.""",
|
845
|
+
},
|
846
|
+
"TeHopAddressAS" : {
|
847
|
+
"basetype" : "OctetString",
|
848
|
+
"status" : "current",
|
849
|
+
"ranges" : [
|
850
|
+
{
|
851
|
+
"min" : "4",
|
852
|
+
"max" : "4"
|
853
|
+
},
|
854
|
+
],
|
855
|
+
"range" : {
|
856
|
+
"min" : "4",
|
857
|
+
"max" : "4"
|
858
|
+
},
|
859
|
+
"description" :
|
860
|
+
"""Represents a two or four octet AS number.
|
861
|
+
The AS number is represented in network byte
|
862
|
+
order (MSB first). A two-octet AS number has
|
863
|
+
the two MSB octets set to zero.""",
|
864
|
+
"reference" :
|
865
|
+
"""Textual Conventions for Internet Network
|
866
|
+
Addresses, [RFC3291]. The
|
867
|
+
InetAutonomousSystemsNumber TEXTUAL-CONVENTION
|
868
|
+
has a SYNTAX of Unsigned32, whereas this TC
|
869
|
+
has a SYNTAX of OCTET STRING (SIZE (4)).
|
870
|
+
Both TCs represent an autonomous system number
|
871
|
+
but use different syntaxes to do so.""",
|
872
|
+
},
|
873
|
+
"TeHopAddressUnnum" : {
|
874
|
+
"basetype" : "OctetString",
|
875
|
+
"status" : "current",
|
876
|
+
"ranges" : [
|
877
|
+
{
|
878
|
+
"min" : "4",
|
879
|
+
"max" : "4"
|
880
|
+
},
|
881
|
+
],
|
882
|
+
"range" : {
|
883
|
+
"min" : "4",
|
884
|
+
"max" : "4"
|
885
|
+
},
|
886
|
+
"description" :
|
887
|
+
"""Represents an unnumbered interface:
|
888
|
+
|
889
|
+
octets contents encoding
|
890
|
+
1-4 unnumbered interface network-byte order
|
891
|
+
|
892
|
+
The corresponding TeHopAddressType value is
|
893
|
+
unnum(5).""",
|
894
|
+
},
|
895
|
+
}, # typedefs
|
896
|
+
|
897
|
+
"nodes" : {
|
898
|
+
"mplsStdMIB" : {
|
899
|
+
"nodetype" : "node",
|
900
|
+
"moduleName" : "MPLS-TC-STD-MIB",
|
901
|
+
"oid" : "1.3.6.1.2.1.10.166",
|
902
|
+
}, # node
|
903
|
+
"mplsTCStdMIB" : {
|
904
|
+
"nodetype" : "node",
|
905
|
+
"moduleName" : "MPLS-TC-STD-MIB",
|
906
|
+
"oid" : "1.3.6.1.2.1.10.166.1",
|
907
|
+
"status" : "current",
|
908
|
+
}, # node
|
909
|
+
}, # nodes
|
910
|
+
|
911
|
+
}
|