RBN-APS-MIB: View SNMP OID List / Download MIB

VENDOR: ERICSSON


 Home MIB: RBN-APS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 rbnApsMIB 1.3.6.1.4.1.2352.2.5
This management information module supports the configuration and management of SONET linear APS groups. The definitions and descriptions used in this mib have been derived from GR-253-CORE Revision 2, January 1999, section 5.3. The mib contains four tables. The apsConfigTable supports addition, modification and deletion of entries representing linear APS groups. Ring APS groups are not currently supported by this MIB. Entries are indexed by a text group name. Each entry contains parameters that specify the configuration of a particular linear APS group. The apsCommandTable provides linear APS commands that support protection switching and the ability to modify APS operation. Commands may only be entered if the corresponding apsConfigRowStatus instance is set to active. The apsStatusTable provides statistics and information about the current APS group state. The apsChanTable provides the ability to add and delete SONET LTE channels from APS groups. Additionally statistics and current state information are provided at the APS channel level. The table contains entries for each SONET LTE interface available on the system. The field apsChanGroupName is initially set to a string of size zero indicating that the SONET LTE is not part of an APS group. Fields that are associated with APS configuration may be modified. An apsChanEntry instance may not be added or deleted through rbnApsMIB mib access operations. However, an apsChanEntry may be added or deleted through other system mechanisms, such as hot swap. An APS group is created and configured with the following sequence of events: CHANNEL CONFIGURATION Set the apsChanGroupName in an apsChanEntry to a user-friendly text string. The string must not be equal to the apsConfigName of an existing apsConfigEntry with apsConfigRowStatus set to active, since a channel cannot be added to an active group. The string may be set equal to the apsConfigName of a row which is currently not set to active, or it may be set to a string which does not currently exist in any instance of apsConfigName. A channel number is entered in apsChanNumber. A channel priority is entered in apsChanPriority, if the intended architecture is 1:n. apsChanPriority is ignored if the architecture is 1+1. This step is repeated for all apsChanEntry instances which are to be included in the APS group. ACTIVATING THE GROUP If the apsChanGroupName does not exist in an instance of apsConfigName, an apsGroupEntry is created with the apsChanGroupName value used as the index for the row. The apsConfigRowStatus value may be set to createAndGo. The apsGroupConfigEntry and apsChanEntry instances with matching name fields will be checked for consistency. If any errors in the channel numbers, architecture or configuration are uncovered the apsConfigRowStatus set will return inconsistentValue , otherwise noError is returned. If the apsChanGroupName value used in channel configuration exists in a previously created, inactive apsChanEntry instance, the apsConfigRowStatus value may be set to active.
     rbnApsMIBNotifications 1.3.6.1.4.1.2352.2.5.0
         apsTrapSwitchover 1.3.6.1.4.1.2352.2.5.0.1
An apsTrapSwitchover notification is sent when the value of an instance of apsChanSwitchovers increments.
         apsTrapModeMismatch 1.3.6.1.4.1.2352.2.5.0.2
An apsTrapModeMismatch notification is sent when the value of an instance of apsStatusModeMismatches increments.
         apsTrapChannelMismatch 1.3.6.1.4.1.2352.2.5.0.3
An apsTrapChannelMismatch notification is sent when the value of an instance of apsStatusChannelMismatches increments.
         apsTrapPSBF 1.3.6.1.4.1.2352.2.5.0.4
An apsTrapPSBF notification is sent when the value of an instance of apsStatusPSBFs increments.
     rbnApsMIBObjects 1.3.6.1.4.1.2352.2.5.1
         apsConfig 1.3.6.1.4.1.2352.2.5.1.1
             apsConfigGroups 1.3.6.1.4.1.2352.2.5.1.1.1 counter32 read-only
The count of APS groups.
             apsConfigTable 1.3.6.1.4.1.2352.2.5.1.1.2 no-access
This table lists the APS groups that have been configured on the system.
                 apsConfigEntry 1.3.6.1.4.1.2352.2.5.1.1.2.1 no-access
A conceptual row in the apsConfigTable.
                     apsConfigName 1.3.6.1.4.1.2352.2.5.1.1.2.1.1 displaystring no-access
A textual name for the APS group.
                     apsConfigMode 1.3.6.1.4.1.2352.2.5.1.1.2.1.2 bits read-only
