ETHER-WIS

File: ETHER-WIS.mib (24201 bytes)

Imported modules

SNMPv2-SMI IF-MIB SNMPv2-CONF
SONET-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge32
transmission ifIndex MODULE-COMPLIANCE
OBJECT-GROUP sonetMediumStuff2 sonetSectionStuff2
sonetLineStuff2 sonetFarEndLineStuff2 sonetPathStuff2
sonetFarEndPathStuff2 sonetMediumType sonetMediumLineCoding
sonetMediumLineType sonetMediumCircuitIdentifier sonetMediumLoopbackConfig
sonetSESthresholdSet sonetPathCurrentWidth

Defined Types

EtherWisDeviceEntry  
SEQUENCE    
  etherWisDeviceTxTestPatternMode INTEGER
  etherWisDeviceRxTestPatternMode INTEGER
  etherWisDeviceRxTestPatternErrors Gauge32

EtherWisSectionCurrentEntry  
SEQUENCE    
  etherWisSectionCurrentJ0Transmitted OCTET STRING
  etherWisSectionCurrentJ0Received OCTET STRING

EtherWisPathCurrentEntry  
SEQUENCE    
  etherWisPathCurrentStatus BITS
  etherWisPathCurrentJ1Transmitted OCTET STRING
  etherWisPathCurrentJ1Received OCTET STRING

EtherWisFarEndPathCurrentEntry  
SEQUENCE    
  etherWisFarEndPathCurrentStatus BITS

Defined Values

etherWisMIB 1.3.6.1.2.1.10.134
The objects in this MIB module are used in conjunction with objects in the SONET-MIB and the MAU-MIB to manage the Ethernet WAN Interface Sublayer (WIS). The following reference is used throughout this MIB module: [IEEE 802.3 Std] refers to: IEEE Std 802.3, 2000 Edition: 'IEEE Standard for Information technology - Telecommunications and information exchange between systems - Local and metropolitan area networks - Specific requirements - Part 3: Carrier sense multiple access with collision detection (CSMA/CD) access method and physical layer specifications', as amended by IEEE Std 802.3ae-2002, 'IEEE Standard for Carrier Sense Multiple Access with Collision Detection (CSMA/CD) Access Method and Physical Layer Specifications - Media Access Control (MAC) Parameters, Physical Layer and Management Parameters for 10 Gb/s Operation', 30 August 2002. Of particular interest are Clause 50, 'WAN Interface Sublayer (WIS), type 10GBASE-W', Clause 30, '10Mb/s, 100Mb/s, 1000Mb/s, and 10Gb/s MAC Control, and Link Aggregation Management', and Clause 45, 'Management Data Input/Output (MDIO) Interface'. Copyright (C) The Internet Society (2003). This version of this MIB module is part of RFC 3637; see the RFC itself for full legal notices.
MODULE-IDENTITY    

etherWisObjects 1.3.6.1.2.1.10.134.1
OBJECT IDENTIFIER    

etherWisObjectsPath 1.3.6.1.2.1.10.134.2
OBJECT IDENTIFIER    

etherWisConformance 1.3.6.1.2.1.10.134.3
OBJECT IDENTIFIER    

etherWisDevice 1.3.6.1.2.1.10.134.1.1
OBJECT IDENTIFIER    

etherWisSection 1.3.6.1.2.1.10.134.1.2
OBJECT IDENTIFIER    

etherWisPath 1.3.6.1.2.1.10.134.2.1
OBJECT IDENTIFIER    

etherWisFarEndPath 1.3.6.1.2.1.10.134.2.2
OBJECT IDENTIFIER    

etherWisDeviceTable 1.3.6.1.2.1.10.134.1.1.1
The table for Ethernet WIS devices
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtherWisDeviceEntry

etherWisDeviceEntry 1.3.6.1.2.1.10.134.1.1.1.1
An entry in the Ethernet WIS device table. For each instance of this object there MUST be a corresponding instance of sonetMediumEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtherWisDeviceEntry  

etherWisDeviceTxTestPatternMode 1.3.6.1.2.1.10.134.1.1.1.1.1
This variable controls the transmit test pattern mode. The value none(1) puts the the WIS transmit path into the normal operating mode. The value squareWave(2) puts the WIS transmit path into the square wave test pattern mode described in [IEEE 802.3 Std.] subclause 50.3.8.1. The value prbs31(3) puts the WIS transmit path into the PRBS31 test pattern mode described in [IEEE 802.3 Std.] subclause 50.3.8.2. The value mixedFrequency(4) puts the WIS transmit path into the mixed frequency test pattern mode described in [IEEE 802.3 Std.] subclause 50.3.8.3. Any attempt to set this object to a value other than none(1) when the corresponding instance of ifAdminStatus has the value up(1) MUST be rejected with the error inconsistentValue, and any attempt to set the corresponding instance of ifAdminStatus to the value up(1) when an instance of this object has a value other than none(1) MUST be rejected with the error inconsistentValue.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), squareWave(2), prbs31(3), mixedFrequency(4)  

etherWisDeviceRxTestPatternMode 1.3.6.1.2.1.10.134.1.1.1.1.2
This variable controls the receive test pattern mode. The value none(1) puts the the WIS receive path into the normal operating mode. The value prbs31(3) puts the WIS receive path into the PRBS31 test pattern mode described in [IEEE 802.3 Std.] subclause 50.3.8.2. The value mixedFrequency(4) puts the WIS receive path into the mixed frequency test pattern mode described in [IEEE 802.3 Std.] subclause 50.3.8.3. Any attempt to set this object to a value other than none(1) when the corresponding instance of ifAdminStatus has the value up(1) MUST be rejected with the error inconsistentValue, and any attempt to set the corresponding instance of ifAdminStatus to the value up(1) when an instance of this object has a value other than none(1) MUST be rejected with the error inconsistentValue.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), prbs31(3), mixedFrequency(4)  

etherWisDeviceRxTestPatternErrors 1.3.6.1.2.1.10.134.1.1.1.1.3
This object counts the number of errors detected when the WIS receive path is operating in the PRBS31 test pattern mode. It is reset to zero when the WIS receive path initially enters that mode, and it increments each time the PRBS pattern checker detects an error as described in [IEEE 802.3 Std.] subclause 50.3.8.2 unless its value is 65535, in which case it remains unchanged. This object is writeable so that it may be reset upon explicit request of a command generator application while the WIS receive path continues to operate in PRBS31 test pattern mode.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32 0..65535  

etherWisSectionCurrentTable 1.3.6.1.2.1.10.134.1.2.1
The table for the current state of Ethernet WIS sections.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtherWisSectionCurrentEntry

etherWisSectionCurrentEntry 1.3.6.1.2.1.10.134.1.2.1.1
An entry in the etherWisSectionCurrentTable. For each instance of this object there MUST be a corresponding instance of sonetSectionCurrentEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtherWisSectionCurrentEntry  

etherWisSectionCurrentJ0Transmitted 1.3.6.1.2.1.10.134.1.2.1.1.1
This is the 16-octet section trace message that is transmitted in the J0 byte. The value SHOULD be '89'h followed by fifteen octets of '00'h (or some cyclic shift thereof) when the section 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.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

etherWisSectionCurrentJ0Received 1.3.6.1.2.1.10.134.1.2.1.1.2
This is the 16-octet section trace message that was most recently received in the J0 byte.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(16)  

etherWisPathCurrentTable 1.3.6.1.2.1.10.134.2.1.1
The table for the current state of Ethernet WIS paths.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtherWisPathCurrentEntry

etherWisPathCurrentEntry 1.3.6.1.2.1.10.134.2.1.1.1
An entry in the etherWisPathCurrentTable. For each instance of this object there MUST be a corresponding instance of sonetPathCurrentEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtherWisPathCurrentEntry  

etherWisPathCurrentStatus 1.3.6.1.2.1.10.134.2.1.1.1.1
This variable indicates the current status of the 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.
Status: current Access: read-only
OBJECT-TYPE    
  BITS etherWisPathLOP(0), etherWisPathAIS(1), etherWisPathPLM(2), etherWisPathLCD(3)  

etherWisPathCurrentJ1Transmitted 1.3.6.1.2.1.10.134.2.1.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

etherWisPathCurrentJ1Received 1.3.6.1.2.1.10.134.2.1.1.1.3
This is the 16-octet path trace message that was most recently received in the J1 byte.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(16)  

etherWisFarEndPathCurrentTable 1.3.6.1.2.1.10.134.2.2.1
The table for the current far-end state of Ethernet WIS paths.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtherWisFarEndPathCurrentEntry

etherWisFarEndPathCurrentEntry 1.3.6.1.2.1.10.134.2.2.1.1
An entry in the etherWisFarEndPathCurrentTable. For each instance of this object there MUST be a corresponding instance of sonetFarEndPathCurrentEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtherWisFarEndPathCurrentEntry  

etherWisFarEndPathCurrentStatus 1.3.6.1.2.1.10.134.2.2.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  BITS etherWisFarEndPayloadDefect(0), etherWisFarEndServerDefect(1)  

etherWisGroups 1.3.6.1.2.1.10.134.3.1
OBJECT IDENTIFIER    

etherWisCompliances 1.3.6.1.2.1.10.134.3.2
OBJECT IDENTIFIER    

etherWisDeviceGroupBasic 1.3.6.1.2.1.10.134.3.1.1
A collection of objects that support test features required of all WIS devices.
Status: current Access: read-only
OBJECT-GROUP    

etherWisDeviceGroupExtra 1.3.6.1.2.1.10.134.3.1.2
A collection of objects that support optional WIS device test features.
Status: current Access: read-only
OBJECT-GROUP    

etherWisSectionGroup 1.3.6.1.2.1.10.134.3.1.3
A collection of objects that provide required information about a WIS section.
Status: current Access: read-only
OBJECT-GROUP    

etherWisPathGroup 1.3.6.1.2.1.10.134.3.1.4
A collection of objects that provide required information about a WIS path.
Status: current Access: read-only
OBJECT-GROUP    

etherWisFarEndPathGroup 1.3.6.1.2.1.10.134.3.1.5
A collection of objects that provide required information about the far end of a WIS path.
Status: current Access: read-only
OBJECT-GROUP    

etherWisCompliance 1.3.6.1.2.1.10.134.3.2.1
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
Status: current Access: read-only
MODULE-COMPLIANCE