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

📄 rfc1525.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 3 页
字号:
RFC 1525               Source Routing Bridge MIB          September 1993              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of frames that have been discarded by                      this port because the routing descriptor field                      contained a duplicate segment identifier."              ::= { dot1dSrPortEntry 15 }          dot1dSrPortHopCountExceededDiscards OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of explorer frames that have been                      discarded by this port because the Routing                      Information Field has exceeded the maximum route                      descriptor length."              ::= { dot1dSrPortEntry 16 }          dot1dSrPortDupLanIdOrTreeErrors OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of duplicate LAN IDs or Tree errors.                      This helps in detection of problems in networks                      containing older IBM Source Routing Bridges."              ::= { dot1dSrPortEntry 17 }          dot1dSrPortLanIdMismatches OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of ARE and STE frames that were                      discarded because the last LAN ID in the routing                      information field did not equal the LAN-in ID.                      This error can occur in implementations which do                      only a LAN-in ID and Bridge Number check instead                      of a LAN-in ID, Bridge Number, and LAN-out ID                      check before they forward broadcast frames."              ::= { dot1dSrPortEntry 18 }          -- scalar object in dot1dSr          dot1dSrBridgeLfMode OBJECT-TYPEDecker, McCloghrie, Langille & Rijsinghani                     [Page 13]RFC 1525               Source Routing Bridge MIB          September 1993              SYNTAX  INTEGER {                          mode3(1),                          mode6(2)                      }              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "Indicates whether the bridge operates using older                      3 bit length negotiation fields or the newer 6 bit                      length field in its RIF."              ::= { dot1dSr 2 }          -- The Port-Pair Database          -- Implementation of this group is optional.          -- This group is implemented by those bridges that support          -- the direct multiport model of the source route bridging          -- mode as defined in the IEEE 802.5 SRT Addendum to          -- 802.1d.          -- Bridges implementing this group may report 65535 for          -- dot1dSrPortBridgeNumber and dot1dSrPortTargetSegment,          -- indicating that those objects are not applicable.          dot1dPortPairTableSize OBJECT-TYPE              SYNTAX  Gauge              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The total number of entries in the Bridge Port                      Pair Database."              ::= { dot1dPortPair 1 }          -- the Bridge Port-Pair table          -- this table represents port pairs within a bridge forming          -- a unique bridge path, as defined in the IEEE 802.5M SRT          -- Addendum.          dot1dPortPairTable OBJECT-TYPE              SYNTAX  SEQUENCE OF Dot1dPortPairEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "A table that contains information about everyDecker, McCloghrie, Langille & Rijsinghani                     [Page 14]RFC 1525               Source Routing Bridge MIB          September 1993                      port pair database entity associated with this                      source routing bridge."              ::= { dot1dPortPair 2 }          dot1dPortPairEntry OBJECT-TYPE              SYNTAX  Dot1dPortPairEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "A list of information for each port pair entity                      of a bridge."              INDEX   { dot1dPortPairLowPort, dot1dPortPairHighPort }              ::= { dot1dPortPairTable 1 }          Dot1dPortPairEntry ::=              SEQUENCE {                  dot1dPortPairLowPort                      INTEGER,                  dot1dPortPairHighPort                      INTEGER,                  dot1dPortPairBridgeNum                      INTEGER,                  dot1dPortPairBridgeState                      INTEGER              }          dot1dPortPairLowPort OBJECT-TYPE              SYNTAX  INTEGER (1..65535)              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The port number of the lower numbered port for                      which this entry contains port pair database                      information."              ::= { dot1dPortPairEntry 1 }          dot1dPortPairHighPort OBJECT-TYPE              SYNTAX  INTEGER (1..65535)              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The port number of the higher numbered port for                      which this entry contains port pair database                      information."              ::= { dot1dPortPairEntry 2 }          dot1dPortPairBridgeNum OBJECT-TYPE              SYNTAX  INTEGERDecker, McCloghrie, Langille & Rijsinghani                     [Page 15]RFC 1525               Source Routing Bridge MIB          September 1993              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "A bridge number that uniquely identifies the path                      provided by this source routing bridge between the                      segments connected to dot1dPortPairLowPort and                      dot1dPortPairHighPort.  The purpose of bridge                      number is to disambiguate between multiple paths                      connecting the same two LANs."              ::= { dot1dPortPairEntry 3 }          dot1dPortPairBridgeState OBJECT-TYPE              SYNTAX  INTEGER {                          enabled(1),                          disabled(2),                          invalid(3)                      }              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The state of dot1dPortPairBridgeNum.  Writing                      'invalid(3)' to this object removes the                      corresponding entry."              ::= { dot1dPortPairEntry 4 }          END6.  Acknowledgments   This document was produced on behalf of the Bridge MIB Working Group   in the NM area of the Internet Engineering Task Force.   The authors wish to thank the members of the Bridge MIB Working Group   for their many comments and suggestions which improved this effort.7.  References   [1] Cerf, V., "IAB Recommendations for the Development of Internet       Network Management Standards", RFC 1052, NRI, April 1988.   [2] Cerf, V., "Report of the Second Ad Hoc Network Management Review       Group", RFC 1109, NRI, August 1989.   [3] Rose M., and K. McCloghrie, "Structure and Identification of       Management Information for TCP/IP-based internets", STD 16, RFCDecker, McCloghrie, Langille & Rijsinghani                     [Page 16]RFC 1525               Source Routing Bridge MIB          September 1993       1155, Performance Systems International, Hughes LAN Systems, May       1990.   [4] McCloghrie K., and M. Rose, Editors, "Management Information Base       for Network Management of TCP/IP-based internets", STD 17, RFC       1213, Performance Systems International, March 1991.   [5] Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple       Network Management Protocol", STD 15, RFC 1157, SNMP Research,       Performance Systems International, Performance Systems       International, MIT Laboratory for Computer Science, May 1990.   [6] Decker, E., Langille, P., Rijsinghani, A., and McCloghrie, K.,       "Definitions of Managed Objects for Bridges", RFC 1493, cisco       Systems, Digital Equipment Corporation, Digital Equipment       Corporation, Hughes LAN Systems, July 1993.   [7] Information processing systems - Open Systems Interconnection -       Specification of Abstract Syntax Notation One (ASN.1),       International Organization for Standardization, International       Standard 8824, December 1987.   [8] Information processing systems - Open Systems Interconnection -       Specification of Basic Encoding Rules for Abstract Notation One       (ASN.1), International Organization for Standardization,       International Standard 8825, December 1987.   [9] Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",       STD 16, RFC 1212, Performance Systems International, Hughes LAN       Systems, March 1991.  [10] Rose, M., Editor, "A Convention for Defining Traps for use with       the SNMP", RFC 1215, Performance Systems International, March       1991.  [11] ANSI/IEEE Standard 802.1D-1990 MAC Bridges, IEEE Project 802       Local and Metropolitan Area Networks, (March 8, 1991).  [12] I.B.M. Token Ring Architecture Reference.  [13] ISO DIS 10038 MAC Bridges.  [14] ANSI/IEEE P802.5M-Draft 7, "Source Routing Transparent Bridge       Operation", IEEE Project 802 (1991).  [15] ANSI/IEEE 802.1y, "Source Routing Tutorial for End System       Operation", (September, 1990).Decker, McCloghrie, Langille & Rijsinghani                     [Page 17]RFC 1525               Source Routing Bridge MIB          September 1993Security Considerations   Security issues are not discussed in this memo.Authors' Addresses   Eric B. Decker   cisco Systems, Inc.   1525 O'Brien Dr.   Menlo Park, CA  94025   Phone: (415) 326-1941   Email: cire@cisco.com   Keith McCloghrie   Hughes LAN Systems, Inc.   1225 Charleston Road   Mountain View, CA 94043   Phone: (415) 966-7934   EMail: kzm@hls.com   Paul Langille   Digital Equipment Corporation   Digital Drive, MK02-2/K03   Merrimack, NH 03054   Phone: (603) 884-4045   EMail: langille@edwin.enet.dec.com   Anil Rijsinghani   Digital Equipment Corporation   550 King Street   Littleton, MA 01460   Phone: (508) 486-6786   EMail: anil@levers.enet.dec.comDecker, McCloghrie, Langille & Rijsinghani                     [Page 18]

⌨️ 快捷键说明

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