NEWBRIDGE-MIB: View SNMP OID List / Download MIB

VENDOR: NEWBRIDGE NETWORKS CORPORATION


 Home MIB: NEWBRIDGE-MIB
Download as:   

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


Object Name OID Type Access Info
 nnciSystem 1.3.6.1.4.1.123.2.1
     nnciSystemTable 1.3.6.1.4.1.123.2.1.1 no-access
This table contains interesting general information about the managed element in its entirety
         nnciSystemTableEntry 1.3.6.1.4.1.123.2.1.1.1 no-access
A list of general information about the managed element
             nnciSystemDate 1.3.6.1.4.1.123.2.1.1.1.2 displaystring read-write
The current date as known by the node.The date is formatted as a sequence of nine ASCII characters in the form DD-MMM-YY, where DD is the day of the month (01..31), MMM is the month of the year, e.g. JAN, and YY is the last two digits of the year, e.g. 90.
             nnciSystemProductName 1.3.6.1.4.1.123.2.1.1.1.4 displaystring read-only
The marketing name for the product, e.g. 8230 MainStreet for something if sysObjectId.0 = nnci8230
             nnciSystemGeneric 1.3.6.1.4.1.123.2.1.1.1.5 displaystring read-only
This object identifies the revision of the firmware in the standard Newbridge fashion. The identifier is a string of 10 ASCII characters of the form M11D-HL-PP where: D indicates the release number of the software LL indicates the load of the software, and PP indicates the patch-level of the firmware.
             nnciSystemNVMAllocation 1.3.6.1.4.1.123.2.1.1.1.30 octet string read-only
This object provides status information about the non-volatile memory present on the main card of the system. The information returned includes the size of a single block of NVM, the total number of blocks available for use, the number of bad blocks and the number of blocks in use.
             nnciSystemNVMRepairInfo 1.3.6.1.4.1.123.2.1.1.1.31 octet string read-only
This object returns the details of the latest repair performed on the non-volatile memory present on the main card.
             nnciSystemTime 1.3.6.1.4.1.123.2.1.1.1.38 displaystring read-write
The current time of day including seconds. The time is represented as a sequence of 9 ASCII characters in the form HH:MM:SS, where HH is the hour of the day (0..12), MM is the minute of the hour and SS are the seconds of the minute (0..59)
 nnciSp 1.3.6.1.4.1.123.2.2
     nnciSerialPortTable 1.3.6.1.4.1.123.2.2.1 no-access
This table contains the configuration information for an asynchronous management port for a standalone node.
         nnciSerialPortTableEntry 1.3.6.1.4.1.123.2.2.1.1 no-access
A list of configuration information for a management port on a standalone node
             nnciSpBaudRate 1.3.6.1.4.1.123.2.2.1.1.1 integer read-write
The baud rate of the asynchronous management port. Enumeration: 'b9600': 7, 'auto': 1, 'b1200': 4, 'b2400': 5, 'b38400': 8, 'b600': 3, 'b300': 2, 'b4800': 6.
             nnciSpWordLength 1.3.6.1.4.1.123.2.2.1.1.2 integer read-write
The word length used on the asynchronous management port. Enumeration: 'seven': 3, 'eight': 4.
             nnciSpStopBits 1.3.6.1.4.1.123.2.2.1.1.3 integer read-write
The number of stop bits used by the asynchronous management port.
             nnciSpParity 1.3.6.1.4.1.123.2.2.1.1.4 integer read-write
The parity used on the asynchronous management port. Enumeration: 'even': 2, 'none': 3, 'odd': 1.
 nnciDiag 1.3.6.1.4.1.123.2.3
     nnciDiagTable 1.3.6.1.4.1.123.2.3.1 no-access
This table contains all of the configuration and status information related to diagnostics on a node.
         nnciDiagTableEntry 1.3.6.1.4.1.123.2.3.1.1 no-access
A list of all of the configuration and status information related to node diagnostics.
             nnciDiagEnable 1.3.6.1.4.1.123.2.3.1.1.1 integer read-write
This object controls whether or not background diagnostics are run. If the object is set to 2 (enabled), then background diagnostics are run periodically. If the object is set to 1 (disabled), background diagnostics are not performed. Enumeration: 'disabled': 2, 'enabled': 1.
             nnciDiagResults 1.3.6.1.4.1.123.2.3.1.1.5 integer read-only
This object indicates the results of power on and background diagnostics. Any bit that is asserted corresponds to a failure of a component of the card.
 nnciAlarm 1.3.6.1.4.1.123.2.4
     nnciAlarmTable 1.3.6.1.4.1.123.2.4.1 no-access
This table contains all the configuration and status information about the alarm mechanism along with the alarms themselves.
         nnciAlarmTableEntry 1.3.6.1.4.1.123.2.4.1.1 no-access
A list of all of the configuration and status information for a node, along with the alarm queues themselves.
             nnciAlarmCount 1.3.6.1.4.1.123.2.4.1.1.1 integer read-only
The number of alarms in the specified queue.
             nnciAlarmQueueEntry 1.3.6.1.4.1.123.2.4.1.1.2 octet string read-only
When read, this object returns the particulars of the entry in the specified queue.
             nnciAlarmQueueEntryStatus 1.3.6.1.4.1.123.2.4.1.1.3 integer read-write
The status of an alarm. Enumeration: 'clearingAlarmUnack': 6, 'ackRemedyAck': 5, 'ackNotRemedied': 3, 'nonTep1e': 0, 'unackRedmedyUnack': 2, 'unackNotRemedied': 1, 'clearingAlarmAck': 7, 'ackRemedyUnack': 4.
             nnciAlarmSeqNum 1.3.6.1.4.1.123.2.4.1.1.4 integer read-only
The next sequence number that will be used by the node. The sequence numbers are a unique, within a single node, identifier for an alarm.
             nnciAlarmCodePriority 1.3.6.1.4.1.123.2.4.1.1.6 integer read-write
This value of this object controls into which queue an alarm is placed. Enumeration: 'major': 1, 'minor': 2, 'diagnostic': 3.
             nnciAlarmDeleteQueueEntry 1.3.6.1.4.1.123.2.4.1.1.8 integer read-write
A set to this object is deletes the first N alarms from the specified alarm queue.
             nnciAlarmQueueType 1.3.6.1.4.1.123.2.4.1.1.9 integer read-write
