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

📄 rfc1573b.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 4 页
字号:
               type of interface and/or test.  The value may have the               semantics of either the AutonomousType or               InstancePointer textual conventions as defined in RFC               1443.  The identifier:                   testCodeUnknown  OBJECT IDENTIFIER ::= { 0 0 }               is defined for use if no additional result code is               available."       ::= { ifTestEntry 5 }   ifTestOwner      OBJECT-TYPE       SYNTAX       OwnerString       MAX-ACCESS   read-write       STATUS       current       DESCRIPTION               "The entity which currently has the 'ownership'               required to invoke a test on this interface."       ::= { ifTestEntry 6 }   --   Generic Receive Address Table   --   -- This group of objects is mandatory for all types of   -- interfaces which can receive packets/frames addressed to   -- more than one address.   --   -- This table replaces the ifExtnsRcvAddr table.  The main   -- difference is that this table makes use of the RowStatus   -- textual convention, while ifExtnsRcvAddr did not.   ifRcvAddressTable  OBJECT-TYPE       SYNTAX      SEQUENCE OF IfRcvAddressEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "This table contains an entry for each address               (broadcast, multicast, or uni-cast) for which the               system will receive packets/frames on a particular               interface, except as follows:               - for an interface operating in promiscuous mode,               entries are only required for those addresses for               which the system would receive frames were it not               operating in promiscuous mode.               - for 802.5 functional addresses, only one entry is               required, for the address which has the functional               address bit ANDed with the bit mask of all functional               addresses for which the interface will accept frames."       ::= { ifMIBObjects 4 }   ifRcvAddressEntry  OBJECT-TYPE       SYNTAX      IfRcvAddressEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "A list of objects identifying an address for which               the system will accept packets/frames on the               particular interface identified by the index value               ifIndex."       INDEX  { ifIndex, ifRcvAddressAddress }       ::= { ifRcvAddressTable 1 }   IfRcvAddressEntry ::=       SEQUENCE {           ifRcvAddressAddress   PhysAddress,           ifRcvAddressStatus    RowStatus,           ifRcvAddressType      INTEGER       }   ifRcvAddressAddress OBJECT-TYPE       SYNTAX      PhysAddress       MAX-ACCESS  read-create       STATUS      current       DESCRIPTION               "An address for which the system will accept               packets/frames on this entry's interface."       ::= { ifRcvAddressEntry 1 }   ifRcvAddressStatus OBJECT-TYPE       SYNTAX      RowStatus       MAX-ACCESS  read-write       STATUS      current       DESCRIPTION               "This object is used to create and delete rows in the               ifRcvAddressTable."       ::= { ifRcvAddressEntry 2 }   ifRcvAddressType OBJECT-TYPE       SYNTAX      INTEGER {                       other(1),                       volatile(2),                       nonVolatile(3)                   }       MAX-ACCESS  read-create       STATUS      current       DESCRIPTION               "This object has the value nonVolatile(3) for those               entries in the table which are valid and will not be               deleted by the next restart of the managed system.               Entries having the value volatile(2) are valid and               exist, but have not been saved, so that will not exist               after the next restart of the managed system.  Entries               having the value other(1) are valid and exist but are               not classified as to whether they will continue to               exist after the next restart."       DEFVAL  { volatile }       ::= { ifRcvAddressEntry 3 }   -- definition of interface-related traps.   linkDown NOTIFICATION-TYPE       OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }       STATUS  current       DESCRIPTION               "A linkDown trap signifies that the SNMPv2 entity,               acting in an agent role, has detected that the               ifOperStatus object for one of its communication links               is about to transition into the down state."       ::= { snmpTraps 3 }   linkUp NOTIFICATION-TYPE       OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }       STATUS  current       DESCRIPTION               "A linkUp trap signifies that the SNMPv2 entity,               acting in an agent role, has detected that the               ifOperStatus object for one of its communication links               has transitioned out of the down state."       ::= { snmpTraps 4 }   -- conformance information   ifConformance OBJECT IDENTIFIER ::= { ifMIB 2 }   ifGroups      OBJECT IDENTIFIER ::= { ifConformance 1 }   ifCompliances OBJECT IDENTIFIER ::= { ifConformance 2 }   -- compliance statements   ifCompliance MODULE-COMPLIANCE       STATUS  current       DESCRIPTION               "The compliance statement for SNMPv2 entities which               have network interfaces."       MODULE  -- this module           MANDATORY-GROUPS { ifGeneralGroup, ifStackGroup }           GROUP       ifFixedLengthGroup           DESCRIPTION               "This group is mandatory for all network interfaces               which are character-oriented or transmit data in               fixed-length transmission units."           GROUP       ifHCFixedLengthGroup           DESCRIPTION               "This group is mandatory only for those network               interfaces which are character-oriented or transmit               data in fixed-length transmission units, and for which               the value of the corresponding instance of ifSpeed is               greater than 20,000,000 bits/second."           GROUP       ifPacketGroup           DESCRIPTION               "This group is mandatory for all network interfaces               which are packet-oriented."           GROUP       ifHCPacketGroup           DESCRIPTION               "This group is mandatory only for those network               interfaces which are packet-oriented and for which the               value of the corresponding instance of ifSpeed is               greater than 650,000,000 bits/second."           GROUP       ifTestGroup           DESCRIPTION               "This group is optional.  Media-specific MIBs which               require interface tests are strongly encouraged to use               this group for invoking tests and reporting results.               A medium specific MIB which has mandatory tests may               make implementation of this group mandatory."           GROUP       ifRcvAddressGroup           DESCRIPTION               "The applicability of this group MUST be defined by               the media-specific MIBs.  Media-specific MIBs must               define the exact meaning, use, and semantics of the               addresses in this group."           OBJECT      ifLinkUpDownTrapEnable           MIN-ACCESS  read-only           DESCRIPTION               "Write access is not required."           OBJECT      ifPromiscuousMode           MIN-ACCESS  read-only           DESCRIPTION               "Write access is not required."           OBJECT      ifStackStatus           SYNTAX      INTEGER { active(1) } -- subset of RowStatus           MIN-ACCESS  read-only           DESCRIPTION               "Write access is not required, and only one of the six               enumerated values for the RowStatus textual convention               need be supported, specifically: active(1)."           OBJECT       ifAdminStatus           SYNTAX       INTEGER { up(1), down(2) }           MIN-ACCESS   read-only           DESCRIPTION               "Write access is not required, nor is support for the               value testing(3)."       ::= { ifCompliances 1 }   -- units of conformance   ifGeneralGroup    OBJECT-GROUP       OBJECTS { ifDescr, ifType, ifSpeed, ifPhysAddress,                 ifAdminStatus, ifOperStatus, ifLastChange,                 ifLinkUpDownTrapEnable, ifConnectorPresent,                 ifHighSpeed, ifName }       STATUS  current       DESCRIPTION               "A collection of objects providing information               applicable to all network interfaces."       ::= { ifGroups 1 }   -- the following five groups are mutually exclusive; at most   -- one of these groups is implemented for any interface   ifFixedLengthGroup    OBJECT-GROUP       OBJECTS { ifInOctets, ifOutOctets, ifInUnknownProtos,                 ifInErrors, ifOutErrors }       STATUS  current       DESCRIPTION               "A collection of objects providing information               specific to non-high speed, character-oriented or               fixed-length-transmission network interfaces.  (Non-               high speed interfaces transmit and receive at speeds               less than or equal to 20,000,000 bits/second.)"       ::= { ifGroups 2 }   ifHCFixedLengthGroup    OBJECT-GROUP       OBJECTS { ifHCInOctets, ifHCOutOctets,                 ifInOctets, ifOutOctets, ifInUnknownProtos,                 ifInErrors, ifOutErrors }       STATUS  current       DESCRIPTION               "A collection of objects providing information               specific to high speed (greater than 20,000,000               bits/second) character-oriented or fixed-length-               transmission network interfaces."       ::= { ifGroups 3 }   ifPacketGroup    OBJECT-GROUP       OBJECTS { ifInOctets, ifOutOctets, ifInUnknownProtos,                 ifInErrors, ifOutErrors,                 ifMtu, ifInUcastPkts, ifInMulticastPkts,                 ifInBroadcastPkts, ifInDiscards,                 ifOutUcastPkts, ifOutMulticastPkts,                 ifOutBroadcastPkts, ifOutDiscards,                 ifPromiscuousMode }       STATUS  current       DESCRIPTION               "A collection of objects providing information               specific to non-high speed, packet-oriented network               interfaces.  (Non-high speed interfaces transmit and               receive at speeds less than or equal to 20,000,000               bits/second.)"       ::= { ifGroups 4 }   ifHCPacketGroup    OBJECT-GROUP       OBJECTS { ifHCInOctets, ifHCOutOctets,                 ifInOctets, ifOutOctets, ifInUnknownProtos,                 ifInErrors, ifOutErrors,                 ifMtu, ifInUcastPkts, ifInMulticastPkts,                 ifInBroadcastPkts, ifInDiscards,                 ifOutUcastPkts, ifOutMulticastPkts,                 ifOutBroadcastPkts, ifOutDiscards,                 ifPromiscuousMode }       STATUS  current       DESCRIPTION               "A collection of objects providing information               specific to high speed (greater than 20,000,000               bits/second but less than or equal to 650,000,000               bits/second) packet-oriented network interfaces."       ::= { ifGroups 5 }   ifVHCPacketGroup    OBJECT-GROUP       OBJECTS { ifHCInUcastPkts, ifHCInMulticastPkts,                 ifHCInBroadcastPkts, ifHCOutUcastPkts,                 ifHCOutMulticastPkts, ifHCOutBroadcastPkts,                 ifHCInOctets, ifHCOutOctets,                 ifInOctets, ifOutOctets, ifInUnknownProtos,                 ifInErrors, ifOutErrors,                 ifMtu, ifInUcastPkts, ifInMulticastPkts,                 ifInBroadcastPkts, ifInDiscards,                 ifOutUcastPkts, ifOutMulticastPkts,                 ifOutBroadcastPkts, ifOutDiscards,                 ifPromiscuousMode }       STATUS  current       DESCRIPTION               "A collection of objects providing information               specific to higher speed (greater than 650,000,000               bits/second) packet-oriented network interfaces."       ::= { ifGroups 6 }   ifRcvAddressGroup    OBJECT-GROUP       OBJECTS { ifRcvAddressStatus, ifRcvAddressType }       STATUS  current       DESCRIPTION               "A collection of objects providing information on the               multiple addresses which an interface receives."       ::= { ifGroups 7 }   ifTestGroup    OBJECT-GROUP       OBJECTS { ifTestId, ifTestStatus, ifTestType,                 ifTestResult, ifTestCode, ifTestOwner }       STATUS  current       DESCRIPTION               "A collection of objects providing the ability to               invoke tests on an interface."       ::= { ifGroups 8 }   ifStackGroup    OBJECT-GROUP       OBJECTS { ifStackStatus }       STATUS  current       DESCRIPTION               "A collection of objects providing information on the               layering of MIB-II interfaces."       ::= { ifGroups 9 }   END

⌨️ 快捷键说明

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