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

📄 rfc2020.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 5 页
字号:
Flick                       Standards Track                    [Page 11]RFC 2020               IEEE 802.12 Interface MIB            October 1996       D:   0  = No duplicate address has been detected.            1  = Duplicate address has been detected       C:   0  = The requested configuration is compatible with the                 network.            1  = The requested configuration is not compatible with                 the network.  In this case, the FF, PP, and R bits                 indicate the configuration that would be allowed.       N:   0  = Access will be allowed, providing the configuration                 is compatible (C = 0).            1  = Access is not granted because of security                 restrictions       r:   Reserved bits (set to zero)       FF:  00 = frameType88023 will be used            01 = frameType88025 will be used            10 = reserved            11 = reserved       PP:  00 = singleAddressMode            01 = promiscuousMode            10 = reserved            11 = reserved       R:   0  = Requested access as an end node is allowed            1  = Requested access as a repeater is allowed   Again, note that the most recent version of the IEEE 802.12 standard   should be consulted for the most up to date definition of the   requested configuration and allowed configuration fields.   The data field contains between 594 and 675 octets and is filled in   by the training initiator.  The first 55 octets may be used for   vendor specific protocol information.  The remaining octets are all   zeros.  The length of the training frame combined with the   requirement that 24 consecutive training frames be received without   error to complete training ensures that marginal links will not   complete training.3.9.  Mapping of IEEE 802.12 Managed Objects   The following table lists all the managed objects defined for   oEndNode in the IEEE 802.12 Standard, and the corresponding SNMP   objects.   IEEE 802.12 Managed Object            Corresponding SNMP Object   oEndNode     .aBroadcastFramesReceived           IF-MIB - ifInBroadcastPkts     .aBroadcastFramesTransmitted        IF-MIB - ifOutBroadcastPkts     .aDataErrorFramesReceived           dot12InDataErrors     .aDesiredFramingType                dot12DesiredFramingTypeFlick                       Standards Track                    [Page 12]RFC 2020               IEEE 802.12 Interface MIB            October 1996     .aDesiredPromiscuousStatus          dot12DesiredPromiscStatus     .aFramesTransmitted                 IF-MIB - ifOutUCastPkts +                                                  ifOutMulticastPkts +                                                  ifOutBroadcastPkts     .aFramingCapability                 dot12FramingCapability     .aFunctionalAddresses               IF-MIB - ifRcvAddressTable     .aHighPriorityFramesReceived        dot12InHighPriorityFrames     .aHighPriorityFramesTransmitted     dot12OutHighPriorityFrames     .aHighPriorityOctetsReceived        dot12InHighPriorityOctets or                                         dot12InHCHighPriorityOctets     .aHighPriorityOctetsTransmitted     dot12OutHighPriorityOctets or                                         dot12OutHCHighPriorityOctets     .aIPMFramesReceived                 dot12InIPMErrors     .aLastTrainingConfig                dot12LastTrainingConfig     .aMACID                             IF-MIB - ifIndex     .aMACStatus                         dot12Status     .aMACVersion                        dot12TrainingVersion     .aMediaType                         <not yet mapped>                                         Tranceiver MIB issue     .aMulticastFramesReceived           IF-MIB - ifInMulticastPkts     .aMulticastFramesTransmitted        IF-MIB - ifOutMulticastPkts     .aMulticastReceiveStatus            IF-MIB - ifRcvAddressTable     .aNormalPriorityFramesReceived      dot12InNormPriorityFrames     .aNormalPriorityOctetsReceived      dot12InNormPriorityOctets or                                         dot12InHCNormPriorityOctets     .aNullAddressedFramesReceived       dot12InNullAddressedFrames     .aOctetsTransmitted                 IF-MIB - ifOutOctets or                                                  ifHCOutOctets     .aOversizeFramesReceived            dot12InOversizeFrameErrors     .aReadableFramesReceived            IF-MIB - ifInUcastPkts +                                                  ifInMulticastPkts +                                                  ifInBroadcastPkts     .aReadableOctetsReceived            IF-MIB - ifInOctets or                                                  ifHCInOctets     .aReadMulticastList                 IF-MIB - ifRcvAddressTable     .aReadWriteMACAddress               IF-MIB - ifPhysAddress     .aTransitionsIntoTraining           dot12TransitionIntoTrainings     .acAddGroupAddress                  IF-MIB - ifRcvAddressTable     .acClose                            dot12Commands: 'close'     .acDeleteGroupAddress               IF-MIB - ifRcvAddressTable     .acExecuteSelftest                  IF-MIB - ifAdminStatus     .acInitializeMAC                    dot12Commands: 'reset'     .acOpen                             dot12Commands: 'open'Flick                       Standards Track                    [Page 13]RFC 2020               IEEE 802.12 Interface MIB            October 19964.  Definitions      DOT12-IF-MIB DEFINITIONS ::= BEGIN          IMPORTS              transmission, Counter32, Counter64, OBJECT-TYPE,              MODULE-IDENTITY                  FROM SNMPv2-SMI              MODULE-COMPLIANCE, OBJECT-GROUP                  FROM SNMPv2-CONF              ifIndex                  FROM IF-MIB;          dot12MIB MODULE-IDENTITY               LAST-UPDATED "9602220452Z"  -- February 22, 1996               ORGANIZATION "IETF 100VG-AnyLAN MIB Working Group"               CONTACT-INFO                       "       John Flick                       Postal: Hewlett Packard Company                               8000 Foothills Blvd. M/S 5556                               Roseville, CA 95747-5556                       Tel:    +1 916 785 4018                       Fax:    +1 916 785 3583                       E-mail: johnf@hprnd.rose.hp.com"               DESCRIPTION                       "This MIB module describes objects for                       managing IEEE 802.12 interfaces."               ::= { transmission 45 }          dot12MIBObjects     OBJECT IDENTIFIER ::= { dot12MIB 1 }          dot12ConfigTable OBJECT-TYPE              SYNTAX     SEQUENCE OF Dot12ConfigEntry              MAX-ACCESS not-accessible              STATUS     current              DESCRIPTION                      "Configuration information for a collection of                      802.12 interfaces attached to a particular                      system."              ::= { dot12MIBObjects 1 }          dot12ConfigEntry OBJECT-TYPE              SYNTAX     Dot12ConfigEntry              MAX-ACCESS not-accessible              STATUS     current              DESCRIPTIONFlick                       Standards Track                    [Page 14]RFC 2020               IEEE 802.12 Interface MIB            October 1996                      "Configuration for a particular interface to an                      802.12 medium."              INDEX      { ifIndex }              ::= { dot12ConfigTable 1 }          Dot12ConfigEntry ::=              SEQUENCE {                  dot12CurrentFramingType         INTEGER,                  dot12DesiredFramingType         INTEGER,                  dot12FramingCapability          INTEGER,                  dot12DesiredPromiscStatus       INTEGER,                  dot12TrainingVersion            INTEGER,                  dot12LastTrainingConfig         OCTET STRING,                  dot12Commands                   INTEGER,                  dot12Status                     INTEGER,                  dot12ControlMode                INTEGER              }          dot12CurrentFramingType OBJECT-TYPE              SYNTAX     INTEGER {                             frameType88023(1),                             frameType88025(2),                             frameTypeUnknown(3)                         }              MAX-ACCESS read-only              STATUS     current              DESCRIPTION                      "When dot12DesiredFramingType is one of                      'frameType88023' or 'frameType88025', this is the                      type of framing asserted by the interface.                      When dot12DesiredFramingType is 'frameTypeEither',                      dot12CurrentFramingType shall be one of                      'frameType88023' or 'frameType88025' when the                      dot12Status is 'opened'.   When the dot12Status is                      anything other than 'opened',                      dot12CurrentFramingType shall take the value of                      'frameTypeUnknown'."              ::= { dot12ConfigEntry 1 }          dot12DesiredFramingType OBJECT-TYPE              SYNTAX     INTEGER {                             frameType88023(1),                             frameType88025(2),                             frameTypeEither(3)                         }              MAX-ACCESS read-write              STATUS     currentFlick                       Standards Track                    [Page 15]RFC 2020               IEEE 802.12 Interface MIB            October 1996              DESCRIPTION                      "The type of framing which will be requested by                      the interface during the next interface MAC                      initialization or open action.                      In master mode, this is the framing mode which                      will be granted by the interface.  Note that                      for a master mode interface, this object must be                      equal to 'frameType88023' or 'frameType88025',                      since a master mode interface cannot grant                      'frameTypeEither'."              REFERENCE                      "IEEE Standard 802.12-1995, 13.2.5.2.1,                      aDesiredFramingType."              ::= { dot12ConfigEntry 2 }          dot12FramingCapability OBJECT-TYPE              SYNTAX     INTEGER {                             frameType88023(1),                             frameType88025(2),                             frameTypeEither(3)                         }              MAX-ACCESS read-only              STATUS     current              DESCRIPTION                      "The type of framing this interface is capable of                      supporting."              REFERENCE                      "IEEE Standard 802.12-1995, 13.2.5.2.1,                      aFramingCapability."              ::= { dot12ConfigEntry 3 }          dot12DesiredPromiscStatus OBJECT-TYPE              SYNTAX     INTEGER {                             singleAddressMode(1),                             promiscuousMode(2)                         }              MAX-ACCESS read-write              STATUS     current              DESCRIPTION                      "This object is used to select the promiscuous                      mode that this interface will request in the next                      training packet issued on this interface.                      Whether the repeater grants the requested mode                      must be verified by examining the state of the PP                      bits in the corresponding instance of                      dot12LastTrainingConfig.Flick                       Standards Track                    [Page 16]RFC 2020               IEEE 802.12 Interface MIB            October 1996                      In master mode, this object controls whether or                      not promiscuous mode will be granted by the                      interface when requested by the lower level                      device.                      Note that this object indicates the desired mode                      for the next time the interface trains.  The                      currently active mode will be reflected in                      dot12LastTrainingConfig and in ifPromiscuousMode."              REFERENCE                      "IEEE Standard 802.12-1995, 13.2.5.2.1,                      aDesiredPromiscuousStatus."              ::= { dot12ConfigEntry 4 }          dot12TrainingVersion OBJECT-TYPE              SYNTAX     INTEGER (0..7)              MAX-ACCESS read-only              STATUS     current              DESCRIPTION                      "The value that will be used in the version bits                      (vvv bits) in training frames on this interface.                      This is the highest version number supported by

⌨️ 快捷键说明

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