SL-OPT-APS-MIB

File: SL-OPT-APS-MIB.mib (21251 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB PerfHist-TC-MIB SL-NE-MIB
SL-MAIN-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Counter32 TimeTicks
DisplayString TruthValue RowStatus
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
InterfaceIndex PerfCurrentCount PerfIntervalCount
PerfTotalCount sitelight slmTrapLogId

Defined Types

OptApsConfigEntry  
SEQUENCE    
  optApsConfigUserWorkingIndex InterfaceIndex
  optApsConfigNetWorkingIndex InterfaceIndex
  optApsConfigUserProtectingIndex InterfaceIndex
  optApsConfigNetProtectingIndex InterfaceIndex
  optApsConfigScheme INTEGER
  optApsConfigEnable INTEGER
  optApsConfigArchMode INTEGER
  optApsConfigActiveConnectionRx INTEGER
  optApsConfigActiveConnectionTx INTEGER
  optApsConfigWaitToRestore Unsigned32
  optApsConfigDirection INTEGER
  optApsConfigRevertive INTEGER
  optApsConfigChanStatus BITS
  optApsConfigChanSignalFailures Counter32
  optApsConfigChanSwitchovers Counter32
  optApsConfigChanLastSwitchover TimeTicks
  optApsConfigSwitchCommand INTEGER
  optApsConfigSwitchReason INTEGER
  optApsConfigResetCounters INTEGER
  optApsConfigActiveRequest INTEGER
  optApsConfigStatus RowStatus
  optApsConfigLosThreshold INTEGER

Defined Values

slOptApsMib 1.3.6.1.4.1.4515.1.11
This MIB module describes the Optical APS.
MODULE-IDENTITY    

slOptApsConfig 1.3.6.1.4.1.4515.1.11.1
OBJECT IDENTIFIER    

slOptApsTraps 1.3.6.1.4.1.4515.1.11.2
OBJECT IDENTIFIER    

slOptApsTraps0 1.3.6.1.4.1.4515.1.11.2.0
OBJECT IDENTIFIER    

optApsConfigTable 1.3.6.1.4.1.4515.1.11.1.1
This table contains objects to configure APS (Automatic Protection Switching) feature in a Optical Channel. APS is the ability to configure a pair of Optical connections for redundancy so that the hardware will automatically switch the active connection from working connection to the protection connection or vice versa, within 50ms, when the active connection fails. The optical connections are specified in the optXpdConnConfigTable in the SL-OPT-MIB. The APS is defined be specifying two entries in this table the backup each other. The optXpdConnConfigTable defines two entries for each dircetion of the connection. Only one of the two entries is used by the optical aps table. The direction that is used is the direction from the User to Network.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OptApsConfigEntry

optApsConfigEntry 1.3.6.1.4.1.4515.1.11.1.1.1
An entry is identified by two transponding connections that should protect each other.
Status: current Access: not-accessible
OBJECT-TYPE    
  OptApsConfigEntry  

optApsConfigUserWorkingIndex 1.3.6.1.4.1.4515.1.11.1.1.1.1
The ifIndex of the working optical interface connected to the User side.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

optApsConfigNetWorkingIndex 1.3.6.1.4.1.4515.1.11.1.1.1.2
The ifIndex of the working optical interface connected to the Network side.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

optApsConfigUserProtectingIndex 1.3.6.1.4.1.4515.1.11.1.1.1.3
The ifIndex of the protecting optical interface connected to the User side. In the case of an Inline connection there is no meaning to the order between the User and Network interfaces because both side of the connections are connected to the Network.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

optApsConfigNetProtectingIndex 1.3.6.1.4.1.4515.1.11.1.1.1.4
The ifIndex of the protecting optical interface connected to the Network side. In the case of an Inline connection there is no meaning to the order between the User and Network interfaces because both side of the connections are connected to the Network.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

optApsConfigScheme 1.3.6.1.4.1.4515.1.11.1.1.1.5
This object is used to configure the optical protection scheme. equipment : Equipmet protection (with 4 FEO's) facility : Facility protection (only 3 FEO's)
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER equipment(1), facility(2)  

optApsConfigEnable 1.3.6.1.4.1.4515.1.11.1.1.1.6
This object is used to enable or disable the APS feature on the working/protection connection pairs. When enabled, the hardware will automatically switch the active connection from the working connection to the protection connection within 50ms, or vice versa (read-write).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER optApsDisabled(1), optApsEnabled(2)  

optApsConfigArchMode 1.3.6.1.4.1.4515.1.11.1.1.1.7
This object is used to configure APS architecture mode on the working/protection connection pairs (read-write).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER onePlusOne(1), oneToOne(2)  

optApsConfigActiveConnectionRx 1.3.6.1.4.1.4515.1.11.1.1.1.8
This object indicates which Rx connection is currently active. It could be the working connection, the protection connection or none if neither working nor protection connection is active. This object reflects the status of receive direction. If optApsDirection is equal to biDirectional this object should be eual to optApsActiveConnectionRx.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER optApsWorkingConnection(1), optApsProtectionConnection(2)  

optApsConfigActiveConnectionTx 1.3.6.1.4.1.4515.1.11.1.1.1.9
This object indicates which Tx connection is currently active. It could be the working connection, the protection connection or none if neither working nor protection connection is active. This object reflects the status of receive direction. If optApsDirection is equal to biDirectional this object should be eual to optApsActiveConnectionRx.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER optApsWorkingConnection(1), optApsProtectionConnection(2)  

optApsConfigWaitToRestore 1.3.6.1.4.1.4515.1.11.1.1.1.10
This object contains interval in minutes to wait before attempting to switch back to working connection. Not applicable if the connection is configured in non-revertive mode, i.e. protection connection will continue to be active, even if failures on the working connection are cleared. The framer clears the signal-fault and signal-degrade when APS switch occurs. Please refer to 'optApsRevertive' for description of non-revertive (read-write).
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..12  

optApsConfigDirection 1.3.6.1.4.1.4515.1.11.1.1.1.11
This object is used to configure the switching direction which this APS connection supports (read-write). Unidirectional : APS switch only in one direction. Bidirectional : APS switch in both ends of the conection.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER uniDirectional(1), biDirectional(2)  

optApsConfigRevertive 1.3.6.1.4.1.4515.1.11.1.1.1.12
This object is used to configure the APS revertive or nonrevertive option (read-write). revertive : Will switch the working connection back to active state after the Wait-To-restore interval has expired and the working connection Signal-Fault/Signal-Degrade has been cleared. Please refer to 'optApsWaitToRestore' for description of Wait-To-Restore interval. nonrevertive : The protection connection continues to be the active connection, The active connection does not switch to the working connection.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER nonrevertive(1), revertive(2)  

optApsConfigChanStatus 1.3.6.1.4.1.4515.1.11.1.1.1.13
Indicates the current state of the port. lockedOut This bit, when applied to a working channel, indicates that the channel is prevented from switching to the protection connection. When applied to the null channel, this bit indicates that no working channel may switch to the protection connection. sfWorking A signal failure condition on the working connection is in effect. sfProtecting A signal failure condition on the protecting connection is in effect. switched The switched bit is applied to a working channel if that channel is currently switched to the protection connection. lockedOutRemote Indicate that the protection is locked out by command issued on the remote NE.
Status: current Access: read-only
OBJECT-TYPE    
  BITS lockedOut(0), sfWorking(1), sfProtecting(2), switched(3), lockedOutRemote(4)  

optApsConfigChanSignalFailures 1.3.6.1.4.1.4515.1.11.1.1.1.14
A count of Signal Failure conditions that have been detected on the incoming signal. This condition occurs when a loss of signal is detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

optApsConfigChanSwitchovers 1.3.6.1.4.1.4515.1.11.1.1.1.15
The number of times this channel has switched to the protection connection. When queried with index value apsChanNumber set to 0, which is the protection connection, this object will return 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

optApsConfigChanLastSwitchover 1.3.6.1.4.1.4515.1.11.1.1.1.16
The value of sysUpTime when this channel last completed a switch to the protection connection. If this channel has never switched to the protection connection, or this channel is the protection connection, the value 0 will be returned.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

optApsConfigSwitchCommand 1.3.6.1.4.1.4515.1.11.1.1.1.17
A switch command initiates one external request for evaluation (read-write). (1) Clear - Clears all switch commands on the channel. (2) Lockout Of Protection - Prevents any of the working channels from switching to the protection connection by issuing a Lockout of Protection request [unless a request of equal priority (i.e., a Lockout of Protection) is already in effect]. (3) Forced Switch of Working (to Protection) - Switches the working channel to the protection connection unless a request of equal or higher priority is in effect, by issuing a Forced Switch request. (4) Forced Switch of Protection (to Working) - Switches the working channel back from the protection connection to the working connection unless a request of equal or higher priority is in effect, by issuing a Forced Switch request. This command applies only in the 1+1 architecture. (5) Manual Switch of Working (to Protection) - Switches the working channel to the protection connection unless a request of equal or higher priority is in effect, by issuing a Manual Switch request. (6) Manual Switch of Protection (to Working) - Switches the working channel back from the protection connection to the working connection unless a request of equal or higher priority is in effect, by issuing a Manual Switch request. This command applies only in the 1+1 architecture for the null. Reading this variable always returns zero (0).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER clear(1), lockoutOfProtection(2), forcedSwitchOfWorking(3), forcedSwitchOfProtection(4), manualSwitchOfWorking(5), manualSwitchOfProtection(6)  

optApsConfigSwitchReason 1.3.6.1.4.1.4515.1.11.1.1.1.18
The reason why APS switch happened. When the working connection on one end fails, its other end is told to do an APS switch. The following options in the increasing order of priority indicate what type of switch request it is. optApsRevertive : Switch back to working connection after the Wait-to-Restore interval is over, and failures are cleared. It is the lowest priority. optApsManual : Manual switch causes APS switch unless a request of equal or higher priority is in effect. optApsSignalFailureHigh : switch occured due to SD failure. optApsForceSwitch : Forced switch forces hardware to switch the active connection even if the other connection (could be working connection or protection connection) is in alarm. optApsLockOut : This is the highest priority switch. This will override all other requests. optApsLockOut : indicates that the last switchover to the working occurred because of protection lockout.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER optApsOther(1), optApsRevertive(2), optApsManual(3), optApsSignalFailure(4), optApsForceSwitch(5), optApsLockOut(6)  

optApsConfigResetCounters 1.3.6.1.4.1.4515.1.11.1.1.1.19
Setting this variable to 1 will cause the counters on all of the Optical APS Config Table to be initialized to zero (read-write).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER resetCounters(1)  

optApsConfigActiveRequest 1.3.6.1.4.1.4515.1.11.1.1.1.20
The Active Switch APS request: optApsRevertive : Switch back to working connection after the Wait-to-Restore interval is over, and failures are cleared. It is the lowest priority. optApsManual : Manual switch causes APS switch unless a request of equal or higher priority is in effect. optApsSignalFailure : Switch due to signal failure. optApsForceSwitch : Forced switch forces hardware to switch the active connection even if the other connection (could be working connection or protection connection) is in alarm. optApsLockOut : This is the highest priority switch. This will override all other requests. optApsLockOut : indicates that the last switchover to the working occurred because of protection lockout.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER optApsOther(1), optApsRevertive(2), optApsManual(3), optApsSignalFailure(4), optApsForceSwitch(5), optApsLockOut(6)  

optApsConfigStatus 1.3.6.1.4.1.4515.1.11.1.1.1.21
This object is used to create and delete rows in the optApsConfigTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

optApsConfigLosThreshold 1.3.6.1.4.1.4515.1.11.1.1.1.22
Configured threshold value for LOS detection of the optical switch. This object is applicable only when slmOpticalSwitchExist is TRUE. The value given in 0.1 dBm units. The range starts with -50.0 dBm.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

optApsTrapSwitchover 1.3.6.1.4.1.4515.1.11.2.1
An optApsTrapSwitchover notification is sent when the value of an instance of optApsChanSwitchovers increments.
Status: current Access: read-write
NOTIFICATION-TYPE    

optApsConfigTableChanged 1.3.6.1.4.1.4515.1.11.2.2
An optApsConfigTableChanged notification is sent when the content of the optApsConfigTable is changed. The added/deleted entry is identified by the optApsUserWorkingIndex object.
Status: current Access: read-write
NOTIFICATION-TYPE    

optApsTrapSwitchover0 1.3.6.1.4.1.4515.1.11.2.0.1
An optApsTrapSwitchover notification is sent when the value of an instance of optApsChanSwitchovers increments. It is defined to support browsers that don't recognize RFC 2576.
Status: current Access: read-write
NOTIFICATION-TYPE    

optApsConfigTableChanged0 1.3.6.1.4.1.4515.1.11.2.0.2
An optApsConfigTableChanged notification is sent when the content of the optApsConfigTable is changed. The added/deleted entry is identified by the optApsUserWorkingIndex object. It is defined to support browsers that don't recognize RFC 2576.
Status: current Access: read-write
NOTIFICATION-TYPE