This paramater is used to control the behaviour of the alarm queue in the overlfow case, i.e. when the alarm facility attempts to place the 65th alarm into the queue. If the queue type is set to Fixed, the 65th and 64th alarms will be discarded and the 'Too Many Alarms' alarm added as the last entry in the queue. If the queue type is set to Circular, the 65th alarm will overwrite the first alarm in the queue Enumeration: 'fixedAlarmQueue': 1, 'circularAlarmQueue': 2.
 nnciNetSynch 1.3.6.1.4.1.123.2.7
     nnciNetSynchTable 1.3.6.1.4.1.123.2.7.1 no-access
This table contains all of the configuration and status information for the network synchronization mechanism for a standalone node.
         nnciNetSynchTableEntry 1.3.6.1.4.1.123.2.7.1.1 no-access
A list of all of the configuration and status information related to network synchronization.
             nnciNetSynchSourceStatus 1.3.6.1.4.1.123.2.7.1.1.1 integer read-write
This object returns the current status of the specified source of synchronization. A set to this object changes the enabled/disabled status of the source. If the source is disabled, writing anything other than 'Disabled' will cause the source to be enabled, and its state will change to one of Not Ready, Ready, or Current. If the source is enabled, writing 'Disabled' to this object will disable the source. Enumeration: 'current': 3, 'cannotLock': 9, 'undefinedSource': 12, 'unavailable': 13, 'autoRecovery': 8, 'illegalState': 11, 'enabled': 10, 'disabled': 1, 'failed': 5, 'acquiring': 14, 'shutDown': 6, 'ready': 2, 'timedRecovery': 4, 'notReady': 7.
             nnciNetSynchTimingSource 1.3.6.1.4.1.123.2.7.1.1.2 integer read-write
The device which provides timing when the specified source of synchronization is selected. The sync source must be disabled before changing this object. Enumeration: 'exp2': 4, 'exp1': 3, 'freerun': 18.
             nnciNetSynchReacquisitionMode 1.3.6.1.4.1.123.2.7.1.1.3 integer read-write
How the source of synchronization will be treated in the event a failure is detected. If Manual is selected, the source will remain unused until it is re-selected. If Automatic recovery is selected, the source will be returned to use as soon as it is valid, e.g. when a T1 link regains frame alignment. If Timed recovery is selected, the node will attempt to use the source at the specified interval. Enumeration: 'timed': 3, 'automatic': 2, 'manual': 1.
             nnciNetSynchCurrentSource 1.3.6.1.4.1.123.2.7.1.1.4 integer read-write
The current source of synchronization for the node. A set to this object toggles the ready/current status of the source. If the source is ready, it will become the current source. If the source is current, it will become ready, and the next-best source will become the current source. If the source is neither ready nor current, a set to this object has no effect.
             nnciNetSynchRecoveryInterval 1.3.6.1.4.1.123.2.7.1.1.6 integer read-write
This object is used to set the interval between recovery attempts for a source of synchronization that is using Timed recovery in seconds.
             nnciNetSynchQuality 1.3.6.1.4.1.123.2.7.1.1.9 integer read-write
This object is used to set the maximum permissible number of failures that can be experienced by a source in an hour. If this limit is exceeded, an alarm is raised and the source is placed into the disabled state.
             nnciNetSynchSourceClass 1.3.6.1.4.1.123.2.7.1.1.11 integer read-write
This object is used to set the class of a source. The source with the best class will provide system sync when several sources are Ready. Note that the freerun source (source 5) does not actually make use of this object. It gets its class from nnciNetSynchNodeClass.
             nnciNetSynchNodeClass 1.3.6.1.4.1.123.2.7.1.1.12 integer read-write
This object is used to set the class of the node. The node will freerun if the value of this object is lower than the nnciNetSynchSourceClass of the other sources.
 nnciSlot 1.3.6.1.4.1.123.2.10
       nnciSlotTable 1.3.6.1.4.1.123.2.10.1 no-access
This table contains all of the common, slot configuration and status information for a standalone node
           nnciSlotTableEntry 1.3.6.1.4.1.123.2.10.1.1 no-access
A list of all of the common, per-slot configuration and status information for a standalone node.
               nnciSlotName 1.3.6.1.4.1.123.2.10.1.1.1 displaystring read-write
An arbitrary name for a slot.
               nnciSlotProgType 1.3.6.1.4.1.123.2.10.1.1.2 moduletype read-write
This object is used to specify what kind of module should be present in the specified position . If the value in this object does not match the value in the nnciSlotPresType object, then the position will be held out of service.
               nnciSlotPresType 1.3.6.1.4.1.123.2.10.1.1.3 moduletype read-only
This object is used to specify what kind of module is present in the specified position . If the value of this object does not match the value of the nnciSlotProgType object, the position will be held out of service.
               nnciSlotStatus 1.3.6.1.4.1.123.2.10.1.1.4 integer read-write
This object contains the current status of the specified position . The status reflects whether a module is present, and if so, is it of the expected type. Enumeration: 'ok': 2, 'wrong-firmware': 9, 'sub-module-type-mismatch': 7, 'wrong-variant': 12, 'module-type-mismatch': 6, 'module-dead': 4, 'unknown-module-type': 5, 'fault-on-module': 3, 'empty': 1.
               nnciSlotModuleID 1.3.6.1.4.1.123.2.10.1.1.5 moduleid read-only
The hardware identification number assigned to the module that is present in the specified position. If there is no module installed in the position, the value returned will be 0 (zero). Note that this identification number identifies what kind of module is present; the revision level of the module is available in the nnciSlotHardwareRevision object
               nnciSlotSubModuleProgType 1.3.6.1.4.1.123.2.10.1.1.6 submoduletype read-write
What kind of 'sub-module' should be present in the specified slot. If the value in this object does not match the value in the nnciSlotModulePresType object, then the position will be held out of service. Any attempt to set this object for other than the expansion module positions will be rejected.
               nnciSlotSubModulePresType 1.3.6.1.4.1.123.2.10.1.1.7 submoduletype read-only
What kind of 'sub-module' is present in the specified position. If the value of this object does not match the value of the nnciSlotModuleProgType object, the position will be held out of service.
               nnciSlotFirmwareID 1.3.6.1.4.1.123.2.10.1.1.8 integer read-only
The revision level of the firmware, if any, that is present on a module. If no firmware is present, the value will be zero.
               nnciSlotBusyOut 1.3.6.1.4.1.123.2.10.1.1.9 integer read-write
