ADVA-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
38
Rows
38
Columns
217
.1.3.6.1.4.1.2544.2.1.6 · 1 row entry · 4 columns
The table of long-term storage partitions contained in
the NE.
neStorageEntry entry .1.3.6.1.4.1.2544.2.1.6.1
An entry for one long-term storage partition contained in
the NE.
Indexes
neStorageIndex
Column Syntax OID
neStorageIndex
The index of the NE storage partition.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.1.6.1.1
neStorageDescr
The product specific description of the NE storage
partition.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.1.6.1.2
neStorageCapacity
The total capacity of the NE storage partition.
kBytesKBytes
Textual Convention: KBytes Unsigned32
.1.3.6.1.4.1.2544.2.1.6.1.3
neStorageAvailable
The free space on the NE storage partition.
kBytesKBytes
Textual Convention: KBytes Unsigned32
.1.3.6.1.4.1.2544.2.1.6.1.4
.1.3.6.1.4.1.2544.2.2.2 · 1 row entry · 2 columns
Table of authorized NMSs (identified by IP address) for
SNMP set requests.
This table is not relevant if snmpWriteAccessRestriction is
set to Disabled.
The entries of this table are read-only. This means
that the SNMP write access permissions cannot be updated via
the SNMP interface. The operator must configure them via a
non-SNMP interface.
snmpWriteAccessEntry entry .1.3.6.1.4.1.2544.2.2.2.1
Entries in the SNMP Write Access Table.
The maximum of rows in this table is product specific,
typically 10.
Indexes
snmpWriteAccessNmsAddress
Column Syntax OID
snmpWriteAccessNmsAddress
IP Address of the NMS which has SNMP write permission.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2544.2.2.2.1.1
snmpWriteAccessNmsName
Name of the NMS.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.2.2.1.2
.1.3.6.1.4.1.2544.2.3.2 · 1 row entry · 4 columns
Table of events issued by the NE's SNMP agent. The eventLog
entries are read-only.
neEventLogEntry entry .1.3.6.1.4.1.2544.2.3.2.1
Entries in the neEventLog Table. Enterprise traps are
always logged; logging of Generic traps is product specific.
Indexes
neEventLogIndex
Column Syntax OID
neEventLogIndex
The associated neEventsLogged counter for the logged
event (trap).
TrapCounter
Textual Convention: TrapCounter Unsigned32
.1.3.6.1.4.1.2544.2.3.2.1.1
neEventLogTimeStamp
The NE Date and Time when the event (trap) occurred. This
object is used in the trap varbind.
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.2544.2.3.2.1.2
neEventLogNotificationOID
The NOTIFICATION-TYPE object identifier of the event that
occurred. The last part of the OID corresponds to the
specific trap type value in the trap PDU.
ObjectIdentifier .1.3.6.1.4.1.2544.2.3.2.1.3
neEventLogIdentityTranslation
Translation of entPhysicalIndex/ifIndex or other identifier
to a string used in the trap varbind following the timestamp
varbind.
IdentityTranslation
Textual Convention: IdentityTranslation OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.3.2.1.4
.1.3.6.1.4.1.2544.2.3.3 · 1 row entry · 9 columns
Table of variables corresponding to events logged in the
neEventLog.
neEventLogVarEntry entry .1.3.6.1.4.1.2544.2.3.3.1
Entries in the neEventLogVar Table. An entry appears in
this table for each variable in the varbind list of an entry
in the neEventLogTable. For an event having no variables,
no entries are found in this table.
Indexes
neEventLogIndex neEventLogVarIndex
Column Syntax OID
neEventLogVarIndex
A monotonically increasing integer, starting at 1 for a
given neEventLogIndex, for indexing a variable contained in
the varbind list of a logged event.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.3.3.1.1
neEventLogVarId
The object identifier of the variable in the varbind list.
ObjectIdentifier .1.3.6.1.4.1.2544.2.3.3.1.2
neEventLogVarType
The type of variable. One and only one of the value objects
that follow must be instantiated, based on this type. The
used types depend on the enterprise traps defined for the
specific product.
Enumeration
Enumerated Values:
1integer32
2ipAddress
3octetString
4objectId
5counter64
7unsigned32
.1.3.6.1.4.1.2544.2.3.3.1.3
neEventLogVarInteger32Val
The value when neEventLogVarType is 'integer32'. Integer32
is also used to represent INTEGER types.
Otherwise, 0 is returned.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2544.2.3.3.1.4
neEventLogVarIpAddressVal
The value when neEventLogVarType is 'ipAddress'.
Otherwise, an empty address is returned.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2544.2.3.3.1.5
neEventLogVarOctetStringVal
The value when neEventLogVarType is 'octetString'.
OctetString is used for all string types, including
DisplayString, SnmpAdminString and DateAndTime.
Otherwise, an empty string is returned.
OctetString
Constraints:
range: 0-255
.1.3.6.1.4.1.2544.2.3.3.1.6
neEventLogVarOidVal
The value when neEventLogVarType is 'objectId'.
Otherwise, an objectId { 0.0 } is returned.
ObjectIdentifier .1.3.6.1.4.1.2544.2.3.3.1.7
neEventLogVarCounter64Val
The value when neEventLogVarType is 'counter64'.
SNMPv2-SMICounter64
Textual Convention: SNMPv2-SMICounter64 Unsigned64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.2544.2.3.3.1.8
neEventLogVarUnsigned32Val
The value when neEventLogVarType is 'unsigned32'.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.3.3.1.10
.1.3.6.1.4.1.2544.2.3.4 · 1 row entry · 7 columns
Table of Trapsinks. A neTrapsinkTable entry can be created,
deleted or modified via the SNMP interface for a specific
address and port.
neTrapsinkEntry entry .1.3.6.1.4.1.2544.2.3.4.1
Entries in the Trapsink Table. Entries are created and
deleted using the neTrapsinkRowStatus object. The maximum of
rows in this table is product specific.
Indexes
neTrapsinkAddress neTrapsinkPort
Column Syntax OID
neTrapsinkAddress
IP Address of the Management System which should receive
SNMP Traps.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2544.2.3.4.1.1
neTrapsinkPort
The port number where the specified trap sink will receive
SNMP traps.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.2544.2.3.4.1.2
neTrapsinkCommunity
Community String which is sent with an SNMP Trap to the
Management Station. If no community is specified, the
default (public) is used.
OctetStringr/w
Constraints:
range: 0-128
.1.3.6.1.4.1.2544.2.3.4.1.3
neTrapsinkRowStatus
The status of this conceptual row. To create a row in this
table, set this object to createAndGo(4). To remove a row,
set this object to destroy(6).
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.2544.2.3.4.1.4
neTrapsinkVersion SNMPv2-SMIUnsigned32r/w
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.3.4.1.5
neTrapsinkUserName
A human readable string representing the name of the user.
SNMPv2-TCDisplayStringr/w
Textual Convention: SNMPv2-TCDisplayString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.3.4.1.6
neTrapsinkType
Lifetime of Trapsink.
FspR7TrapsinkLifetimer/w
Textual Convention: FspR7TrapsinkLifetime Enumeration
Type Values:
0undefined
1duration1hour
2duration1day
3duration3days
4duration1week
5duration1month
6unlimited
.1.3.6.1.4.1.2544.2.3.4.1.7
.1.3.6.1.4.1.2544.2.4.1 · 1 row entry · 5 columns
Software version information table for units/modules which
run a management Operating System. This includes the
Application software and Operating System software.
swVersionEntry entry .1.3.6.1.4.1.2544.2.4.1.1
Entries in the swVersion Table.
Indexes
ENTITY-MIBentPhysicalIndex
Column Syntax OID
swVersionActiveApplSw
Reports the active Application software version on the
unit/module.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.4.1.1.1
swVersionInactiveApplSw
Reports the inactive Application software version available
on the unit/module.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.4.1.1.2
swVersionActiveOperatingSw
Reports the active Operating System software version on the
unit/module.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.4.1.1.3
swVersionInactiveOperatingSw
Reports the inactive Operating System software version
available on the unit/module.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.4.1.1.4
swVersionNextBoot
Reports which software will be run at next
boot, either the currently active one again
or the alternative (currently inactive) one.
Enumeration
Enumerated Values:
1activeVersion
2inactiveVersion
.1.3.6.1.4.1.2544.2.4.1.1.5
.1.3.6.1.4.1.2544.2.5.1 · 1 row entry · 2 columns
This table defines the objects that support provisioning of
'container' class physical entities.  Provisioning sets up a
'container' to hold a specified physical entity.  This allows
a management client to configure the specified physical entity,
including all of its subordinates physical entities, before
installation.
          