The architecture and mode of the APS group. The values mean: onePlusOne The 1+1 architecture permanently bridges the working line to the protection line. oneToN The 1:n architecture allows one protection channel to protect up to n working channels. When a fault is detected on one of the n working channels that channel is bridged over the protection channel. Note: onePlusOne and oneToN are mutually exclusive. revertive When the condition that caused a switch to the protection line has been cleared the signal is switched back to the working line. If this bit is clear it indicates a non-revertive system which remains on the protection line until another switch request is received. bidirectional The bi-directional mode provides protection in both directions. If this bit is clear it indicates unidirectional mode which provides protection in one direction. The default for 1:n is bidirectional. The default for 1+1 is unidirectional. extraTrafficAllowed Extra traffic may be carried on the protection channel in a 1:n architecture if this flag is set. It may be necessary to disable this in order to interwork with other SONET network elements that don't support extra traffic. This object may not be modified if the associated apsConfigRowStatus object is equal to active(1). Bits: 'bidirectional': 3, 'onePlusOne': 0, 'extraTrafficAllowed': 4, 'oneToN': 1, 'revertive': 2.
                     apsConfigSdBerThreshold 1.3.6.1.4.1.2352.2.5.1.1.2.1.3 integer32 read-only
The Signal Degrade Bit Error Rate. The negated value of this number is used as the exponent of 10 for computing the threshold value for the Bit Error Rate (BER). For example, a value of 5 indicates a BER threshold of 10^-5. This object may not be modified if the associated apsConfigRowStatus object is equal to active(1).
                     apsConfigSfBerThreshold 1.3.6.1.4.1.2352.2.5.1.1.2.1.4 integer32 read-only
The Signal Failure Bit Error Rate. The negated value of this number is used as the exponent of 10 for computing the threshold value for the Bit Error Rate (BER). For example, a value of 5 indicates a BER threshold of 10^-5. This object may not be modified if the associated apsConfigRowStatus object is equal to active(1).
                     apsConfigWaitToRestore 1.3.6.1.4.1.2352.2.5.1.1.2.1.5 integer32 read-only
The Wait To Restore period in seconds. This field only applies if revertive switching is enabled, otherwise this value is ignored. After clearing of a condition that necessitated an automatic switch, the wait to restore period must elapse before reverting. This is intended to avoid rapid switch oscillations. This object may not be modified if the associated apsConfigRowStatus object is equal to active(1).
                     apsConfigRowStatus 1.3.6.1.4.1.2352.2.5.1.1.2.1.6 rowstatus read-only
The status of this APS group entry. An entry may not exist in the active state unless all objects in the entry have an appropriate value. If this object is set to destroy, all associated instances of apsChanGroupName will be set to a string of size 0 and all associated instances of apsChanNumber will be set to 0.
         apsCommandTable 1.3.6.1.4.1.2352.2.5.1.2 no-access
This table allows commands to be sent to configured APS groups.
             apsCommandEntry 1.3.6.1.4.1.2352.2.5.1.2.1 no-access
A conceptual row in the apsCommandTable.
                 apsCommandSwitch 1.3.6.1.4.1.2352.2.5.1.2.1.1 integer32 read-write
This field accepts an Integer32 value containing a 16 bit switch command in the low order word and a channel number in lowest four bits of the high order word. The Switch command values are: Clear(0) Clears all of the switch commands listed below for the specified channel. Lockout of Protection(1) Prevents any of the working channels from switching to the protection line. Forced Switch of Working (to Protection)(2) Switches the specified working channel to the protection line. Forced Switch of Protection (to Working)(3) Switches the working channel back from the protection line to the working line. Manual Switch of Working (to Protection)(4) Switches the specified working channel to the protection line. Manual Switch of Protection (to Working)(5) Switches the working channel back from the protection line to the working line. Exercise(6) Exercises the protocol for a protection switch of the specified channel by issuing an Exercise request for that channel and checking the response on the APS channel.
                 apsCommandControl 1.3.6.1.4.1.2352.2.5.1.2.1.2 integer32 read-write
This field accepts an Integer32 value containing a 16 bit control command in the low order word and a channel number in lowest four bits of the high order word. The Control command values are: Lockout a Working Channel(0) Prevents the specified working channel from switching to the protection line. Clear Lockout a Working Channel(1) Clears the lockout a working channel command for the channel specified.
         apsStatusTable 1.3.6.1.4.1.2352.2.5.1.3 no-access
This table provides status information about APS groups that have been configured on the system.
             apsStatusEntry 1.3.6.1.4.1.2352.2.5.1.3.1 no-access
A conceptual row in the apsStatusTable.
                 apsStatusK1K2Rcv 1.3.6.1.4.1.2352.2.5.1.3.1.1 apsk1k2 read-only
The current value of the K1 and K2 bytes received on the protection channel.
                 apsStatusK1K2Trans 1.3.6.1.4.1.2352.2.5.1.3.1.2 apsk1k2 read-only
The current value of the K1 and K2 bytes transmitted on the protection channel.
                 apsStatusCurrent 1.3.6.1.4.1.2352.2.5.1.3.1.3 bits read-only
The current status of the APS group. modeMismatch Modes other than 1+1 unidirectional monitor protection line K2 bit 5, which indicates the architecture and K2 bits 6-8, which indicate if the mode is unidirectional or bidirectional. A conflict between the current local mode and the received K2 mode information constitutes a mode mismatch. channelMismatch This bit indicates a mismatch between the transmitted K1 channel and the received K2 channel has been detected. psbf This bit indicates a Protection Switch Byte Failure (PSBF) is in effect. This condition occurs when an invalid code or persistently unacceptable codes in the K1 byte are received. extraTraffic This bit indicates whether extra traffic is currently being accepted on the protection line. Bits: 'modeMismatch': 0, 'channelMismatch': 1, 'psbf': 2, 'extraTraffic': 3.
                 apsStatusModeMismatches 1.3.6.1.4.1.2352.2.5.1.3.1.4 counter32 read-only
A count of Mode Mismatch conditions.
                 apsStatusChannelMismatches 1.3.6.1.4.1.2352.2.5.1.3.1.5 counter32 read-only
A count of Channel Mismatch conditions.
                 apsStatusPSBFs 1.3.6.1.4.1.2352.2.5.1.3.1.6 counter32 read-only
A count of Protection Switch Byte Failure conditions. This condition occurs when an invalid code or persistently unacceptable codes in the K1 byte are received.
                 apsStatusCreationTime 1.3.6.1.4.1.2352.2.5.1.3.1.7 timeticks read-only
The value of sysUpTime at the time the associated apsConfigRowStatus instance was set to active.
         apsChan 1.3.6.1.4.1.2352.2.5.1.4
             apsChanLTEs 1.3.6.1.4.1.2352.2.5.1.4.1 counter32 read-only
The count of available SONET LTE interfaces that may be included in APS groups.
             apsChanTable 1.3.6.1.4.1.2352.2.5.1.4.2 no-access
This table lists the SONET LTE interfaces that may be included in APS groups.
                 apsChanEntry 1.3.6.1.4.1.2352.2.5.1.4.2.1 no-access
A conceptual row in the apsChanTable.
                     apsChanIfIndex 1.3.6.1.4.1.2352.2.5.1.4.2.1.1 interfaceindex no-access
The Interface Index assigned to a SONET LTE.
                     apsChanGroupName 1.3.6.1.4.1.2352.2.5.1.4.2.1.2 displaystring read-write
A textual name for the APS group which this channel is included in. This object may not be modified if an instance of apsConfigName exists with the same value and the associated apsConfigRowStatus object is equal to active. If the channel is not part of an APS group this value is set to a string of size 0. This field can be changed from a string of size 0 to a value of apsConfigName which has an associated apsConfigRowStatus object which is not set to active. This action includes the SONET LTE into the inactive APS group. This field can be changed from a string of size 0 to a value which is not equal to any existing instance of apsConfigName. This action is the initial step in adding a SONET LTE to a new APS group. An instance of apsConfigName equal to this instance of apsChanGroupName will subsequently be created. If this field is set to any non-empty string it may only be set to a string of size 0. If an attempt is made to set this field from a non-empty string to another non-empty string the error inconsistentValue will be returned. This prevents a manager from inadvertantly re-assigning a channel.
                     apsChanNumber 1.3.6.1.4.1.2352.2.5.1.4.2.1.3 integer32 read-write
