📄 notes.txt
字号:
> TimeStamp, TimeInterval > FROM SNMPv2-TC 10c11 < transmission --- > transmission, DisplayString 56c57 < espresso(4), --- > espresso(4) 64c65 < potLocation OBJECT-TYPE { --- > potLocation OBJECT-TYPE 76,77c77,78 < potOperStatus < SYNTAX Integer { --- > potOperStatus OBJECT-TYPE > SYNTAX INTEGER { 102c103 < SYNTAX Integer { --- > SYNTAX INTEGER { 117c118 < SYNTAX Integer64 --- > SYNTAX Integer32rfc2417 In order to get the MIB to compile "mib-2" had to be explicitly IMPORTed from SNMPv2-SMI as shown below: 7c7,8 < Integer32, Unsigned32, OBJECT-TYPE, IpAddress --- > Integer32, Unsigned32, OBJECT-TYPE, IpAddress, > mib-2rfc2558 Got 'rfc2558.mib:322: named number "Bellcore1991" must begin with a lower-case letter'. The first character was changed to lower case in order to get the file to compile.rfc2662 Got 'rfc2662.mib:3483: Invalid MIN-ACCESS read-wr'. The MIN-ACCESS line was duplicated in the RFC. The second one was correctly formed. Deleted the incorrect line.rfc2754 A page break got past the compiler by hiding in the CONTACT-INFO string. It has been removed.rfc2925 Added to makefile. Needed to fix a number of occurrences of the following error: 'rfc2925.mib:nnnn: A named number list may be applied only to the INTEGER type itself, and not to a type derived from the INTEGER type.'. This occurred on lines: 1028, 1061, 2282, 2337, 2349, and 2360.< SYNTAX InetAddressType { unknown(0), ipv4(1), ipv6(2) } The line was commented out and a copy was added with the number list removed. It appears that the author wanted to limit the selections to not include the "dns(16)" InetAddressType.rfc2982 Encountered error "rfc2982.mib:1041: The upper bound of an OCTET STRING size constraint may not exceed 65535." It was 65536. Fixed.rfc3176 On lines 362 and 367 the original version of this file got the error "A named number list may be applied only to the INTEGER type itself, and not to a type derived from the INTEGER type." The incorrect line was commented out and replaced. < SYNTAX InetAddressType { ipv4(1) } --- > SYNTAX INTEGER { ipv4(1) }rfc3202 On line 1465 the original version of this file had the error "A named number list may be applied only to the INTEGER type itself, and not to a type derived from the INTEGER type." The incorrect line was commented out and replaced. < SYNTAX RowStatus { active(1) } --- > SYNTAX INTEGER { active(1) }rfc3289 33 lines in the original version of this file had the error "A named number list may be applied only to the INTEGER type itself, and not to a type derived from the INTEGER type." The incorrect lines were commented out and replaced. These fixes are shown below: 2741,2744c2741,2742 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } < -- WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } < WRITE-SYNTAX INTEGER { createAndGo(4), destroy(6) } --- > SYNTAX RowStatus { active(1) } > WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } 2749,2752c2747,2748 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } < -- WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } < WRITE-SYNTAX INTEGER { createAndGo(4), destroy(6) } --- > SYNTAX RowStatus { active(1) } > WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } 2757,2760c2753,2754 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } < -- WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } < WRITE-SYNTAX INTEGER { createAndGo(4), destroy(6) } --- > SYNTAX RowStatus { active(1) } > WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } 2766,2767c2760 < -- SYNTAX InetAddressType { unknown(0), ipv4(1), ipv6(2) } < SYNTAX INTEGER { unknown(0), ipv4(1), ipv6(2) } --- > SYNTAX InetAddressType { unknown(0), ipv4(1), ipv6(2) } 2779,2782c2772,2773 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } < -- WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } < WRITE-SYNTAX INTEGER { createAndGo(4), destroy(6) } --- > SYNTAX RowStatus { active(1) } > WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } 2787,2790c2778,2779 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } < -- WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } < WRITE-SYNTAX INTEGER { createAndGo(4), destroy(6) } --- > SYNTAX RowStatus { active(1) } > WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } 2795,2798c2784,2785 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } < -- WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } < WRITE-SYNTAX INTEGER { createAndGo(4), destroy(6) } --- > SYNTAX RowStatus { active(1) } > WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } 2803,2806c2790,2791 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } < -- WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } < WRITE-SYNTAX INTEGER { createAndGo(4), destroy(6) } --- > SYNTAX RowStatus { active(1) } > WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } 2811,2814c2796,2797 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } < -- WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } < WRITE-SYNTAX INTEGER { createAndGo(4), destroy(6) } --- > SYNTAX RowStatus { active(1) } > WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } 2819,2822c2802,2803 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } < -- WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } < WRITE-SYNTAX INTEGER { createAndGo(4), destroy(6) } --- > SYNTAX RowStatus { active(1) } > WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) } 2887,2888c2868 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) } 2906,2907c2886 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) } 2940,2941c2919 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) } 2954,2955c2932 < -- SYNTAX InetAddressType { unknown(0), ipv4(1), ipv6(2) } < SYNTAX INTEGER { unknown(0), ipv4(1), ipv6(2) } --- > SYNTAX InetAddressType { unknown(0), ipv4(1), ipv6(2) } 3056,3057c3033 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) } 3094,3095c3070 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) } 3127,3128c3102 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) } 3146,3147c3120 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) } 3190,3191c3163 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) } 3244,3245c3216 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) } 3278,3279c3249 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) } 3317,3318c3287 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) } 3351,3352c3320 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) } 3384,3385c3352 < -- SYNTAX RowStatus { active(1) } < SYNTAX INTEGER { active(1) } --- > SYNTAX RowStatus { active(1) }rfc3295 On line 1418 the original version of this file got the error "A named number list may be applied only to the INTEGER type itself, and not to a type derived from the INTEGER type." The incorrect line was commented out and replaced. < SYNTAX InetAddressType { unknown(0), ipv4(1), ipv6(2), --- > SYNTAX INTEGER { unknown(0), ipv4(1), ipv6(2),not-accessible errors: Errors of this type have the form 'OBJECTS clause for "fooGroup" references object "bar" with MAX-ACCESS "not-accessible".' These errors were temporarily worked around by changing the MAX-ACCESS to read-only. rfc1447 partyMIBGroup aclTarget partyMIBGroup aclSubject rfc1604 frPVCConnectStatusChange frPVCConnectIndex frPVCConnectStatusChange frPVCConnectLowIfIndex frPVCConnectStatusChange frPVCConnectLowDLCIIndex frPVCConnectStatusChange frPVCConnectHighIfIndex frPVCConnectStatusChange frPVCConnectHighDLCIIndex rfc1611 dnsServCounterGroup dnsServCounterOpCode dnsServCounterGroup dnsServCounterQClass dnsServCounterGroup dnsServCounterQType dnsServCounterGroup dnsServCounterTransport dnsServZoneGroup dnsServZoneName dnsServZoneGroup dnsServZoneClass dnsServZoneGroup dnsServZoneSrcName dnsServZoneGroup dnsServZoneSrcClass dnsServZoneGroup dnsServZoneSrcAddr rfc1612 dnsResConfigGroup dnsResConfigSbeltAddr dnsResConfigGroup dnsResConfigSbeltSubTree dnsResConfigGroup dnsResConfigSbeltClass dnsResCounterGroup dnsResCounterByOpcodeCode dnsResCounterGroup dnsResCounterByRcodeCode dnsResLameDelegationGroup dnsResLameDelegationSource dnsResLameDelegationGroup dnsResLameDelegationName dnsResLameDelegationGroup dnsResLameDelegationClass dnsResCacheGroup dnsResCacheRRName dnsResCacheGroup dnsResCacheRRClass dnsResCacheGroup dnsResCacheRRType dnsResCacheGroup dnsResCacheRRIndex dnsResNCacheGroup dnsResNCacheErrQName dnsResNCacheGroup dnsResNCacheErrQClass dnsResNCacheGroup dnsResNCacheErrQType rfc1628 upsTrapAlarmEntryAdded upsAlarmId rfc1650 etherCollisionTableGroup dot3CollCount rfc1665 snaNodeGroup snaNodeAdminIndex snaNodeGroup snaNodeLinkAdminIndex snaLuGroup snaLuAdminLuIndex snaMgtToolsRtmGroup snaLuRtmPuIndex snaMgtToolsRtmGroup snaLuRtmLuIndex rfc1759 printerV2Alert prtAlertIndex rfc2024 dlswTrapTConnPartnerReject dlswTConnOperTDomain dlswTrapTConnPartnerReject dlswTConnOperRemoteTAddr dlswTrapCircuitUp dlswCircuitS1Mac dlswTrapCircuitUp dlswCircuitS1Sap dlswTrapCircuitUp dlswCircuitS2Mac dlswTrapCircuitUp dlswCircuitS2Sap rfc2954 frPVCConnectStatusChange frPVCConnectIndex frPVCConnectStatusChange frPVCConnectLowIfIndex frPVCConnectStatusChange frPVCConnectLowDLCIIndex frPVCConnectStatusChange frPVCConnectHighIfIndex frPVCConnectStatusChange frPVCConnectHighDLCIIndex
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -