All MIBs › ADVA-MIB
Organization: ADVA AG Optical Networking
Last Updated: 2014-09-29
Category: Optical and WDM, Textual Conventions and Registries
Description:
Root MIB module for ADVA Optical Networking equipment, providing base object identifiers and definitions used by the FSP150 (F3) product line of optical transport devices.
Imported Objects
From ENTITY-MIB
| entPhysicalIndex | OBJECT-TYPE |
From IF-MIB
| ifIndex | OBJECT-TYPE |
From SNMP-FRAMEWORK-MIB
| SnmpAdminString |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Counter64 | |
| Gauge32 | |
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-IDENTITY | |
| OBJECT-TYPE | |
| TimeTicks | |
| Unsigned32 | |
| enterprises | |
| mib-2 | |
| snmpModules |
From SNMPv2-TC
| DateAndTime | |
| DisplayString | |
| MacAddress | |
| RowStatus | |
| TEXTUAL-CONVENTION | |
| TestAndIncr | |
| TimeStamp |
What Is ADVA-MIB?
ADVA-MIB is the common/root MIB module for ADVA Optical Networking's equipment, most notably the FSP150 (F3) family of optical transport and carrier-Ethernet demarcation devices, providing the base object identifiers and shared system-level objects used across ADVA's product MIBs. Unlike a pure OID-registration module, it exposes real system inventory and health data: manufacturer and version identification (neManufacturer, neMibVariant), a time-of-day object (neDateAndTime), a memory-usage pair (neMemorySizeTotal, neMemorySizeFree), a storage table (neStorageTable/neStorageEntry with neStorageDescr, neStorageCapacity, neStorageAvailable), and a general device alarm-status object (neAlarmStatus). This makes it directly useful for monitoring hardware/software status: memory utilization (free vs. total memory), disk/flash storage capacity and availability per storage partition, and overall network-element alarm/fault condition, in addition to basic software/version identification. As the "Common MIB," it underpins and is depended on by the more detailed FSP150/F3 product MIB modules for interface- and service-level detail. In an NMS's MIB tree, the ADVA-MIB module is typically loaded alongside those more detailed FSP150/F3 modules to build a complete inventory and health picture. It is deployed on ADVA optical transport/demarcation network elements managed from an NMS in metro/access optical networks.
IPNetwork Monitor allows you to monitor SNMP objects defined in ADVA-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- total and free memory
- storage partition capacity and availability
- device alarm status
- manufacturer/hardware variant identification
- system date and time
Supported Devices
- ADVA FSP 150-XO106 (2022) — 10 Gbit/s Carrier Ethernet edge device for outdoor/challenging environments
Monitoring Examples
An admin would poll neMemorySizeFree against neMemorySizeTotal to detect memory exhaustion on an FSP150 network element, and walk the neStorageTable (indexed by neStorageIndex, with neStorageDescr, neStorageCapacity, neStorageAvailable) to catch a storage partition running low on free space. Checking neAlarmStatus reveals whether the device currently has any active alarm condition, while neManufacturer and neMibVariant confirm the exact hardware/software variant being managed. A sudden drop in neStorageAvailable or a change in neAlarmStatus would typically trigger investigation of the ADVA network element.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| advaMIB | 1.3.6.1.4.1.2544 | The ADVA Common MIB version 2.3. | ||
| products | 1.3.6.1.4.1.2544.1 | |||
| fsp3000 | 1.3.6.1.4.1.2544.1.4 | |||
| fsp1000 | 1.3.6.1.4.1.2544.1.6 | |||
| fsp2000 | 1.3.6.1.4.1.2544.1.7 | |||
| fsp1000adm | 1.3.6.1.4.1.2544.1.8 | |||
| fsp1500 | 1.3.6.1.4.1.2544.1.9 | |||
| fsp150 | 1.3.6.1.4.1.2544.1.10 | |||
| fspR7 | 1.3.6.1.4.1.2544.1.11 | |||
| fsp150cm | 1.3.6.1.4.1.2544.1.12 | |||
| fspNm | 1.3.6.1.4.1.2544.1.13 | |||
| common | 1.3.6.1.4.1.2544.2 | |||
| neInfo | 1.3.6.1.4.1.2544.2.1 | |||
| I32 neMibVariant | 1.3.6.1.4.1.2544.2.1.1 | Integer32 | read-only | The variant of the SNMP enterprise MIB. This object will together with sysObjectID [RFC1213] uniquely identify the revision and variant of the enterprise MIB used by the NE. |
| STR neManufacturer | 1.3.6.1.4.1.2544.2.1.2 | SnmpAdminString | read-only | Manufacturer of the system. This value is used to present in clear text the manufacturer of the system. |
| DAT neDateAndTime | 1.3.6.1.4.1.2544.2.1.3 | DateAndTime | read-write | Reports the current local time on the Network Element. It also allows to set the local time. However, SET requests may not be supported by all products. |
| KBY neMemorySizeTotal | 1.3.6.1.4.1.2544.2.1.4 | KBytes | read-only | The total amount of physical main memory contained in the NEMI. |
| KBY neMemorySizeFree | 1.3.6.1.4.1.2544.2.1.5 | KBytes | read-only | The amount of unused physical main memory contained in the NEMI. |
| neStorageTable | 1.3.6.1.4.1.2544.2.1.6 | not-accessible | The table of long-term storage partitions contained in the NE. | |
| neStorageEntry | 1.3.6.1.4.1.2544.2.1.6.1 | not-accessible | An entry for one long-term storage partition contained in the NE. | |
| U32 neStorageIndex | 1.3.6.1.4.1.2544.2.1.6.1.1 | Unsigned32 | not-accessible | The index of the NE storage partition. |
| STR neStorageDescr | 1.3.6.1.4.1.2544.2.1.6.1.2 | SnmpAdminString | read-only | The product specific description of the NE storage partition. |
| KBY neStorageCapacity | 1.3.6.1.4.1.2544.2.1.6.1.3 | KBytes | read-only | The total capacity of the NE storage partition. |
| KBY neStorageAvailable | 1.3.6.1.4.1.2544.2.1.6.1.4 | KBytes | read-only | The free space on the NE storage partition. |
| TRA neAlarmStatus | 1.3.6.1.4.1.2544.2.1.7 | TrapAlarmSeverity | read-only | The highest severity of all currently active alarms on the NE. Alarms that are not reported because of Alarm Report Control (ARC) or any other administrative state are not considered active. The values indeterminate(1) and notReported(7) are not applicable for this object. The value cleared(6) indicates that the NE reports no alarm (i.e. Alarm LED(s) off). |
| admin | 1.3.6.1.4.1.2544.2.2 | |||
| ENA snmpWriteAccessRestriction | 1.3.6.1.4.1.2544.2.2.1 | EnableState | read-only | This value is used in combination with the snmpWriteAccessTable for additional security for SNMP set requests. When the status is Disabled, SNMP set requests from any NMS (using the correct write community) are accepted (ie, the snmpWriteAccessTable entries do not apply). When the status is Enabled, however, only SNMP set requests from NMSs (using the correct write community) which are listed in the snmpWriteAccessTable are accepted. This object is read-only, meaning that it cannot be updated via the SNMP interface. The operator must configure SNMP write access permissions via a non-SNMP interface. |
| snmpWriteAccessTable | 1.3.6.1.4.1.2544.2.2.2 | not-accessible | 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 | 1.3.6.1.4.1.2544.2.2.2.1 | not-accessible | Entries in the SNMP Write Access Table. The maximum of rows in this table is product specific, typically 10. | |
| IP snmpWriteAccessNmsAddress | 1.3.6.1.4.1.2544.2.2.2.1.1 | IpAddress | not-accessible | IP Address of the NMS which has SNMP write permission. |
| STR snmpWriteAccessNmsName | 1.3.6.1.4.1.2544.2.2.2.1.2 | SnmpAdminString | read-only | Name of the NMS. |
| events | 1.3.6.1.4.1.2544.2.3 | |||
| NUM neEventsLogged | 1.3.6.1.4.1.2544.2.3.1 | TrapCounter | read-only | This value is the sum of all notified events (trap counter). It is also the event number of the most recent event (neEventLogIndex) found in the neEventLog tables. It can, for example, be used to check if a notification (trap) is lost. The value is reset to 0 after a cold start. The counter is increased even if no trap sinks are specified. |
| neEventLogTable | 1.3.6.1.4.1.2544.2.3.2 | not-accessible | Table of events issued by the NE's SNMP agent. The eventLog entries are read-only. | |
| neEventLogEntry | 1.3.6.1.4.1.2544.2.3.2.1 | not-accessible | Entries in the neEventLog Table. Enterprise traps are always logged; logging of Generic traps is product specific. | |
| NUM neEventLogIndex | 1.3.6.1.4.1.2544.2.3.2.1.1 | TrapCounter | not-accessible | The associated neEventsLogged counter for the logged event (trap). |
| DAT neEventLogTimeStamp | 1.3.6.1.4.1.2544.2.3.2.1.2 | DateAndTime | read-only | The NE Date and Time when the event (trap) occurred. This object is used in the trap varbind. |
| OID neEventLogNotificationOID | 1.3.6.1.4.1.2544.2.3.2.1.3 | OBJECT IDENTIFIER | read-only | 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. |
| IDE neEventLogIdentityTranslation | 1.3.6.1.4.1.2544.2.3.2.1.4 | IdentityTranslation | read-only | Translation of entPhysicalIndex/ifIndex or other identifier to a string used in the trap varbind following the timestamp varbind. |
| neEventLogVarTable | 1.3.6.1.4.1.2544.2.3.3 | not-accessible | Table of variables corresponding to events logged in the neEventLog. | |
| neEventLogVarEntry | 1.3.6.1.4.1.2544.2.3.3.1 | not-accessible | 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. | |
| U32 neEventLogVarIndex | 1.3.6.1.4.1.2544.2.3.3.1.1 | Unsigned32 | not-accessible | A monotonically increasing integer, starting at 1 for a given neEventLogIndex, for indexing a variable contained in the varbind list of a logged event. |
| OID neEventLogVarId | 1.3.6.1.4.1.2544.2.3.3.1.2 | OBJECT IDENTIFIER | read-only | The object identifier of the variable in the varbind list. |
| INT neEventLogVarType | 1.3.6.1.4.1.2544.2.3.3.1.3 | INTEGER | read-only | 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. |
| I32 neEventLogVarInteger32Val | 1.3.6.1.4.1.2544.2.3.3.1.4 | Integer32 | read-only | The value when neEventLogVarType is 'integer32'. Integer32 is also used to represent INTEGER types. Otherwise, 0 is returned. |
| IP neEventLogVarIpAddressVal | 1.3.6.1.4.1.2544.2.3.3.1.5 | IpAddress | read-only | The value when neEventLogVarType is 'ipAddress'. Otherwise, an empty address is returned. |
| OCT neEventLogVarOctetStringVal | 1.3.6.1.4.1.2544.2.3.3.1.6 | OCTET STRING | read-only | The value when neEventLogVarType is 'octetString'. OctetString is used for all string types, including DisplayString, SnmpAdminString and DateAndTime. Otherwise, an empty string is returned. |
| OID neEventLogVarOidVal | 1.3.6.1.4.1.2544.2.3.3.1.7 | OBJECT IDENTIFIER | read-only | The value when neEventLogVarType is 'objectId'. Otherwise, an objectId { 0.0 } is returned. |
| C64 neEventLogVarCounter64Val | 1.3.6.1.4.1.2544.2.3.3.1.8 | Counter64 | read-only | The value when neEventLogVarType is 'counter64'. |
| U32 neEventLogVarUnsigned32Val | 1.3.6.1.4.1.2544.2.3.3.1.10 | Unsigned32 | read-only | The value when neEventLogVarType is 'unsigned32'. |
| neTrapsinkTable | 1.3.6.1.4.1.2544.2.3.4 | not-accessible | Table of Trapsinks. A neTrapsinkTable entry can be created, deleted or modified via the SNMP interface for a specific address and port. | |
| neTrapsinkEntry | 1.3.6.1.4.1.2544.2.3.4.1 | not-accessible | Entries in the Trapsink Table. Entries are created and deleted using the neTrapsinkRowStatus object. The maximum of rows in this table is product specific. | |
| IP neTrapsinkAddress | 1.3.6.1.4.1.2544.2.3.4.1.1 | IpAddress | not-accessible | IP Address of the Management System which should receive SNMP Traps. |
| I32 neTrapsinkPort | 1.3.6.1.4.1.2544.2.3.4.1.2 | Integer32 | not-accessible | The port number where the specified trap sink will receive SNMP traps. |
| STR neTrapsinkCommunity | 1.3.6.1.4.1.2544.2.3.4.1.3 | DisplayString | read-write | Community String which is sent with an SNMP Trap to the Management Station. If no community is specified, the default (public) is used. |
| ROW neTrapsinkRowStatus | 1.3.6.1.4.1.2544.2.3.4.1.4 | RowStatus | read-write | 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). |
| U32 neTrapsinkVersion | 1.3.6.1.4.1.2544.2.3.4.1.5 | Unsigned32 | read-write | |
| STR neTrapsinkUserName | 1.3.6.1.4.1.2544.2.3.4.1.6 | DisplayString | read-write | A human readable string representing the name of the user. |
| FSP neTrapsinkType | 1.3.6.1.4.1.2544.2.3.4.1.7 | FspR7TrapsinkLifetime | read-write | Lifetime of Trapsink. |
| software | 1.3.6.1.4.1.2544.2.4 | |||
| swVersionTable | 1.3.6.1.4.1.2544.2.4.1 | not-accessible | Software version information table for units/modules which run a management Operating System. This includes the Application software and Operating System software. | |
| swVersionEntry | 1.3.6.1.4.1.2544.2.4.1.1 | not-accessible | Entries in the swVersion Table. | |
| STR swVersionActiveApplSw | 1.3.6.1.4.1.2544.2.4.1.1.1 | SnmpAdminString | read-only | Reports the active Application software version on the unit/module. |
| STR swVersionInactiveApplSw | 1.3.6.1.4.1.2544.2.4.1.1.2 | SnmpAdminString | read-only | Reports the inactive Application software version available on the unit/module. |
| STR swVersionActiveOperatingSw | 1.3.6.1.4.1.2544.2.4.1.1.3 | SnmpAdminString | read-only | Reports the active Operating System software version on the unit/module. |
| STR swVersionInactiveOperatingSw | 1.3.6.1.4.1.2544.2.4.1.1.4 | SnmpAdminString | read-only | Reports the inactive Operating System software version available on the unit/module. |
| INT swVersionNextBoot | 1.3.6.1.4.1.2544.2.4.1.1.5 | INTEGER | read-only | Reports which software will be run at next boot, either the currently active one again or the alternative (currently inactive) one. |
| neSoftwareUpgrade | 1.3.6.1.4.1.2544.2.4.2 | |||
| INT neSwUpgradeRequest | 1.3.6.1.4.1.2544.2.4.2.1 | INTEGER | read-write | The request to the software upgrade function. Request 2..6 are single step requests while requests 7..9 are batch commands for common upgrade scenarios. Requests 13,14 are defined for automatic install process for F7 platform. If the NE is the FTP server, the file must then have been downloaded to the neSwUpgradeNeDirectory on the NE using the 'netadmin' account. |
| NES neSwUpgradeState | 1.3.6.1.4.1.2544.2.4.2.2 | NeSwUpgradeStatusType | read-only | The current status of the SW upgrade process. NOTE: All failures that are caused by malfunctioning hardware are reported as internalError(17). |
| IP neSwUpgradeServerAddress | 1.3.6.1.4.1.2544.2.4.2.3 | IpAddress | read-write | The IP address of the external FTP server. |
| STR neSwUpgradeServerLogin | 1.3.6.1.4.1.2544.2.4.2.4 | SnmpAdminString | read-write | The login name on the external FTP server. |
| STR neSwUpgradeServerPasswd | 1.3.6.1.4.1.2544.2.4.2.5 | SnmpAdminString | read-write | The password on the external FTP server. Read requests on this object will return a zero-length string. |
| STR neSwUpgradeServerDirectory | 1.3.6.1.4.1.2544.2.4.2.6 | SnmpAdminString | read-write | The SW file location (path) on the external FTP server. |
| STR neSwUpgradeFileName | 1.3.6.1.4.1.2544.2.4.2.7 | SnmpAdminString | read-write | The SW file name (without path) on the external FTP server or the name of the file which has been downloaded to the NE. |
| STR neSwUpgradeNeDirectory | 1.3.6.1.4.1.2544.2.4.2.8 | SnmpAdminString | read-only | The SW file location (path) on the NE. |
| FIL neSwUpgradeTransferProtocol | 1.3.6.1.4.1.2544.2.4.2.9 | FileTransferProtocol | read-write | The transfer protocol to be used. |
| ADR sourceIpAddress | 1.3.6.1.4.1.2544.2.4.2.10 | SourceIpAddress | read-write | IP address used as source IP address in FTP Client session |
| NES neSwInstallState | 1.3.6.1.4.1.2544.2.4.2.11 | NeSwInstallStatusType | read-only | Software installation state. |
| INT neSwUpgradeType | 1.3.6.1.4.1.2544.2.4.2.12 | INTEGER | read-write | Required procedure type to be used for software download. legacy(1) is the default value. This parameter MUST be set before any other parameters will be set for software upgrade procedure (for example IP address, user name, password etc.). revised(2) value corresponds to Revised Upgrade Procedure which uses new PGM format. This parameter is NOT stored in the database and will be reset to default after SNMP Agent restart. |
| I32 neSwDownloadProgress | 1.3.6.1.4.1.2544.2.4.2.13 | Integer32 | not-accessible | Operational progress in % i.e. file transfer |
| STR neSwUpgradeCommonIpSrv | 1.3.6.1.4.1.2544.2.4.2.14 | SnmpAdminString | read-write | IPv4/v6 Server Address |
| config | 1.3.6.1.4.1.2544.2.5 | |||
| provContainerTable | 1.3.6.1.4.1.2544.2.5.1 | not-accessible | 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 | 1.3.6.1.4.1.2544.2.5.1.1 | not-accessible | Entries in the provContainer Table. | |
| INT provAssignmentState | 1.3.6.1.4.1.2544.2.5.1.1.1 | INTEGER | read-only | This status indicates the assignment (provisioning) of a module type to the container. |
| INT provEquipmentState | 1.3.6.1.4.1.2544.2.5.1.1.2 | INTEGER | read-only | 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 hardware. 'invalid' The container holds a recognized module that the container is not capable of supporting, or the container holds an unrecognized module. |
| neBackupRestore | 1.3.6.1.4.1.2544.2.5.2 | |||
| INT neBackupRestoreRequest | 1.3.6.1.4.1.2544.2.5.2.1 | INTEGER | read-write | Run network element configuration Backup/Restore operation: - none(1): No action (read only) - runBackup(2): Save the network element configuration to a file (write only) - runRestore(3): Restore the network element configuration from a file (write only) The Restore operation does not overwrite settings which are required to reestablish contact to the NE via SNMP and Telnet. |
| INT neBackupRestoreState | 1.3.6.1.4.1.2544.2.5.2.2 | INTEGER | read-only | The status of the current NE configuration backup/restore operation activated by 'neBackupRestoreRequest'. |
| STR neBackupRestoreFile | 1.3.6.1.4.1.2544.2.5.2.3 | SnmpAdminString | read-only | The full local path of the network element configuration backup file. This file is generated during the Backup operation and is also used for the Restore operation. |
| DAT neRestoreFileBackupDate | 1.3.6.1.4.1.2544.2.5.2.4 | DateAndTime | read-only | The backup time of the current file to be used for Restore. If no backup is available, this object reports 8 zero-octets. |
| IP neF7AutomaticRemoteBackupSrvIp | 1.3.6.1.4.1.2544.2.5.2.5 | IpAddress | read-write | Remote server IP as a backup destination address. |
| STR neF7AutomaticRemoteBackupSrvDir | 1.3.6.1.4.1.2544.2.5.2.6 | SnmpAdminString | read-write | Remote server directory. |
| STR neF7AutomaticRemoteBackupSrvLogin | 1.3.6.1.4.1.2544.2.5.2.7 | SnmpAdminString | read-write | Remote user login. |
| STR neF7AutomaticRemoteBackupSrvPass | 1.3.6.1.4.1.2544.2.5.2.8 | SnmpAdminString | read-write | Remote user password. |
| FIL neF7AutomaticRemoteBackupProtocol | 1.3.6.1.4.1.2544.2.5.2.10 | FileTransferProtocol | read-write | Connection protocol to be used for remote backup. |
| ADR neF7AutomaticRemoteBackupSrcIp | 1.3.6.1.4.1.2544.2.5.2.11 | SourceIpAddress | read-write | Source IP address to be used for remote backup. |
| F7F neF7AutomaticRemoteBackupTimeStamp | 1.3.6.1.4.1.2544.2.5.2.12 | F7FileTimeStamp | read-write | Add or omit the time stamp in the backuped filename. |
| STR neF7AutomaticRemoteBackupCommonIpSrv | 1.3.6.1.4.1.2544.2.5.2.13 | SnmpAdminString | read-write | Remote server IPv4/IPv6 as a backup destination address. |
| neF7AutomaticBackupTable | 1.3.6.1.4.1.2544.2.5.2.20 | not-accessible | Table releated to SCU/Remote backup. | |
| neF7AutomaticBackupEntry | 1.3.6.1.4.1.2544.2.5.2.20.1 | not-accessible | Entry releated to SCU/Remote backup. | |
| ENT neF7AutomaticBackupIndex | 1.3.6.1.4.1.2544.2.5.2.20.1.1 | EntityIndex | not-accessible | Index of the backup entity. May be the Backup SCU entity index or Backup Remote entity index. |
| NUM neF7AutomaticBackupInterval | 1.3.6.1.4.1.2544.2.5.2.20.1.2 | F7AutoBackupInterval | read-write | Schedule database backup interval. |
| FSP neF7AutomaticBackupStartDate | 1.3.6.1.4.1.2544.2.5.2.20.1.3 | FspDate | read-write | Schedule database backup start date. |
| FSP neF7AutomaticBackupStartTime | 1.3.6.1.4.1.2544.2.5.2.20.1.4 | FspTime | read-write | Schedule database backup start time. |
| FSP neF7AutomaticBackupNextDate | 1.3.6.1.4.1.2544.2.5.2.20.1.5 | FspDate | read-only | Next schedule database backup date. |
| F7A neF7AutomaticBackupRunState | 1.3.6.1.4.1.2544.2.5.2.20.1.6 | F7AutoBackupRunState | read-write | Automatic Backup running state. |
| F7F neF7AutomaticBackupTimeStamp | 1.3.6.1.4.1.2544.2.5.2.20.1.7 | F7FileTimeStamp | read-write | Add or omit the time stamp in the backuped filename. |
| neAutoBackup | 1.3.6.1.4.1.2544.2.5.3 | |||
| INT neAutoBackupConfig | 1.3.6.1.4.1.2544.2.5.3.1 | INTEGER | read-write | The configuration of the regular network element configuration Backup/Restore: - disabled(1): No regular backup - autoBackup(2): Regular backup to a local file is active - autoBackupAndUpload(3): Regular backup and upload to external FTP server is active The default is autoBackup(2). If this object is not disabled(1) all other auto-backup objects are read-only. I.e., all neAutoBackupServerXxx objects must be set before changing this object to autoBackupAndUpload(3). |
| U32 neAutoBackupInterval | 1.3.6.1.4.1.2544.2.5.3.2 | Unsigned32 | read-write | The interval between two subsequent backup actions in hours (default: 24 hours). |
| DAT neAutoBackupNextActionAt | 1.3.6.1.4.1.2544.2.5.3.3 | DateAndTime | read-write | The sliding time of the next backup action (default: midnight local NE time). |
| IP neAutoBackupServerAddress | 1.3.6.1.4.1.2544.2.5.3.4 | IpAddress | read-write | The IP address of the external FTP server for backup files. |
| STR neAutoBackupServerLogin | 1.3.6.1.4.1.2544.2.5.3.5 | SnmpAdminString | read-write | The login name on the external FTP server for backup files. |
| STR neAutoBackupServerPasswd | 1.3.6.1.4.1.2544.2.5.3.6 | SnmpAdminString | read-write | The password on the external FTP server for backup files. Read requests on this object will return a zero-length string. |
| STR neAutoBackupServerDirectory | 1.3.6.1.4.1.2544.2.5.3.7 | SnmpAdminString | read-write | The directory on the external FTP server to which the backup files will be uploaded. The file name will be generated automatically (containing NE IP addres and backup time). |
| transportStandards | 1.3.6.1.4.1.2544.2.5.4 | |||
| sonet | 1.3.6.1.4.1.2544.2.5.4.1 | |||
| sonetConfig | 1.3.6.1.4.1.2544.2.5.4.1.1 | |||
| sonetSectionConfigTable | 1.3.6.1.4.1.2544.2.5.4.1.1.1 | not-accessible | 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 | 1.3.6.1.4.1.2544.2.5.4.1.1.1.1 | not-accessible | SDH/SONET interfaces will have an entry in this table. | |
| SON sonetSectionConfigTimingSource | 1.3.6.1.4.1.2544.2.5.4.1.1.1.1.1 | SonetTimingSource | read-write | 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 topologies. The default is internal(1). |
| U32 sonetSectionConfigSignalDegradeThreshhold | 1.3.6.1.4.1.2544.2.5.4.1.1.1.1.2 | Unsigned32 | read-write | 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). |
| U32 sonetSectionConfigSignalDegradePeriod | 1.3.6.1.4.1.2544.2.5.4.1.1.1.1.3 | Unsigned32 | read-write | 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. |
| SON sonetSectionConfigTraceForm | 1.3.6.1.4.1.2544.2.5.4.1.1.1.1.4 | SonetTraceForm | read-write | Byte-Length of Trace Compared to Expected |
| OCT sonetSectionConfigTraceExpected | 1.3.6.1.4.1.2544.2.5.4.1.1.1.1.5 | OCTET STRING | read-write | Expected Sec/RS trace. NULL TRACE implies that no trace comparison is made. |
| OCT sonetSectionConfigTraceTransmit | 1.3.6.1.4.1.2544.2.5.4.1.1.1.1.6 | OCTET STRING | read-write | Sec/RS Trace to be Transmitted |
| TIM sonetSectionConfigTimMode | 1.3.6.1.4.1.2544.2.5.4.1.1.1.1.7 | TimMode | read-write | Detection of TIM Sonet Section Condition can be configured |
| sonetSectionDataTable | 1.3.6.1.4.1.2544.2.5.4.1.1.3 | not-accessible | 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 | 1.3.6.1.4.1.2544.2.5.4.1.1.3.1 | not-accessible | SDH/SONET interfaces will have an entry in this table. | |
| OCT sonetSectionDataTraceReceived | 1.3.6.1.4.1.2544.2.5.4.1.1.3.1.1 | OCTET STRING | read-only | The received Sec/RS Trace |
| otn | 1.3.6.1.4.1.2544.2.5.4.2 | |||
| otuConfig | 1.3.6.1.4.1.2544.2.5.4.2.1 | |||
| otuSectionConfigTable | 1.3.6.1.4.1.2544.2.5.4.2.1.1 | not-accessible | Contains entries for the configuration of OTU interfaces. This table extends the entries in the ifTable (RFC 2863). | |
| otuSectionConfigEntry | 1.3.6.1.4.1.2544.2.5.4.2.1.1.1 | not-accessible | OTU interfaces will have an entry in this table. | |
| I32 otuSectionConfigSignalDegradeThreshold | 1.3.6.1.4.1.2544.2.5.4.2.1.1.1.1 | Integer32 | read-write | Threshold for OTU SM-SD alarm (threshold level 0..100%, default value 15 %). Ref. table 24/G.7710. |
| U32 otuSectionConfigSignalDegradePeriod | 1.3.6.1.4.1.2544.2.5.4.2.1.1.1.2 | Unsigned32 | read-write | Measuring period for OTU SM-SD alarm: 2..10 sec) (bursty) Ref. table 24/G.7710. Default value: 7. |
| OTN otuSectionConfigPayload | 1.3.6.1.4.1.2544.2.5.4.2.1.1.1.3 | OtnPayloadType | read-write | The payload of the interface (inside a transport overhead). Relevant e. g. for OTN cards which wrap a payload into an OTU1/2 wrapper. |
| ENA otuSectionConfigStuffing | 1.3.6.1.4.1.2544.2.5.4.2.1.1.1.4 | EnableState | read-write | Indicates if bit/byte stuffing is used in the transport signal. |
| OCT otuSectionConfigTraceExpected | 1.3.6.1.4.1.2544.2.5.4.2.1.1.1.5 | OCTET STRING | read-write | Expected SAPI part of the OTU trace (15 character). NULL TRACE implies that no trace comparison is made. |
| OCT otuSectionConfigTraceTransmitSapi | 1.3.6.1.4.1.2544.2.5.4.2.1.1.1.6 | OCTET STRING | read-write | The transmitted SAPI part of the OTU trace (15 character) |
| OCT otuSectionConfigTraceTransmitDapi | 1.3.6.1.4.1.2544.2.5.4.2.1.1.1.7 | OCTET STRING | read-write | The transmitted DAPI part of the OTU trace (15 character) |
| OCT otuSectionConfigTraceTransmitOpsp | 1.3.6.1.4.1.2544.2.5.4.2.1.1.1.8 | OCTET STRING | read-write | The transmitted Operator Specific part of the OTU trace (32 character) |
| TIM otuSectionConfigTimMode | 1.3.6.1.4.1.2544.2.5.4.2.1.1.1.9 | TimMode | read-write | Detection of TIM-OTU Condition can be configured |
| otuSectionDataTable | 1.3.6.1.4.1.2544.2.5.4.2.1.2 | not-accessible | Contains entries for the status of OTU interfaces. This table extends the entries in the ifTable (RFC 2863). | |
| otuSectionDataEntry | 1.3.6.1.4.1.2544.2.5.4.2.1.2.1 | not-accessible | OTU interfaces will have an entry in this table. | |
| U32 otuSectionDataResultingTotalBitrate | 1.3.6.1.4.1.2544.2.5.4.2.1.2.1.1 | Unsigned32 | read-only | 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. |
| OCT otuSectionDataTraceReceivedSapi | 1.3.6.1.4.1.2544.2.5.4.2.1.2.1.2 | OCTET STRING | read-only | The received SAPI part of the OTU trace (15 character) |
| OCT otuSectionDataTraceReceivedDapi | 1.3.6.1.4.1.2544.2.5.4.2.1.2.1.3 | OCTET STRING | read-only | The received DAPI part of the OTU trace (15 character) |
| OCT otuSectionDataTraceReceivedOpsp | 1.3.6.1.4.1.2544.2.5.4.2.1.2.1.4 | OCTET STRING | read-only | The received Operator Specific part of the OTU trace (32 character) |
| oduConfig | 1.3.6.1.4.1.2544.2.5.4.2.2 | |||
| oduSectionConfigTable | 1.3.6.1.4.1.2544.2.5.4.2.2.1 | not-accessible | Contains entries for the configuration of ODU interfaces. This table extends the entries in the ifTable (RFC 2863). | |
| oduSectionConfigEntry | 1.3.6.1.4.1.2544.2.5.4.2.2.1.1 | not-accessible | ODU interfaces will have an entry in this table. | |
| I32 oduSectionConfigSignalDegradeThres | 1.3.6.1.4.1.2544.2.5.4.2.2.1.1.1 | Integer32 | read-write | Threshold for ODU SM-SD alarm (threshold level 0..100%, default value 15 %. Ref. table 24/G.7710. |
| U32 oduSectionConfigSignalDegradePeriod | 1.3.6.1.4.1.2544.2.5.4.2.2.1.1.2 | Unsigned32 | read-write | Measuring period for ODU SM-SD alarm: 2..10 sec) (bursty) Ref. table 24/G.7710. Default value: 7. |
| OCT oduSectionConfigTraceExpected | 1.3.6.1.4.1.2544.2.5.4.2.2.1.1.3 | OCTET STRING | read-write | Expected SAPI part of the ODU trace (15 character). NULL TRACE implies that no trace comparison is made. |
| OCT oduSectionConfigTraceTransmitSapi | 1.3.6.1.4.1.2544.2.5.4.2.2.1.1.4 | OCTET STRING | read-write | The transmitted SAPI part of the ODU trace (15 character) |
| OCT oduSectionConfigTraceTransmitDapi | 1.3.6.1.4.1.2544.2.5.4.2.2.1.1.5 | OCTET STRING | read-write | The transmitted DAPI part of the ODU trace (15 character) |
| OCT oduSectionConfigTraceTransmitOpsp | 1.3.6.1.4.1.2544.2.5.4.2.2.1.1.6 | OCTET STRING | read-write | The transmitted Operator Specific part of the ODU trace (32 character) |
| TIM oduSectionConfigTimMode | 1.3.6.1.4.1.2544.2.5.4.2.2.1.1.7 | TimMode | read-write | Detection of TIM-ODU Condition can be configured |
| oduSectionDataTable | 1.3.6.1.4.1.2544.2.5.4.2.2.2 | not-accessible | Contains entries for the status of ODU interfaces. This table extends the entries in the ifTable (RFC 2863). | |
| oduSectionDataEntry | 1.3.6.1.4.1.2544.2.5.4.2.2.2.1 | not-accessible | ODU interfaces will have an entry in this table. | |
| OCT oduSectionDataTraceReceivedSapi | 1.3.6.1.4.1.2544.2.5.4.2.2.2.1.1 | OCTET STRING | read-only | The received SAPI part of the ODU trace (15 character) |
| OCT oduSectionDataTraceReceivedDapi | 1.3.6.1.4.1.2544.2.5.4.2.2.2.1.2 | OCTET STRING | read-only | The received DAPI part of the ODU trace (15 character) |
| OCT oduSectionDataTraceReceivedOpsp | 1.3.6.1.4.1.2544.2.5.4.2.2.2.1.3 | OCTET STRING | read-only | The received Operator Specific part of the ODU trace (32 character) |
| oduTcmAConfigTable | 1.3.6.1.4.1.2544.2.5.4.2.2.3 | not-accessible | Contains entries for the configuration of ODU interfaces. This table extends the entries in the ifTable (RFC 2863). | |
| oduTcmAConfigEntry | 1.3.6.1.4.1.2544.2.5.4.2.2.3.1 | not-accessible | ODU interfaces will have an entry in this table. | |
| I32 oduTcmAConfigSignalDegradeThreshold | 1.3.6.1.4.1.2544.2.5.4.2.2.3.1.1 | Integer32 | read-write | Threshold for ODU SM-SD alarm (threshold level 0..100%, default value 15 %). Ref. table 24/G.7710. |
| U32 oduTcmAConfigSignalDegradePeriod | 1.3.6.1.4.1.2544.2.5.4.2.2.3.1.2 | Unsigned32 | read-write | Measuring period for ODU SM-SD alarm: 2..10 sec) (bursty) Ref. table 24/G.7710. Default value: 7. |
| OTN oduTcmAConfigTcmLevel | 1.3.6.1.4.1.2544.2.5.4.2.2.3.1.3 | OtnTcmLevel | read-write | Activation of Tandem Connection Monitoring Instance A |
| OCT oduTcmAConfigTraceExpected | 1.3.6.1.4.1.2544.2.5.4.2.2.3.1.4 | OCTET STRING | read-write | Expected SAPI part of the TCMA trace (15 character). NULL TRACE-TCM implies that no trace comparison is made. |
| OCT oduTcmAConfigTraceTransmitSapi | 1.3.6.1.4.1.2544.2.5.4.2.2.3.1.5 | OCTET STRING | read-write | The transmitted SAPI part of the TCMA trace (15 character) |
| OCT oduTcmAConfigTraceTransmitDapi | 1.3.6.1.4.1.2544.2.5.4.2.2.3.1.6 | OCTET STRING | read-write | The transmitted DAPI part of the TCMA trace (15 character) |
| OCT oduTcmAConfigTraceTransmitOpsp | 1.3.6.1.4.1.2544.2.5.4.2.2.3.1.7 | OCTET STRING | read-write | The transmitted Operator Specific part of the TCMA trace (32 character) |
| TIM oduTcmAConfigTimMode | 1.3.6.1.4.1.2544.2.5.4.2.2.3.1.8 | TimMode | read-write | Detection of TIM-TCMA Condition can be configured |
| oduTcmBConfigTable | 1.3.6.1.4.1.2544.2.5.4.2.2.4 | not-accessible | Contains entries for the configuration of ODU interfaces. This table extends the entries in the ifTable (RFC 2863). | |
| oduTcmBConfigEntry | 1.3.6.1.4.1.2544.2.5.4.2.2.4.1 | not-accessible | ODU interfaces will have an entry in this table. | |
| I32 oduTcmBConfigSignalDegradeThreshold | 1.3.6.1.4.1.2544.2.5.4.2.2.4.1.1 | Integer32 | read-write | Threshold for ODU SM-SD alarm (threshold level 0..100%, default value 15 %). Ref. table 24/G.7710. |
| U32 oduTcmBConfigSignalDegradePeriod | 1.3.6.1.4.1.2544.2.5.4.2.2.4.1.2 | Unsigned32 | read-write | Measuring period for ODU SM-SD alarm: 2..10 sec) (bursty) Ref. table 24/G.7710. Default value: 7. |
| OTN oduTcmBConfigTcmLevel | 1.3.6.1.4.1.2544.2.5.4.2.2.4.1.3 | OtnTcmLevel | read-write | Activation of Tandem Connection Monitoring Instance B |
| OCT oduTcmBConfigTraceExpected | 1.3.6.1.4.1.2544.2.5.4.2.2.4.1.4 | OCTET STRING | read-write | Expected SAPI part of the TCMB trace (15 character). NULL TRACE-TCM implies that no trace comparison is made. |
| OCT oduTcmBConfigTraceTransmitSapi | 1.3.6.1.4.1.2544.2.5.4.2.2.4.1.5 | OCTET STRING | read-write | The transmitted SAPI part of the TCMB trace (15 character) |
| OCT oduTcmBConfigTraceTransmitDapi | 1.3.6.1.4.1.2544.2.5.4.2.2.4.1.6 | OCTET STRING | read-write | The transmitted DAPI part of the TCMB trace (15 character) |
| OCT oduTcmBConfigTraceTransmitOpsp | 1.3.6.1.4.1.2544.2.5.4.2.2.4.1.7 | OCTET STRING | read-write | The transmitted Operator Specific part of the TCMB trace (32 character) |
| TIM oduTcmBConfigTimMode | 1.3.6.1.4.1.2544.2.5.4.2.2.4.1.8 | TimMode | read-write | Detection of TIM-TCMB Condition can be configured |
| oduTcmCConfigTable | 1.3.6.1.4.1.2544.2.5.4.2.2.5 | not-accessible | Contains entries for the configuration of ODU interfaces. This table extends the entries in the ifTable (RFC 2863). | |
| oduTcmCConfigEntry | 1.3.6.1.4.1.2544.2.5.4.2.2.5.1 | not-accessible | ODU interfaces will have an entry in this table. | |
| I32 oduTcmCConfigSignalDegradeThreshold | 1.3.6.1.4.1.2544.2.5.4.2.2.5.1.1 | Integer32 | read-write | Threshold for ODU SM-SD alarm (threshold level 0..100%, default value 15 %). Ref. table 24/G.7710. |
| U32 oduTcmCConfigSignalDegradePeriod | 1.3.6.1.4.1.2544.2.5.4.2.2.5.1.2 | Unsigned32 | read-write | Measuring period for ODU SM-SD alarm: 2..10 sec) (bursty) Ref. table 24/G.7710. Default value: 7. |
| OTN oduTcmCConfigTcmLevel | 1.3.6.1.4.1.2544.2.5.4.2.2.5.1.3 | OtnTcmLevel | read-write | Activation of Tandem Connection Monitoring Instance C |
| OCT oduTcmCConfigTraceExpected | 1.3.6.1.4.1.2544.2.5.4.2.2.5.1.4 | OCTET STRING | read-write | Expected SAPI part of the TCMC trace (15 character). NULL TRACE-TCM implies that no trace comparison is made. |
| OCT oduTcmCConfigTraceTransmitSapi | 1.3.6.1.4.1.2544.2.5.4.2.2.5.1.5 | OCTET STRING | read-write | The transmitted SAPI part of the TCMC trace (15 character) |
| OCT oduTcmCConfigTraceTransmitDapi | 1.3.6.1.4.1.2544.2.5.4.2.2.5.1.6 | OCTET STRING | read-write | The transmitted DAPI part of the TCMC trace (15 character) |
| OCT oduTcmCConfigTraceTransmitOpsp | 1.3.6.1.4.1.2544.2.5.4.2.2.5.1.7 | OCTET STRING | read-write | The transmitted Operator Specific part of the TCMC trace (32 character) |
| TIM oduTcmCConfigTimMode | 1.3.6.1.4.1.2544.2.5.4.2.2.5.1.8 | TimMode | read-write | Detection of TIM-TCMC Condition can be configured |
| oduTcmADataTable | 1.3.6.1.4.1.2544.2.5.4.2.2.6 | not-accessible | Contains entries for the status of ODU interfaces. This table extends the entries in the ifTable (RFC 2863). | |
| oduTcmADataEntry | 1.3.6.1.4.1.2544.2.5.4.2.2.6.1 | not-accessible | ODU interfaces will have an entry in this table. | |
| OCT oduTcmADataTraceReceivedSapi | 1.3.6.1.4.1.2544.2.5.4.2.2.6.1.1 | OCTET STRING | read-only | The received SAPI part of the TCMA trace (15 character) |
| OCT oduTcmADataTraceReceivedDapi | 1.3.6.1.4.1.2544.2.5.4.2.2.6.1.2 | OCTET STRING | read-only | The received DAPI part of the TCMA trace (15 character) |
| OCT oduTcmADataTraceReceivedOpsp | 1.3.6.1.4.1.2544.2.5.4.2.2.6.1.3 | OCTET STRING | read-only | The received Operator Specific part of the TCMA trace (32 character) |
| oduTcmBDataTable | 1.3.6.1.4.1.2544.2.5.4.2.2.7 | not-accessible | Contains entries for the status of ODU interfaces. This table extends the entries in the ifTable (RFC 2863). | |
| oduTcmBDataEntry | 1.3.6.1.4.1.2544.2.5.4.2.2.7.1 | not-accessible | ODU interfaces will have an entry in this table. | |
| OCT oduTcmBDataTraceReceivedSapi | 1.3.6.1.4.1.2544.2.5.4.2.2.7.1.1 | OCTET STRING | read-only | The received SAPI part of the TCMB trace (15 character) |
| OCT oduTcmBDataTraceReceivedDapi | 1.3.6.1.4.1.2544.2.5.4.2.2.7.1.2 | OCTET STRING | read-only | The received DAPI part of the TCMB trace (15 character) |
| OCT oduTcmBDataTraceReceivedOpsp | 1.3.6.1.4.1.2544.2.5.4.2.2.7.1.3 | OCTET STRING | read-only | The received Operator Specific part of the TCMB trace (32 character) |
| oduTcmCDataTable | 1.3.6.1.4.1.2544.2.5.4.2.2.8 | not-accessible | Contains entries for the status of ODU interfaces. This table extends the entries in the ifTable (RFC 2863). | |
| oduTcmCDataEntry | 1.3.6.1.4.1.2544.2.5.4.2.2.8.1 | not-accessible | ODU interfaces will have an entry in this table. | |
| OCT oduTcmCDataTraceReceivedSapi | 1.3.6.1.4.1.2544.2.5.4.2.2.8.1.1 | OCTET STRING | read-only | The received SAPI part of the TCMC trace (15 character) |
| OCT oduTcmCDataTraceReceivedDapi | 1.3.6.1.4.1.2544.2.5.4.2.2.8.1.2 | OCTET STRING | read-only | The received DAPI part of the TCMC trace (15 character) |
| OCT oduTcmCDataTraceReceivedOpsp | 1.3.6.1.4.1.2544.2.5.4.2.2.8.1.3 | OCTET STRING | read-only | The received Operator Specific part of the TCMC trace (32 character) |
| inventoryMib | 1.3.6.1.4.1.2544.2.5.5 | |||
| inventoryTable | 1.3.6.1.4.1.2544.2.5.5.1 | not-accessible | This table lists all physically present (equipped) equipment in the NE | |
| inventoryEntry | 1.3.6.1.4.1.2544.2.5.5.1.1 | not-accessible | ||
| STR inventoryUnitName | 1.3.6.1.4.1.2544.2.5.5.1.1.1 | SnmpAdminString | read-only | ADVA Official Equipment Name |
| STR inventoryFirmwarePackageRev | 1.3.6.1.4.1.2544.2.5.5.1.1.2 | SnmpAdminString | read-only | Firmware Package Revision Number |
| STR inventoryHardwareRev | 1.3.6.1.4.1.2544.2.5.5.1.1.3 | SnmpAdminString | read-only | Equipment Revision Number |
| STR inventorySoftwareRev | 1.3.6.1.4.1.2544.2.5.5.1.1.4 | SnmpAdminString | read-only | The active Application software version on the unit/module. |
| STR inventoryFpgaRev | 1.3.6.1.4.1.2544.2.5.5.1.1.5 | SnmpAdminString | read-only | The active FPGA version on the unit/module. |
| STR inventorySerialNum | 1.3.6.1.4.1.2544.2.5.5.1.1.6 | SnmpAdminString | read-only | Equipment Serial Number |
| STR inventoryPartnumber | 1.3.6.1.4.1.2544.2.5.5.1.1.7 | SnmpAdminString | read-only | ADVA Part Number |
| STR inventoryCleiCode | 1.3.6.1.4.1.2544.2.5.5.1.1.8 | SnmpAdminString | read-only | Common Language Equipment Identifier |
| STR inventoryVendorId | 1.3.6.1.4.1.2544.2.5.5.1.1.9 | SnmpAdminString | read-only | OEM Vendor Code |
| ENT inventoryType | 1.3.6.1.4.1.2544.2.5.5.1.1.10 | EntityType | read-only | Type of a physical entity: shelf/module/plug |
| STR inventoryUniversalSerialIdent | 1.3.6.1.4.1.2544.2.5.5.1.1.11 | SnmpAdminString | read-only | Unique Serial Identifier |
| MAC inventoryMacAddress | 1.3.6.1.4.1.2544.2.5.5.1.1.12 | MacAddress | read-only | Ethernet MAC address |
| GRA inventoryGradeInventory | 1.3.6.1.4.1.2544.2.5.5.1.1.13 | Grade | read-only | Used to distinguish between NCU capabilities (range of supported services or applications) |
| entityTable | 1.3.6.1.4.1.2544.2.5.5.2 | not-accessible | 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 | 1.3.6.1.4.1.2544.2.5.5.2.1 | not-accessible | Entry for all existing addresses. | |
| ENT entityIndex | 1.3.6.1.4.1.2544.2.5.5.2.1.1 | EntityIndex | accessible-for-notify | Existing adress index |
| ENT entityContainedIn | 1.3.6.1.4.1.2544.2.5.5.2.1.2 | EntityIndex | read-only | Contained in |
| ENT entityClass | 1.3.6.1.4.1.2544.2.5.5.2.1.3 | EntityClass | read-only | See EntityClass |
| I32 entityClassInstanceNumber | 1.3.6.1.4.1.2544.2.5.5.2.1.4 | Integer32 | read-only | The class instance number of this entity within the module(card) |
| STR entityIndexAid | 1.3.6.1.4.1.2544.2.5.5.2.1.5 | SnmpAdminString | read-only | Name |
| ENT entityType | 1.3.6.1.4.1.2544.2.5.5.2.1.6 | EntityType | read-only | The type of FspR7 entity. Please refer to EntityType for further deails. |
| ASS entityAssignmentState | 1.3.6.1.4.1.2544.2.5.5.2.1.7 | AssignmentState | read-only | See AssignmentState. |
| EQU entityEquipmentState | 1.3.6.1.4.1.2544.2.5.5.2.1.8 | EquipmentState | read-only | See EquipmentState. |
| containsTable | 1.3.6.1.4.1.2544.2.5.5.3 | not-accessible | Table for all existing addresses. Gives the index of the subtending entity in the containment. | |
| containsEntry | 1.3.6.1.4.1.2544.2.5.5.3.1 | not-accessible | ||
| ENT containsIndex | 1.3.6.1.4.1.2544.2.5.5.3.1.1 | EntityIndex | read-only | |
| controlPlaneWdmEntityTable | 1.3.6.1.4.1.2544.2.5.5.4 | not-accessible | 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 | 1.3.6.1.4.1.2544.2.5.5.4.1 | not-accessible | Entry for all existing addresses. | |
| ENT controlPlaneWdmEntityIndex | 1.3.6.1.4.1.2544.2.5.5.4.1.1 | EntityIndex | accessible-for-notify | Existing adress index |
| ENT controlPlaneWdmEntityContainedIn | 1.3.6.1.4.1.2544.2.5.5.4.1.2 | EntityIndex | read-only | Contained in |
| CPW controlPlaneWdmEntityClass | 1.3.6.1.4.1.2544.2.5.5.4.1.3 | CpWdmEntityClass | read-only | See EntityClass |
| I32 controlPlaneWdmEntityClassInstanceNumber | 1.3.6.1.4.1.2544.2.5.5.4.1.4 | Integer32 | read-only | The class instance number of this entity within the module(card) |
| STR controlPlaneWdmEntityIndexAid | 1.3.6.1.4.1.2544.2.5.5.4.1.5 | SnmpAdminString | read-only | Name |
| ASS controlPlaneWdmEntityAssignmentState | 1.3.6.1.4.1.2544.2.5.5.4.1.6 | AssignmentState | read-only | See AssignmentState. |
| controlPlaneWdmContainsTable | 1.3.6.1.4.1.2544.2.5.5.5 | not-accessible | Table for all existing addresses. Gives the index of the subtending entity in the containment. | |
| controlPlaneWdmContainsEntry | 1.3.6.1.4.1.2544.2.5.5.5.1 | not-accessible | ||
| ENT controlPlaneWdmContainsIndex | 1.3.6.1.4.1.2544.2.5.5.5.1.1 | EntityIndex | read-only | |
| controlPlaneEthEntityTable | 1.3.6.1.4.1.2544.2.5.5.6 | not-accessible | 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 | 1.3.6.1.4.1.2544.2.5.5.6.1 | not-accessible | Entry for all existing addresses. | |
| ENT controlPlaneEthEntityIndex | 1.3.6.1.4.1.2544.2.5.5.6.1.1 | EntityIndex | accessible-for-notify | Existing adress index |
| ENT controlPlaneEthEntityContainedIn | 1.3.6.1.4.1.2544.2.5.5.6.1.2 | EntityIndex | read-only | Contained in |
| CPW controlPlaneEthEntityClass | 1.3.6.1.4.1.2544.2.5.5.6.1.3 | CpWdmEntityClass | read-only | See EntityClass |
| I32 controlPlaneEthEntityClassInstanceNumber | 1.3.6.1.4.1.2544.2.5.5.6.1.4 | Integer32 | read-only | The class instance number of this entity within the module(card) |
| STR controlPlaneEthEntityIndexAid | 1.3.6.1.4.1.2544.2.5.5.6.1.5 | SnmpAdminString | read-only | Name |
| ASS controlPlaneEthEntityAssignmentState | 1.3.6.1.4.1.2544.2.5.5.6.1.6 | AssignmentState | read-only | See AssignmentState. |
| controlPlaneEthContainsTable | 1.3.6.1.4.1.2544.2.5.5.7 | not-accessible | Table for all existing addresses. Gives the index of the subtending entity in the containment. | |
| controlPlaneEthContainsEntry | 1.3.6.1.4.1.2544.2.5.5.7.1 | not-accessible | ||
| ENT controlPlaneEthContainsIndex | 1.3.6.1.4.1.2544.2.5.5.7.1.1 | EntityIndex | read-only | |
| ptpEntityTable | 1.3.6.1.4.1.2544.2.5.5.10 | not-accessible | 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 | 1.3.6.1.4.1.2544.2.5.5.10.1 | not-accessible | ||
| ENT ptpEntityIndex | 1.3.6.1.4.1.2544.2.5.5.10.1.1 | EntityIndex | accessible-for-notify | Existing adress index |
| ENT ptpEntityContainedIn | 1.3.6.1.4.1.2544.2.5.5.10.1.2 | EntityIndex | read-only | Contained in |
| ENT ptpEntityClass | 1.3.6.1.4.1.2544.2.5.5.10.1.3 | EntityClass | read-only | See EntityClass |
| I32 ptpEntityClassInstanceNumber | 1.3.6.1.4.1.2544.2.5.5.10.1.4 | Integer32 | read-only | The class instance number of this entity within the module(card) |
| STR ptpEntityIndexAid | 1.3.6.1.4.1.2544.2.5.5.10.1.5 | SnmpAdminString | read-only | Name |
| ENT ptpEntityType | 1.3.6.1.4.1.2544.2.5.5.10.1.6 | EntityType | read-only | The type of FspR7 entity. Please refer to EntityType for further deails. |
| ASS ptpEntityAssignmentState | 1.3.6.1.4.1.2544.2.5.5.10.1.7 | AssignmentState | read-only | See AssignmentState. |
| EQU ptpEntityEquipmentState | 1.3.6.1.4.1.2544.2.5.5.10.1.8 | EquipmentState | read-only | See EquipmentState. |
| ENT ptpEntityReferencedTo | 1.3.6.1.4.1.2544.2.5.5.10.1.9 | EntityIndex | read-only | |
| vtpEntityTable | 1.3.6.1.4.1.2544.2.5.5.11 | not-accessible | 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 | 1.3.6.1.4.1.2544.2.5.5.11.1 | not-accessible | ||
| ENT vtpEntityIndex | 1.3.6.1.4.1.2544.2.5.5.11.1.1 | EntityIndex | accessible-for-notify | Existing adress index |
| ENT vtpEntityContainedIn | 1.3.6.1.4.1.2544.2.5.5.11.1.2 | EntityIndex | read-only | Contained in |
| ENT vtpEntityClass | 1.3.6.1.4.1.2544.2.5.5.11.1.3 | EntityClass | read-only | See EntityClass |
| I32 vtpEntityClassInstanceNumber | 1.3.6.1.4.1.2544.2.5.5.11.1.4 | Integer32 | read-only | The class instance number of this entity within the module(card) |
| STR vtpEntityIndexAid | 1.3.6.1.4.1.2544.2.5.5.11.1.5 | SnmpAdminString | read-only | Name |
| ENT vtpEntityType | 1.3.6.1.4.1.2544.2.5.5.11.1.6 | EntityType | read-only | The type of FspR7 entity. Please refer to EntityType for further deails. |
| ASS vtpEntityAssignmentState | 1.3.6.1.4.1.2544.2.5.5.11.1.7 | AssignmentState | read-only | See AssignmentState. |
| EQU vtpEntityEquipmentState | 1.3.6.1.4.1.2544.2.5.5.11.1.8 | EquipmentState | read-only | See EquipmentState. |
| ENT vtpEntityReferencedTo | 1.3.6.1.4.1.2544.2.5.5.11.1.9 | EntityIndex | read-only | |
| controlPlaneOtnEntityTable | 1.3.6.1.4.1.2544.2.5.5.12 | not-accessible | 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 | 1.3.6.1.4.1.2544.2.5.5.12.1 | not-accessible | Entry for all existing addresses. | |
| ENT controlPlaneOtnEntityIndex | 1.3.6.1.4.1.2544.2.5.5.12.1.1 | EntityIndex | accessible-for-notify | Existing adress index |
| ENT controlPlaneOtnEntityContainedIn | 1.3.6.1.4.1.2544.2.5.5.12.1.2 | EntityIndex | read-only | Contained in |
| CPW controlPlaneOtnEntityClass | 1.3.6.1.4.1.2544.2.5.5.12.1.3 | CpWdmEntityClass | read-only | See EntityClass |
| I32 controlPlaneOtnEntityClassInstanceNumber | 1.3.6.1.4.1.2544.2.5.5.12.1.4 | Integer32 | read-only | The class instance number of this entity within the module(card) |
| STR controlPlaneOtnEntityIndexAid | 1.3.6.1.4.1.2544.2.5.5.12.1.5 | SnmpAdminString | read-only | Name |
| ASS controlPlaneOtnEntityAssignmentState | 1.3.6.1.4.1.2544.2.5.5.12.1.6 | AssignmentState | read-only | See AssignmentState. |
| controlPlaneOtnContainsTable | 1.3.6.1.4.1.2544.2.5.5.13 | not-accessible | Table for all existing addresses. Gives the index of the subtending entity in the containment. | |
| controlPlaneOtnContainsEntry | 1.3.6.1.4.1.2544.2.5.5.13.1 | not-accessible | ||
| ENT controlPlaneOtnContainsIndex | 1.3.6.1.4.1.2544.2.5.5.13.1.1 | EntityIndex | read-only | |
| updateBackupRestoreMib | 1.3.6.1.4.1.2544.2.5.6 | |||
| swAdmin | 1.3.6.1.4.1.2544.2.5.6.1 | |||
| swDbFileTable | 1.3.6.1.4.1.2544.2.5.6.1.1 | not-accessible | ||
| swDbFileEntry | 1.3.6.1.4.1.2544.2.5.6.1.1.1 | not-accessible | ||
| ENT swDbFileIndex | 1.3.6.1.4.1.2544.2.5.6.1.1.1.1 | EntityIndex | not-accessible | Index |
| FIL swDbFileArea | 1.3.6.1.4.1.2544.2.5.6.1.1.1.2 | FileArea | read-only | Type of Area |
| FIL swDbFileType | 1.3.6.1.4.1.2544.2.5.6.1.1.1.3 | FileType | read-only | Type of File |
| U32 swDbFileSize | 1.3.6.1.4.1.2544.2.5.6.1.1.1.4 | Unsigned32 | read-only | Size of Memory = USED + AVAILABLE |
| DAT swDbFileCreationTime | 1.3.6.1.4.1.2544.2.5.6.1.1.1.5 | DateAndTime | read-only | Creation Time |
| STR swDbFileVersion | 1.3.6.1.4.1.2544.2.5.6.1.1.1.6 | SnmpAdminString | read-only | General Release Issue Number of software in the ACT or STBY memory location. Format: XX-YY-Z |
| GRA swDbFileGrade | 1.3.6.1.4.1.2544.2.5.6.1.1.1.7 | Grade | read-only | Used to distinguish between NCU capabilities (range of supported services or applications) |
| STR swDbFileComment | 1.3.6.1.4.1.2544.2.5.6.1.1.1.8 | SnmpAdminString | read-write | Comment of PGM or DBS files. |
| STR swDbFileFileName | 1.3.6.1.4.1.2544.2.5.6.1.1.1.9 | SnmpAdminString | read-only | File Name |
| ROW swDbFileRowStatus | 1.3.6.1.4.1.2544.2.5.6.1.1.1.10 | RowStatus | read-write | RowStatus |
| PGM swDbFilePgmType | 1.3.6.1.4.1.2544.2.5.6.1.1.1.11 | PgmType | read-only | Program Type |
| fwDataTable | 1.3.6.1.4.1.2544.2.5.6.1.2 | not-accessible | ||
| fwDataEntry | 1.3.6.1.4.1.2544.2.5.6.1.2.1 | not-accessible | ||
| STR fwDataNewVersion | 1.3.6.1.4.1.2544.2.5.6.1.2.1.1 | SnmpAdminString | read-only | New Firmware Package Revision Number of file which resides on ACT PGM partition. |
| STR fwDataStandbyVersion | 1.3.6.1.4.1.2544.2.5.6.1.2.1.2 | SnmpAdminString | read-only | New Firmware Package Revision Number of file which resides on STBY PGM partition. |
| SER fwDataServiceImpairment | 1.3.6.1.4.1.2544.2.5.6.1.2.1.3 | ServiceAffecting | read-only | Service Affecting Change during FWP upgrade and Restart operation |
| BOO fwDataBootStatus | 1.3.6.1.4.1.2544.2.5.6.1.2.1.4 | BootState | read-only | Boot State. Every state change (excluding IDLE) does generate a corresponding transient condition. |
| STR fwDataFirmwarePackageRev | 1.3.6.1.4.1.2544.2.5.6.1.2.1.5 | SnmpAdminString | read-only | Active Firmware Package Revision Number of module software. |
| STA fwDataStandbyServiceImpairment | 1.3.6.1.4.1.2544.2.5.6.1.2.1.6 | StandbyServiceAffecting | read-only | Service Affecting Change during FWP upgrade after activation of STBY PGM partition. |
| NOY fwDataFirmwareAvailable | 1.3.6.1.4.1.2544.2.5.6.1.2.1.7 | NoYesNA | read-only | Firmware package for Encryption module available on RDISK |
| NOY fwDataFirmwareApproved | 1.3.6.1.4.1.2544.2.5.6.1.2.1.8 | NoYesNA | read-only | Firmware package update for Encryption module is approved by Crypto Officer |
| STR fwDataFirmwarePackageRevBackup | 1.3.6.1.4.1.2544.2.5.6.1.2.1.9 | SnmpAdminString | read-only | Standbay Firmware Package Revision Number, Format XX.YY.ZZ (X,Y,Z are decimal characters, leading 0 are omitted). |
| YES fwDataReadyForActivation | 1.3.6.1.4.1.2544.2.5.6.1.2.1.10 | YesNoNA | read-only | FWPREV-STBY == FWPREV-SYS-ACT |
| YES fwDataActivationReadyOnStandby | 1.3.6.1.4.1.2544.2.5.6.1.2.1.11 | YesNoNA | read-only | FWPREV-STBY == FWPREV-SYS-STBY |
| FSP fwDataProtectionPart | 1.3.6.1.4.1.2544.2.5.6.1.2.1.12 | FspR7YesNo | read-only | Module is active part of Channel Card Protection Group. |
| MOD fwDataForm | 1.3.6.1.4.1.2544.2.5.6.1.2.1.13 | ModuleForm | read-only | Form of module |
| coldRestartCapTable | 1.3.6.1.4.1.2544.2.5.6.1.3 | not-accessible | ||
| coldRestartCapEntry | 1.3.6.1.4.1.2544.2.5.6.1.3.1 | not-accessible | ||
| SER coldRestartCapServiceAffectingCap | 1.3.6.1.4.1.2544.2.5.6.1.3.1.1 | ServiceAffectingCaps | read-only | Service Affecting Change during FWP upgrade and Restart operation |
| COM eqpFwUpgradeRequest | 1.3.6.1.4.1.2544.2.5.6.1.10 | CommandEqpt | read-write | Update, Install and Reboot commands. |
| SER eqpFwServiceImpairment | 1.3.6.1.4.1.2544.2.5.6.1.11 | ServiceAffecting | read-write | Service Affecting Change during FWP upgrade and Restart operation |
| ENT eqpFwNextEqpForUpdate | 1.3.6.1.4.1.2544.2.5.6.1.12 | EntityIndex | read-write | The valid address of physically available Equipment part. |
| FSP eqpFwEqpType | 1.3.6.1.4.1.2544.2.5.6.1.13 | FspR7EquipmentType | read-write | The TYPE of Equipment and the MODE setting determine uniquely the number and allowed TYPE's of the provisionable dependent entities (plugs, interfaces, modules) |
| FSP eqpFwNcuServerBusy | 1.3.6.1.4.1.2544.2.5.6.1.14 | FspR7FalseTrue | read-only | NCU SW download busy |
| FSP eqpFwEqpServerBusy | 1.3.6.1.4.1.2544.2.5.6.1.15 | FspR7FalseTrue | read-only | Firmware package download busy |
| U32 updateEqpt | 1.3.6.1.4.1.2544.2.5.6.1.16 | Unsigned32 | read-only | Number of equipment which have to be updated |
| U32 installedEqpt | 1.3.6.1.4.1.2544.2.5.6.1.17 | Unsigned32 | read-only | Number of equipment is already installed |
| STR selectedFile | 1.3.6.1.4.1.2544.2.5.6.1.18 | SnmpAdminString | read-write | File Name |
| FSP ncuActivationDate | 1.3.6.1.4.1.2544.2.5.6.1.19 | FspR7Date | read-write | Activation Date in local time. Format: YY-MM-DD |
| FSP ncuActivationTime | 1.3.6.1.4.1.2544.2.5.6.1.20 | FspR7Time | read-write | Activation Time in local time. Format HH-MM-SS |
| NCU ncuScheduledActivation | 1.3.6.1.4.1.2544.2.5.6.1.21 | NcuAutoActivation | read-write | Enable scheduled activation of the standby PGM partition. |
| RES ncuScheduledDbRestore | 1.3.6.1.4.1.2544.2.5.6.1.22 | RestoreActivation | read-write | Shows whether scheduled activtion will be a database restore or a new software activation |
| STR encryptionFwpFile | 1.3.6.1.4.1.2544.2.5.6.1.23 | SnmpAdminString | read-only | The name FWP for encryption capable modules. |
| INT clearRdiskRequest | 1.3.6.1.4.1.2544.2.5.6.1.24 | INTEGER | read-write | This object initiate RDISK clearance. |
| FSP ncuActivationDateUtc | 1.3.6.1.4.1.2544.2.5.6.1.25 | FspR7Date | read-write | Activation Date Format: YY-MM-DD |
| FSP ncuActivationTimeUtc | 1.3.6.1.4.1.2544.2.5.6.1.26 | FspR7Time | read-write | Activation Time Format: HH-MM-SS |
| ENA neBackupEncryption | 1.3.6.1.4.1.2544.2.5.6.1.38 | EnableState | read-write | Beckup Encryption |
| STR neBackupPassword | 1.3.6.1.4.1.2544.2.5.6.1.39 | SnmpAdminString | read-write | Secret, case-sensitive password to for encryption |
| ENA neF7AutomaticRemoteBackupEncryption | 1.3.6.1.4.1.2544.2.5.6.1.40 | EnableState | read-write | Beckup Encryption |
| STR neF7AutomaticRemoteBackupPassword | 1.3.6.1.4.1.2544.2.5.6.1.41 | SnmpAdminString | read-write | Secret, case-sensitive password to for encryption |
| FSP neBackupUsers | 1.3.6.1.4.1.2544.2.5.6.1.42 | FspR7UsersDb | read-write | Users Database |
| dbAdmin | 1.3.6.1.4.1.2544.2.5.6.2 | |||
| RES neRestoreConfig | 1.3.6.1.4.1.2544.2.5.6.2.1 | RestoreActivation | read-write | Shows whether the last activation was(will be) a database restore or a new software activation |
| swDbDataTable | 1.3.6.1.4.1.2544.2.5.6.2.2 | not-accessible | ||
| swDbDataEntry | 1.3.6.1.4.1.2544.2.5.6.2.2.1 | not-accessible | ||
| ENT swDbDataIndex | 1.3.6.1.4.1.2544.2.5.6.2.2.1.1 | EntityIndex | not-accessible | Index |
| FIL swDbDataArea | 1.3.6.1.4.1.2544.2.5.6.2.2.1.2 | FileArea | read-only | Type of Area |
| STR swDbDataProgramVersion | 1.3.6.1.4.1.2544.2.5.6.2.2.1.3 | SnmpAdminString | read-only | General Release Issue Number of software in the ACT or STBY memory location. Format: XX-YY-Z |
| STR swDbDataDatabaseVersion | 1.3.6.1.4.1.2544.2.5.6.2.2.1.4 | SnmpAdminString | read-only | General Release Issue Number of Database in the ACT or STBY memory location. Typically this will be the same as the GISSUE. |
| DAT swDbDataActivationTime | 1.3.6.1.4.1.2544.2.5.6.2.2.1.5 | DateAndTime | read-only | Activation Time |
| RES swDbDataRestoreConfig | 1.3.6.1.4.1.2544.2.5.6.2.2.1.6 | RestoreActivation | read-only | Shows whether the last activation was(will be) a database restore or a new software activation |
| STR swDbDataFirmwareSetVersion | 1.3.6.1.4.1.2544.2.5.6.2.2.1.7 | SnmpAdminString | read-only | Firmware Package Set Version |
| STR swDbDataNcuSoftwareVersion | 1.3.6.1.4.1.2544.2.5.6.2.2.1.8 | SnmpAdminString | read-only | NCU Software Version ACT or STBY memory location. Format: XX-YY-Z |
| PAR swDbDataStandbyPartitionStatus | 1.3.6.1.4.1.2544.2.5.6.2.2.1.9 | PartitionStatus | read-only | Partition State |
| U32 swDbDataNumEqpt | 1.3.6.1.4.1.2544.2.5.6.2.2.1.10 | Unsigned32 | read-only | Number of all provisioned and equipped equipment in system |
| U32 swDbDataNumLegacyEqpt | 1.3.6.1.4.1.2544.2.5.6.2.2.1.11 | Unsigned32 | read-only | Number of all legacy provisioned and equipped modules in system, |
| U32 swDbDataNumNativeSaUpdate | 1.3.6.1.4.1.2544.2.5.6.2.2.1.12 | Unsigned32 | read-only | 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. |
| U32 swDbDataNumNativeNsaUpdate | 1.3.6.1.4.1.2544.2.5.6.2.2.1.13 | Unsigned32 | read-only | Number of all modules which have to be updated (NSA),both with already properly installed pak on standby image and those which need installation. |
| U32 swDbDataNumLegacyUpdate | 1.3.6.1.4.1.2544.2.5.6.2.2.1.14 | Unsigned32 | read-only | Number of all legacy modules which have to be updated. |
| U32 swDbDataNumSaNotReady | 1.3.6.1.4.1.2544.2.5.6.2.2.1.15 | Unsigned32 | read-only | Number of modules which have to be SA updated on which new pak need to be installed. |
| U32 swDbDataNumNsaNotReady | 1.3.6.1.4.1.2544.2.5.6.2.2.1.16 | Unsigned32 | read-only | Number of modules which have to be NSA updated on which new pak need to be installed. |
| swDbDataCapTable | 1.3.6.1.4.1.2544.2.5.6.2.3 | not-accessible | ||
| swDbDataCapEntry | 1.3.6.1.4.1.2544.2.5.6.2.3.1 | not-accessible | ||
| INT swDbDataCapUpgradeRequest | 1.3.6.1.4.1.2544.2.5.6.2.3.1.1 | INTEGER | not-accessible | 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) |
| RES swDbDataCapRestoreConfig | 1.3.6.1.4.1.2544.2.5.6.2.3.1.2 | RestoreActivationCaps | read-only | Shows whether the last activation was(will be) a database restore or a new software activation |
| swDbDataDefaultsTable | 1.3.6.1.4.1.2544.2.5.6.2.4 | not-accessible | ||
| swDbDataDefaultsEntry | 1.3.6.1.4.1.2544.2.5.6.2.4.1 | not-accessible | ||
| INT swDbDataDefaultsUpgradeRequest | 1.3.6.1.4.1.2544.2.5.6.2.4.1.1 | INTEGER | not-accessible | 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) |
| RES swDbDataDefaultsRestoreConfig | 1.3.6.1.4.1.2544.2.5.6.2.4.1.2 | RestoreActivation | read-only | Shows whether the last activation was(will be) a database restore or a new software activation |
| snmpAgent | 1.3.6.1.4.1.2544.2.5.7 | |||
| I32 snmpServerPort | 1.3.6.1.4.1.2544.2.5.7.2 | Integer32 | read-write | The TCP or UDP port on which a server is listening |
| FSP snmpProxyServerAdminState | 1.3.6.1.4.1.2544.2.5.7.3 | FspR7AdminStateSnmpProxy | read-write | 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/delete function |
| I32 snmpProxyServerPort | 1.3.6.1.4.1.2544.2.5.7.4 | Integer32 | read-only | The TCP or UDP port on which a server is listening |
| SNM snmpProxyServerSynchroState | 1.3.6.1.4.1.2544.2.5.7.5 | SnmpProxySynchronizationState | read-write | This parameter is used to synchronize proxy table on GNE with destination NE's availability. |
| SNM snmpProxyServerSynchroStage | 1.3.6.1.4.1.2544.2.5.7.6 | SnmpProxySynchronizationStage | not-accessible | This parameter is used to indicate stage of synchronization process. |
| snmpProxyEntrySingleTargetOutTable | 1.3.6.1.4.1.2544.2.5.7.10 | not-accessible | ||
| snmpProxyEntrySingleTargetOutEntry | 1.3.6.1.4.1.2544.2.5.7.10.1 | not-accessible | ||
| IP snmpProxyEntrySingleTargetOutAddress | 1.3.6.1.4.1.2544.2.5.7.10.1.1 | IpAddress | not-accessible | IP Address assigned to LAN IP Interface |
| U32 snmpProxyEntrySingleTargetOutPort | 1.3.6.1.4.1.2544.2.5.7.10.1.2 | Unsigned32 | not-accessible | The destination port |
| DES snmpProxyEntrySingleTargetOutNodeAgentStatus | 1.3.6.1.4.1.2544.2.5.7.10.1.3 | DestinationNodeOrAgentState | not-accessible | |
| STR snmpProxyEntrySingleTargetOutContext | 1.3.6.1.4.1.2544.2.5.7.10.1.4 | SnmpAdminString | read-only | The contextName used in SNMP messages to an SNMP Proxy Forwarder to indicate for which SNMP Proxy Client the SNMP messages is meant |
| ROW snmpProxyEntrySingleTargetOutRowStatus | 1.3.6.1.4.1.2544.2.5.7.10.1.5 | RowStatus | read-write | RowStatus |
| FSP snmpProxyEntrySingleTargetOutAdminState | 1.3.6.1.4.1.2544.2.5.7.10.1.6 | FspR7AdminStateSnmpProxy | read-write | 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/delete function |
| STR snmpProxyEntrySingleTargetOutUserName | 1.3.6.1.4.1.2544.2.5.7.10.1.7 | SnmpAdminString | read-write | The name string for user authentication purposes |
RFC description
Root MIB for ADVA Optical Networking devices, defining the enterprise OID structure and product identifiers.
Start monitoring ADVA FSP 150 (F3) Carrier Ethernet demarcation devices with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.