This field is set to a unique channel number within an APS group. The value 0 indicates the null channel. The values 1-14 define a working channel. If the port is not part of an APS group this value is set to 0. If an attempt is made to set this field when the associated apsChanGroupName field is a string of size 0 the error inconsistentValue is returned. If an attempt is made to set this field when an associated apsConfigName field exists and the corresponding apsConfigRowStatus field is set to active the error inconsistentValue is returned. This field must be assigned a unique number within the group. When an attempt is made to set the corresponding apsConfigRowStatus field to active the apsChanNumber values of all entries with equal apsChanGroupName fields must represent a set of consecutive integer values beginning with 0 and ending with n, where n is greater than or equal to 1 and less than or equal to 14. Otherwise the error inconsistentValue is returned to the apsConfigRowStatus set attempt.
                     apsChanPriority 1.3.6.1.4.1.2352.2.5.1.4.2.1.4 integer read-write
The priority of the channel. This field deterimines whether high or low priority SD and SF codes are used in K1 requests. This field is only applicable if the channel is to be included in a group using the 1:n architecture. It is not applicable if the channel is to be included in a group using the 1+1 architecture, and is ignored in that case. Enumeration: 'high': 2, 'low': 1.
                     apsChanStatus 1.3.6.1.4.1.2352.2.5.1.4.2.1.5 bits read-only
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 line. When applied to the null channel, this bit indicates that no working channel may switch to the protection line. sd A signal degrade condition is in effect. sf A signal failure condition is in effect. switched The switched bit is applied to a working channel if that channel is currently switched to the protection line. Bits: 'switched': 3, 'sd': 1, 'sf': 2, 'lockedOut': 0.
                     apsChanSignalDegrades 1.3.6.1.4.1.2352.2.5.1.4.2.1.6 counter32 read-only
A count of Signal Degrade conditions. This condition occurs when the line Bit Error Rate exceeds the currently configured threshold.
                     apsChanSignalFailures 1.3.6.1.4.1.2352.2.5.1.4.2.1.7 counter32 read-only
A count of Signal Failure conditions that have been detected on the incoming signal. This condition occurs when a loss of signal, loss of frame, AIS-L or a Line bit error rate exceeding 10^-3 is detected on an incoming line.
                     apsChanSwitchovers 1.3.6.1.4.1.2352.2.5.1.4.2.1.8 counter32 read-only
The number of switchovers that have occurred on this port.
                     apsChanLastSwitchover 1.3.6.1.4.1.2352.2.5.1.4.2.1.9 timeticks read-only
The value of sysUpTime when this port last switched over.
     rbnApsMIBConformance 1.3.6.1.4.1.2352.2.5.2
         apsGroups 1.3.6.1.4.1.2352.2.5.2.1
             apsConfigGeneral 1.3.6.1.4.1.2352.2.5.2.1.1
A collection of apsConfigTable objects providing configuration information applicable to all linear APS groups.
             apsConfigOneToN 1.3.6.1.4.1.2352.2.5.2.1.2
The apsConfigTable object that provides information which is only applicable to groups implementing the linear APS 1:n architecture.
             apsCommandOnePlusOne 1.3.6.1.4.1.2352.2.5.2.1.3
The apsCommandTable object which is applicable to groups implementing the linear APS 1+1 architecture. Also, set operations must be supported.
             apsCommandOneToN 1.3.6.1.4.1.2352.2.5.2.1.4
A collection of apsCommandTable objects which are applicable to groups implementing the linear APS 1:n architecture. Also, set operations must be supported.
             apsStatusGeneral 1.3.6.1.4.1.2352.2.5.2.1.5
A collection of apsStatusTable objects providing status information applicable to all linear APS groups.
             apsChanGeneral 1.3.6.1.4.1.2352.2.5.2.1.6
A collection of apsChanTable objects providing information applicable to all linear APS channels.
             apsChanOneToN 1.3.6.1.4.1.2352.2.5.2.1.7
The apsChanTable object that provides information which is only applicable to groups implementing the linear APS 1:n architecture.
             apsTotalsGroup 1.3.6.1.4.1.2352.2.5.2.1.8
A collection of objects providing optional counts of configured APS groups and SONET LTE interfaces.
             apsTrapOptional 1.3.6.1.4.1.2352.2.5.2.1.9
A collection of SONET linear APS notifications that may optionally be implemented.
         apsCompliances 1.3.6.1.4.1.2352.2.5.2.2
             apsCompliance 1.3.6.1.4.1.2352.2.5.2.2.1
The compliance statement for linear APS groups.