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

📄 rfc2668.txt

📁 中、英文RFC文档大全打包下载完全版 .
💻 TXT
📖 第 1 页 / 共 5 页
字号:
                   Postal: Extreme Networks, Inc.                           10460 Bandley Drive                           Cupertino, CA 95014                           USA                      Tel: +1 408 579-2821                   E-mail: andrew@extremenetworks.com                           John Flick                   Postal: Hewlett-Packard Company                           8000 Foothills Blvd. M/S 5557                          Roseville, CA 95747-5557                          USA                     Tel: +1 916 785 4018                     Fax: +1 916 785 1199                  E-mail: johnf@rose.hp.comSmith, et al.               Standards Track                     [Page 6]RFC 2668                     802.3 MAU MIB                   August 1999                          Kathryn de Graaf                  Postal: Argon Networks                          25 Porter Road                          Littleton, MA  01460                          USA                     Tel: +1 978 486 0665 x163                     Fax: +1 978 486 9379                  E-mail: kdegraaf@argon.com"          DESCRIPTION "Management information for 802.3 MAUs.                      The following reference is used throughout                      this MIB module:                      [IEEE 802.3 Std] refers to                         IEEE Std 802.3, 1998 Edition: 'Information                         technology - Telecommunications and                         information exchange between systems -                         Local and metropolitan area networks -                         Specific requirements - Part 3: Carrier                         sense multiple access with collision                         detection (CSMA/CD) access method and                         physical layer specifications',                         September 1998.                      Of particular interest is Clause 30, '10Mb/s,                      100Mb/s and 1000Mb/s Management'."          REVISION    "9908240400Z" -- August 24, 1999          DESCRIPTION "This version published as RFC 2668. Updated                       to include support for 1000 Mb/sec                       MAUs and flow control negotiation."          REVISION    "9710310000Z" -- October 31, 1997          DESCRIPTION "This version published as RFC 2239."          REVISION    "9309300000Z" -- September 30, 1993          DESCRIPTION "Initial version, published as RFC 1515."          ::= { snmpDot3MauMgt 6 }      snmpDot3MauMgt OBJECT IDENTIFIER ::= { mib-2 26 }      -- textual conventions      JackType ::= TEXTUAL-CONVENTION          STATUS      current          DESCRIPTION "Common enumeration values for repeater                      and interface MAU jack types."Smith, et al.               Standards Track                     [Page 7]RFC 2668                     802.3 MAU MIB                   August 1999          SYNTAX      INTEGER {                          other(1),                          rj45(2),                          rj45S(3), -- rj45 shielded                          db9(4),                          bnc(5),                          fAUI(6),  -- female aui                          mAUI(7),  -- male aui                          fiberSC(8),                          fiberMIC(9),                          fiberST(10),                          telco(11),                          mtrj(12),  -- fiber MT-RJ                          hssdc(13)  -- fiber channel style-2                      }      dot3RpMauBasicGroup          OBJECT IDENTIFIER ::= { snmpDot3MauMgt 1 }      dot3IfMauBasicGroup          OBJECT IDENTIFIER ::= { snmpDot3MauMgt 2 }      dot3BroadMauBasicGroup          OBJECT IDENTIFIER ::= { snmpDot3MauMgt 3 }      dot3IfMauAutoNegGroup          OBJECT IDENTIFIER ::= { snmpDot3MauMgt 5 }      -- object identities for MAU types      --  (see rpMauType and ifMauType for usage)      dot3MauType          OBJECT IDENTIFIER ::= { snmpDot3MauMgt 4 }      dot3MauTypeAUI OBJECT-IDENTITY          STATUS      current          DESCRIPTION "no internal MAU, view from AUI"          ::= { dot3MauType 1 }      dot3MauType10Base5 OBJECT-IDENTITY          STATUS      current          DESCRIPTION "thick coax MAU (per 802.3 section 8)"          ::= { dot3MauType 2 }      dot3MauTypeFoirl OBJECT-IDENTITY          STATUS      current          DESCRIPTION "FOIRL MAU (per 802.3 section 9.9)"          ::= { dot3MauType 3 }      dot3MauType10Base2 OBJECT-IDENTITY          STATUS      currentSmith, et al.               Standards Track                     [Page 8]RFC 2668                     802.3 MAU MIB                   August 1999          DESCRIPTION "thin coax MAU (per 802.3 section 10)"          ::= { dot3MauType 4 }      dot3MauType10BaseT OBJECT-IDENTITY          STATUS      current          DESCRIPTION "UTP MAU (per 802.3 section 14).                      Note that it is strongly recommended that                      agents return either dot3MauType10BaseTHD or                      dot3MauType10BaseTFD if the duplex mode is                      known.  However, management applications should                      be prepared to receive this MAU type value from                      older agent implementations."          ::= { dot3MauType 5 }      dot3MauType10BaseFP OBJECT-IDENTITY          STATUS      current          DESCRIPTION "passive fiber MAU (per 802.3 section 16)"          ::= { dot3MauType 6 }      dot3MauType10BaseFB OBJECT-IDENTITY          STATUS      current          DESCRIPTION "sync fiber MAU (per 802.3 section 17)"          ::= { dot3MauType 7 }      dot3MauType10BaseFL OBJECT-IDENTITY          STATUS      current          DESCRIPTION "async fiber MAU (per 802.3 section 18)                      Note that it is strongly recommended that                      agents return either dot3MauType10BaseFLHD or                      dot3MauType10BaseFLFD if the duplex mode is                      known.  However, management applications should                      be prepared to receive this MAU type value from                      older agent implementations."          ::= { 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      current          DESCRIPTION "UTP MAU (per 802.3 section 14), half duplex                      mode"          ::= { dot3MauType 10 }Smith, et al.               Standards Track                     [Page 9]RFC 2668                     802.3 MAU MIB                   August 1999      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), half                      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      currentSmith, et al.               Standards Track                    [Page 10]RFC 2668                     802.3 MAU MIB                   August 1999          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 }      ------ new since RFC 2239:      dot3MauType1000BaseXHD OBJECT-IDENTITY          STATUS      current          DESCRIPTION "PCS/PMA (per 802.3 section 36), unknown PMD,                      half duplex mode"          ::= { dot3MauType 21 }      dot3MauType1000BaseXFD OBJECT-IDENTITY          STATUS      current          DESCRIPTION "PCS/PMA (per 802.3 section 36), unknown PMD,                      full duplex mode"          ::= { dot3MauType 22 }      dot3MauType1000BaseLXHD OBJECT-IDENTITY          STATUS      current          DESCRIPTION "Fiber over long-wavelength laser (per 802.3                      section 38), half duplex mode"          ::= { dot3MauType 23 }      dot3MauType1000BaseLXFD OBJECT-IDENTITY          STATUS      current          DESCRIPTION "Fiber over long-wavelength laser (per 802.3                      section 38), full duplex mode"          ::= { dot3MauType 24 }      dot3MauType1000BaseSXHD OBJECT-IDENTITY          STATUS      current          DESCRIPTION "Fiber over short-wavelength laser (per 802.3                      section 38), half duplex mode"          ::= { dot3MauType 25 }      dot3MauType1000BaseSXFD OBJECT-IDENTITY          STATUS      current          DESCRIPTION "Fiber over short-wavelength laser (per 802.3                      section 38), full duplex mode"          ::= { dot3MauType 26 }Smith, et al.               Standards Track                    [Page 11]RFC 2668                     802.3 MAU MIB                   August 1999      dot3MauType1000BaseCXHD OBJECT-IDENTITY          STATUS      current          DESCRIPTION "Copper over 150-Ohm balanced cable (per 802.3                      section 39), half duplex mode"          ::= { dot3MauType 27 }      dot3MauType1000BaseCXFD OBJECT-IDENTITY          STATUS      current          DESCRIPTION "Copper over 150-Ohm balanced cable (per 802.3                      section 39), full duplex mode"          ::= { dot3MauType 28 }      dot3MauType1000BaseTHD OBJECT-IDENTITY          STATUS      current

⌨️ 快捷键说明

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