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,193 @@
|
|
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 URI-TC-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/URI-TC-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "URI-TC-MIB",
|
11
|
+
|
12
|
+
"URI-TC-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""IETF Operations and Management (OPS) Area""",
|
17
|
+
"contact" :
|
18
|
+
"""EMail: ops-area@ietf.org
|
19
|
+
Home page: http://www.ops.ietf.org/""",
|
20
|
+
"description" :
|
21
|
+
"""This MIB module defines textual conventions for
|
22
|
+
representing URIs, as defined by RFC 3986 STD 66.""",
|
23
|
+
"revisions" : (
|
24
|
+
{
|
25
|
+
"date" : "2007-09-10 00:00",
|
26
|
+
"description" :
|
27
|
+
"""Initial revision, published as RFC 5017.
|
28
|
+
|
29
|
+
Copyright (C) The IETF Trust (2007). This version of this
|
30
|
+
MIB module is part of RFC 5017; see the RFC itself for full
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
legal notices.""",
|
35
|
+
},
|
36
|
+
),
|
37
|
+
"identity node" : "uriTcMIB",
|
38
|
+
},
|
39
|
+
|
40
|
+
"imports" : (
|
41
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
42
|
+
{"module" : "SNMPv2-SMI", "name" : "mib-2"},
|
43
|
+
{"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
|
44
|
+
),
|
45
|
+
|
46
|
+
"typedefs" : {
|
47
|
+
"Uri" : {
|
48
|
+
"basetype" : "OctetString",
|
49
|
+
"status" : "current",
|
50
|
+
"format" : "1a",
|
51
|
+
"description" :
|
52
|
+
"""A Uniform Resource Identifier (URI) as defined by STD 66.
|
53
|
+
|
54
|
+
Objects using this TEXTUAL-CONVENTION MUST be in US-ASCII
|
55
|
+
encoding, and MUST be normalized as described by RFC 3986
|
56
|
+
Sections 6.2.1, 6.2.2.1, and 6.2.2.2. All unnecessary
|
57
|
+
percent-encoding is removed, and all case-insensitive
|
58
|
+
characters are set to lowercase except for hexadecimal
|
59
|
+
digits, which are normalized to uppercase as described in
|
60
|
+
Section 6.2.2.1.
|
61
|
+
|
62
|
+
The purpose of this normalization is to help provide unique
|
63
|
+
URIs. Note that this normalization is not sufficient to
|
64
|
+
provide uniqueness. Two URIs that are textually distinct
|
65
|
+
after this normalization may still be equivalent.
|
66
|
+
|
67
|
+
Objects using this TEXTUAL-CONVENTION MAY restrict the
|
68
|
+
schemes that they permit. For example, 'data:' and 'urn:'
|
69
|
+
schemes might not be appropriate.
|
70
|
+
|
71
|
+
A zero-length URI is not a valid URI. This can be used to
|
72
|
+
express 'URI absent' where required, for example when used
|
73
|
+
as an index field.
|
74
|
+
|
75
|
+
Where this TEXTUAL-CONVENTION is used for an index field,
|
76
|
+
it MUST be subtyped to restrict its length. There is an
|
77
|
+
absolute limit of 128 subids for an OID, and it is not
|
78
|
+
efficient to have OIDs whose length approaches this
|
79
|
+
limit.""",
|
80
|
+
"reference" :
|
81
|
+
"""RFC 3986 STD 66 and RFC 3305""",
|
82
|
+
},
|
83
|
+
"Uri255" : {
|
84
|
+
"basetype" : "OctetString",
|
85
|
+
"status" : "current",
|
86
|
+
"ranges" : [
|
87
|
+
{
|
88
|
+
"min" : "0",
|
89
|
+
"max" : "255"
|
90
|
+
},
|
91
|
+
],
|
92
|
+
"range" : {
|
93
|
+
"min" : "0",
|
94
|
+
"max" : "255"
|
95
|
+
},
|
96
|
+
"format" : "255a",
|
97
|
+
"description" :
|
98
|
+
"""A Uniform Resource Identifier (URI) as defined by STD 66.
|
99
|
+
|
100
|
+
Objects using this TEXTUAL-CONVENTION MUST be in US-ASCII
|
101
|
+
encoding, and MUST be normalized as described by RFC 3986
|
102
|
+
Sections 6.2.1, 6.2.2.1, and 6.2.2.2. All unnecessary
|
103
|
+
percent-encoding is removed, and all case-insensitive
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
characters are set to lowercase except for hexadecimal
|
108
|
+
digits, which are normalized to uppercase as described in
|
109
|
+
Section 6.2.2.1.
|
110
|
+
|
111
|
+
The purpose of this normalization is to help provide unique
|
112
|
+
URIs. Note that this normalization is not sufficient to
|
113
|
+
provide uniqueness. Two URIs that are textually distinct
|
114
|
+
after this normalization may still be equivalent.
|
115
|
+
|
116
|
+
Objects using this TEXTUAL-CONVENTION MAY restrict the
|
117
|
+
schemes that they permit. For example, 'data:' and 'urn:'
|
118
|
+
schemes might not be appropriate.
|
119
|
+
|
120
|
+
A zero-length URI is not a valid URI. This can be used to
|
121
|
+
express 'URI absent' where required, for example when used
|
122
|
+
as an index field.
|
123
|
+
|
124
|
+
STD 66 URIs are of unlimited length. Objects using this
|
125
|
+
TEXTUAL-CONVENTION impose a length limit on the URIs that
|
126
|
+
they can represent. Where no length restriction is
|
127
|
+
required, objects SHOULD use the 'Uri' TEXTUAL-CONVENTION
|
128
|
+
instead. Objects used as indices SHOULD subtype the 'Uri'
|
129
|
+
TEXTUAL-CONVENTION.""",
|
130
|
+
"reference" :
|
131
|
+
"""RFC 3986 STD 66 and RFC 3305""",
|
132
|
+
},
|
133
|
+
"Uri1024" : {
|
134
|
+
"basetype" : "OctetString",
|
135
|
+
"status" : "current",
|
136
|
+
"ranges" : [
|
137
|
+
{
|
138
|
+
"min" : "0",
|
139
|
+
"max" : "1024"
|
140
|
+
},
|
141
|
+
],
|
142
|
+
"range" : {
|
143
|
+
"min" : "0",
|
144
|
+
"max" : "1024"
|
145
|
+
},
|
146
|
+
"format" : "1024a",
|
147
|
+
"description" :
|
148
|
+
"""A Uniform Resource Identifier (URI) as defined by STD 66.
|
149
|
+
|
150
|
+
Objects using this TEXTUAL-CONVENTION MUST be in US-ASCII
|
151
|
+
encoding, and MUST be normalized as described by RFC 3986
|
152
|
+
Sections 6.2.1, 6.2.2.1, and 6.2.2.2. All unnecessary
|
153
|
+
percent-encoding is removed, and all case-insensitive
|
154
|
+
characters are set to lowercase except for hexadecimal
|
155
|
+
digits, which are normalized to uppercase as described in
|
156
|
+
Section 6.2.2.1.
|
157
|
+
|
158
|
+
The purpose of this normalization is to help provide unique
|
159
|
+
URIs. Note that this normalization is not sufficient to
|
160
|
+
provide uniqueness. Two URIs that are textually distinct
|
161
|
+
after this normalization may still be equivalent.
|
162
|
+
|
163
|
+
Objects using this TEXTUAL-CONVENTION MAY restrict the
|
164
|
+
schemes that they permit. For example, 'data:' and 'urn:'
|
165
|
+
schemes might not be appropriate.
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
A zero-length URI is not a valid URI. This can be used to
|
170
|
+
express 'URI absent' where required, for example when used
|
171
|
+
as an index field.
|
172
|
+
|
173
|
+
STD 66 URIs are of unlimited length. Objects using this
|
174
|
+
TEXTUAL-CONVENTION impose a length limit on the URIs that
|
175
|
+
they can represent. Where no length restriction is
|
176
|
+
required, objects SHOULD use the 'Uri' TEXTUAL-CONVENTION
|
177
|
+
instead. Objects used as indices SHOULD subtype the 'Uri'
|
178
|
+
TEXTUAL-CONVENTION.""",
|
179
|
+
"reference" :
|
180
|
+
"""RFC 3986 STD 66 and RFC 3305""",
|
181
|
+
},
|
182
|
+
}, # typedefs
|
183
|
+
|
184
|
+
"nodes" : {
|
185
|
+
"uriTcMIB" : {
|
186
|
+
"nodetype" : "node",
|
187
|
+
"moduleName" : "URI-TC-MIB",
|
188
|
+
"oid" : "1.3.6.1.2.1.164",
|
189
|
+
"status" : "current",
|
190
|
+
}, # node
|
191
|
+
}, # nodes
|
192
|
+
|
193
|
+
}
|
@@ -0,0 +1,135 @@
|
|
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 UUID-TC-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/UUID-TC-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "UUID-TC-MIB",
|
11
|
+
|
12
|
+
"UUID-TC-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""IETF Energy Management Working Group""",
|
17
|
+
"contact" :
|
18
|
+
"""WG Email: eman@ietf.org
|
19
|
+
Mailing list subscription info:
|
20
|
+
http://www.ietf.org/mailman/listinfo/eman
|
21
|
+
|
22
|
+
Dan Romascanu
|
23
|
+
Avaya
|
24
|
+
Park Atidim, Bldg. #3
|
25
|
+
Tel Aviv, 61581
|
26
|
+
Israel
|
27
|
+
Phone: +972-3-6458414
|
28
|
+
Email: dromasca@avaya.com
|
29
|
+
|
30
|
+
Juergen Quittek
|
31
|
+
NEC Europe Ltd.
|
32
|
+
Network Research Division
|
33
|
+
Kurfuersten-Anlage 36
|
34
|
+
Heidelberg 69115
|
35
|
+
Germany
|
36
|
+
Phone: +49 6221 4342-115
|
37
|
+
Email: quittek@neclab.eu
|
38
|
+
|
39
|
+
Mouli Chandramouli
|
40
|
+
Cisco Systems, Inc.
|
41
|
+
Sarjapur Outer Ring Road
|
42
|
+
Bangalore 560103
|
43
|
+
India
|
44
|
+
Phone: +91 80 4429 2409
|
45
|
+
Email: moulchan@cisco.com""",
|
46
|
+
"description" :
|
47
|
+
"""This MIB module defines TEXTUAL-CONVENTIONs
|
48
|
+
representing Universally Unique IDentifiers
|
49
|
+
(UUIDs).
|
50
|
+
|
51
|
+
Copyright (c) 2013 IETF Trust and the persons
|
52
|
+
identified as authors of the code. All rights
|
53
|
+
reserved.
|
54
|
+
|
55
|
+
Redistribution and use in source and binary forms,
|
56
|
+
with or without modification, is permitted
|
57
|
+
pursuant to, and subject to the license terms
|
58
|
+
contained in, the Simplified BSD License set forth
|
59
|
+
in Section 4.c of the IETF Trust's Legal
|
60
|
+
Provisions Relating to IETF Documents
|
61
|
+
(http://trustee.ietf.org/license-info).""",
|
62
|
+
"revisions" : (
|
63
|
+
{
|
64
|
+
"date" : "2013-04-05 00:00",
|
65
|
+
"description" :
|
66
|
+
"""Initial version of this MIB as published in
|
67
|
+
RFC 6933.""",
|
68
|
+
},
|
69
|
+
),
|
70
|
+
"identity node" : "uuidTCMIB",
|
71
|
+
},
|
72
|
+
|
73
|
+
"imports" : (
|
74
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
75
|
+
{"module" : "SNMPv2-SMI", "name" : "mib-2"},
|
76
|
+
{"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
|
77
|
+
),
|
78
|
+
|
79
|
+
"typedefs" : {
|
80
|
+
"UUID" : {
|
81
|
+
"basetype" : "OctetString",
|
82
|
+
"status" : "current",
|
83
|
+
"ranges" : [
|
84
|
+
{
|
85
|
+
"min" : "16",
|
86
|
+
"max" : "16"
|
87
|
+
},
|
88
|
+
],
|
89
|
+
"range" : {
|
90
|
+
"min" : "16",
|
91
|
+
"max" : "16"
|
92
|
+
},
|
93
|
+
"format" : "4x-2x-2x-1x1x-6x",
|
94
|
+
"description" :
|
95
|
+
"""Universally Unique Identifier information. The syntax must
|
96
|
+
conform to RFC 4122, Section 4.1.""",
|
97
|
+
},
|
98
|
+
"UUIDorZero" : {
|
99
|
+
"basetype" : "OctetString",
|
100
|
+
"status" : "current",
|
101
|
+
"ranges" : [
|
102
|
+
{
|
103
|
+
"min" : "0",
|
104
|
+
"max" : "0"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"min" : "16",
|
108
|
+
"max" : "16"
|
109
|
+
},
|
110
|
+
],
|
111
|
+
"range" : {
|
112
|
+
"min" : "0",
|
113
|
+
"max" : "16"
|
114
|
+
},
|
115
|
+
"format" : "4x-2x-2x-1x1x-6x",
|
116
|
+
"description" :
|
117
|
+
"""Universally Unique Identifier information. The syntax must
|
118
|
+
conform to RFC 4122, Section 4.1.
|
119
|
+
|
120
|
+
The semantics of the value zero-length OCTET STRING are
|
121
|
+
object-specific and must therefore be defined as part of
|
122
|
+
the description of any object that uses this syntax.""",
|
123
|
+
},
|
124
|
+
}, # typedefs
|
125
|
+
|
126
|
+
"nodes" : {
|
127
|
+
"uuidTCMIB" : {
|
128
|
+
"nodetype" : "node",
|
129
|
+
"moduleName" : "UUID-TC-MIB",
|
130
|
+
"oid" : "1.3.6.1.2.1.217",
|
131
|
+
"status" : "current",
|
132
|
+
}, # node
|
133
|
+
}, # nodes
|
134
|
+
|
135
|
+
}
|
@@ -0,0 +1,989 @@
|
|
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 VDSL-LINE-EXT-MCM-MIB
|
6
|
+
|
7
|
+
FILENAME = "./libsmi-0.5.0/mibs/ietf/VDSL-LINE-EXT-MCM-MIB"
|
8
|
+
|
9
|
+
MIB = {
|
10
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
11
|
+
|
12
|
+
"VDSL-LINE-EXT-MCM-MIB" : {
|
13
|
+
"nodetype" : "module",
|
14
|
+
"language" : "SMIv2",
|
15
|
+
"organization" :
|
16
|
+
"""ADSLMIB Working Group""",
|
17
|
+
"contact" :
|
18
|
+
"""WG-email: adslmib@ietf.org
|
19
|
+
Info: https://www1.ietf.org/mailman/listinfo/adslmib
|
20
|
+
|
21
|
+
Chair: Mike Sneed
|
22
|
+
Sand Channel Systems
|
23
|
+
Postal: P.O. Box 37324
|
24
|
+
Raleigh NC 27627-732
|
25
|
+
Email: sneedmike@hotmail.com
|
26
|
+
Phone: +1 206 600 7022
|
27
|
+
|
28
|
+
Co-Chair/Co-editor:
|
29
|
+
Bob Ray
|
30
|
+
PESA Switching Systems, Inc.
|
31
|
+
Postal: 330-A Wynn Drive
|
32
|
+
Huntsville, AL 35805
|
33
|
+
USA
|
34
|
+
Email: rray@pesa.com
|
35
|
+
Phone: +1 256 726 9200 ext. 142
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
Co-editor: Menachem Dodge
|
41
|
+
ECI Telecom Ltd.
|
42
|
+
Postal: 30 hasivim St.
|
43
|
+
Petach Tikva 49517,
|
44
|
+
Israel.
|
45
|
+
Email: mbdodge@ieee.org
|
46
|
+
Phone: +972 3 926 8421""",
|
47
|
+
"description" :
|
48
|
+
"""The VDSL-LINE-MIB found in RFC 3728 defines objects for
|
49
|
+
the management of a pair of VDSL transceivers at each end of
|
50
|
+
the VDSL line. The VDSL-LINE-MIB configures and monitors the
|
51
|
+
line code independent parameters (TC layer) of the VDSL line.
|
52
|
+
This MIB module is an optional extension of the VDSL-LINE-MIB
|
53
|
+
and defines objects for configuration and monitoring of the
|
54
|
+
line code specific (LCS) elements (PMD layer) for VDSL lines
|
55
|
+
using MCM coding. The objects in this extension MIB MUST NOT
|
56
|
+
be used for VDSL lines using Single Carrier Modulation (SCM)
|
57
|
+
line coding. If an object in this extension MIB is referenced
|
58
|
+
by a line which does not use MCM, it has no effect on the
|
59
|
+
operation of that line.
|
60
|
+
|
61
|
+
Naming Conventions:
|
62
|
+
Vtuc -- (VTUC) transceiver at near (Central) end of line
|
63
|
+
Vtur -- (VTUR) transceiver at Remote end of line
|
64
|
+
Vtu -- One of either Vtuc or Vtur
|
65
|
+
Curr -- Current
|
66
|
+
LCS -- Line Code Specific
|
67
|
+
Max -- Maximum
|
68
|
+
PSD -- Power Spectral Density
|
69
|
+
Rx -- Receive
|
70
|
+
Tx -- Transmit
|
71
|
+
|
72
|
+
Copyright (C) The Internet Society (2005). This version
|
73
|
+
of this MIB module is part of RFC 4070: see the RFC
|
74
|
+
itself for full legal notices.""",
|
75
|
+
"revisions" : (
|
76
|
+
{
|
77
|
+
"date" : "2005-04-28 00:00",
|
78
|
+
"description" :
|
79
|
+
"""Initial version, published as RFC 4070.""",
|
80
|
+
},
|
81
|
+
),
|
82
|
+
"identity node" : "vdslExtMCMMIB",
|
83
|
+
},
|
84
|
+
|
85
|
+
"imports" : (
|
86
|
+
{"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
|
87
|
+
{"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
|
88
|
+
{"module" : "SNMPv2-SMI", "name" : "transmission"},
|
89
|
+
{"module" : "SNMPv2-SMI", "name" : "Unsigned32"},
|
90
|
+
{"module" : "SNMPv2-TC", "name" : "RowStatus"},
|
91
|
+
{"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
|
92
|
+
{"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
|
93
|
+
{"module" : "VDSL-LINE-MIB", "name" : "vdslLineConfProfileName"},
|
94
|
+
),
|
95
|
+
|
96
|
+
"nodes" : {
|
97
|
+
"vdslExtMCMMIB" : {
|
98
|
+
"nodetype" : "node",
|
99
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
100
|
+
"oid" : "1.3.6.1.2.1.10.229",
|
101
|
+
"status" : "current",
|
102
|
+
}, # node
|
103
|
+
"vdslLineExtMCMMib" : {
|
104
|
+
"nodetype" : "node",
|
105
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
106
|
+
"oid" : "1.3.6.1.2.1.10.229.1",
|
107
|
+
}, # node
|
108
|
+
"vdslLineExtMCMMibObjects" : {
|
109
|
+
"nodetype" : "node",
|
110
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
111
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1",
|
112
|
+
}, # node
|
113
|
+
"vdslLineMCMConfProfileTable" : {
|
114
|
+
"nodetype" : "table",
|
115
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
116
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.1",
|
117
|
+
"status" : "current",
|
118
|
+
"description" :
|
119
|
+
"""This table contains additional information on multiple
|
120
|
+
carrier VDSL lines. One entry in this table reflects a
|
121
|
+
profile defined by a manager which can be used to
|
122
|
+
configure the VDSL line.
|
123
|
+
|
124
|
+
If an entry in this table is referenced by a line which
|
125
|
+
does not use MCM, it has no effect on the operation of that
|
126
|
+
line.
|
127
|
+
|
128
|
+
All read-create-objects defined in this table SHOULD be
|
129
|
+
stored persistently.""",
|
130
|
+
}, # table
|
131
|
+
"vdslLineMCMConfProfileEntry" : {
|
132
|
+
"nodetype" : "row",
|
133
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
134
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.1.1",
|
135
|
+
"create" : "true",
|
136
|
+
"status" : "current",
|
137
|
+
"linkage" : [
|
138
|
+
"vdslLineConfProfileName",
|
139
|
+
],
|
140
|
+
"description" :
|
141
|
+
"""Each entry consists of a list of parameters that
|
142
|
+
represents the configuration of a multiple carrier
|
143
|
+
modulation VDSL modem.""",
|
144
|
+
}, # row
|
145
|
+
"vdslLineMCMConfProfileTxWindowLength" : {
|
146
|
+
"nodetype" : "column",
|
147
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
148
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.1.1.1",
|
149
|
+
"status" : "current",
|
150
|
+
"syntax" : {
|
151
|
+
"type" : {
|
152
|
+
"basetype" : "Unsigned32",
|
153
|
+
"ranges" : [
|
154
|
+
{
|
155
|
+
"min" : "1",
|
156
|
+
"max" : "255"
|
157
|
+
},
|
158
|
+
],
|
159
|
+
"range" : {
|
160
|
+
"min" : "1",
|
161
|
+
"max" : "255"
|
162
|
+
},
|
163
|
+
},
|
164
|
+
},
|
165
|
+
"access" : "readwrite",
|
166
|
+
"units" : "samples",
|
167
|
+
"description" :
|
168
|
+
"""Specifies the length of the transmit window, counted
|
169
|
+
in samples at the sampling rate corresponding to the
|
170
|
+
negotiated value of N.""",
|
171
|
+
"reference" :
|
172
|
+
"""T1E1.4/2000-013R4""",
|
173
|
+
}, # column
|
174
|
+
"vdslLineMCMConfProfileRowStatus" : {
|
175
|
+
"nodetype" : "column",
|
176
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
177
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.1.1.2",
|
178
|
+
"status" : "current",
|
179
|
+
"syntax" : {
|
180
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
181
|
+
},
|
182
|
+
"access" : "readwrite",
|
183
|
+
"description" :
|
184
|
+
"""This object is used to create a new row or modify or
|
185
|
+
delete an existing row in this table.
|
186
|
+
|
187
|
+
A profile is activated by setting this object to `active'.
|
188
|
+
When `active' is set, the system will validate the profile.
|
189
|
+
|
190
|
+
None of the columns in this row may be modified while the
|
191
|
+
row is in the 'active' state.
|
192
|
+
|
193
|
+
Before a profile can be deleted or taken out of
|
194
|
+
service, (by setting this object to `destroy' or
|
195
|
+
`notInService') it must first be unreferenced
|
196
|
+
from all associated lines.""",
|
197
|
+
}, # column
|
198
|
+
"vdslLineMCMConfProfileTxBandTable" : {
|
199
|
+
"nodetype" : "table",
|
200
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
201
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.2",
|
202
|
+
"status" : "current",
|
203
|
+
"description" :
|
204
|
+
"""This table contains transmit band descriptor configuration
|
205
|
+
information for a VDSL line. Each entry in this table
|
206
|
+
reflects the configuration for one of possibly many bands
|
207
|
+
with a multiple carrier modulation (MCM) VDSL line.
|
208
|
+
These entries are defined by a manager and can be used to
|
209
|
+
configure the VDSL line.
|
210
|
+
|
211
|
+
If an entry in this table is referenced by a line which
|
212
|
+
does not use MCM, it has no effect on the operation of that
|
213
|
+
line.
|
214
|
+
|
215
|
+
All read-create-objects defined in this table SHOULD be
|
216
|
+
stored persistently.""",
|
217
|
+
}, # table
|
218
|
+
"vdslLineMCMConfProfileTxBandEntry" : {
|
219
|
+
"nodetype" : "row",
|
220
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
221
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.2.1",
|
222
|
+
"create" : "true",
|
223
|
+
"status" : "current",
|
224
|
+
"linkage" : [
|
225
|
+
"vdslLineConfProfileName",
|
226
|
+
"vdslLineMCMConfProfileTxBandNumber",
|
227
|
+
],
|
228
|
+
"description" :
|
229
|
+
"""Each entry consists of a transmit band descriptor, which
|
230
|
+
is defined by a start and a stop tone index.""",
|
231
|
+
}, # row
|
232
|
+
"vdslLineMCMConfProfileTxBandNumber" : {
|
233
|
+
"nodetype" : "column",
|
234
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
235
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.2.1.1",
|
236
|
+
"status" : "current",
|
237
|
+
"syntax" : {
|
238
|
+
"type" : {
|
239
|
+
"basetype" : "Unsigned32",
|
240
|
+
"ranges" : [
|
241
|
+
{
|
242
|
+
"min" : "1",
|
243
|
+
"max" : "4096"
|
244
|
+
},
|
245
|
+
],
|
246
|
+
"range" : {
|
247
|
+
"min" : "1",
|
248
|
+
"max" : "4096"
|
249
|
+
},
|
250
|
+
},
|
251
|
+
},
|
252
|
+
"access" : "noaccess",
|
253
|
+
"description" :
|
254
|
+
"""The index for this band descriptor entry.""",
|
255
|
+
}, # column
|
256
|
+
"vdslLineMCMConfProfileTxBandStart" : {
|
257
|
+
"nodetype" : "column",
|
258
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
259
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.2.1.2",
|
260
|
+
"status" : "current",
|
261
|
+
"syntax" : {
|
262
|
+
"type" : {
|
263
|
+
"basetype" : "Unsigned32",
|
264
|
+
"ranges" : [
|
265
|
+
{
|
266
|
+
"min" : "1",
|
267
|
+
"max" : "4096"
|
268
|
+
},
|
269
|
+
],
|
270
|
+
"range" : {
|
271
|
+
"min" : "1",
|
272
|
+
"max" : "4096"
|
273
|
+
},
|
274
|
+
},
|
275
|
+
},
|
276
|
+
"access" : "readwrite",
|
277
|
+
"description" :
|
278
|
+
"""Start tone index for this band.""",
|
279
|
+
"reference" :
|
280
|
+
"""T1E1.4/2000-013R4""",
|
281
|
+
}, # column
|
282
|
+
"vdslLineMCMConfProfileTxBandStop" : {
|
283
|
+
"nodetype" : "column",
|
284
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
285
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.2.1.3",
|
286
|
+
"status" : "current",
|
287
|
+
"syntax" : {
|
288
|
+
"type" : {
|
289
|
+
"basetype" : "Unsigned32",
|
290
|
+
"ranges" : [
|
291
|
+
{
|
292
|
+
"min" : "1",
|
293
|
+
"max" : "4096"
|
294
|
+
},
|
295
|
+
],
|
296
|
+
"range" : {
|
297
|
+
"min" : "1",
|
298
|
+
"max" : "4096"
|
299
|
+
},
|
300
|
+
},
|
301
|
+
},
|
302
|
+
"access" : "readwrite",
|
303
|
+
"description" :
|
304
|
+
"""Stop tone index for this band.""",
|
305
|
+
"reference" :
|
306
|
+
"""T1E1.4/2000-013R4""",
|
307
|
+
}, # column
|
308
|
+
"vdslLineMCMConfProfileTxBandRowStatus" : {
|
309
|
+
"nodetype" : "column",
|
310
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
311
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.2.1.4",
|
312
|
+
"status" : "current",
|
313
|
+
"syntax" : {
|
314
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
315
|
+
},
|
316
|
+
"access" : "readwrite",
|
317
|
+
"description" :
|
318
|
+
"""This object is used to create a new row or modify or
|
319
|
+
delete an existing row in this table.
|
320
|
+
A profile is activated by setting this object to `active'.
|
321
|
+
When `active' is set, the system will validate the profile.
|
322
|
+
|
323
|
+
|
324
|
+
|
325
|
+
|
326
|
+
Each entry must be internally consistent, the Stop Tone must
|
327
|
+
be greater than the Start Tone. Each entry must also be
|
328
|
+
externally consistent, all entries indexed by a specific
|
329
|
+
profile must not overlap. Validation of the profile will
|
330
|
+
check both internal and external consistency.
|
331
|
+
|
332
|
+
None of the columns in this row may be modified while the
|
333
|
+
row is in the 'active' state.
|
334
|
+
|
335
|
+
Before a profile can be deleted or taken out of
|
336
|
+
service, (by setting this object to `destroy' or
|
337
|
+
`notInService') it must be first unreferenced
|
338
|
+
from all associated lines.""",
|
339
|
+
}, # column
|
340
|
+
"vdslLineMCMConfProfileRxBandTable" : {
|
341
|
+
"nodetype" : "table",
|
342
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
343
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.3",
|
344
|
+
"status" : "current",
|
345
|
+
"description" :
|
346
|
+
"""This table contains receive band descriptor configuration
|
347
|
+
information for a VDSL line. Each entry in this table
|
348
|
+
reflects the configuration for one of possibly many bands
|
349
|
+
with a multiple carrier modulation (MCM) VDSL line.
|
350
|
+
These entries are defined by a manager and can be used to
|
351
|
+
configure the VDSL line.
|
352
|
+
|
353
|
+
If an entry in this table is referenced by a line which
|
354
|
+
does not use MCM, it has no effect on the operation of that
|
355
|
+
line.
|
356
|
+
|
357
|
+
All read-create-objects defined in this table SHOULD be
|
358
|
+
stored persistently.""",
|
359
|
+
}, # table
|
360
|
+
"vdslLineMCMConfProfileRxBandEntry" : {
|
361
|
+
"nodetype" : "row",
|
362
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
363
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.3.1",
|
364
|
+
"create" : "true",
|
365
|
+
"status" : "current",
|
366
|
+
"linkage" : [
|
367
|
+
"vdslLineConfProfileName",
|
368
|
+
"vdslLineMCMConfProfileRxBandNumber",
|
369
|
+
],
|
370
|
+
"description" :
|
371
|
+
"""Each entry consists of a transmit band descriptor, which
|
372
|
+
is defined by a start and a stop tone index.""",
|
373
|
+
}, # row
|
374
|
+
"vdslLineMCMConfProfileRxBandNumber" : {
|
375
|
+
"nodetype" : "column",
|
376
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
377
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.3.1.1",
|
378
|
+
"status" : "current",
|
379
|
+
"syntax" : {
|
380
|
+
"type" : {
|
381
|
+
"basetype" : "Unsigned32",
|
382
|
+
"ranges" : [
|
383
|
+
{
|
384
|
+
"min" : "1",
|
385
|
+
"max" : "4096"
|
386
|
+
},
|
387
|
+
],
|
388
|
+
"range" : {
|
389
|
+
"min" : "1",
|
390
|
+
"max" : "4096"
|
391
|
+
},
|
392
|
+
},
|
393
|
+
},
|
394
|
+
"access" : "noaccess",
|
395
|
+
"description" :
|
396
|
+
"""The index for this band descriptor entry.""",
|
397
|
+
}, # column
|
398
|
+
"vdslLineMCMConfProfileRxBandStart" : {
|
399
|
+
"nodetype" : "column",
|
400
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
401
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.3.1.2",
|
402
|
+
"status" : "current",
|
403
|
+
"syntax" : {
|
404
|
+
"type" : {
|
405
|
+
"basetype" : "Unsigned32",
|
406
|
+
"ranges" : [
|
407
|
+
{
|
408
|
+
"min" : "1",
|
409
|
+
"max" : "4096"
|
410
|
+
},
|
411
|
+
],
|
412
|
+
"range" : {
|
413
|
+
"min" : "1",
|
414
|
+
"max" : "4096"
|
415
|
+
},
|
416
|
+
},
|
417
|
+
},
|
418
|
+
"access" : "readwrite",
|
419
|
+
"description" :
|
420
|
+
"""Start tone index for this band.""",
|
421
|
+
"reference" :
|
422
|
+
"""T1E1.4/2000-013R4""",
|
423
|
+
}, # column
|
424
|
+
"vdslLineMCMConfProfileRxBandStop" : {
|
425
|
+
"nodetype" : "column",
|
426
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
427
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.3.1.3",
|
428
|
+
"status" : "current",
|
429
|
+
"syntax" : {
|
430
|
+
"type" : {
|
431
|
+
"basetype" : "Unsigned32",
|
432
|
+
"ranges" : [
|
433
|
+
{
|
434
|
+
"min" : "1",
|
435
|
+
"max" : "4096"
|
436
|
+
},
|
437
|
+
],
|
438
|
+
"range" : {
|
439
|
+
"min" : "1",
|
440
|
+
"max" : "4096"
|
441
|
+
},
|
442
|
+
},
|
443
|
+
},
|
444
|
+
"access" : "readwrite",
|
445
|
+
"description" :
|
446
|
+
"""Stop tone index for this band.""",
|
447
|
+
"reference" :
|
448
|
+
"""T1E1.4/2000-013R4""",
|
449
|
+
}, # column
|
450
|
+
"vdslLineMCMConfProfileRxBandRowStatus" : {
|
451
|
+
"nodetype" : "column",
|
452
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
453
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.3.1.4",
|
454
|
+
"status" : "current",
|
455
|
+
"syntax" : {
|
456
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
457
|
+
},
|
458
|
+
"access" : "readwrite",
|
459
|
+
"description" :
|
460
|
+
"""This object is used to create a new row or modify or
|
461
|
+
delete an existing row in this table.
|
462
|
+
|
463
|
+
A profile is activated by setting this object to `active'.
|
464
|
+
When `active' is set, the system will validate the profile.
|
465
|
+
Each entry must be internally consistent, the Stop Tone must
|
466
|
+
be greater than the Start Tone. Each entry must also be
|
467
|
+
externally consistent, all entries indexed by a specific
|
468
|
+
|
469
|
+
|
470
|
+
|
471
|
+
profile must not overlap. Validation of the profile will
|
472
|
+
check both internal and external consistency.
|
473
|
+
|
474
|
+
None of the columns in this row may be modified while the
|
475
|
+
row is in the 'active' state.
|
476
|
+
|
477
|
+
Before a profile can be deleted or taken out of
|
478
|
+
service, (by setting this object to `destroy' or
|
479
|
+
`notInService') it must be first unreferenced
|
480
|
+
from all associated lines.""",
|
481
|
+
}, # column
|
482
|
+
"vdslLineMCMConfProfileTxPSDTable" : {
|
483
|
+
"nodetype" : "table",
|
484
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
485
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.4",
|
486
|
+
"status" : "current",
|
487
|
+
"description" :
|
488
|
+
"""This table contains transmit PSD mask descriptor
|
489
|
+
configuration information for a VDSL line. Each entry in
|
490
|
+
this table reflects the configuration for one tone within
|
491
|
+
a multiple carrier modulation (MCM) VDSL line. These
|
492
|
+
entries are defined by a manager and can be used to
|
493
|
+
configure the VDSL line.
|
494
|
+
|
495
|
+
If an entry in this table is referenced by a line which
|
496
|
+
does not use MCM, it has no effect on the operation of that
|
497
|
+
line.
|
498
|
+
|
499
|
+
All read-create-objects defined in this table SHOULD be
|
500
|
+
stored persistently.""",
|
501
|
+
}, # table
|
502
|
+
"vdslLineMCMConfProfileTxPSDEntry" : {
|
503
|
+
"nodetype" : "row",
|
504
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
505
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.4.1",
|
506
|
+
"create" : "true",
|
507
|
+
"status" : "current",
|
508
|
+
"linkage" : [
|
509
|
+
"vdslLineConfProfileName",
|
510
|
+
"vdslLineMCMConfProfileTxPSDNumber",
|
511
|
+
],
|
512
|
+
"description" :
|
513
|
+
"""Each entry consists of a transmit PSD mask descriptor,
|
514
|
+
which defines the power spectral density (PSD) for a tone.""",
|
515
|
+
}, # row
|
516
|
+
"vdslLineMCMConfProfileTxPSDNumber" : {
|
517
|
+
"nodetype" : "column",
|
518
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
519
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.4.1.1",
|
520
|
+
"status" : "current",
|
521
|
+
"syntax" : {
|
522
|
+
"type" : {
|
523
|
+
"basetype" : "Unsigned32",
|
524
|
+
"ranges" : [
|
525
|
+
{
|
526
|
+
"min" : "1",
|
527
|
+
"max" : "4096"
|
528
|
+
},
|
529
|
+
],
|
530
|
+
"range" : {
|
531
|
+
"min" : "1",
|
532
|
+
"max" : "4096"
|
533
|
+
},
|
534
|
+
},
|
535
|
+
},
|
536
|
+
"access" : "noaccess",
|
537
|
+
"description" :
|
538
|
+
"""The index for this mask descriptor entry.""",
|
539
|
+
}, # column
|
540
|
+
"vdslLineMCMConfProfileTxPSDTone" : {
|
541
|
+
"nodetype" : "column",
|
542
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
543
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.4.1.2",
|
544
|
+
"status" : "current",
|
545
|
+
"syntax" : {
|
546
|
+
"type" : {
|
547
|
+
"basetype" : "Unsigned32",
|
548
|
+
"ranges" : [
|
549
|
+
{
|
550
|
+
"min" : "1",
|
551
|
+
"max" : "4096"
|
552
|
+
},
|
553
|
+
],
|
554
|
+
"range" : {
|
555
|
+
"min" : "1",
|
556
|
+
"max" : "4096"
|
557
|
+
},
|
558
|
+
},
|
559
|
+
},
|
560
|
+
"access" : "readwrite",
|
561
|
+
"description" :
|
562
|
+
"""The tone index for which the PSD is being specified.""",
|
563
|
+
"reference" :
|
564
|
+
"""T1E1.4/2000-013R4""",
|
565
|
+
}, # column
|
566
|
+
"vdslLineMCMConfProfileTxPSDPSD" : {
|
567
|
+
"nodetype" : "column",
|
568
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
569
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.4.1.3",
|
570
|
+
"status" : "current",
|
571
|
+
"syntax" : {
|
572
|
+
"type" : { "module" :"", "name" : "Unsigned32"},
|
573
|
+
},
|
574
|
+
"access" : "readwrite",
|
575
|
+
"units" : "0.5dBm/Hz",
|
576
|
+
"description" :
|
577
|
+
"""Power Spectral Density level in steps of 0.5dBm/Hz with
|
578
|
+
an offset of -140dBm/Hz.""",
|
579
|
+
"reference" :
|
580
|
+
"""T1E1.4/2000-013R4""",
|
581
|
+
}, # column
|
582
|
+
"vdslLineMCMConfProfileTxPSDRowStatus" : {
|
583
|
+
"nodetype" : "column",
|
584
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
585
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.4.1.4",
|
586
|
+
"status" : "current",
|
587
|
+
"syntax" : {
|
588
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
589
|
+
},
|
590
|
+
"access" : "readwrite",
|
591
|
+
"description" :
|
592
|
+
"""This object is used to create a new row or modify or
|
593
|
+
delete an existing row in this table.
|
594
|
+
|
595
|
+
A profile is activated by setting this object to `active'.
|
596
|
+
When `active' is set, the system will validate the profile.
|
597
|
+
|
598
|
+
None of the columns in this row may be modified while the
|
599
|
+
row is in the 'active' state.
|
600
|
+
|
601
|
+
Before a profile can be deleted or taken out of
|
602
|
+
|
603
|
+
|
604
|
+
|
605
|
+
service, (by setting this object to `destroy' or
|
606
|
+
`notInService') it must be first unreferenced
|
607
|
+
from all associated lines.""",
|
608
|
+
}, # column
|
609
|
+
"vdslLineMCMConfProfileMaxTxPSDTable" : {
|
610
|
+
"nodetype" : "table",
|
611
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
612
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.5",
|
613
|
+
"status" : "current",
|
614
|
+
"description" :
|
615
|
+
"""This table contains transmit maximum PSD mask descriptor
|
616
|
+
configuration information for a VDSL line. Each entry in
|
617
|
+
this table reflects the configuration for one tone within
|
618
|
+
a multiple carrier modulation (MCM) VDSL modem. These
|
619
|
+
entries are defined by a manager and can be used to
|
620
|
+
configure the VDSL line.
|
621
|
+
|
622
|
+
If an entry in this table is referenced by a line which
|
623
|
+
does not use MCM, it has no effect on the operation of that
|
624
|
+
line.
|
625
|
+
|
626
|
+
All read-create-objects defined in this table SHOULD be
|
627
|
+
stored persistently.""",
|
628
|
+
}, # table
|
629
|
+
"vdslLineMCMConfProfileMaxTxPSDEntry" : {
|
630
|
+
"nodetype" : "row",
|
631
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
632
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.5.1",
|
633
|
+
"create" : "true",
|
634
|
+
"status" : "current",
|
635
|
+
"linkage" : [
|
636
|
+
"vdslLineConfProfileName",
|
637
|
+
"vdslLineMCMConfProfileMaxTxPSDNumber",
|
638
|
+
],
|
639
|
+
"description" :
|
640
|
+
"""Each entry consists of a transmit PSD mask descriptor,
|
641
|
+
which defines the maximum power spectral density (PSD)
|
642
|
+
for a tone.""",
|
643
|
+
}, # row
|
644
|
+
"vdslLineMCMConfProfileMaxTxPSDNumber" : {
|
645
|
+
"nodetype" : "column",
|
646
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
647
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.5.1.1",
|
648
|
+
"status" : "current",
|
649
|
+
"syntax" : {
|
650
|
+
"type" : {
|
651
|
+
"basetype" : "Unsigned32",
|
652
|
+
"ranges" : [
|
653
|
+
{
|
654
|
+
"min" : "1",
|
655
|
+
"max" : "4096"
|
656
|
+
},
|
657
|
+
],
|
658
|
+
"range" : {
|
659
|
+
"min" : "1",
|
660
|
+
"max" : "4096"
|
661
|
+
},
|
662
|
+
},
|
663
|
+
},
|
664
|
+
"access" : "noaccess",
|
665
|
+
"description" :
|
666
|
+
"""The index for this band descriptor entry.""",
|
667
|
+
}, # column
|
668
|
+
"vdslLineMCMConfProfileMaxTxPSDTone" : {
|
669
|
+
"nodetype" : "column",
|
670
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
671
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.5.1.2",
|
672
|
+
"status" : "current",
|
673
|
+
"syntax" : {
|
674
|
+
"type" : {
|
675
|
+
"basetype" : "Unsigned32",
|
676
|
+
"ranges" : [
|
677
|
+
{
|
678
|
+
"min" : "1",
|
679
|
+
"max" : "4096"
|
680
|
+
},
|
681
|
+
],
|
682
|
+
"range" : {
|
683
|
+
"min" : "1",
|
684
|
+
"max" : "4096"
|
685
|
+
},
|
686
|
+
},
|
687
|
+
},
|
688
|
+
"access" : "readwrite",
|
689
|
+
"description" :
|
690
|
+
"""The tone index for which the PSD is being specified.
|
691
|
+
There must not be multiple rows defined, for a particular
|
692
|
+
profile, with the same value for this field.""",
|
693
|
+
"reference" :
|
694
|
+
"""T1E1.4/2000-013R4""",
|
695
|
+
}, # column
|
696
|
+
"vdslLineMCMConfProfileMaxTxPSDPSD" : {
|
697
|
+
"nodetype" : "column",
|
698
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
699
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.5.1.3",
|
700
|
+
"status" : "current",
|
701
|
+
"syntax" : {
|
702
|
+
"type" : { "module" :"", "name" : "Unsigned32"},
|
703
|
+
},
|
704
|
+
"access" : "readwrite",
|
705
|
+
"units" : "0.5dBm/Hz",
|
706
|
+
"description" :
|
707
|
+
"""Power Spectral Density level in steps of 0.5dBm/Hz with
|
708
|
+
an offset of -140dBm/Hz.""",
|
709
|
+
"reference" :
|
710
|
+
"""T1E1.4/2000-013R4""",
|
711
|
+
}, # column
|
712
|
+
"vdslLineMCMConfProfileMaxTxPSDRowStatus" : {
|
713
|
+
"nodetype" : "column",
|
714
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
715
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.5.1.4",
|
716
|
+
"status" : "current",
|
717
|
+
"syntax" : {
|
718
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
719
|
+
},
|
720
|
+
"access" : "readwrite",
|
721
|
+
"description" :
|
722
|
+
"""This object is used to create a new row or modify or
|
723
|
+
delete an existing row in this table.
|
724
|
+
A profile is activated by setting this object to `active'.
|
725
|
+
When `active' is set, the system will validate the profile.
|
726
|
+
There must be only one entry in this table for each tone
|
727
|
+
associated with a specific profile. This will be checked
|
728
|
+
during the validation process.
|
729
|
+
|
730
|
+
None of the columns in this row may be modified while the
|
731
|
+
row is in the 'active' state.
|
732
|
+
|
733
|
+
Before a profile can be deleted or taken out of
|
734
|
+
service, (by setting this object to `destroy' or
|
735
|
+
`notInService') it must be first unreferenced
|
736
|
+
from all associated lines.""",
|
737
|
+
}, # column
|
738
|
+
"vdslLineMCMConfProfileMaxRxPSDTable" : {
|
739
|
+
"nodetype" : "table",
|
740
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
741
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.6",
|
742
|
+
"status" : "current",
|
743
|
+
"description" :
|
744
|
+
"""This table contains maximum receive PSD mask descriptor
|
745
|
+
configuration information for a VDSL line. Each entry in
|
746
|
+
this table reflects the configuration for one tone within
|
747
|
+
a multiple carrier modulation (MCM) VDSL modem. These
|
748
|
+
entries are defined by a manager and can be used to
|
749
|
+
configure the VDSL line.
|
750
|
+
|
751
|
+
If an entry in this table is referenced by a line which
|
752
|
+
does not use MCM, it has no effect on the operation of that
|
753
|
+
line.
|
754
|
+
|
755
|
+
All read-create-objects defined in this table SHOULD be
|
756
|
+
stored persistently.""",
|
757
|
+
}, # table
|
758
|
+
"vdslLineMCMConfProfileMaxRxPSDEntry" : {
|
759
|
+
"nodetype" : "row",
|
760
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
761
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.6.1",
|
762
|
+
"create" : "true",
|
763
|
+
"status" : "current",
|
764
|
+
"linkage" : [
|
765
|
+
"vdslLineConfProfileName",
|
766
|
+
"vdslLineMCMConfProfileMaxRxPSDNumber",
|
767
|
+
],
|
768
|
+
"description" :
|
769
|
+
"""Each entry consists of a transmit PSD mask descriptor,
|
770
|
+
which defines the power spectral density (PSD) for a
|
771
|
+
tone.""",
|
772
|
+
}, # row
|
773
|
+
"vdslLineMCMConfProfileMaxRxPSDNumber" : {
|
774
|
+
"nodetype" : "column",
|
775
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
776
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.6.1.1",
|
777
|
+
"status" : "current",
|
778
|
+
"syntax" : {
|
779
|
+
"type" : {
|
780
|
+
"basetype" : "Unsigned32",
|
781
|
+
"ranges" : [
|
782
|
+
{
|
783
|
+
"min" : "1",
|
784
|
+
"max" : "4096"
|
785
|
+
},
|
786
|
+
],
|
787
|
+
"range" : {
|
788
|
+
"min" : "1",
|
789
|
+
"max" : "4096"
|
790
|
+
},
|
791
|
+
},
|
792
|
+
},
|
793
|
+
"access" : "noaccess",
|
794
|
+
"description" :
|
795
|
+
"""The index for this band descriptor entry.""",
|
796
|
+
}, # column
|
797
|
+
"vdslLineMCMConfProfileMaxRxPSDTone" : {
|
798
|
+
"nodetype" : "column",
|
799
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
800
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.6.1.2",
|
801
|
+
"status" : "current",
|
802
|
+
"syntax" : {
|
803
|
+
"type" : {
|
804
|
+
"basetype" : "Unsigned32",
|
805
|
+
"ranges" : [
|
806
|
+
{
|
807
|
+
"min" : "1",
|
808
|
+
"max" : "4096"
|
809
|
+
},
|
810
|
+
],
|
811
|
+
"range" : {
|
812
|
+
"min" : "1",
|
813
|
+
"max" : "4096"
|
814
|
+
},
|
815
|
+
},
|
816
|
+
},
|
817
|
+
"access" : "readwrite",
|
818
|
+
"description" :
|
819
|
+
"""The tone index for which the PSD is being specified.
|
820
|
+
There must not be multiple rows defined, for a particular
|
821
|
+
profile, with the same value for this field.""",
|
822
|
+
"reference" :
|
823
|
+
"""T1E1.4/2000-013R4""",
|
824
|
+
}, # column
|
825
|
+
"vdslLineMCMConfProfileMaxRxPSDPSD" : {
|
826
|
+
"nodetype" : "column",
|
827
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
828
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.6.1.3",
|
829
|
+
"status" : "current",
|
830
|
+
"syntax" : {
|
831
|
+
"type" : { "module" :"", "name" : "Unsigned32"},
|
832
|
+
},
|
833
|
+
"access" : "readwrite",
|
834
|
+
"units" : "0.5dBm/Hz",
|
835
|
+
"description" :
|
836
|
+
"""Power Spectral Density level in steps of 0.5dBm/Hz with
|
837
|
+
an offset of -140dBm/Hz.""",
|
838
|
+
"reference" :
|
839
|
+
"""T1E1.4/2000-013R4""",
|
840
|
+
}, # column
|
841
|
+
"vdslLineMCMConfProfileMaxRxPSDRowStatus" : {
|
842
|
+
"nodetype" : "column",
|
843
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
844
|
+
"oid" : "1.3.6.1.2.1.10.229.1.1.6.1.4",
|
845
|
+
"status" : "current",
|
846
|
+
"syntax" : {
|
847
|
+
"type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
|
848
|
+
},
|
849
|
+
"access" : "readwrite",
|
850
|
+
"description" :
|
851
|
+
"""This object is used to create a new row or modify or
|
852
|
+
delete an existing row in this table.
|
853
|
+
|
854
|
+
A profile is activated by setting this object to `active'.
|
855
|
+
When `active' is set, the system will validate the profile.
|
856
|
+
There must be only one entry in this table for each tone
|
857
|
+
associated with a specific profile. This will be checked
|
858
|
+
during the validation process.
|
859
|
+
|
860
|
+
None of the columns in this row may be modified while the
|
861
|
+
row is in the 'active' state.
|
862
|
+
|
863
|
+
Before a profile can be deleted or taken out of
|
864
|
+
service, (by setting this object to `destroy' or
|
865
|
+
`notInService') it must be first unreferenced
|
866
|
+
from all associated lines.""",
|
867
|
+
}, # column
|
868
|
+
"vdslLineExtMCMConformance" : {
|
869
|
+
"nodetype" : "node",
|
870
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
871
|
+
"oid" : "1.3.6.1.2.1.10.229.1.2",
|
872
|
+
}, # node
|
873
|
+
"vdslLineExtMCMGroups" : {
|
874
|
+
"nodetype" : "node",
|
875
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
876
|
+
"oid" : "1.3.6.1.2.1.10.229.1.2.1",
|
877
|
+
}, # node
|
878
|
+
"vdslLineExtMCMCompliances" : {
|
879
|
+
"nodetype" : "node",
|
880
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
881
|
+
"oid" : "1.3.6.1.2.1.10.229.1.2.2",
|
882
|
+
}, # node
|
883
|
+
}, # nodes
|
884
|
+
|
885
|
+
"groups" : {
|
886
|
+
"vdslLineExtMCMGroup" : {
|
887
|
+
"nodetype" : "group",
|
888
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
889
|
+
"oid" : "1.3.6.1.2.1.10.229.1.2.1.1",
|
890
|
+
"status" : "current",
|
891
|
+
"members" : {
|
892
|
+
"vdslLineMCMConfProfileTxWindowLength" : {
|
893
|
+
"nodetype" : "member",
|
894
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
895
|
+
},
|
896
|
+
"vdslLineMCMConfProfileRowStatus" : {
|
897
|
+
"nodetype" : "member",
|
898
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
899
|
+
},
|
900
|
+
"vdslLineMCMConfProfileTxBandStart" : {
|
901
|
+
"nodetype" : "member",
|
902
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
903
|
+
},
|
904
|
+
"vdslLineMCMConfProfileTxBandStop" : {
|
905
|
+
"nodetype" : "member",
|
906
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
907
|
+
},
|
908
|
+
"vdslLineMCMConfProfileTxBandRowStatus" : {
|
909
|
+
"nodetype" : "member",
|
910
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
911
|
+
},
|
912
|
+
"vdslLineMCMConfProfileRxBandStart" : {
|
913
|
+
"nodetype" : "member",
|
914
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
915
|
+
},
|
916
|
+
"vdslLineMCMConfProfileRxBandStop" : {
|
917
|
+
"nodetype" : "member",
|
918
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
919
|
+
},
|
920
|
+
"vdslLineMCMConfProfileRxBandRowStatus" : {
|
921
|
+
"nodetype" : "member",
|
922
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
923
|
+
},
|
924
|
+
"vdslLineMCMConfProfileTxPSDTone" : {
|
925
|
+
"nodetype" : "member",
|
926
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
927
|
+
},
|
928
|
+
"vdslLineMCMConfProfileTxPSDPSD" : {
|
929
|
+
"nodetype" : "member",
|
930
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
931
|
+
},
|
932
|
+
"vdslLineMCMConfProfileTxPSDRowStatus" : {
|
933
|
+
"nodetype" : "member",
|
934
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
935
|
+
},
|
936
|
+
"vdslLineMCMConfProfileMaxTxPSDTone" : {
|
937
|
+
"nodetype" : "member",
|
938
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
939
|
+
},
|
940
|
+
"vdslLineMCMConfProfileMaxTxPSDPSD" : {
|
941
|
+
"nodetype" : "member",
|
942
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
943
|
+
},
|
944
|
+
"vdslLineMCMConfProfileMaxTxPSDRowStatus" : {
|
945
|
+
"nodetype" : "member",
|
946
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
947
|
+
},
|
948
|
+
"vdslLineMCMConfProfileMaxRxPSDTone" : {
|
949
|
+
"nodetype" : "member",
|
950
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
951
|
+
},
|
952
|
+
"vdslLineMCMConfProfileMaxRxPSDPSD" : {
|
953
|
+
"nodetype" : "member",
|
954
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
955
|
+
},
|
956
|
+
"vdslLineMCMConfProfileMaxRxPSDRowStatus" : {
|
957
|
+
"nodetype" : "member",
|
958
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
959
|
+
},
|
960
|
+
}, # members
|
961
|
+
"description" :
|
962
|
+
"""A collection of objects providing configuration
|
963
|
+
|
964
|
+
|
965
|
+
|
966
|
+
information for a VDSL line based upon multiple
|
967
|
+
carrier modulation modem.""",
|
968
|
+
}, # group
|
969
|
+
}, # groups
|
970
|
+
|
971
|
+
"compliances" : {
|
972
|
+
"vdslLineExtMCMMibCompliance" : {
|
973
|
+
"nodetype" : "compliance",
|
974
|
+
"moduleName" : "VDSL-LINE-EXT-MCM-MIB",
|
975
|
+
"oid" : "1.3.6.1.2.1.10.229.1.2.2.1",
|
976
|
+
"status" : "current",
|
977
|
+
"description" :
|
978
|
+
"""The compliance statement for SNMP entities which
|
979
|
+
manage VDSL interfaces.""",
|
980
|
+
"requires" : {
|
981
|
+
"vdslLineExtMCMGroup" : {
|
982
|
+
"nodetype" : "mandatory",
|
983
|
+
"module" : "VDSL-LINE-EXT-MCM-MIB"
|
984
|
+
},
|
985
|
+
}, # requires
|
986
|
+
}, # compliance
|
987
|
+
}, # compliances
|
988
|
+
|
989
|
+
}
|