This object is used to take circuits on a specified slot out of service. If the value of this object is hold-out-of-service, then the circuits on the slot will not be used even if all alarms are cleared and the circuits would normally be placed into service. If the value of this object is normal, then the circuits will operate as if this object did not exist. If the circuits are the specified position are in service when the object is set, it will be immediately removed from service. Enumeration: 'hold-out-of-service': 2, 'normal': 1.
               nnciSlotSubModuleID 1.3.6.1.4.1.123.2.10.1.1.10 submoduleid read-only
The hardware identification number assigned to the sub-module that is present in the specified position. If there is no sub-module installed in the position, or no sub-module present, the value returned will be zero.
               nnciSlotVariantID 1.3.6.1.4.1.123.2.10.1.1.14 integer read-only
The variant identification number for the module which is installed in the specified slot. If there is no module installed, the value returned will be zero.
               nnciSlotResetCard 1.3.6.1.4.1.123.2.10.1.1.15 integer read-write
This object is used to cause the node to re-initialize the specified module. Any set to this object will cause the specified module to be re-initialized. If a set is attempted with the modifier set to select the main card, the whole node will be reset. A get on this object will always return zero.
               nnciSlotHardwareRevision 1.3.6.1.4.1.123.2.10.1.1.19 integer read-only
The engineering revision level of the module that occupies the specified position. The high nibble of the returned value is the major revision level and the low nibble is the minor revision, e.g. Engineering Revision 21 will be returned as $21.
 nnciDev 1.3.6.1.4.1.123.2.11
       nnciDevTable 1.3.6.1.4.1.123.2.11.1 no-access
This table contains all of the common, per-device configuration and status information for a circuit. Device-type specific information is found in other tables as appropriate.
           nnciDevTableEntry 1.3.6.1.4.1.123.2.11.1.1 no-access
A list of all of the common, per-device configuration and status information.
               nnciDevName 1.3.6.1.4.1.123.2.11.1.1.2 displaystring read-write
A user-defined name for the specified circuit.
               nnciDevLoopback 1.3.6.1.4.1.123.2.11.1.1.4 integer read-write
This object is used to apply and remove loopbacks on the specified circuit. Note that it may not be possible to apply loopbacks to some circuit types. Enumeration: 'none': 1, 'lpbkB': 3, 'lpbkC': 4, 'lpbkA': 2.
               nnciDevMateDevice 1.3.6.1.4.1.123.2.11.1.1.5 devicenumber read-only
The device number of the device, if any, that is cross-connected to the device of interest. If there is no programmed connection, the device number will be zero.
               nnciDevSetShowSig 1.3.6.1.4.1.123.2.11.1.1.10 integer read-write
A get from this object will return the current value of signalling, as appropriate for the type of the specified device. When set, the bit pattern supplied will be used as the signalling that is being sent by the circuit.
               nnciDevReady 1.3.6.1.4.1.123.2.11.1.1.15 integer read-only
Whether or not the circuit is ready for use. Enumeration: 'notReady': 0, 'ready': 1.
               nnciDevActive 1.3.6.1.4.1.123.2.11.1.1.16 integer read-only
Whether or not the circuit is active. Enumeration: 'notActive': 0, 'active': 1.
               nnciDevConnected 1.3.6.1.4.1.123.2.11.1.1.17 integer read-only
Whether or not the circuit is connected. Enumeration: 'notConnected': 0, 'connected': 1.
               nnciDevOutOfService 1.3.6.1.4.1.123.2.11.1.1.18 integer read-only
Whether or not the circuit has detected an OutOfService condition. Enumeration: 'outOfService': 1, 'inService': 0.
               nnciDevUnderMaintenance 1.3.6.1.4.1.123.2.11.1.1.21 integer read-only
True iff the circuit has been subject to a maintenance operation, e.g. a loopback. Enumeration: 'underMaint': 1, 'noMaint': 0.
               nnciDevBusyOut 1.3.6.1.4.1.123.2.11.1.1.22 integer read-write
This object is used to remove a circuit from service. Enumeration: 'busiedOut': 1, 'notBusy': 0.
               nnciDevFailed 1.3.6.1.4.1.123.2.11.1.1.23 integer read-write
True iff this circuit has failed a diagnostics test. Enumeration: 'notFailed': 0, 'failed': 1.
               nnciDevDiagEnable 1.3.6.1.4.1.123.2.11.1.1.24 integer read-write
Whether or not background diagnostics are enabled for this circuit (if applicable). Enumeration: 'diagDisabled': 0, 'diagEnabled': 1.
 nnciE1Slot 1.3.6.1.4.1.123.2.20
       nnciE1SlotTable 1.3.6.1.4.1.123.2.20.1 no-access
This table contains all of the configuration and status information for a E1 interface
           nnciE1SlotTableEntry 1.3.6.1.4.1.123.2.20.1.1 no-access
A list of all of the configuration and status information for a E1 interface.
               nnciE1SlotAlarmControl 1.3.6.1.4.1.123.2.20.1.1.1 integer read-write
This object can be used to control the alarm condition that is indicated by the specified interface. If ForceAISInTS16 is selected, the interface will transmit a continuous all ones pattern in TS16 of the E1 link. If ForceAISAllTS is selected, the interface will transmit an un-framed 'all ones' signal on the interface. Enumeration: 'nonalarm': 1, 'forceAISInTS16': 2, 'forceAISInA11TS': 3.
               nnciE1SlotLoopback 1.3.6.1.4.1.123.2.20.1.1.4 integer read-write
This object is used to set or remove loopbacks on the E1 interface. Enumeration: 'none': 1, 'line-and-equipment': 6, 'equipment': 2, 'equipment-digital': 4, 'line': 5, 'equipment-all-ones': 3.
               nnciE1SlotSignalling 1.3.6.1.4.1.123.2.20.1.1.7 integer read-write
This object is used to select either Common Channel Signalling (CCS) or Channel Associated Signalling (CAS) operation for the interface. CCS operation makes timeslot 16 of the E1 link available for user data . 31CHAN mode allows TS16 to be used for super-rate data, whereas CCS does not. In CAS operation, timeslot 16 is used to transfer ABCD bit signalling and thus is not available to carry user data. Enumeration: 'cas': 1, 'thirtyOneChan': 3, 'ccs': 2.
               nnciE1SlotShieldLevel 1.3.6.1.4.1.123.2.20.1.1.9 integer read-write
This object is used to control the level of the coax shield at the E1 physical interface for each of the receive and transmit lines. The two shields (receive and transmit) can be controlled independently. Enumeration: 'neither-grounded': 4, 'onlyRX-grounded': 2, 'both-grounded': 1, 'onlyTX-grounded': 3.
               nnciE1SlotLinkStatus 1.3.6.1.4.1.123.2.20.1.1.11 t1e1status read-only
This object returns the current 'alarm' state of the E1 interface.
               nnciE1SlotThreshold 1.3.6.1.4.1.123.2.20.1.1.12 integer read-write
This object controls the system's tolerance of failures on the specified interface. If more than the specified number of failures occurs in one hour, the interface will be removed from consideration as a source of synchronization. A failure is defined as the occurrence of an alarm condition on the interface, i.e. one that results in any bits other than 0 (zero) or 9 (nine) being set in the nnciE1SlotLinkStatus object.
               nnciE1TypeOfStats 1.3.6.1.4.1.123.2.20.1.1.14 integer read-write
The type of stats to be collected for this E1 link. Enumeration: 'hdb3': 1, 'crc4': 2.
               nnciE1SlotTrunkConditioningEnable 1.3.6.1.4.1.123.2.20.1.1.21 integer read-write
This object controls when trunk-conditioning is applied to the specified interface. Trunk- conditioning is the process by which all of the connections to the interface are temporarily broken and a known pattern is sent on each channel of the interface.
               nnciE1SlotAlarmDeclarationTime 1.3.6.1.4.1.123.2.20.1.1.22 integer read-write
This object controls the interval for which the local loss-of-frame condition is debounced.
               nnciE1SlotAlarmClearingTime 1.3.6.1.4.1.123.2.20.1.1.23 integer read-write
This object controls the interval for which the reacquisition of local frame is debounced.
               nnciE1SlotCRCFraming 1.3.6.1.4.1.123.2.20.1.1.25 integer read-write
This object controls the generation and use of a Cyclic Redundancy Check during reframing. Enumeration: 'disabled': 2, 'enabled': 1.
 nnciE1 1.3.6.1.4.1.123.2.21
       nnciE1Table 1.3.6.1.4.1.123.2.21.1 no-access
This table contains all of the configuration and status information for a E1 circuit
           nnciE1TableEntry 1.3.6.1.4.1.123.2.21.1.1 no-access
A list of all of the configuration and status information for an E1 circuit
               nnciE1BusyOut 1.3.6.1.4.1.123.2.21.1.1.3 integer read-write
What signalling will be transmitted on the circuit when the circuit is not connected. Enumeration: 'oosB': 4, 'idle': 1, 'seized': 2, 'oosA': 3.
               nnciE1AlternateDigitInversion 1.3.6.1.4.1.123.2.21.1.1.6 integer read-write
Whether or not Alternate Digit Inversion (ADI) will be applied to the data transmitted and received on the circuit. Enumeration: 'adiOn': 1, 'adiOff': 2.
               nnciE1DefaultData 1.3.6.1.4.1.123.2.21.1.1.9 onebyte read-write
The value that is to be transmitted on the circuit when it is not connected.
               nnciE1FirstCode 1.3.6.1.4.1.123.2.21.1.1.10 integer read-write
The nnciE1FirstCode object is one of two which determines the signalling that will be sent during the Trunk-Conditioning process. This object determines the signalling that will be sent during a timed-break, if one is applied.
               nnciE1SecondCode 1.3.6.1.4.1.123.2.21.1.1.11 integer read-write
The nnciE1SecondCode object is the second of two objects which determines the signalling that will be sent during the Trunk-Conditioning process. This object determines the signalling that will be sent for the duration of the trunk-conditioning process, following the timed-break.
               nnciE1PartOfSuperRate 1.3.6.1.4.1.123.2.21.1.1.13 circuitnumber read-write
This parameter is used to form a circular linked list of circuit numbers which make up a superrate connection. It contains the circuit number of the next circuit in the superrate connection or zero if the circuit is not part of a super-rate group.
               nnciE1BitsUsed 1.3.6.1.4.1.123.2.21.1.1.14 integer read-write
A bitmap which indicates which bits of the E1 circuit are to be used for data.
               nnciE1SuperRateCircuitMap 1.3.6.1.4.1.123.2.21.1.1.21 integer read-write
When written to, this object builds the circularly-linked list of circuits represented by the one bits in the value written. When read, this object returns the bit map corresponding to the super-rate group of which this circuit is a member
               nnciE1SuperRateNumCircuits 1.3.6.1.4.1.123.2.21.1.1.22 integer read-write
When written to, this object builds the circularly-linked list of circuits to represent the super-rate group which begins at this circuit and contains the specified number of circuits. When read, this object returns the number of circuits in the super-rate group of which this circuit is a member.
 nnciT1Slot 1.3.6.1.4.1.123.2.22
       nnciT1SlotTable 1.3.6.1.4.1.123.2.22.1 no-access
This table contains all of the configuration and status information for a T1 interface.
           nnciT1SlotTableEntry 1.3.6.1.4.1.123.2.22.1.1 no-access
A list of all of the configuration and status information for a T1 interface.
               nnciT1SlotAlarmControl 1.3.6.1.4.1.123.2.22.1.1.1 integer read-write
This object can be used to control the alarm condition that is indicated by the specified interface. If ForceYellow is selected, the interface will provide the same indication to the far end as if the local interface had lost frame. If ForceAIS is selected, the interface will transmit an unframed all ones signal towards the far end. Enumeration: 'noAlarm': 1, 'forceAIS': 3, 'forceYellow': 2.
               nnciT1SlotFramingStyle 1.3.6.1.4.1.123.2.22.1.1.2 integer read-write
This object is used to select either D4 or ESF framing for the T1 link. Enumeration: 'esfFraming': 2, 'd4Framing': 1.
               nnciT1SlotZeroSuppression 1.3.6.1.4.1.123.2.22.1.1.3 integer read-write
This object is used to select the kind, if any, of zero-code suppression to be used on the link. Enumeration: 'none': 1, 'jamBit7': 3, 'b8zs': 2.
               nnciT1SlotLinkStatus 1.3.6.1.4.1.123.2.22.1.1.7 t1e1status read-only
This object returns the current 'alarm' state of the T1 facility.
               nnciT1SlotLoopLength 1.3.6.1.4.1.123.2.22.1.1.8 integer read-write
This object is used to control the pre-equalization applied to signal before transmission. Enumeration: 'medium': 2, 'short': 1, 'long': 3.
               nnciT1SlotThreshold 1.3.6.1.4.1.123.2.22.1.1.9 integer read-write
This object controls the system's tolerance of failures on the specified T1 link. If more than the specified number of failures occurs in one hour, the interface will be removed from consideration as a source of synchronization. A failure is defined as the occurrence of an alarm condition on the interface, i.e. one that results in any bits other than 0 (zero) or 9 (nine) being set in the nnciT1SlotLinkStatus object.
               nnciT1SlotLoopback 1.3.6.1.4.1.123.2.22.1.1.11 integer read-write
This object is used to set or remove loopbacks on the T1 link Enumeration: 'none': 1, 'line-and-equipment': 6, 'equipment': 2, 'equipment-digital': 4, 'line': 5, 'equipment-all-ones': 3.
               nnciT1SlotTrunkConditioningEnable 1.3.6.1.4.1.123.2.22.1.1.16 integer read-write
This object controls when trunk-conditioning is applied to the specified T1 link. Trunk- conditioning is the process by which all of the connections to the link are temporarily broken and a known pattern is sent on each channel of the T1.
               nnciT1SlotAlarmDeclarationTime 1.3.6.1.4.1.123.2.22.1.1.17 integer read-write
This object controls the interval for which the local loss-of-frame condition is debounced. The debounce algorithm and default value correspond to the requirements of AT&T PUB 62411.
               nnciT1SlotAlarmClearingTime 1.3.6.1.4.1.123.2.22.1.1.18 integer read-write
This object controls the interval for which the reacquisition of local frame is debounced. The debounce algorithm and default value correspond to the requirements of AT&T PUB 62411.
               nnciT1SlotCRCFraming 1.3.6.1.4.1.123.2.22.1.1.20 integer read-write
This object controls whether a Cyclic Redundancy Check is used when the specified T1 link reframes. This is only applicable to T1 links that a programmed for ESF operation. Enumeration: 'disabled': 2, 'enabled': 1.
 nnciT1 1.3.6.1.4.1.123.2.23
       nnciT1Table 1.3.6.1.4.1.123.2.23.1 no-access
This table contains all of the configuration and status information for a T1 circuit
           nnciT1TableEntry 1.3.6.1.4.1.123.2.23.1.1 no-access
A list of all of the configuration and status information for an T1 circuit
               nnciT1BusyOut 1.3.6.1.4.1.123.2.23.1.1.1 integer read-write
What action will be taken on the circuit when the circuit is not connected. Enumeration: 'oosB': 4, 'idle': 1, 'seized': 2, 'oosA': 3.
               nnciT1RobbedBitSig 1.3.6.1.4.1.123.2.23.1.1.4 integer read-write
This object is used to enable or disable Robbed-Bit Signalling for the circuit. Enumeration: 'rbsOff': 2, 'rbsOn': 1.
               nnciT1Inversion 1.3.6.1.4.1.123.2.23.1.1.5 integer read-write
Whether or not data transmitted on this circuit is inverted. Enumeration: 'invertOff': 2, 'invertOn': 1.
               nnciT1DefaultData 1.3.6.1.4.1.123.2.23.1.1.8 onebyte read-write
The value that is to be transmitted on the circuit when it is not connected.
               nnciT1FirstCode 1.3.6.1.4.1.123.2.23.1.1.9 integer read-write
The nnciT1FirstCode object is one of two which determines the signalling that will be sent during the Trunk-Conditioning process. This object determines the signalling that will be sent during a timed-break, if one is applied.
               nnciT1SecondCode 1.3.6.1.4.1.123.2.23.1.1.10 integer read-write
The nnciT1SecondCode object is the second of two objects which determines the signalling that will be sent during the Trunk-Conditioning process. This object determines the signalling that will be sent for the duration of the trunk-conditioning process, following the timed-break.
               nnciT1PartOfSuperRate 1.3.6.1.4.1.123.2.23.1.1.12 circuitnumber read-write
This parameter is used to form a circular linked list of circuit numbers which make up a superrate connection It contains the circuit number of the next circuit in the superrate connection or zero if the circuit is not part of a super-rate group
               nnciT1BitsUsed 1.3.6.1.4.1.123.2.23.1.1.13 integer read-write
A bitmap which indicates which bits of the T1 circuit are to be used for data.
               nnciT1SuperRateCircuitMap 1.3.6.1.4.1.123.2.23.1.1.20 integer read-write
When written to, this object builds the circularly-linked list of circuits represented by the one bits in the value written. When read, this object returns the bit map corresponding to the super-rate group of which this circuit is a member
               nnciT1SuperRateNumCircuits 1.3.6.1.4.1.123.2.23.1.1.21 integer read-write
When written to, this object builds the circularly-linked list of circuits to represent the super-rate group which begins at this circuit and contains the specified number of circuits. When read, this object returns the number of circuits in the super-rate group of which this circuit is a member
 nnciBridge 1.3.6.1.4.1.123.2.55
       nnciBridgeTable 1.3.6.1.4.1.123.2.55.1 no-access
This table contains all of the configuration information for a Bridge.
           nnciBridgeTableEntry 1.3.6.1.4.1.123.2.55.1.1 no-access
A list of all of the configuration information required for a Bridge.
               nnciBrdgAddress 1.3.6.1.4.1.123.2.55.1.1.3 physaddress read-only
The data-link layer address to which messages destined for the bridge should be sent.
               nnciBrdgUptime 1.3.6.1.4.1.123.2.55.1.1.4 extendedtime read-only
The elapsed time in hundredths of a second since the bridge entity was last reset.
               nnciBrdgInterfaceCount 1.3.6.1.4.1.123.2.55.1.1.5 integer read-only
The number of interfaces which are programmed to be used for/by the bridge.
               nnciBrdgMaxInterfaceCount 1.3.6.1.4.1.123.2.55.1.1.6 integer read-only
The maximum possible number of interfaces supported by the bridge.
               nnciBrdgMapCircuitToInterface 1.3.6.1.4.1.123.2.55.1.1.7 interfaceindex read-only
Which interface the specified device belongs to.
 nnciBrdgSt 1.3.6.1.4.1.123.2.61
       nnciBridgeStPhase1 1.3.6.1.4.1.123.2.61.1
           nnciBridgeStPhase1GroupOne 1.3.6.1.4.1.123.2.61.1.1
               nnciBrdgStFramesFiltered 1.3.6.1.4.1.123.2.61.1.1.4 extendedcounter read-only
The number of frames received by the bridge and discarded based on information in the address filter.
               nnciBrdgStFramesForwarded 1.3.6.1.4.1.123.2.61.1.1.5 extendedcounter read-only
The number of frames received by the bridge, not discarded and forwarded to a single destination.
               nnciBrdgStFramesFlooded 1.3.6.1.4.1.123.2.61.1.1.6 extendedcounter read-only
The number of frames received by the bridge, not discarded, but re-transmitted on all interfaces
               nnciBrdgStTimeSinceLastReset 1.3.6.1.4.1.123.2.61.1.1.11 extendedtime read-only
The elapsed time in hundredths of a second since the bridge's statistical counters were last reset.
 nnciFilter 1.3.6.1.4.1.123.2.62
       nnciFilterTable 1.3.6.1.4.1.123.2.62.1 no-access
This table contains all of the configuration and status information related to the filtering mechanism of a Transparent Bridge.
           nnciFilterTableEntry 1.3.6.1.4.1.123.2.62.1.1 no-access
A list of all of the configuration and status information related to the filtering mechanism of a Transparent Bridge.
               nnciFilterReset 1.3.6.1.4.1.123.2.62.1.1.1 integer read-write
This object forces the bridge to reset the filtering database by first removing all of the entries from the filter and then re-initializing it with the entries from the permanent database. A get on this object will always return zero Enumeration: 'reset': 1, 'nop': 0.
               nnciFilterLearn 1.3.6.1.4.1.123.2.62.1.1.2 integer read-write
This object determines whether the address filter will learn the source addresses of frames transmitted on networks to which it is directly attached. Enumeration: 'doNotLearn': 0, 'learn': 1.
               nnciFilterPermDBChange 1.3.6.1.4.1.123.2.62.1.1.4 integer read-only
This object indicates that the permanent database entries have changed since the last filter reset. Enumeration: 'same-as-before': 0, 'changed': 1.
               nnciFilterPermDBMaxEntries 1.3.6.1.4.1.123.2.62.1.1.5 integer read-only
This object indicates the maximum number of entries that may be placed in the permanent database of the bridge.
               nnciFilterPermDBEntryCount 1.3.6.1.4.1.123.2.62.1.1.6 integer read-only
This object returns the number of entries currently in the permanent database.
               nnciFilterPermDBContents 1.3.6.1.4.1.123.2.62.1.1.7 filterentry read-only
This object provides access to the contents of the permanent database. The modifier is the entry number which can range from 1 to FILTER-PermDBEntryCount. If an attempt is made to access an entry that is not defined, an error will be returned.
               nnciFilterAddPermDBEntry 1.3.6.1.4.1.123.2.62.1.1.8 filterentry read-write
This object provides a way to add an entry to the permanent database of the bridge. If the maximum size of the permanent database is exceeded, an error will be returned.
               nnciFilterDeletePermDBEntry 1.3.6.1.4.1.123.2.62.1.1.9 filterentry read-write
This object provides a way to delete an entry from the permanent database of the bridge. If the specified entry does not exist, an error will be returned.
               nnciFilterAFMaxEntries 1.3.6.1.4.1.123.2.62.1.1.10 integer read-only
This object stores the maximum number of entries that may be placed in the address filter. The number includes both entries copied from the permanent database and learned entries.
               nnciFilterAFEntryLifetime 1.3.6.1.4.1.123.2.62.1.1.11 integer read-write
This object determined the lifetime of an entry in the address filter. Any entry that is present in the filter but not repeated within n nnciFilterAFEntryLifetime will be deleted from the filter. If the Spanning Tree Protocol is used, TBD this value of STP-ForwardDelay used to age the filter entries.
               nnciFilterAFEntryCount 1.3.6.1.4.1.123.2.62.1.1.12 integer read-only
This object returns the number of entries currently in the address filter. This can be used in conjunction with nnciFilterAFContents to obtain the current contents of the address filter.
               nnciFilterAFContents 1.3.6.1.4.1.123.2.62.1.1.13 filterentry read-only
This object provides access tot he current contents of the address filter.
               nnciFilterForwardMatrix 1.3.6.1.4.1.123.2.62.1.1.14 integer read-write
This object determines any restrictions on bridged traffic flow from a particular interface to all of the other interfaces. The restrictions are organized as a bit vector where the values are either permit or deny. The value of nnciFilterForwardMatrix [i,j] must be permit if any frame originating on interface i may be transmitted on interface j.
               nnciFilterFloodUnicastMatrix 1.3.6.1.4.1.123.2.62.1.1.15 integer read-write
This object determines the handling of a unicast frame with an unrecognized destination. The bridge normally floods such frames on all interfaces except the one on which the frame was received. This object can be used to prevent frames being flooded onto specific interfaces. The restrictions are organized as a bit vector for each interface, where the values are either permit or deny.
               nnciFilterTakeSnapShot 1.3.6.1.4.1.123.2.62.1.1.17 integer read-write
A set with a value of snapshot will make a copy of the address filter that can be accessed by gets from nnciFilterContents Enumeration: 'snapshot': 1, 'nop': 0.
               nnciFilterFloodMulticastMatrix 1.3.6.1.4.1.123.2.62.1.1.18 integer read-write
This object determines the handling of a multicast frame with an unrecognized destination. The bridge normally floods such frames on all interfaces except the one on which the frame was received. This object can be used to prevent frames being flooded onto specific interfaces. The restrictions are organized as a bit vector for each interface, where the values are either permit or deny.
               nnciFilterFloodBroadcastMatrix 1.3.6.1.4.1.123.2.62.1.1.19 integer read-write
This object determines the handling of a broadcast frame with an unrecognized destination. The bridge normally floods such frames on all interfaces except the one on which the frame was received. This object can be used to prevent frames being flooded onto specific interfaces. The restrictions are organized as a bit vector for each interface, where the values are either permit or deny.
               nnciFilterPermNVDBContents 1.3.6.1.4.1.123.2.62.1.1.20 filterentry read-only
This object provides access to the permanent entries stored in NVM, it is used to provide a degree of indirection through the permanent entry vector necessary for minimal manipulation of the database during deletion of permanent entries.
               nnciFilterDeleteAllPermEntries 1.3.6.1.4.1.123.2.62.1.1.21 integer read-write
This object provides a way to delete all permanent entries from the database in one operation.
 nnciStp 1.3.6.1.4.1.123.2.63
       nnciStpTable 1.3.6.1.4.1.123.2.63.1 no-access
