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

📄 rfc2239.txt

📁 中、英文RFC文档大全打包下载完全版 .
💻 TXT
📖 第 1 页 / 共 5 页
字号:
       ::= { dot3MauType 8 }   dot3MauType10Broad36 OBJECT-IDENTITY       STATUS     current       DESCRIPTION               "broadband DTE MAU (per 802.3 section 11). Note               that 10BROAD36 MAUs can be attached to interfaces               but not to repeaters."       ::= { dot3MauType 9 }   ------ new since RFC 1515:   dot3MauType10BaseTHD OBJECT-IDENTITY       STATUS     currentde Graaf, et. al.           Standards Track                     [Page 7]RFC 2239          Managed Objects for IEEE 802.3 MAUs      November 1997       DESCRIPTION               "UTP MAU (per 802.3 section 14), half duplex mode"       ::= { dot3MauType 10 }   dot3MauType10BaseTFD OBJECT-IDENTITY       STATUS     current       DESCRIPTION               "UTP MAU (per 802.3 section 14), full duplex mode"       ::= { dot3MauType 11 }   dot3MauType10BaseFLHD OBJECT-IDENTITY       STATUS     current       DESCRIPTION               "async fiber MAU (per 802.3 section 18), half               duplex mode"       ::= { dot3MauType 12 }   dot3MauType10BaseFLFD OBJECT-IDENTITY       STATUS     current       DESCRIPTION               "async fiber MAU (per 802.3 section 18), full               duplex mode"       ::= { dot3MauType 13 }   dot3MauType100BaseT4 OBJECT-IDENTITY       STATUS     current       DESCRIPTION               "4 pair categ. 3 UTP (per 802.3 section 23)"       ::= { dot3MauType 14 }   dot3MauType100BaseTXHD OBJECT-IDENTITY       STATUS     current       DESCRIPTION               "2 pair categ. 5 UTP (per 802.3 section 25), half               duplex mode"       ::= { dot3MauType 15 }   dot3MauType100BaseTXFD OBJECT-IDENTITY       STATUS     current       DESCRIPTION               "2 pair categ. 5 UTP (per 802.3 section 25), full               duplex mode"       ::= { dot3MauType 16 }   dot3MauType100BaseFXHD OBJECT-IDENTITY       STATUS     current       DESCRIPTION               "X fiber over PMT (per 802.3 section 26), halfde Graaf, et. al.           Standards Track                     [Page 8]RFC 2239          Managed Objects for IEEE 802.3 MAUs      November 1997               duplex mode"       ::= { dot3MauType 17 }   dot3MauType100BaseFXFD OBJECT-IDENTITY       STATUS     current       DESCRIPTION               "X fiber over PMT (per 802.3 section 26), full               duplex mode"       ::= { dot3MauType 18 }   dot3MauType100BaseT2HD OBJECT-IDENTITY       STATUS     current       DESCRIPTION               "2 pair categ. 3 UTP (per 802.3 section 32), half               duplex mode"       ::= { dot3MauType 19 }   dot3MauType100BaseT2FD OBJECT-IDENTITY       STATUS     current       DESCRIPTION               "2 pair categ. 3 UTP (per 802.3 section 32), full               duplex mode"       ::= { dot3MauType 20 }   --   -- The Basic Repeater MAU Table   --   rpMauTable OBJECT-TYPE       SYNTAX     SEQUENCE OF RpMauEntry       MAX-ACCESS not-accessible       STATUS     current       DESCRIPTION               "Table of descriptive and status information about               the MAU(s) attached to the ports of a repeater."       ::= { dot3RpMauBasicGroup 1 }   rpMauEntry OBJECT-TYPE       SYNTAX     RpMauEntry       MAX-ACCESS not-accessible       STATUS     current       DESCRIPTION               "An entry in the table, containing information               about a single MAU."       INDEX      { rpMauGroupIndex, rpMauPortIndex, rpMauIndex }       ::= { rpMauTable 1 }de Graaf, et. al.           Standards Track                     [Page 9]RFC 2239          Managed Objects for IEEE 802.3 MAUs      November 1997   RpMauEntry ::=       SEQUENCE {           rpMauGroupIndex               Integer32,           rpMauPortIndex               Integer32,           rpMauIndex               Integer32,           rpMauType               OBJECT IDENTIFIER,           rpMauStatus               INTEGER,           rpMauMediaAvailable               INTEGER,           rpMauMediaAvailableStateExits               Counter32,           rpMauJabberState               INTEGER,           rpMauJabberingStateEnters               Counter32,           rpMauFalseCarriers               Counter32       }   rpMauGroupIndex OBJECT-TYPE       SYNTAX     Integer32 (1..2147483647)       MAX-ACCESS read-only       STATUS     current       DESCRIPTION               "This variable uniquely identifies the group               containing the port to which the MAU described by               this entry is connected.               Note:  In practice, a group will generally be a               field-replaceable unit (i.e., module, card, or               board) that can fit in the physical system               enclosure, and the group number will correspond to               a number marked on the physical enclosure.               The group denoted by a particular value of this               object is the same as the group denoted by the               same value of rptrGroupIndex."       ::= { rpMauEntry 1 }   rpMauPortIndex OBJECT-TYPE       SYNTAX     Integer32 (1..2147483647)       MAX-ACCESS read-only       STATUS     currentde Graaf, et. al.           Standards Track                    [Page 10]RFC 2239          Managed Objects for IEEE 802.3 MAUs      November 1997       DESCRIPTION               "This variable uniquely identifies the repeater               port within group rpMauGroupIndex to which the MAU               described by this entry is connected."       REFERENCE               "Reference RFC 1516, rptrPortIndex."       ::= { rpMauEntry 2 }   rpMauIndex OBJECT-TYPE       SYNTAX     Integer32 (1..2147483647)       MAX-ACCESS read-only       STATUS     current       DESCRIPTION               "This variable uniquely identifies the MAU               described by this entry from among other MAUs               connected to the same port (rpMauPortIndex)."       REFERENCE               "[IEEE 802.3 Mgt], 30.5.1.1.1, aMAUID."       ::= { rpMauEntry 3 }   rpMauType OBJECT-TYPE       SYNTAX     OBJECT IDENTIFIER       MAX-ACCESS read-only       STATUS     current       DESCRIPTION               "This object identifies the 10 or 100 Mb/s               baseband MAU type.  An initial set of MAU types               are defined above.  The assignment of OBJECT               IDENTIFIERs to new types of MAUs is managed by the               IANA.  If the MAU type is unknown, the object               identifier               unknownMauType OBJECT IDENTIFIER ::= { 0 0 }               is returned.  Note that unknownMauType is a               syntactically valid object identifier, and any               conformant implementation of ASN.1 and the BER               must be able to generate and recognize this               value."       REFERENCE               "[IEEE 802.3 Mgt], 30.5.1.1.2, aMAUType."       ::= { rpMauEntry 4 }   rpMauStatus OBJECT-TYPE       SYNTAX     INTEGER {                      other(1),                      unknown(2),                      operational(3),de Graaf, et. al.           Standards Track                    [Page 11]RFC 2239          Managed Objects for IEEE 802.3 MAUs      November 1997                      standby(4),                      shutdown(5),                      reset(6)                  }       MAX-ACCESS read-write       STATUS     current       DESCRIPTION               "The current state of the MAU.  This object may be               implemented as a read-only object by those agents               and MAUs that do not implement software control of               the MAU state.  Some agents may not support               setting the value of this object to some of the               enumerated values.               The value other(1) is returned if the MAU is in a               state other than one of the states 2 through 6.               The value unknown(2) is returned when the MAU's               true state is unknown; for example, when it is               being initialized.               A MAU in the operational(3) state is fully               functional, operates, and passes signals to its               attached DTE or repeater port in accordance to its               specification.               A MAU in standby(4) state forces DI and CI to idle               and the media transmitter to idle or fault, if               supported.  Standby(4) mode only applies to link               type MAUs.  The state of rpMauMediaAvailable is               unaffected.               A MAU in shutdown(5) state assumes the same               condition on DI, CI, and the media transmitter as               though it were powered down or not connected.  The               MAU may return other(1) value for the               rpMauJabberState and rpMauMediaAvailable objects               when it is in this state.  For an AUI, this state               will remove power from the AUI.               Setting this variable to the value reset(6) resets               the MAU in the same manner as a power-off, power-               on cycle of at least one-half second would.  The               agent is not required to return the value reset               (6).               Setting this variable to the value operational(3),               standby(4), or shutdown(5) causes the MAU tode Graaf, et. al.           Standards Track                    [Page 12]RFC 2239          Managed Objects for IEEE 802.3 MAUs      November 1997               assume the respective state except that setting a               mixing-type MAU or an AUI to standby(4) will cause               the MAU to enter the shutdown state."       REFERENCE               "[IEEE 802.3 Mgt], 30.5.1.1.7, aMAUAdminState,               30.5.1.2.2, acMAUAdminControl, and 30.5.1.2.1,               acRESETMAU."       ::= { rpMauEntry 5 }   rpMauMediaAvailable OBJECT-TYPE       SYNTAX     INTEGER {                      other(1),                      unknown(2),                      available(3),                      notAvailable(4),                      remoteFault(5),                      invalidSignal(6),                      remoteJabber(7),                      remoteLinkLoss(8),                      remoteTest(9)                  }       MAX-ACCESS read-only       STATUS     current       DESCRIPTION               "If the MAU is a link or fiber type (FOIRL,               10BASE-T, 10BASE-F) then this is equivalent to the               link test fail state/low light function.  For an               AUI or a coax (including broadband) MAU this               indicates whether or not loopback is detected on               the DI circuit.  The value of this attribute               persists between packets for MAU types AUI,               10BASE5, 10BASE2, 10BROAD36, and 10BASE-FP.               The value other(1) is returned if the               mediaAvailable state is not one of 2 through 6.               The value unknown(2) is returned when the MAU's               true state is unknown; for example, when it is               being initialized.  At power-up or following a               reset, the value of this attribute will be unknown               for AUI, coax, and 10BASE-FP MAUs.  For these MAUs               loopback will be tested on each transmission               during which no collision is detected.  If DI is               receiving input when DO returns to IDL after a               transmission and there has been no collision               during the transmission then loopback will be               detected.  The value of this attribute will only               change during non-collided transmissions for AUI,de Graaf, et. al.           Standards Track                    [Page 13]RFC 2239          Managed Objects for IEEE 802.3 MAUs      November 1997               coax, and 10BASE-FP MAUs.               For 100BASE-T4, 100BASE-TX and 100BASE-FX the               enumerations match the states within the               respective link integrity state diagrams, fig 23-               12 and 24-15 of sections 23 and 24 of [2].  Any               MAU which implements management of auto-               negotiation will map remote fault indication to               remote fault.               The value available(3) indicates that the link,               light, or loopback is normal.  The value               notAvailable(4) indicates link loss, low light, or               no loopback.               The value remoteFault(5) indicates that a fault               has been detected at the remote end of the link.               This value applies to 10BASE-FB, 100BASE-T4 Far

⌨️ 快捷键说明

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