ADVA-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
38
Rows
38
Columns
217
neStorageTable
table.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.
An entry for one long-term storage partition contained in
the NE.
the NE.
Indexes
neStorageIndex
| Column | Syntax | OID |
|---|---|---|
|
neStorageIndex
The index of the NE storage partition.
|
SNMPv2-SMIUnsigned32 Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32Type 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 OctetStringType 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 |
snmpWriteAccessTable
table.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.
Entries in the SNMP Write Access Table.
The maximum of rows in this table is product specific,
typically 10.
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 OctetStringType 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 OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.2544.2.2.2.1.2 |
neEventLogTable
table.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.
Entries in the neEventLog Table. Enterprise traps are
always logged; logging of Generic traps is product specific.
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 OctetStringType Constraints: range: 8range: 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 OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.2544.2.3.2.1.4 |
neEventLogVarTable
table.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.
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.
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 Unsigned32Type 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:
|
.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 Integer32Type 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 OctetStringType 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 Unsigned64Type 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 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.2544.2.3.3.1.10 |
neTrapsinkTable
table.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.
Entries in the Trapsink Table. Entries are created and
deleted using the neTrapsinkRowStatus object. The maximum of
rows in this table is product specific.
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 OctetStringType 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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.3.4.1.4 |
||||||||||||||
| neTrapsinkVersion | SNMPv2-SMIUnsigned32r/w Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32Type 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 OctetStringType 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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.3.4.1.7 |
swVersionTable
table.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.
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 OctetStringType 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 OctetStringType 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 OctetStringType 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 OctetStringType 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:
|
.1.3.6.1.4.1.2544.2.4.1.1.5 |
provContainerTable
table.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
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:
|
.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:
|
.1.3.6.1.4.1.2544.2.5.1.1.2 |
neF7AutomaticBackupTable
table.1.3.6.1.4.1.2544.2.5.2.20
·
1 row entry
·
7 columns
Table releated to SCU/Remote backup.
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 Integer32Type 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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.2.20.1.2 |
||||||||||||||||||||||||||||
|
neF7AutomaticBackupStartDate
Schedule database backup start date.
|
FspDater/w Textual Convention: FspDate OctetStringType 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 OctetStringType 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 OctetStringType 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 EnumerationType Values:
|
.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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.2.20.1.7 |
sonetSectionConfigTable
table.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).
SDH/SONET interfaces will have an entry
in this table.
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 EnumerationType Values:
|
.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-4294967295range: 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-4294967295range: 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 EnumerationType Values:
|
.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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.4.1.1.1.1.7 |
sonetSectionDataTable
table.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).
SDH/SONET interfaces will have an entry
in this table.
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 |
otuSectionConfigTable
table.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).
OTU interfaces will have an entry
in this table.
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-100range: -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-4294967295range: 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 EnumerationType Values:
|
.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 EnumerationType Values:
|
.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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.4.2.1.1.1.9 |
otuSectionDataTable
table.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).
OTU interfaces will have an entry
in this table.
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 Unsigned32Type 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 |
oduSectionConfigTable
table.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).
ODU interfaces will have an entry
in this table.
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-100range: -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-4294967295range: 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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.4.2.2.1.1.7 |
oduSectionDataTable
table.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).
ODU interfaces will have an entry
in this table.
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 |
oduTcmAConfigTable
table.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).
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-100range: -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-4294967295range: 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 EnumerationType Values:
|
.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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.4.2.2.3.1.8 |
oduTcmBConfigTable
table.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).
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-100range: -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-4294967295range: 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 EnumerationType Values:
|
.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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.4.2.2.4.1.8 |
oduTcmCConfigTable
table.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).
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-100range: -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-4294967295range: 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 EnumerationType Values:
|
.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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.4.2.2.5.1.8 |
oduTcmADataTable
table.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).
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 |
oduTcmBDataTable
table.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).
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 |
oduTcmCDataTable
table.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).
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 |
inventoryTable
table.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
Indexes
entityIndex
| Column | Syntax | OID | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
inventoryUnitName
ADVA Official Equipment Name
|
SNMP-FRAMEWORK-MIBSnmpAdminString Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetStringType 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 OctetStringType 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 OctetStringType 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 OctetStringType 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 OctetStringType 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 OctetStringType 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 OctetStringType 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 OctetStringType 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 OctetStringType 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 OctetStringType 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 OctetStringType 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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.5.1.1.13 |
entityTable
table.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.
Entry for all existing addresses.
Indexes
entityIndex
| Column | Syntax | OID | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
entityIndex
Existing adress index
|
EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.2.1.1 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
entityContainedIn
Contained in
|
EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.2.1.2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
entityClass
See EntityClass
|
EntityClass Textual Convention: EntityClass EnumerationType Values:
|
.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-2000range: -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 OctetStringType 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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.5.2.1.7 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
entityEquipmentState
See EquipmentState.
|
EquipmentState Textual Convention: EquipmentState EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.5.2.1.8 |
containsTable
table.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.
Indexes
entityIndex containsIndex
| Column | Syntax | OID |
|---|---|---|
| containsIndex | EntityIndex Textual Convention: EntityIndex Integer32Type 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.
Entry for all existing addresses.
Indexes
controlPlaneWdmEntityIndex
| Column | Syntax | OID | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
controlPlaneWdmEntityIndex
Existing adress index
|
EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.4.1.1 |
||||||||||||||||||||
|
controlPlaneWdmEntityContainedIn
Contained in
|
EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.4.1.2 |
||||||||||||||||||||
|
controlPlaneWdmEntityClass
See EntityClass
|
CpWdmEntityClass Textual Convention: CpWdmEntityClass EnumerationType Values:
|
.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--2147483648range: 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 OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.2544.2.5.5.4.1.5 |
||||||||||||||||||||
|
controlPlaneWdmEntityAssignmentState
See AssignmentState.
|
AssignmentState Textual Convention: AssignmentState EnumerationType Values:
|
.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.
Indexes
controlPlaneWdmEntityIndex controlPlaneWdmContainsIndex
| Column | Syntax | OID |
|---|---|---|
| controlPlaneWdmContainsIndex | EntityIndex Textual Convention: EntityIndex Integer32Type 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.
Entry for all existing addresses.
Indexes
controlPlaneEthEntityIndex
| Column | Syntax | OID | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
controlPlaneEthEntityIndex
Existing adress index
|
EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.6.1.1 |
||||||||||||||||||||
|
controlPlaneEthEntityContainedIn
Contained in
|
EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.6.1.2 |
||||||||||||||||||||
|
controlPlaneEthEntityClass
See EntityClass
|
CpWdmEntityClass Textual Convention: CpWdmEntityClass EnumerationType Values:
|
.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-2000range: -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 OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.2544.2.5.5.6.1.5 |
||||||||||||||||||||
|
controlPlaneEthEntityAssignmentState
See AssignmentState.
|
AssignmentState Textual Convention: AssignmentState EnumerationType Values:
|
.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.
Indexes
controlPlaneEthEntityIndex controlPlaneEthContainsIndex
| Column | Syntax | OID |
|---|---|---|
| controlPlaneEthContainsIndex | EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.7.1.1 |
ptpEntityTable
table.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.
Indexes
ptpEntityIndex
| Column | Syntax | OID | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
ptpEntityIndex
Existing adress index
|
EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.10.1.1 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ptpEntityContainedIn
Contained in
|
EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.10.1.2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ptpEntityClass
See EntityClass
|
EntityClass Textual Convention: EntityClass EnumerationType Values:
|
.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-2000range: -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 OctetStringType 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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.5.10.1.7 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ptpEntityEquipmentState
See EquipmentState.
|
EquipmentState Textual Convention: EquipmentState EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.5.10.1.8 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ptpEntityReferencedTo | EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.10.1.9 |
vtpEntityTable
table.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.
Indexes
vtpEntityIndex
| Column | Syntax | OID | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
vtpEntityIndex
Existing adress index
|
EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.11.1.1 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
vtpEntityContainedIn
Contained in
|
EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.11.1.2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
vtpEntityClass
See EntityClass
|
EntityClass Textual Convention: EntityClass EnumerationType Values:
|
.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-2000range: -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 OctetStringType 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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.5.11.1.7 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
vtpEntityEquipmentState
See EquipmentState.
|
EquipmentState Textual Convention: EquipmentState EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.5.11.1.8 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| vtpEntityReferencedTo | EntityIndex Textual Convention: EntityIndex Integer32Type 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.
Entry for all existing addresses.
Indexes
controlPlaneOtnEntityIndex
| Column | Syntax | OID | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
controlPlaneOtnEntityIndex
Existing adress index
|
EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.12.1.1 |
||||||||||||||||||||
|
controlPlaneOtnEntityContainedIn
Contained in
|
EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.12.1.2 |
||||||||||||||||||||
|
controlPlaneOtnEntityClass
See EntityClass
|
CpWdmEntityClass Textual Convention: CpWdmEntityClass EnumerationType Values:
|
.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-2000range: -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 OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.2544.2.5.5.12.1.5 |
||||||||||||||||||||
|
controlPlaneOtnEntityAssignmentState
See AssignmentState.
|
AssignmentState Textual Convention: AssignmentState EnumerationType Values:
|
.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.
Indexes
controlPlaneOtnEntityIndex controlPlaneOtnContainsIndex
| Column | Syntax | OID |
|---|---|---|
| controlPlaneOtnContainsIndex | EntityIndex Textual Convention: EntityIndex Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.2544.2.5.5.13.1.1 |
swDbFileTable
table.1.3.6.1.4.1.2544.2.5.6.1.1
·
1 row entry
·
11 columns
Indexes
swDbFileIndex
| Column | Syntax | OID | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
swDbFileIndex
Index
|
EntityIndex Textual Convention: EntityIndex Integer32Type 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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.6.1.1.1.2 |
||||||||||||||||||
|
swDbFileType
Type of File
|
FileType Textual Convention: FileType EnumerationType Values:
|
.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 Unsigned32Type 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 OctetStringType Constraints: range: 8range: 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 OctetStringType 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 EnumerationType Values:
|
.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 OctetStringType 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 OctetStringType 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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.6.1.1.1.10 |
||||||||||||||||||
|
swDbFilePgmType
Program Type
|
PgmType Textual Convention: PgmType EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.6.1.1.1.11 |
fwDataTable
table.1.3.6.1.4.1.2544.2.5.6.1.2
·
1 row entry
·
13 columns
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 OctetStringType 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 OctetStringType 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 EnumerationType Values:
|
.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 EnumerationType Values:
|
.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 OctetStringType 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 EnumerationType Values:
|
.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 EnumerationType Values:
|
.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 EnumerationType Values:
|
.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 OctetStringType 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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.6.1.2.1.10 |
||||||||||||||||||||||||
|
fwDataActivationReadyOnStandby
FWPREV-STBY == FWPREV-SYS-STBY
|
YesNoNA Textual Convention: YesNoNA EnumerationType Values:
|
.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 EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.6.1.2.1.12 |
||||||||||||||||||||||||
|
fwDataForm
Form of module
|
ModuleForm Textual Convention: ModuleForm EnumerationType Values:
|
.1.3.6.1.4.1.2544.2.5.6.1.2.1.13 |
coldRestartCapTable
table.1.3.6.1.4.1.2544.2.5.6.1.3
·
1 row entry
·
1 columns
Indexes
entityIndex
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
coldRestartCapServiceAffectingCap
Service Affecting Change during FWP upgrade and Restart operation
|
ServiceAffectingCaps Textual Convention: ServiceAffectingCaps BitsType Values:
|
.1.3.6.1.4.1.2544.2.5.6.1.3.1.1 |
swDbDataTable
table.1.3.6.1.4.1.2544.2.5.6.2.2
·
1 row entry
·
16 columns
Indexes
swDbDataIndex
| Column | Syntax | OID | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
swDbDataIndex
Index
|
EntityIndex Textual Convention: EntityIndex Integer32Type 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 EnumerationType Values:
|
.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 OctetStringType 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 OctetStringType 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 OctetStringType Constraints: range: 8range: 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 EnumerationType Values:
|
.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 OctetStringType 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 OctetStringType 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 EnumerationType Values:
|
.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 Unsigned32Type 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 Unsigned32Type 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 Unsigned32Type 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 Unsigned32Type 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 Unsigned32Type 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 Unsigned32Type 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 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.2544.2.5.6.2.2.1.16 |
swDbDataCapTable
table.1.3.6.1.4.1.2544.2.5.6.2.3
·
1 row entry
·
2 columns
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:
|
.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 BitsType Values:
|
.1.3.6.1.4.1.2544.2.5.6.2.3.1.2 |
swDbDataDefaultsTable
table.1.3.6.1.4.1.2544.2.5.6.2.4
·
1 row entry
·
2 columns
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:
|
.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 EnumerationType Values:
|
.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
Indexes
snmpProxyEntrySingleTargetOutAddress snmpProxyEntrySingleTargetOutPort
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
snmpProxyEntrySingleTargetOutAddress
IP Address assigned to LAN IP Interface
|
SNMPv2-SMIIpAddress Textual Convention: SNMPv2-SMIIpAddress OctetStringType 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 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.2544.2.5.7.10.1.2 |
||||||||||||
| snmpProxyEntrySingleTargetOutNodeAgentStatus | DestinationNodeOrAgentState Textual Convention: DestinationNodeOrAgentState EnumerationType Values:
|
.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 OctetStringType 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 EnumerationType Values:
|
.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 EnumerationType Values:
|
.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 OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.2544.2.5.7.10.1.7 |