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

📄 ether-wis

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 2 页
字号:
       path payload with a bit map that can indicate multiple       defects at once.  The bit positions are assigned as       follows:       etherWisPathLOP(0)          This bit is set to indicate that an          LOP-P (Loss of Pointer - Path) defect          is being experienced.  Note:  when this          bit is set, sonetPathSTSLOP MUST be set          in the corresponding instance of          sonetPathCurrentStatus.       etherWisPathAIS(1)          This bit is set to indicate that an          AIS-P (Alarm Indication Signal - Path)          defect is being experienced.  Note:  when          this bit is set, sonetPathSTSAIS MUST be          set in the corresponding instance of          sonetPathCurrentStatus.       etherWisPathPLM(1)          This bit is set to indicate that a          PLM-P (Payload Label Mismatch - Path)          defect is being experienced.  Note:  when          this bit is set, sonetPathSignalLabelMismatch          MUST be set in the corresponding instance of          sonetPathCurrentStatus.       etherWisPathLCD(3)          This bit is set to indicate that an          LCD-P (Loss of Codegroup Delination - Path)          defect is being experienced.  Since this          defect is detected by the PCS and not by          the path layer itself, there is no          corresponding bit in sonetPathCurrentStatus."    REFERENCE       "[IEEE 802.3 Std.], 30.8.1.1.18, aPathStatus."     ::= { etherWisPathCurrentEntry 1 }etherWisPathCurrentJ1Transmitted OBJECT-TYPE    SYNTAX  OCTET STRING (SIZE (16))    MAX-ACCESS  read-write    STATUS  current    DESCRIPTION       "This is the 16-octet path trace message that       is transmitted in the J1 byte.  The value SHOULD       be '89'h followed by fifteen octets of '00'h       (or some cyclic shift thereof) when the path       trace function is not used, and the implementation       SHOULD use that value (or a cyclic shift thereof)       as a default if no other value has been set."    REFERENCE       "[IEEE 802.3 Std.], 30.8.1.1.23, aJ1ValueTX."     ::= { etherWisPathCurrentEntry 2 }etherWisPathCurrentJ1Received OBJECT-TYPE    SYNTAX  OCTET STRING (SIZE (16))    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION       "This is the 16-octet path trace message that       was most recently received in the J1 byte."    REFERENCE       "[IEEE 802.3 Std.], 30.8.1.1.24, aJ1ValueRX."     ::= { etherWisPathCurrentEntry 3 }-- The Far End Path group-- These objects provide WIS extensions to-- the SONET-MIB Far End Path Group.etherWisFarEndPathCurrentTable OBJECT-TYPE    SYNTAX  SEQUENCE OF EtherWisFarEndPathCurrentEntry    MAX-ACCESS  not-accessible    STATUS  current    DESCRIPTION       "The table for the current far-end state of Ethernet WIS       paths."     ::= { etherWisFarEndPath 1 }etherWisFarEndPathCurrentEntry OBJECT-TYPE    SYNTAX  EtherWisFarEndPathCurrentEntry    MAX-ACCESS  not-accessible    STATUS  current    DESCRIPTION       "An entry in the etherWisFarEndPathCurrentTable.  For each       instance of this object there MUST be a corresponding       instance of sonetFarEndPathCurrentEntry."    INDEX  { ifIndex }     ::= { etherWisFarEndPathCurrentTable 1 }EtherWisFarEndPathCurrentEntry ::=    SEQUENCE {        etherWisFarEndPathCurrentStatus     BITS        }etherWisFarEndPathCurrentStatus OBJECT-TYPE    SYNTAX  BITS {                etherWisFarEndPayloadDefect(0),                etherWisFarEndServerDefect(1)            }    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION       "This variable indicates the current status at the       far end of the path using a bit map that can indicate       multiple defects at once.  The bit positions are       assigned as follows:       etherWisFarEndPayloadDefect(0)          A far end payload defect (i.e., far end          PLM-P or LCD-P) is currently being signaled          in G1 bits 5-7.       etherWisFarEndServerDefect(1)          A far end server defect (i.e., far end          LOP-P or AIS-P) is currently being signaled          in G1 bits 5-7.  Note:  when this bit is set,          sonetPathSTSRDI MUST be set in the corresponding          instance of sonetPathCurrentStatus."    REFERENCE       "[IEEE 802.3 Std.], 30.8.1.1.25, aFarEndPathStatus."     ::= { etherWisFarEndPathCurrentEntry 1 }----     Conformance Statements--etherWisGroups      OBJECT IDENTIFIER ::= { etherWisConformance 1 }etherWisCompliances OBJECT IDENTIFIER ::= { etherWisConformance 2 }--     Object GroupsetherWisDeviceGroupBasic OBJECT-GROUP    OBJECTS {        etherWisDeviceTxTestPatternMode,        etherWisDeviceRxTestPatternMode        }    STATUS  current    DESCRIPTION       "A collection of objects that support test       features required of all WIS devices."     ::= { etherWisGroups 1 }etherWisDeviceGroupExtra OBJECT-GROUP    OBJECTS {        etherWisDeviceRxTestPatternErrors        }    STATUS  current    DESCRIPTION       "A collection of objects that support       optional WIS device test features."     ::= { etherWisGroups 2 }etherWisSectionGroup OBJECT-GROUP    OBJECTS {        etherWisSectionCurrentJ0Transmitted,        etherWisSectionCurrentJ0Received        }    STATUS  current    DESCRIPTION       "A collection of objects that provide       required information about a WIS section."     ::= { etherWisGroups 3 }etherWisPathGroup OBJECT-GROUP    OBJECTS {        etherWisPathCurrentStatus,        etherWisPathCurrentJ1Transmitted,        etherWisPathCurrentJ1Received        }    STATUS  current    DESCRIPTION       "A collection of objects that provide       required information about a WIS path."     ::= { etherWisGroups 4 }etherWisFarEndPathGroup OBJECT-GROUP    OBJECTS {        etherWisFarEndPathCurrentStatus        }    STATUS  current    DESCRIPTION       "A collection of objects that provide required       information about the far end of a WIS path."     ::= { etherWisGroups 5 }--     Compliance StatementsetherWisCompliance MODULE-COMPLIANCE    STATUS  current    DESCRIPTION       "The compliance statement for interfaces that include       the Ethernet WIS.  Compliance with the following       external compliance statements is prerequisite:       MIB Module             Compliance Statement       ----------             --------------------       IF-MIB                 ifCompliance3       IF-INVERTED-STACK-MIB  ifInvCompliance       EtherLike-MIB          dot3Compliance2       MAU-MIB                mauModIfCompl3"    MODULE  -- this module        MANDATORY-GROUPS {            etherWisDeviceGroupBasic,            etherWisSectionGroup,            etherWisPathGroup,            etherWisFarEndPathGroup            }        OBJECT       etherWisDeviceTxTestPatternMode        SYNTAX       INTEGER {            none(1),            squareWave(2),            mixedFrequency(4)            }        DESCRIPTION            "Support for values other than none(1),            squareWave(2), and mixedFrequency(4)            is not required."        OBJECT       etherWisDeviceRxTestPatternMode        SYNTAX       INTEGER {            none(1),            mixedFrequency(4)            }        DESCRIPTION            "Support for values other than none(1)            and mixedFrequency(4) is not required."        GROUP        etherWisDeviceGroupExtra        DESCRIPTION            "Implementation of this group, along with support for            the value prbs31(3) for etherWisDeviceTxTestPatternMode            and etherWisDeviceRxTestPatternMode, is necessary if the            optional PRBS31 test pattern mode is to be supported."        OBJECT       etherWisDeviceRxTestPatternErrors        WRITE-SYNTAX Gauge32 ( 0 )        DESCRIPTION            "An implementation is not required to            allow values other than zero to be            written to this object."    MODULE SONET-MIB        MANDATORY-GROUPS {            sonetMediumStuff2,            sonetSectionStuff2,            sonetLineStuff2,            sonetFarEndLineStuff2,            sonetPathStuff2,            sonetFarEndPathStuff2            }        OBJECT       sonetMediumType        SYNTAX       INTEGER {            sonet(1)            }        MIN-ACCESS   read-only        DESCRIPTION            "Write access is not required, nor is support            for any value other than sonet(1)."        OBJECT       sonetMediumLineCoding        SYNTAX       INTEGER {            sonetMediumNRZ(4)            }        MIN-ACCESS   read-only        DESCRIPTION            "Write access is not required, nor is support            for any value other than sonetMediumNRZ(4)."        OBJECT       sonetMediumLineType        MIN-ACCESS   read-only        DESCRIPTION            "Write access is not required."        OBJECT       sonetMediumCircuitIdentifier        MIN-ACCESS   read-only        DESCRIPTION            "Write access is not required."        OBJECT       sonetMediumLoopbackConfig        SYNTAX       BITS {            sonetNoLoop(0),            sonetFacilityLoop(1)            }        MIN-ACCESS   read-only        DESCRIPTION            "Write access is not required, nor is support for values            other than sonetNoLoop(0) and sonetFacilityLoop(1)."        OBJECT       sonetSESthresholdSet        MIN-ACCESS   read-only        DESCRIPTION            "Write access is not required, and only one            of the enumerated values need be supported."        OBJECT       sonetPathCurrentWidth        SYNTAX       INTEGER {            sts192cSTM64(6)            }        MIN-ACCESS   read-only        DESCRIPTION            "Write access is not required, nor is support            for any value other than sts192cSTM64(6)."     ::= { etherWisCompliances 1 }END

⌨️ 快捷键说明

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