Provisioning allows the network manager to 'create' the
physical entities that represent the new modules. In
essence, the device simulates the installation of the new
modules into the system.  This has the effect of creating all
conceptual rows in all the necessary tables that support the
physical entity and all its subordinate physical entities (e.g.,
entPhysicalTable, and ifTable).
          
The table extends some entries in the entPhysicalTable
(see ENTITY-MIB for further details). A entry appears in
this table for a physical entity matching the following
criteria:
          
1)  Its entPhysicalClass object has a value of 'container';
          
2)  It can contain one (but not multiple) physical entity;
    and,
          
3)  It supports provisioning.
          
          
The following states cause an alarm to be raised at the level
of the containing module:
          
IF  provAssignmentState = assigned(1)
      AND
    provEquipmentState = unequipped(2)
THEN  'eqMissing' alarm
          
IF    provEquipmentState = invalid(3)
THEN  'eqNotAccepted' alarm
provContainerEntry entry .1.3.6.1.4.1.2544.2.5.1.1
Entries in the provContainer Table.
Indexes
ENTITY-MIBentPhysicalIndex
Column Syntax OID
provAssignmentState
This status indicates the assignment (provisioning) of a
module type to the container.
Enumeration
Enumerated Values:
1assigned
2unassigned
.1.3.6.1.4.1.2544.2.5.1.1.1
provEquipmentState
This status indicates how the container is equipped:

'equipped' The container holds a module that fits to the
container.

