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

📄 rfc2239.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 4 页
字号:
                18       (reserved)                19      100BASE-T2 half duplex mode                20      100BASE-T2 full duplex mode               Note that interfaces that support this MIB may               have capabilities that extend beyond the scope of               this MIB."       REFERENCE               "[IEEE 802.3 Mgt], 30.6.1.1.5,               aAutoNegLocalTechnologyAbility."       ::= { ifMauAutoNegEntry 5 }   ifMauAutoNegCapAdvertised OBJECT-TYPE       SYNTAX     Integer32       MAX-ACCESS read-write       STATUS     current       DESCRIPTION               "A value that uniquely identifies the set of               capabilities advertised by the local auto-               negotiation entity. Refer to               ifMauAutoNegCapability for a description of the               possible values of this object.               Capabilities in this object that are not available               in ifMauAutoNegCapability cannot be enabled."       REFERENCE               "[IEEE 802.3 Mgt], 30.6.1.1.6,               aAutoNegAdvertisedTechnologyAbility."       ::= { ifMauAutoNegEntry 6 }   ifMauAutoNegCapReceived OBJECT-TYPE       SYNTAX     Integer32       MAX-ACCESS read-only       STATUS     current       DESCRIPTION               "A value that uniquely identifies the set of               capabilities received from the remote auto-               negotiation entity. Refer to               ifMauAutoNegCapability for a description of the               possible values of this object.               Note that interfaces that support this MIB may be               attached to remote auto-negotiation entities which               have capabilities beyond the scope of this MIB."       REFERENCE               "[IEEE 802.3 Mgt], 30.6.1.1.7,               aAutoNegReceivedTechnologyAbility."       ::= { ifMauAutoNegEntry 7 }   ifMauAutoNegRestart OBJECT-TYPE       SYNTAX     INTEGER {                      restart(1),                      norestart(2)                  }       MAX-ACCESS read-write       STATUS     current       DESCRIPTION               "If the value of this object is set to restart(1)               then this will force auto-negotiation to begin               link renegotiation. If auto-negotiation signaling               is disabled, a write to this object has no effect.               Setting the value of this object to norestart(2)               has no effect."       REFERENCE               "[IEEE 802.3 Mgt], 30.6.1.2.1,               acAutoNegRestartAutoConfig."       ::= { ifMauAutoNegEntry 8 }   --   -- The Basic Broadband MAU Table   --   broadMauBasicTable OBJECT-TYPE       SYNTAX     SEQUENCE OF BroadMauBasicEntry       MAX-ACCESS not-accessible       STATUS     current       DESCRIPTION               "Table of descriptive and status information about               the broadband MAUs connected to interfaces."       ::= { dot3BroadMauBasicGroup 1 }   broadMauBasicEntry OBJECT-TYPE       SYNTAX     BroadMauBasicEntry       MAX-ACCESS not-accessible       STATUS     current       DESCRIPTION               "An entry in the table, containing information               about a single broadband MAU."       INDEX     { broadMauIfIndex, broadMauIndex }       ::= { broadMauBasicTable 1 }   BroadMauBasicEntry ::=       SEQUENCE {           broadMauIfIndex               Integer32,           broadMauIndex               Integer32,           broadMauXmtRcvSplitType               INTEGER,           broadMauXmtCarrierFreq               Integer32,           broadMauTranslationFreq               Integer32       }   broadMauIfIndex OBJECT-TYPE       SYNTAX     Integer32 (1..2147483647)       MAX-ACCESS read-only       STATUS     current       DESCRIPTION               "This variable uniquely identifies the interface               to which the MAU described by this entry is               connected."       REFERENCE               "Reference RFC 1213, ifIndex."       ::= { broadMauBasicEntry 1 }   broadMauIndex OBJECT-TYPE       SYNTAX     Integer32 (1..2147483647)       MAX-ACCESS read-only       STATUS     current       DESCRIPTION               "This variable uniquely identifies the MAU               connected to interface broadMauIfIndex that is               described by this entry."       REFERENCE               "Reference IEEE 802.3 MAU Mgt, 20.2.3.2, aMAUID."       ::= { broadMauBasicEntry 2 }   broadMauXmtRcvSplitType OBJECT-TYPE       SYNTAX     INTEGER {                      other(1),                      single(2),                      dual(3)                  }       MAX-ACCESS read-only       STATUS     current       DESCRIPTION               "This object indicates the type of frequency               multiplexing/cabling system used to separate the               transmit and receive paths for the 10BROAD36 MAU.               The value other(1) is returned if the split type               is not either single or dual.               The value single(2) indicates a single cable               system.  The value dual(3) indicates a dual cable               system, offset normally zero."       REFERENCE               "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,               aBbMAUXmitRcvSplitType."       ::= { broadMauBasicEntry 3 }   broadMauXmtCarrierFreq OBJECT-TYPE       SYNTAX     Integer32       MAX-ACCESS read-only       STATUS     current       DESCRIPTION               "This variable indicates the transmit carrier               frequency of the 10BROAD36 MAU in MHz/4; that is,               in units of 250 kHz."       REFERENCE               "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,               aBroadbandFrequencies.xmitCarrierFrequency."       ::= { broadMauBasicEntry 4 }   broadMauTranslationFreq OBJECT-TYPE       SYNTAX     Integer32       MAX-ACCESS read-only       STATUS     current       DESCRIPTION               "This variable indicates the translation offset               frequency of the 10BROAD36 MAU in MHz/4; that is,               in units of 250 kHz."       REFERENCE               "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,               aBroadbandFrequencies.translationFrequency."       ::= { broadMauBasicEntry 5 }   -- Notifications for use by 802.3 MAUs   rpMauJabberTrap NOTIFICATION-TYPE       OBJECTS     { rpMauJabberState }       STATUS      current       DESCRIPTION               "This trap is sent whenever a managed repeater MAU               enters the jabber state.               The agent must throttle the generation of               consecutive rpMauJabberTraps so that there is at               least a five-second gap between them."       REFERENCE               "[IEEE 802.3 Mgt], 30.5.1.3.1, nJabber               notification."       ::= { snmpDot3MauMgt 0 1 }   ifMauJabberTrap NOTIFICATION-TYPE       OBJECTS     { ifMauJabberState }       STATUS      current       DESCRIPTION               "This trap is sent whenever a managed interface               MAU enters the jabber state.               The agent must throttle the generation of               consecutive ifMauJabberTraps so that there is at               least a five-second gap between them."       REFERENCE               "[IEEE 802.3 Mgt], 30.5.1.3.1, nJabber               notification."       ::= { snmpDot3MauMgt 0 2 }   -- Conformance information   mauModConf           OBJECT IDENTIFIER ::= { mauMod 1 }     mauModCompls           OBJECT IDENTIFIER ::= { mauModConf 1 }     mauModObjGrps           OBJECT IDENTIFIER ::= { mauModConf 2 }     mauModNotGrps           OBJECT IDENTIFIER ::= { mauModConf 3 }   -- Object groups   mauRpGrpBasic OBJECT-GROUP       OBJECTS     { rpMauGroupIndex,                     rpMauPortIndex,                     rpMauIndex,                     rpMauType,                     rpMauStatus,                     rpMauMediaAvailable,                     rpMauMediaAvailableStateExits,                     rpMauJabberState,                     rpMauJabberingStateEnters }       STATUS      current       DESCRIPTION           "Basic conformance group for MAUs attached to           repeater ports.  This group is also the           conformance specification for RFC 1515           implementations."       ::= { mauModObjGrps 1 }   mauRpGrp100Mbs OBJECT-GROUP       OBJECTS     { rpMauFalseCarriers }       STATUS      current       DESCRIPTION           "Conformance group for MAUs attached to           repeater ports with 100 Mb/s capability."       ::= { mauModObjGrps 2 }   mauRpGrpJack OBJECT-GROUP       OBJECTS     { rpJackType }       STATUS      current       DESCRIPTION           "Conformance group for MAUs attached to           repeater ports with managed jacks."       ::= { mauModObjGrps 3 }   mauIfGrpBasic OBJECT-GROUP       OBJECTS     { ifMauIfIndex,                     ifMauIndex,                     ifMauType,                     ifMauStatus,                     ifMauMediaAvailable,                     ifMauMediaAvailableStateExits,                     ifMauJabberState,                     ifMauJabberingStateEnters }       STATUS      current       DESCRIPTION           "Basic conformance group for MAUs attached to           interfaces.  This group also provides a           conformance specification for RFC 1515           implementations."       ::= { mauModObjGrps 4 }   mauIfGrp100Mbs OBJECT-GROUP       OBJECTS     { ifMauFalseCarriers,                     ifMauTypeList,                     ifMauDefaultType,                     ifMauAutoNegSupported }       STATUS      current       DESCRIPTION           "Conformance group for MAUs attached           to interfaces with 100 Mb/s capability."       ::= { mauModObjGrps 5 }   mauIfGrpJack OBJECT-GROUP       OBJECTS     { ifJackType }       STATUS      current       DESCRIPTION           "Conformance group for MAUs attached           to interfaces with managed jacks."       ::= { mauModObjGrps 6 }   mauIfGrpAutoNeg OBJECT-GROUP       OBJECTS     { ifMauAutoNegAdminStatus,                     ifMauAutoNegRemoteSignaling,                     ifMauAutoNegConfig,                     ifMauAutoNegCapability,                     ifMauAutoNegCapAdvertised,                     ifMauAutoNegCapReceived,                     ifMauAutoNegRestart }       STATUS      current       DESCRIPTION           "Conformance group for MAUs attached to           interfaces with managed auto-negotiation."       ::= { mauModObjGrps 7 }   mauBroadBasic OBJECT-GROUP       OBJECTS     { broadMauIfIndex,                     broadMauIndex,                     broadMauXmtRcvSplitType,                     broadMauXmtCarrierFreq,                     broadMauTranslationFreq }       STATUS      current       DESCRIPTION           "Conformance group for broadband MAUs           attached to interfaces.  This group           provides a conformance specification           for RFC 1515 implementations."       ::= { mauModObjGrps 8 }   -- Notification groups   rpMauNotifications NOTIFICATION-GROUP       NOTIFICATIONS { rpMauJabberTrap }       STATUS      current       DESCRIPTION           "Notifications for repeater MAUs."       ::= { mauModNotGrps 1 }   ifMauNotifications NOTIFICATION-GROUP       NOTIFICATIONS { ifMauJabberTrap }       STATUS      current       DESCRIPTION           "Notifications for interface MAUs."       ::= { mauModNotGrps 2 }   -- Compliances   mauModRpCompl MODULE-COMPLIANCE       STATUS      current       DESCRIPTION           "Compliance for MAUs attached to repeater ports."       MODULE -- this module           MANDATORY-GROUPS { mauRpGrpBasic }           GROUP mauRpGrp100Mbs           DESCRIPTION               "Implementation of this optional group is               recommended for MAUs which have 100Mb/s               capability."           GROUP mauRpGrpJack           DESCRIPTION               "Implementation of this optional group is               recommended for MAUs which have one or more               external jacks."           GROUP rpMauNotifications           DESCRIPTION               "Implementation of this group is               recommended for MAUs attached to repeater               ports."       ::= { mauModCompls 1 }   mauModIfCompl MODULE-COMPLIANCE       STATUS      current       DESCRIPTION           "Compliance for MAUs attached to interfaces."       MODULE -- this module           MANDATORY-GROUPS { mauIfGrpBasic }           GROUP mauIfGrp100Mbs           DESCRIPTION               "Implementation of this optional group is               recommended for MAUs which have 100Mb/s               capability."           GROUP mauIfGrpJack           DESCRIPTION               "Implementation of this optional group is               recommended for MAUs which have one or more               external jacks."           GROUP mauIfGrpAutoNeg           DESCRIPTION               "Implementation of this group is               mandatory for MAUs which support               managed auto-negotiation."           GROUP mauBroadBasic           DESCRIPTION               "Implementation of this group is               mandatory for broadband MAUs."           GROUP ifMauNotifications           DESCRIPTION               "Implementation of this group is               recommended for MAUs attached to               interfaces."       ::= { mauModCompls 2 }   END

⌨️ 快捷键说明

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