This table contains all of the configuration and status information relating to the operation of the 802.1d Spanning Tree Protocol.
           nnciStpTableEntry 1.3.6.1.4.1.123.2.63.1.1 no-access
A list of all of the configuration and status information relating to the operation of the 802.1d Spanning Tree Protocol.
               nnciStpEnable 1.3.6.1.4.1.123.2.63.1.1.1 integer read-write
This object enables or disables the Spanning Tree Protocol. If the protocol is disabled, the bridge acts as a simple bridge, which routes packets based only on information in the address filter. Working without the Spanning Tree Protocol may lead to loops in the network topology and is not recommended. The remaining objects in this section are only defined when the Spanning Tree Protocol is enabled. Enumeration: 'stpOff': 0, 'stpOn': 1.
               nnciStpBridgePriority 1.3.6.1.4.1.123.2.63.1.1.2 integer read-write
This object determines the role of the bridge in the spanning tree. It is used to decide which bridge in the network should be the root, which bridges should be active, and which bridges should operate in a standby mode. By changing the bridge priority, one can affect the configuration of the spanning tree. Bridges with smaller priority values are preferentially active i.e. smaller values indicate higher priorities. The bridge priority forms the upper two bytes of the bridge identifier used by the Spanning Tree Protocol.
               nnciStpRoot 1.3.6.1.4.1.123.2.63.1.1.3 bridgeidentifier read-only
This object identifies the bridge that is the root of the spanning tree.
               nnciStpRootPathCost 1.3.6.1.4.1.123.2.63.1.1.4 integer read-only
This cost of a path is the sum of the costs of the individual hops along the path to the root, where the cost of a hop is a user-assignable object usually related to the speed of the physical link (speed in Mbits/sec) - see also nnciStpInterfaceCost.
               nnciStpRootInterface 1.3.6.1.4.1.123.2.63.1.1.5 interfaceindex read-only
This object indicates the interface currently used to send messages to the root bridge. It is chosen as the interface which provides the least-cost path to the root.
               nnciStpMaxAge 1.3.6.1.4.1.123.2.63.1.1.6 integer read-only
This object defines the maximum permissible age in seconds of the configuration information held for each interface. If the information becomes older than nnciStpMaxAge, without being updated by another configuration message from the root bridge, it is discarded, and the bridge attempts to become the designated bridge for that link. In this way, failures of the root or other bridges are detected. (See also nnciStpMyMaxAge).
               nnciStpHelloTime 1.3.6.1.4.1.123.2.63.1.1.7 integer read-only
This object is the value of the HelloTimer used by the root bridge. The present Spanning Tree protocol propogates this value, but the bridges never use it; they use nnciStpMyHelloTime instead.
               nnciStpForwardDelay 1.3.6.1.4.1.123.2.63.1.1.8 integer read-only
This object defines the number of seconds that an interface is kept in the listening or learning state before being moved to the next state. If a topology change has been detected (i.e., nnciStpTopologyChange is true), then this value is also used as the maximum lifetime of entries in the address filter.
               nnciStpMyMaxAge 1.3.6.1.4.1.123.2.63.1.1.9 integer read-write
This object is assigned to nnciStpMaxAge if this bridge becomes the root of the spanning tree.
               nnciStpMyHelloTime 1.3.6.1.4.1.123.2.63.1.1.10 integer read-write
This object is the interval between transmission of configuration BPDUs (also called Hello messages) by the bridge. This object is also assigned to nnciStpHelloTime if this bridge becomes the root of the Spanning Tree.
               nnciStpMyForwardDelay 1.3.6.1.4.1.123.2.63.1.1.11 integer read-write
This object is assigned to nnciStpForwardDelay if this bridge becomes the root of the Spanning Tree.
               nnciStpTopologyChangeDetected 1.3.6.1.4.1.123.2.63.1.1.12 integer read-only
If this object is true, then this bridge has detected a topology change recently and is sending topology change notifications (TCNs) to the root bridge. Enumeration: 'yes': 1, 'no': 0.
               nnciStpSendingTopologyChange 1.3.6.1.4.1.123.2.63.1.1.13 integer read-only
If this object is true, then the bridge has recently received a configuration BPDU with the topology change flag set. This indicates that the bridge has been notified (or has itself detected) a topology change, and all bridges in the network should use nnciStpForwardDelay as the aging time of entries in the filtering database for as long as the flag is set. Enumeration: 'yes': 1, 'no': 0.
               nnciStpTimeSinceLastTopologyChange 1.3.6.1.4.1.123.2.63.1.1.14 extendedtime read-only
This object provides the elapsed time in seconds since the last change in network topology. This object is set to zero when a bridge reset occurs.
               nnciStpTopologyChanges 1.3.6.1.4.1.123.2.63.1.1.15 counter read-only
This object indicates the number of times that the topology change flag has been set to true since the last bridge reset.
               nnciStpTopologyChangeAck 1.3.6.1.4.1.123.2.63.1.1.16 integer read-only
This flag indicates whether the topology change acknowledge flag should be set in the next hello message generated on this interface. Setting this flag acknowledges the receipt of a topology change notification (TCN) from another bridge on the interface. Enumeration: 'yes': 1, 'no': 0.
               nnciStpInterfacePriority 1.3.6.1.4.1.123.2.63.1.1.17 integer read-write
This object is a user-settable priority assigned to each interface. The interface priority allows the network manager to indicate that a given interface should be preferentially used for forwarding messages. Interfaces with smaller numbers (higher priorities) are preferentially used for bridge traffic.
               nnciStpInterfaceCost 1.3.6.1.4.1.123.2.63.1.1.18 integer read-write
This object indicates the relative cost of sending a frame out on a given interface. It is computed in the following manner. If nnciStpCostMultiplier is non-zero, then nnciStpInterfaceCost = (nnciStpCostMultiplier/100) * (10^9 / ifSpeed). If nnciStpCostMultiplier is zero, then nnciStpInterfaceCost = nnciStpUserAssignedCost. In this way, the cost of an interface can either track the bandwidth allocated, or be assigned a fixed value. Note that the value is not allowed to be zero.
               nnciStpDesignatedBridge 1.3.6.1.4.1.123.2.63.1.1.19 bridgeidentifier read-only
This object specifies the designated bridge for the link (LAN or WAN) attached to the interface. Specifically, it is the id of the designated bridge. The designated bridge for a link is chosen as the bridge with the least-cost path to the root.
               nnciStpDesignatedInterface 1.3.6.1.4.1.123.2.63.1.1.20 interfaceindex read-only
This object indicates the interface that the bridge given by nnciStpDesignatedBridge uses to send configuration messages over the link (LAN or WAN). Specifically, it is the id of the interface (i.e., the concatenation of the interface priority and the interface address). This object is of interest if the designated bridge has more than one interface connected to the link.
               nnciStpDesignatedRoot 1.3.6.1.4.1.123.2.63.1.1.21 bridgeidentifier read-only
This object indicates who the designated bridge thinks is the root (i.e., what the value of nnciStpRoot is on the bridge given by nnciStpDesignateBridge). This object will only differ from nnciStpRoot when the topology of the spanning tree is changing.
               nnciStpDesignatedCost 1.3.6.1.4.1.123.2.63.1.1.22 integer read-only
This object provides the cost of the cheapest path between nnciStpDesignatedBridge and nnciStpDesignatedRoot.
               nnciStpConfigurationMessagePending 1.3.6.1.4.1.123.2.63.1.1.23 integer read-only
If this object is true, then a configuration BPDU has been queued for transmission due to the transmission of another configuration BPDU within the last second. Enumeration: 'yes': 1, 'no': 0.
               nnciStpAllowableDeviations 1.3.6.1.4.1.123.2.63.1.1.24 integer read-write
This object specifies those deviations from the 802.1d document that will be tolerated by the bridge. If the bit in the specified position is 1, then that deviation will be allowed.
               nnciStpCostMultiplier 1.3.6.1.4.1.123.2.63.1.1.25 integer read-write
This object is the weight assigned to the default cost, expressed as a percentage. That is, a multiplier of 50 means the interface should have half its default cost as determined by its speed. See the description of nnciStpInterfaceCost for more details.
               nnciStpUserAssignedCost 1.3.6.1.4.1.123.2.63.1.1.26 integer read-write
This object is used to determine the cost assigned to a interface. See the description of nnciStpInterfaceCost for the details.
 nnciHdlc 1.3.6.1.4.1.123.2.66
       nnciHdlcTable 1.3.6.1.4.1.123.2.66.1 no-access
This table contains all of the configuration, status and statistical information required for an HDLC circuit.
           nnciHdlcTableEntry 1.3.6.1.4.1.123.2.66.1.1 no-access
A list of all of the configuration, status and statistical information required for an HDLC circuit.
               nnciHdlcBytesTransmitted 1.3.6.1.4.1.123.2.66.1.1.1 extendedcounter read-only
A count of data and padding bytes that were successfully transmitted.
               nnciHdlcFramesTransmitted 1.3.6.1.4.1.123.2.66.1.1.2 extendedcounter read-only
The number of frames that were successfully transmitted.
               nnciHdlcRxGoodBytes 1.3.6.1.4.1.123.2.66.1.1.3 extendedcounter read-only
The number of bytes in frames that were successfully received.
               nnciHdlcRxGoodFrames 1.3.6.1.4.1.123.2.66.1.1.4 extendedcounter read-only
The number of frames that were successfully received.
               nnciHdlcUnderrun 1.3.6.1.4.1.123.2.66.1.1.5 extendedcounter read-only
The number of frames that should have been transmitted by the station, but could not be transmitted due to an internal MAC sublayer transmit error.
               nnciHdlcCRCError 1.3.6.1.4.1.123.2.66.1.1.6 extendedcounter read-only
The number of frames that contained an integral number of bytes but did not pass the frame sequence.
               nnciHdlcAlignmentError 1.3.6.1.4.1.123.2.66.1.1.7 extendedcounter read-only
The number of frames that did not contain an integral number of bytes and did not pass the frame sequence.
               nnciHdlcOverrun 1.3.6.1.4.1.123.2.66.1.1.8 extendedcounter read-only
The number of frames which should have been received by the station, but could not be accepted due to an internal MAC sublayer receive error.
               nnciHdlcAbort 1.3.6.1.4.1.123.2.66.1.1.9 extendedcounter read-only
The number of the number of times that a minimum of seven consecutive ones was received during frame reception.
               nnciHdlcSinceLastReset 1.3.6.1.4.1.123.2.66.1.1.11 extendedtime read-only
This object indicates the elapsed time in hundredths of a second since the HDLC device's statistical counters were last reset.
               nnciHdlcApplication 1.3.6.1.4.1.123.2.66.1.1.12 integer read-only
This object indicates the elapsed time in hundredths of a second since the HDLC device's statistical counters were last reset. Enumeration: 'bridge': 2, 'none': 0, 'frameStream': 3, 'cpss': 1.
 nnciSdc 1.3.6.1.4.1.123.2.72
       nnciSdcTable 1.3.6.1.4.1.123.2.72.1 no-access
This table contains all of the configuration and status information for a Synchronous Data Module circuit.
           nnciSdcTableEntry 1.3.6.1.4.1.123.2.72.1.1 no-access
A list of all of the configuration and status information required for a Synchronous Data Module circuit.
               nnciSdcInterfaceControl 1.3.6.1.4.1.123.2.72.1.1.1 integer read-write
Determines the gender (DTE/DCE) of the specified circuit. The gender is used to a) control the operation and interpretation of the control leads and determine the source of clocks for the interface. Enumeration: 'dce': 0, 'dte': 16.
               nnciSdcInterfaceSpeed 1.3.6.1.4.1.123.2.72.1.1.2 integer read-write
This object determines the speed of the specified interface in multiples of 800 bits/s. When the interface is in Data Terminal Equipment (DTE) mode (see nnciSdcInterfaceControl), the interface will run at the speed of the supplied clocks, regardless of the value of this object.
               nnciSdcLeadsDefaultOn 1.3.6.1.4.1.123.2.72.1.1.3 controlleads read-write
This controls the state of the control leads on the specified interface. The control leads that are affected by this object are determined by a) the type of the interface and b) the mode (or gender) of the interface. The leads specified by this object are asserted towards the attached equipment. If there is a conflict between the leads that are 'defaulted on' and those that are 'defaulted off', the value of this object is taken to be correct.
               nnciSdcLeadDefaultOff 1.3.6.1.4.1.123.2.72.1.1.4 controlleads read-write
The interface control leads specified by this object are de-asserted towards the attached equipment.
               nnciSdcInterfaceStatus 1.3.6.1.4.1.123.2.72.1.1.5 controlleads read-write
This object reports the current status of the control leads associated with the specified interface. The meanings of the bits reported by this object depend on the type and gender of the interface.