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

📄 if-mib

📁 opennms得相关源码 请大家看看
💻
📖 第 1 页 / 共 5 页
字号:
       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   ifCompliance2 MODULE-COMPLIANCE       STATUS  current       DESCRIPTION               "The compliance statement for SNMPv2 entities which               have network interfaces."       MODULE  -- this module           MANDATORY-GROUPS { ifGeneralInformationGroup, ifStackGroup2 }              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       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)."           OBJECT       ifAlias           MIN-ACCESS   read-only           DESCRIPTION               "Write access is not required."       ::= { ifCompliances 2 }   ifCompliance MODULE-COMPLIANCE       STATUS  obsolete       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   ifGeneralInformationGroup    OBJECT-GROUP       OBJECTS { ifIndex, ifDescr, ifType, ifSpeed, ifPhysAddress,                 ifAdminStatus, ifOperStatus, ifLastChange,                 ifLinkUpDownTrapEnable, ifConnectorPresent,                 ifHighSpeed, ifName, ifNumber, ifAlias,                 ifTableLastChange }       STATUS  current       DESCRIPTION               "A collection of objects providing information               applicable to all network interfaces."       ::= { ifGroups 10 }   ifGeneralGroup    OBJECT-GROUP       OBJECTS { ifDescr, ifType, ifSpeed, ifPhysAddress,                 ifAdminStatus, ifOperStatus, ifLastChange,                 ifLinkUpDownTrapEnable, ifConnectorPresent,                 ifHighSpeed, ifName }       STATUS      obsolete       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  obsolete       DESCRIPTION               "A collection of objects providing the ability to               invoke tests on an interface."       ::= { ifGroups 8 }   ifStackGroup    OBJECT-GROUP       OBJECTS { ifStackStatus }       STATUS  obsolete       DESCRIPTION               "A collection of objects providing information on the               layering of MIB-II interfaces."       ::= { ifGroups 9 }   ifStackGroup2    OBJECT-GROUP       OBJECTS { ifStackStatus, ifStackLastChange }       STATUS  current       DESCRIPTION               "A collection of objects providing information on the               layering of MIB-II interfaces."       ::= { ifGroups 11 }ifOldObjectsGroup    OBJECT-GROUP    OBJECTS { ifInNUcastPkts, ifOutNUcastPkts,              ifOutQLen, ifSpecific }    STATUS  obsolete    DESCRIPTION            "The collection of objects deprecated from the            original MIB-II interfaces group."    ::= { ifGroups 12 }   END

⌨️ 快捷键说明

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