'unequipped' The container does not hold any…
Enumeration
Enumerated Values:
1equipped
2unequipped
3invalid
.1.3.6.1.4.1.2544.2.5.1.1.2
.1.3.6.1.4.1.2544.2.5.2.20 · 1 row entry · 7 columns
Table releated to SCU/Remote backup.
neF7AutomaticBackupEntry entry .1.3.6.1.4.1.2544.2.5.2.20.1
Entry releated to SCU/Remote backup.
Indexes
neF7AutomaticBackupIndex
Column Syntax OID
neF7AutomaticBackupIndex
Index of the backup entity. May be the Backup SCU
entity index or Backup Remote entity index.
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.2.20.1.1
neF7AutomaticBackupInterval
Schedule database backup interval.
F7AutoBackupIntervalr/w
Textual Convention: F7AutoBackupInterval Enumeration
Type Values:
0undefined
1none
2every1Day
3every2Day
4every3Day
5every4Day
6every5Day
7every6Day
8every1Week
9every2Week
10every3Week
11every1Month
12every2Month
13every3Month
.1.3.6.1.4.1.2544.2.5.2.20.1.2
neF7AutomaticBackupStartDate
Schedule database backup start date.
FspDater/w
Textual Convention: FspDate OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2544.2.5.2.20.1.3
neF7AutomaticBackupStartTime
Schedule database backup start time.
FspTimer/w
Textual Convention: FspTime OctetString
Type Constraints:
range: 3
.1.3.6.1.4.1.2544.2.5.2.20.1.4
neF7AutomaticBackupNextDate
Next schedule database backup date.
FspDate
Textual Convention: FspDate OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2544.2.5.2.20.1.5
neF7AutomaticBackupRunState
Automatic Backup running state.
F7AutoBackupRunStater/w
Textual Convention: F7AutoBackupRunState Enumeration
Type Values:
0undefined
1no
2yes
.1.3.6.1.4.1.2544.2.5.2.20.1.6
neF7AutomaticBackupTimeStamp
Add or omit the time stamp in the backuped filename.
F7FileTimeStampr/w
Textual Convention: F7FileTimeStamp Enumeration
Type Values:
0undefined
1add
2omit
.1.3.6.1.4.1.2544.2.5.2.20.1.7
.1.3.6.1.4.1.2544.2.5.4.1.1.1 · 1 row entry · 7 columns
Contains entries for the configuration of SONET interfaces. In the naming of
parameters, only sonet (and not sdh) is used for simplification.
This table extends the entries in
the ifTable (RFC 2863).
sonetSectionConfigEntry entry .1.3.6.1.4.1.2544.2.5.4.1.1.1.1
SDH/SONET interfaces will have an entry
in this table.
Indexes
entityIndex
Column Syntax OID
sonetSectionConfigTimingSource
The SDH/SONET timing source for this interface.
- internal: used in stand-alone, point-to-point topologies
stand-alone (dedicated fiber operation)
- loopTiming: used in point-to-point via SDH network and
feeder topologi…
SonetTimingSourcer/w
Textual Convention: SonetTimingSource Enumeration
Type Values:
0undefined
1loopTiming
2internal
.1.3.6.1.4.1.2544.2.5.4.1.1.1.1.1
sonetSectionConfigSignalDegradeThreshhold
Block-Error-Based Degradation Definition for SDH (standard integration period).
Defined as percentage Background Block Errors (30% default) evaluated
over a defined period (SDPER-RS).
%Unsigned32r/w
Constraints:
range: 4294967295-4294967295
range: 1-100
.1.3.6.1.4.1.2544.2.5.4.1.1.1.1.2
sonetSectionConfigSignalDegradePeriod
The measurement period in seconds used together with
the sonetSectionConfigSignalDegradeThreshold based on the
block error counting method.
The valid range is 2..10, The default being 7.
sUnsigned32r/w
Constraints:
range: 4294967295-4294967295
range: 2-10
.1.3.6.1.4.1.2544.2.5.4.1.1.1.1.3
sonetSectionConfigTraceForm
Byte-Length of Trace Compared to Expected
SonetTraceFormr/w
Textual Convention: SonetTraceForm Enumeration
Type Values:
0undefined
1form64CRLF
2form16CRC7
3form1Byte
.1.3.6.1.4.1.2544.2.5.4.1.1.1.1.4
sonetSectionConfigTraceExpected
Expected Sec/RS trace. NULL TRACE implies that no trace comparison is made.
OctetStringr/w
Constraints:
range: 0-62
.1.3.6.1.4.1.2544.2.5.4.1.1.1.1.5
sonetSectionConfigTraceTransmit
Sec/RS Trace to be Transmitted
OctetStringr/w
Constraints:
range: 0-62
.1.3.6.1.4.1.2544.2.5.4.1.1.1.1.6
sonetSectionConfigTimMode
Detection of TIM Sonet Section Condition can be configured
TimModer/w
Textual Convention: TimMode Enumeration
Type Values:
0undefined
1disabled
2enableAisDisabled
3enableAisEnabled
.1.3.6.1.4.1.2544.2.5.4.1.1.1.1.7
.1.3.6.1.4.1.2544.2.5.4.1.1.3 · 1 row entry · 1 columns
Contains entries for the status of SONET interfaces. In the naming of
parameters, only sonet (and not sdh) is used for simplification.
This table extends the entries in
the ifTable (RFC 2863).
sonetSectionDataEntry entry .1.3.6.1.4.1.2544.2.5.4.1.1.3.1
SDH/SONET interfaces will have an entry
in this table.
Indexes
entityIndex
Column Syntax OID
sonetSectionDataTraceReceived
The received Sec/RS Trace
OctetString
Constraints:
range: 0-62
.1.3.6.1.4.1.2544.2.5.4.1.1.3.1.1
.1.3.6.1.4.1.2544.2.5.4.2.1.1 · 1 row entry · 9 columns
Contains entries for the configuration of OTU interfaces.
This table extends the entries in
the ifTable (RFC 2863).
otuSectionConfigEntry entry .1.3.6.1.4.1.2544.2.5.4.2.1.1.1
OTU interfaces will have an entry
in this table.
Indexes
entityIndex
Column Syntax OID
otuSectionConfigSignalDegradeThreshold
Threshold for OTU SM-SD alarm (threshold level 0..100%, default value 15 %).
Ref. table 24/G.7710.
%Integer32r/w
Constraints:
range: 1-100
range: -2147483648--2147483648
.1.3.6.1.4.1.2544.2.5.4.2.1.1.1.1
otuSectionConfigSignalDegradePeriod
Measuring period for OTU SM-SD alarm: 2..10 sec) (bursty)
Ref. table 24/G.7710. Default value: 7.
sUnsigned32r/w
Constraints:
range: 4294967295-4294967295
range: 2-10
.1.3.6.1.4.1.2544.2.5.4.2.1.1.1.2
otuSectionConfigPayload
The payload of the interface (inside a transport overhead).
Relevant e. g. for OTN cards which wrap a payload into an OTU1/2 wrapper.
OtnPayloadTyper/w
Textual Convention: OtnPayloadType Enumeration
Type Values:
0undefined
3ifType10GbE
4ifTypeOc192
5ifTypeOc48
6ifTypeStm16
7ifTypeStm64
8ifType10GFC
12ifType1GFC
15ifTypeF9953
16ifTypeF10312
17ifTypeF10518
18ifTypeF2488
39ifType2GFC
41ifType1GbE
52ifTypeF4250
85ifTypeStm1
86ifTypeStm4
87ifTypeOc3
88ifTypeOc12
110ifTypeF8500
129ifTypeF10000
150ifTypeF5000
178ifTypeF14025
192ifType40GbE
194ifTypeF41250
195ifTypeF103125
.1.3.6.1.4.1.2544.2.5.4.2.1.1.1.3
otuSectionConfigStuffing
Indicates if bit/byte stuffing is used in the transport signal.
EnableStater/w
Textual Convention: EnableState Enumeration
Type Values:
0stateNotApplicable
1stateEnabled
2stateDisabled
.1.3.6.1.4.1.2544.2.5.4.2.1.1.1.4
otuSectionConfigTraceExpected
Expected SAPI part of the OTU trace (15 character). NULL TRACE implies that no trace comparison is made.
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.1.1.1.5
otuSectionConfigTraceTransmitSapi
The transmitted SAPI part of the OTU trace (15 character)
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.1.1.1.6
otuSectionConfigTraceTransmitDapi
The transmitted DAPI part of the OTU trace (15 character)
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.1.1.1.7
otuSectionConfigTraceTransmitOpsp
The transmitted Operator Specific part of the OTU trace (32 character)
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.4.1.2544.2.5.4.2.1.1.1.8
otuSectionConfigTimMode
Detection of TIM-OTU Condition can be configured
TimModer/w
Textual Convention: TimMode Enumeration
Type Values:
0undefined
1disabled
2enableAisDisabled
3enableAisEnabled
.1.3.6.1.4.1.2544.2.5.4.2.1.1.1.9
.1.3.6.1.4.1.2544.2.5.4.2.1.2 · 1 row entry · 4 columns
Contains entries for the status of OTU interfaces.
This table extends the entries in
the ifTable (RFC 2863).
otuSectionDataEntry entry .1.3.6.1.4.1.2544.2.5.4.2.1.2.1
OTU interfaces will have an entry
in this table.
Indexes
entityIndex
Column Syntax OID
otuSectionDataResultingTotalBitrate
This interface bitrate is dependent on the type and the payload of the interface.
Relevant e. g. for OTN cards which wrap a payload into an OTU1/2 wrapper.
MbpsSNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.5.4.2.1.2.1.1
otuSectionDataTraceReceivedSapi
The received SAPI part of the OTU trace (15 character)
OctetString
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.1.2.1.2
otuSectionDataTraceReceivedDapi
The received DAPI part of the OTU trace (15 character)
OctetString
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.1.2.1.3
otuSectionDataTraceReceivedOpsp
The received Operator Specific part of the OTU trace (32 character)
OctetString
Constraints:
range: 0-32
.1.3.6.1.4.1.2544.2.5.4.2.1.2.1.4
.1.3.6.1.4.1.2544.2.5.4.2.2.1 · 1 row entry · 7 columns
Contains entries for the configuration of ODU interfaces.
This table extends the entries in
the ifTable (RFC 2863).
oduSectionConfigEntry entry .1.3.6.1.4.1.2544.2.5.4.2.2.1.1
ODU interfaces will have an entry
in this table.
Indexes
entityIndex
Column Syntax OID
oduSectionConfigSignalDegradeThres
Threshold for ODU SM-SD alarm (threshold level 0..100%,
default value 15 %. Ref. table 24/G.7710.
%Integer32r/w
Constraints:
range: 1-100
range: -2147483648--2147483648
.1.3.6.1.4.1.2544.2.5.4.2.2.1.1.1
oduSectionConfigSignalDegradePeriod
Measuring period for ODU SM-SD alarm: 2..10 sec) (bursty)
Ref. table 24/G.7710. Default value: 7.
sUnsigned32r/w
Constraints:
range: 4294967295-4294967295
range: 2-10
.1.3.6.1.4.1.2544.2.5.4.2.2.1.1.2
oduSectionConfigTraceExpected
Expected SAPI part of the ODU trace (15 character). NULL TRACE implies that no trace comparison is made.
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.1.1.3
oduSectionConfigTraceTransmitSapi
The transmitted SAPI part of the ODU trace (15 character)
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.1.1.4
oduSectionConfigTraceTransmitDapi
The transmitted DAPI part of the ODU trace (15 character)
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.1.1.5
oduSectionConfigTraceTransmitOpsp
The transmitted Operator Specific part of the ODU trace (32 character)
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.4.1.2544.2.5.4.2.2.1.1.6
oduSectionConfigTimMode
Detection of TIM-ODU Condition can be configured
TimModer/w
Textual Convention: TimMode Enumeration
Type Values:
0undefined
1disabled
2enableAisDisabled
3enableAisEnabled
.1.3.6.1.4.1.2544.2.5.4.2.2.1.1.7
.1.3.6.1.4.1.2544.2.5.4.2.2.2 · 1 row entry · 3 columns
Contains entries for the status of ODU interfaces.
This table extends the entries in
the ifTable (RFC 2863).
oduSectionDataEntry entry .1.3.6.1.4.1.2544.2.5.4.2.2.2.1
ODU interfaces will have an entry
in this table.
Indexes
entityIndex
Column Syntax OID
oduSectionDataTraceReceivedSapi
The received SAPI part of the ODU trace (15 character)
OctetString
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.2.1.1
oduSectionDataTraceReceivedDapi
The received DAPI part of the ODU trace (15 character)
OctetString
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.2.1.2
oduSectionDataTraceReceivedOpsp
The received Operator Specific part of the ODU trace (32 character)
OctetString
Constraints:
range: 0-32
.1.3.6.1.4.1.2544.2.5.4.2.2.2.1.3
.1.3.6.1.4.1.2544.2.5.4.2.2.3 · 1 row entry · 8 columns
Contains entries for the configuration of ODU interfaces.
This table extends the entries in
the ifTable (RFC 2863).
oduTcmAConfigEntry entry .1.3.6.1.4.1.2544.2.5.4.2.2.3.1
ODU interfaces will have an entry in this table.
Indexes
entityIndex
Column Syntax OID
oduTcmAConfigSignalDegradeThreshold
Threshold for ODU SM-SD alarm (threshold level 0..100%, default value 15 %).
Ref. table 24/G.7710.
%Integer32r/w
Constraints:
range: 1-100
range: -2147483648--2147483648
.1.3.6.1.4.1.2544.2.5.4.2.2.3.1.1
oduTcmAConfigSignalDegradePeriod
Measuring period for ODU SM-SD alarm: 2..10 sec) (bursty)
Ref. table 24/G.7710. Default value: 7.
sUnsigned32r/w
Constraints:
range: 4294967295-4294967295
range: 2-10
.1.3.6.1.4.1.2544.2.5.4.2.2.3.1.2
oduTcmAConfigTcmLevel
Activation of Tandem Connection Monitoring Instance A
OtnTcmLevelr/w
Textual Convention: OtnTcmLevel Enumeration
Type Values:
0undefined
1tcm1
2tcm2
3tcm3
4tcm4
5tcm5
6tcm6
7disabled
.1.3.6.1.4.1.2544.2.5.4.2.2.3.1.3
oduTcmAConfigTraceExpected
Expected SAPI part of the TCMA trace (15 character). NULL TRACE-TCM implies that no trace comparison is made.
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.3.1.4
oduTcmAConfigTraceTransmitSapi
The transmitted SAPI part of the TCMA trace (15 character)
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.3.1.5
oduTcmAConfigTraceTransmitDapi
The transmitted DAPI part of the TCMA trace (15 character)
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.3.1.6
oduTcmAConfigTraceTransmitOpsp
The transmitted Operator Specific part of the TCMA trace (32 character)
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.4.1.2544.2.5.4.2.2.3.1.7
oduTcmAConfigTimMode
Detection of TIM-TCMA Condition can be configured
TimModer/w
Textual Convention: TimMode Enumeration
Type Values:
0undefined
1disabled
2enableAisDisabled
3enableAisEnabled
.1.3.6.1.4.1.2544.2.5.4.2.2.3.1.8
.1.3.6.1.4.1.2544.2.5.4.2.2.4 · 1 row entry · 8 columns
Contains entries for the configuration of ODU interfaces.
This table extends the entries in the ifTable (RFC 2863).
oduTcmBConfigEntry entry .1.3.6.1.4.1.2544.2.5.4.2.2.4.1
ODU interfaces will have an entry in this table.
Indexes
entityIndex
Column Syntax OID
oduTcmBConfigSignalDegradeThreshold
Threshold for ODU SM-SD alarm (threshold level 0..100%, default value 15 %).
Ref. table 24/G.7710.
%Integer32r/w
Constraints:
range: 1-100
range: -2147483648--2147483648
.1.3.6.1.4.1.2544.2.5.4.2.2.4.1.1
oduTcmBConfigSignalDegradePeriod
Measuring period for ODU SM-SD alarm: 2..10 sec) (bursty)
Ref. table 24/G.7710. Default value: 7.
sUnsigned32r/w
Constraints:
range: 4294967295-4294967295
range: 2-10
.1.3.6.1.4.1.2544.2.5.4.2.2.4.1.2
oduTcmBConfigTcmLevel
Activation of Tandem Connection Monitoring Instance B
OtnTcmLevelr/w
Textual Convention: OtnTcmLevel Enumeration
Type Values:
0undefined
1tcm1
2tcm2
3tcm3
4tcm4
5tcm5
6tcm6
7disabled
.1.3.6.1.4.1.2544.2.5.4.2.2.4.1.3
oduTcmBConfigTraceExpected
Expected SAPI part of the TCMB trace (15 character). NULL TRACE-TCM implies that no trace comparison is made.
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.4.1.4
oduTcmBConfigTraceTransmitSapi
The transmitted SAPI part of the TCMB trace (15 character)
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.4.1.5
oduTcmBConfigTraceTransmitDapi
The transmitted DAPI part of the TCMB trace (15 character)
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.4.1.6
oduTcmBConfigTraceTransmitOpsp
The transmitted Operator Specific part of the TCMB trace (32 character)
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.4.1.2544.2.5.4.2.2.4.1.7
oduTcmBConfigTimMode
Detection of TIM-TCMB Condition can be configured
TimModer/w
Textual Convention: TimMode Enumeration
Type Values:
0undefined
1disabled
2enableAisDisabled
3enableAisEnabled
.1.3.6.1.4.1.2544.2.5.4.2.2.4.1.8
.1.3.6.1.4.1.2544.2.5.4.2.2.5 · 1 row entry · 8 columns
Contains entries for the configuration of ODU interfaces.
This table extends the entries in the ifTable (RFC 2863).
oduTcmCConfigEntry entry .1.3.6.1.4.1.2544.2.5.4.2.2.5.1
ODU interfaces will have an entry in this table.
Indexes
entityIndex
Column Syntax OID
oduTcmCConfigSignalDegradeThreshold
Threshold for ODU SM-SD alarm (threshold level 0..100%, default value 15 %).
Ref. table 24/G.7710.
%Integer32r/w
Constraints:
range: 1-100
range: -2147483648--2147483648
.1.3.6.1.4.1.2544.2.5.4.2.2.5.1.1
oduTcmCConfigSignalDegradePeriod
Measuring period for ODU SM-SD alarm: 2..10 sec) (bursty)
Ref. table 24/G.7710. Default value: 7.
sUnsigned32r/w
Constraints:
range: 4294967295-4294967295
range: 2-10
.1.3.6.1.4.1.2544.2.5.4.2.2.5.1.2
oduTcmCConfigTcmLevel
Activation of Tandem Connection Monitoring Instance C
OtnTcmLevelr/w
Textual Convention: OtnTcmLevel Enumeration
Type Values:
0undefined
1tcm1
2tcm2
3tcm3
4tcm4
5tcm5
6tcm6
7disabled
.1.3.6.1.4.1.2544.2.5.4.2.2.5.1.3
oduTcmCConfigTraceExpected
Expected SAPI part of the TCMC trace (15 character). NULL TRACE-TCM implies that no trace comparison is made.
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.5.1.4
oduTcmCConfigTraceTransmitSapi
The transmitted SAPI part of the TCMC trace (15 character)
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.5.1.5
oduTcmCConfigTraceTransmitDapi
The transmitted DAPI part of the TCMC trace (15 character)
OctetStringr/w
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.5.1.6
oduTcmCConfigTraceTransmitOpsp
The transmitted Operator Specific part of the TCMC trace (32 character)
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.4.1.2544.2.5.4.2.2.5.1.7
oduTcmCConfigTimMode
Detection of TIM-TCMC Condition can be configured
TimModer/w
Textual Convention: TimMode Enumeration
Type Values:
0undefined
1disabled
2enableAisDisabled
3enableAisEnabled
.1.3.6.1.4.1.2544.2.5.4.2.2.5.1.8
.1.3.6.1.4.1.2544.2.5.4.2.2.6 · 1 row entry · 3 columns
Contains entries for the status of ODU interfaces.
This table extends the entries in the ifTable (RFC 2863).
oduTcmADataEntry entry .1.3.6.1.4.1.2544.2.5.4.2.2.6.1
ODU interfaces will have an entry in this table.
Indexes
entityIndex
Column Syntax OID
oduTcmADataTraceReceivedSapi
The received SAPI part of the TCMA trace (15 character)
OctetString
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.6.1.1
oduTcmADataTraceReceivedDapi
The received DAPI part of the TCMA trace (15 character)
OctetString
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.6.1.2
oduTcmADataTraceReceivedOpsp
The received Operator Specific part of the TCMA trace (32 character)
OctetString
Constraints:
range: 0-32
.1.3.6.1.4.1.2544.2.5.4.2.2.6.1.3
.1.3.6.1.4.1.2544.2.5.4.2.2.7 · 1 row entry · 3 columns
Contains entries for the status of ODU interfaces.
This table extends the entries in the ifTable (RFC 2863).
oduTcmBDataEntry entry .1.3.6.1.4.1.2544.2.5.4.2.2.7.1
ODU interfaces will have an entry in this table.
Indexes
entityIndex
Column Syntax OID
oduTcmBDataTraceReceivedSapi
The received SAPI part of the TCMB trace (15 character)
OctetString
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.7.1.1
oduTcmBDataTraceReceivedDapi
The received DAPI part of the TCMB trace (15 character)
OctetString
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.7.1.2
oduTcmBDataTraceReceivedOpsp
The received Operator Specific part of the TCMB trace (32 character)
OctetString
Constraints:
range: 0-32
.1.3.6.1.4.1.2544.2.5.4.2.2.7.1.3
.1.3.6.1.4.1.2544.2.5.4.2.2.8 · 1 row entry · 3 columns
Contains entries for the status of ODU interfaces.
This table extends the entries in the ifTable (RFC 2863).
oduTcmCDataEntry entry .1.3.6.1.4.1.2544.2.5.4.2.2.8.1
ODU interfaces will have an entry in this table.
Indexes
entityIndex
Column Syntax OID
oduTcmCDataTraceReceivedSapi
The received SAPI part of the TCMC trace (15 character)
OctetString
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.8.1.1
oduTcmCDataTraceReceivedDapi
The received DAPI part of the TCMC trace (15 character)
OctetString
Constraints:
range: 0-15
.1.3.6.1.4.1.2544.2.5.4.2.2.8.1.2
oduTcmCDataTraceReceivedOpsp
The received Operator Specific part of the TCMC trace (32 character)
OctetString
Constraints:
range: 0-32
.1.3.6.1.4.1.2544.2.5.4.2.2.8.1.3
.1.3.6.1.4.1.2544.2.5.5.1 · 1 row entry · 13 columns
This table lists all physically present (equipped) equipment in the NE
inventoryEntry entry .1.3.6.1.4.1.2544.2.5.5.1.1
Indexes
entityIndex
Column Syntax OID
inventoryUnitName
ADVA Official Equipment Name
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.1.1.1
inventoryFirmwarePackageRev
Firmware Package Revision Number
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.1.1.2
inventoryHardwareRev
Equipment Revision Number
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.1.1.3
inventorySoftwareRev
The active Application software version on the unit/module.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.1.1.4
inventoryFpgaRev
The active FPGA version on the unit/module.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.1.1.5
inventorySerialNum
Equipment Serial Number
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.1.1.6
inventoryPartnumber
ADVA Part Number
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.1.1.7
inventoryCleiCode
Common Language Equipment Identifier
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.1.1.8
inventoryVendorId
OEM Vendor Code
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.1.1.9
inventoryType
Type of a physical entity: shelf/module/plug
EntityType
Textual Convention: EntityType Integer32
.1.3.6.1.4.1.2544.2.5.5.1.1.10
inventoryUniversalSerialIdent
Unique Serial Identifier
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.1.1.11
inventoryMacAddress
Ethernet MAC address
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.2544.2.5.5.1.1.12
inventoryGradeInventory
Used to distinguish between NCU capabilities (range of supported services or applications)
Grade
Textual Convention: Grade Enumeration
Type Values:
0undefined
1gradeA
2gradeB
3gradeGdps
4gradeC
.1.3.6.1.4.1.2544.2.5.5.1.1.13
.1.3.6.1.4.1.2544.2.5.5.2 · 1 row entry · 8 columns
Table for all existing addresses. Entities in this table are either
provisioned, equipped, both of these or neither of these. Containers
are always present in the table as long as their supporting entity
is provisioned or equipped.
entityEntry entry .1.3.6.1.4.1.2544.2.5.5.2.1
Entry for all existing addresses.
Indexes
entityIndex
Column Syntax OID
entityIndex
Existing adress index
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.2.1.1
entityContainedIn
Contained in
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.2.1.2
entityClass
See EntityClass
EntityClass
Textual Convention: EntityClass Enumeration
Type Values:
0undefined
1other
2unknown
3chassis
4backplane
5container
6powerSupply
7fan
8sensor
9module
10plug
11stack
12group
13clientPort
14networkPort
15virtualChannel
16connection
17vc4Container
18vc3sts1Container
19vc12vt15Container
20dcnChannel
21routerConfig
22environmentPort
23internalPort
24upgradePort
25midstagePort
26serialPort
27pppIpInterface
28lanIp
29vs1Container
30sts3cContainer
31payloadChannel
32passiveShelf
33sts24cContainer
34sts48cContainer
35vs2cContainer
36vs4cContainer
37tifInputPort
38tifOutputPort
39opticalLink
40virtualOpticalChannel
41logicalInterface
42physicalTerminationPoint
43ethClient
44ethNetwork
45veth
47flow
48ctrans
50policerOnFlow
51queueOnPort
52queueOnFlow
53farEndPlug
54farEndChannel
55vc4c8Container
56vc4c16Container
57vs0Container
58virtualSubChannel
59bridge
60queueOnBridge
61backwardVirtualOptMux
62forwardVirtualOptMux
63optChannelTransportLane
64virtualChannelN
65externalChannel
66virtualTerminationPoint
67virtualConnection
68virtualOptMux
69optTransportLaneGroup
70optWaveLengthGroup
71crossConnectionChannel
72crossOpticalLineChannel
73versatilePort
74system
75crossConnectionDcn
76protectionFfp
77protectionCable
78unidirectionalChannel
79filterCable
.1.3.6.1.4.1.2544.2.5.5.2.1.3
entityClassInstanceNumber
The class instance number of this entity within the module(card)
Integer32
Constraints:
range: 1-2000
range: -2147483648--2147483648
.1.3.6.1.4.1.2544.2.5.5.2.1.4
entityIndexAid
Name
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.2.1.5
entityType
The type of FspR7 entity. Please refer to EntityType for further deails.
EntityType
Textual Convention: EntityType Integer32
.1.3.6.1.4.1.2544.2.5.5.2.1.6
entityAssignmentState
See AssignmentState.
AssignmentState
Textual Convention: AssignmentState Enumeration
Type Values:
0undefined
1assigned
2unassigned
3notassignable
.1.3.6.1.4.1.2544.2.5.5.2.1.7
entityEquipmentState
See EquipmentState.
EquipmentState
Textual Convention: EquipmentState Enumeration
Type Values:
0undefined
1equipped
2unequipped
.1.3.6.1.4.1.2544.2.5.5.2.1.8
.1.3.6.1.4.1.2544.2.5.5.3 · 1 row entry · 1 columns
Table for all existing addresses. Gives the index of the subtending
entity in the containment.
containsEntry entry .1.3.6.1.4.1.2544.2.5.5.3.1
Indexes
entityIndex containsIndex
Column Syntax OID
containsIndex EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.3.1.1
.1.3.6.1.4.1.2544.2.5.5.4 · 1 row entry · 6 columns
Table for all existing addresses. Entities in this table are either
provisioned, equipped, both of these or neither of these. Containers
are always present in the table as long as their supporting entity
is provisioned or equipped.
controlPlaneWdmEntityEntry entry .1.3.6.1.4.1.2544.2.5.5.4.1
Entry for all existing addresses.
Indexes
controlPlaneWdmEntityIndex
Column Syntax OID
controlPlaneWdmEntityIndex
Existing adress index
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.4.1.1
controlPlaneWdmEntityContainedIn
Contained in
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.4.1.2
controlPlaneWdmEntityClass
See EntityClass
CpWdmEntityClass
Textual Convention: CpWdmEntityClass Enumeration
Type Values:
0undefined
1cp
2tunnel
3connection
4path
5pathElement
6logicalInterface
7remoteAlarm
8portBinding
9reservation
.1.3.6.1.4.1.2544.2.5.5.4.1.3
controlPlaneWdmEntityClassInstanceNumber
The class instance number of this entity within the module(card)
Integer32
Constraints:
range: -2147483648--2147483648
range: 1-2000
.1.3.6.1.4.1.2544.2.5.5.4.1.4
controlPlaneWdmEntityIndexAid
Name
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.4.1.5
controlPlaneWdmEntityAssignmentState
See AssignmentState.
AssignmentState
Textual Convention: AssignmentState Enumeration
Type Values:
0undefined
1assigned
2unassigned
3notassignable
.1.3.6.1.4.1.2544.2.5.5.4.1.6
.1.3.6.1.4.1.2544.2.5.5.5 · 1 row entry · 1 columns
Table for all existing addresses. Gives the index of the subtending
entity in the containment.
controlPlaneWdmContainsEntry entry .1.3.6.1.4.1.2544.2.5.5.5.1
Indexes
controlPlaneWdmEntityIndex controlPlaneWdmContainsIndex
Column Syntax OID
controlPlaneWdmContainsIndex EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.5.1.1
.1.3.6.1.4.1.2544.2.5.5.6 · 1 row entry · 6 columns
Table for all existing addresses. Entities in this table are either
provisioned, equipped, both of these or neither of these. Containers
are always present in the table as long as their supporting entity
is provisioned or equipped.
controlPlaneEthEntityEntry entry .1.3.6.1.4.1.2544.2.5.5.6.1
Entry for all existing addresses.
Indexes
controlPlaneEthEntityIndex
Column Syntax OID
controlPlaneEthEntityIndex
Existing adress index
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.6.1.1
controlPlaneEthEntityContainedIn
Contained in
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.6.1.2
controlPlaneEthEntityClass
See EntityClass
CpWdmEntityClass
Textual Convention: CpWdmEntityClass Enumeration
Type Values:
0undefined
1cp
2tunnel
3connection
4path
5pathElement
6logicalInterface
7remoteAlarm
8portBinding
9reservation
.1.3.6.1.4.1.2544.2.5.5.6.1.3
controlPlaneEthEntityClassInstanceNumber
The class instance number of this entity within the module(card)
Integer32
Constraints:
range: 1-2000
range: -2147483648--2147483648
.1.3.6.1.4.1.2544.2.5.5.6.1.4
controlPlaneEthEntityIndexAid
Name
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.6.1.5
controlPlaneEthEntityAssignmentState
See AssignmentState.
AssignmentState
Textual Convention: AssignmentState Enumeration
Type Values:
0undefined
1assigned
2unassigned
3notassignable
.1.3.6.1.4.1.2544.2.5.5.6.1.6
.1.3.6.1.4.1.2544.2.5.5.7 · 1 row entry · 1 columns
Table for all existing addresses. Gives the index of the subtending
entity in the containment.
controlPlaneEthContainsEntry entry .1.3.6.1.4.1.2544.2.5.5.7.1
Indexes
controlPlaneEthEntityIndex controlPlaneEthContainsIndex
Column Syntax OID
controlPlaneEthContainsIndex EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.7.1.1
.1.3.6.1.4.1.2544.2.5.5.10 · 1 row entry · 9 columns
Table for PTP existing addresses. Entities in this table are either
provisioned, equipped, both of these or neither of these. Containers
are always present in the table as long as their supporting entity
is provisioned or equipped.
ptpEntityEntry entry .1.3.6.1.4.1.2544.2.5.5.10.1
Indexes
ptpEntityIndex
Column Syntax OID
ptpEntityIndex
Existing adress index
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.10.1.1
ptpEntityContainedIn
Contained in
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.10.1.2
ptpEntityClass
See EntityClass
EntityClass
Textual Convention: EntityClass Enumeration
Type Values:
0undefined
1other
2unknown
3chassis
4backplane
5container
6powerSupply
7fan
8sensor
9module
10plug
11stack
12group
13clientPort
14networkPort
15virtualChannel
16connection
17vc4Container
18vc3sts1Container
19vc12vt15Container
20dcnChannel
21routerConfig
22environmentPort
23internalPort
24upgradePort
25midstagePort
26serialPort
27pppIpInterface
28lanIp
29vs1Container
30sts3cContainer
31payloadChannel
32passiveShelf
33sts24cContainer
34sts48cContainer
35vs2cContainer
36vs4cContainer
37tifInputPort
38tifOutputPort
39opticalLink
40virtualOpticalChannel
41logicalInterface
42physicalTerminationPoint
43ethClient
44ethNetwork
45veth
47flow
48ctrans
50policerOnFlow
51queueOnPort
52queueOnFlow
53farEndPlug
54farEndChannel
55vc4c8Container
56vc4c16Container
57vs0Container
58virtualSubChannel
59bridge
60queueOnBridge
61backwardVirtualOptMux
62forwardVirtualOptMux
63optChannelTransportLane
64virtualChannelN
65externalChannel
66virtualTerminationPoint
67virtualConnection
68virtualOptMux
69optTransportLaneGroup
70optWaveLengthGroup
71crossConnectionChannel
72crossOpticalLineChannel
73versatilePort
74system
75crossConnectionDcn
76protectionFfp
77protectionCable
78unidirectionalChannel
79filterCable
.1.3.6.1.4.1.2544.2.5.5.10.1.3
ptpEntityClassInstanceNumber
The class instance number of this entity within the module(card)
Integer32
Constraints:
range: 1-2000
range: -2147483648--2147483648
.1.3.6.1.4.1.2544.2.5.5.10.1.4
ptpEntityIndexAid
Name
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.10.1.5
ptpEntityType
The type of FspR7 entity. Please refer to EntityType for further deails.
EntityType
Textual Convention: EntityType Integer32
.1.3.6.1.4.1.2544.2.5.5.10.1.6
ptpEntityAssignmentState
See AssignmentState.
AssignmentState
Textual Convention: AssignmentState Enumeration
Type Values:
0undefined
1assigned
2unassigned
3notassignable
.1.3.6.1.4.1.2544.2.5.5.10.1.7
ptpEntityEquipmentState
See EquipmentState.
EquipmentState
Textual Convention: EquipmentState Enumeration
Type Values:
0undefined
1equipped
2unequipped
.1.3.6.1.4.1.2544.2.5.5.10.1.8
ptpEntityReferencedTo EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.10.1.9
.1.3.6.1.4.1.2544.2.5.5.11 · 1 row entry · 9 columns
Table for VTP existing addresses. Entities in this table are either
provisioned, equipped, both of these or neither of these. Containers
are always present in the table as long as their supporting entity
is provisioned or equipped.
vtpEntityEntry entry .1.3.6.1.4.1.2544.2.5.5.11.1
Indexes
vtpEntityIndex
Column Syntax OID
vtpEntityIndex
Existing adress index
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.11.1.1
vtpEntityContainedIn
Contained in
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.11.1.2
vtpEntityClass
See EntityClass
EntityClass
Textual Convention: EntityClass Enumeration
Type Values:
0undefined
1other
2unknown
3chassis
4backplane
5container
6powerSupply
7fan
8sensor
9module
10plug
11stack
12group
13clientPort
14networkPort
15virtualChannel
16connection
17vc4Container
18vc3sts1Container
19vc12vt15Container
20dcnChannel
21routerConfig
22environmentPort
23internalPort
24upgradePort
25midstagePort
26serialPort
27pppIpInterface
28lanIp
29vs1Container
30sts3cContainer
31payloadChannel
32passiveShelf
33sts24cContainer
34sts48cContainer
35vs2cContainer
36vs4cContainer
37tifInputPort
38tifOutputPort
39opticalLink
40virtualOpticalChannel
41logicalInterface
42physicalTerminationPoint
43ethClient
44ethNetwork
45veth
47flow
48ctrans
50policerOnFlow
51queueOnPort
52queueOnFlow
53farEndPlug
54farEndChannel
55vc4c8Container
56vc4c16Container
57vs0Container
58virtualSubChannel
59bridge
60queueOnBridge
61backwardVirtualOptMux
62forwardVirtualOptMux
63optChannelTransportLane
64virtualChannelN
65externalChannel
66virtualTerminationPoint
67virtualConnection
68virtualOptMux
69optTransportLaneGroup
70optWaveLengthGroup
71crossConnectionChannel
72crossOpticalLineChannel
73versatilePort
74system
75crossConnectionDcn
76protectionFfp
77protectionCable
78unidirectionalChannel
79filterCable
.1.3.6.1.4.1.2544.2.5.5.11.1.3
vtpEntityClassInstanceNumber
The class instance number of this entity within the module(card)
Integer32
Constraints:
range: 1-2000
range: -2147483648--2147483648
.1.3.6.1.4.1.2544.2.5.5.11.1.4
vtpEntityIndexAid
Name
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.11.1.5
vtpEntityType
The type of FspR7 entity. Please refer to EntityType for further deails.
EntityType
Textual Convention: EntityType Integer32
.1.3.6.1.4.1.2544.2.5.5.11.1.6
vtpEntityAssignmentState
See AssignmentState.
AssignmentState
Textual Convention: AssignmentState Enumeration
Type Values:
0undefined
1assigned
2unassigned
3notassignable
.1.3.6.1.4.1.2544.2.5.5.11.1.7
vtpEntityEquipmentState
See EquipmentState.
EquipmentState
Textual Convention: EquipmentState Enumeration
Type Values:
0undefined
1equipped
2unequipped
.1.3.6.1.4.1.2544.2.5.5.11.1.8
vtpEntityReferencedTo EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.11.1.9
.1.3.6.1.4.1.2544.2.5.5.12 · 1 row entry · 6 columns
Table for all existing addresses. Entities in this table are either
provisioned, equipped, both of these or neither of these. Containers
are always present in the table as long as their supporting entity
is provisioned or equipped.
controlPlaneOtnEntityEntry entry .1.3.6.1.4.1.2544.2.5.5.12.1
Entry for all existing addresses.
Indexes
controlPlaneOtnEntityIndex
Column Syntax OID
controlPlaneOtnEntityIndex
Existing adress index
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.12.1.1
controlPlaneOtnEntityContainedIn
Contained in
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.12.1.2
controlPlaneOtnEntityClass
See EntityClass
CpWdmEntityClass
Textual Convention: CpWdmEntityClass Enumeration
Type Values:
0undefined
1cp
2tunnel
3connection
4path
5pathElement
6logicalInterface
7remoteAlarm
8portBinding
9reservation
.1.3.6.1.4.1.2544.2.5.5.12.1.3
controlPlaneOtnEntityClassInstanceNumber
The class instance number of this entity within the module(card)
Integer32
Constraints:
range: 1-2000
range: -2147483648--2147483648
.1.3.6.1.4.1.2544.2.5.5.12.1.4
controlPlaneOtnEntityIndexAid
Name
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.5.12.1.5
controlPlaneOtnEntityAssignmentState
See AssignmentState.
AssignmentState
Textual Convention: AssignmentState Enumeration
Type Values:
0undefined
1assigned
2unassigned
3notassignable
.1.3.6.1.4.1.2544.2.5.5.12.1.6
.1.3.6.1.4.1.2544.2.5.5.13 · 1 row entry · 1 columns
Table for all existing addresses. Gives the index of the subtending
entity in the containment.
controlPlaneOtnContainsEntry entry .1.3.6.1.4.1.2544.2.5.5.13.1
Indexes
controlPlaneOtnEntityIndex controlPlaneOtnContainsIndex
Column Syntax OID
controlPlaneOtnContainsIndex EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.5.13.1.1
.1.3.6.1.4.1.2544.2.5.6.1.1 · 1 row entry · 11 columns
swDbFileEntry entry .1.3.6.1.4.1.2544.2.5.6.1.1.1
Indexes
swDbFileIndex
Column Syntax OID
swDbFileIndex
Index
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.6.1.1.1.1
swDbFileArea
Type of Area
FileArea
Textual Convention: FileArea Enumeration
Type Values:
0undefined
1activeArea
2standbyArea
3rDisk
4backupDisk
5alpDisk
6pDisk
7cfDisk
8paDisk
.1.3.6.1.4.1.2544.2.5.6.1.1.1.2
swDbFileType
Type of File
FileType
Textual Convention: FileType Enumeration
Type Values:
0undefined
1pgm
2dbs
3unknown
4alp
5ncu
6fwps
7con
8prf
.1.3.6.1.4.1.2544.2.5.6.1.1.1.3
swDbFileSize
Size of Memory = USED + AVAILABLE
ByteSNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.5.6.1.1.1.4
swDbFileCreationTime
Creation Time
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.2544.2.5.6.1.1.1.5
swDbFileVersion
General Release Issue Number of software in the ACT or STBY memory location. Format: XX-YY-Z
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.6.1.1.1.6
swDbFileGrade
Used to distinguish between NCU capabilities (range of supported services or applications)
Grade
Textual Convention: Grade Enumeration
Type Values:
0undefined
1gradeA
2gradeB
3gradeGdps
4gradeC
.1.3.6.1.4.1.2544.2.5.6.1.1.1.7
swDbFileComment
Comment of PGM or DBS files.
SNMP-FRAMEWORK-MIBSnmpAdminStringr/w
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.6.1.1.1.8
swDbFileFileName
File Name
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.6.1.1.1.9
swDbFileRowStatus
RowStatus
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.2544.2.5.6.1.1.1.10
swDbFilePgmType
Program Type
PgmType
Textual Convention: PgmType Enumeration
Type Values:
0undefined
1null
2ncu
3ncuHp
4fwps
5legacy
.1.3.6.1.4.1.2544.2.5.6.1.1.1.11
.1.3.6.1.4.1.2544.2.5.6.1.2 · 1 row entry · 13 columns
fwDataEntry entry .1.3.6.1.4.1.2544.2.5.6.1.2.1
Indexes
entityIndex
Column Syntax OID
fwDataNewVersion
New Firmware Package Revision Number of file which resides on ACT PGM partition.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.6.1.2.1.1
fwDataStandbyVersion
New Firmware Package Revision Number of file which resides on STBY PGM partition.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.6.1.2.1.2
fwDataServiceImpairment
Service Affecting Change during FWP upgrade and Restart operation
ServiceAffecting
Textual Convention: ServiceAffecting Enumeration
Type Values:
0undefined
1nsa
2sa
3saActivate
4saInstall
5none
.1.3.6.1.4.1.2544.2.5.6.1.2.1.3
fwDataBootStatus
Boot State. Every state change (excluding IDLE) does generate a corresponding transient condition.
BootState
Textual Convention: BootState Enumeration
Type Values:
0undefined
1complete
2started
3failed
4reject
5install
6installFail
7installComplete
8activate
9activateFail
10activateReject
11activateComplete
.1.3.6.1.4.1.2544.2.5.6.1.2.1.4
fwDataFirmwarePackageRev
Active Firmware Package Revision Number of module software.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.6.1.2.1.5
fwDataStandbyServiceImpairment
Service Affecting Change during FWP upgrade after activation of STBY PGM partition.
StandbyServiceAffecting
Textual Convention: StandbyServiceAffecting Enumeration
Type Values:
0undefined
1nsa
2sa
3saActivate
4saInstall
5none
.1.3.6.1.4.1.2544.2.5.6.1.2.1.6
fwDataFirmwareAvailable
Firmware package for Encryption module available on RDISK
NoYesNA
Textual Convention: NoYesNA Enumeration
Type Values:
0undefined
1no
2yes
3notApplicable
.1.3.6.1.4.1.2544.2.5.6.1.2.1.7
fwDataFirmwareApproved
Firmware package update for Encryption module is approved by Crypto Officer
NoYesNA
Textual Convention: NoYesNA Enumeration
Type Values:
0undefined
1no
2yes
3notApplicable
.1.3.6.1.4.1.2544.2.5.6.1.2.1.8
fwDataFirmwarePackageRevBackup
Standbay Firmware Package Revision Number, Format XX.YY.ZZ (X,Y,Z are decimal characters, leading 0 are omitted).
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.6.1.2.1.9
fwDataReadyForActivation
FWPREV-STBY == FWPREV-SYS-ACT
YesNoNA
Textual Convention: YesNoNA Enumeration
Type Values:
0undefined
1yes
2no
3notApplicable
.1.3.6.1.4.1.2544.2.5.6.1.2.1.10
fwDataActivationReadyOnStandby
FWPREV-STBY == FWPREV-SYS-STBY
YesNoNA
Textual Convention: YesNoNA Enumeration
Type Values:
0undefined
1yes
2no
3notApplicable
.1.3.6.1.4.1.2544.2.5.6.1.2.1.11
fwDataProtectionPart
Module is active part of Channel Card Protection Group.
FspR7YesNo
Textual Convention: FspR7YesNo Enumeration
Type Values:
0undefined
1yes
2no
.1.3.6.1.4.1.2544.2.5.6.1.2.1.12
fwDataForm
Form of module
ModuleForm
Textual Convention: ModuleForm Enumeration
Type Values:
0undefined
1native
2legacy
3compatible
.1.3.6.1.4.1.2544.2.5.6.1.2.1.13
.1.3.6.1.4.1.2544.2.5.6.1.3 · 1 row entry · 1 columns
coldRestartCapEntry entry .1.3.6.1.4.1.2544.2.5.6.1.3.1
Indexes
entityIndex
Column Syntax OID
coldRestartCapServiceAffectingCap
Service Affecting Change during FWP upgrade and Restart operation
ServiceAffectingCaps
Textual Convention: ServiceAffectingCaps Bits
Type Values:
0capUndefined
1capNsa
2capSa
3capSaActivate
4capSaInstall
5capNone
.1.3.6.1.4.1.2544.2.5.6.1.3.1.1
.1.3.6.1.4.1.2544.2.5.6.2.2 · 1 row entry · 16 columns
swDbDataEntry entry .1.3.6.1.4.1.2544.2.5.6.2.2.1
Indexes
swDbDataIndex
Column Syntax OID
swDbDataIndex
Index
EntityIndex
Textual Convention: EntityIndex Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2544.2.5.6.2.2.1.1
swDbDataArea
Type of Area
FileArea
Textual Convention: FileArea Enumeration
Type Values:
0undefined
1activeArea
2standbyArea
3rDisk
4backupDisk
5alpDisk
6pDisk
7cfDisk
8paDisk
.1.3.6.1.4.1.2544.2.5.6.2.2.1.2
swDbDataProgramVersion
General Release Issue Number of software in the ACT or STBY memory location. Format: XX-YY-Z
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.6.2.2.1.3
swDbDataDatabaseVersion
General Release Issue Number of Database in the ACT or STBY memory location. Typically this will be the same as the GISSUE.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.6.2.2.1.4
swDbDataActivationTime
Activation Time
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.2544.2.5.6.2.2.1.5
swDbDataRestoreConfig
Shows whether the last activation was(will be) a database restore or a new software activation
RestoreActivation
Textual Convention: RestoreActivation Enumeration
Type Values:
0undefined
1notRestore
2restoreFromStdBy
3restoreToFactory
4restoreFromEqpt
5acceptDatabase
.1.3.6.1.4.1.2544.2.5.6.2.2.1.6
swDbDataFirmwareSetVersion
Firmware Package Set Version
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.6.2.2.1.7
swDbDataNcuSoftwareVersion
NCU Software Version ACT or STBY memory location. Format: XX-YY-Z
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.6.2.2.1.8
swDbDataStandbyPartitionStatus
Partition State
PartitionStatus
Textual Convention: PartitionStatus Enumeration
Type Values:
0undefined
1empty
2configFileInstalled
3ncuFileInstalled
4softwareReadyForActivation
5fwpsInstalled
.1.3.6.1.4.1.2544.2.5.6.2.2.1.9
swDbDataNumEqpt
Number of all provisioned and equipped equipment in system
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.5.6.2.2.1.10
swDbDataNumLegacyEqpt
Number of all legacy provisioned and equipped modules in system,
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.5.6.2.2.1.11
swDbDataNumNativeSaUpdate
Number of all native modules which have to be updated (SA), both with already properly installed pak on standby image and those which need installation.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.5.6.2.2.1.12
swDbDataNumNativeNsaUpdate
Number of all modules which have to be updated (NSA),both with already properly installed pak on standby image and those which need installation.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.5.6.2.2.1.13
swDbDataNumLegacyUpdate
Number of all legacy modules which have to be updated.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.5.6.2.2.1.14
swDbDataNumSaNotReady
Number of modules which have to be SA updated on which new pak need to be installed.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.5.6.2.2.1.15
swDbDataNumNsaNotReady
Number of modules which have to be NSA updated on which new pak need to be installed.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.5.6.2.2.1.16
.1.3.6.1.4.1.2544.2.5.6.2.3 · 1 row entry · 2 columns
swDbDataCapEntry entry .1.3.6.1.4.1.2544.2.5.6.2.3.1
Indexes
swDbDataCapUpgradeRequest
Column Syntax OID
swDbDataCapUpgradeRequest
Index value is a requested upgrade type from neSwUpgradeRequest object,
where following values are applicable:
- install(3)
- activate(4)
- reboot(6)
- activateAlp(10)
- activateDefaultAlp(11)
Enumeration
Enumerated Values:
0undefined
1none
2download
3install
4activate
5revertToPrevious
6reboot
7downloadInstallActivateReboot
8installActivateReboot
9revertToPreviousReboot
10activateAlp
11activateDefaultAlp
12upload
13autoDownloadInstall
14autoInstall
15encryptionFwpInstall
16encryptionFwpDownloadInstall
17downloadCf
18uploadCf
19installCf
20autoInstallCf
21uploadPa
22activateWithFwp
.1.3.6.1.4.1.2544.2.5.6.2.3.1.1
swDbDataCapRestoreConfig
Shows whether the last activation was(will be) a database restore or a new software activation
RestoreActivationCaps
Textual Convention: RestoreActivationCaps Bits
Type Values:
0capUndefined
1capNotRestore
2capRestoreFromStdBy
3capRestoreToFactory
4capRestoreFromEqpt
5capAcceptDatabase
.1.3.6.1.4.1.2544.2.5.6.2.3.1.2
.1.3.6.1.4.1.2544.2.5.6.2.4 · 1 row entry · 2 columns
swDbDataDefaultsEntry entry .1.3.6.1.4.1.2544.2.5.6.2.4.1
Indexes
swDbDataDefaultsUpgradeRequest
Column Syntax OID
swDbDataDefaultsUpgradeRequest
Index value is a requested upgrade type from neSwUpgradeRequest object,
where following values are applicable:
- install(3)
- activate(4)
- reboot(6)
- activateAlp(10)
- activateDefaultAlp(11)
Enumeration
Enumerated Values:
0undefined
1none
2download
3install
4activate
5revertToPrevious
6reboot
7downloadInstallActivateReboot
8installActivateReboot
9revertToPreviousReboot
10activateAlp
11activateDefaultAlp
12upload
13autoDownloadInstall
14autoInstall
15encryptionFwpInstall
16encryptionFwpDownloadInstall
17downloadCf
18uploadCf
19installCf
20autoInstallCf
21uploadPa
22activateWithFwp
.1.3.6.1.4.1.2544.2.5.6.2.4.1.1
swDbDataDefaultsRestoreConfig
Shows whether the last activation was(will be) a database restore or a new software activation
RestoreActivation
Textual Convention: RestoreActivation Enumeration
Type Values:
0undefined
1notRestore
2restoreFromStdBy
3restoreToFactory
4restoreFromEqpt
5acceptDatabase
.1.3.6.1.4.1.2544.2.5.6.2.4.1.2
.1.3.6.1.4.1.2544.2.5.7.10 · 1 row entry · 7 columns
snmpProxyEntrySingleTargetOutEntry entry .1.3.6.1.4.1.2544.2.5.7.10.1
Indexes
snmpProxyEntrySingleTargetOutAddress snmpProxyEntrySingleTargetOutPort
Column Syntax OID
snmpProxyEntrySingleTargetOutAddress
IP Address assigned to LAN IP Interface
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2544.2.5.7.10.1.1
snmpProxyEntrySingleTargetOutPort
The destination port
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2544.2.5.7.10.1.2
snmpProxyEntrySingleTargetOutNodeAgentStatus DestinationNodeOrAgentState
Textual Convention: DestinationNodeOrAgentState Enumeration
Type Values:
0undefined
1inactive
.1.3.6.1.4.1.2544.2.5.7.10.1.3
snmpProxyEntrySingleTargetOutContext
The contextName used in SNMP messages to an SNMP Proxy Forwarder to indicate for which SNMP Proxy Client the SNMP messages is meant
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.7.10.1.4
snmpProxyEntrySingleTargetOutRowStatus
RowStatus
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.2544.2.5.7.10.1.5
snmpProxyEntrySingleTargetOutAdminState
The Administrative State will be displayed in the GUI with full
name values; it will be differently displayed in TL1 syntax according
to TL1 display rules. The transaction into the UAS state requires
a special destroy/d…
FspR7AdminStateSnmpProxyr/w
Textual Convention: FspR7AdminStateSnmpProxy Enumeration
Type Values:
0undefined
2is
6dsbld
.1.3.6.1.4.1.2544.2.5.7.10.1.6
snmpProxyEntrySingleTargetOutUserName
The name string for user authentication purposes
SNMP-FRAMEWORK-MIBSnmpAdminStringr/w
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2544.2.5.7.10.1.7