MIBs Depot

NBS-CMMC-MIB

Registered at
1.3.6.1.4.1.629.200
Last updated
2017-07-12 00:00
Organization
NBS
Namespace
mrv
Source file
NBS-CMMC-MIB
Digest
sha256:8fd0cba8d004359a4f19dd9c77316aab06208f1e1456a7a8c5ce7a3f3014db05

Description

MIB for representing NBS CMMC information

Contact

For technical support, please contact your service channel

Imports

FromSymbols
IF-MIBInterfaceIndex
INET-ADDRESS-MIBInetAddress, InetAddressType
NBS-CMMCENUM-MIBNbsCmmcEnumChassisType, NbsCmmcEnumPortConnector, NbsCmmcEnumSlotOperationType, NbsCmmcEnumSlotType
NBS-MIBnbs
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

4 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
NBS-CMMC-MIB
NBS-CMMCENUM-MIB
NBS-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
nbsCmmcObjects
OBJECT-IDENTITY
all MIB objects in nbsCmmc MIB.
1.3.6.1.4.1.629.200.1current
nbsCmmcSystemGrp
OBJECT-IDENTITY
Objects systemic in scope
1.3.6.1.4.1.629.200.2current
nbsCmmcSysFwDescr
OBJECT-TYPE
The description of the System Control Firmware.
1.3.6.1.4.1.629.200.2.1DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysFwVers
OBJECT-TYPE
The System Control Firmware version in the form Vmajor.minor.
1.3.6.1.4.1.629.200.2.2DisplayString (SIZE(0..16))read-onlycurrent
nbsCmmcSysRestart
OBJECT-TYPE
This object is used to reset the system. Writing a coldRestart(2), causes the SNMP Agent CPU to be hardware reset, similar to a power-on cycle. Writing a warmRestart(3), causes only a restart of the System Control CPU operative software. Writing a upgrRestart(4), causes a total restart of the system software, but attempts to leave the hardware alone.
1.3.6.1.4.1.629.200.2.3INTEGER {running(1), coldRestart(2), warmRestart(3), upgrRestart(4)}read-writecurrent
nbsCmmcSysNumRestarts
OBJECT-TYPE
Number of warmRestarts executed by the system, since the last coldRestart or power-on cycle. A warmRestart may be initiated by: - writing a warmRestart value in nbsCmmcSysRestart - a warmRestart command from the Command Line. - the SNMP Agent Firmware due to certain conditions.
1.3.6.1.4.1.629.200.2.4Counter32read-onlycurrent
nbsCmmcSysErrUptime
OBJECT-TYPE
The time (in hundredths of a second) since the last cold reset/power cycle when a fatal error occurred. This variable shows the system uptime from the last cold reset/power on cycle, unless a fatal error oc- curred.
1.3.6.1.4.1.629.200.2.5TimeTicksread-onlycurrent
nbsCmmcSysSetNvramDefaults
OBJECT-TYPE
Writing the value setDefaults to this objects will re- store the defaults in the NVRAM data base. These values will take effect after a system reset. For the Linux-based NM family, after restoring defaults, take care not to commit running changes with the nbsCmmcSysWriteConfig object. Doing so would undo the defaults, overwriting them with the running configuration.
1.3.6.1.4.1.629.200.2.6INTEGER {setDefaults(1)}read-writecurrent
nbsCmmcSysSelftestLevel
OBJECT-TYPE
NVRAM based level of the system selftest. The values are : ststNone - meaning that no selftest will be executed upon boot-up ststShort- meaning that a short selftest, of approx 10-20 seconds will be executed upon boot- up ststLong - meaning that a long/extensive self-test will be executed upon boot-up ststDiagnostics - meaning that upon boot-up the di- agnostics mode is entered. In this mode it is possible to interactively select the test or the group of tests that will be executed. This value may not be set through a SNMP SET command. This object is deprecated.
1.3.6.1.4.1.629.200.2.7INTEGER {ststNone(1), ststShort(2), ststLong(3), ststDiagnostics(4)}read-writedeprecated
nbsCmmcSysCurrentTime
OBJECT-TYPE
The current time, expressed as the number of seconds since 00:00 (midnight) 1 January 1900 GMT. Obtained via Time Protocol (RFC 868) or set by user. Not supported value: 0
1.3.6.1.4.1.629.200.2.8Unsigned32 (2208988800..4294967295)read-writecurrent
nbsCmmcSysCurrentDateTime
OBJECT-TYPE
The current time, derived from nbsCmmcSysCurrentTime, adjusted to Agent's local time (nbsCmmcSysTimeZone), expressed in the format 'www mm dd hh:mm:ss yyyy'. If nbsCmmcSysCurrentTime is 0, this value should be 'unknown'.
1.3.6.1.4.1.629.200.2.9DisplayString (SIZE(0..24))read-onlycurrent
nbsCmmcSysNvramTable
OBJECT-TYPE
Copy of Non-Volatile RAM kept in Agent, including all settings, configurations, and names for all cards managed by this Agent.
1.3.6.1.4.1.629.200.2.10not-accessiblecurrent
nbsCmmcSysNvramEntry
OBJECT-TYPE
Represents a block of NVRAM
1.3.6.1.4.1.629.200.2.10.1not-accessiblecurrent
nbsCmmcSysNvramIndex
OBJECT-TYPE
NVRAM Block number, starting with 1.
1.3.6.1.4.1.629.200.2.10.1.1INTEGERread-onlycurrent
nbsCmmcSysNvramBlock
OBJECT-TYPE
Bytes contained in this block of NVRAM.
1.3.6.1.4.1.629.200.2.10.1.2OCTET STRING (SIZE(0..250))read-writecurrent
nbsCmmcSysWriteConfig
OBJECT-TYPE
This object is used to write the configuration file. If this returns supported, the SNMP Agent requires you to specifically write the configuration file. Any changes that are not written out will be lost on next reboot. Setting copyTempFile(4) will copy the file uploaded via nbsCmmcSysNvramTable into the non-volatile startup area.
1.3.6.1.4.1.629.200.2.11INTEGER {notSupported(1), supported(2), write(3), copyTempFile(4)}read-writecurrent
nbsCmmcSysUpgrade
OBJECT-TYPE
This object allows user to initiate a transfer of firmware from the NM file system to the cards in selected slots. Before using, user should ensure the proper files have been loaded (TFTP'd) onto the NM. This object has read-write access so it will be more universally compilable, but is intended only for writing. For reading, the contents are undefined. The string should contain a comma-separated list of slots to be reprogrammed, in the format chassis.slot, or chassis.* to load all cards. While the NM is reprogramming the line card, SNMP communication may be temporarily suspended.
1.3.6.1.4.1.629.200.2.12DisplayStringread-writedeprecated
nbsCmmcSysLoginIdleTimeout
OBJECT-TYPE
This object is used to control the idle logout timer. This timer is in minutes. If a user logged into the CLI has not typed anything for this number of minutes, the session is automatically closed. Zero means no automatic timeout.
1.3.6.1.4.1.629.200.2.13INTEGER (0..400000)read-writecurrent
nbsCmmcSysDiscoveryAdmin
OBJECT-TYPE
The Discovery protocol allows Linux NM cards to find each other on a single layer 2 network segment. By default it is enabled.
1.3.6.1.4.1.629.200.2.14INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcSysDiscoveryHostTable
OBJECT-TYPE
Table that contains host information found using the L2 Discovery protocol
1.3.6.1.4.1.629.200.2.15not-accessiblecurrent
nbsCmmcSysDiscoveryHostEntry
OBJECT-TYPE
Represents a single host found using the L2 Discovery protocol
1.3.6.1.4.1.629.200.2.15.1not-accessiblecurrent
nbsCmmcSysDiscoveryHostMACAddress
OBJECT-TYPE
MAC address of discovered host
1.3.6.1.4.1.629.200.2.15.1.1OCTET STRING (SIZE(6))read-onlycurrent
nbsCmmcSysDiscoveryHostDistance
OBJECT-TYPE
How many hops from me is this host?
1.3.6.1.4.1.629.200.2.15.1.2INTEGERread-onlycurrent
nbsCmmcSysDiscoveryHostIPAddress
OBJECT-TYPE
IP address of discovered host
1.3.6.1.4.1.629.200.2.15.1.3IpAddressread-onlycurrent
nbsCmmcSysDiscoveryHostAddressType
OBJECT-TYPE
IP address type, select IPv4 or IPv6
1.3.6.1.4.1.629.200.2.15.1.4InetAddressTyperead-onlycurrent
nbsCmmcSysDiscoveryHostAddress
OBJECT-TYPE
IPv4 or IPv6 IP address of discovered host, this replaces nbsCmmcSysDiscoveryHostIPAddress
1.3.6.1.4.1.629.200.2.15.1.5InetAddressread-onlycurrent
nbsCmmcSysDiscoveryHostSourceIfIndex
OBJECT-TYPE
Interface index that the discovered host was found by. 0 for the local host.
1.3.6.1.4.1.629.200.2.15.1.6InterfaceIndexread-onlycurrent
nbsCmmcSysLastSetFailure
OBJECT-TYPE
If the last SNMP SET was rejected, for example with SNMP Error: BadValue (SNMP Error 3), this object should explain why the SET failed. This string may be empty (size 0) if no explanation is available. If there have been no SET requests since boot-up, this string should be empty (size 0). In addition to this object, SET errors may also be found in the nbsCmmcSysRunningLogMessageTable.
1.3.6.1.4.1.629.200.2.16DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysTimeProtocol
OBJECT-TYPE
Time Protocol (RFC 868) allows the managed device to synchronize its clock with a Time Server. When read, the agent will report notSupported(1) if this object is not supported. When set to enabled(3), it will cause the agent to contact the nbsCmmcSysTimeServer (if valid) via rdate to obtain the current time. disabled(2) is a deprecated, legacy value. Setting this value will cause a SET error.
1.3.6.1.4.1.629.200.2.17INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcSysTimeServer
OBJECT-TYPE
The IP Address of the Time Server.
1.3.6.1.4.1.629.200.2.18IpAddressread-writecurrent
nbsCmmcSysFirmwareTable
OBJECT-TYPE
Table that lists firmware images loaded on NM.
1.3.6.1.4.1.629.200.2.19not-accessiblecurrent
nbsCmmcSysFirmwareEntry
OBJECT-TYPE
Description of a firmware image
1.3.6.1.4.1.629.200.2.19.1not-accessiblecurrent
nbsCmmcSysFirmwareIndex
OBJECT-TYPE
Unique Id for this row
1.3.6.1.4.1.629.200.2.19.1.1INTEGERread-onlycurrent
nbsCmmcSysFirmwareDescr
OBJECT-TYPE
Description of firmware image
1.3.6.1.4.1.629.200.2.19.1.2DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysFirmwareFilename
OBJECT-TYPE
The filename of the firmware package. If it is in the format scheme://host/path, it refers to nbsCmmcSysFirmwareURL.
1.3.6.1.4.1.629.200.2.19.1.3DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysFirmwareSize
OBJECT-TYPE
The size (in bytes) of the firmware package file
1.3.6.1.4.1.629.200.2.19.1.4INTEGERread-onlycurrent
nbsCmmcSysFirmwareMTime
OBJECT-TYPE
The last modified time of the firmware package file itself.
1.3.6.1.4.1.629.200.2.19.1.5INTEGERread-onlycurrent
nbsCmmcSysFirmwareVersion
OBJECT-TYPE
The version of the firmware package
1.3.6.1.4.1.629.200.2.19.1.6DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysFirmwareDate
OBJECT-TYPE
The date of release of the firmware package in RFC 2822 format
1.3.6.1.4.1.629.200.2.19.1.7DisplayString (SIZE(0..32))read-onlycurrent
nbsCmmcSysFirmwareType
OBJECT-TYPE
What kind of entity this package is for. Valid rev files have type chassis(2), slot(3), or port(4). invalid(1) indicates this entry is not a valid rev file. deleted(5) indicates this entry refers to a file that was deleted and is no longer in the management card storage area. This entry may be re-enabled if the identical file is again put on the management card. This way, indexes do not move around if files are deleted and subsequently restored. However, deleted slots may be reused by the system for new files at the system's descretion. Setting deleted(5) will delete this file permanently from the management card storage area. No values other than deleted(5) can be set.
1.3.6.1.4.1.629.200.2.19.1.8INTEGER {invalid(1), chassis(2), slot(3), port(4), deleted(5)}read-writecurrent
nbsCmmcSysFirmwareIDCs
OBJECT-TYPE
A comma separated list of module versions supported by this firmware package
1.3.6.1.4.1.629.200.2.19.1.9DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysFirmwareCksum
OBJECT-TYPE
The checksum of the metadata. Used to uniquely identify this package file. Invalid package files have a zero Cksum. Not supported value: 0
1.3.6.1.4.1.629.200.2.19.1.10Unsigned32 (0..4294967295)read-onlycurrent
nbsCmmcSysFirmwareMd5
OBJECT-TYPE
The MD5 checksum of this firmware image. Used to verify the integrity of this package file.
1.3.6.1.4.1.629.200.2.19.1.11OCTET STRING (SIZE(16))read-onlycurrent
nbsCmmcSysTimeZone
OBJECT-TYPE
User-configurable TimeZone or offset from GMT. Should be used to indicate the time local to the managed device. If the system supports nbsCmmcSysTimeZoneTableSize and it is non-zero, this object is the nbsCmmcSysTimeZoneIndex of nbsCmmcSysTimeZoneTable, which enumerates all the time zones that this system supports.
1.3.6.1.4.1.629.200.2.20INTEGER {notSupported(1), gmtMinus1200(2), gmtMinus1100(3), gmtMinus1000(4), gmtMinus0900(5), gmtMinus0800(6), gmtMinus0700(7), gmtMinus0600(8), gmtMinus0500(9), gmtMinus0400(10), gmtMinus0300(11), gmtMinus0200(12), gmtMinus0100(13), gmt(14), gmtPlus0100(15), gmtPlus0200(16), gmtPlus0300(17), gmtPlus0400(18), gmtPlus0500(19), gmtPlus0600(20), gmtPlus0700(21), gmtPlus0800(22), gmtPlus0900(23), gmtPlus1000(24), gmtPlus1100(25), gmtPlus1200(26)}read-writecurrent
nbsCmmcSysSnmpV1
OBJECT-TYPE
This object enables or disables SNMPv1 protocol handling.
1.3.6.1.4.1.629.200.2.21INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcSysSnmpV2c
OBJECT-TYPE
This object enables or disables SNMPv2c protocol handling.
1.3.6.1.4.1.629.200.2.22INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcSysSnmpV3
OBJECT-TYPE
This object enables or disables SNMPv3 protocol handling.
1.3.6.1.4.1.629.200.2.23INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcSysStpAdmin
OBJECT-TYPE
This object enables or disables STP protocol handling.
1.3.6.1.4.1.629.200.2.24INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcSysLockTypes
OBJECT-TYPE
If enabled, forces the system only to allow writes to slots/ports that are detected as the same type as the configured type. Use nbsCmmcSlotClearType to clear the configured type. When this object is enabled(3) and a module is inserted that is incompatible with the configured type, Agent should issue the notification nbsCmmcTrapSlotModuleLocked instead of nbsCmmcTrapSlotModuleIn. The notfication nbsCmmcTrapSlotModuleIn should be issued once the lock has been cleared (see nbsCmmcSlotClearType).
1.3.6.1.4.1.629.200.2.25INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcSysSerialTerminalType
OBJECT-TYPE
Name of terminal to use for the serial port, e.g. vt100, xterm, ansi.
1.3.6.1.4.1.629.200.2.26DisplayString (SIZE(0..255))read-writecurrent
nbsCmmcSysCrossConnect
OBJECT-TYPE
For systems which have chassis/slots supporting cross-connect functionality, this object is used to reflect the operating state and clear the entire cross-connect map, including any independent maps of subordinate chassis and slots. If there are currently no cross-connect chassis or slots in this system, the Agent must report notSupported(1). If the cross-connect mappings can not be cleared via this object, and/or can only be cleared via the Chassis, Slot, or PortCrossConnect, the Agent must also report notSupported(1). Additionally, if this object reports notSupported(1), any SNMP SET to this object should return SNMP Error 3 (bad value). If this object reports operating(2), SNMP Managers are allowed to set this object to clearing (3), which instructs the Agent to erase the cross-connect maps of all subordinate chassis and slots, so no circuits exist in the system.
1.3.6.1.4.1.629.200.2.27INTEGER {notSupported(1), operating(2), clearing(3)}read-writecurrent
nbsCmmcSysCountersState
OBJECT-TYPE
This object is used to reset all counters in this device. If agent does not have this feature, this object should be notSupported(1). In order to reset all counters to zero, set this object to clearing(3). If this feature is supported, the Agent may return the status clearing (3) during the interval in which it is resetting the counters, but otherwise should return the status counting(2).
1.3.6.1.4.1.629.200.2.28INTEGER {notSupported(1), counting(2), clearing(3)}read-writecurrent
nbsCmmcSysSerialBaudRateAdmin
OBJECT-TYPE
The Serial Console Baud Rate when not in SLIP Mode. Setting this object will change the serial console baud rate in the BootROM configuration. It will not take effect until cold or upgrade restart. Setting this object has no effect on startup-config or the running configuration.
1.3.6.1.4.1.629.200.2.31INTEGER {b9600(1), b19200(2), b38400(3), b115200(4)}read-writecurrent
nbsCmmcSysSerialBaudRateOper
OBJECT-TYPE
The current operational Serial Console Baud Rate when not in SLIP Mode.
1.3.6.1.4.1.629.200.2.32INTEGER {b9600(1), b19200(2), b38400(3), b115200(4)}read-onlycurrent
nbsCmmcSysTimeServAddressType
OBJECT-TYPE
The Address Type of the Time Server.
1.3.6.1.4.1.629.200.2.33InetAddressTyperead-writecurrent
nbsCmmcSysTimeServAddress
OBJECT-TYPE
The IPv4 or IPv6 Address of the Time Server. This entry replaces nbsCmmcSysTimeServer
1.3.6.1.4.1.629.200.2.34InetAddressread-writecurrent
nbsCmmcSysDiscoveryOper
OBJECT-TYPE
The current operational status of the Discovery protocol.
1.3.6.1.4.1.629.200.2.50INTEGER {notSupported(1), disabled(2), enabled(3)}read-onlycurrent
nbsCmmcSysStpOper
OBJECT-TYPE
The current operational status of the STP protocol.
1.3.6.1.4.1.629.200.2.60INTEGER {notSupported(1), disabled(2), enabled(3)}read-onlycurrent
nbsCmmcSysProtoTableSize
OBJECT-TYPE
The number of entries in nbsCmmcSysProtoTable.
1.3.6.1.4.1.629.200.2.1001Unsigned32read-onlycurrent
nbsCmmcSysProtoTable
OBJECT-TYPE
A table to report supportable data transmission protocols.
1.3.6.1.4.1.629.200.2.1002not-accessiblecurrent
nbsCmmcSysProtoEntry
OBJECT-TYPE
Describes a particular protocol or line rate.
1.3.6.1.4.1.629.200.2.1002.1not-accessiblecurrent
nbsCmmcSysProtoIndex
OBJECT-TYPE
Protocol number.
1.3.6.1.4.1.629.200.2.1002.1.1Unsigned32read-onlycurrent
nbsCmmcSysProtoFamily
OBJECT-TYPE
Family of this protocol. The following family names must be used exactly for machine-readability: SONET T-Carrier E-Carrier Ethernet FibreChannel DigitalVideo Other family names may be added as necessary.
1.3.6.1.4.1.629.200.2.1002.1.2DisplayString (SIZE(2..16))read-onlycurrent
nbsCmmcSysProtoRate
OBJECT-TYPE
Speeds or rates associated with this protocol.
1.3.6.1.4.1.629.200.2.1002.1.3DisplayString (SIZE(2..60))read-onlycurrent
nbsCmmcSysTimeZoneTableSize
OBJECT-TYPE
The number of entries in nbsCmmcSysTimeZoneTable.
1.3.6.1.4.1.629.200.2.1003Unsigned32read-onlycurrent
nbsCmmcSysTimeZoneTable
OBJECT-TYPE
A table to report supportable timezones.
1.3.6.1.4.1.629.200.2.1004not-accessiblecurrent
nbsCmmcSysTimeZoneEntry
OBJECT-TYPE
Describes a timezone.
1.3.6.1.4.1.629.200.2.1004.1not-accessiblecurrent
nbsCmmcSysTimeZoneIndex
OBJECT-TYPE
TimeZone index corresponding to a nbsCmmcSysTimeZone setting. The first entry is reserved for 'notSupported'. The next 25 entries are reserved for GMT-12 (gmtMinus1200) through GMT+12 (gmtPlus1200) for compatibility with the older nbsCmmcSysTimeZone enumeration. Entries 27 and up are specific to the system.
1.3.6.1.4.1.629.200.2.1004.1.1Unsigned32read-onlycurrent
nbsCmmcSysTimeZoneName
OBJECT-TYPE
Name of this timezone.
1.3.6.1.4.1.629.200.2.1004.1.2DisplayString (SIZE(2..30))read-onlycurrent
nbsCmmcSysLoaderTableSize
OBJECT-TYPE
The maximum number of concurrent loader sessions.
1.3.6.1.4.1.629.200.2.1010INTEGERread-onlycurrent
nbsCmmcSysLoaderTable
OBJECT-TYPE
A table to manage multiple loader (transfer from NM to blade or line card) sessions.
1.3.6.1.4.1.629.200.2.1011not-accessiblecurrent
nbsCmmcSysLoaderEntry
OBJECT-TYPE
Describes a particular loader session.
1.3.6.1.4.1.629.200.2.1011.1not-accessiblecurrent
nbsCmmcSysLoaderIndex
OBJECT-TYPE
Agent-determined session number.
1.3.6.1.4.1.629.200.2.1011.1.1INTEGERread-onlycurrent
nbsCmmcSysLoaderFileId
OBJECT-TYPE
The nbsCmmcSysFirmwareIndex value corresponding to the file being loaded.
1.3.6.1.4.1.629.200.2.1011.1.2INTEGERread-onlycurrent
nbsCmmcSysLoaderProgress
OBJECT-TYPE
Percentage of file transferred so far.
1.3.6.1.4.1.629.200.2.1011.1.3INTEGERread-onlycurrent
nbsCmmcSysLoaderStatus
OBJECT-TYPE
Status of this file transfer. The value idle (1) indicates this loader session is unused. The value transferring (2) indicates this transfer is underway. The value completed (3) indicates this transfer finished successfully. The value aborted (4) indicates the transfer was stopped before completion.
1.3.6.1.4.1.629.200.2.1011.1.4INTEGER {idle(1), transferring(2), completed(3), aborted(4)}read-onlycurrent
nbsCmmcSysLoaderAbort
OBJECT-TYPE
This object allows users to prematurely halt this loader session. If this loader session can not be aborted, the agent will report notSupported(1). If nbsCmmcSysLoaderStatus is transferring(2) and this feature is supported, the agent will report supported(2). When a GET on this object returns supported(2), a user may set this object to abort(3). Doing so will cause the agent to stop the transfer and change nbsCmmcSysLoaderStatus to aborted(4). The agent should report the values of nbsCmmcSysLoaderFileId and nbsCmmcSysLoaderProgress as the state they were in at the time of the abort. Please note that aborting a loader session will leave the destination memory bank with a corrupted, unusable firmware image. It is important for users to correct this promptly, by (re)transferring a good and complete firmware image.
1.3.6.1.4.1.629.200.2.1011.1.5INTEGER {notSupported(1), supported(2), abort(3)}read-writecurrent
nbsCmmcSysLoaderAck
OBJECT-TYPE
This object allows users to ACKnowledge the termination of this loader session. If nbsCmmcSysLoaderStatus is idle(1) or transferring(2), the agent will report this object as notSupported(1). If nbsCmmcSysLoaderStatus is completed(3) or aborted(4), the agent should report supported(2). When a GET on this object returns supported(2), a user may set this object to acknowledge(3). Doing so will cause the agent to either: - delete this entire row of the nbsCmmcSysLoaderTable, or - reset this row to its idle state by clearing both nbsCmmcSysLoaderFileId and nbsCmmcSysLoaderProgress to zero, and changing nbsCmmcSysLoaderStatus to idle(1).
1.3.6.1.4.1.629.200.2.1011.1.6INTEGER {notSupported(1), supported(2), acknowledge(3)}read-writecurrent
nbsCmmcSysLoaderFilename
OBJECT-TYPE
A copy of nbsCmmcSysFirmwareFilename, for display.
1.3.6.1.4.1.629.200.2.1011.1.7DisplayStringread-onlycurrent
nbsCmmcSysFirmwareURL
OBJECT-TYPE
Remote URL in the form: scheme://[username[:password]@]IP[:port][/path/]filename to use for the remote entry in FirmwareTable. When set, the remote URL will be retrieved and checked for compatability. If it is a valid firmware file, a row in FirmwareTable will be instantiated to represent this file. The corresponding FirmwareFilename will be set to the URL, and FirmwareType set accordingly. The file may or not be cached locally if this row is chosen for a Chassis or SlotFirmwareLoad. If the user has changed the remote file after FirmwareURL is set, but before a Chassis or SlotFirmwareLoad is initiated, the results are undefined. If the remote file has changed, setting this object again will 'refresh' its FirmwareTable entry. If a zero length string is set, the corresponding FirmwareType in the FirmwareTable row will be changed to 'deleted', and any local cache of the file deleted. If an invalid URL is set, or the remote file is invalid or does not exist, the corresponding FirmwareTable row will be changed to 'deleted'. If port is omitted, an appropriate port according to the scheme will be automatically selected Note that only numeric IPs are supported; there is no resolver. If a remote file fetch is in progress, or any Chassis or SlotFirmwareLoad involving a remote URL is in progress, sets to this object will be rejected. This object is not stored in the running configuration. It is an 'impulse' object.
1.3.6.1.4.1.629.200.2.1020DisplayString (SIZE(0..255))read-writecurrent
nbsCmmcSysFirmwareURLStatus
OBJECT-TYPE
The state of the URL fetch process initiated by a write to SysFirmwareURL. Setting the Chassis or SlotFirmwareLoad object to the URL index will be rejected unless this object returns completed(4).
1.3.6.1.4.1.629.200.2.1021INTEGER {notSupported(1), idle(2), transferring(3), completed(4), failed(5)}read-onlycurrent
nbsCmmcSysNVAreaTableSize
OBJECT-TYPE
The number of non-volatile firmware flash image areas system wide
1.3.6.1.4.1.629.200.2.3000INTEGERread-onlycurrent
nbsCmmcSysNVAreaTable
OBJECT-TYPE
Table that lists firmware images loaded on a chassis, slot, or port.
1.3.6.1.4.1.629.200.2.3001not-accessiblecurrent
nbsCmmcSysNVAreaEntry
OBJECT-TYPE
Description of a firmware image
1.3.6.1.4.1.629.200.2.3001.1not-accessiblecurrent
nbsCmmcSysNVAreaIfIndex
OBJECT-TYPE
Interface index in the form CCSSPPP
1.3.6.1.4.1.629.200.2.3001.1.1InterfaceIndex (100000..9999999)read-onlycurrent
nbsCmmcSysNVAreaBank
OBJECT-TYPE
Number of this memory bank / storage area. Numbering must start from one, and bank numbers must be contiguous.
1.3.6.1.4.1.629.200.2.3001.1.2INTEGERread-onlycurrent
nbsCmmcSysNVAreaStatus
OBJECT-TYPE
invalid(1) indicates this entry is not a valid NV area. primary(2) indicates this entry is the primary NV area. The next time the hardware is reset, this image will be loaded. This setting may be changed via nbsCmmcChassisNVAreaAdmin or nbsCmmcSlotNVAreaAdmin. backup(3) indicates this entry is the backup NV area. The next time the hardware is reset, this image will be loaded if the primary image fails to load. This image is subject to being overwritten if a new image is downloaded and there are no other banks available. erased(4) indicates this entry refers to an area that was erased and is no longer in the NV storage area. busy(5) indicates this NV area is busy.
1.3.6.1.4.1.629.200.2.3001.1.3INTEGER {invalid(1), primary(2), backup(3), erased(4), busy(5)}read-onlycurrent
nbsCmmcSysNVAreaDescr
OBJECT-TYPE
Description of firmware image
1.3.6.1.4.1.629.200.2.3001.1.4DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysNVAreaVersion
OBJECT-TYPE
The version of the firmware package
1.3.6.1.4.1.629.200.2.3001.1.5DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysNVAreaCksum
OBJECT-TYPE
The checksum of the metadata. Used to uniquely identify this NV area. Invalid NV areas have a zero Cksum. Not supported value: 0
1.3.6.1.4.1.629.200.2.3001.1.6Unsigned32 (0..4294967295)read-onlycurrent
nbsCmmcIpSnmpGrp
OBJECT-IDENTITY
IP and SNMP configuration objects
1.3.6.1.4.1.629.200.3current
nbsCmmcIpCfg
OBJECT-IDENTITY
1.3.6.1.4.1.629.200.3.1
nbsCmmcPrvIpAddr
OBJECT-TYPE
The SNMP Agent Administrative value of the IP Address for the private in-band access. This value is stored in the system NVRAM. The current operational IP Address may be obtained by accessing the ipAdEntAddr entry in the ipAddrTable, for ipAdEntIfIndex equal to the private interface value. If the system has no current operational IP Address, meaning that, the access is done out-of-band, then this value takes effect immediately. In this case the NetMask and the BcastAddr will be automatically built. Otherwise it will take effect after a system reset.
1.3.6.1.4.1.629.200.3.1.1IpAddressread-writedeprecated
nbsCmmcPrvNetMask
OBJECT-TYPE
The SNMP Agent Administrative value of the subnet mask for the private in-band access. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntNetMask entry in the ipAddrTable, for ipAdEntIfIndex equal to the private interface value. If the system has no current operational IP Address, meaning that the access is done out-of-band, then this value takes effect immediately. Otherwise it will take effect after a system reset
1.3.6.1.4.1.629.200.3.1.2IpAddressread-writedeprecated
nbsCmmcPrvBcastAddr
OBJECT-TYPE
The SNMP Agent Administrative value of the IP Broad- cast Address for the private in-band access. This value is stored in the system NVRAM. The current operational IP Adress may be obtained via the ipAdEntBcastAddr entry in the ipAddrTable for ipAdEntIfIndex equal to the private interface value. If the system has no current operational IP Address, meaning that the access is done out-of-band, then this value takes effect immediately. Otherwise it will take effect after a system reset
1.3.6.1.4.1.629.200.3.1.3IpAddressread-writedeprecated
nbsCmmcSysIpAddr
OBJECT-TYPE
The SNMP Agent Administrative value of the IP Address for the system. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntAddr entry in the ipAddrTable for ipAdEntIfIndex equal to the system interface value. If the system has no current operational IP Address, meaning that the access is done out-of-band, then this value takes effect immediately. In this case the NetMask and the BcastAddr will be automatically built. Otherwise it will take effect after a system reset.
1.3.6.1.4.1.629.200.3.1.4IpAddressread-writecurrent
nbsCmmcSysNetMask
OBJECT-TYPE
The SNMP Agent Administrative value of the subnet mask for the system. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntNetMask entry in the ipAddrTable for ipAdEntIfIndex equal to the system interface value If the system has no current operational IP Address, meaning that the access is done out-of-band, then this value takes effect immediately. Otherwise it will take effect after a system reset
1.3.6.1.4.1.629.200.3.1.5IpAddressread-writecurrent
nbsCmmcSysBcastAddr
OBJECT-TYPE
The SNMP Agent Administrative value of the IP Broadcast Address for the system. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntBcastAddr entry in the ipAddrTable for ipAdEntIfIndex equal to the system interface value. If the system has no current operational IP Address, meaning that the access is done out-of-band, then this value takes effect immediately. Otherwise it will take effect after a system reset
1.3.6.1.4.1.629.200.3.1.6IpAddressread-writecurrent
nbsCmmcSysObIpAddr
OBJECT-TYPE
The SNMP Agent Administrative value of the IP Address for the out-band access. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntAddr entry in the ipAddrTable, for ipAdEntIfIndex equal to the SLIP interface value. If the system has no current operational Out-Band IP Address, meaning that, the access is done in-band, then this value takes effect immediately. In this case the NetMask and the BcastAddr will be automa- tically built. Otherwise it will take effect after a system reset
1.3.6.1.4.1.629.200.3.1.7IpAddressread-writedeprecated
nbsCmmcSysObNetMask
OBJECT-TYPE
The SNMP Agent Administrative value of the subnet mask for the out-band access. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntNetMask entry in the ipAddrTable, for ipAdEntIfIndex equal to the SLIP interface value. If the system has no current operational Out-Band IP Address, meaning that, the access is done in-band, then this value takes effect immediately. Otherwise it will take effect after a system reset
1.3.6.1.4.1.629.200.3.1.8IpAddressread-writedeprecated
nbsCmmcSysObBcastAddr
OBJECT-TYPE
The SNMP Agent Administrative value of the IP Broadcast Address for the in-band access. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntBcastAddr entry in the ipAddrTable, for ipAdEntIfIndex equal to the SLIP interface value. If the system has no current operational Out-Band IP Address, meaning that, the access is done in-band, then this value takes effect immediately. Otherwise it will take effect after a system reset
1.3.6.1.4.1.629.200.3.1.9IpAddressread-writedeprecated
nbsCmmcSysDefaultGateway
OBJECT-TYPE
The SNMP Agent Administrative value of the Default Gateway. This value is stored in the system NVRAM. The current operational Default Gateway IP Adress may be obtained by accessing ipRouteNextHop object of the 0.0.0.0 entry in the ipRouteTable. If the system has no current operational Default Gateway IP Address, then this value takes effect immediately. Otherwise it will take effect after a system reset.
1.3.6.1.4.1.629.200.3.1.10IpAddressread-writecurrent
nbsCmmcSysAdminBootpState
OBJECT-TYPE
This object indicates whether the NM should automatically retrieve its IP settings from its local network using BootP or DHCP. This setting will be stored in persistent memory, and thus preserved over system resets and power cycles.
1.3.6.1.4.1.629.200.3.1.11INTEGER {disabled(1), enabled(2)}read-writecurrent
nbsCmmcSysRunBootpState
OBJECT-TYPE
This object indicates whether BootP or DHCP was enabled when the NM last booted.
1.3.6.1.4.1.629.200.3.1.12INTEGER {disabled(1), enabled(2)}read-onlycurrent
nbsCmmcSysSerialLineMode
OBJECT-TYPE
The mode in which the serial line is used: by the local Administrative Interface, or as a SLIP line. Note that setting this object to adminIf(1) value while in SLIP mode will abort the serial connection between the SNMP Manager and the device. Setting this object to slipIf(2) while in Administrative Interface Mode will abort the local terminal connection.
1.3.6.1.4.1.629.200.3.1.13INTEGER {adminIf(1), slipIf(2)}read-writecurrent
nbsCmmcSysSerialSlipBaudRate
OBJECT-TYPE
The Serial Line Baud Rate when in SLIP Mode. This value is stored in the system NVRAM as well as in the SNMP Agent current configuration.
1.3.6.1.4.1.629.200.3.1.14INTEGER {b9600(1), b19200(2), b38400(3)}read-writedeprecated
nbsCmmcSysArpAgingTime
OBJECT-TYPE
The aging time for the ARP table.
1.3.6.1.4.1.629.200.3.1.15INTEGER (0..1000000)read-onlycurrent
nbsCmmcSysMaxTelnetSessions
OBJECT-TYPE
The maximum number of entries in nbsCmmcSysTelnetTable.
1.3.6.1.4.1.629.200.3.1.16INTEGERread-onlydeprecated
nbsCmmcSysTelnetTable
OBJECT-TYPE
A table describing the Telnet Sessions
1.3.6.1.4.1.629.200.3.1.17not-accessibledeprecated
nbsCmmcSysTelnetEntry
OBJECT-TYPE
Contains the information describing a Telnet Session
1.3.6.1.4.1.629.200.3.1.17.1not-accessibledeprecated
nbsCmmcSysTelnetSessionIndex
OBJECT-TYPE
The index in the Telnet Table for this entry.
1.3.6.1.4.1.629.200.3.1.17.1.1INTEGERread-onlydeprecated
nbsCmmcSysTelnetSessionStat
OBJECT-TYPE
This object indicates if there is any TELNET session in progress.
1.3.6.1.4.1.629.200.3.1.17.1.2INTEGER {connected(1), disconnect(2)}read-onlydeprecated
nbsCmmcSysTelnetHost
OBJECT-TYPE
This object indicates the remote IP host that connected to the local device. It is 0.0.0.0 if there is no active Telnet session
1.3.6.1.4.1.629.200.3.1.17.1.3IpAddressread-onlydeprecated
nbsCmmcSysTelnetHostPort
OBJECT-TYPE
This object indicates the port number of the remote IP host.
1.3.6.1.4.1.629.200.3.1.17.1.4INTEGERread-onlydeprecated
nbsCmmcSysTelnetLocal
OBJECT-TYPE
This object indicates the IP address of the local device. It is 0.0.0.0 if there is no active Telnet session
1.3.6.1.4.1.629.200.3.1.17.1.5IpAddressread-onlydeprecated
nbsCmmcSysTelnetLocalPort
OBJECT-TYPE
This object indicates the local port number.
1.3.6.1.4.1.629.200.3.1.17.1.6INTEGERread-onlydeprecated
nbsCmmcSysTelnetSessionId
OBJECT-TYPE
The internal session identifier for this entry.
1.3.6.1.4.1.629.200.3.1.17.1.7INTEGERread-onlydeprecated
nbsCmmcSysTelnetConnectTime
OBJECT-TYPE
This object indicates the length of time connected.
1.3.6.1.4.1.629.200.3.1.17.1.8DisplayString (SIZE(0..255))read-onlydeprecated
nbsCmmcSysTelnetHostAddressType
OBJECT-TYPE
This object indicates the remote host address type.
1.3.6.1.4.1.629.200.3.1.17.1.9InetAddressTyperead-onlydeprecated
nbsCmmcSysTelnetHostAddress
OBJECT-TYPE
This object indicates the remote host address, IPv4 or IPv6. This field supercedes nbsCmmcSysTelnetHost
1.3.6.1.4.1.629.200.3.1.17.1.10InetAddressread-onlydeprecated
nbsCmmcSysTelnetLocalAddressType
OBJECT-TYPE
This object indicates the local host address type.
1.3.6.1.4.1.629.200.3.1.17.1.11InetAddressTyperead-onlydeprecated
nbsCmmcSysTelnetLocalAddress
OBJECT-TYPE
This object indicates the local host address, IPv4 or IPv6. This field supercedes nbsCmmcSysTelnetLocal
1.3.6.1.4.1.629.200.3.1.17.1.12InetAddressread-onlydeprecated
nbsCmmcSysMaxPingSessions
OBJECT-TYPE
The maximum number of Ping Sessions allowed in this system.
1.3.6.1.4.1.629.200.3.1.18INTEGERread-onlydeprecated
nbsCmmcSysPingTable
OBJECT-TYPE
A table describing the Ping Sessions
1.3.6.1.4.1.629.200.3.1.19not-accessibledeprecated
nbsCmmcSysPingEntry
OBJECT-TYPE
Contains the information describing a Ping Session
1.3.6.1.4.1.629.200.3.1.19.1not-accessibledeprecated
nbsCmmcSysPingSessionIndex
OBJECT-TYPE
Index in the Ping Session Table.
1.3.6.1.4.1.629.200.3.1.19.1.1INTEGERread-onlydeprecated
nbsCmmcSysPingSessionStat
OBJECT-TYPE
This object controls the activity of the PING process progress. If GET idlePing(1) shows that the ping process is idle If SET idlePing(1) stops an active ping process, if any. If GET runPing(2) shows an active ping process. If SET runPing(2) starts an active ping process, if none active. This has to be the last SET in order to activate the PING process
1.3.6.1.4.1.629.200.3.1.19.1.2INTEGER {idlePing(1), runPing(2)}read-writedeprecated
nbsCmmcSysPingAddr
OBJECT-TYPE
The IP Address to which the NM device will ping. Setting this variable initiates the ping sequence. The default value is the loopback address 127.0.0.1.
1.3.6.1.4.1.629.200.3.1.19.1.3IpAddressread-writedeprecated
nbsCmmcSysPingNumber
OBJECT-TYPE
The number of ICMP echo packets (pings) to be sent. The default value is 1.
1.3.6.1.4.1.629.200.3.1.19.1.4Counter32read-writedeprecated
nbsCmmcSysPingOwner
OBJECT-TYPE
If a Ping Process is active, then the value of this object shows who activated it: the Administrative Interface, the SNMP Agent or a Web Based Manager.
1.3.6.1.4.1.629.200.3.1.19.1.5INTEGER {none(1), adminInterface(2), snmpAgent(3), webManager(4)}read-onlydeprecated
nbsCmmcSysPingRequests
OBJECT-TYPE
The number of ICMP echo request (pings) sent.
1.3.6.1.4.1.629.200.3.1.19.1.6Counter32read-onlydeprecated
nbsCmmcSysPingResponses
OBJECT-TYPE
The number of ICMP echo response packets received.
1.3.6.1.4.1.629.200.3.1.19.1.7Counter32read-onlydeprecated
nbsCmmcSysPingAddressType
OBJECT-TYPE
The IP Address to which the NM device will ping. Setting this variable initiates the ping sequence. The default value is the loopback address 127.0.0.1.
1.3.6.1.4.1.629.200.3.1.19.1.8InetAddressTyperead-writedeprecated
nbsCmmcSysPingAddress
OBJECT-TYPE
The IP Address to which the NM device will ping. Setting this variable initiates the ping sequence. The default value is the loopback address 127.0.0.1. Supercedes the field nbsCmmcSysPingAddr
1.3.6.1.4.1.629.200.3.1.19.1.9InetAddressread-writedeprecated
nbsCmmcSysTelnetServer
OBJECT-TYPE
The telnet server ships disabled by default on the NM2. Not supported means that the telnet server status cannot be changed from SNMP.
1.3.6.1.4.1.629.200.3.1.20INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcSysSshServer
OBJECT-TYPE
The ssh server ships enabled by default on the NM2. Not supported means that the ssh server status cannot be changed from SNMP.
1.3.6.1.4.1.629.200.3.1.21INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcSysIpAddrOper
OBJECT-TYPE
The IP address actually being used by the Agent. The Agent's IP address may be assigned automatically by a bootp or DHCP server, or a static IP may be assigned via the nbsCmmcSysIpAddr object.
1.3.6.1.4.1.629.200.3.1.22IpAddressread-onlycurrent
nbsCmmcSysNetMaskOper
OBJECT-TYPE
The subnet mask actually being used by the Agent. The Agent's subnet mask may be assigned automatically by a bootp or DHCP server, or may be assigned via the nbsCmmcSysNetMask object.
1.3.6.1.4.1.629.200.3.1.23IpAddressread-onlycurrent
nbsCmmcSysBcastAddrOper
OBJECT-TYPE
The IP Broadcast address actually being used by the Agent. The Agent's IP Broadcast address may be assigned automatically by a bootp or DHCP server, or may be assigned via the nbsCmmcSysBcastAddr object.
1.3.6.1.4.1.629.200.3.1.24IpAddressread-onlycurrent
nbsCmmcSysDefaultGatewayOper
OBJECT-TYPE
The Default Gateway actually being used by the Agent. The Agent's Default Gateway may be assigned automatically by a bootp or DHCP server, or may be assigned via the nbsCmmcSysBcastAddr object.
1.3.6.1.4.1.629.200.3.1.25IpAddressread-onlycurrent
nbsCmmcSysWebServer
OBJECT-TYPE
The web server ships enabled by default on the NM2. Not supported means that the web server status cannot be changed from SNMP.
1.3.6.1.4.1.629.200.3.1.26INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcSysWebPort
OBJECT-TYPE
The TCP/UDP/IP port the Agent will listen on for web (HTTP) traffic when nbsCmmcSysWebServer is enabled(3). Not supported value: -1
1.3.6.1.4.1.629.200.3.1.27INTEGER (1..65535)read-writecurrent
nbsCmmcSysTelnetPort
OBJECT-TYPE
The TCP/IP port the Agent will listen on for Telnet traffic when nbsCmmcSysTelnetServer is enabled(3). Not supported value: -1
1.3.6.1.4.1.629.200.3.1.28INTEGER (1..65535)read-writecurrent
nbsCmmcSysSshPort
OBJECT-TYPE
The TCP/UDP/IP port the Agent will listen on for Secure Shell (SSH) traffic if nbsCmmcSysSshServer is enabled(3). Not supported value: -1
1.3.6.1.4.1.629.200.3.1.29INTEGER (1..65535)read-writecurrent
nbsCmmcSysScpServer
OBJECT-TYPE
The Secure Copy Protocol (SCP) server ships disabled by default on the NM2. This feature shares nbsCmmcSysSshPort with SSH, and will not work unless nbsCmmcSysSshServer is enabled(3). Not supported means that the scp server status cannot be changed from SNMP.
1.3.6.1.4.1.629.200.3.1.30INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcSnmpCfg
OBJECT-IDENTITY
1.3.6.1.4.1.629.200.3.2
nbsCmmcSysWriteCommunity
OBJECT-TYPE
The SNMP Agent Administrative value of the write community string. This value is stored in the system NVRAM. It will take effect after a system reset. The object may not be read for obvious security reasons. A GET request will be answered by a zero length string.
1.3.6.1.4.1.629.200.3.2.1DisplayString (SIZE(0..255))read-writecurrent
nbsCmmcSysReadCommunity
OBJECT-TYPE
The SNMP Agent Administrative value of the read community string. This value is stored in the system NVRAM. It will take effect after a system reset
1.3.6.1.4.1.629.200.3.2.2DisplayString (SIZE(0..255))read-writecurrent
nbsCmmcSysTrapTblMaxSize
OBJECT-TYPE
The maximum size (number of rows) allowed in the trap table
1.3.6.1.4.1.629.200.3.2.3INTEGERread-onlycurrent
nbsCmmcSysTrapTable
OBJECT-TYPE
A table of managers to whom will the traps generated by the SNMP agent will be sent. It represents the current operational table as well as the NVRAM saved table. The entries in the table are saved over system resets and power up cycles
1.3.6.1.4.1.629.200.3.2.4not-accessiblecurrent
nbsCmmcSysTrapEntry
OBJECT-TYPE
Contains the information necessary to generate a trap to be sent to a particular manager. The object nbsCmmcSysTrapTblEntStatus, when written is used to create or delete an entry/row in nbsCmmcSysTrapTable. To create a new entry a SET PDU with the nbsCmmcSysTrapTblEntRecipient, nbsCmmcSysTrapTblEntComm and nbsCmmcSysTrapTblEntStatus objects is required.
1.3.6.1.4.1.629.200.3.2.4.1not-accessiblecurrent
nbsCmmcSysTrapTblEntIndex
OBJECT-TYPE
The index of the entry/row in the trap table in the range 1 to the value of nbsCmmcSysTrapTblMaxSize.
1.3.6.1.4.1.629.200.3.2.4.1.1INTEGERread-onlycurrent
nbsCmmcSysTrapTblEntStatus
OBJECT-TYPE
This object is used to get/set the validity of the information contained by nbsCmmcSysTrapEntry row. Setting this object to the value invalid(1) has the effect of deleting the corresponding nbsCmmcSysTrapTable entry. Deleting and entry has the effect of initializing it to default values : IpAddr = 0.0.0.0 & Comm = null string. Setting this object to the value valid(2) entry has the effect of creating a new row in the nbsCmmcSysTrapTable object, if an entry with the same nbsCmmcSysTrapTblEntIpAddr does not exist. If such an entry exists, then a 'badValue' error will be returned. The GET operations will receive a value of valid(2) for existing entries. An invalid(1) value indicates an entry that was deleted by a previous SET operation.
1.3.6.1.4.1.629.200.3.2.4.1.2INTEGER {invalid(1), active(2)}read-writecurrent
nbsCmmcSysTrapTblEntIpAddr
OBJECT-TYPE
IPv4 Address of a manager that is to receive the SNMP agent traps. This field is now read-only and is superseded CmmcSysTrapTblEntRecipient
1.3.6.1.4.1.629.200.3.2.4.1.3IpAddressread-writecurrent
nbsCmmcSysTrapTblEntComm
OBJECT-TYPE
Community string used by the SNMP agent in the traps generated to this SNMP manager/receiver.
1.3.6.1.4.1.629.200.3.2.4.1.4DisplayString (SIZE(0..255))read-writecurrent
nbsCmmcSysTrapTblEntLevel
OBJECT-TYPE
Event severity level threshold for this SNMP manager. If the event severity level is at least nbsCmmcSysTrapTblEntLevel, the SNMP agent will generate a trap to this SNMP manager/receiver.
1.3.6.1.4.1.629.200.3.2.4.1.5INTEGER {disabled(1), fatal(2), error(3), warning(4), deprecated5(5), deprecated6(6), alarm(7)}read-writecurrent
nbsCmmcSysTrapTblEntPort
OBJECT-TYPE
The UDP/IP port on the Manager to which the Agent will send SNMP traps/notifications. Not supported value: -1
1.3.6.1.4.1.629.200.3.2.4.1.6INTEGER (1..65535)read-writecurrent
nbsCmmcSysTrapTblEntAddressType
OBJECT-TYPE
The address type of nbsCmmcSysTrapTblEntRecipient. Currently ipv4 and ipv6 are supported.
1.3.6.1.4.1.629.200.3.2.4.1.7InetAddressTyperead-writecurrent
nbsCmmcSysTrapTblEntRecipient
OBJECT-TYPE
IP Address (IPv4 or IPv6) or hostname of a manager that is to receive the SNMP agent generated traps; supersedes nbsCmmcSysTrapTblEntIpAddr
1.3.6.1.4.1.629.200.3.2.4.1.8InetAddressread-writecurrent
nbsCmmcSysEnablePowerSupplyTraps
OBJECT-TYPE
Indicates whether powerSupplyAllarmOn and powerSupplyAllarmOff traps in this MIB should be generated.
1.3.6.1.4.1.629.200.3.2.11INTEGER {disabled(1), enabled(2)}read-writecurrent
nbsCmmcSysEnableModuleTraps
OBJECT-TYPE
Indicates whether moduleUp and moduleDown traps in this MIB should be generated.
1.3.6.1.4.1.629.200.3.2.12INTEGER {disabled(1), enabled(2)}read-writecurrent
nbsCmmcSysEnableBridgeTraps
OBJECT-TYPE
Indicates whether newRoot and topologyChange traps in the BRIDGE-MIB should be generated.
1.3.6.1.4.1.629.200.3.2.13INTEGER {disabled(1), enabled(2)}read-writecurrent
nbsCmmcSysEnableIpAccessTraps
OBJECT-TYPE
Indicates whether IP access traps in this MIB should be generated.
1.3.6.1.4.1.629.200.3.2.14INTEGER {disabled(1), enabled(2)}read-writecurrent
nbsCmmcSysSnmpPortAdmin
OBJECT-TYPE
The UDP/IP port the Agent will listen on for SNMP traffic after the next system restart. Not supported value: -1
1.3.6.1.4.1.629.200.3.2.15INTEGER (1..65535)read-writecurrent
nbsCmmcSysSnmpPortOper
OBJECT-TYPE
The UDP/IP port the Agent is listening on for SNMP traffic now. Not supported value: -1
1.3.6.1.4.1.629.200.3.2.16INTEGER (1..65535)read-onlycurrent
nbsCmmcTftpGrp
OBJECT-IDENTITY
TFTP objects
1.3.6.1.4.1.629.200.4current
nbsCmmcSysTftpHostIP
OBJECT-TYPE
This is the IP Address of the TFTP Server/Client serving the actual TFTP transfer. A TFTP transfer may mean a software/microcode/parameter/etc.. download/upload process, initiated by the SNMP agent, for one of the modules, including, but not only, the System Control Card. It is 0.0.0.0, if th TFTP host is undefined.
1.3.6.1.4.1.629.200.4.1IpAddressread-writecurrent
nbsCmmcTftpMaxSessionNum
OBJECT-TYPE
Maximum number of parallel TFTP sessions that are supported by the system
1.3.6.1.4.1.629.200.4.2INTEGERread-onlycurrent
nbsCmmcTftpSessTable
OBJECT-TYPE
A table that describes the active TFTP sessions
1.3.6.1.4.1.629.200.4.3not-accessiblecurrent
nbsCmmcTftpSessEntry
OBJECT-TYPE
Contains a description of a particular TFTP session
1.3.6.1.4.1.629.200.4.3.1not-accessiblecurrent
nbsCmmcTftpSessIndex
OBJECT-TYPE
The index of the TFTP session (1..nbsCmmcTftpMaxSessionNum)
1.3.6.1.4.1.629.200.4.3.1.1INTEGERread-onlycurrent
nbsCmmcTftpSessStatus
OBJECT-TYPE
The status of this TFTP session
1.3.6.1.4.1.629.200.4.3.1.2INTEGER {inactive(1), create(2), underCreation(3), active(4), transferEnded(5), failed(6)}read-onlycurrent
nbsCmmcTftpSessHostIp
OBJECT-TYPE
This is the IP Address of the TFTP Host (Server/Client) serving the TFTP session as a source/destination. An IP address of 0.0.0.0 signifies that no setup has been done. Setting the nbsCmmcTftpSessHostIp value will change also the the default of all the instances of nbsCmmcTftpSessHostIp that were not specifically initialized by a SET operation.
1.3.6.1.4.1.629.200.4.3.1.3IpAddressread-writecurrent
nbsCmmcTftpSessModuleId
OBJECT-TYPE
Deprecated. Module Id that owns this TFTP session (whose firmware/microcode/parameters/etc. are transferred
1.3.6.1.4.1.629.200.4.3.1.4INTEGERread-writedeprecated
nbsCmmcTftpSessAction
OBJECT-TYPE
This object is used to initiate a TFTP file transfer. If nbsCmmcTftpSessStatus is not active (4), the Agent should report the value inactive (1). The Manager may initiate a session between the Agent and the host specified in nbsCmmcTftpSessHostIp by changing the value of this object. Setting the value downloadNM (2) tells the Agent to transfer its firmware image from the host to itself. Setting the value uploadNM (3) tells the Agent to transfer its firmware image from itself to the host. Setting the value downloadPar (4) tells the Agent to transfer a previous backup of its configuration from the host to itself. Setting the value uploadPar (5) tells the Agent to send a backup file of its current configuration to the host. For any other type of file, the Manager should set this value to downloadFile (6) to send a file from the host to the NM, and uploadFile (7) to transfer a file from the NM to the host.
1.3.6.1.4.1.629.200.4.3.1.5INTEGER {inactive(1), downloadNM(2), uploadNM(3), downloadPar(4), uploadPar(5), downloadFile(6), uploadFile(7)}read-writecurrent
nbsCmmcTftpSessFileName
OBJECT-TYPE
The name of the file to be transferred by this TFTP session.
1.3.6.1.4.1.629.200.4.3.1.6DisplayString (SIZE(0..50))read-writecurrent
nbsCmmcTftpSessFileSize
OBJECT-TYPE
The number of bytes in the file. Whichever side has the file being sent may report the file size here. Not supported value: -1
1.3.6.1.4.1.629.200.4.3.1.7INTEGERread-writedeprecated
nbsCmmcTftpSessProgress
OBJECT-TYPE
The number of bytes successfully transferred in this session. Not supported value: -1
1.3.6.1.4.1.629.200.4.3.1.8INTEGERread-onlydeprecated
nbsCmmcTftpSessAddressType
OBJECT-TYPE
This is the IP Address Type of the TFTP Host (Server/Client) serving the TFTP session as a source/destination.
1.3.6.1.4.1.629.200.4.3.1.9InetAddressTyperead-writecurrent
nbsCmmcTftpSessAddress
OBJECT-TYPE
This is the IPv4 or IPv6 Address of the TFTP Host (Server/Client) serving the TFTP session as a source/destination. Setting the nbsCmmcTftpSessAddress value will change also the the default of all the instances of nbsCmmcTftpSessAddress that were not specifically initialized by a SET operation. This supercedes nbsCmmcTftpSessHostIp.
1.3.6.1.4.1.629.200.4.3.1.10InetAddressread-writecurrent
nbsCmmcSysTftpHostAddressType
OBJECT-TYPE
Address type of nbsCmmcSysTftpHostAddress.
1.3.6.1.4.1.629.200.4.4InetAddressTyperead-writecurrent
nbsCmmcSysTftpHostAddress
OBJECT-TYPE
Supercedes the previous value of nbsCmmcSysTftpHostIP; this is the IP Address of the TFTP Server/Client serving the actual TFTP transfer. A TFTP transfer may mean a software/microcode/parameter/etc.. download/upload process, initiated by the SNMP agent, for one of the modules, including, but not only, the System Control Card. It is unknown, if the TFTP host is undefined.
1.3.6.1.4.1.629.200.4.5InetAddressread-writecurrent
nbsCmmcChassisGrp
OBJECT-IDENTITY
Chassis objects
1.3.6.1.4.1.629.200.6current
nbsCmmcChassisTable
OBJECT-TYPE
A table that describes the Chassis connected
1.3.6.1.4.1.629.200.6.1not-accessiblecurrent
nbsCmmcChassisEntry
OBJECT-TYPE
Contains a description of a particular Chassis
1.3.6.1.4.1.629.200.6.1.1not-accessiblecurrent
nbsCmmcChassisIndex
OBJECT-TYPE
The index of the Chassis.
1.3.6.1.4.1.629.200.6.1.1.1INTEGERread-onlycurrent
nbsCmmcChassisType
OBJECT-TYPE
The type of Chassis.
1.3.6.1.4.1.629.200.6.1.1.2NbsCmmcEnumChassisTyperead-onlycurrent
nbsCmmcChassisModel
OBJECT-TYPE
The model name of the chassis.
1.3.6.1.4.1.629.200.6.1.1.3DisplayString (SIZE(0..50))read-onlycurrent
nbsCmmcChassisObjectId
OBJECT-TYPE
Object Id of chassis.
1.3.6.1.4.1.629.200.6.1.1.4OBJECT IDENTIFIERread-onlycurrent
nbsCmmcChassisNumberOfSlots
OBJECT-TYPE
The number of slots in the Chassis.
1.3.6.1.4.1.629.200.6.1.1.5INTEGERread-onlycurrent
nbsCmmcChassisHardwareRevision
OBJECT-TYPE
The hardware revision of the chassis.
1.3.6.1.4.1.629.200.6.1.1.6DisplayString (SIZE(0..100))read-onlycurrent
nbsCmmcChassisPS1Status
OBJECT-TYPE
The status of Power Supply 1.
1.3.6.1.4.1.629.200.6.1.1.7INTEGER {notInstalled(1), acBad(2), dcBad(3), acGood(4), dcGood(5), notSupported(6), good(7), bad(8)}read-onlycurrent
nbsCmmcChassisPS2Status
OBJECT-TYPE
The status of Power Supply 2.
1.3.6.1.4.1.629.200.6.1.1.8INTEGER {notInstalled(1), acBad(2), dcBad(3), acGood(4), dcGood(5), notSupported(6), good(7), bad(8)}read-onlycurrent
nbsCmmcChassisPS3Status
OBJECT-TYPE
The status of Power Supply 3.
1.3.6.1.4.1.629.200.6.1.1.9INTEGER {notInstalled(1), acBad(2), dcBad(3), acGood(4), dcGood(5), notSupported(6), good(7), bad(8)}read-onlycurrent
nbsCmmcChassisPS4Status
OBJECT-TYPE
The status of Power Supply 4.
1.3.6.1.4.1.629.200.6.1.1.10INTEGER {notInstalled(1), acBad(2), dcBad(3), acGood(4), dcGood(5), notSupported(6), good(7), bad(8)}read-onlycurrent
nbsCmmcChassisFan1Status
OBJECT-TYPE
The status of Fan 1.
1.3.6.1.4.1.629.200.6.1.1.11INTEGER {notSupported(1), bad(2), good(3), notInstalled(4)}read-onlycurrent
nbsCmmcChassisFan2Status
OBJECT-TYPE
The status of Fan 2.
1.3.6.1.4.1.629.200.6.1.1.12INTEGER {notSupported(1), bad(2), good(3), notInstalled(4)}read-onlycurrent
nbsCmmcChassisFan3Status
OBJECT-TYPE
The status of Fan 3.
1.3.6.1.4.1.629.200.6.1.1.13INTEGER {notSupported(1), bad(2), good(3), notInstalled(4)}read-onlycurrent
nbsCmmcChassisFan4Status
OBJECT-TYPE
The status of Fan 4.
1.3.6.1.4.1.629.200.6.1.1.14INTEGER {notSupported(1), bad(2), good(3), notInstalled(4)}read-onlycurrent
nbsCmmcChassisTemperature
OBJECT-TYPE
The temperature (degrees Celsius) of the Chassis. Not supported value: 0x80000000
1.3.6.1.4.1.629.200.6.1.1.15INTEGER (-2147483648..2147483647)read-onlycurrent
nbsCmmcChassisTemperatureLimit
OBJECT-TYPE
The maximum safe temperature (degrees Celsius) of the Chassis. Not supported value: 0x80000000
1.3.6.1.4.1.629.200.6.1.1.16INTEGER (-100..100)read-writecurrent
nbsCmmcChassisTemperatureMin
OBJECT-TYPE
The minimum safe temperature (degrees Celsius) of the Chassis. Not supported value: 0x80000000
1.3.6.1.4.1.629.200.6.1.1.17INTEGER (-100..100)read-writecurrent
nbsCmmcChassisSignalStrength
OBJECT-TYPE
The received signal strength.
1.3.6.1.4.1.629.200.6.1.1.18INTEGERread-onlydeprecated
nbsCmmcChassisSignalStrengthMinimum
OBJECT-TYPE
The minimum recommended operational received signal strength.
1.3.6.1.4.1.629.200.6.1.1.19INTEGERread-writedeprecated
nbsCmmcChassisEnableAutoReset
OBJECT-TYPE
Continuously monitor slots for module changes, and reset if new board installed. Deprecated. The response to any GET should be notSupported(1). Any SET attempt should be rejected with the SNMP error badValue(3).
1.3.6.1.4.1.629.200.6.1.1.20INTEGER {notSupported(1), deprecatedoff(2), deprecatedon(3)}read-writecurrent
nbsCmmcChassisEnableLinkTraps
OBJECT-TYPE
When set, send trap to report change in link status, up or down.
1.3.6.1.4.1.629.200.6.1.1.21INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcChassisEnableChassisTraps
OBJECT-TYPE
When set, send trap to report chassis related events.
1.3.6.1.4.1.629.200.6.1.1.22INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcChassisEnableLoopbackTraps
OBJECT-TYPE
When set, send trap to report change in loopback configuration.
1.3.6.1.4.1.629.200.6.1.1.23INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcChassisEnableSlotChangeTraps
OBJECT-TYPE
When set, send trap to report slot change related events.
1.3.6.1.4.1.629.200.6.1.1.24INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcChassisEnablePortTraps
OBJECT-TYPE
When set, send trap to report port change related events.
1.3.6.1.4.1.629.200.6.1.1.25INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcChassisResetAllModules
OBJECT-TYPE
Continuously monitor slots for module changes, and reset if new board installed. Deprecated. The response to any GET should be notSupported(1). Any SET attempt should be rejected with the SNMP error badValue(3).
1.3.6.1.4.1.629.200.6.1.1.26INTEGER {notSupported(1), deprecatedOperating(2), deprecatedReset(3)}read-writecurrent
nbsCmmcChassisEnableModuleSpecificTraps
OBJECT-TYPE
When set, send trap to report change in specific cards conditions
1.3.6.1.4.1.629.200.6.1.1.27INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcChassisLoopbackTimeout
OBJECT-TYPE
loopback timeout in minutes, zero indicates forever
1.3.6.1.4.1.629.200.6.1.1.28INTEGER (0..2147483647)read-writecurrent
nbsCmmcChassisPortInfoBitMap
OBJECT-TYPE
Deprecated.
1.3.6.1.4.1.629.200.6.1.1.29OCTET STRINGread-onlycurrent
nbsCmmcChassisSlotListBitMap
OBJECT-TYPE
Deprecated.
1.3.6.1.4.1.629.200.6.1.1.30OCTET STRINGread-onlycurrent
nbsCmmcChassisNumberOfPortsBitMap
OBJECT-TYPE
Deprecated.
1.3.6.1.4.1.629.200.6.1.1.31OCTET STRINGread-onlycurrent
nbsCmmcChassisName
OBJECT-TYPE
The user assigned name for this chassis
1.3.6.1.4.1.629.200.6.1.1.32DisplayString (SIZE(0..50))read-writecurrent
nbsCmmcChassisEnableLINTraps
OBJECT-TYPE
When off(2), suppresses any traps related to Link Integrity Notification.
1.3.6.1.4.1.629.200.6.1.1.33INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcChassisEnablePortChangeTraps
OBJECT-TYPE
When off(2), suppresses any traps related to removable Ports being inserted or removed.
1.3.6.1.4.1.629.200.6.1.1.34INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcChassisEnablePortDiagsTraps
OBJECT-TYPE
When off(2), suppresses any traps related to digital diagnostics being outside of safe levels.
1.3.6.1.4.1.629.200.6.1.1.35INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcChassisFan5Status
OBJECT-TYPE
The status of Fan 5.
1.3.6.1.4.1.629.200.6.1.1.36INTEGER {notSupported(1), bad(2), good(3), notInstalled(4)}read-onlycurrent
nbsCmmcChassisFan6Status
OBJECT-TYPE
The status of Fan 6.
1.3.6.1.4.1.629.200.6.1.1.37INTEGER {notSupported(1), bad(2), good(3), notInstalled(4)}read-onlycurrent
nbsCmmcChassisFan7Status
OBJECT-TYPE
The status of Fan 7.
1.3.6.1.4.1.629.200.6.1.1.38INTEGER {notSupported(1), bad(2), good(3), notInstalled(4)}read-onlycurrent
nbsCmmcChassisFan8Status
OBJECT-TYPE
The status of Fan 8.
1.3.6.1.4.1.629.200.6.1.1.39INTEGER {notSupported(1), bad(2), good(3), notInstalled(4)}read-onlycurrent
nbsCmmcChassisEnableSwitchoverTraps
OBJECT-TYPE
When on, NM can send notifications whenever a self-healing card switches traffic from an active port to its redundant standby port. When off, NM will not send switchover notifications.
1.3.6.1.4.1.629.200.6.1.1.40INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcChassisCrossConnect
OBJECT-TYPE
For chassis housing cross-connect blades or slots, this object is used to reflect the operating state and to clear the entire cross-connect map, including any independent maps of subordinate slots. If there are currently no cross-connect blades or slots in this chassis, the Agent must report notSupported(1). Additionally, if this object reports notSupported(1), any SNMP SET to this object should return SNMP Error 3 (bad value). The Agent should report operating(2) under normal circumstances. If this object reports operating(2), SNMP Managers are allowed to set this object to clearing (3), which instructs the Agent to erase all this chassis' cross-connect maps, including any independent maps of subordinate slots.
1.3.6.1.4.1.629.200.6.1.1.41INTEGER {notSupported(1), operating(2), clearing(3)}read-writecurrent
nbsCmmcChassisNVAreaBanks
OBJECT-TYPE
The maximum number of executable images that can be stored locally on this chassis. This number does not count any memory banks that are in a modular subcomponent of this chassis. Please refer to nbsPartProgNVAreaStart and nbsPartProgNVAreaBanks for that information. Not supported value: 0
1.3.6.1.4.1.629.200.6.1.1.42INTEGERread-onlycurrent
nbsCmmcChassisFirmwareCaps
OBJECT-TYPE
This bitmask indicates which executable images this chassis can support. This object is mandatory for all chassis. Bit 0 is reserved. Subsequent bits refer to the nbsCmmcSysFirmwareTable. Bit 1 corresponds to the first table entry, Bit 2 to the second entry, and so on. A bit is set (1) if that image is appropriate for this chassis, cleared (0) otherwise. OCTET STRING bitmasks count the leftmost bit (MSB) as 0. A zero length OCTET STRING indicates that the nbsCmmcSysFirmwareTable is not supported by this agent.
1.3.6.1.4.1.629.200.6.1.1.43OCTET STRING (SIZE(0..8))read-onlycurrent
nbsCmmcChassisFirmwareLoad
OBJECT-TYPE
This bitmask indicates which executable images this chassis has stored in its own NV area. This object is mandatory for all chassis. OCTET STRING bitmasks count the leftmost bit (MSB) as 0. Bit 0 indicates whether an executable image is loading. Subsequent bits refer to the nbsCmmcSysFirmwareTable. Bit 1 corresponds to the first table entry, Bit 2 to the second entry, and so on. A bit is set (1) if that image is stored on this chassis, cleared (0) if not. Clearing bits has no effect. To erase an NV area, use the nbsCmmcSysNVAreaTable. Users may transfer a file to an NV area by setting the appropriate file's bit and the loading (MSB) bit to one (1). Adding a file requires that the NM start a file transfer to this chassis, which is a lengthy operation. If a transfer session is already active (nbsCmmcChassisLoader is non-zero), writes to this object will be rejected. A zero length OCTET STRING indicates that the nbsCmmcSysFirmwareTable is not supported by this agent.
1.3.6.1.4.1.629.200.6.1.1.44OCTET STRING (SIZE(0..8))read-writecurrent
nbsCmmcChassisNVAreaAdmin
OBJECT-TYPE
A SET on this object will force the corresponding nbsCmmcSysNvAreaStatus to primary, set this chassis' other memory banks to backup, and immediately load and execute the firmware image contained in the specified memory bank. A GET on this object will indicate the memory bank of this chassis that is currently designated as primary. Not supported value: -1
1.3.6.1.4.1.629.200.6.1.1.45INTEGERread-writecurrent
nbsCmmcChassisNVAreaOper
OBJECT-TYPE
The nbsCmmcSysNVAreaBank of nbsCmmcSysNVAreaTable corresponding to the current operationally active firmware image. 0 indicates the current active image is NOT in the NVAreaTable. Not supported value: -1
1.3.6.1.4.1.629.200.6.1.1.46INTEGERread-onlycurrent
nbsCmmcChassisLoader
OBJECT-TYPE
The nbsCmmcSysLoaderIndex of nbsCmmcSysLoaderTable corresponding to the current loading session. 0 indicates no loading session is active.
1.3.6.1.4.1.629.200.6.1.1.47INTEGERread-onlycurrent
nbsCmmcChassisSerialNum
OBJECT-TYPE
SerialNumber of this chassis. If this object is not supported, this string should be empty.
1.3.6.1.4.1.629.200.6.1.1.48DisplayString (SIZE(0..12))read-onlycurrent
nbsCmmcChassisFace
OBJECT-TYPE
ASCII string containing encoded summary of chassis front panel status. The encoding uses keywords and associated allowed values. Keyword:value pairs delimited by the pipe '|' symbol, and within a pair, a keyword should be separated from its associated value by a colon ':' character. Agent should provide the following info if available. If unknown, it should be omitted. Description Keyword Allowed Values --------------------------------------------------------- Protocol prot ether|slip Power Supply(X) psx [use nbsCmmcChassisPSxStatus] Temperature temp [use nbsCmmcChassisTemperature] Temperature Max tmax [use nbsCmmcChassisTemperatureLimit] Temperature Min tmin [use nbsCmmcChassisTemperatureMin] Type type [use nbsCmmcChassisType] RM/AH Peer Chas rmch [use nbsCmmcChassisIndex] An example string could be: |prot:ether|ps1:2|ps2:3|ps3:5|temp:20| If this object is not supported, this string should be empty.
1.3.6.1.4.1.629.200.6.1.1.49OCTET STRING (SIZE(0..500))read-onlycurrent
nbsCmmcChassisCountersState
OBJECT-TYPE
This object allows user to reset MAC counters on all ports in this Chassis.
1.3.6.1.4.1.629.200.6.1.1.50INTEGER {notSupported(1), counting(2), clearing(3)}read-writecurrent
nbsCmmcChassisPowerStatus
OBJECT-TYPE
Indicates if the total power in the chassis is sufficient or insufficient. Insufficient means that the chassis won't work in a correct mode.
1.3.6.1.4.1.629.200.6.1.1.51INTEGER {notSupported(1), sufficient(2), insufficient(3)}read-onlycurrent
nbsCmmcChassisIfIndex
OBJECT-TYPE
Mib2-like ifIndex of this chassis
1.3.6.1.4.1.629.200.6.1.1.52InterfaceIndexread-onlycurrent
nbsCmmcChassisCount
OBJECT-TYPE
The number of chassis currently plugged into the system.
1.3.6.1.4.1.629.200.6.2INTEGERread-onlycurrent
nbsCmmcSlotGrp
OBJECT-IDENTITY
Slot/Card/Blade objects
1.3.6.1.4.1.629.200.7current
nbsCmmcSlotTable
OBJECT-TYPE
A table that describes the Slot connected
1.3.6.1.4.1.629.200.7.1not-accessiblecurrent
nbsCmmcSlotEntry
OBJECT-TYPE
Contains a description of a particular Slot
1.3.6.1.4.1.629.200.7.1.1not-accessiblecurrent
nbsCmmcSlotChassisIndex
OBJECT-TYPE
The index of the Chassis to the Slot is connected.
1.3.6.1.4.1.629.200.7.1.1.1INTEGERread-onlycurrent
nbsCmmcSlotIndex
OBJECT-TYPE
The slot index.
1.3.6.1.4.1.629.200.7.1.1.2INTEGERread-onlycurrent
nbsCmmcSlotType
OBJECT-TYPE
The front panel of card in the slot.
1.3.6.1.4.1.629.200.7.1.1.3NbsCmmcEnumSlotTyperead-onlycurrent
nbsCmmcSlotModel
OBJECT-TYPE
Describes the model of card that is currently in the slot.
1.3.6.1.4.1.629.200.7.1.1.4DisplayString (SIZE(0..50))read-onlycurrent
nbsCmmcSlotObjectId
OBJECT-TYPE
The description of the type of card in the slot.
1.3.6.1.4.1.629.200.7.1.1.5OBJECT IDENTIFIERread-onlycurrent
nbsCmmcSlotNumberOfPorts
OBJECT-TYPE
Number of ports on the card.
1.3.6.1.4.1.629.200.7.1.1.6INTEGERread-onlycurrent
nbsCmmcSlotHardwareRevision
OBJECT-TYPE
This describes the hardware revision of the card
1.3.6.1.4.1.629.200.7.1.1.7DisplayString (SIZE(0..100))read-onlycurrent
nbsCmmcSlotOperationType
OBJECT-TYPE
Operation of card..
1.3.6.1.4.1.629.200.7.1.1.8NbsCmmcEnumSlotOperationTyperead-writecurrent
nbsCmmcSlotReset
OBJECT-TYPE
Current reset condition, and possible reset types. notSupported [1] - reported if feature unavailable. operating [2] - indicates normal operating status. phy [3] and queue [4] are deprecated. resetSlot [5] - cold restart, may impact traffic. initSlot [6] reverts to default settings; init-module. resetWarm [7] - soft restart, won't hurt traffic. The value operating [2] is normally returned by GET, but during a reset operation, the appropriate reset value [5, 6, or 7] may be returned.
1.3.6.1.4.1.629.200.7.1.1.9INTEGER {notSupported(1), operating(2), deprecatedPhy(3), deprecatedQueue(4), resetSlot(5), initSlot(6), resetWarm(7)}read-writecurrent
nbsCmmcSlotName
OBJECT-TYPE
The user assigned name for this slot.
1.3.6.1.4.1.629.200.7.1.1.10DisplayString (SIZE(0..50))read-writecurrent
nbsCmmcSlotModuleType
OBJECT-TYPE
Equivalent to nbsCmmcSlotType, except for modules that occupy more than one slot in a chassis. For such multi- slot modules, this ModuleType indicates the product this slot is a part of.
1.3.6.1.4.1.629.200.7.1.1.11INTEGERread-onlycurrent
nbsCmmcSlotModuleSlot
OBJECT-TYPE
This indicates the position of this slot within its module. For one-slot modules this value is always one (1). For multi-slot modules, this is a positive integer between 1 and the number of slots spanned by this module. The numbering always begins with the leftmost slot as 1.
1.3.6.1.4.1.629.200.7.1.1.12INTEGERread-onlycurrent
nbsCmmcSlotSwConfigurable
OBJECT-TYPE
Indicates whether card is software configurable, usually based on hardware jumper/dip switch settings. If any changes to the hardware configuration are allowed, this value will be yes(3). If this is no(2), SNMP GETs will work but SETs will fail with an SNMP error. According to RFC 1157, that error should be noSuchName(2).
1.3.6.1.4.1.629.200.7.1.1.13INTEGER {other(1), no(2), yes(3)}read-onlycurrent
nbsCmmcSlotConfiguration
OBJECT-TYPE
Bit stream containing current configuration of slot.
1.3.6.1.4.1.629.200.7.1.1.14OCTET STRING (SIZE(0..250))read-writecurrent
nbsCmmcSlotMacAddress
OBJECT-TYPE
MAC Address of this card. If this object is not supported, this string should be empty.
1.3.6.1.4.1.629.200.7.1.1.15OCTET STRING (SIZE(0..6))read-onlycurrent
nbsCmmcSlotIPAddress
OBJECT-TYPE
For non-NM cards which feature independent IP stacks, this is the SNMP Agent Administrative value of the IP Address for the card in this slot.
1.3.6.1.4.1.629.200.7.1.1.16IpAddressread-writecurrent
nbsCmmcSlotSubnetMask
OBJECT-TYPE
For non-NM cards which feature independent IP stacks, this is the SNMP Agent Administrative value of the SubnetMask for the card in this slot.
1.3.6.1.4.1.629.200.7.1.1.17IpAddressread-writecurrent
nbsCmmcSlotBroadcastAddr
OBJECT-TYPE
For non-NM cards which feature independent IP stacks, this is the SNMP Agent Administrative value of the IP Broadcast Address for the card in this slot.
1.3.6.1.4.1.629.200.7.1.1.18IpAddressread-writecurrent
nbsCmmcSlotDefGateway
OBJECT-TYPE
For non-NM cards which feature independent IP stacks, this is the SNMP Agent Administrative value of the Default Gateway for the card in this slot.
1.3.6.1.4.1.629.200.7.1.1.19IpAddressread-writecurrent
nbsCmmcSlotHoming
OBJECT-TYPE
This object describes the cabling topology of CO / CPE pairs. It must be supported on the Customer Premises Equipment (CPE) slots. Any card that does not utilize this object should report notSupported(1). If one CO is redundantly cabled to one CPE, the pair is in singleCO(2) homing. If two separate CO cards are connected to the same CPE, the CPE is dually homed. Because neither CO has contact with the other CO, each CO should be told the CPE is in a dualCOs(3) homing configuration. If the card has a dual homing feature but does not know its current status, it defaults to singleCO(2). If that is incorrect, users should change the value to dualCOs(3) to inform the card of its network configuration.
1.3.6.1.4.1.629.200.7.1.1.20INTEGER {notSupported(1), singleCO(2), dualCOs(3)}read-writecurrent
nbsCmmcSlotRedundancyAdmin
OBJECT-TYPE
This object is used to disable redundancy on certain cards that support the 802.3ah standard, but if supported, the preferred method is to use the object nbsCmmcPortEnableAdmin to administratively disable redundant ports that shouldn't become active. This object may also be used to change the operating mode of 4 port crossbar cards that can be configured for redundancy. For cards that do not support this feature, any reads of this object should get the response notSupported (1). Writes to this object should be rejected with the SNMP error badValue (3).
1.3.6.1.4.1.629.200.7.1.1.21INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcSlotDescr
OBJECT-TYPE
Agent description of this slot.
1.3.6.1.4.1.629.200.7.1.1.22DisplayString (SIZE(0..100))read-onlycurrent
nbsCmmcSlotUpgradable
OBJECT-TYPE
This object indicates whether the card in this slot can now be reprogrammed. It should be used together with nbsCmmcSysUpgrade. Cards without reprogrammable firmware should always report notSupported (1). Reprogrammable cards should report supported(2) only if the NM has the appropriate firmware image already loaded and ready to send to the card.
1.3.6.1.4.1.629.200.7.1.1.23INTEGER {notSupported(1), supported(2)}read-onlycurrent
nbsCmmcSlotCrossConnect
OBJECT-TYPE
For slots supporting cross-connect functionality, this object is used to reflect the operating state and clear the entire cross-connect map for this slot. If the slot is not of cross-connect type, the Agent must report notSupported(1). Additionally, if this object reports notSupported(1), any SNMP SET to this object should return SNMP Error 3 (bad value). The Agent should report operating(2) under normal circumstances. If this object reports operating(2), SNMP Managers are allowed to set this object to clearing (3), which instructs the Agent to erase the cross-connect map for this slot.
1.3.6.1.4.1.629.200.7.1.1.24INTEGER {notSupported(1), operating(2), clearing(3)}read-writecurrent
nbsCmmcSlotClearType
OBJECT-TYPE
When nbsCmmcSysLockTypes is enabled, use this object to clear the configured slot type. Issue a set command with a value of clearType(3). A read of this object will always return idle(2), or notSupported(1) if this feature is not supported.
1.3.6.1.4.1.629.200.7.1.1.25INTEGER {notSupported(1), idle(2), clearType(3)}read-writecurrent
nbsCmmcSlotNVAreaBanks
OBJECT-TYPE
The maximum number of executable images that can be stored locally on this module. This number does not count any memory banks that are in a modular subcomponent of this card. Please refer to nbsPartProgNVAreaStart and nbsPartProgNVAreaBanks for that information. Not supported value: 0
1.3.6.1.4.1.629.200.7.1.1.26INTEGERread-onlycurrent
nbsCmmcSlotFirmwareCaps
OBJECT-TYPE
This bitmask indicates which executable images this module can support. This object is mandatory for all modules. Bit 0 is reserved. Subsequent bits refer to the nbsCmmcSysFirmwareTable. Bit 1 corresponds to the first table entry, Bit 2 to the second entry, and so on. A bit is set (1) if that image is appropriate for this module, cleared (0) if unavailable. OCTET STRING bitmasks count the leftmost bit (MSB) as 0. A zero length OCTET STRING indicates that the nbsCmmcSysFirmwareTable is not supported by this agent.
1.3.6.1.4.1.629.200.7.1.1.27OCTET STRING (SIZE(0..8))read-onlycurrent
nbsCmmcSlotFirmwareLoad
OBJECT-TYPE
This bitmask indicates which executable images this module has stored in its own NV area. This object is mandatory for all modules. OCTET STRING bitmasks count the leftmost bit (MSB) as 0. Bit 0 indicates whether an executable image is loading. Subsequent bits refer to the nbsCmmcSysFirmwareTable. Bit 1 corresponds to the first table entry, Bit 2 to the second entry, and so on. A bit is set (1) if that image is stored on this module, cleared (0) if not. Clearing bits has no effect. To erase an NV area, use the nbsCmmcSysNVAreaTable. Users may transfer a file to an NV area by setting the appropriate file's bit and the loading (MSB) bit to one (1). Adding a file requires that the NM start a file transfer to this module, which is a lengthy operation. If a transfer session is already active (nbsCmmcSlotLoader is non-zero), writes to this object will be rejected. A zero length OCTET STRING indicates that the nbsCmmcSysFirmwareTable is not supported by this agent.
1.3.6.1.4.1.629.200.7.1.1.28OCTET STRING (SIZE(0..8))read-writecurrent
nbsCmmcSlotNVAreaAdmin
OBJECT-TYPE
A SET on this object will force the corresponding nbsCmmcSysNvAreaStatus to primary, set this module's other memory banks to backup, and immediately load and execute the firmware image contained in the specified memory bank. A GET on this object will indicate the memory bank of this module that is currently designated as primary. Not supported value: -1
1.3.6.1.4.1.629.200.7.1.1.29INTEGERread-writecurrent
nbsCmmcSlotNVAreaOper
OBJECT-TYPE
The nbsCmmcSysNVAreaBank of nbsCmmcSysNVAreaTable corresponding to the current operationally active firmware image. 0 indicates the current active image is NOT in the NVAreaTable. Not supported value: -1
1.3.6.1.4.1.629.200.7.1.1.30INTEGERread-onlycurrent
nbsCmmcSlotLoader
OBJECT-TYPE
The nbsCmmcSysLoaderIndex of nbsCmmcSysLoaderTable corresponding to the current loading session. 0 indicates no loading session is active.
1.3.6.1.4.1.629.200.7.1.1.31INTEGERread-onlycurrent
nbsCmmcSlotSerialNum
OBJECT-TYPE
SerialNumber of this module. If this object is not supported, this string should be empty.
1.3.6.1.4.1.629.200.7.1.1.32DisplayString (SIZE(0..12))read-onlycurrent
nbsCmmcSlotToggleRate
OBJECT-TYPE
For crossbar products. Used to indicate the approximate rate, in microseconds, at which this card should toggle its transmitters on and off. Not supported value: 0
1.3.6.1.4.1.629.200.7.1.1.33INTEGER (0..2147483647)read-writecurrent
nbsCmmcSlotTemperature
OBJECT-TYPE
The temperature (in degrees celsius) of this slot. Not supported value: 0x80000000
1.3.6.1.4.1.629.200.7.1.1.34INTEGER (-2147483648..2147483647)read-onlycurrent
nbsCmmcSlotCountersState
OBJECT-TYPE
This object allows user to reset MAC counters on all ports.
1.3.6.1.4.1.629.200.7.1.1.35INTEGER {notSupported(1), counting(2), clearing(3)}read-writecurrent
nbsCmmcSlotRedundancyOper
OBJECT-TYPE
This object reports the actual redundancy state of a card. For cards that do not support this feature, any reads of this object should get the response notSupported (1).
1.3.6.1.4.1.629.200.7.1.1.36INTEGER {notSupported(1), disabled(2), enabled(3)}read-onlycurrent
nbsCmmcSlotIfIndex
OBJECT-TYPE
Mib2-like ifIndex of this slot
1.3.6.1.4.1.629.200.7.1.1.37InterfaceIndexread-onlycurrent
nbsCmmcSlotModuleStatus
OBJECT-TYPE
Slots that have no card installed should be reported as empty(2). Slots where a card has been physically inserted should be reported as notReady(3) while the card is loading or warming up, and ready(4) once the card is fully operational. Slots that support redundant action may report standby(5) if they are not yet ready but waiting to go to ready(4) in case of failover. When this object is unavailable the Agent will report the status notSupported (1).
1.3.6.1.4.1.629.200.7.1.1.38INTEGER {notSupported(1), empty(2), notReady(3), ready(4), standby(5)}read-onlycurrent
nbsCmmcSlotManagementPort
OBJECT-TYPE
This object, if set, reports the direct slot management port number. For cards that do not support this feature the response will be 0.
1.3.6.1.4.1.629.200.7.1.1.39INTEGER (0..65535)read-onlycurrent
nbsCmmcSlotTemperatureLimit
OBJECT-TYPE
The maximum safe temperature (degrees Celsius) of the Slot. Not supported value: 0x80000000
1.3.6.1.4.1.629.200.7.1.1.40INTEGER (-100..100)read-writecurrent
nbsCmmcSlotTemperatureMin
OBJECT-TYPE
The minimum safe temperature (degrees Celsius) of the Slot. Not supported value: 0x80000000
1.3.6.1.4.1.629.200.7.1.1.41INTEGER (-100..100)read-writecurrent
nbsCmmcLedTable
OBJECT-TYPE
A table to report status of front panel LEDs
1.3.6.1.4.1.629.200.7.2not-accessiblecurrent
nbsCmmcLedEntry
OBJECT-TYPE
Indicates status of a particular LED
1.3.6.1.4.1.629.200.7.2.1not-accessiblecurrent
nbsCmmcLedChassisIndex
OBJECT-TYPE
The index of the Chassis to the Slot is connected.
1.3.6.1.4.1.629.200.7.2.1.1INTEGERread-onlycurrent
nbsCmmcLedSlotIndex
OBJECT-TYPE
The slot index.
1.3.6.1.4.1.629.200.7.2.1.2INTEGERread-onlycurrent
nbsCmmcLedIndex
OBJECT-TYPE
The index of the led. Index starts at 1.
1.3.6.1.4.1.629.200.7.2.1.3INTEGERread-onlycurrent
nbsCmmcLedColor
OBJECT-TYPE
Actual/current color of the LED.
1.3.6.1.4.1.629.200.7.2.1.4INTEGER {off(1), green(2), amber(3), other(4)}read-onlycurrent
nbsCmmcLedDescription
OBJECT-TYPE
LED's label as on card and short description
1.3.6.1.4.1.629.200.7.2.1.5DisplayString (SIZE(0..50))read-onlycurrent
nbsCmmcSlotFaceTable
OBJECT-TYPE
A table that describes the front panel state of each slot
1.3.6.1.4.1.629.200.7.3not-accessiblecurrent
nbsCmmcSlotFaceEntry
OBJECT-TYPE
Contains a description of a particular Slot
1.3.6.1.4.1.629.200.7.3.1not-accessiblecurrent
nbsCmmcSlotFaceChassisIndex
OBJECT-TYPE
The index of the Chassis housing this slot.
1.3.6.1.4.1.629.200.7.3.1.1INTEGERread-onlycurrent
nbsCmmcSlotFaceSlotIndex
OBJECT-TYPE
The slot index.
1.3.6.1.4.1.629.200.7.3.1.2INTEGERread-onlycurrent
nbsCmmcSlotFaceRowIndex
OBJECT-TYPE
Row Number
1.3.6.1.4.1.629.200.7.3.1.3INTEGERread-onlycurrent
nbsCmmcSlotFaceSummary
OBJECT-TYPE
ASCII string containing encoded summary of slot front panel status. The encoding uses keywords and associated allowed values. Keyword:value pairs delimited by the pipe '|' symbol, and within a pair, a keyword should be separated from its associated value by a colon ':' character. Agent should provide the following info if available. If unknown or inapplicable, it should be omitted. Description Keyword Allowed Values --------------------------------------------------------- Slot/SNMP Type slid [use nbsCmmcSlotType] LED ledx [use nbsCmmcLedColor] PortLink plnkx [use nbsCmmcPortLinked] PortOperational popx [use nbsCmmcPortOperational] PortSelectLink pselx actv|stdby PortConnector pconx [use nbsCmmcPortConnector] An example string could be: |slid:436|led1:2|plnk1:2|pop2:2|psel2:actv|pcon4:15| If this object is not supported, this string should be empty.
1.3.6.1.4.1.629.200.7.3.1.4OCTET STRING (SIZE(0..500))read-onlycurrent
nbsCmmcPortGrp
OBJECT-IDENTITY
Port objects
1.3.6.1.4.1.629.200.8current
nbsCmmcPortTable
OBJECT-TYPE
A table that describes the Port connected
1.3.6.1.4.1.629.200.8.1not-accessiblecurrent
nbsCmmcPortEntry
OBJECT-TYPE
Contains a description of a particular Port.
1.3.6.1.4.1.629.200.8.1.1not-accessiblecurrent
nbsCmmcPortChassisIndex
OBJECT-TYPE
The index of the Chassis for the Slot to which this port is connected.
1.3.6.1.4.1.629.200.8.1.1.1INTEGERread-onlycurrent
nbsCmmcPortSlotIndex
OBJECT-TYPE
The index of the Slot in the Chassis to which this port is connected.
1.3.6.1.4.1.629.200.8.1.1.2INTEGERread-onlycurrent
nbsCmmcPortIndex
OBJECT-TYPE
The index of the Port in the Slot in the Chassis to which this port is connected.
1.3.6.1.4.1.629.200.8.1.1.3INTEGERread-onlycurrent
nbsCmmcPortType
OBJECT-TYPE
The physical type of port. Valid port types are > 1. The mib representation of pluggable port types are documented in nbsSffMsaIdentifier from NBS-SFF-MIB, and have the following PortTypes here: sfp 125, gbic 147, xfp 197, qsfp 219, cxp 220, cfp 221, qspf28 223, cfp2 224
1.3.6.1.4.1.629.200.8.1.1.4INTEGERread-onlycurrent
nbsCmmcPortObjectId
OBJECT-TYPE
Object Id of the port
1.3.6.1.4.1.629.200.8.1.1.5OBJECT IDENTIFIERread-onlycurrent
nbsCmmcPortAutoNegotiation
OBJECT-TYPE
The AutoNegotiation status of a port. AutoNegotiation may affect the port's speed, duplex, and MDI/MDIX. If this port does not offer this feature, Agent should report the value notSupported(1). To disable this feature, set the value to off(2). To enable this feature, set the value to on(3). The value autoMDIXOnly(4) is deprecated. The value custom (5) is deprecated.
1.3.6.1.4.1.629.200.8.1.1.7INTEGER {notSupported(1), off(2), on(3), deprecated4(4), deprecated5(5)}read-writecurrent
nbsCmmcPortDuplex
OBJECT-TYPE
The duplex mode of the port.
1.3.6.1.4.1.629.200.8.1.1.8INTEGER {notSupported(1), half(2), full(3)}read-writecurrent
nbsCmmcPortSpeed
OBJECT-TYPE
The line speed of the port. This object is superseded by nbsCmmcPortProtoAdmin and nbsCmmcPortProtoOper.
1.3.6.1.4.1.629.200.8.1.1.9INTEGER {other(1), spd10Mbps(2), spd100Mbps(3), spdGigabit(4), spd10Gbps(5)}read-writecurrent
nbsCmmcPortRxActivity
OBJECT-TYPE
The receive status of the port.
1.3.6.1.4.1.629.200.8.1.1.10INTEGER {notSupported(1), off(2), on(3)}read-onlycurrent
nbsCmmcPortTxActivity
OBJECT-TYPE
The transmit status of the port.
1.3.6.1.4.1.629.200.8.1.1.11INTEGER {notSupported(1), off(2), on(3)}read-onlycurrent
nbsCmmcPortCollisionActivity
OBJECT-TYPE
The collision status of the port.
1.3.6.1.4.1.629.200.8.1.1.12INTEGER {notSupported(1), off(2), on(3)}read-onlycurrent
nbsCmmcPortLoopback
OBJECT-TYPE
The loopback status of the port.
1.3.6.1.4.1.629.200.8.1.1.13INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcPortEnableAdmin
OBJECT-TYPE
Administratively desired operational status of the port. For the actual operational status, please see the related object nbsCmmcPortEnableOper. The value notSupported (1) indicates that the user has no ability to disable the transceiver. Users may set this value to disable (2) to turn off the port's transceiver so that no traffic will flow through this port. For traffic to be sent and received as normal, this object should be set to enable (3). The value auto (4) has been deprecated - older Agents might report it, and Managers may attempt to set it, but newer agents will neither report nor accept this value.
1.3.6.1.4.1.629.200.8.1.1.14INTEGER {notSupported(1), disable(2), enable(3), deprecatedAuto(4)}read-writecurrent
nbsCmmcPortLIN
OBJECT-TYPE
Line integrity check on or off.
1.3.6.1.4.1.629.200.8.1.1.16INTEGER {notSupported(1), disable(2), enable(3)}read-writecurrent
nbsCmmcPortAging
OBJECT-TYPE
Aging on or off.
1.3.6.1.4.1.629.200.8.1.1.17INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcPortMaxPacketSize
OBJECT-TYPE
The Maximum Packet Size Allowed.
1.3.6.1.4.1.629.200.8.1.1.18INTEGER {notSupported(1), max1518(2), max1536(3), max6k(4)}read-writecurrent
nbsCmmcPortRemoteLoopback
OBJECT-TYPE
Indicates whether port should perform Remote Loopback. When on (3), outbound traffic is returned to the ingress port. In other words, traffic comes from one of the module's other ports to get to this one, and upon arriving here gets sent back to that other port, from where it continues on back to the originator of the traffic. The related object nbsCmmcPortLoopback may be forced off(2) whenever this object is set to on(3).
1.3.6.1.4.1.629.200.8.1.1.19INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcPortErrorActivity
OBJECT-TYPE
The error activity of the port.
1.3.6.1.4.1.629.200.8.1.1.20INTEGER {notSupported(1), off(2), on(3)}read-onlycurrent
nbsCmmcPortName
OBJECT-TYPE
The user assigned name for this port. This object is also used for the MIB2 object ifAlias.
1.3.6.1.4.1.629.200.8.1.1.21DisplayString (SIZE(0..50))read-writecurrent
nbsCmmcPortValue
OBJECT-TYPE
Originally named nbsCmmcPortOpticalPower. Now usage may vary by card. For card 162, PortValue measures the Optical Power, or signal strength. For card 197, PortValue is a text string displaying signal strength in decibels. For cards 211 and 212, PortValue measures the current bandwidth level. Only one byte is used, and its value can be notSupported(1), under45Mbps(2), under155Mbps(3), under622Mbps(4), or under1Gbps(5)
1.3.6.1.4.1.629.200.8.1.1.22OCTET STRING (SIZE(0..16))read-onlycurrent
nbsCmmcPortThreshold
OBJECT-TYPE
Port Threshold - usage may be different for each card. For card 197, this indicates the minimum signal strength. Value ranges from -5 to -40 decibels. For card 211, valid values are: notSupported(1), speed45Mbps(2), speed155Mbps(3), speed622Mbps(4), speed1Gbps(5) For card 375, this indicates the rate limit and is expressed in units of Mbps. For cards 376 and 379, this indicates the rate limit and is expressed in units of Kbps. Not supported value: 0x80000000
1.3.6.1.4.1.629.200.8.1.1.23INTEGER (-2147483648..2147483647)read-writecurrent
nbsCmmcPortThresholdAction
OBJECT-TYPE
Action to perform if threshold is crossed. Usage may be different for each card. For card 197, the allowable Actions are: notSupported(1), noAction(2), sendTrap(3) For cards 211 and 212, valid values are: notSupported(1), noAction(2), sendTrap(3), disablePort(4), disablePortAndSendTrap(5),disablePortPeriodically(6), disablePeriodicallyAndSendTrap(7) Not supported value: 1
1.3.6.1.4.1.629.200.8.1.1.24INTEGERread-writecurrent
nbsCmmcPortRMChassis
OBJECT-TYPE
The nbsCmmcPortRMChassis, nbsCmmcPortRMSlot, and nbsCmmcPortRMPort objects indicate which remote port is externally cabled to this port. This nbsCmmcPortRMChassis object indicates the remote port's nbsCmmcPortChassisIndex. If no remote port is known, the nbsCmmcPortRMChassis, nbsCmmcPortRMSlot, and nbsCmmcPortRMPort objects should each have the value 0. If a physical link is discovered by the agent, the nbsCmmcPortRMChassis, nbsCmmcPortRMSlot, and nbsCmmcPortRMPort objects are each set automatically. If the connection is not discovered automatically, users may enter the connection by manually setting the three nbsCmmcPortRM objects
1.3.6.1.4.1.629.200.8.1.1.25INTEGERread-writecurrent
nbsCmmcPortRMSlot
OBJECT-TYPE
The nbsCmmcPortRMChassis, nbsCmmcPortRMSlot, and nbsCmmcPortRMPort objects indicate which remote port is externally cabled to this port. This nbsCmmcPortRMSlot object indicates the remote port's nbsCmmcPortSlotIndex. If no remote port is known, the nbsCmmcPortRMChassis, nbsCmmcPortRMSlot, and nbsCmmcPortRMPort objects should each have the value 0. If a physical link is discovered by the agent, the nbsCmmcPortRMChassis, nbsCmmcPortRMSlot, and nbsCmmcPortRMPort objects are each set automatically. If the connection is not discovered automatically, users may enter the connection by manually setting the three nbsCmmcPortRM objects
1.3.6.1.4.1.629.200.8.1.1.26INTEGERread-writecurrent
nbsCmmcPortRMPort
OBJECT-TYPE
The nbsCmmcPortRMChassis, nbsCmmcPortRMSlot, and nbsCmmcPortRMPort objects indicate which remote port is externally cabled to this port. This nbsCmmcPortRMPort object indicates the remote port's nbsCmmcPortIndex. If no remote port is known, the nbsCmmcPortRMChassis, nbsCmmcPortRMSlot, and nbsCmmcPortRMPort objects should each have the value 0. If a physical link is discovered by the agent, the nbsCmmcPortRMChassis, nbsCmmcPortRMSlot, and nbsCmmcPortRMPort objects are each set automatically. If the connection is not discovered automatically, users may enter the connection by manually setting the three nbsCmmcPortRM objects
1.3.6.1.4.1.629.200.8.1.1.27INTEGERread-writecurrent
nbsCmmcPortSerialNumber
OBJECT-TYPE
Part Serial Number as reported by the component. Not supported value: 'N/A'
1.3.6.1.4.1.629.200.8.1.1.28DisplayString (SIZE(0..50))read-onlycurrent
nbsCmmcPortVendorInfo
OBJECT-TYPE
Vendor name as reported by the component. Not supported value: 'N/A'
1.3.6.1.4.1.629.200.8.1.1.29DisplayString (SIZE(0..50))read-onlycurrent
nbsCmmcPortTemperature
OBJECT-TYPE
The temperature (in degrees celsius) of this trans- ceiver. Not supported value: 0x80000000
1.3.6.1.4.1.629.200.8.1.1.30INTEGER (-2147483648..2147483647)read-onlycurrent
nbsCmmcPortTxPower
OBJECT-TYPE
The output power (in milli dBm) of this transmitter. Not supported value: 0x80000000
1.3.6.1.4.1.629.200.8.1.1.31INTEGER (-2147483648..2147483647)read-onlycurrent
nbsCmmcPortRxPower
OBJECT-TYPE
The received optical power (in milli dBm) of this receiver. Not supported value: 0x80000000
1.3.6.1.4.1.629.200.8.1.1.32INTEGER (-2147483648..2147483647)read-onlycurrent
nbsCmmcPortBiasAmps
OBJECT-TYPE
The bias current (in microAmps) of this transmitter. The reserved value -1 indicates that this object is not supported.
1.3.6.1.4.1.629.200.8.1.1.33INTEGERread-onlycurrent
nbsCmmcPortSupplyVolts
OBJECT-TYPE
The supply voltage (in milliVolts) of this transmitter. The reserved value -1 indicates that this object is not supported.
1.3.6.1.4.1.629.200.8.1.1.34INTEGERread-onlycurrent
nbsCmmcPortMedium
OBJECT-TYPE
The type of physical communications medium.
1.3.6.1.4.1.629.200.8.1.1.35INTEGER {notSupported(1), coax(2), twistedPair(3), singleMode(4), multiMode(5)}read-onlycurrent
nbsCmmcPortConnector
OBJECT-TYPE
The type of physical connector or jack.
1.3.6.1.4.1.629.200.8.1.1.36NbsCmmcEnumPortConnectorread-onlycurrent
nbsCmmcPortWavelength
OBJECT-TYPE
The output wavelength (in nanoMeters) of this transmitter. The reserved value -1 indicates that this object is not supported. This object has been superseded by nbsCmmcPortWavelengthX, which supports floating point wavelengths, and lists of wavelengths.
1.3.6.1.4.1.629.200.8.1.1.37INTEGERread-onlycurrent
nbsCmmcPortDigitalDiags
OBJECT-TYPE
Indicates whether Digital Diagnostics are supported by this port. If they are supported, this variable indicates the worst severity level among the measured diagnostic values.
1.3.6.1.4.1.629.200.8.1.1.38INTEGER {notSupported(1), diagsOk(2), diagsWarning(3), diagsAlarm(4)}read-onlycurrent
nbsCmmcPortZoneIdAdmin
OBJECT-TYPE
For Fibre Channel products, this will be the Agent-assigned ZoneId of the zone this port belongs to. For products which allow dynamic configuration of converter circuits, this will be the Port number where data for this converter circuit will be received. If the chassis or slot is changing, they should be SET first, so ZoneIdAdmin is SET last. This signals the Agent to reconfigure the crossbar. The value 0 indicates that this port is not a part of any Fibre Channel Zone or converter circuit. In order for two ports to be in the same zone/circuit, each must be configured to the same PortSpeed or BitRate. If the Agent receives a request to set CircuitRxPort to a port with a different bit rate, the Agent will return SNMP error-status badValue (3).
1.3.6.1.4.1.629.200.8.1.1.39INTEGERread-writecurrent
nbsCmmcPortNominalBitRate
OBJECT-TYPE
This NominalBitRate variable exists for modules which support configurable speeds that may not be listed in PortSpeed. Here can be specified the raw bit rate desired, measured in decimal Mbps. The Agent may use exactly that rate, or may substitute it with a compatible rate within an appropriate range of speeds. If the Agent receives a request for a bitrate it cannot support, it should return the SNMP errorstatus badValue(3). For ports whose speed is unknown or not configurable, the Agent should report this value as -1. The reserved value 0 specifies that no speed is configured, and any clocking is bypassed. The following values are associated with specific protocols: 44 - DS3 51 - OC-1 77 - Telco bus 125 - Fast Ethernet (100 Mbps) 126 - FDDI 155 - OC-3 200 - ESCON 270 - SDI 270Mbps 540 - SDI 540Mbps 622 - OC-12 1063 - 1 Gig FibreChannel 1244 - OC-24 1250 - Gigabit Ethernet 1485 - HDTV 2125 - 2 Gig FibreChannel 2450 - OC-48 2500 - Infiniband 2666 - OC-48+FEC 9953 - 10 Gig Ethernet/WAN 10312 - 10 Gig Ethernet/LAN 10625 - 10 Gig FibreChannel For ports that support ProtoAdmin 'userDefined', writing this object will automatically set the ProtoAdmin to 'userDefined'.
1.3.6.1.4.1.629.200.8.1.1.40INTEGERread-writecurrent
nbsCmmcPortModulePort
OBJECT-TYPE
Similar to SlotModuleSlot. Some modules occupy more than one slot of a chassis. For such products, this variable will report the port number from the Module perspective. In contrast, the PortIndex reports the port number from an individual slot's perspective. For modules that occupy only one slot, PortModulePort will be equivalent to PortIndex.
1.3.6.1.4.1.629.200.8.1.1.41INTEGERread-onlycurrent
nbsCmmcPortPartRev
OBJECT-TYPE
Part Number and Revision level as reported by the component. Not supported value: 'N/A'
1.3.6.1.4.1.629.200.8.1.1.42DisplayString (SIZE(0..50))read-onlycurrent
nbsCmmcPortIfIndex
OBJECT-TYPE
The index to the MIB-II Interface table entry which represents this port. If there is no corresponding MIB-II interface entry, this value should be 0.
1.3.6.1.4.1.629.200.8.1.1.43INTEGERread-onlycurrent
nbsCmmcPortLinked
OBJECT-TYPE
Simpler, one bit version of PortLink. The value no(1) means there is no signal detected or that signal is of poor quality. The value yes(2) indicates a good connection.
1.3.6.1.4.1.629.200.8.1.1.44INTEGER {no(1), yes(2)}read-onlycurrent
nbsCmmcPortOperational
OBJECT-TYPE
Indicates whether the port is in a state appropriate for normal data communications. The value no(1) means that the port is disabled or in an abnormal state such as loopback. The value yes(2) indicates that the port is enabled and usable.
1.3.6.1.4.1.629.200.8.1.1.45INTEGER {no(1), yes(2)}read-onlycurrent
nbsCmmcPortZoneChassisAdmin
OBJECT-TYPE
For crossbar products, this is the Chassis housing the port shown in nbsCmmcPortZoneId.
1.3.6.1.4.1.629.200.8.1.1.46INTEGERread-writecurrent
nbsCmmcPortZoneSlotAdmin
OBJECT-TYPE
For crossbar products, this is the Slot housing the port shown in nbsCmmcPortZoneId.
1.3.6.1.4.1.629.200.8.1.1.47INTEGERread-writecurrent
nbsCmmcPortAlarmCause
OBJECT-TYPE
For Pluggable ports with Digital Diagnostics. If there is currently no alarm condition, this string should be empty. Otherwise, this should display the most severe actual alarm condition.
1.3.6.1.4.1.629.200.8.1.1.48DisplayString (SIZE(0..50))read-onlycurrent
nbsCmmcPortFlowControl
OBJECT-TYPE
This object determines whether FlowControl should be used. If disabled(2), no FlowControl will be initiated by this port. Any FlowControl requests received will be dropped. If enabled(3), this port will initiate and observe FlowControl requests as specified by the objects nbsCmmcPortFCRecvOper and nbsCmmcPortFCSendOper. Those settings may be changed through the related nbsCmmcPortFCSendAdmin and nbsCmmcPortFCRecvAdmin objects. If notSupported(1), this object is not supported.
1.3.6.1.4.1.629.200.8.1.1.49INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcPortAutoNegAd
OBJECT-TYPE
This object determines which capabilities will be advertised during auto negotiation. Each capability is represented by one bit. Set bit to 1 to advertise capability, 0 to deny it. Capability Bit ---------------------- --- reserved 0 Flow Control 1 1000 Mbps Full Duplex 2 1000 Mbps Half Duplex 3 100 Mbps Full Duplex 4 100 Mbps Half Duplex 5 10 Mbps Full Duplex 6 10 Mbps Half Duplex 7 OCTET STRING bitmasks count the leftmost bit (MSB) as 0.
1.3.6.1.4.1.629.200.8.1.1.50OCTET STRING (SIZE(1))read-writecurrent
nbsCmmcPortAutoNegEditable
OBJECT-TYPE
This object determines which AutoNegAd bits may be changed by the user. Bits set to 1 indicate user may choose whether to advertise the corresponding capability. Bits are cleared if user is not allowed to change the corresponding AutoNegAd bit. Capability Bit ---------------------- --- reserved 0 Flow Control 1 1000 Mbps Full Duplex 2 1000 Mbps Half Duplex 3 100 Mbps Full Duplex 4 100 Mbps Half Duplex 5 10 Mbps Full Duplex 6 10 Mbps Half Duplex 7 OCTET STRING bitmasks count the leftmost bit (MSB) as 0.
1.3.6.1.4.1.629.200.8.1.1.51OCTET STRING (SIZE(1))read-onlycurrent
nbsCmmcPortWavelengthX
OBJECT-TYPE
This objects supersedes the nbsCmmcPortWavelength object. The string format allows both whole numbers as in CWDM, or floating-point numbers as in DWDM. If there is more than one wavelength, as with WDM trunks, each color should be listed, separated by commas. Not supported value: 'N/A'
1.3.6.1.4.1.629.200.8.1.1.52DisplayString (SIZE(0..150))read-onlycurrent
nbsCmmcPortZoneIdOper
OBJECT-TYPE
Operational version of nbsCmmcPortZoneIdAdmin
1.3.6.1.4.1.629.200.8.1.1.53INTEGERread-onlycurrent
nbsCmmcPortZoneSlotOper
OBJECT-TYPE
Operational version of nbsCmmcPortZoneSlotAdmin
1.3.6.1.4.1.629.200.8.1.1.54INTEGERread-onlycurrent
nbsCmmcPortZoneChassisOper
OBJECT-TYPE
Operational version of nbsCmmcPortZoneChassisAdmin
1.3.6.1.4.1.629.200.8.1.1.55INTEGERread-onlycurrent
nbsCmmcPortLinkMatch
OBJECT-TYPE
Some converter ports that are capable of autonegotiation (ANEG) may sometimes be between two end ports that would like to autonegotiate with each other. The Agent can ensure that both ports in the converter/circuit settle on the same autonegotiated settings. This feature is called LinkMatch. ANEG with LinkMatch can sometimes be a lengthy process. In order to streamline the ANEG process, users may manually configure the parameters that supporting ports will advertise during their independent autonegotiations. This involves two steps - first to change the nbsCmmcPortAutoNegAd object to reflect the outcome desired, then to set this nbsCmmcPortLinkMatch object to the value disabled(2). The default value for this object is enabled(3). Ports that do not support this feature should return the value notSupported(1).
1.3.6.1.4.1.629.200.8.1.1.56INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcPortMDIPinoutAdmin
OBJECT-TYPE
Connecting twisted-pair ethernet ports originally required care in choosing either straight or crossover cables. Later, many ethernet ports added the feature that they could be configured to accept either cable pinout. Some ports are even smart enough to detect, or autosense, the pinout they should use. This Administrative object allows users to request the port adopt a specific pinout, or to have the port autosense it. The value notSupported(1) indicates that this port cannot dynamically alter its pinout through this object. The value mdi(2) is used to connect with a straight cable to mdix ports such as those found on hubs, switches and routers. The value mdix(3) is used to connect with a straight cable to mdi ports such as those found on workstations. The value autoSense(4) indicates this port should automatically detect and change to the necessary pinout. This object has a corresponding Operational value which reports the actual pinout state. In certain situations, the Operational value might differ from the Administrative.
1.3.6.1.4.1.629.200.8.1.1.57INTEGER {notSupported(1), mdi(2), mdix(3), autoSense(4)}read-writecurrent
nbsCmmcPortMDIPinoutOper
OBJECT-TYPE
This object reports the actual pinout state of an ethernet port.
1.3.6.1.4.1.629.200.8.1.1.58INTEGER {notSupported(1), mdi(2), mdix(3)}read-onlycurrent
nbsCmmcPortFCRecvAdmin
OBJECT-TYPE
This object allows user to specify what this port should do if it receives a flow control request. This object is ignored when nbsCmmcPortFlowControl is disabled. If this object reports notSupported(1), no changes to this object are allowed. Setting this object to drop(2) indicates that this port should ignore requests to control its flow. Setting this object to comply(3) means this port should grant flow control requests from the connected port, and buffer up traffic while the other side catches up. If this object is set to passthru(4), the port will not comply with the request, but will relay it along to the next port. The corresponding nbsCmmcPortFCRecvOper object indicates the setting that is actually in effect.
1.3.6.1.4.1.629.200.8.1.1.59INTEGER {notSupported(1), drop(2), comply(3), passThru(4)}read-writecurrent
nbsCmmcPortFCRecvOper
OBJECT-TYPE
This object indicates what this port will do with flow control requests it receives.
1.3.6.1.4.1.629.200.8.1.1.60INTEGER {notSupported(1), drop(2), comply(3), passThru(4)}read-onlycurrent
nbsCmmcPortFCSendAdmin
OBJECT-TYPE
This object specifies whether this port will send flow control requests when its in danger of dropping incoming packets. This object is ignored when nbsCmmcPortFlowControl is disabled. Setting this object to enabled(3) means this port may send flow control requests to the other port. Setting this object to disabled(2) indicates that this port should drop packets instead of sending flow control requests. If this object is set to notSupported(1), this object cannot be changed for this port. The corresponding nbsCmmcPortFCSendOper object indicates the setting that is actually in effect.
1.3.6.1.4.1.629.200.8.1.1.61INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcPortFCSendOper
OBJECT-TYPE
This object is ignored when nbsCmmcPortFlowControl is disabled. This object indicates whether or not this port will send flow control requests. If it does, the value enabled(3) will be returned. If it does not, it reports disabled(2). If this object is not supported, device reports notSupported(1).
1.3.6.1.4.1.629.200.8.1.1.62INTEGER {notSupported(1), disabled(2), enabled(3)}read-onlycurrent
nbsCmmcPortAutoNegWait
OBJECT-TYPE
Sets the number of seconds a port should autonegotiate [ANEG] before deciding a link is down. This object is used by the NM when LIN and ANEG are both enabled. If the user knows that a particular end device needs extra time to complete autonegotiation, he should change this object to match the end device's needs. Not supported value: 0
1.3.6.1.4.1.629.200.8.1.1.63INTEGER (0..254)read-writecurrent
nbsCmmcPortTemperatureLevel
OBJECT-TYPE
This object indicates whether this port has a temperature problem. If this port does not support SFF-8472 Digital Diagnostics, this value should be notSupported(1). If Digital Diagnostics indicate temperature is below the low Alarm Threshold, this value should be lowAlarm(2). If Digital Diagnostics indicate temperature is above the low Alarm Threshold but below the low Warning threshold, this value should be lowWarning(3). If Digital Diagnostics indicate this port is within the recommended operating range, value is ok(4). If Digital Diagnostics indicate temperature is higher than the high Warning threshold, but has not crossed the Alarm threshold, this value should be highWarning (5),. If Digital Diagnostics indicate this port has crossed the high Alarm threshold, this value should be highAlarm(6). The related object nbsCmmcPortTemperature indicates what the current temperature is.
1.3.6.1.4.1.629.200.8.1.1.64INTEGER {notSupported(1), lowAlarm(2), lowWarning(3), ok(4), highWarning(5), highAlarm(6)}read-onlycurrent
nbsCmmcPortTxPowerLevel
OBJECT-TYPE
This object indicates whether this port has a problem with its transmitter power. If this port does not support SFF-8472 Digital Diagnostics, this value should be notSupported(1). If Digital Diagnostics indicate TxPower is below the low Alarm Threshold, this value should be lowAlarm(2). If Digital Diagnostics indicate TxPower is above the low Alarm Threshold but below the low Warning threshold, this value should be lowWarning(3). If Digital Diagnostics indicate this port is within the recommended operating range, value is ok(4). If Digital Diagnostics indicate TxPower is higher than the high Warning threshold, but has not crossed the Alarm threshold, this value should be highWarning (5),. If Digital Diagnostics indicate this port has crossed the high Alarm threshold, this value should be highAlarm(6). The related object nbsCmmcPortTxPower indicates what the current TxPower is.
1.3.6.1.4.1.629.200.8.1.1.65INTEGER {notSupported(1), lowAlarm(2), lowWarning(3), ok(4), highWarning(5), highAlarm(6)}read-onlycurrent
nbsCmmcPortRxPowerLevel
OBJECT-TYPE
This object indicates whether this port has a problem with the power of its received signal. If this port does not support SFF-8472 Digital Diagnostics, this value should be notSupported(1). If Digital Diagnostics indicate RxPower is below the low Alarm Threshold, this value should be lowAlarm(2). If Digital Diagnostics indicate RxPower is above the low Alarm Threshold but below the low Warning threshold, this value should be lowWarning(3). If Digital Diagnostics indicate this port is within the recommended operating range, value is ok(4). If Digital Diagnostics indicate RxPower is higher than the high Warning threshold, but has not crossed the Alarm threshold, this value should be highWarning (5),. If Digital Diagnostics indicate this port has crossed the high Alarm threshold, this value should be highAlarm(6). The related object nbsCmmcPortRxPower indicates what the current RxPower is.
1.3.6.1.4.1.629.200.8.1.1.66INTEGER {notSupported(1), lowAlarm(2), lowWarning(3), ok(4), highWarning(5), highAlarm(6)}read-onlycurrent
nbsCmmcPortBiasAmpsLevel
OBJECT-TYPE
This object indicates whether this port has a problem with the electric current going through the port. If this port does not support SFF-8472 Digital Diagnostics, this value should be notSupported(1). If Digital Diagnostics indicate BiasAmps is below the low Alarm Threshold, this value should be lowAlarm(2). If Digital Diagnostics indicate BiasAmps is above the low Alarm Threshold but below the low Warning threshold, this value should be lowWarning(3). If Digital Diagnostics indicate this port is within the recommended operating range, value is ok(4). If Digital Diagnostics indicate BiasAmps is higher than the high Warning threshold, but has not crossed the Alarm threshold, this value should be highWarning (5),. If Digital Diagnostics indicate this port has crossed the high Alarm threshold, this value should be highAlarm(6). The related object nbsCmmcPortBiasAmps indicates what the current amperage is.
1.3.6.1.4.1.629.200.8.1.1.67INTEGER {notSupported(1), lowAlarm(2), lowWarning(3), ok(4), highWarning(5), highAlarm(6)}read-onlycurrent
nbsCmmcPortSupplyVoltsLevel
OBJECT-TYPE
This object indicates whether this port has a problem with the electric voltage across the port. If this port does not support SFF-8472 Digital Diagnostics, this value should be notSupported(1). If Digital Diagnostics indicate SupplyVolts is below the low Alarm Threshold, this value should be lowAlarm(2). If Digital Diagnostics indicate SupplyVolts is above the low Alarm Threshold but below the low Warning threshold, this value should be lowWarning(3). If Digital Diagnostics indicate this port is within the recommended operating range, value is ok(4). If Digital Diagnostics indicate SupplyVolts is higher than the high Warning threshold, but has not crossed the Alarm threshold, this value should be highWarning (5),. If Digital Diagnostics indicate this port has crossed the high Alarm threshold, this value should be highAlarm(6). The related object nbsCmmcPortSupplyVolts indicates what the current supply voltage is.
1.3.6.1.4.1.629.200.8.1.1.68INTEGER {notSupported(1), lowAlarm(2), lowWarning(3), ok(4), highWarning(5), highAlarm(6)}read-onlycurrent
nbsCmmcPortAmpGainOper
OBJECT-TYPE
The current actual operational gain (in milli dB) of an optical amplifier. For nbsCmmcSlotType 503, this object only applies to AGC mode. The reserved value -1 indicates that this object is not supported.
1.3.6.1.4.1.629.200.8.1.1.69INTEGERread-onlycurrent
nbsCmmcPortAmpGainAdmin
OBJECT-TYPE
The user configured administrative gain (in milli dB) of an optical amplifier. For nbsCmmcSlotType 503, this object only applies to AGC mode. The reserved value -1 indicates that this object is not supported.
1.3.6.1.4.1.629.200.8.1.1.70INTEGERread-writecurrent
nbsCmmcPortAmpOutputPwrAdmin
OBJECT-TYPE
The user configured desired output power (in milli dBm) of an optical amplifier. For nbsCmmcSlotType 503, this object only applies to APC mode. Not supported value: 0x80000000
1.3.6.1.4.1.629.200.8.1.1.71INTEGER (-2147483648..2147483647)read-writecurrent
nbsCmmcPortProtoCapabilities
OBJECT-TYPE
This bitmask indicates which protocols this port can support. This object is mandatory for all ports in systems where the nbsCmmcSysProtoTable is supported. Bit 0 is reserved. Subsequent bits refer to the nbsCmmcSysProtoTable. Bit 1 corresponds to the first table entry, Bit 2 to the second entry, and so on. A bit is set (1) if that protocol is available for this port, cleared (0) if unavailable. Bit 1 always indicates 'custom' aka 'userDefined' is supported. Bit 2 always indicates 'bypass' aka 'transparent' is supported. OCTET STRING bitmasks count the leftmost bit (MSB) as 0. A zero length OCTET STRING indicates that this object is not supported.
1.3.6.1.4.1.629.200.8.1.1.72OCTET STRING (SIZE(0..20))read-onlycurrent
nbsCmmcPortProtoAdmin
OBJECT-TYPE
The nbsCmmcSysProtoIndex of nbsCmmcSysProtoTable corresponding to the administratively desired family and rate of this port's protocol. The value 0 is reserved for 'notSupported' The value 1 is reserved for 'custom' aka 'userDefined'. If a PortNominalBitRate set is received, PortProtoAdmin will automatically change to 1. The value 2 is reserved for 'bypass' aka 'transparent'. Not supported value: 0
1.3.6.1.4.1.629.200.8.1.1.73INTEGERread-writecurrent
nbsCmmcPortProtoOper
OBJECT-TYPE
The nbsCmmcSysProtoIndex of nbsCmmcSysProtoTable corresponding to the current operational family and rate of this port's protocol. The value 1 is reserved for 'custom' aka 'userDefined'. If a PortNominalBitRate set is received, PortProtoAdmin will automatically change to 1. The value 2 is reserved for 'bypass' aka 'transparent'. Not supported value: 0
1.3.6.1.4.1.629.200.8.1.1.74INTEGERread-onlycurrent
nbsCmmcPortPreambleLen
OBJECT-TYPE
Defines the length of the transmitted ethernet preamble for every frame on this port. The value standard(2) indicates the standard 8 byte ethernet preamble should always be sent. The value variable(3) indicates longer preambles may be sent. The value notSupported(1) indicates preamble length is not configurable or not applicable for this port.
1.3.6.1.4.1.629.200.8.1.1.75INTEGER {notSupported(1), standard(2), variable(3)}read-writecurrent
nbsCmmcPortPreferred
OBJECT-TYPE
Among a group of ports this object per port says whether this ports is preferred or not. A preferred port in a redundant group (usually a pair of ports) will always be the active link if it has link, regardless of the link state of other ports in its group. Only one port in a redundant group may be preferred. If other ports in the same redundant group are already designated yes(1), the system should automatically set them to no(2). When a port is selected as preferred port, its redundant group is assumed to be in revertive mode. When no port is selected as preferred port, its redundant group is assumed to be in non-revertive (a.k.a. sticky) mode. Once selected, a port's actual active state be read via the SelectLink object. Use caution in designating Preferred ports, because on flaky/intermittent lines, this may result in excessive failovers. If read as notSupported(1), this port either does not belong to a redundant group, or its redundant group is always in non-revertive (a.k.a. sticky) mode.
1.3.6.1.4.1.629.200.8.1.1.76INTEGER {notSupported(1), no(2), yes(3)}read-writecurrent
nbsCmmcPortCableLen
OBJECT-TYPE
This object is used to specify the expected maximum cable length for copper DSX ports such as T1, E1, and T3. If a port does not use this feature, this object should be notSupported (1). T1 T-carrier ports should specify a max cable length between 0 to 655 feet using values len133 (2) through len655 (6). T3 T-carrier, E1/E3 E-carrier and STS-1 SONET ports should use either the value shortHaul (7) or longHaul (8).
1.3.6.1.4.1.629.200.8.1.1.77INTEGER {notSupported(1), len133(2), len266(3), len399(4), len533(5), len655(6), shortHaul(7), longHaul(8)}read-writecurrent
nbsCmmcPortRedundantTxMode
OBJECT-TYPE
This object determines whether or not a redundant port's transmitter should be shut down when that port is on standby. If both redundant ports are connected (via a Y cable) to the same remote port, use the setting oneColonOne (2). This 1:1 configuration will turn off the standby transmitter so it will not interfere with the active port. If each redundant port is connected to its own remote port, use the setting onePlusOne(3). 1+1 leaves both transmitters on, so the remote site can read its link status. Any changes to this object are automatically applied to this port's redundant pair.
1.3.6.1.4.1.629.200.8.1.1.78INTEGER {notSupported(1), oneColonOne(2), onePlusOne(3)}read-writecurrent
nbsCmmcPortTermination
OBJECT-TYPE
Administrative setting for the line termination impedance of the port. The value disable (2) indicates that the line is to be terminated elsewhere.
1.3.6.1.4.1.629.200.8.1.1.79INTEGER {notSupported(1), disable(2), ohm120(3), ohm100(4), ohm75(5)}read-writecurrent
nbsCmmcPortDescription
OBJECT-TYPE
A functional description of this port. May include port's role in the module, connector type, and other relevant info.
1.3.6.1.4.1.629.200.8.1.1.80DisplayString (SIZE(0..240))read-onlycurrent
nbsCmmcPortTransmitUnmapped
OBJECT-TYPE
This object is for crossbar products. It allows the user to choose whether this port's transmitter should be enabled or disabled when this port is not mapped to another crossbar port. Setting the value disabled(2) will cause the transmitter to be disabled while the port is unmapped. Setting the value enabled(3) will cause this port to transmit even if unmappped, unless this entire port is disabled via the nbsCmmcPortEnableAdmin object. The agent will report this object as notSupported(1) if the feature is unavailable for this port.
1.3.6.1.4.1.629.200.8.1.1.81INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcPortToggleMode
OBJECT-TYPE
This object allows to the user to toggle the transmitter of this port. The value enabled(3) causes the transmitter to blink on and off at the rate specified in nbsCmmcSlotToggleRate. The value disabled(2) disables the toggle feature. The value notSupported(1) indicates that this port does not support the toggle feature.
1.3.6.1.4.1.629.200.8.1.1.82INTEGER {notSupported(1), disabled(2), enabled(3)}read-writecurrent
nbsCmmcPortCrossConnect
OBJECT-TYPE
For ports supporting cross-connect functionality, this object is used to reflect the operating state and clear this port from all cross-connect maps. If the port is not of cross-connect type, the Agent must report notSupported(1). Additionally, if this object reports notSupported(1), any SNMP SET to this object should return SNMP Error 3 (bad value). The Agent should report operating(2) under normal circumstances. If this object reports operating(2), SNMP Managers are allowed to set this object to clearing (3), which instructs the Agent to erase the cross-connect map for this port.
1.3.6.1.4.1.629.200.8.1.1.83INTEGER {notSupported(1), operating(2), clearing(3)}read-writecurrent
nbsCmmcPortZoneIfIndexAdmin
OBJECT-TYPE
Mib2 ifIndex of desired crossbar partner. Zero (0) indicates this port should be unmapped.
1.3.6.1.4.1.629.200.8.1.1.84INTEGERread-writecurrent
nbsCmmcPortZoneIfIndexOper
OBJECT-TYPE
Mib2 ifIndex of actual crossbar partner. Zero (0) indicates this port is currently unmapped.
1.3.6.1.4.1.629.200.8.1.1.85INTEGERread-onlycurrent
nbsCmmcPortEnableOper
OBJECT-TYPE
Actual current operational status of the port. This object is related to the nbsCmmcPortEnableAdmin object, where users specify the administrative operational status desired. The value notSupported (1) indicates that the port has no ability to disable the transceiver. The value disable (2) indicates that this port's transceiver is not allowing traffic to flow through this port. The value enable (3) indicates that this port's transceiver allows traffic flow.
1.3.6.1.4.1.629.200.8.1.1.86INTEGER {notSupported(1), disable(2), enable(3)}read-onlycurrent
nbsCmmcPortMappingType
OBJECT-TYPE
Administrative crossbar mapping restrictions for this port. Non-crossbar ports must be reported as notSupported(1). If notSupported, any SET attempts will be rejected. Users may not set this object to notSupported(1). Users may mark the port as unavailable(2). If unavailable, the Agent will reject any attempts to map from or to this port. By default, each crossbar port is open(3). Open ports have no mapping restrictions. Ports that are set to source(4) may be used as the input (nbsCmmcPortZoneIfIndexAdmin) port by any other crossbar port. Their own input port may only be mapped to ports whose nbsCmmcPortMappingType is sourceHelper(6). Ports that are set to destination(5) may set their own input (nbsCmmcPortZoneIfIndexAdmin) port to any other crossbar port. They may not be used as the input port for other ports. A sourceHelper(6) port is used to provide whatever sort of link indication is needed by external traffic sources that are connected to a source(4) port. Ports set to interChasLink(7) are physically cabled to another crossbar port in a separate chassis. That connection should be entered by the user in the network topology objects nbsCmmcPortRMChassis, nbsCmmcPortRMSlot, and nbsCmmcPortRMPort for both those connected ports.
1.3.6.1.4.1.629.200.8.1.1.87INTEGER {notSupported(1), unavailable(2), open(3), source(4), destination(5), sourceHelper(6), interChasLink(7)}read-writecurrent
nbsCmmcPortCountersState
OBJECT-TYPE
This object allows user to reset MAC counters for this port.
1.3.6.1.4.1.629.200.8.1.1.88INTEGER {notSupported(1), counting(2), clearing(3)}read-writecurrent
nbsCmmcPortAmpGainMinimum
OBJECT-TYPE
This object indicates (in millidecibels) the smallest gain user can set.
1.3.6.1.4.1.629.200.8.1.1.89INTEGERread-onlycurrent
nbsCmmcPortAmpGainMaximum
OBJECT-TYPE
This object indicates (in millidecibels) the largest gain user can set.
1.3.6.1.4.1.629.200.8.1.1.90INTEGERread-onlycurrent
nbsCmmcPortAmpGainStepSize
OBJECT-TYPE
Resolution (in millidecibels) of amplifier. Indicates the increment between amplifier gain settings.
1.3.6.1.4.1.629.200.8.1.1.91INTEGERread-onlycurrent
nbsCmmcPortSniffer
OBJECT-TYPE
Sniffing on or off.
1.3.6.1.4.1.629.200.8.1.1.92INTEGER {notSupported(1), off(2), on(3)}read-writecurrent
nbsCmmcPortExternalLink1
OBJECT-TYPE
Equivalent to the nbsCmmcPortRMChassis, nbsCmmcPortRMSlot, and nbsCmmcPortRMPort triplet. Set to 0 to indicate this port has no associated intra-node or inter-node endpoint.
1.3.6.1.4.1.629.200.8.1.1.93InterfaceIndexread-writecurrent
nbsCmmcPortExternalLink2
OBJECT-TYPE
For y-cable implementations - set by the user to indicate the second intra-node endpoint of a y-cable. Set to 0 to indicate this port has no associated intra-node or inter-node y-cable endpoint.
1.3.6.1.4.1.629.200.8.1.1.94InterfaceIndexread-writecurrent
nbsCmmcPortNVAreaBanks
OBJECT-TYPE
The maximum number of executable images that can be stored locally on this module. This number does not count any memory banks that are in a modular subcomponent of this card. Please refer to nbsPartProgNVAreaStart and nbsPartProgNVAreaBanks for that information. Not supported value: 0
1.3.6.1.4.1.629.200.8.1.1.95INTEGERread-onlycurrent
nbsCmmcPortFirmwareCaps
OBJECT-TYPE
This bitmask indicates which executable images this module can support. This object is mandatory for all modules. Bit 0 is reserved. Subsequent bits refer to the nbsCmmcSysFirmwareTable. Bit 1 corresponds to the first table entry, Bit 2 to the second entry, and so on. A bit is set (1) if that image is appropriate for this module, cleared (0) if unavailable. OCTET STRING bitmasks count the leftmost bit (MSB) as 0. A zero length OCTET STRING indicates that the nbsCmmcSysFirmwareTable is not supported by this agent.
1.3.6.1.4.1.629.200.8.1.1.96OCTET STRING (SIZE(0..8))read-onlycurrent
nbsCmmcPortFirmwareLoad
OBJECT-TYPE
This bitmask indicates which executable images this module has stored in its own NV area. This object is mandatory for all modules. OCTET STRING bitmasks count the leftmost bit (MSB) as 0. Bit 0 indicates whether an executable image is loading. Subsequent bits refer to the nbsCmmcSysFirmwareTable. Bit 1 corresponds to the first table entry, Bit 2 to the second entry, and so on. A bit is set (1) if that image is stored on this module, cleared (0) if not. Clearing bits has no effect. To erase an NV area, use the nbsCmmcSysNVAreaTable. Users may transfer a file to an NV area by setting the appropriate file's bit and the loading (MSB) bit to one (1). Adding a file requires that the NM start a file transfer to this module, which is a lengthy operation. If a transfer session is already active (nbsCmmcSlotLoader is non-zero), writes to this object will be rejected. A zero length OCTET STRING indicates that the nbsCmmcSysFirmwareTable is not supported by this agent.
1.3.6.1.4.1.629.200.8.1.1.97OCTET STRING (SIZE(0..8))read-writecurrent
nbsCmmcPortNVAreaAdmin
OBJECT-TYPE
A SET on this object will force the corresponding nbsCmmcSysNvAreaStatus to primary, set this module's other memory banks to backup, and immediately load and execute the firmware image contained in the specified memory bank. A GET on this object will indicate the memory bank of this module that is currently designated as primary. Not supported value: -1
1.3.6.1.4.1.629.200.8.1.1.98INTEGERread-writecurrent
nbsCmmcPortNVAreaOper
OBJECT-TYPE
The nbsCmmcSysNVAreaBank of nbsCmmcSysNVAreaTable corresponding to the current operationally active firmware image. 0 indicates the current active image is NOT in the NVAreaTable. Not supported value: -1
1.3.6.1.4.1.629.200.8.1.1.99INTEGERread-onlycurrent
nbsCmmcPortLoader
OBJECT-TYPE
The nbsCmmcSysLoaderIndex of nbsCmmcSysLoaderTable corresponding to the current loading session. 0 indicates no loading session is active.
1.3.6.1.4.1.629.200.8.1.1.100INTEGERread-onlycurrent
nbsCmmcNtpGrp
OBJECT-IDENTITY
NTP objects
1.3.6.1.4.1.629.200.9current
nbsCmmcSmtpGrp
OBJECT-IDENTITY
SMTP objects
1.3.6.1.4.1.629.200.10current
nbsCmmcSmtpDomainName
OBJECT-TYPE
This entry contains the device's domain name. For example myDomain.com. It is used to identify the sender's domain.
1.3.6.1.4.1.629.200.10.1DisplayString (SIZE(0..50))read-writedeprecated
nbsCmmcSmtpServerAddress
OBJECT-TYPE
Entry containing SMTP server's IP address.
1.3.6.1.4.1.629.200.10.2IpAddressread-writedeprecated
nbsCmmcSmtpRcvrLevel
OBJECT-TYPE
Event severity level threshold for this SMTP receiver. If the event severity level is at least nbsCmmcSmtpRcvrLevel. the SNMP agent will generate an e-mail to this SMTP receiver.
1.3.6.1.4.1.629.200.10.3INTEGERread-onlydeprecated
nbsCmmcSmtpRcvrNum
OBJECT-TYPE
Maximum number of SMTP receivers in nbsCmmcSmtpRcvrTable.
1.3.6.1.4.1.629.200.10.4INTEGERread-onlydeprecated
nbsCmmcSmtpRcvrTable
OBJECT-TYPE
A list of SMTP receivers entries.
1.3.6.1.4.1.629.200.10.5not-accessibledeprecated
nbsCmmcSmtpRcvrEntry
OBJECT-TYPE
Entry containing SMTP information for a particular receiver entry.
1.3.6.1.4.1.629.200.10.5.1not-accessibledeprecated
nbsCmmcSmtpRcvrIndex
OBJECT-TYPE
The Email Recipient Index
1.3.6.1.4.1.629.200.10.5.1.1INTEGERread-onlydeprecated
nbsCmmcSmtpRcvrEmailAddress
OBJECT-TYPE
Entry containing SMTP receiver's domain name (email address). The default is the device's domain name, if set.
1.3.6.1.4.1.629.200.10.5.1.2DisplayString (SIZE(0..50))read-writedeprecated
nbsCmmcSmtpRcvrStatus
OBJECT-TYPE
To add a new entry to the nbsCmmcSmtpRcvrTable, set this object to valid(2) for an IP address which is not already in the table. To remove an entry from the table, set this object to invalid(1).
1.3.6.1.4.1.629.200.10.5.1.3INTEGER {invalid(1), valid(2)}read-writedeprecated
nbsCmmcSysLogGrp
OBJECT-IDENTITY
SysLog objects
1.3.6.1.4.1.629.200.11current
nbsCmmcSysLogRunningLevel
OBJECT-TYPE
Indicates the level at which the system log message handler saves to a running message log. The level disabled(1) instructs the Agent to log nothing. This level may not be supported in some Agent versions. The level fatal(2) instructs Agent to log only events such as unplanned system shutdowns. The level error(3) includes fatal(2) events and events such as module failures. The level alarm(7) includes fatal(2), error(3), and other events that probably require immediate attention. The level warning(4) includes fatal(2), error(3), alarm(7), as well as events that probably need attention. The level info(5) includes all higher severities, plus events that indicate interesting but not necessarily problematic conditions. The level memo(6) includes all event notifications.
1.3.6.1.4.1.629.200.11.1INTEGER {disabled(1), fatal(2), error(3), warning(4), info(5), memo(6), alarm(7)}read-writecurrent
nbsCmmcSysLogNvLevel
OBJECT-TYPE
Indicates the level at which the system log message handler saves in a non-volatile media(NVRAM,FLASH,etc.). For descriptions of each level, please see the DESCRIPTION for nbsCmmcSysLogRunningLevel.
1.3.6.1.4.1.629.200.11.2INTEGER {disabled(1), fatal(2), error(3), warning(4), info(5), memo(6), alarm(7)}read-writecurrent
nbsCmmcSysLogTrapLevel
OBJECT-TYPE
Indicates the level at which the system log message handler should generate a trap or SNMP notification. For descriptions of each level, please see the DESCRIPTION for nbsCmmcSysLogRunningLevel.
1.3.6.1.4.1.629.200.11.3INTEGER {disabled(1), fatal(2), error(3), warning(4), info(5), memo(6), alarm(7)}read-writecurrent
nbsCmmcSysLogEmailLevel
OBJECT-TYPE
Indicates the level at which the system log message handler should generate an email message. For descriptions of each level, please see the DESCRIPTION for nbsCmmcSysLogRunningLevel.
1.3.6.1.4.1.629.200.11.4INTEGER {disabled(1), fatal(2), error(3), warning(4), deprecated5(5), deprecated6(6), alarm(7), notSupported(8)}read-writecurrent
nbsCmmcSysLogMessageTable
OBJECT-TYPE
This table defines a severity level for each type of message/event generated by the system.
1.3.6.1.4.1.629.200.11.5not-accessiblecurrent
nbsCmmcSysLogMessageEntry
OBJECT-TYPE
A system log message control table entry.
1.3.6.1.4.1.629.200.11.5.1not-accessiblecurrent
nbsCmmcSysLogMessageType
OBJECT-TYPE
System log message type.
1.3.6.1.4.1.629.200.11.5.1.1INTEGER {sysReset(1), snmp(2), physTraps(3), dot1dBridge(4), sysAuthentic(5)}read-onlycurrent
nbsCmmcSysLogMessageSeverity
OBJECT-TYPE
System log message severity.
1.3.6.1.4.1.629.200.11.5.1.2INTEGER {informational(1), warnings(10), errors(100), emergencies(1000), debugging(10000)}read-onlycurrent
nbsCmmcSysRunningLogMessageTotal
OBJECT-TYPE
Total number of messages in Running log table.
1.3.6.1.4.1.629.200.11.6INTEGERread-onlycurrent
nbsCmmcSysRunningLogMessageTable
OBJECT-TYPE
A table that describes the logged messages
1.3.6.1.4.1.629.200.11.7not-accessiblecurrent
nbsCmmcSysRunningLogMessageEntry
OBJECT-TYPE
Contains a description of a particular message entry
1.3.6.1.4.1.629.200.11.7.1not-accessiblecurrent
nbsCmmcSysRunningLogMessageIndex
OBJECT-TYPE
The index of the message entry.
1.3.6.1.4.1.629.200.11.7.1.1INTEGERread-onlycurrent
nbsCmmcSysRunningLogMessageSeverity
OBJECT-TYPE
The importance of this event.
1.3.6.1.4.1.629.200.11.7.1.2DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysRunningLogMessageErrorID
OBJECT-TYPE
Error code of the message.
1.3.6.1.4.1.629.200.11.7.1.3INTEGERread-onlycurrent
nbsCmmcSysRunningLogMessageSession
OBJECT-TYPE
Module Id of session causing the event.
1.3.6.1.4.1.629.200.11.7.1.4INTEGERread-onlycurrent
nbsCmmcSysRunningLogMessageTime
OBJECT-TYPE
Time of occurrence of the event.
1.3.6.1.4.1.629.200.11.7.1.5INTEGERread-onlycurrent
nbsCmmcSysRunningLogMessageModule
OBJECT-TYPE
The name of the module causing the event.
1.3.6.1.4.1.629.200.11.7.1.6DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysRunningLogMessageString
OBJECT-TYPE
The actual event message.
1.3.6.1.4.1.629.200.11.7.1.7DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysNvramLogMessageTotal
OBJECT-TYPE
Total number of messages in Nvram log table.
1.3.6.1.4.1.629.200.11.8INTEGERread-onlycurrent
nbsCmmcSysNvramLogMessageTable
OBJECT-TYPE
A table that describes the logged messages
1.3.6.1.4.1.629.200.11.9not-accessiblecurrent
nbsCmmcSysNvramLogMessageEntry
OBJECT-TYPE
Contains a description of a particular message entry
1.3.6.1.4.1.629.200.11.9.1not-accessiblecurrent
nbsCmmcSysNvramLogMessageIndex
OBJECT-TYPE
The index of the message entry.
1.3.6.1.4.1.629.200.11.9.1.1INTEGERread-onlycurrent
nbsCmmcSysNvramLogMessageSeverity
OBJECT-TYPE
Severity of the error.
1.3.6.1.4.1.629.200.11.9.1.2DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysNvramLogMessageErrorID
OBJECT-TYPE
Error code of the message.
1.3.6.1.4.1.629.200.11.9.1.3INTEGERread-onlycurrent
nbsCmmcSysNvramLogMessageSession
OBJECT-TYPE
Module Id of session causing the error.
1.3.6.1.4.1.629.200.11.9.1.4INTEGERread-onlycurrent
nbsCmmcSysNvramLogMessageTime
OBJECT-TYPE
Value of MIB-II sysUpTime (RFC 1213) at the time the error occurred. Note that sysUpTime resets to zero each time the agent is restarted.
1.3.6.1.4.1.629.200.11.9.1.5INTEGERread-onlycurrent
nbsCmmcSysNvramLogMessageModule
OBJECT-TYPE
The name of the module causing the error.
1.3.6.1.4.1.629.200.11.9.1.6DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysNvramLogMessageString
OBJECT-TYPE
The actual error message.
1.3.6.1.4.1.629.200.11.9.1.7DisplayString (SIZE(0..255))read-onlycurrent
nbsCmmcSysNvramLogMessagePTime
OBJECT-TYPE
The nbsCmmcSysCurrentTime at the moment this entry was made. This timestamp is derived from the Time Protocol (RFC 868), so it is independent of the system's UpTime. If the agent is unable to obtain the current time from a Time Protocol server, this value is 0. Not supported value: 0
1.3.6.1.4.1.629.200.11.9.1.8INTEGERread-onlycurrent
nbsCmmcSysNvramLogMessageDateTime
OBJECT-TYPE
The nbsCmmcSysCurrentDateTime at the moment this entry was made. This timestamp is derived from nbsCmmcSysNvramLogMessagePTime, so it is independent of the system's UpTime.
1.3.6.1.4.1.629.200.11.9.1.9DisplayString (SIZE(0..24))read-onlycurrent
nbsCmmcSysAuditLogTotal
OBJECT-TYPE
The number of entries in the audit log.
1.3.6.1.4.1.629.200.11.10INTEGERread-onlycurrent
nbsCmmcSysAuditLogTable
OBJECT-TYPE
User activity log.
1.3.6.1.4.1.629.200.11.11not-accessiblecurrent
nbsCmmcSysAuditLogEntry
OBJECT-TYPE
Contains a description of a particular message entry
1.3.6.1.4.1.629.200.11.11.1not-accessiblecurrent
nbsCmmcSysAuditLogIndex
OBJECT-TYPE
The index of the message entry.
1.3.6.1.4.1.629.200.11.11.1.1INTEGERread-onlycurrent
nbsCmmcSysAuditLogUpTime
OBJECT-TYPE
Value of MIB-II sysUpTime (RFC 1213) at the time the error occurred. Note that sysUpTime resets to zero each time the agent is restarted.
1.3.6.1.4.1.629.200.11.11.1.2INTEGERread-onlycurrent
nbsCmmcSysAuditLogDateTime
OBJECT-TYPE
The nbsCmmcSysCurrentDateTime at the moment this entry was made. This timestamp is independent of the system's UpTime.
1.3.6.1.4.1.629.200.11.11.1.3DisplayString (SIZE(0..24))read-onlycurrent
nbsCmmcSysAuditLogString
OBJECT-TYPE
Log entry. Usually username:login or username:logout
1.3.6.1.4.1.629.200.11.11.1.4DisplayString (SIZE(0..250))read-onlycurrent
nbsCmmcSysLogRemoteServer
OBJECT-TYPE
The IP address that rsyslog messages should be sent to.
1.3.6.1.4.1.629.200.11.12IpAddressread-writecurrent
nbsCmmcSysLogRemoteLevel
OBJECT-TYPE
Indicates the level at which the system log message handler sends to remote syslog server.
1.3.6.1.4.1.629.200.11.13INTEGER {disabled(1), emerg(2), alert(3), crit(4), error(5), warning(6), notice(7), info(8), debug(9)}read-writecurrent
nbsCmmcSysRunningLogMessageClear
OBJECT-TYPE
This object is used to erase all entries from the Agent's internal Running Log. If the Agent does not support this feature, it must return the value notSupported(1), and any SNMP SET to this object should get an SNMP error badValue(3) in response. If this object is supported, the Agent normally should report the value operating(2). If it is actually deleting the log, it may report the value clearing(3). SNMP Managers may set this object to clearing(3), which indicates to the Agent that the log should be emptied.
1.3.6.1.4.1.629.200.11.14INTEGER {notSupported(1), operating(2), clearing(3)}read-writecurrent
nbsCmmcSysNvramLogMessageClear
OBJECT-TYPE
This object is used to erase all entries from the Agent's internal NVRAM (Persistent Memory) Log. If the Agent does not support this feature, it must return the value notSupported(1), and any SNMP SET to this object should get an SNMP error badValue(3) in response. If this object is supported, the Agent normally should report the value operating(2). If it is actually deleting the log, it may report the value clearing(3). SNMP Managers may set this object to clearing(3), which indicates to the Agent that the log should be emptied.
1.3.6.1.4.1.629.200.11.15INTEGER {notSupported(1), operating(2), clearing(3)}read-writecurrent
nbsCmmcSysAuditLogClear
OBJECT-TYPE
This object is used to erase all entries from the Agent's internal Audit Log. If the Agent does not support this feature, it must return the value notSupported(1), and any SNMP SET to this object should get an SNMP error badValue(3) in response. If this object is supported, the Agent normally should report the value operating(2). If it is actually deleting the log, it may report the value clearing(3). SNMP Managers may set this object to clearing(3), which indicates to the Agent that the log should be emptied.
1.3.6.1.4.1.629.200.11.16INTEGER {notSupported(1), operating(2), clearing(3)}read-writecurrent
nbsCmmcSysLogNvSize
OBJECT-TYPE
How large the Nvram log is allowed to be (in kilobytes).
1.3.6.1.4.1.629.200.11.17INTEGER (4..65535)read-writecurrent
nbsCmmcTrapGrp
OBJECT-IDENTITY
Trap objects
1.3.6.1.4.1.629.200.12current
nbsCmmcTrapLastMessage
OBJECT-TYPE
The last message sent by the system
1.3.6.1.4.1.629.200.12.1DisplayString (SIZE(0..255))accessible-for-notifycurrent
nbsCmmcTrapPowerSupplyId
OBJECT-TYPE
ID of the power supply
1.3.6.1.4.1.629.200.12.2INTEGERaccessible-for-notifycurrent
nbsCmmcTrapFanId
OBJECT-TYPE
ID of the fan
1.3.6.1.4.1.629.200.12.3INTEGERaccessible-for-notifycurrent
nbsCmmcTrapPortIndex
OBJECT-TYPE
Index of the Port
1.3.6.1.4.1.629.200.12.4INTEGERaccessible-for-notifycurrent
nbsCmmcTrapPortName
OBJECT-TYPE
Name of the Port
1.3.6.1.4.1.629.200.12.5DisplayString (SIZE(0..50))accessible-for-notifycurrent
nbsCmmcTrapShutdownReason
OBJECT-TYPE
The reason for the last system shutdown
1.3.6.1.4.1.629.200.12.6DisplayString (SIZE(0..255))accessible-for-notifycurrent
nbsCmmcTrapErrorInfo
OBJECT-TYPE
Brief explanation of the cause or nature of errors that triggered an nbsCmmcTrapPortErrorsDetected trap.
1.3.6.1.4.1.629.200.12.7DisplayString (SIZE(0..255))accessible-for-notifycurrent
nbsCmmcSlotModelLocked
OBJECT-TYPE
The model of the slot's saved configuration.
1.3.6.1.4.1.629.200.12.10DisplayString (SIZE(0..50))accessible-for-notifycurrent
nbsCmmcSlotModelInserted
OBJECT-TYPE
The model of the newly inserted module.
1.3.6.1.4.1.629.200.12.11DisplayString (SIZE(0..50))accessible-for-notifycurrent
nbsCmmcTraps
OBJECT-IDENTITY
SNMP Traps
1.3.6.1.4.1.629.200.13current
nbsCmmcTraps0
OBJECT-IDENTITY
SNMP Traps
1.3.6.1.4.1.629.200.13.0current

Notifications

NameOIDStatus
nbsCmmcTrapGenericTrap
NOTIFICATION-TYPE
The last message sent by the system.
1.3.6.1.4.1.629.200.13.0.1deprecated
nbsCmmcTrapSpecificTrap
NOTIFICATION-TYPE
********* DEPRECATED ********** As of Agent version 4.14, this trap will not be sent.
1.3.6.1.4.1.629.200.13.0.2deprecated
nbsCmmcTrapDeviceRebooted
NOTIFICATION-TYPE
Sent after device boots up. The cause of the last shutdown is indicated in nbsCmmcTrapShutdownReason. This Notification should be of Severity FATAL.
1.3.6.1.4.1.629.200.13.0.3current
nbsCmmcTrapDeviceOnline
NOTIFICATION-TYPE
Sent when device detects restoration of network communications. ChassisIndex and SlotIndex indicate the location of the NM issuing the trap This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.4current
nbsCmmcTrapDeviceShuttingDown
NOTIFICATION-TYPE
Sent just before device shuts itself down. Reason for shutdown is indicated in nbsCmmcTrapShutdownReason. This Notification should be of Severity FATAL.
1.3.6.1.4.1.629.200.13.0.5current
nbsCmmcTrapPowerSupplyFailure
NOTIFICATION-TYPE
Unique trap for power supply failure events. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.6current
nbsCmmcTrapPowerSupplyRestored
NOTIFICATION-TYPE
Sent when power supply starts working again. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.7current
nbsCmmcTrapFanFailure
NOTIFICATION-TYPE
Unique trap for fan failure events. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.8current
nbsCmmcTrapFanRestored
NOTIFICATION-TYPE
Sent when fan starts working again. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.9current
nbsCmmcTrapChassisTempTooHigh
NOTIFICATION-TYPE
Sent when temperature rises above hottest permissible temperature. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.10current
nbsCmmcTrapChassisTempTooLow
NOTIFICATION-TYPE
Sent when temperature falls under coldest permissible temperature. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.11current
nbsCmmcTrapChassisTempOk
NOTIFICATION-TYPE
Sent when temperature returns to permissible range. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.12current
nbsCmmcTrapSlotModuleIn
NOTIFICATION-TYPE
Sent when card is physically inserted. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.13current
nbsCmmcTrapSlotModuleOut
NOTIFICATION-TYPE
Sent when card is physically removed. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.14current
nbsCmmcTrapPortEnabled
NOTIFICATION-TYPE
Sent after nbsCmmcPortEnableOper changes to enable(3). This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.15current
nbsCmmcTrapPortDisabled
NOTIFICATION-TYPE
Sent after nbsCmmcPortEnableOper changes to disable(2). This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.16current
nbsCmmcTrapPortLinkUp
NOTIFICATION-TYPE
Sent when nbsCmmcPortLink transitions from noSignal(2) to a connected state. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.17current
nbsCmmcTrapPortLinkDown
NOTIFICATION-TYPE
Sent when nbsCmmcPortLink transitions from a connected state to noSignal(2). This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.18current
nbsCmmcTrapPortLINOn
NOTIFICATION-TYPE
Sent when Link Integrity Notification is turned on. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.19current
nbsCmmcTrapPortLINOff
NOTIFICATION-TYPE
Sent when Link Integrity Notification is turned off. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.20current
nbsCmmcTrapPortLoopbackOn
NOTIFICATION-TYPE
Sent when Port is set to a Loopback state. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.21current
nbsCmmcTrapPortLoopbackOff
NOTIFICATION-TYPE
Sent when Port returns from a Loopback state. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.22current
nbsCmmcTrapPortMaximumExceeded
NOTIFICATION-TYPE
Sent when PortValue exceeds PortThreshold. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.23current
nbsCmmcTrapPortRemoved
NOTIFICATION-TYPE
Sent when a hot-swappable port is removed. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.24current
nbsCmmcTrapPortInserted
NOTIFICATION-TYPE
Sent when a hot-swappable port is inserted. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.25current
nbsCmmcTrapPortTempTooLow
NOTIFICATION-TYPE
Sent when transmitter temperature is too cold. For SFF Digital Diagnostics, this corresponds to the low temperature alarm. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.26current
nbsCmmcTrapPortTempTooHigh
NOTIFICATION-TYPE
Sent when transmitter temperature is too hot. For SFF Digital Diagnostics, this corresponds to the high temperature alarm. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.27current
nbsCmmcTrapPortRxPowerTooLow
NOTIFICATION-TYPE
Sent when received signal is too weak. For SFF Digital Diagnostics, this corresponds to the low RX power alarm. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.28current
nbsCmmcTrapPortRxPowerTooHigh
NOTIFICATION-TYPE
Sent when received signal is too powerful. For SFF Digital Diagnostics, this corresponds to the high RX power alarm. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.29current
nbsCmmcTrapPortTxPowerTooLow
NOTIFICATION-TYPE
Sent when transmitter power is too weak. For SFF Digital Diagnostics, this corresponds to the low TX power alarm. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.30current
nbsCmmcTrapPortTxPowerTooHigh
NOTIFICATION-TYPE
Sent when transmitter power is too strong. For SFF Digital Diagnostics, this corresponds to the high TX power alarm. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.31current
nbsCmmcTrapPortAmpsTooLow
NOTIFICATION-TYPE
Sent when bias current is too small. For SFF Digital Diagnostics, this corresponds to the low bias current alarm. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.32current
nbsCmmcTrapPortAmpsTooHigh
NOTIFICATION-TYPE
Sent when bias current is too large. For SFF Digital Diagnostics, this corresponds to the high bias current alarm. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.33current
nbsCmmcTrapPortVoltsTooLow
NOTIFICATION-TYPE
Sent when transceiver supply voltage is too low. For SFF Digital Diagnostics, this corresponds to the low supply voltage alarm. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.34current
nbsCmmcTrapPortVoltsTooHigh
NOTIFICATION-TYPE
Sent when transceiver supply voltage is too high. For SFF Digital Diagnostics, this corresponds to the high supply voltage alarm. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.35current
nbsCmmcTrapSwitchover
NOTIFICATION-TYPE
Sent when a self-healing (redundant ports) card switches traffic from an active port to a standby port. This Notification should be of Severity WARNING. The VARIABLE TrapLastMessage should specify the cause of the switchover, the PortName of the new Active port, and the PortName of the new Standby (formerely Active) port. The ChassisIndex and SlotIndex indicate the card that performed the switchover. The first PortIndex is the new Active port. The last PortIndex is the new Standby port. This trap should be accompanied by link up/down traps.
1.3.6.1.4.1.629.200.13.0.36current
nbsCmmcTrapSlotShuttingDown
NOTIFICATION-TYPE
Sent when the slot/card is shutting down. This Notification should be of Severity WARNING if the shutdown is deliberate, or ERROR if shutdown because of module failure, i.e. last gasp. The VARIABLE nbsCmmcTrapShutdownReason should specify the reason the card is shutting down. To enable/disable this notification, use the object nbsCmmcChassisEnableModuleSpecificTraps.
1.3.6.1.4.1.629.200.13.0.37current
nbsCmmcTrapPortCrcError
NOTIFICATION-TYPE
Sent when CRC Error is received on this port. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.38current
nbsCmmcTrapCpeInManagedChassis
NOTIFICATION-TYPE
Sent when a module configured for customer premises is detected in a managed (central office) chassis. This Notification should be of Severity WARNING. To enable/disable this notification, use the object nbsCmmcChassisEnableModuleSpecificTraps.
1.3.6.1.4.1.629.200.13.0.39current
nbsCmmcTrapCoWithoutCpe
NOTIFICATION-TYPE
Sent when a central office module has no link to a CPE module. This Notification should be of Severity WARNING. To enable/disable this notification, use the object nbsCmmcChassisEnableModuleSpecificTraps.
1.3.6.1.4.1.629.200.13.0.40current
nbsCmmcTrapCoTakesControl
NOTIFICATION-TYPE
Sent when a central office module begins active management of a dual-homed CPE module. This Notification should be of Severity WARNING. To enable/disable this notification, use the object nbsCmmcChassisEnableModuleSpecificTraps.
1.3.6.1.4.1.629.200.13.0.41current
nbsCmmcTrapCoYieldsControl
NOTIFICATION-TYPE
Sent when a central office module ceases active management of a dual-homed CPE module. This Notification should be of Severity WARNING. To enable/disable this notification, use the object nbsCmmcChassisEnableModuleSpecificTraps.
1.3.6.1.4.1.629.200.13.0.42current
nbsCmmcTrapCoLinkedToCo
NOTIFICATION-TYPE
Sent when one central office module is connected to another central office module. This Notification should be of Severity ERROR. To enable/disable this notification, use the object nbsCmmcChassisEnableModuleSpecificTraps.
1.3.6.1.4.1.629.200.13.0.43current
nbsCmmcTrapCpeFound
NOTIFICATION-TYPE
Sent when a remote CPE module is detected. This Notification should be of Severity WARNING. To enable/disable this notification, use the object nbsCmmcChassisEnableModuleSpecificTraps.
1.3.6.1.4.1.629.200.13.0.44current
nbsCmmcTrapPortReflectionDetected
NOTIFICATION-TYPE
Sent when SingleFiber port detects its own signal reflecting back on itself. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.45current
nbsCmmcTrapPortReflectionCeased
NOTIFICATION-TYPE
Sent when SingleFiber port no longer detects its own signal returning. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.46current
nbsCmmcTrapPortTempOk
NOTIFICATION-TYPE
Sent when transmitter temperature returns to normal. For Agent's internal severity-based filtering. The severity of this NOTIFICATION must match the severity of the nbsCmmcTrapPortTempTooLow or nbsCmmcTrapPortTempTooHigh NOTIFICATION that this overrides.
1.3.6.1.4.1.629.200.13.0.47current
nbsCmmcTrapPortRxPowerOk
NOTIFICATION-TYPE
Sent when received signal returns to normal. For Agent's internal severity-based filtering. The severity of this NOTIFICATION must match the severity of the nbsCmmcTrapPortRxPowerTooLow or nbsCmmcTrapPortRxPowerTooHigh NOTIFICATION that this overrides.
1.3.6.1.4.1.629.200.13.0.48current
nbsCmmcTrapPortTxPowerOk
NOTIFICATION-TYPE
Sent when transmitter power returns to normal. For Agent's internal severity-based filtering. The severity of this NOTIFICATION must match the severity of the nbsCmmcTrapPortTxPowerTooLow or nbsCmmcTrapPortTxPowerTooHigh NOTIFICATION that this overrides.
1.3.6.1.4.1.629.200.13.0.49current
nbsCmmcTrapPortAmpsOk
NOTIFICATION-TYPE
Sent when bias current returns to normal. For Agent's internal severity-based filtering. The severity of this NOTIFICATION must match the severity of the nbsCmmcTrapPortAmpsTooLow or bsCmmcTrapPortAmpsTooHigh NOTIFICATION that this overrides.
1.3.6.1.4.1.629.200.13.0.50current
nbsCmmcTrapPortVoltsOk
NOTIFICATION-TYPE
Sent when transceiver supply voltage returns to normal. For Agent's internal severity-based filtering. The severity of this NOTIFICATION must match the severity of the nbsCmmcTrapPortVoltsTooLow or nbsCmmcTrapPortVoltsTooHigh NOTIFICATION that this overrides.
1.3.6.1.4.1.629.200.13.0.51current
nbsCmmcTrapSlotTempTooLow
NOTIFICATION-TYPE
Sent when slot temperature is too cold. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.52current
nbsCmmcTrapSlotTempTooHigh
NOTIFICATION-TYPE
Sent when slot temperature is too hot. temperature alarm. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.53current
nbsCmmcTrapSlotTempOk
NOTIFICATION-TYPE
Sent when slot temperature returns to normal. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.54current
nbsCmmcTrapPortErrorsDetected
NOTIFICATION-TYPE
Sent when nbsCmmcPortErrorActivity changes to on(3). This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.55current
nbsCmmcTrapPortErrorsStopped
NOTIFICATION-TYPE
Sent when nbsCmmcPortErrorActivity changes to off(2). This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.56current
nbsCmmcTrapChassisInsufficientPower
NOTIFICATION-TYPE
Sent when power on chassis changed to insufficient. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.57current
nbsCmmcTrapChassisSufficientPower
NOTIFICATION-TYPE
Sent when power on chassis changed to sufficient. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.58current
nbsCmmcTrapSlotModuleLocked
NOTIFICATION-TYPE
Sent when nbsCmmcSysLockTypes is enabled(3) and a card incompatible with a slot's locked configuration is inserted. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.59current
nbsCmmcTrapSelectLinkChanged
NOTIFICATION-TYPE
Sent when a redundant port in a self-healing card switches between active and standby. The last varbind, nbsCmmcPortSelectLink, indicates this port's new state. This notification should come in a pair -- one trap for the new active port, another for the new standby port. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.60current
nbsCmmcTrapPowerSupplyRemoved
NOTIFICATION-TYPE
Event triggered by physical removal of a power supply. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.66current
nbsCmmcTrapPowerSupplyInserted
NOTIFICATION-TYPE
Triggered by physical insertion of a power supply. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.200.13.0.67current
nbsCmmcTrapFanRemoved
NOTIFICATION-TYPE
Triggered by physical removal of fan assembly. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.68current
nbsCmmcTrapFanInserted
NOTIFICATION-TYPE
Triggered by physical insertion of fan assembly. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.69current
nbsCmmcTrapModuleStatusChanged
NOTIFICATION-TYPE
Triggered when nbsCmmcSlotModuleStatus changes. If a module is unplugged and nbsCmmcSlotModuleStatus transitions directly to empty(2), a trap will not be generated. This Notification should be of Severity WARNING.
1.3.6.1.4.1.629.200.13.0.70current