⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 notes.txt

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 TXT
📖 第 1 页 / 共 4 页
字号:
               <                   mib-2                  FROM RFC1213-MIB               ---               >                   Counter, TimeTicks     FROM RFC1155-SMI               >                   DisplayString, mib-2   FROM RFC1213-MIBrfc1759     Below is a list of the differences between the MIB in the RFC and            the installed MIB. The MIB in the RFC does not compile. The            installed MIB has not been updated to match the code from the            RFC. This list does not include the change to the MAX-ACCESS,            listed at the bottom of this file, which was required to get the            file to compile.               4c4               <     MODULE-IDENTITY, OBJECT-TYPE, experimental, Counter32, Integer32,               ---               >     MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32,               8c8,9               <     hrDeviceIndex, hrStorageIndex FROM HOST-RESOURCES-MIB;               ---               >     hrDeviceIndex, hrStorageIndex FROM HOST-RESOURCES-MIB               >     mib-2 FROM RFC1213-MIB;rfc1792     Got error 'rfc1792.mib:13: expected SIZE, got size'. Fixed.            Got error 'rfc1792.mib:63: expected right-brace, got            tcpIpxConnLocalPort'. Replaced missing comma in previous line.            Got error 'rfc1792.mib:180: expected right-brace, got            udpIpxLocalPort'. Replaced missing comma in previous line.            Got error 'rfc1792.mib:218: the table object "tcpIpxConnTable"            already has the SYNTAX "SEQUENCE OF TcpIpxConnEntry".' This was            caused by an error while block copying the defintion. The syntax            apparently should have been "SEQUENCE OF TcpUnspecConnEntry".            Got error 'rfc1792.mib:249: expected a descriptor, got }'. Removed            extraneous comma at the end of the last definition of the            sequence.            Got error 'rfc1792.mib:17: Unresolved forward valuereference            "enterprises".' Added IMPORT.rfc1850t    For some reason ospfIfStateChange was moved from one place to            another in the MIB. It appears that this was done to try to remove            some warnings, but the same warnings were given for the new last            item defined. The definition was put back into the same place as            in the RFC to remove future diff output.rfc2006     In order to get the MIB to compile, the following changes had to            be made:               4c4               <         Counter32, Gauge32, Integer32, IpAddress, experimental,               ---               >         Counter32, Gauge32, Integer32, IpAddress, Unsigned32,               10,11c10,12               <         MODULE-COMPLIANCE, OBJECT-GROUP               <                                         FROM SNMPv2-CONF;               ---               >         MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP               >                                         FROM SNMPv2-CONF               >         mib-2                           FROM RFC1213-MIB;rfc2024     In a number of cases comments that are started with "--" have "--"            later in the comment. This terminates the comment.            These changes are listed with the others in the diff below. The            MAX-ACCESS errors have been removed for readability and are noted            in that section later.               13c13,14               <         sdlcLSAddress                     FROM SNA-SDLC-MIB;               ---               >         sdlcLSAddress                     FROM SNA-SDLC-MIB               >         mib-2                             FROM RFC1213-MIB;               152,157c153,158               < -- (1) dlswNode      -- information about this DLSw               < -- (2) dlswTConn     -- about adjacent DLSw partners               < -- (3) dlswInterface -- about which interfaces DLSw is active on               < -- (4) dlswDirectory -- about any directory of local/remote resources               < -- (5) dlswCircuit   -- about established circuits.               < -- (6) dlswSdlc      -- about SDLC data link switched devices               ---               > -- (1) dlswNode      - information about this DLSw               > -- (2) dlswTConn     - about adjacent DLSw partners               > -- (3) dlswInterface - about which interfaces DLSw is active on               > -- (4) dlswDirectory - about any directory of local/remote resources               > -- (5) dlswCircuit   - about established circuits.               > -- (6) dlswSdlc      - about SDLC data link switched devices               170c171               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               172c173,174               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               >                213c215               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               215c217               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               240c242               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               242c244               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               341c343               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               343c345               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               376c378               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               378c380               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               650c652               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               652c654               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               658c660               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               1258c1262               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               1260c1264               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               1265c1269               < -- TCP Transport Connection Specific -- Configuration               ---               > -- TCP Transport Connection Specific - Configuration               1332c1336               < -- TCP Transport Connection Specific -- Operation               ---               > -- TCP Transport Connection Specific - Operation               1478c1482               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               1480c1484               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               1562c1566               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               1564c1568               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               1924c1928               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               1926c1930               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               2063c2067               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               2065c2069               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               2087c2091               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               2098c2102               < --         entries in the    |--------------------------------------               ---               > --         entries in the    |======================================               2100c2104               < --    -----------------------|--------------------------------------               ---               > --    =======================|======================================               2114c2118               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               2828c2836               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               2840c2848               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               2915c2923               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               2917c2925               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               3262c3270               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************               3264c3272               < -- -------------------------------------------------------------------               ---               > -- *******************************************************************rfc2096     Below is a list of the differences between the MIB in the RFC and            the installed MIB. The MIB in the RFC _does_ compile, but does not            contain these comments. They have been removed.               1c1               < IP-FORWARD-MIB DEFINITIONS ::= BEGIN               ---               > IP-FORWARD-MIB                2a3,8               > -- from RFC 1354, now marked as obsolete               > --EXCLUDE ipForwardNumber               > --EXCLUDE ipForwardTable               >                > DEFINITIONS ::= BEGIN               > rfc2206     The upper limits of the following OCTET STRINGs was set to 65536            (the maximum allowed is 65535):                rsvpSenderPolicy (line 588)                rsvpResvScope (line 1387)                rsvpResvPolicy (line 1452)                rsvpResvFwdScope (line 1846)                rsvpResvFwdPolicy (line 1907)rfc2213     The IMPORT of TestAndIncr from SNMPv2-TC is missing.rfc2238     In HprRtpEntry SEQUENCE definition, one of the comments wrapped to            the next line causing an error. The specific changes are shown            below:               516,517c516               <      hprRtpSmRdTripDelay     Gauge32,            -- smooth rnd trip               <                                                     delay               ---               >      hprRtpSmRdTripDelay     Gauge32,            -- smooth rnd trip delayrfc2263     The SNMP-TARGET-MIB incorrectly tried to IMPORT TEXTUAL-CONVENTION            from SNMPv2-SMI when it should have been IMPORTed from            SNMPv2-TC. This has been fixed.            The SNMP-TARGET-MIB also neglected to IMPORT Counter32.            There was an extraneous comma in the IMPORTs for the            SNMP-PROXY-MIB.            Here are the actual changes:               4d3               <        TEXTUAL-CONVENTION,               8c7,8               <        Integer32               ---               >        Integer32,               >        Counter32               10a11               >        TEXTUAL-CONVENTION,               1194c1195               <        SnmpTagValue,               ---               >        SnmpTagValuerfc2325     TimeStamp and TimeInterval were incorrectly IMPORTed from            SNMPv2-SMI when they should have been IMPORTed from            SNMPv2-TC. Also DisplayString was not IMPORTed from RFC1213-MIB.            Fixed a number of syntax errors. These fixes are shown below:               5d4               <        TimeStamp, TimeInterval,               7a7,8

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -