CISCO-OPTICAL-PATCH-MIB

File: CISCO-OPTICAL-PATCH-MIB.mib (22307 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
CISCO-SMI IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
NOTIFICATION-TYPE RowStatus TimeStamp
TruthValue NOTIFICATION-GROUP MODULE-COMPLIANCE
OBJECT-GROUP ciscoExperiment InterfaceIndex
ifIndex

Defined Types

COPatchInterfaceEntry  
SEQUENCE    
  cOPatchIdentifier Integer32

COPatchEntry  
SEQUENCE    
  cOPatchIndex Integer32
  cOPatchLowIfIndex InterfaceIndex
  cOPatchHighIfIndex InterfaceIndex
  cOPatchType INTEGER
  cOPatchStatus INTEGER
  cOPatchCreationTime TimeStamp
  cOPatchRowStatus RowStatus
  cOPatchDirOnLowIf INTEGER

COPatchIntfEntry  
SEQUENCE    
  cOPatchIntfDirection INTEGER
  cOPatchIntfPatchId Integer32

Defined Values

ciscoOpticalPatchMIB 1.3.6.1.4.1.9.10.67
This MIB module is used to configure and monitor the network element view of optical patches between two ports or fibers on the same network element. It is up to the user to keep the provisioned information that is reflected in this MIB module in sync with the actual patches present between ports or fibers on the network element. Provisioning of a patch does not cause a patch to be inserted; it only informs the network element that a patch has been, or is soon to be, added or removed.
MODULE-IDENTITY    

cOPatchMIBObjects 1.3.6.1.4.1.9.10.67.1
OBJECT IDENTIFIER    

cOPatchInterfaceTable 1.3.6.1.4.1.9.10.67.1.1
This table lists all interfaces that are provisioned to indicate that they are patched to other interfaces on the same network element. The table is used to find patches that include a particular interface. This table is deprecated since it only includes bidirectional patches. The new cOPatchIntfTable includes both unidirectional patches (in the transmit or receive direction) and bidirectional patches.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    COPatchInterfaceEntry

cOPatchInterfaceEntry 1.3.6.1.4.1.9.10.67.1.1.1
An entry is created only when an interface is provisioned to indicate that it is patched to another interface on the same network element (i.e. when the associated entry in the cOPatchTable has been created). An entry is deleted when the interface is removed from a patch, or when the patch is deleted from the cOPatchTable.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  COPatchInterfaceEntry  

cOPatchIdentifier 1.3.6.1.4.1.9.10.67.1.1.1.1
The value of cOPatchIndex used in the cOPatchTable to identify a patch that includes this interface. The other interface included in that patch has an entry in this table with the same value of this object, in addition to the entry in the cOPatchTable with this value of cOPatchIndex.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483547  

cOPatchIndexNext 1.3.6.1.4.1.9.10.67.1.2
This object contains an appropriate value to be used for cOPatchIndex when creating entries in the cOPatchTable. The value 0 indicates that no unassigned entries are available. To obtain the cOPatchIndex value for a new entry, the manager issues a management protocol retrieval operation to obtain the current value of this object. The agent will modify the value to the next unassigned index, when a new row is created in cOPatchTable with the current value of this object. After deletion of a row in cOPatchTable the agent will determine through its local policy when its index value will be made available for reuse.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cOPatchLastChange 1.3.6.1.4.1.9.10.67.1.3
The value of sysUpTime at the time of the last creation, deletion or modification of an entry in the cOPatchTable. If the cOPatchTable entries has been unchanged since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cOPatchEventType 1.3.6.1.4.1.9.10.67.1.4
The event type of the patch. The use is as follows: create(1) The value of this object when cOPatchEvent is generated upon creation of a patch. delete(2) The value of this object when cOPatchEvent is generated upon deletion of a patch. modify(3) The value of this object when cOPatchEvent is generated upon modification of a patch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER create(1), delete(2), modify(3)  

cOPatchTable 1.3.6.1.4.1.9.10.67.1.5
This table contains the network element view of optical patches between two interfaces on the same network element. It is up to the user to keep the provisioned information that is reflected in this table in sync with the actual patches present between interfaces on the network element. Provisioning of a patch in this table does not cause a patch to be inserted; it only informs the network element that a patch has been, or is soon to be, added or removed. Each entry in the table models a unidirectional or bidirectional patch between two interfaces on the same network element. When one interface is patched to two different interfaces, one in the receive direction and the other in the transmit direction, the interface will appear in two different entries in the table. The terms low and high are chosen to represent numerical ordering of the two interfaces associated with a patch. That is, the interface with the lower value of ifIndex is termed 'low', while the other interface associated with the patch is termed 'high'.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    COPatchEntry

cOPatchEntry 1.3.6.1.4.1.9.10.67.1.5.1
This entry is used to model a unidirectional or bidirectional patch between two interfaces on the same network element. An entry is created when the network element is provisioned to indicate that two interfaces on the network element have been patched together using an optical patch cord. Prior to creating an entry in the table, the manager should obtain a unique value of cOPatchIndex by reading the cOPatchIndexNext object. When an entry in the table is created, the cOPatchIntfPatchId values in the corresponding cOPatchIntfTable rows are filled in by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  COPatchEntry  

cOPatchIndex 1.3.6.1.4.1.9.10.67.1.5.1.1
A unique value used to identify this patch. For each interface associated with this patch, the agent reports this patch index value in the cOPatchIntfPatchId object of the corresponding cOPatchIntfTable entries. When the value of this index is equal to the current value of cOPatchIndexNext, the agent will modify the value of cOPatchIndexNext to the next unassigned index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

cOPatchLowIfIndex 1.3.6.1.4.1.9.10.67.1.5.1.2
The value of this object is equal to MIB II's ifIndex value of the interface for this patch. The term low implies that this interface has the numerically lower ifIndex value than the other interface identified in the same cOPatchEntry. The value of this object is specified during row creation, and can never be changed.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

cOPatchHighIfIndex 1.3.6.1.4.1.9.10.67.1.5.1.3
The value of this object is equal to MIB II's ifIndex value of the interface for this patch. The term high implies that this interface has the numerically higher ifIndex value than the other interface identified in the same cOPatchEntry. The value of this object is specified during row creation, and can never be changed.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

cOPatchType 1.3.6.1.4.1.9.10.67.1.5.1.4
The creation type of the patch. The use is as follows: provisioned(1) Provisioned by the user or by a management system using the Command Line Interface, SNMP, or other means of management access to the network element. automatic(2) Created automatically by the network element, without user or management intervention. In particular, this is used to represent fixed patches due to the presence of entities such as optical backplanes.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER provisioned(1), automatic(2), other(3)  

cOPatchStatus 1.3.6.1.4.1.9.10.67.1.5.1.5
This object indicates the error status of the patch. The use is as follows: noError(1) This value indicates a patch with no error. otherError(2) This value indicates an unknown patch error. interfaceError(3) This value indicates one or both interfaces are of the wrong type for a patch or the two interfaces are not supposed to be patched together. interfaceChannelError(4) This value indicates the frequency channel of the two interfaces in this patch entry do not match.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noError(1), otherError(2), interfaceError(3), interfaceChannelError(4)  

cOPatchCreationTime 1.3.6.1.4.1.9.10.67.1.5.1.6
The value of MIB II's sysUpTime object at the time this patch was created. If the current state was entered prior to the last re-initialization of the agent then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cOPatchRowStatus 1.3.6.1.4.1.9.10.67.1.5.1.7
The status of this entry in the cOPatchTable. This object is used to create an entry indicating that two interfaces on the network element have been patched together, or to modify or delete an existing entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cOPatchDirOnLowIf 1.3.6.1.4.1.9.10.67.1.5.1.8
In case of an optical interface where the transmitted and received signals travel on two different strands of fiber, it is possible that each fiber is patched to a different interface. This object identifies the patch direction for this entry relative to the interface with low ifIndex. The direction in which the interface with high ifIndex is patched can be deduced based on this object value. If the interface with low ifIndex is patched in the receive direction, the associated high interface has to be patched in the transmit direction and vice versa. If the low interface is patched in both directions, the same should hold true on the interface with high ifIndex.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER lowIfDirReceive(1), lowIfDirTransmit(2), lowIfDirBoth(3)  

cOPatchEventEnabled 1.3.6.1.4.1.9.10.67.1.6
Notifications that a patch between two interfaces is created, modified or deleted are enabled if this value is set to 'true'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cOPatchIntfTable 1.3.6.1.4.1.9.10.67.1.7
This table lists all interfaces that are provisioned to indicate that they are patched to other interfaces on the same network element. The table is used to find patches that include a particular interface. An interface can be patched to another interface in the receive direction, the transmit direction or both directions. The cOPatchIntfDirection object identifies the direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    COPatchIntfEntry

cOPatchIntfEntry 1.3.6.1.4.1.9.10.67.1.7.1
An entry is created only when an interface is provisioned to indicate that it is patched to another interface on the same network element (i.e. when the associated entry in the cOPatchTable has been created). An entry is deleted when the interface is removed from a patch, or when the patch is deleted from the cOPatchTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  COPatchIntfEntry  

cOPatchIntfDirection 1.3.6.1.4.1.9.10.67.1.7.1.1
In case of an optical interface where the transmitted and received signals travel on two different strands of fiber, it is possible that each fiber is patched to a different interface. For example, the transmit and receive fibers of this interface may have unidirectional connections to different optical amplifiers. This object indicates whether this entry describes a patch in the receive direction, the transmit direction or both directions. If both the transmit and receive fibers of this interface are patched to the same interface, then this object is set to 'both'. Individual entries for 'transmit' and 'receive' should not be created in this case.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER receive(1), transmit(2), both(3)  

cOPatchIntfPatchId 1.3.6.1.4.1.9.10.67.1.7.1.2
The value of cOPatchIndex used in the cOPatchTable to identify a patch that includes this interface. The other interface included in that patch has an entry in this table with the same value of this object, in addition to the entry in the cOPatchTable with this value of cOPatchIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483547  

cOPatchMIBNotifications 1.3.6.1.4.1.9.10.67.2
OBJECT IDENTIFIER    

cOPatchEvent 1.3.6.1.4.1.9.10.67.2.1
This notification is generated when ever a patch is created, modified or deleted.
Status: current Access: read-only
NOTIFICATION-TYPE    

cOPatchMIBConformance 1.3.6.1.4.1.9.10.67.3
OBJECT IDENTIFIER    

cOPatchMIBCompliances 1.3.6.1.4.1.9.10.67.3.1
OBJECT IDENTIFIER    

cOPatchMIBGroups 1.3.6.1.4.1.9.10.67.3.2
OBJECT IDENTIFIER    

cOPatchMIBCompliance 1.3.6.1.4.1.9.10.67.3.1.1
The compliance statement for entities which implement the Cisco Patch MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cOPatchMIBCompliance1 1.3.6.1.4.1.9.10.67.3.1.2
The compliance statement for entities which implement the Cisco Patch MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

cOPatchInterfaceGroup 1.3.6.1.4.1.9.10.67.3.2.1
Object needed to implement Interfaces with Patches.
Status: deprecated Access: read-only
OBJECT-GROUP    

cOPatchGroup 1.3.6.1.4.1.9.10.67.3.2.2
Collection of objects needed to implement Patches.
Status: deprecated Access: read-only
OBJECT-GROUP    

cOPatchNotifyGroup 1.3.6.1.4.1.9.10.67.3.2.3
Patch error notifications.
Status: current Access: read-only
NOTIFICATION-GROUP    

cOPatchIntfGroup 1.3.6.1.4.1.9.10.67.3.2.4
Object needed to implement Interfaces with Patches.
Status: current Access: read-only
OBJECT-GROUP    

cOPatchGroup1 1.3.6.1.4.1.9.10.67.3.2.5
Collection of objects needed to implement Patches in transmit, receive or both directions.
Status: current Access: read-only
OBJECT-GROUP