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,816 @@
|
|
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 ATM-ACCOUNTING-INFORMATION-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/ATM-ACCOUNTING-INFORMATION-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
11
|
+
|
12
|
+
"ATM-ACCOUNTING-INFORMATION-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""IETF AToM MIB Working Group""",
|
17
|
+
"contact" :
|
18
|
+
"""
|
19
|
+
Keith McCloghrie
|
20
|
+
Cisco Systems, Inc.
|
21
|
+
170 West Tasman Drive,
|
22
|
+
San Jose CA 95134-1706.
|
23
|
+
Phone: +1 408 526 5260
|
24
|
+
Email: kzm@cisco.com""",
|
25
|
+
"description" :
|
26
|
+
"""The MIB module for identifying items of accounting
|
27
|
+
information which are applicable to ATM connections.""",
|
28
|
+
"revisions" : (
|
29
|
+
{
|
30
|
+
"date" : "1996-11-05 20:00",
|
31
|
+
"description" :
|
32
|
+
"""[Revision added by libsmi due to a LAST-UPDATED clause.]""",
|
33
|
+
},
|
34
|
+
),
|
35
|
+
"identity node" : "atmAccountingInformationMIB",
|
36
|
+
},
|
37
|
+
|
38
|
+
"imports" : (
|
39
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
40
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
41
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-IDENTITY"},
|
42
|
+
{"module" : "SNMPv2-SMI", "name" : "mib-2"},
|
43
|
+
{"module" : "SNMPv2-SMI", "name" : "Integer32"},
|
44
|
+
{"module" : "SNMPv2-SMI", "name" : "Counter64"},
|
45
|
+
{"module" : "SNMPv2-TC", "name" : "DisplayString"},
|
46
|
+
{"module" : "SNMPv2-TC", "name" : "DateAndTime"},
|
47
|
+
{"module" : "ATM-TC-MIB", "name" : "AtmAddr"},
|
48
|
+
),
|
49
|
+
|
50
|
+
"nodes" : {
|
51
|
+
"atmAccountingInformationMIB" : {
|
52
|
+
"nodetype" : "node",
|
53
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
54
|
+
"oid" : "1.3.6.1.2.1.59",
|
55
|
+
"status" : "current",
|
56
|
+
}, # node
|
57
|
+
"atmAcctngMIBObjects" : {
|
58
|
+
"nodetype" : "node",
|
59
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
60
|
+
"oid" : "1.3.6.1.2.1.59.1",
|
61
|
+
}, # node
|
62
|
+
"atmAcctngDataObjects" : {
|
63
|
+
"nodetype" : "node",
|
64
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
65
|
+
"oid" : "1.3.6.1.2.1.59.1.1",
|
66
|
+
"status" : "current",
|
67
|
+
"description" :
|
68
|
+
"""This identifier defines a subtree under which various
|
69
|
+
objects are defined such that a set of objects to be
|
70
|
+
collected as ATM accounting data can be specified as a
|
71
|
+
(subtree, list) tuple using this identifier as the subtree.""",
|
72
|
+
}, # node
|
73
|
+
"atmAcctngConnectionType" : {
|
74
|
+
"nodetype" : "scalar",
|
75
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
76
|
+
"oid" : "1.3.6.1.2.1.59.1.1.1",
|
77
|
+
"status" : "current",
|
78
|
+
"syntax" : {
|
79
|
+
"type" : {
|
80
|
+
"basetype" : "Enumeration",
|
81
|
+
"pvc" : {
|
82
|
+
"nodetype" : "namednumber",
|
83
|
+
"number" : "1"
|
84
|
+
},
|
85
|
+
"pvp" : {
|
86
|
+
"nodetype" : "namednumber",
|
87
|
+
"number" : "2"
|
88
|
+
},
|
89
|
+
"svcIncoming" : {
|
90
|
+
"nodetype" : "namednumber",
|
91
|
+
"number" : "3"
|
92
|
+
},
|
93
|
+
"svcOutgoing" : {
|
94
|
+
"nodetype" : "namednumber",
|
95
|
+
"number" : "4"
|
96
|
+
},
|
97
|
+
"svpIncoming" : {
|
98
|
+
"nodetype" : "namednumber",
|
99
|
+
"number" : "5"
|
100
|
+
},
|
101
|
+
"svpOutgoing" : {
|
102
|
+
"nodetype" : "namednumber",
|
103
|
+
"number" : "6"
|
104
|
+
},
|
105
|
+
"spvcInitiator" : {
|
106
|
+
"nodetype" : "namednumber",
|
107
|
+
"number" : "7"
|
108
|
+
},
|
109
|
+
"spvcTarget" : {
|
110
|
+
"nodetype" : "namednumber",
|
111
|
+
"number" : "8"
|
112
|
+
},
|
113
|
+
"spvpInitiator" : {
|
114
|
+
"nodetype" : "namednumber",
|
115
|
+
"number" : "9"
|
116
|
+
},
|
117
|
+
"spvpTarget" : {
|
118
|
+
"nodetype" : "namednumber",
|
119
|
+
"number" : "10"
|
120
|
+
},
|
121
|
+
},
|
122
|
+
},
|
123
|
+
"access" : "noaccess",
|
124
|
+
"description" :
|
125
|
+
"""The type of connection.""",
|
126
|
+
}, # scalar
|
127
|
+
"atmAcctngCastType" : {
|
128
|
+
"nodetype" : "scalar",
|
129
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
130
|
+
"oid" : "1.3.6.1.2.1.59.1.1.2",
|
131
|
+
"status" : "current",
|
132
|
+
"syntax" : {
|
133
|
+
"type" : {
|
134
|
+
"basetype" : "Enumeration",
|
135
|
+
"p2p" : {
|
136
|
+
"nodetype" : "namednumber",
|
137
|
+
"number" : "1"
|
138
|
+
},
|
139
|
+
"p2mp" : {
|
140
|
+
"nodetype" : "namednumber",
|
141
|
+
"number" : "2"
|
142
|
+
},
|
143
|
+
},
|
144
|
+
},
|
145
|
+
"access" : "noaccess",
|
146
|
+
"description" :
|
147
|
+
"""An indication of whether the connection is point-to-point
|
148
|
+
or point-to-multipoint.""",
|
149
|
+
}, # scalar
|
150
|
+
"atmAcctngIfName" : {
|
151
|
+
"nodetype" : "scalar",
|
152
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
153
|
+
"oid" : "1.3.6.1.2.1.59.1.1.3",
|
154
|
+
"status" : "current",
|
155
|
+
"syntax" : {
|
156
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
|
157
|
+
},
|
158
|
+
"access" : "noaccess",
|
159
|
+
"description" :
|
160
|
+
"""A textual name for the interface on which the data for the
|
161
|
+
connection was collected. If the local SNMP agent supports
|
162
|
+
the object ifName, the value of this object must be
|
163
|
+
identical to that of ifName in the conceptual row of the
|
164
|
+
ifTable corresponding to this interface.""",
|
165
|
+
}, # scalar
|
166
|
+
"atmAcctngIfAlias" : {
|
167
|
+
"nodetype" : "scalar",
|
168
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
169
|
+
"oid" : "1.3.6.1.2.1.59.1.1.4",
|
170
|
+
"status" : "current",
|
171
|
+
"syntax" : {
|
172
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
|
173
|
+
},
|
174
|
+
"access" : "noaccess",
|
175
|
+
"description" :
|
176
|
+
"""The 'alias' name for the interface as specified by a
|
177
|
+
network manager, e.g., via a management set operation to
|
178
|
+
modify the relevant instance of the ifAlias object. Note
|
179
|
+
that in contrast to ifIndex, ifAlias provides a non-volatile
|
180
|
+
'handle' for the interface, the value of which is retained
|
181
|
+
across agent reboots.""",
|
182
|
+
}, # scalar
|
183
|
+
"atmAcctngVpi" : {
|
184
|
+
"nodetype" : "scalar",
|
185
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
186
|
+
"oid" : "1.3.6.1.2.1.59.1.1.5",
|
187
|
+
"status" : "current",
|
188
|
+
"syntax" : {
|
189
|
+
"type" : {
|
190
|
+
"basetype" : "Integer32",
|
191
|
+
"ranges" : [
|
192
|
+
{
|
193
|
+
"min" : "0",
|
194
|
+
"max" : "4095"
|
195
|
+
},
|
196
|
+
],
|
197
|
+
"range" : {
|
198
|
+
"min" : "0",
|
199
|
+
"max" : "4095"
|
200
|
+
},
|
201
|
+
},
|
202
|
+
},
|
203
|
+
"access" : "noaccess",
|
204
|
+
"description" :
|
205
|
+
"""The VPI used for the connection.""",
|
206
|
+
}, # scalar
|
207
|
+
"atmAcctngVci" : {
|
208
|
+
"nodetype" : "scalar",
|
209
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
210
|
+
"oid" : "1.3.6.1.2.1.59.1.1.6",
|
211
|
+
"status" : "current",
|
212
|
+
"syntax" : {
|
213
|
+
"type" : {
|
214
|
+
"basetype" : "Integer32",
|
215
|
+
"ranges" : [
|
216
|
+
{
|
217
|
+
"min" : "0",
|
218
|
+
"max" : "65535"
|
219
|
+
},
|
220
|
+
],
|
221
|
+
"range" : {
|
222
|
+
"min" : "0",
|
223
|
+
"max" : "65535"
|
224
|
+
},
|
225
|
+
},
|
226
|
+
},
|
227
|
+
"access" : "noaccess",
|
228
|
+
"description" :
|
229
|
+
"""The VCI used for the connection.""",
|
230
|
+
}, # scalar
|
231
|
+
"atmAcctngCallingParty" : {
|
232
|
+
"nodetype" : "scalar",
|
233
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
234
|
+
"oid" : "1.3.6.1.2.1.59.1.1.7",
|
235
|
+
"status" : "current",
|
236
|
+
"syntax" : {
|
237
|
+
"type" : { "module" :"ATM-TC-MIB", "name" : "AtmAddr"},
|
238
|
+
},
|
239
|
+
"access" : "noaccess",
|
240
|
+
"description" :
|
241
|
+
"""The connection's calling party. If unknown (e.g., for a
|
242
|
+
PVC), then the value of this object is the zero-length
|
243
|
+
string.""",
|
244
|
+
}, # scalar
|
245
|
+
"atmAcctngCalledParty" : {
|
246
|
+
"nodetype" : "scalar",
|
247
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
248
|
+
"oid" : "1.3.6.1.2.1.59.1.1.8",
|
249
|
+
"status" : "current",
|
250
|
+
"syntax" : {
|
251
|
+
"type" : { "module" :"ATM-TC-MIB", "name" : "AtmAddr"},
|
252
|
+
},
|
253
|
+
"access" : "noaccess",
|
254
|
+
"description" :
|
255
|
+
"""The connection's called party. If unknown (e.g., for a
|
256
|
+
PVC), then the value of this object is the zero-length
|
257
|
+
string.""",
|
258
|
+
}, # scalar
|
259
|
+
"atmAcctngCallReference" : {
|
260
|
+
"nodetype" : "scalar",
|
261
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
262
|
+
"oid" : "1.3.6.1.2.1.59.1.1.9",
|
263
|
+
"status" : "current",
|
264
|
+
"syntax" : {
|
265
|
+
"type" : {
|
266
|
+
"basetype" : "OctetString",
|
267
|
+
"ranges" : [
|
268
|
+
{
|
269
|
+
"min" : "0",
|
270
|
+
"max" : "3"
|
271
|
+
},
|
272
|
+
],
|
273
|
+
"range" : {
|
274
|
+
"min" : "0",
|
275
|
+
"max" : "3"
|
276
|
+
},
|
277
|
+
},
|
278
|
+
},
|
279
|
+
"access" : "noaccess",
|
280
|
+
"description" :
|
281
|
+
"""The connection's call reference value (e.g., from Q.2931).
|
282
|
+
If unknown (e.g., for a PVC), then the value of this object
|
283
|
+
is the zero-length string.""",
|
284
|
+
}, # scalar
|
285
|
+
"atmAcctngStartTime" : {
|
286
|
+
"nodetype" : "scalar",
|
287
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
288
|
+
"oid" : "1.3.6.1.2.1.59.1.1.10",
|
289
|
+
"status" : "current",
|
290
|
+
"syntax" : {
|
291
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "DateAndTime"},
|
292
|
+
},
|
293
|
+
"access" : "noaccess",
|
294
|
+
"description" :
|
295
|
+
"""The time when the connection was established.""",
|
296
|
+
}, # scalar
|
297
|
+
"atmAcctngCollectionTime" : {
|
298
|
+
"nodetype" : "scalar",
|
299
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
300
|
+
"oid" : "1.3.6.1.2.1.59.1.1.11",
|
301
|
+
"status" : "current",
|
302
|
+
"syntax" : {
|
303
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "DateAndTime"},
|
304
|
+
},
|
305
|
+
"access" : "noaccess",
|
306
|
+
"description" :
|
307
|
+
"""The time at which the data in this record was collected.""",
|
308
|
+
}, # scalar
|
309
|
+
"atmAcctngCollectMode" : {
|
310
|
+
"nodetype" : "scalar",
|
311
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
312
|
+
"oid" : "1.3.6.1.2.1.59.1.1.12",
|
313
|
+
"status" : "current",
|
314
|
+
"syntax" : {
|
315
|
+
"type" : {
|
316
|
+
"basetype" : "Enumeration",
|
317
|
+
"onRelease" : {
|
318
|
+
"nodetype" : "namednumber",
|
319
|
+
"number" : "1"
|
320
|
+
},
|
321
|
+
"periodically" : {
|
322
|
+
"nodetype" : "namednumber",
|
323
|
+
"number" : "2"
|
324
|
+
},
|
325
|
+
"onCommand" : {
|
326
|
+
"nodetype" : "namednumber",
|
327
|
+
"number" : "3"
|
328
|
+
},
|
329
|
+
},
|
330
|
+
},
|
331
|
+
"access" : "noaccess",
|
332
|
+
"description" :
|
333
|
+
"""The reason why this connection data was collected.""",
|
334
|
+
}, # scalar
|
335
|
+
"atmAcctngReleaseCause" : {
|
336
|
+
"nodetype" : "scalar",
|
337
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
338
|
+
"oid" : "1.3.6.1.2.1.59.1.1.13",
|
339
|
+
"status" : "current",
|
340
|
+
"syntax" : {
|
341
|
+
"type" : { "module" :"", "name" : "Integer32"},
|
342
|
+
},
|
343
|
+
"access" : "noaccess",
|
344
|
+
"description" :
|
345
|
+
"""If the connection data was collected because of the release
|
346
|
+
of an SVC, then this is the cause code in the Release
|
347
|
+
message for the connection; otherwise, this object has the
|
348
|
+
value zero.""",
|
349
|
+
}, # scalar
|
350
|
+
"atmAcctngServiceCategory" : {
|
351
|
+
"nodetype" : "scalar",
|
352
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
353
|
+
"oid" : "1.3.6.1.2.1.59.1.1.14",
|
354
|
+
"status" : "current",
|
355
|
+
"syntax" : {
|
356
|
+
"type" : {
|
357
|
+
"basetype" : "Enumeration",
|
358
|
+
"other" : {
|
359
|
+
"nodetype" : "namednumber",
|
360
|
+
"number" : "1"
|
361
|
+
},
|
362
|
+
"cbr" : {
|
363
|
+
"nodetype" : "namednumber",
|
364
|
+
"number" : "2"
|
365
|
+
},
|
366
|
+
"vbrRt" : {
|
367
|
+
"nodetype" : "namednumber",
|
368
|
+
"number" : "3"
|
369
|
+
},
|
370
|
+
"vbrNrt" : {
|
371
|
+
"nodetype" : "namednumber",
|
372
|
+
"number" : "4"
|
373
|
+
},
|
374
|
+
"abr" : {
|
375
|
+
"nodetype" : "namednumber",
|
376
|
+
"number" : "5"
|
377
|
+
},
|
378
|
+
"ubr" : {
|
379
|
+
"nodetype" : "namednumber",
|
380
|
+
"number" : "6"
|
381
|
+
},
|
382
|
+
"unknown" : {
|
383
|
+
"nodetype" : "namednumber",
|
384
|
+
"number" : "7"
|
385
|
+
},
|
386
|
+
},
|
387
|
+
},
|
388
|
+
"access" : "noaccess",
|
389
|
+
"description" :
|
390
|
+
"""The connection's service category.""",
|
391
|
+
}, # scalar
|
392
|
+
"atmAcctngTransmittedCells" : {
|
393
|
+
"nodetype" : "scalar",
|
394
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
395
|
+
"oid" : "1.3.6.1.2.1.59.1.1.15",
|
396
|
+
"status" : "current",
|
397
|
+
"syntax" : {
|
398
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"},
|
399
|
+
},
|
400
|
+
"access" : "noaccess",
|
401
|
+
"description" :
|
402
|
+
"""The number of cells, including OAM cells, transmitted by
|
403
|
+
this switch on this connection.""",
|
404
|
+
}, # scalar
|
405
|
+
"atmAcctngTransmittedClp0Cells" : {
|
406
|
+
"nodetype" : "scalar",
|
407
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
408
|
+
"oid" : "1.3.6.1.2.1.59.1.1.16",
|
409
|
+
"status" : "current",
|
410
|
+
"syntax" : {
|
411
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"},
|
412
|
+
},
|
413
|
+
"access" : "noaccess",
|
414
|
+
"description" :
|
415
|
+
"""The number of cells with CLP=0, including OAM cells,
|
416
|
+
transmitted by this switch on this connection.""",
|
417
|
+
}, # scalar
|
418
|
+
"atmAcctngReceivedCells" : {
|
419
|
+
"nodetype" : "scalar",
|
420
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
421
|
+
"oid" : "1.3.6.1.2.1.59.1.1.17",
|
422
|
+
"status" : "current",
|
423
|
+
"syntax" : {
|
424
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"},
|
425
|
+
},
|
426
|
+
"access" : "noaccess",
|
427
|
+
"description" :
|
428
|
+
"""The number of cells, including OAM cells, received by this
|
429
|
+
switch on this connection.""",
|
430
|
+
}, # scalar
|
431
|
+
"atmAcctngReceivedClp0Cells" : {
|
432
|
+
"nodetype" : "scalar",
|
433
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
434
|
+
"oid" : "1.3.6.1.2.1.59.1.1.18",
|
435
|
+
"status" : "current",
|
436
|
+
"syntax" : {
|
437
|
+
"type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"},
|
438
|
+
},
|
439
|
+
"access" : "noaccess",
|
440
|
+
"description" :
|
441
|
+
"""The number of cells with CLP=0, including OAM cells,
|
442
|
+
received by this switch on this connection.""",
|
443
|
+
}, # scalar
|
444
|
+
"atmAcctngTransmitTrafficDescriptorType" : {
|
445
|
+
"nodetype" : "scalar",
|
446
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
447
|
+
"oid" : "1.3.6.1.2.1.59.1.1.19",
|
448
|
+
"status" : "current",
|
449
|
+
"syntax" : {
|
450
|
+
"type" : { "module" :"", "name" : "ObjectIdentifier"},
|
451
|
+
},
|
452
|
+
"access" : "noaccess",
|
453
|
+
"description" :
|
454
|
+
"""The traffic descriptor type (as defined in RFC 1695 and its
|
455
|
+
successors) in the direction in which the switch transmits
|
456
|
+
cells on the connection.""",
|
457
|
+
"reference" :
|
458
|
+
"""See atmTrafficDescriptorTypes in ATM-MIB.my in RFC 1695 and
|
459
|
+
its successors.""",
|
460
|
+
}, # scalar
|
461
|
+
"atmAcctngTransmitTrafficDescriptorParam1" : {
|
462
|
+
"nodetype" : "scalar",
|
463
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
464
|
+
"oid" : "1.3.6.1.2.1.59.1.1.20",
|
465
|
+
"status" : "current",
|
466
|
+
"syntax" : {
|
467
|
+
"type" : {
|
468
|
+
"basetype" : "Integer32",
|
469
|
+
"ranges" : [
|
470
|
+
{
|
471
|
+
"min" : "0",
|
472
|
+
"max" : "2147483647"
|
473
|
+
},
|
474
|
+
],
|
475
|
+
"range" : {
|
476
|
+
"min" : "0",
|
477
|
+
"max" : "2147483647"
|
478
|
+
},
|
479
|
+
},
|
480
|
+
},
|
481
|
+
"access" : "noaccess",
|
482
|
+
"description" :
|
483
|
+
"""The first traffic descriptor parameter in the direction in
|
484
|
+
which this switch transmits cells on this connection.
|
485
|
+
Interpretation of this parameter is dependent on the value
|
486
|
+
of atmAcctngTransmitTrafficDescriptorType.""",
|
487
|
+
}, # scalar
|
488
|
+
"atmAcctngTransmitTrafficDescriptorParam2" : {
|
489
|
+
"nodetype" : "scalar",
|
490
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
491
|
+
"oid" : "1.3.6.1.2.1.59.1.1.21",
|
492
|
+
"status" : "current",
|
493
|
+
"syntax" : {
|
494
|
+
"type" : {
|
495
|
+
"basetype" : "Integer32",
|
496
|
+
"ranges" : [
|
497
|
+
{
|
498
|
+
"min" : "0",
|
499
|
+
"max" : "2147483647"
|
500
|
+
},
|
501
|
+
],
|
502
|
+
"range" : {
|
503
|
+
"min" : "0",
|
504
|
+
"max" : "2147483647"
|
505
|
+
},
|
506
|
+
},
|
507
|
+
},
|
508
|
+
"access" : "noaccess",
|
509
|
+
"description" :
|
510
|
+
"""The second traffic descriptor parameter in the direction in
|
511
|
+
which this switch transmits cells on this connection.
|
512
|
+
Interpretation of this parameter is dependent on the value
|
513
|
+
of atmAcctngTransmitTrafficDescriptorType.""",
|
514
|
+
}, # scalar
|
515
|
+
"atmAcctngTransmitTrafficDescriptorParam3" : {
|
516
|
+
"nodetype" : "scalar",
|
517
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
518
|
+
"oid" : "1.3.6.1.2.1.59.1.1.22",
|
519
|
+
"status" : "current",
|
520
|
+
"syntax" : {
|
521
|
+
"type" : {
|
522
|
+
"basetype" : "Integer32",
|
523
|
+
"ranges" : [
|
524
|
+
{
|
525
|
+
"min" : "0",
|
526
|
+
"max" : "2147483647"
|
527
|
+
},
|
528
|
+
],
|
529
|
+
"range" : {
|
530
|
+
"min" : "0",
|
531
|
+
"max" : "2147483647"
|
532
|
+
},
|
533
|
+
},
|
534
|
+
},
|
535
|
+
"access" : "noaccess",
|
536
|
+
"description" :
|
537
|
+
"""The third traffic descriptor parameter in the direction in
|
538
|
+
which this switch transmits cells on this connection.
|
539
|
+
Interpretation of this parameter is dependent on the value
|
540
|
+
of atmAcctngTransmitTrafficDescriptorType.""",
|
541
|
+
}, # scalar
|
542
|
+
"atmAcctngTransmitTrafficDescriptorParam4" : {
|
543
|
+
"nodetype" : "scalar",
|
544
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
545
|
+
"oid" : "1.3.6.1.2.1.59.1.1.23",
|
546
|
+
"status" : "current",
|
547
|
+
"syntax" : {
|
548
|
+
"type" : {
|
549
|
+
"basetype" : "Integer32",
|
550
|
+
"ranges" : [
|
551
|
+
{
|
552
|
+
"min" : "0",
|
553
|
+
"max" : "2147483647"
|
554
|
+
},
|
555
|
+
],
|
556
|
+
"range" : {
|
557
|
+
"min" : "0",
|
558
|
+
"max" : "2147483647"
|
559
|
+
},
|
560
|
+
},
|
561
|
+
},
|
562
|
+
"access" : "noaccess",
|
563
|
+
"description" :
|
564
|
+
"""The fourth traffic descriptor parameter in the direction in
|
565
|
+
which this switch transmits cells on this connection.
|
566
|
+
Interpretation of this parameter is dependent on the value
|
567
|
+
of atmAcctngTransmitTrafficDescriptorType.""",
|
568
|
+
}, # scalar
|
569
|
+
"atmAcctngTransmitTrafficDescriptorParam5" : {
|
570
|
+
"nodetype" : "scalar",
|
571
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
572
|
+
"oid" : "1.3.6.1.2.1.59.1.1.24",
|
573
|
+
"status" : "current",
|
574
|
+
"syntax" : {
|
575
|
+
"type" : {
|
576
|
+
"basetype" : "Integer32",
|
577
|
+
"ranges" : [
|
578
|
+
{
|
579
|
+
"min" : "0",
|
580
|
+
"max" : "2147483647"
|
581
|
+
},
|
582
|
+
],
|
583
|
+
"range" : {
|
584
|
+
"min" : "0",
|
585
|
+
"max" : "2147483647"
|
586
|
+
},
|
587
|
+
},
|
588
|
+
},
|
589
|
+
"access" : "noaccess",
|
590
|
+
"description" :
|
591
|
+
"""The fifth traffic descriptor parameter in the direction in
|
592
|
+
which this switch transmits cells on this connection.
|
593
|
+
Interpretation of this parameter is dependent on the value
|
594
|
+
of atmAcctngTransmitTrafficDescriptorType.""",
|
595
|
+
}, # scalar
|
596
|
+
"atmAcctngReceiveTrafficDescriptorType" : {
|
597
|
+
"nodetype" : "scalar",
|
598
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
599
|
+
"oid" : "1.3.6.1.2.1.59.1.1.25",
|
600
|
+
"status" : "current",
|
601
|
+
"syntax" : {
|
602
|
+
"type" : { "module" :"", "name" : "ObjectIdentifier"},
|
603
|
+
},
|
604
|
+
"access" : "noaccess",
|
605
|
+
"description" :
|
606
|
+
"""The traffic descriptor type (as defined in RFC 1695 and its
|
607
|
+
successors) in the direction in which this switch receives
|
608
|
+
cells on this connection.""",
|
609
|
+
"reference" :
|
610
|
+
"""See atmTrafficDescriptorTypes in ATM-MIB.my in RFC 1695 and
|
611
|
+
its successors.""",
|
612
|
+
}, # scalar
|
613
|
+
"atmAcctngReceiveTrafficDescriptorParam1" : {
|
614
|
+
"nodetype" : "scalar",
|
615
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
616
|
+
"oid" : "1.3.6.1.2.1.59.1.1.26",
|
617
|
+
"status" : "current",
|
618
|
+
"syntax" : {
|
619
|
+
"type" : {
|
620
|
+
"basetype" : "Integer32",
|
621
|
+
"ranges" : [
|
622
|
+
{
|
623
|
+
"min" : "0",
|
624
|
+
"max" : "2147483647"
|
625
|
+
},
|
626
|
+
],
|
627
|
+
"range" : {
|
628
|
+
"min" : "0",
|
629
|
+
"max" : "2147483647"
|
630
|
+
},
|
631
|
+
},
|
632
|
+
},
|
633
|
+
"access" : "noaccess",
|
634
|
+
"description" :
|
635
|
+
"""The first traffic descriptor parameter in the direction in
|
636
|
+
which this switch receives cells on this connection.
|
637
|
+
Interpretation of this parameter is dependent on the value
|
638
|
+
of atmAcctngReceiveTrafficDescriptorType.""",
|
639
|
+
}, # scalar
|
640
|
+
"atmAcctngReceiveTrafficDescriptorParam2" : {
|
641
|
+
"nodetype" : "scalar",
|
642
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
643
|
+
"oid" : "1.3.6.1.2.1.59.1.1.27",
|
644
|
+
"status" : "current",
|
645
|
+
"syntax" : {
|
646
|
+
"type" : {
|
647
|
+
"basetype" : "Integer32",
|
648
|
+
"ranges" : [
|
649
|
+
{
|
650
|
+
"min" : "0",
|
651
|
+
"max" : "2147483647"
|
652
|
+
},
|
653
|
+
],
|
654
|
+
"range" : {
|
655
|
+
"min" : "0",
|
656
|
+
"max" : "2147483647"
|
657
|
+
},
|
658
|
+
},
|
659
|
+
},
|
660
|
+
"access" : "noaccess",
|
661
|
+
"description" :
|
662
|
+
"""The second traffic descriptor parameter in the direction in
|
663
|
+
which this switch receives cells on this connection.
|
664
|
+
Interpretation of this parameter is dependent on the value
|
665
|
+
of atmAcctngReceiveTrafficDescriptorType.""",
|
666
|
+
}, # scalar
|
667
|
+
"atmAcctngReceiveTrafficDescriptorParam3" : {
|
668
|
+
"nodetype" : "scalar",
|
669
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
670
|
+
"oid" : "1.3.6.1.2.1.59.1.1.28",
|
671
|
+
"status" : "current",
|
672
|
+
"syntax" : {
|
673
|
+
"type" : {
|
674
|
+
"basetype" : "Integer32",
|
675
|
+
"ranges" : [
|
676
|
+
{
|
677
|
+
"min" : "0",
|
678
|
+
"max" : "2147483647"
|
679
|
+
},
|
680
|
+
],
|
681
|
+
"range" : {
|
682
|
+
"min" : "0",
|
683
|
+
"max" : "2147483647"
|
684
|
+
},
|
685
|
+
},
|
686
|
+
},
|
687
|
+
"access" : "noaccess",
|
688
|
+
"description" :
|
689
|
+
"""The third traffic descriptor parameter in the direction in
|
690
|
+
which this switch receives cells on this connection.
|
691
|
+
Interpretation of this parameter is dependent on the value
|
692
|
+
of atmAcctngReceiveTrafficDescriptorType.""",
|
693
|
+
}, # scalar
|
694
|
+
"atmAcctngReceiveTrafficDescriptorParam4" : {
|
695
|
+
"nodetype" : "scalar",
|
696
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
697
|
+
"oid" : "1.3.6.1.2.1.59.1.1.29",
|
698
|
+
"status" : "current",
|
699
|
+
"syntax" : {
|
700
|
+
"type" : {
|
701
|
+
"basetype" : "Integer32",
|
702
|
+
"ranges" : [
|
703
|
+
{
|
704
|
+
"min" : "0",
|
705
|
+
"max" : "2147483647"
|
706
|
+
},
|
707
|
+
],
|
708
|
+
"range" : {
|
709
|
+
"min" : "0",
|
710
|
+
"max" : "2147483647"
|
711
|
+
},
|
712
|
+
},
|
713
|
+
},
|
714
|
+
"access" : "noaccess",
|
715
|
+
"description" :
|
716
|
+
"""The fourth traffic descriptor parameter in the direction in
|
717
|
+
which this switch receives cells on this connection.
|
718
|
+
Interpretation of this parameter is dependent on the value
|
719
|
+
of atmAcctngReceiveTrafficDescriptorType.""",
|
720
|
+
}, # scalar
|
721
|
+
"atmAcctngReceiveTrafficDescriptorParam5" : {
|
722
|
+
"nodetype" : "scalar",
|
723
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
724
|
+
"oid" : "1.3.6.1.2.1.59.1.1.30",
|
725
|
+
"status" : "current",
|
726
|
+
"syntax" : {
|
727
|
+
"type" : {
|
728
|
+
"basetype" : "Integer32",
|
729
|
+
"ranges" : [
|
730
|
+
{
|
731
|
+
"min" : "0",
|
732
|
+
"max" : "2147483647"
|
733
|
+
},
|
734
|
+
],
|
735
|
+
"range" : {
|
736
|
+
"min" : "0",
|
737
|
+
"max" : "2147483647"
|
738
|
+
},
|
739
|
+
},
|
740
|
+
},
|
741
|
+
"access" : "noaccess",
|
742
|
+
"description" :
|
743
|
+
"""The fifth traffic descriptor parameter in the direction in
|
744
|
+
which this switch receives cells on this connection.
|
745
|
+
Interpretation of this parameter is dependent on the value
|
746
|
+
of atmAcctngReceiveTrafficDescriptorType.""",
|
747
|
+
}, # scalar
|
748
|
+
"atmAcctngCallingPartySubAddress" : {
|
749
|
+
"nodetype" : "scalar",
|
750
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
751
|
+
"oid" : "1.3.6.1.2.1.59.1.1.31",
|
752
|
+
"status" : "current",
|
753
|
+
"syntax" : {
|
754
|
+
"type" : { "module" :"ATM-TC-MIB", "name" : "AtmAddr"},
|
755
|
+
},
|
756
|
+
"access" : "noaccess",
|
757
|
+
"description" :
|
758
|
+
"""The connection's calling party sub-address. If the
|
759
|
+
connection has no calling party sub-address, or it's value
|
760
|
+
is unknown, then the value of this object is the zero-length
|
761
|
+
string.""",
|
762
|
+
}, # scalar
|
763
|
+
"atmAcctngCalledPartySubAddress" : {
|
764
|
+
"nodetype" : "scalar",
|
765
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
766
|
+
"oid" : "1.3.6.1.2.1.59.1.1.32",
|
767
|
+
"status" : "current",
|
768
|
+
"syntax" : {
|
769
|
+
"type" : { "module" :"ATM-TC-MIB", "name" : "AtmAddr"},
|
770
|
+
},
|
771
|
+
"access" : "noaccess",
|
772
|
+
"description" :
|
773
|
+
"""The connection's called party sub-address. If the
|
774
|
+
connection has no called party sub-address, or it's value is
|
775
|
+
unknown, then the value of this object is the zero-length
|
776
|
+
string.""",
|
777
|
+
}, # scalar
|
778
|
+
"atmAcctngRecordCrc16" : {
|
779
|
+
"nodetype" : "scalar",
|
780
|
+
"moduleName" : "ATM-ACCOUNTING-INFORMATION-MIB",
|
781
|
+
"oid" : "1.3.6.1.2.1.59.1.1.33",
|
782
|
+
"status" : "current",
|
783
|
+
"syntax" : {
|
784
|
+
"type" : {
|
785
|
+
"basetype" : "OctetString",
|
786
|
+
"ranges" : [
|
787
|
+
{
|
788
|
+
"min" : "2",
|
789
|
+
"max" : "2"
|
790
|
+
},
|
791
|
+
],
|
792
|
+
"range" : {
|
793
|
+
"min" : "2",
|
794
|
+
"max" : "2"
|
795
|
+
},
|
796
|
+
},
|
797
|
+
},
|
798
|
+
"access" : "noaccess",
|
799
|
+
"description" :
|
800
|
+
"""The value of the CRC-16 checksum (as defined by ISO 3309
|
801
|
+
(HDLC) and/or ITU X.25) calculated over the accounting
|
802
|
+
record containing this object.
|
803
|
+
|
804
|
+
While the mechanism for calculating/encoding the checksum
|
805
|
+
value is specific to the method of encoding the accounting
|
806
|
+
record, an accounting record containing this object is
|
807
|
+
typically generated by initializing the value of this object
|
808
|
+
to the all-zeros string ('0000'H), with the location of
|
809
|
+
these zeros being saved. After generating the record, the
|
810
|
+
checksum is calculated over the whole connection record and
|
811
|
+
then the all-zeros value is overwritten (at the saved
|
812
|
+
location) by the calculated value of the checksum.""",
|
813
|
+
}, # scalar
|
814
|
+
}, # nodes
|
815
|
+
|
816
|
+
}
|