STRATACOM-MIB: View SNMP OID List / Download MIB

VENDOR: STRATACOM


 Home MIB: STRATACOM-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
 stratacom 1.3.6.1.4.1.351
         svplus 1.3.6.1.4.1.351.1
             controlGroup 1.3.6.1.4.1.351.1.11
                   databaseSampleFreq 1.3.6.1.4.1.351.1.11.1 integer read-write
The desired rate (in seconds) at which the database should be queried for new log records that match any of the filter criteria from the Event Filter Table. The agent may optionally poll more or less frequently then specified by this variable. The value of this variable is only a suggestion to the agent.
             logGroup 1.3.6.1.4.1.351.1.12
                   currentMaxLogIndex 1.3.6.1.4.1.351.1.12.1 integer read-only
The current max value of logIndex. This value may change with time.
                   maintLogTable 1.3.6.1.4.1.351.1.12.2 no-access
The table of log entries.
                       maintLogEntry 1.3.6.1.4.1.351.1.12.2.1 no-access
An entry in the log table.
                           logIndex 1.3.6.1.4.1.351.1.12.2.1.1 integer read-only
Unique index of the Log record.
                           logNetwork 1.3.6.1.4.1.351.1.12.2.1.2 displaystring read-only
Name of the network for which this log entry was generated.
                           logNodeName 1.3.6.1.4.1.351.1.12.2.1.3 displaystring read-only
Name of the IPX node for this this log entry was generated.
                           logGmtDate 1.3.6.1.4.1.351.1.12.2.1.4 displaystring read-only
ASCII formatted string indicating the GMT date and time for this log record in the format (yyyy-mm-dd hh:mm:ss). This is the time reported by the IPX which generated the event.
                           logSeverity 1.3.6.1.4.1.351.1.12.2.1.5 severity read-only
The severity of this log record.
                           logMsg 1.3.6.1.4.1.351.1.12.2.1.6 displaystring read-only
An ASCII message associated with this log record.
                   eventFilterTable 1.3.6.1.4.1.351.1.12.3 no-access
The table of Event Filters.
                       eventFilterEntry 1.3.6.1.4.1.351.1.12.3.1 no-access
An entry in the Event Filter table. Each entry in this table describes a set of log entry criteria, and entries in the log that match these criteria will be forwarded as SNMP TRAPS.
                           eventFilterIndex 1.3.6.1.4.1.351.1.12.3.1.1 integer read-write
The unique index for each entry of this table. This entry can only be written with the first SET command to create a new row of this table.
                           eventFilterStatus 1.3.6.1.4.1.351.1.12.3.1.2 integer read-write
'active' indicates that this row of the table is currently generating filtered TRAPs. When in this state, any entry added to the log table with logSeverity matching eventFilterSeverity and logMsg containing the eventFilterSubstring text, this information will be forwarded as a TRAP. 'invalid' indicates that this row of the table is no longer generating filtered TRAPs. A conforming agent may either leave the row with the 'invalid' value in the table, or may delete the row from the table. Enumeration: 'active': 2, 'invalid': 1.
                           eventFilterSeverity 1.3.6.1.4.1.351.1.12.3.1.3 severity read-write
The eventFilterSeverity specifies the severity of log records to be forwarded on as SNMP TRAPS by this event filter entry. The value of eventFilterSeverty must exactly match the value of logSeverity for there to be a chance that a new log record will be forwarded as a TRAP. An eventFilterSeverity of length 0 matches all severity levels.
                           eventFilterSubstring 1.3.6.1.4.1.351.1.12.3.1.4 displaystring read-write
The eventFilterSubstring variable specifies an ASCII substring that must appear in the logMsg field of a log record in order for there to be a chance that for the log record to forwarded as a TRAP. If this variable contains a zero length string, the substring comparison will always SUCCEED for this event filter entry.
                   maintLogFilterGroup 1.3.6.1.4.1.351.1.12.4
                       maintLogFilterTimeMin 1.3.6.1.4.1.351.1.12.4.1 displaystring read-write
When maintLogFilterTimeMin has a value other than a 0 length string, the value is used as a minimum value for maintLogFilterGmtDate to qualify entries in the maintLogTable. The string is formated as yyyy-mm-dd hh:mm:ss
                       maintLogFilterTimeMax 1.3.6.1.4.1.351.1.12.4.2 displaystring read-write
When maintLogFilterTimeMax has a value other than a 0 length string, the value is used as a maximum value for maintLogFilterGmtDate to qualify entries in the maintLogTable. The string is formated as yyyy-mm-dd hh:mm:ss
                       maintLogFilterWindow 1.3.6.1.4.1.351.1.12.4.3 integer read-write
When maintLogFilterWindow has a value other than 0, the value is used to qualify entries in the maintLogTable. This attribute has the effect of limiting the view in the maintLogTable to the number specified by the value of this attribute. If after applying the other maintLogFilter attributes, the remaining set exceeds the value of maintLogFilterWindow then, the set of entries which can be viewed is limited to the top N based on the logIndex value.
                       maintLogFilterNetworkName 1.3.6.1.4.1.351.1.12.4.4 displaystring read-write
When maintLogFilterNetworkName has a value other than a 0 length string, then the value of this attribute is used to qualify entries in the maintLogTable. This value must match logNetwork exactly to pass the filter.
                       maintLogFilterNodeName 1.3.6.1.4.1.351.1.12.4.5 displaystring read-write
When maintLogFilterNodeName has a value other than a 0 length string, then the value of this attribute is used to qualify entries in the maintLogTable. This value must match logNodeName exactly to pass the filter.
                       maintLogFilterSeverity 1.3.6.1.4.1.351.1.12.4.6 severity read-write
When maintLogFilterSeverity has a value other than a 0 length string, then the value is used to qualify entries in the maintLogTable. The value must match the logSeverity exactly to pass the filter.
             networkGroup 1.3.6.1.4.1.351.1.13
                   networkTable 1.3.6.1.4.1.351.1.13.1 no-access
The table of Networks.
                       networkEntry 1.3.6.1.4.1.351.1.13.1.1 no-access
An entry in the Network table.
                           networkName 1.3.6.1.4.1.351.1.13.1.1.1 displaystring read-only
The name of the network as assigned by the StrataView User.
                           networkId 1.3.6.1.4.1.351.1.13.1.1.2 integer read-only
The unique ID of the network as assigned by the StrataView system.
                           networkIpxId 1.3.6.1.4.1.351.1.13.1.1.3 integer read-only
The IPX network ID.
             nodeGroup 1.3.6.1.4.1.351.1.14
                   nodeTable 1.3.6.1.4.1.351.1.14.1 no-access
The table of Nodes.
                       nodeEntry 1.3.6.1.4.1.351.1.14.1.1 no-access
An entry in the Node table.
                           nodeNetworkName 1.3.6.1.4.1.351.1.14.1.1.1 displaystring read-only
The name of the network to which this node is attached.
                           nodeName 1.3.6.1.4.1.351.1.14.1.1.2 displaystring read-only
IPX node name.
         svnode 1.3.6.1.4.1.351.2
             svNodeGroup 1.3.6.1.4.1.351.2.1
                 nodeGrpName 1.3.6.1.4.1.351.2.1.1 displaystring read-only
IPX node name.
                 nodeGrpNetName 1.3.6.1.4.1.351.2.1.2 displaystring read-only
IPX network name.
                 nodeGrpAlarmState 1.3.6.1.4.1.351.2.1.3 integer read-only
Node Alarm State. Only low 6 bits are valid. Enumeration: 'unreachable': 5, 'clear': 1, 'major': 3, 'minor': 2.
                 nodeGrpGateway 1.3.6.1.4.1.351.2.1.4 integer read-only
Is this node acting as a gateway? Enumeration: 'not-a-gateway': 1, 'gateway': 2.
                 nodeGrpActive 1.3.6.1.4.1.351.2.1.5 active read-only
Active state of this Node.
                 nodeGrpPlatform 1.3.6.1.4.1.351.2.1.6 integer read-only
Platform type. Enumeration: 'axis-platform': 3, 'bpx-platform': 2, 'ipx-platform': 1.
                 nodeGrpRelease 1.3.6.1.4.1.351.2.1.7 displaystring read-only
StrataView Plus release revison.
                 nodeFsIncRate 1.3.6.1.4.1.351.2.1.8 integer read-only
FRP Foresight increase rate.
                 nodeFsDecRate 1.3.6.1.4.1.351.2.1.9 integer read-only
FRP forsight normal decrease rate.
                 nodeFsFastRate 1.3.6.1.4.1.351.2.1.10 integer read-only
FRP forsight fast decrease rate.
                 nodeRstTimeout 1.3.6.1.4.1.351.2.1.11 integer read-only
Timeout for resetting PVC rate to QIR.
                 alarmTrapSequenceNumber 1.3.6.1.4.1.351.2.1.12 integer read-only
The Sequence Number of the last trap generated on the SNMP Proxy
             packetGroup 1.3.6.1.4.1.351.2.2
                 trunkTable 1.3.6.1.4.1.351.2.2.2 no-access
The table of Trunk Lines.
                     trunkEntry 1.3.6.1.4.1.351.2.2.2.1 no-access
An entry in the Trunk table.
                         trunkLocalSlot 1.3.6.1.4.1.351.2.2.2.1.1 integer read-only
Local Slot Number. These are numbered starting at 1.
                         trunkLocalPort 1.3.6.1.4.1.351.2.2.2.1.2 integer read-only
Local Port Number. These are numbered starting at 1.
                         trunkLocalLine 1.3.6.1.4.1.351.2.2.2.1.3 integer read-only
Local Line Number. These are numbered starting at 1.
                         trunkCardType 1.3.6.1.4.1.351.2.2.2.1.4 integer read-only
Type of the card supporting the trunk line. The card type is dependant on the value of nodePlatform. Additional types may exist with future hardware. Enumeration: 'bni-oc3': 110, 'bni-e3': 104, 'ait': 34, 'atm': 31, 'bni': 4, 'ntc': 22, 'txr': 3, 'bni-t3': 103.
                         trunkInterface 1.3.6.1.4.1.351.2.2.2.1.5 integer read-only
Trunk Line Interface Type. Indicates the format of the packet line. Enumeration: 't1-esf': 3, 'subrate': 7, 'unknown': 1, 'atm': 8, 'e1-32': 6, 'e1-31': 5, 'e1-30': 4, 't1-d4': 2.
                         trunkLineLoad 1.3.6.1.4.1.351.2.2.2.1.6 integer read-only
Line Load in packets per second.
                         trunkRemNodeId 1.3.6.1.4.1.351.2.2.2.1.7 integer read-only
Remote StrataView Node ID.
                         trunkRemLineNumber 1.3.6.1.4.1.351.2.2.2.1.8 integer read-only
Remote Line Number.
                         trunkRemSlot 1.3.6.1.4.1.351.2.2.2.1.9 integer read-only
Remote Slot Number.
                         trunkRemPort 1.3.6.1.4.1.351.2.2.2.1.10 integer read-only
Remote Port Number.
                         trunkAlarmState 1.3.6.1.4.1.351.2.2.2.1.11 integer read-only
Trunk Line Alarm State. Enumeration: 'clear': 1, 'major': 3, 'minor': 2.
                         trunkComment 1.3.6.1.4.1.351.2.2.2.1.12 displaystring read-only
StrataView user entered comment field used to further qualify the trunk line.
                         trunkActive 1.3.6.1.4.1.351.2.2.2.1.13 active read-only
Active State.
                         trunkStatus 1.3.6.1.4.1.351.2.2.2.1.14 integer read-only
Trunk line status. Enumeration: 'fail': 3, 'down': 4, 'clear': 2, 'inactive': 1.
                         trunkStatReserve 1.3.6.1.4.1.351.2.2.2.1.15 integer read-only
Trunk Line statistical reserve field.
                         trunkBurstyDataBQDepth 1.3.6.1.4.1.351.2.2.2.1.16 integer read-only
Trunk Line bursty data B queue depth.
                         trunkBurstyDataBQEfcnThreshold 1.3.6.1.4.1.351.2.2.2.1.17 integer read-only
Trunk Line bursty data B queue EFCN/FFCI threshold.
                         trunkClpHighDropThreshold 1.3.6.1.4.1.351.2.2.2.1.18 integer read-only
Trunk Line CLP high dropping threshold.
                         trunkClpLowDropThreshold 1.3.6.1.4.1.351.2.2.2.1.19 integer read-only
Trunk Line CLP low dropping threshold.
             circuitGroup 1.3.6.1.4.1.351.2.3
                 cirLineTable 1.3.6.1.4.1.351.2.3.1 no-access
The table of Circuit Lines.
                     cirLineEntry 1.3.6.1.4.1.351.2.3.1.1 no-access
An entry in the Circuit Line table.
                         cirLineLineNumber 1.3.6.1.4.1.351.2.3.1.1.3 integer read-only
Circuit Line Number.
                         cirLineCardType 1.3.6.1.4.1.351.2.3.1.1.4 integer read-only
Circuit Card Type. Enumeration: 'frp': 25, 'cip': 21, 'cdp': 29, 'txr': 3.
                         cirLineInterface 1.3.6.1.4.1.351.2.3.1.1.5 integer read-only
Circuit Line Interface Type. Indicates the format of the circuit line. Enumeration: 'unknown': 1, 'e1': 3, 't1': 2.
                         cirLineComment 1.3.6.1.4.1.351.2.3.1.1.6 displaystring read-only
Comment entered by StrataView user to further qualify the Circuit Line.
                         cirLineActive 1.3.6.1.4.1.351.2.3.1.1.7 active read-only
Circuit Line Active State.
                         cirLineStatus 1.3.6.1.4.1.351.2.3.1.1.8 integer read-only
Circuit Line Status. Enumeration: 'fail': 3, 'down': 4, 'clear': 2, 'inactive': 1.
                         cirLinePortNumber 1.3.6.1.4.1.351.2.3.1.1.9 integer read-only
Always returned as 0 for GET requests. ASI port number is filled-in for TRAPs.
             frpGroup 1.3.6.1.4.1.351.2.4
                 frpTable 1.3.6.1.4.1.351.2.4.1 no-access
The table of Frame Relay Ports.
                     frpEntry 1.3.6.1.4.1.351.2.4.1.1 no-access
An entry in the Frame Relay Ports table.
                         frpLocalSlot 1.3.6.1.4.1.351.2.4.1.1.3 integer read-only
Local Slot Number.
                         frpLocalPort 1.3.6.1.4.1.351.2.4.1.1.4 integer read-only
Local Port Number. These are numbered starting at 1.
                         frpPortSpeed 1.3.6.1.4.1.351.2.4.1.1.5 integer read-only
Port Speed in bits per second.
                         frpComment 1.3.6.1.4.1.351.2.4.1.1.6 displaystring read-only
StrataView User comment used to further qualify the Frame Relay Port.
                         frpActive 1.3.6.1.4.1.351.2.4.1.1.7 active read-only
Frame Relay Port Active State.
                         frpStatus 1.3.6.1.4.1.351.2.4.1.1.8 integer read-only
Frame Relay Port Status. Enumeration: 'fail': 3, 'down': 4, 'clear': 2, 'inactive': 1.
                         frpQDepth 1.3.6.1.4.1.351.2.4.1.1.9 integer read-only
Frame Relay Port queue depth.
                         frpEcnThreshold 1.3.6.1.4.1.351.2.4.1.1.10 integer read-only
Frame Relay Port ECN queue threshold.
                         frpDeThreshold 1.3.6.1.4.1.351.2.4.1.1.11 integer read-only
Frame Relay Port DE threshold.
                         frpPortType 1.3.6.1.4.1.351.2.4.1.1.12 integer read-only
Frame relay port type. Enumeration: 'nni': 2, 'portConcent': 6, 'aip': 3, 'frsm': 5, 'not-defined': 4, 'uni': 1.
                         frpLocalLine 1.3.6.1.4.1.351.2.4.1.1.13 integer read-only
Local Line Number.
             connGroup 1.3.6.1.4.1.351.2.5
                 connServerTable 1.3.6.1.4.1.351.2.5.1 no-access
The table of Connections.
                     connEntry 1.3.6.1.4.1.351.2.5.1.1 no-access
An entry in the Connections table.
                         connLocalSlot 1.3.6.1.4.1.351.2.5.1.1.3 integer read-only
Local Slot Number.
                         connLocalChannel 1.3.6.1.4.1.351.2.5.1.1.4 integer read-only
Local Channel Number. These are numbered starting at 1.
                         connLocalDLCI 1.3.6.1.4.1.351.2.5.1.1.5 integer read-only
Local DLCI Number.
                         connRemoteNodeId 1.3.6.1.4.1.351.2.5.1.1.6 integer read-only
Remote StrataView Node ID.
                         connRemoteSlot 1.3.6.1.4.1.351.2.5.1.1.7 integer read-only
Remote Slot Number.
                         connRemoteChannel 1.3.6.1.4.1.351.2.5.1.1.8 integer read-only
Remote Channel Number. These are numbered starting at 1.
                         connRemoteDLCI 1.3.6.1.4.1.351.2.5.1.1.9 integer read-only
Remote DLCI Number.
                         connServerType 1.3.6.1.4.1.351.2.5.1.1.10 integer read-only
Connection Type. Enumeration: 'voice-dsi-adpcm': 1, 'frame-relay': 6, 'voice-dsi': 2, 'voice-adpcm': 4, 'voice': 3, 'data': 5.
                         connRate 1.3.6.1.4.1.351.2.5.1.1.11 integer read-only
Combination Field of Rate Info. The value for this variable is generated by ORing together the following: 0x80 -> Fast Eia Enabled 0x40 -> DFM Enabled 0x08 -> 7/8 Encoding 0x10 -> 8/8 Encoding 0x18 -> 8/8 Inverted Encoding 0x20 -> 7/8 Inverted Encoding 0x01 -> Voice 0x02 -> Non-Time Stamped 0x03 -> Time Stamped 0x04 -> bursty data 0x05 -> multicast These form four fields: bit 7, bit 6, bits 3-5, and bits 0-2.
                         connLocalMaxPkts 1.3.6.1.4.1.351.2.5.1.1.12 integer read-only
Local maximum number of packets per second allocated.
                         connRemoteMaxPkts 1.3.6.1.4.1.351.2.5.1.1.13 integer read-only
Remote maximum number of packets per second allocated.
                         connMinBandwidth 1.3.6.1.4.1.351.2.5.1.1.14 integer read-only
Minimum guaranteed bandwidth in bits per second. Zero if not meaningful.
                         connDAX 1.3.6.1.4.1.351.2.5.1.1.15 integer read-only
Flag to identify DAX connection. Enumeration: 'dax': 2, 'non-dax': 1.
                         connTXR 1.3.6.1.4.1.351.2.5.1.1.16 integer read-only
Flag to identify voice connection end point card is TXR card type. Enumeration: 'non-txr': 1, 'txr': 2.
                         connComment 1.3.6.1.4.1.351.2.5.1.1.17 displaystring read-only
StrataView user entered comment field used to further qualify the connection.
                         connActive 1.3.6.1.4.1.351.2.5.1.1.18 active read-only
Connection Active State.
                         connStatus 1.3.6.1.4.1.351.2.5.1.1.19 integer read-only
Connection Status. Enumeration: 'fail': 3, 'down': 4, 'clear': 2, 'inactive': 1.
                         connQir 1.3.6.1.4.1.351.2.5.1.1.20 integer read-only
Connection QIR.(bits per sec)
                         connPir 1.3.6.1.4.1.351.2.5.1.1.21 integer read-only
Connection PIR.(bits per sec)
                         connVcQueDepth 1.3.6.1.4.1.351.2.5.1.1.22 integer read-only
Connection VcQueDepth.
                         connVcQueThreshold 1.3.6.1.4.1.351.2.5.1.1.23 integer read-only
Connection VcQueThreshold.
                         connCMax 1.3.6.1.4.1.351.2.5.1.1.24 integer read-only
Connection maximum threshold for FRP credit manager.
                         connPerUtil 1.3.6.1.4.1.351.2.5.1.1.25 integer read-only
Connection Percent utilization.
                         connConnInfoFlag 1.3.6.1.4.1.351.2.5.1.1.26 integer read-only
Connection information flags. The flags are define as: bit 6 snaPriorityHigh - decimal 64 bit 7 forsightEnabled - decimal 128 A value of 0 indicates no bits are set.
                         connCir 1.3.6.1.4.1.351.2.5.1.1.27 integer read-only
Connection CIR.(bits per sec)
                         connABitStatus 1.3.6.1.4.1.351.2.5.1.1.28 integer read-only
Connection Bit status field. The fields defined are: bit 6 remotePacketLine - decimal 64 bit 7 aBitOk - decimal 128. A value of 0 indicates no bits are set.
                         connLocalLine 1.3.6.1.4.1.351.2.5.1.1.29 integer read-only
Local Line Number. Valid only for AXIS
             realTimeCountersGroup 1.3.6.1.4.1.351.2.6
                 cirLineRTCTable 1.3.6.1.4.1.351.2.6.2 no-access
The table of Circuit Line statistics.
                     cirLineRTCEntry 1.3.6.1.4.1.351.2.6.2.1 no-access
An entry in the Circuit Line statistics table. Each row may be sparse.
                         cirLineRTCLineNumber 1.3.6.1.4.1.351.2.6.2.1.1 integer read-only
Circuit Line Line Number.
                         cirLineRTCBipolarViolations 1.3.6.1.4.1.351.2.6.2.1.4 counter read-only
The number of bipolar violations which have occurred on the line. This statistic is valid for T1 circuits only.
                         cirLineRTCFrameSlips 1.3.6.1.4.1.351.2.6.2.1.5 counter read-only
The number of frame slips which have occurred on the receive side of the line. This statistic is valid for TXR lines only. CIP and CDP cards do not support this statistic.
                         cirLineRTCOutOfFrames 1.3.6.1.4.1.351.2.6.2.1.6 counter read-only
The number of 0 -> 1 transitions of the out of frame conditions as detected by the hardware.
                         cirLineRTCLossesOfSignal 1.3.6.1.4.1.351.2.6.2.1.7 counter read-only
The number of 0 -> 1 transitions of the loss of signal condition as detected by the hardware. This statistic is valid on CIP and CDP lines only. TXR lines do not support this statistic.
                         cirLineRTCFrameBitErrors 1.3.6.1.4.1.351.2.6.2.1.8 counter read-only
The number of frame alignment signal errors which are detected on a line. This statistic is valid only on lines supported by CIP and CDP cards. TXR cards do not support this statistic.
                         cirLineRTCCrcErrors 1.3.6.1.4.1.351.2.6.2.1.9 counter read-only
The number of CRC errors detected on the line. This statistic is valid on lines supported by CIP and CDP cards. TXR cards do no support this statistic.
                         cirLineRTCOutOfMultiFrames 1.3.6.1.4.1.351.2.6.2.1.10 counter read-only
The number of 0 -> 1 transitions into out of multi-frame as detected by the hardware. This statistic is valid only on E1 lines. T1 lines do not support this statistic.
                         cirLineRTCAllOnesInTimeslot16 1.3.6.1.4.1.351.2.6.2.1.11 counter read-only
The number of 0 -> 1 transitions of AIS-16. This statistic is valid only for CIP and CDP E1 format lines.
                 frpRTCTable 1.3.6.1.4.1.351.2.6.3 no-access
The table of frame relay statistics.
                     frpRTCEntry 1.3.6.1.4.1.351.2.6.3.1 no-access
An entry in the frame relay statistics table. Each row may be sparse.
                         frpRTCSlot 1.3.6.1.4.1.351.2.6.3.1.1 integer read-only
Local Slot Number.
                         frpRTCPort 1.3.6.1.4.1.351.2.6.3.1.2 integer read-only
Local Port Number. These are numbered starting at 1.
                         frpRTCFramesRcvd 1.3.6.1.4.1.351.2.6.3.1.4 counter read-only
The number of frames received by the FRP port.
                         frpRTCFramesXmitted 1.3.6.1.4.1.351.2.6.3.1.5 counter read-only
The number of frames transmitted out the FRP port.
                         frpRTCBytesRcvd 1.3.6.1.4.1.351.2.6.3.1.6 counter read-only
The number of frame bytes received from the FRP port.
                         frpRTCBytesXmitted 1.3.6.1.4.1.351.2.6.3.1.7 counter read-only
The number of frame bytes transmitted out the FRP port.
                         frpRTCFramesXmittedWithFECN 1.3.6.1.4.1.351.2.6.3.1.8 counter read-only
The number of frames transmitted out the FRP port with the FECN bit set.
                         frpRTCFramesXmittedWithBECN 1.3.6.1.4.1.351.2.6.3.1.9 counter read-only
The number of frames transmitted out the FRP port with the BECN bit set.
                         frpRTCFramesRcvdCrcErrors 1.3.6.1.4.1.351.2.6.3.1.10 counter read-only
The number of CRC errors on received frames for the FRP port.
                         frpRTCFramesRcvdInvalidFormat 1.3.6.1.4.1.351.2.6.3.1.11 counter read-only
The number of frames received by the FRP port which contain incorrect EA bit settings (1 in the first byte and/or 0 in the second byte).
                         frpRTCFramesRcvdAlignmentErrors 1.3.6.1.4.1.351.2.6.3.1.12 counter read-only
The number of bit alignment errors on received frames for the FRP port.
                         frpRTCFramesRcvdIllegalLen 1.3.6.1.4.1.351.2.6.3.1.13 counter read-only
The number of frames received by the FRP port which exceed the maximum allowed frame length.
                         frpRTCDmaOverruns 1.3.6.1.4.1.351.2.6.3.1.14 counter read-only
The number of DMA overruns on the FRP port.
                         frpRTCLmiStatusEnquires 1.3.6.1.4.1.351.2.6.3.1.15 counter read-only
The number of LMI status enquires received from the user device by the FRP port.
                         frpRTCLmiStatusXmitRate 1.3.6.1.4.1.351.2.6.3.1.16 counter read-only
The number of LMI status messages transmitted to the user device from the FRP port per ??.
                         frpRTCLmiStatusUpdateRate 1.3.6.1.4.1.351.2.6.3.1.17 counter read-only
The number of LMI update messages transmitted to the user device from the FRP port per ??.
                         frpRTCLmiInvalidStatusEnquires 1.3.6.1.4.1.351.2.6.3.1.18 counter read-only
The number of invalid LMI status enquires received from the user device by the FRP port.
                         frpRTCLmiLinkTimeoutErrors 1.3.6.1.4.1.351.2.6.3.1.19 counter read-only
The number of LMI link timeout errors.
                         frpRTCLmiKeepaliveSequenceErrors 1.3.6.1.4.1.351.2.6.3.1.20 counter read-only
The number of LMI keepalive sequence number errors.
                         frpRTCFramesRcvdUndefDlciErrors 1.3.6.1.4.1.351.2.6.3.1.21 counter read-only
The number of frames received by the FRP port which contain undefined DLCIs.
                         frpRTCXmitStatusEnquirey 1.3.6.1.4.1.351.2.6.3.1.22 counter read-only
Transmit Status Enquirey.
                         frpRTCRxStatusCounter 1.3.6.1.4.1.351.2.6.3.1.23 counter read-only
Received Status counter.
                         frpRTCAsyncStatusCounter 1.3.6.1.4.1.351.2.6.3.1.24 counter read-only
Asynchronous Status Counter.
                         frpRTCBadSequenceNumberCount 1.3.6.1.4.1.351.2.6.3.1.25 counter read-only
Invalid Sequence number count.
                         frpRTCTxProtocolTimeOutCount 1.3.6.1.4.1.351.2.6.3.1.26 counter read-only
Transmit Protocol timeout count.
                         frpRTCCLLMFramesTx 1.3.6.1.4.1.351.2.6.3.1.27 counter read-only
CLLM message frames transmited.
                         frpRTCCLLMBytesTx 1.3.6.1.4.1.351.2.6.3.1.28 counter read-only
CLLM message bytes transmitted.
                         frpRTCCLLMFramesRx 1.3.6.1.4.1.351.2.6.3.1.29 counter read-only
CLLM Frames received.
                         frpRTCCLLMBytesRx 1.3.6.1.4.1.351.2.6.3.1.30 counter read-only
CLLM bytes received.
                         frpRTCCLLMFailures 1.3.6.1.4.1.351.2.6.3.1.31 counter read-only
CLLM failures.
                         frpRTCRxDEFramesDiscarded 1.3.6.1.4.1.351.2.6.3.1.32 counter read-only
The number of frames with the DE bit set which have been dropped by the frame relay port. IPX software versions earlier than IPX 6.1 will report a count of zero.
                         frpRTCLine 1.3.6.1.4.1.351.2.6.3.1.33 integer read-only
Local Slot Number.
                 connRTCTable 1.3.6.1.4.1.351.2.6.4 no-access
The table of Connection statistics.
                     connRTCEntry 1.3.6.1.4.1.351.2.6.4.1 no-access
An entry in the Connection statistics table.
                         connRTCSlot 1.3.6.1.4.1.351.2.6.4.1.1 integer read-only
Local Slot Number.
                         connRTCChannel 1.3.6.1.4.1.351.2.6.4.1.2 integer read-only
Local Channel Number. These are numbered starting at 1.
                         connRTCDLCI 1.3.6.1.4.1.351.2.6.4.1.3 integer read-only
Local DLCI Number.
                         connRTCRcvdFrames 1.3.6.1.4.1.351.2.6.4.1.4 counter read-only
The number of frames received from the FRP port associated with the connection. This statistic is valid for Frame Relay Connections only.
                         connRTCRcvdFramesDiscarded 1.3.6.1.4.1.351.2.6.4.1.5 counter read-only
The number of frames received from the FRP port which are associated with the connection, but were discarded before being transmitted onto the Muxbus due to the age of the frame in the IPX system or the lack of buffer space. This statistic is valid for Frame Relay Connections only.
                         connRTCXmitFrames 1.3.6.1.4.1.351.2.6.4.1.6 counter read-only
The number of frames transmitted out the FRP port which were received from the other endpoint of the connection. This statistic is valid for Frame Relay connections only.
                         connRTCXmitFramesDiscarded 1.3.6.1.4.1.351.2.6.4.1.7 counter read-only
The number of frames to be transmitted out the FRP port which were received from the other endpoint of the connection, but were discarded due to the age of the frame in the IPX system, a CRC error, or lack of buffer space. This statistic is valid for Frame Relay Connections only.
                         connRTCRcvdPkts 1.3.6.1.4.1.351.2.6.4.1.8 counter read-only
The number of packets received from the Muxbus by the FRP port associated with the connection endpoint. This statistic is valid for Frame Relay Connections only.
                         connRTCRcvdPktsDiscarded 1.3.6.1.4.1.351.2.6.4.1.9 counter read-only
The number of packets received from the Muxbus at the FRP port associated with the connection endpoint, but were discarded before being ssembled into frames and transmitted on the FRP port. This statistic is valid for Frame Relay Connections only.
                         connRTCXmitPkts 1.3.6.1.4.1.351.2.6.4.1.10 counter read-only
The number of packets transmitted from one connection endpoint onto the Muxbus towards the other connection endpoint. This statistic is valid for all types of inter-node connections, and for CDP Data, FRP, LDP and SDP terminated DAX connections.
                         connRTCXmitPktsProjected 1.3.6.1.4.1.351.2.6.4.1.11 counter read-only
The estimated number of packets which would be used if DSI or DFM were enabled for the connection. This statistic is valid for inter-node voice connections and with all types of data connections. It is not valid for DAX voice connections or Frame Relay connections.
                         connRTCXmitPktsSupervisory 1.3.6.1.4.1.351.2.6.4.1.12 counter read-only
The number of supervisory packets transmitted from one connection endpoint to another. Supervisory packets reflect signaling bit transitions for voice connections, and EIA lead transitions for data channels. This statistic is valid on all inter-node 'a', 'c', and 'v' voice connections, all inter-node data connections, all 'd' type voice connection endpoints which are supported by CIP or CDP cards, and all DAX data connections. This statistic is not valid for Frame Relay connections.
                         connRTCRcvdBytes 1.3.6.1.4.1.351.2.6.4.1.13 counter read-only
The number of frame bytes received from the FRP port associated with the connection endpoint. This statistic is valid for Frame Relay connections only.
                         connRTCRcvdBytesDiscarded 1.3.6.1.4.1.351.2.6.4.1.14 counter read-only
The number of frame bytes received from the FRP port associated with the connection endpoint, but were discarded due to the age of the frame in the IPX system or the lack of buffer space before being transmitted onto the Muxbus. This statistic is valid for Frame Relay connections only.
                         connRTCXmitBytes 1.3.6.1.4.1.351.2.6.4.1.15 counter read-only
The number of frame bytes to be received from the Muxbus from the remote end of the connection, which were actually transmitted out the FRP port as frames. This statistic is valid for Frame Relay connections only.
                         connRTCXmitBytesDiscarded 1.3.6.1.4.1.351.2.6.4.1.16 counter read-only
The number of frame bytes to be received from the Muxbus from the remote end of the connection, but were discarded due to the age of the frame in the IPX system, a CRC error, or lack of buffer space. This statistic is valid for Frame Relay connections only.
                         connRTCSecondsV25ModemOn 1.3.6.1.4.1.351.2.6.4.1.17 counter read-only
The number of seconds the V.25 modem has been detected and a connection upgraded from ADPCM to PCM. The status of the V.25 modem detect is checked every 3 seconds, so the granularity of the data which makes up this statistic is 3 seconds. This statistic is valid for inter- node type 'a', 'c' and 'v' voice connections only.
                         connRTCSecondsDsiEnabled 1.3.6.1.4.1.351.2.6.4.1.18 counter read-only
The number of seconds that a connection has been performing Digital Speech Interpolation (DSI). The status of DSI is checked every 3 seconds, so the granularity of the data which makes up this statistic is 3 seconds. This statistic is valid for inter-node type 'c' and 'v' voice connections only.
                         connRTCSecondsOffHook 1.3.6.1.4.1.351.2.6.4.1.19 counter read-only
The number of seconds that a voice connection has been off-hook. The on-hook state is determined by the signaling bits, as defined by the 'cnfchtp' command. A connection which is not on-hook is treated as off-hook for this statistic. The status of the off-hook condition is checked every 3 seconds, so the granularity of the data which makes up this statistic is 3 seconds. This statistic is valid for all 'a', 'c' and 'v' voice connections, and for 'd' type voice connection endpoints supported by CIP or CDP cards.
                         connRTCSecondsInService 1.3.6.1.4.1.351.2.6.4.1.20 counter read-only
The number of seconds that a connection has been in service. A conection is considered to be in service if its end points are not in alarm, that cards required to support the connection are present, and the connection is routed.
                         connRTCXmitFramesWithFECN 1.3.6.1.4.1.351.2.6.4.1.21 counter read-only
The number of frames transmitted out the FRP port with the FECN bit set. This statistic is valid for Frame Relay connections only.
                         connRTCXmitFramesWithBECN 1.3.6.1.4.1.351.2.6.4.1.22 counter read-only
The number of frames transmitted out the FRP port with the BECN bit set. This statistic is valid for Frame Relay connections only.
                         connRTCRxSupervisoryPkts 1.3.6.1.4.1.351.2.6.4.1.23 counter read-only
The number of of supervisory packets received.
                         connRTCCongestedMinuites 1.3.6.1.4.1.351.2.6.4.1.24 counter read-only
The number of minuites in which 50%or more frames are tagged FECN by the FRP.
                         connRTCFramesRxWithDE 1.3.6.1.4.1.351.2.6.4.1.25 counter read-only
The number of frames received from the FRP with the DE bit set.
                         connRTCFramesTxWithDE 1.3.6.1.4.1.351.2.6.4.1.26 counter read-only
The number of frames transmitted from the FRP with the DE bit set.
                         connRTCFramesDiscardedWithDE 1.3.6.1.4.1.351.2.6.4.1.27 counter read-only
The number of frames received from the local frame relay port with their DE bit set which are discarded before being transmitted onto the Muxbus.
                         connRTCBytesRxWithDE 1.3.6.1.4.1.351.2.6.4.1.28 counter read-only
The number of bytes received from the FRP for frames with the DE bit set.
                         connRTCFramesRxExcessCir 1.3.6.1.4.1.351.2.6.4.1.29 counter read-only
The number of frames received in excess of CIR.
                         connRTCBytesRxExcessCir 1.3.6.1.4.1.351.2.6.4.1.30 counter read-only
The number of frames received in excess of CIR.
                         connRTCFramesTxExcessCir 1.3.6.1.4.1.351.2.6.4.1.31 counter read-only
The number of frames transmitted in excess of CIR.
                         connRTCBytesTxExcessCir 1.3.6.1.4.1.351.2.6.4.1.32 counter read-only
The number of frames transmitted in excess of CIR.
                         connRTCLine 1.3.6.1.4.1.351.2.6.4.1.33 integer read-only
Line Number, for IPX it is always 0.
                 trunkRTCTable 1.3.6.1.4.1.351.2.6.5 no-access
The table of Trunk Line statistics.
                     trunkRTCEntry 1.3.6.1.4.1.351.2.6.5.1 no-access
An entry in the Trunk Line statistics table. Each row may be sparse.
                         trunkRTCLocalSlot 1.3.6.1.4.1.351.2.6.5.1.1 integer read-only
Local Slot Number. These are numbered starting at 1
                         trunkRTCLocalPort 1.3.6.1.4.1.351.2.6.5.1.2 integer read-only
Local Port Number. These are numbered starting at 1.
                         trunkRTCBipolarViolations 1.3.6.1.4.1.351.2.6.5.1.4 counter read-only
The signal level for a '1' bit should alternate between a positive and a negative signal. If two positive or two negative signals are received in a row, a bipolar violation has occurred.
                         trunkRTCFrameSlips 1.3.6.1.4.1.351.2.6.5.1.5 counter read-only
The number of frame slips which have occurred on the receive side of the line. This statistic is valid for TXR lines only. NTC cards do not support this statistic.
                         trunkRTCOutOfFrames 1.3.6.1.4.1.351.2.6.5.1.6 counter read-only
The number of 0 -> 1 transitions of the out of frame condition as detected by the hardware. This statistic is valid for T1 and E1 lines only.
                         trunkRTCLossOfSignal 1.3.6.1.4.1.351.2.6.5.1.7 counter read-only
The number of 0 -> 1 transitions of the loss of signal condition as detected by the hardware. This statistic is valid for NTC lines only.
                         trunkRTCFrameBitErrors 1.3.6.1.4.1.351.2.6.5.1.8 counter read-only
The number of frame alignment signal errors which have been detected on this line. This statistic is valid only on lines supported by NTC cards. TXR and Sub-rate lines do not support this statistic. This statistic is also not supported by NTC-T1 in ESF framing mode.
                         trunkRTCCrcErrors 1.3.6.1.4.1.351.2.6.5.1.9 counter read-only
The number of CRC errors detected on the line. This statistic is valid only on lines supported by NTC cards. TXR cards and Sub-rate lines do not support this statistic. This statistic is also not supported by NTC-T1 in D4 framing mode.
                         trunkRTCPktOutOfFrames 1.3.6.1.4.1.351.2.6.5.1.10 counter read-only
The number of packets out of frames on this line. This statistic is only valid on lines supported by NTC cards. TXR cards do not support this statistic.
                         trunkRTCPktCrcErrors 1.3.6.1.4.1.351.2.6.5.1.11 counter read-only
The number of packets received with detected CRC errors in the packet headers.
                         trunkRTCBadClockErrors 1.3.6.1.4.1.351.2.6.5.1.12 counter read-only
The number of 0 -> 1 transitions of the loss of clock condition as detected by the hardware. This statistic is valid on NTC Sub-rate lines only. T1 and E1 lines do not support this statistic.
                         trunkRTCVoicePktsDropped 1.3.6.1.4.1.351.2.6.5.1.13 counter read-only
The number of voice packets dropped on a line.
                         trunkRTCTimeStampedPktsDropped 1.3.6.1.4.1.351.2.6.5.1.14 counter read-only
The number of time stamped data packets dropped on the line.
                         trunkRTCNonTimeStampedPktsDropped 1.3.6.1.4.1.351.2.6.5.1.15 counter read-only
The number of non-time stamped data packets dropped on the line.
                         trunkRTCHighPriorityPktsDropped 1.3.6.1.4.1.351.2.6.5.1.16 counter read-only
The number of high priority (PCC) packets dropped on the line.
                         trunkRTCBurstyDataPktsDropped 1.3.6.1.4.1.351.2.6.5.1.17 counter read-only
The number of bursty data packets dropped on the line.
                         trunkRTCMulticastPktsDropped 1.3.6.1.4.1.351.2.6.5.1.18 counter read-only
The number of Multicast packets dropped on the line.
                         trunkRTCVoicePktsXmitted 1.3.6.1.4.1.351.2.6.5.1.19 counter read-only
The number of voice packets transmitted onto the line.
                         trunkRTCTimeStampedPktsXmitted 1.3.6.1.4.1.351.2.6.5.1.20 counter read-only
The number of time stamped packets transmitted onto the line.
                         trunkRTCNonTimeStampedPktsXmitted 1.3.6.1.4.1.351.2.6.5.1.21 counter read-only
The number of non-time stamped packets transmitted onto the line.
                         trunkRTCHighPriorityPktsXmitted 1.3.6.1.4.1.351.2.6.5.1.22 counter read-only
The number of high priority packets transmitted onto the line.
                         trunkRTCBurstyDataPktsXmitted 1.3.6.1.4.1.351.2.6.5.1.23 counter read-only
The number of bursty data packets transmitted onto the line.
                         trunkRTCMulticastPktsXmitted 1.3.6.1.4.1.351.2.6.5.1.24 counter read-only
The number of Multicast packets transmitted onto the line.
                         trunkRTCPktsXmitted 1.3.6.1.4.1.351.2.6.5.1.25 counter read-only
The total number of packets transmitted onto the line.
                         trunkRTCTxBurstyDataAClpPktsDropped 1.3.6.1.4.1.351.2.6.5.1.26 counter read-only
The number of packets with the CLP bit set that are dropped from the bursty data A queue.
                         trunkRTCTxBurstyDataBClpPktsDropped 1.3.6.1.4.1.351.2.6.5.1.27 counter read-only
The number of packets with the CLP bit set that are dropped from the bursty data B queue.
                         trunkRTCBurstyDataAEfcnPktsTx2Line 1.3.6.1.4.1.351.2.6.5.1.28 counter read-only
The number of packets with the EFCN bit set which have been transmitted onto the line from the bursty data A queue.
                         trunkRTCBurstyDataBEfcnPktsTx2Line 1.3.6.1.4.1.351.2.6.5.1.29 counter read-only
The number of packets with the EFCN bit set which have been transmitted onto the line from the bursty data B queue.
                         trunkRTCBurstyDataAClpPktsTx2Line 1.3.6.1.4.1.351.2.6.5.1.30 counter read-only
The number of packets with the CLP bit set which have been transmitted onto the line from the bursty data A queue.
                         trunkRTCBurstyDataBClpPktsTx2Line 1.3.6.1.4.1.351.2.6.5.1.31 counter read-only
The number of packets with the CLP bit set which have been transmitted onto the line from the bursty data B queue.
                         trunkRTCAtmCellHeaderHecErrors 1.3.6.1.4.1.351.2.6.5.1.32 counter read-only
The number of ATM cell headers with HEC errors.
                         trunkRTCTxVoiceCellsDropped 1.3.6.1.4.1.351.2.6.5.1.33 counter read-only
The number of transmit voice cells dropped.
                         trunkRTCTxTimeStampCellsDropped 1.3.6.1.4.1.351.2.6.5.1.34 counter read-only
The number of transmit time stamped cells dropped.
                         trunkRTCTxNonTStampCellsDropped 1.3.6.1.4.1.351.2.6.5.1.35 counter read-only
The number of transmit non time stamped cells dropped.
                         trunkRTCTxHighPriorityCellsDropped 1.3.6.1.4.1.351.2.6.5.1.36 counter read-only
The number of transmit high priority cells dropped.
                         trunkRTCTxBurstyDataACellsDropped 1.3.6.1.4.1.351.2.6.5.1.37 counter read-only
The number of cells dropped from the bursty data A queue.
                         trunkRTCTxBurstyDataBCellsDropped 1.3.6.1.4.1.351.2.6.5.1.38 counter read-only
The number of cells dropped from the bursty data B queue.
                         trunkRTCVoiceCellsTx2Line 1.3.6.1.4.1.351.2.6.5.1.39 counter read-only
The number of voice cells transmitted onto the line.
                         trunkRTCTimeStampCellsTx2Line 1.3.6.1.4.1.351.2.6.5.1.40 counter read-only
The number of time stamped cells tranmsitted onto the line.
                         trunkRTCNonTimeStampCellsTx2Line 1.3.6.1.4.1.351.2.6.5.1.41 counter read-only
The number of non time stamped cells tranmsitted onto the line.
                         trunkRTCHighPriorityCellsTx2Line 1.3.6.1.4.1.351.2.6.5.1.42 counter read-only
The number of high priority cells transmitted onto the line.
                         trunkRTCBurstyDataACellsTx2Line 1.3.6.1.4.1.351.2.6.5.1.43 counter read-only
The number of cells which have been transmitted onto the line from the bursty data A queue.
                         trunkRTCBurstyDataBCellsTx2Line 1.3.6.1.4.1.351.2.6.5.1.44 counter read-only
The number of cells which have been transmitted onto the line from the bursty data B queue.
                         trunkRTCTotalCellsTx2Line 1.3.6.1.4.1.351.2.6.5.1.45 counter read-only
The number of cells transmitted onto the line.
                         trunkRTCTxBurstyDataAClpCellsDropped 1.3.6.1.4.1.351.2.6.5.1.46 counter read-only
The number of cells with the CLP bit set which have been dropped from the bursty data A queue.
                         trunkRTCTxBurstyDataBClpCellsDropped 1.3.6.1.4.1.351.2.6.5.1.47 counter read-only
The number of cells with the CLP bit set which have been dropped from the bursty data B queue.
                         trunkRTCBurstyDataAEfcnCellsTx2Line 1.3.6.1.4.1.351.2.6.5.1.48 counter read-only
The number of cells with the EFCN bit set which have been transmitted onto the line from the bursty data A queue.
                         trunkRTCBurstyDataBEfcnCellsTx2Line 1.3.6.1.4.1.351.2.6.5.1.49 counter read-only
The number of cells with the EFCN bit set which have been transmitted onto the line from the bursty data B queue.
                         trunkRTCPlcpOutOfFrames 1.3.6.1.4.1.351.2.6.5.1.50 counter read-only
The number of out of frame conditions.
         connSvc 1.3.6.1.4.1.351.3
             connMibUpTime 1.3.6.1.4.1.351.3.1 timeticks read-only
the equivalent of sysUpTime for this MIB, its the elapsed time since the management entity supporting this mib is started. If the entity is the same as that supporting MIB II sysUpTime than this attribute is the same as sysUpTime.
             connAvailIndex 1.3.6.1.4.1.351.3.2 integer read-only
This object is not required any more because now connectionIndex is internally generated by the Proxy itself. User is required to use connectionIndex=0 for adding connections. This object is kept for the backward compatibilty. GET on this object always returns 0
             connectionTable 1.3.6.1.4.1.351.3.3 no-access
A List of Connection Virtual Circuit Entries
                 connectionEntry 1.3.6.1.4.1.351.3.3.1 no-access
A General Connection Entry
                     connectionIndex 1.3.6.1.4.1.351.3.3.1.1 integer read-only
A unique value greater than 0 for each entry in the table. The value assigned must remain constant at least from one reinitialization of the managment entity and the next. Special value 0 must be used for adding new rows in the table. The actual index will be generated internally by the Proxy.
                     connectionLocalEndPt 1.3.6.1.4.1.351.3.3.1.2 object identifier read-write
The object identifier of the 1st attribute of the end point in the associated protocol specific end point table.
                     connectionRemoteEndPt 1.3.6.1.4.1.351.3.3.1.3 object identifier read-write
The object identifier of the 1st attribute of the end point in the associated protocol specific end point table.
                     connectionAdminStatus 1.3.6.1.4.1.351.3.3.1.4 integer read-write
Administrative status of the connection. This attribute may be set to 'testing' only when connectionOpStatus has the value 'clear'. Enumeration: 'active': 2, 'inactive': 1, 'testing': 3.
                     connectionOpStatus 1.3.6.1.4.1.351.3.3.1.5 integer read-only
A operation status of the connection. 'incomplete' indicates that the some segments of the connection exist but others may be in an unknown or non-existant state. Enumeration: 'fail': 3, 'down': 4, 'clear': 2, 'inactive': 1, 'incomplete': 5.
                     connectionRowStatus 1.3.6.1.4.1.351.3.3.1.6 integer read-write
To create an entry in this table, set the value of this object to 'createAndGo'. To delete the connection and the corresponding end points set the value to 'destroy'. setting the value to active will result in bad value. Other required parameters can also be set in the same request Enumeration: 'active': 1, 'destroy': 6, 'createAndGo': 4.
                     connectionTrkAvoidType 1.3.6.1.4.1.351.3.3.1.7 integer read-write
User selectable types of trunks to avoid for the transfer of data. Current choices are to avoid satellite links, terrestrial links, or to not avoid any specific type of link. Enumeration: 'terrestrial': 3, 'none': 1, 'satellite': 2.
                     connectionTrkAvoidZCS 1.3.6.1.4.1.351.3.3.1.8 integer read-write
Flag to force the connection to avoid trunks with zero code suppression (ZCS). Enumeration: 'true': 2, 'false': 1.
                     connectionForesight 1.3.6.1.4.1.351.3.3.1.9 integer read-write
Flag to enable/disable foresight. Enumeration: 'enable': 1, 'disable': 2.
                     connectionClassOfService 1.3.6.1.4.1.351.3.3.1.10 integer read-write
A class of service for this connection. The lower the class value, the higher the routing priority of the connection.
                     connectionCurrRouteDesc 1.3.6.1.4.1.351.3.3.1.11 displaystring read-only
A description of the current route. Descriptor gives information about the domain, nodename, slot, and possibly a port for each hop in the route. For example, Node1 15 - 15Node2 is a valid route specifying a terrestrial link between Node1 slot 15 and Node2 slot 15. The following describes the general format for connectionCurrRouteDesc: (.[.0])* - (.)* - Some more valid descriptions are: 1) Node1.15.1 - Node2.13.1 - Node3 2) Node1.15.1-Node2.13.1-Node3 3) Node1.15 - Node2.12 - Node3.15 - Node4 4) Node1.15.0 - Node2.12.0 - Node3.15.0 - Node4 5) Node2 NOTE: a> (...)* notation means the description inside parenthesis may repeat any number of times, only limited by the total length which is 255 and the [...] notation signifies that it is optional. b> 1) & 2) are equivalent so are 3) & 4).
                     connectionPrefRouteDesc 1.3.6.1.4.1.351.3.3.1.12 displaystring read-write
Descriptor of the preferred route (all hops specified). Descriptor gives information about the domain, nodename, slot, and possibly a port for each hop in the route. For example, Node1.15 - Node2 is a valid route specifying a terrestrial link between Node1 slot 15 and Node2. The following describes the general format for connectionPrefRouteDesc: (.[.0])* - (.)* - Some more valid descriptions are: 1) Node1.15.1 - Node2.13.1 - Node3 2) Node1.15.1-Node2.13.1-Node3 3) Node1.15 - Node2.12 - Node3.15 - Node4 4) Node1.15.0 - Node2.12.0 - Node3.15.0 - Node4 5) Node2 NOTE: a> (...)* notation means the description inside parenthesis may repeat any number of times, only limited by the total length which is 255 and the [...] notation signifies that it is optional. b> 1) & 2) are equivalent so are 3) & 4).
                     connRouteMaster 1.3.6.1.4.1.351.3.3.1.13 displaystring read-only
The node name of the route master.
                     connectionLocOSpacePkts 1.3.6.1.4.1.351.3.3.1.14 integer read-only
This variable provides the minimum packet load available on the mandatory path of this connection in local->remote direction. This variable is determined by comparing available bandwidth on every trunk on which the connection is mandatoryly routed and reporting the minimum available bandwidth. For interdomain connections this value represents available bandwidth through all domains. This variable is meaningful for routed connections only. Value (-1) is returned in case of internal errors and (0) is returned for DAX connections. These values are returned in packets per second.
                     connectionLocOSpaceBdaCmax 1.3.6.1.4.1.351.3.3.1.15 integer read-only
This variable provides the minimum BData A Cmax available on the mandatory path of this connection in local->remote direction. This variable is determined by comparing available BData A Cmax on every trunk on which the connection is mandatoryly routed and reporting the minumim available. For interdomain connections this value represents available BData A Cmax through all domains. This variable is meaningful for routed connections only. Value (-1) is returned in case of internal errors and (0) is returned for DAX connections. These values are returned in bytes.
                     connectionLocOSpaceBdbCmax 1.3.6.1.4.1.351.3.3.1.16 integer read-only
This variable provides the minimum BData B Cmax available on the mandatory path of this connection in local->remote direction. This variable is determined by comparing available BData B Cmax on every trunk on which the connection is mandatoryly routed and reporting the minumim available. For interdomain connections this value represents available BData B Cmax through all domains. This variable is meaningful for routed connections only. Value (-1) is returned in case of internal errors and (0) is returned for DAX connections. These values are returned in bytes.
                     connectionRemOSpacePkts 1.3.6.1.4.1.351.3.3.1.17 integer read-only
This variable provides the minimum packet load available on the mandatory path of this connection in remote->local direction. This variable is determined by comparing available bandwidth on every trunk on which the connection is mandatoryly routed and reporting the minumim available bandwidth. For interdomain connections this value represents available bandwidth through all domains. This variable is meaningful for routed connections only. Value (-1) is returned in case of internal errors and (0) is returned for DAX connections. These values are returned in packets per second.
                     connectionRemOSpaceBdaCmax 1.3.6.1.4.1.351.3.3.1.18 integer read-only
This variable provides the minimum BData A Cmax available on the mandatory path of this connection in remote->local direction. This variable is determined by comparing available BData A Cmax on every trunk on which the connection is mandatoryly routed and reporting the minumim available. For interdomain connections this value represents available BData A Cmax through all domains. This variable is meaningful for routed connections only. Value (-1) is returned in case of internal errors and (0) is returned for DAX connections. These values are returned in bytes.
                     connectionRemOSpaceBdbCmax 1.3.6.1.4.1.351.3.3.1.19 integer read-only
This variable provides the minimum BData B Cmax available on the mandatory path of this connection in remote->local direction. This variable is determined by comparing available BData B Cmax on every trunk on which the connection is mandatoryly routed and reporting the minumim available. For interdomain connections this value represents available BData B Cmax through all domains. This variable is meaningful for routed connections only. Value (-1) is returned in case of internal errors and (0) is returned for DAX connections. These values are returned in bytes.
                     connectionTestType 1.3.6.1.4.1.351.3.3.1.20 integer read-write
Specifies the type of test to be conducted on this connection. The test is executed when both this attribute is set to the appropriate test and connectionAdminStatus is SET to 'testing'. The 'continuity' test verifies continuity. The 'delay' test on successful completion sets the delay in msecs in connectionTestResult. This attribute may be set only when connectionOpStatus has the value 'clear', 'fail', or 'down'. Enumeration: 'continuity': 1, 'delay': 2, 'none': 255.
                     connectionTestResult 1.3.6.1.4.1.351.3.3.1.21 integer read-only
This object holds the result of an executed connection test. If a continuity test is executed, this object contains the value 0 if successful, or -2 if failed. If a delay test successfully executed, this object will indicate the round trip delay (in milliseconds) for the connection. If the delay test failed this object contains the value -2. If no test has been executed, or the connectionTestType is SET, then this object will return the value -1.
                     connectionAbitStatus 1.3.6.1.4.1.351.3.3.1.22 integer read-only
A-bit status of the connection. Enumeration: 'fail': 2, 'clear': 1.
                     connectionType 1.3.6.1.4.1.351.3.3.1.23 integer read-only
Connection Type. fr indicates Framerelay to Framerelay connection. atm indicates Atm to Atm connection and atm-fr indicates Atm to FrameRelay connection. unknown indicates incomplete connection. Enumeration: 'unknown': 20, 'fr': 1, 'atm': 2, 'atm-fr': 3.
                     connectionLocalStr 1.3.6.1.4.1.351.3.3.1.24 displaystring read-only
The Local EndPt information in string format. i.e., the instance information of the EndPt. Framerelay Endpt is displayed as: node.shelf.slot.line.port.dlci Atm Endpt is displayed as: node.shelf.slot.port.vpi.vci shelf is 0 for Endpt on a routing node.
                     connectionRemoteStr 1.3.6.1.4.1.351.3.3.1.25 displaystring read-only
The Remote EndPt information in string format. i.e., the instance information of the EndPt. Framerelay Endpt is displayed as: node.shelf.slot.line.port.dlci Atm Endpt is displayed as: node.shelf.slot.port.vpi.vci shelf is 0 for Endpt on a routing node.
             frEndPtTable 1.3.6.1.4.1.351.3.4 no-access
A List of frame relay virtual circuit end points
                 frEndPtEntry 1.3.6.1.4.1.351.3.4.1 no-access
A frame relay end point Entry
                     frEndPtNodeName 1.3.6.1.4.1.351.3.4.1.1 displaystring read-write
The node name.
                     frEndPtIfShelf 1.3.6.1.4.1.351.3.4.1.2 displaystring read-write
String identifying the shelf. This is a null string for end points which do not have a shelf name.
                     frEndPtSlot 1.3.6.1.4.1.351.3.4.1.3 integer read-write
Slot Number.
                     frEndPtLine 1.3.6.1.4.1.351.3.4.1.4 integer read-write
Line Number. If no line number is associated with the end point then this value is 0.
                     frEndPtPort 1.3.6.1.4.1.351.3.4.1.5 integer read-write
Port Number.
                     frEndPtDlci 1.3.6.1.4.1.351.3.4.1.6 integer read-write
DLCI.
                     frEndPtConnIndex 1.3.6.1.4.1.351.3.4.1.7 integer read-only
If the value of this object is greater than 0 then it is the index identifying the associated connectionEntry. Value 0 indicates dangling end point.
                     frEndPtAdminStatus 1.3.6.1.4.1.351.3.4.1.8 integer read-write
Administrative status of the end point. Enumeration: 'active': 2, 'inactive': 1, 'testing': 3.
                     frEndPtOpStatus 1.3.6.1.4.1.351.3.4.1.9 integer read-only
Operational Status of the end point. The value 'alarm' may only occur with and end point whose frEndPtCardType = 'frsm'. When frEndPtOpStatus has the value 'alarm' then either the slot, the line, or the port containing this endpoint has an alarm. Enumeration: 'fail': 3, 'down': 4, 'clear': 2, 'inactive': 1, 'alarm': 16.
                     frEndPtRowStatus 1.3.6.1.4.1.351.3.4.1.10 integer read-write
The manager must set this to 'createAndGo' when creating a new entry. Other end point parameters also can be set in the same request. 'destroy' is only supported when the end point is not part of an end to end connection. setting the value to active will result in bad value. Enumeration: 'active': 1, 'destroy': 6, 'createAndGo': 4.
                     frEndPtMIR 1.3.6.1.4.1.351.3.4.1.11 integer read-write
The minimum transmit bandwidth (MIR) parameter (in bits per second) for this end-point. This object has the relationship MIR <= CIR. This attribute can only be set to values evenly divisable by 100.
                     frEndPtCIR 1.3.6.1.4.1.351.3.4.1.12 integer read-write
The value of this object is equal to the committed information rate (CIR) parameter (in bits per second) for this end-point. This object holds the relationship MIR < = CIR <= QIR. This attribute can only be set to values evenly divisable by 100.
                     frEndPtBc 1.3.6.1.4.1.351.3.4.1.13 integer read-write
The value of this object is equal to the committed burst size (Bc) parameter (in bytes) for this end-point. When frEndPtCardType is 'fr', this attribute is calculated as follows and should NOT be set: Bc = (VcQSize/(1 - MIR/port access rate)). When frEndPtCardType is 'frsm' the value is NOT calculated and is assigned the default value unless it is set.
                     frEndPtBe 1.3.6.1.4.1.351.3.4.1.14 integer read-write
The value of this object is equal to the excess burst size (Be) parameter (in bytes) for this end-point. When frEndPtCardType is 'fr', this attribute is calculated as follows and should NOT be set: Be = Bc * (PIR/MIR - 1) When frEndPtCardType is 'frsm' the value is NOT calculated and is assigned the default value unless it is set.
                     frEndPtVcQSize 1.3.6.1.4.1.351.3.4.1.15 integer read-write
The value of this object is the maximum queue depth (in bytes) for this end-point.
                     frEndPtPIR 1.3.6.1.4.1.351.3.4.1.16 integer read-write
The peak transmit bandwidth (PIR) parameter (in bits per second) for this end-point. This attribute can only be set to values evenly divisable by 100.
                     frEndPtCMAX 1.3.6.1.4.1.351.3.4.1.17 integer read-write
The maximum credits that can be accrued for this end-point. This is not applicable for AXIS-frsm channels.
                     frEndPtEcnQSize 1.3.6.1.4.1.351.3.4.1.18 integer read-write
The threshold setting used by the explicit congestion notification feature for this end-point's transmit queue. This value is specified in bytes. When the frEndPtVcQSize value exceeds this value then the FECN bit will be set in all frames transmitted to the remote end-point.
                     frEndPtQIR 1.3.6.1.4.1.351.3.4.1.19 integer read-write
The transmit quiescent information rate (QIR) parameter (in bits per second) for this end-point. This value has the relationship CIR <= QIR <= PIR. This attribute can only be set to values evenly divisable by 100.
                     frEndPtPercUtil 1.3.6.1.4.1.351.3.4.1.20 integer read-write
The value of this object is equal to the channel percentage utilization setting for this end-point. This is the expected long-term utilization of the channel by this end-point.
                     frEndPtPriority 1.3.6.1.4.1.351.3.4.1.21 integer read-write
Priority for the Egress End. The value of this object determines the priority that is given to the data carried by this . If set to low, then the data is given the standard priority, and if set to high, the data will be given a higher priority. Higher priority data is placed at the beginning of the port's queues. NOTE: For a single segment connection(IPX-Routing to IPX-Routing), SET on frEndPtPriority is allowed for the local endpt only. i.e., SET on frEndPtPriority on the remote endpt is ignored. frEndPtPriority for the remote endpt gets the same value as that of the local endpt. This is not applicable for AXIS-frsm channels. Enumeration: 'high': 2, 'low': 1.
                     frEndPtInitialBurstSize 1.3.6.1.4.1.351.3.4.1.22 integer read-write
Initial burst size in bytes. Note that InitialBurstSize should be less than or equal to Bc. This is valid for frEndPtType of 'frsm'.
                     frEndPtDeTagging 1.3.6.1.4.1.351.3.4.1.23 integer read-write
Enable/disable DE tagging in the ingress direction only. This is valid for frEndPtType of 'frsm'. Enumeration: 'enable': 1, 'disable': 2.
                     frEndPtIngressDeThreshold 1.3.6.1.4.1.351.3.4.1.24 integer read-write
Ingress threshold at which deletion occurs based on DE. This is valid for frEndPtType of 'frsm'.
                     frEndPtEgressQDepth 1.3.6.1.4.1.351.3.4.1.25 integer read-write
Egress Q Depth. This is valid for frEndPtType of 'frsm'.
                     frEndPtEgressDeThreshold 1.3.6.1.4.1.351.3.4.1.26 integer read-write
Egress threshold at which deletion occurs based on DE. This is valid for frEndPtType of 'frsm'.
                     frEndPtEgressEcnThreshold 1.3.6.1.4.1.351.3.4.1.27 integer read-write
ECN threshold. This is valid for frEndPtType of 'frsm'.
                     frEndPtEgressQSelect 1.3.6.1.4.1.351.3.4.1.28 integer read-write
Selects one out of two possible port queues. The default port queue number is 2 which is the low priority queue. This is only valid for frEndPtType of 'frsm'. Enumeration: 'highPriority': 1, 'lowPriority': 2.
                     frEndPtLpbkState 1.3.6.1.4.1.351.3.4.1.29 integer read-only
The state of loopback mode for the end point. This is a bit mapped integer with the values defined as follows: local 1 remote 2 port 4 csu 8 dsu 16 external 32 testcon 64
                     frEndPtType 1.3.6.1.4.1.351.3.4.1.30 integer read-only
Identifies a type of fr end point which some attributes may not apply. In particular the attributes frEndPtInitialBurstSize, frEndPtDeTagging frEndPtIngressDeThreshold, frEndPtEgressQDepth, frEndPtEgressDeThreshold, frEndPtEgressEcnThreshold and frEndPtEgressQSelect are valid only when frEndptType has the value 'frsm'. Enumeration: 'frsm': 4, 'ait': 3, 'fr': 2, 'cdpSdpCard': 1.
                     frEndPtchanType 1.3.6.1.4.1.351.3.4.1.31 integer read-write
(1) is frame-relay network interworking, (2) is service interworking with out any SDU translation, (3) is service interworking with SDU translation, and (4) is frame-relay UNI. This is only valid for frEndPtType of 'frsm'. Another restriction is that the other endpt should be an ASI(atmEndPtTable) endpt. If the other endpt is a FR endpt the DEFVAL will over-write the user's input. Enumeration: 'frNIW': 1, 'frSIW-translate': 3, 'frFUNI': 4, 'frSIW-transparent': 2.
                     frEndPtchanFECNconfig 1.3.6.1.4.1.351.3.4.1.32 integer read-write
The FECN bits in frame-relay are mapped to EFCI bit in the ATM cells. mapEFCI is valid only for SIW. This is only valid for frEndPtType of 'frsm'. Another restriction is that the other endpt should be an ASI(atmEndPtTable) endpt. If the other endpt is a FR endpt the DEFVAL will over-write the user's input. Enumeration: 'setEFCIzero': 2, 'mapEFCI': 1.
                     frEndPtchanDEtoCLPmap 1.3.6.1.4.1.351.3.4.1.33 integer read-write
For (1), The DE bit is mapped to CLP bit in ATM cell. For (2) and (3), the DE bit is ignored and CLP bit is set to the constant value. This is only valid for frEndPtType of 'frsm'. Another restriction is that the other endpt should be an ASI(atmEndPtTable) endpt. If the other endpt is a FR endpt the DEFVAL will over-write the user's input. Enumeration: 'setCLPzero': 2, 'setCLPone': 3, 'mapCLP': 1.
                     frEndPtchanCLPtoDEmap 1.3.6.1.4.1.351.3.4.1.34 integer read-write
Values (1), (2) and (3) are valid for SIW. Values (1) and (4) are valid for NIW. For (1), the CLP bit is mapped to DE bit in frame-relay. For (2) and (3), the CLP bit is ignored and DE bit is set to the constant value. ignoreCLP ignores CLP bit and DE bit remains as received. This is only valid for frEndPtType of 'frsm'. Another restriction is that the other endpt should be an ASI(atmEndPtTable) endpt. If the other endpt is a FR endpt the DEFVAL will over-write the user's input. Enumeration: 'setDEone': 3, 'ignoreCLP': 4, 'setDEzero': 2, 'mapDE': 1.
             aitEndPtTable 1.3.6.1.4.1.351.3.5 no-access
A List of frame relay virtual circuit end points
                 aitEndPtEntry 1.3.6.1.4.1.351.3.5.1 no-access
A frame relay end point Entry
                     aitEndPtNodeName 1.3.6.1.4.1.351.3.5.1.1 displaystring read-only
The node name.
                     aitEndPtIfShelf 1.3.6.1.4.1.351.3.5.1.2 displaystring read-only
String identifying the shelf. This is a null string for end points which do not have a shelf name.
                     aitEndPtSlot 1.3.6.1.4.1.351.3.5.1.3 integer read-only
Slot Number.
                     aitEndPtVpi 1.3.6.1.4.1.351.3.5.1.4 integer read-only
VPI.
                     aitEndPtVci 1.3.6.1.4.1.351.3.5.1.5 integer read-only
VCI.
                     aitEndPtConnIndex 1.3.6.1.4.1.351.3.5.1.6 integer read-only
If the value of this object is greater than 0 then it is the index identifying the associated connectionEntry.
                     aitEndPtAdminStatus 1.3.6.1.4.1.351.3.5.1.7 integer read-only
Administrative status of the end point. Enumeration: 'active': 2, 'inactive': 1, 'testing': 3.
                     aitEndPtOpStatus 1.3.6.1.4.1.351.3.5.1.8 integer read-only
Operational Status of the end point. Enumeration: 'fail': 3, 'down': 4, 'clear': 2, 'inactive': 1.
                     aitEndPtMIR 1.3.6.1.4.1.351.3.5.1.9 integer read-only
The minimum transmit bandwidth (MIR) parameter (in bits per second) for this end-point. This object has the relationship MIR <= CIR. This attribute can only be set to values evenly divisable by 100.
                     aitEndPtCIR 1.3.6.1.4.1.351.3.5.1.10 integer read-only
The value of this object is equal to the committed information rate (CIR) parameter (in bits per second) for this end-point. This object holds the relationship MIR < = CIR <= QIR. This attribute can only be set to values evenly divisable by 100.
                     aitEndPtVcQSize 1.3.6.1.4.1.351.3.5.1.13 integer read-only
The value of this object is the maximum queue depth (in bytes) for this end-point. This object is required before row creation is complete.
                     aitEndPtPIR 1.3.6.1.4.1.351.3.5.1.14 integer read-only
The peak transmit bandwidth (PIR) parameter (in bits per second) for this end-point. This attribute can only be set to values evenly divisable by 100.
                     aitEndPtCMAX 1.3.6.1.4.1.351.3.5.1.15 integer read-only
The maximum credits that can be accrued for this end-point. This object is required before row creation is complete.
                     aitEndPtEcnQSize 1.3.6.1.4.1.351.3.5.1.16 integer read-only
The threshold setting used by the explicit congestion notification feature for this end-point's transmit queue. This value is specified in bytes. When the aitEndPtVcQSize value exceeds this value then the FECN bit will be set in all frames transmitted to the remote end-point. This object is required before row creation is complete.
                     aitEndPtQIR 1.3.6.1.4.1.351.3.5.1.17 integer read-only
The transmit quiescent information rate (QIR) parameter (in bits per second) for this end-point. This value has the relationship CIR <= QIR <= PIR. This attribute can only be set to values evenly divisable by 100.
                     aitEndPtPercUtil 1.3.6.1.4.1.351.3.5.1.18 integer read-only
The value of this object is equal to the channel percentage utilization setting for this end-point. This is the expected long-term utilization of the channel by this end-point. This object is required before row creation is complete.
                     aitEndPtPriority 1.3.6.1.4.1.351.3.5.1.19 integer read-only
connection priority. Enumeration: 'high': 2, 'low': 1.
             atmEndPtTable 1.3.6.1.4.1.351.3.6 no-access
The ATM End-Point table. This table is used to model a PVC end-point. This table contains the traffic parameters for ATM end-point.
                 atmEndPtEntry 1.3.6.1.4.1.351.3.6.1 no-access
An entry in the ATM End-point table.
                     atmEndPtNodeName 1.3.6.1.4.1.351.3.6.1.1 displaystring read-write
Node name of this endpoint.
                     atmEndPtIfShelf 1.3.6.1.4.1.351.3.6.1.2 displaystring read-write
Shelf name of this endpoint. If no shelf name than this value is a NULL string.
                     atmEndPtSlot 1.3.6.1.4.1.351.3.6.1.3 integer read-write
Local Slot Number.
                     atmEndPtPort 1.3.6.1.4.1.351.3.6.1.4 integer read-write
Local Port Number. These are numbered starting at 1.
                     atmEndPtVpi 1.3.6.1.4.1.351.3.6.1.5 integer read-write
Virtual port index.
                     atmEndPtVci 1.3.6.1.4.1.351.3.6.1.6 integer read-write
virtual channel index.
                     atmEndPtConnIndex 1.3.6.1.4.1.351.3.6.1.7 integer read-only
If the value of this object is greater than 0 then it is the index identifying the associated connectionEntry.
                     atmEndPtAdminStatus 1.3.6.1.4.1.351.3.6.1.9 integer read-write
Admin Status of the end point. Enumeration: 'active': 2, 'inactive': 1, 'testing': 3.
                     atmEndPtOpStatus 1.3.6.1.4.1.351.3.6.1.10 integer read-only
Operational Status of the end point. Enumeration: 'fail': 3, 'down': 4, 'clear': 2, 'inactive': 1.
                     atmEndPtRowStatus 1.3.6.1.4.1.351.3.6.1.11 integer read-write
The manager must set this to 'createAndGo' when creating a new entry. Other required elements can also be set in the same SET request Enumeration: 'active': 1, 'destroy': 6, 'createAndGo': 4.
                     atmEndPtMIR 1.3.6.1.4.1.351.3.6.1.12 integer read-write
The minimum transmit bandwidth (MIR) parameter (in bits per second) for this end-point. For ATF without Foresight connections this object corresponds to the Peak Cell Rate(PCR) defined by ATM standard documents. For ATF with Foresight connections this object corresponds to the Minimum Cell Rate (MCR). (in bits per second) for this end-point. The maximum value for this object is the port speed of the associated interface.
                     atmEndPtCIR 1.3.6.1.4.1.351.3.6.1.13 integer read-write
The value of this object is equal to the committed information rate (CIR) parameter (in bits per second) for this end-point. This object corresponds to the Sustainable Cell Rate(SCR) defined by ATM standard documents. The maximum value for this object is the port speed of the associated interface. All values between minimum and maximum for a given interface will be accepted, but they will be internally rounded up to the closest higher value valid for that interface.
                     atmEndPtPIR 1.3.6.1.4.1.351.3.6.1.14 integer read-write
The peak transmit bandwidth (PIR) parameter (in bits per second) for this end-point. This object applies only to Foresight connections and corresponds to the Peak Cell Rate (PCR) defined by ATM standard documents. The maximum value for this object is the port speed of the associated interface.
                     atmEndPtQIR 1.3.6.1.4.1.351.3.6.1.15 integer read-write
The transmit quiescent information rate (QIR) parameter (in bits per second) for this end-point. This parameter applies only to Foresight connections, and corresponds to the Initial Cell Rate (ICR) defined by ATM standard documents. This value can range between the MIR and PIR values.
                     atmEndPtPercUtil 1.3.6.1.4.1.351.3.6.1.16 integer read-write
The value of this object is equal to the channel percentage utilization setting for this end-point. This is the expected long-term utilization of the channel by this end-point.
                     atmEndPtPriority 1.3.6.1.4.1.351.3.6.1.17 integer read-only
queueing priority. Enumeration: 'high': 2, 'low': 1.
                     atmEndPtIBS 1.3.6.1.4.1.351.3.6.1.18 integer read-write
The value of this object is equal to the Initial Burst Size in cells for the other end-point. The maximum value for this object on OC3 end points is 1000.
                     atmEndPtVcQSize 1.3.6.1.4.1.351.3.6.1.19 integer read-write
The value of this object is the maximum queue depth (in cells) for this end-point. For ATF without Foresight connections this object corresponds to the maximum Cell Delay Variation (CDV) Tolerance measured in cells.
             segmentTable 1.3.6.1.4.1.351.3.7 no-access
A List of Connection Entries
                 segmentEntry 1.3.6.1.4.1.351.3.7.1 no-access
A generic end point Entry
                     segEndPtTableId 1.3.6.1.4.1.351.3.7.1.1 integer read-only
The end point table from which the remaining indices are obtained. Enumeration: 'atmEndptTable': 2, 'frEndPtTable': 1.
                     segNodeName 1.3.6.1.4.1.351.3.7.1.2 displaystring read-only
The node name.
                     segShelf 1.3.6.1.4.1.351.3.7.1.3 displaystring read-only
String identifying the shelf. This is a null string for end points which do not have a shelf name.
                     segSlot 1.3.6.1.4.1.351.3.7.1.4 integer read-only
Slot Number.
                     segLine 1.3.6.1.4.1.351.3.7.1.5 integer read-only
Line Number. If no line number is associated with the end point then this value is 0.
                     segPort 1.3.6.1.4.1.351.3.7.1.6 integer read-only
Port Number.
                     segSubChn1 1.3.6.1.4.1.351.3.7.1.7 integer read-only
The meaning of this attribute is dependant on the value of segTableId. For 'frEndPtTable(1)' this value is the end point DLCI otherwise it is the end point VPI
                     segSubChn2 1.3.6.1.4.1.351.3.7.1.8 integer read-only
If the value of this attribute is 0, then it has no meaning in identifying the end point. If the value of this attribute is greater than 0 the it identifies the end point VCI.
                     segOeEndPt 1.3.6.1.4.1.351.3.7.1.9 object identifier read-only
The object id of the first attribute in the protocol specific end point table which is the 'remote' end point of the segment. If there is no remote end point then this attribute has the value of the NULL object identifier {0 0}.
                     segConnIndex 1.3.6.1.4.1.351.3.7.1.10 integer read-only
The connectionIndex value identifying the end to end connection of which this segment is a part. If this value is 0, then the segment is not a part of any end to end connection.
                     segNextSeg 1.3.6.1.4.1.351.3.7.1.11 object identifier read-only
The object id of the first attribute in the protocol specific end point table which is the 'local' end point of the next segment of the end to end connection identified by segConnIndex. A value of {0 0}, the NULL object identifier, indicates there is no next segment.
             cmpaErrorLastIndex 1.3.6.1.4.1.351.3.8 integer read-only
If at least one entry exists in the error status table, the value of this object contains the index corresponding to the last entry inserted in the table. If no entries have ever been inserted in the cmpaErrorTable, then the agent will return 0 for a query of this variable. Actually this object is not required any more because of the new objects cmpaErrorLastDesc and cmpaErrorLastEcode. One can do GET directly on cmpaErrorLastDesc/LastEcode.
             cmpaErrorFlushAll 1.3.6.1.4.1.351.3.9 integer read-write
Setting this object to the value 'flush' indicates to the agent that a manager would like the cmpaErrorTable to be immediately flushed of all entries. A management retrieval of this object will always return the value 'noOp'. Setting this object to the value 'noOp' is invalid. Enumeration: 'noOp': 1, 'flush': 2.
             cmpaErrorTable 1.3.6.1.4.1.351.3.10 no-access
A List of recent Errors reported by the Ports Proxy Agent (PPA).
                   cmpaErrorEntry 1.3.6.1.4.1.351.3.10.1 no-access
A General Error Status Entry.
                       cmpaErrorReqId 1.3.6.1.4.1.351.3.10.1.1 integer read-only
This object contains the PDU request ID associated with the SET request. The manager must use this information to find the error associated with a particular SNMP request. Note that an SNMP request ID may be reused by the same manager. When this occurs, the older entry in the table will be replaced with the new error status. Managers must be aware that error information may therefore be lost.
                       cmpaErrorDesc 1.3.6.1.4.1.351.3.10.1.2 displaystring read-only
This object contains error status information for failed SETS to one or more objects in one or more of the following tables: frPortsCfgTable Rows in this table may be created as the result of a failed SNMP SET operation. Since the SNMP standard allows only limited number of error result codes, the managers can retrieve this variable to get additional information on a failed SET operation. Typically this object will contain a user friendly description of the cause of the error.
                       cmpaErrorEcode 1.3.6.1.4.1.351.3.10.1.3 integer read-only
This object contains the error Code of the GET/SET operation. The error Codes from 500 onwards are specific to the Error Table operation itself. Note that currently GET errors are not updated in the error table. Enumeration: 'endpt-exists': 101, 'bad-value': 10, 'invalid-adminstatus': 121, 'invalid-connindex': 115, 'invalid-node': 2, 'no-snmpcomm': 7, 'not-clear': 122, 'snmpcomm-error': 8, 'endpt-rowstatus-missing': 111, 'rendpt-exists': 103, 'invalid-conn-rowstatus': 114, 'not-applicable': 501, 'ibs-less-bc': 130, 'invalid-shelf': 3, 'invalid-flushall': 502, 'invalid-bw': 119, 'lendpt-missing': 104, 'no-cmgrd': 126, 'testtype-missing': 116, 'not-active': 120, 'partial-mod': 118, 'invalid-chantype': 124, 'dangling-endpt': 110, 'port-not-found': 11, 'rendpt-not-found': 109, 'invalid-endpt-comb': 123, 'lendpt-exists': 102, 'no-error-entry': 500, 'db-rendpt-not-found': 107, 'node-busy': 6, 'db-lendpt-not-found': 106, 'node-timeout': 5, 'invalid-release': 4, 'slot-is-full': 12, 'ronly-for-frp': 127, 'invalid-endpt-rowstatus': 113, 'rendpt-missing': 105, 'invalid-chanCLPtoDEmap': 129, 'conn-not-found': 100, 'conn-rowstatus-missing': 112, 'asi-no-remote': 131, 'partial-add': 117, 'invalid-network': 1, 'frsm-remote': 132, 'node-error': 9, 'lendpt-not-found': 108, 'invalid-chanFECNconfig': 128, 'foresight-disabled': 133, 'cmgrd-timeout': 125.
             cmpaErrorLastDesc 1.3.6.1.4.1.351.3.11 displaystring read-only
This contains the error description of the last error generated. If error table contains no errors, GET on this will return NULL string
             cmpaErrorLastEcode 1.3.6.1.4.1.351.3.12 integer read-only
This contains the error code of the last error generated. If error table contains no errors, GET on this object returns 500 Enumeration: 'endpt-exists': 101, 'bad-value': 10, 'invalid-adminstatus': 121, 'invalid-connindex': 115, 'invalid-node': 2, 'no-snmpcomm': 7, 'not-clear': 122, 'snmpcomm-error': 8, 'endpt-rowstatus-missing': 111, 'rendpt-exists': 103, 'invalid-conn-rowstatus': 114, 'not-applicable': 501, 'ibs-less-bc': 130, 'invalid-shelf': 3, 'invalid-flushall': 502, 'invalid-bw': 119, 'lendpt-missing': 104, 'no-cmgrd': 126, 'testtype-missing': 116, 'not-active': 120, 'partial-mod': 118, 'invalid-chantype': 124, 'dangling-endpt': 110, 'port-not-found': 11, 'rendpt-not-found': 109, 'invalid-endpt-comb': 123, 'lendpt-exists': 102, 'no-error-entry': 500, 'db-rendpt-not-found': 107, 'node-busy': 6, 'db-lendpt-not-found': 106, 'node-timeout': 5, 'invalid-release': 4, 'slot-is-full': 12, 'ronly-for-frp': 127, 'invalid-endpt-rowstatus': 113, 'rendpt-missing': 105, 'invalid-chanCLPtoDEmap': 129, 'conn-not-found': 100, 'conn-rowstatus-missing': 112, 'asi-no-remote': 131, 'partial-add': 117, 'invalid-network': 1, 'frsm-remote': 132, 'node-error': 9, 'lendpt-not-found': 108, 'invalid-chanFECNconfig': 128, 'foresight-disabled': 133, 'cmgrd-timeout': 125.
         portSvc 1.3.6.1.4.1.351.4
             portsInfoTable 1.3.6.1.4.1.351.4.1 no-access
Ports information for the specified line
                 portsInfoEntry 1.3.6.1.4.1.351.4.1.1 no-access
Ports Information Entry
                     portsInfoNode 1.3.6.1.4.1.351.4.1.1.1 displaystring read-only
String identifying the node
                     portsInfoShelf 1.3.6.1.4.1.351.4.1.1.2 displaystring read-only
String identifying the shelf
                     portsInfoSlot 1.3.6.1.4.1.351.4.1.1.3 integer read-only
Slot Number
                     portsInfoLine 1.3.6.1.4.1.351.4.1.1.4 integer read-only
Line Number. For IPX ports Line Number is always 0
                     portsInfoPort 1.3.6.1.4.1.351.4.1.1.5 integer read-only
Port Number
                     portsInfoPortType 1.3.6.1.4.1.351.4.1.1.6 integer read-only
Port type includes Card type as well as Interface type Enumeration: 'frsm': 1, 'ausm': 3, 'frp': 2, 'atm': 4.
                     portsInfoPortState 1.3.6.1.4.1.351.4.1.1.7 integer read-only
Port state Enumeration: 'active': 1, 'failed': 4, 'inactive': 2, 'remoteLoopback': 3.
                     portsInfoPortSpeed 1.3.6.1.4.1.351.4.1.1.8 integer read-only
Configured speed of port in kbps
             frPortsCfgTable 1.3.6.1.4.1.351.4.2 no-access
fr ports updations for AXIS and IPX.
                 frPortsCfgEntry 1.3.6.1.4.1.351.4.2.1 no-access
Ports Cfgrmation Entry
                     frPortsCfgNode 1.3.6.1.4.1.351.4.2.1.1 displaystring read-only
String identifying the Node
                     frPortsCfgShelf 1.3.6.1.4.1.351.4.2.1.2 displaystring read-only
String identifying the shelf
                     frPortsCfgSlot 1.3.6.1.4.1.351.4.2.1.3 integer read-only
Slot Number
                     frPortsCfgLine 1.3.6.1.4.1.351.4.2.1.4 integer read-only
Line Number. For IPX ports Line Number is always 0
                     frPortsCfgPort 1.3.6.1.4.1.351.4.2.1.5 integer read-only
Port Number
                     frPortsCfgRowStatus 1.3.6.1.4.1.351.4.2.1.6 integer read-write
add, del & modify are for both AXIS and IPX ports, but up and down are for IPX only Enumeration: 'modify': 3, 'add': 1, 'del': 2, 'up-frp': 4, 'down-frp': 5.
                     frPortsCfgPortType 1.3.6.1.4.1.351.4.2.1.7 integer read-only
Card type, FRP or FRSM Enumeration: 'frsm': 1, 'frp': 2.
                     frPortsCfgPortState 1.3.6.1.4.1.351.4.2.1.8 integer read-only
PortState Enumeration: 'active': 1, 'failed': 4, 'inactive': 2, 'remoteLoopback': 3.
                     frPortsCfgChCnt 1.3.6.1.4.1.351.4.2.1.9 integer read-only
The number of aggregate channels assigned to this port (FRI T1/E1 interface only). For subrate ports, this object is always 1.
                     frPortsCfgPortSpeed 1.3.6.1.4.1.351.4.2.1.10 integer read-write
Configured speed of port in kbps. - Set operation: For subrate(V.35) interface only. For E1/T1, you can set only while adding the port
                     frPortsCfgDs0ChSpeed 1.3.6.1.4.1.351.4.2.1.11 integer read-write
channel speed. This is not applicable for FRP-V35 subrate ports. Set operation: - Allowed only while adding the port. Enumeration: 's56k': 1, 's64k': 2, 'na': 3.
                     frPortsCfgSigProt 1.3.6.1.4.1.351.4.2.1.12 integer read-write
The specified LMI operation mode. The options can be 1 - (UNI)LMI disabled 2 - (UNI)LMI enabled but asynchronous update disabled 3 - (UNI)LMI and asynchronous update enabled 4 - (UNI)LMI enabled using CCITT O.933 Annex A parameters 5 - (UNI)LMI enabled using ANSI T1.617 parameters 6 - (NNI)LMI enabled using CCITT O.933 Annex A parameters 7 - (NNI)LMI enabled using ANSI T1.617 parameters Enumeration: 'disabled': 1, 'lmi-noasyn': 2, 'lmi-asyn': 3, 'uni-annexA': 4, 'nni-annexA': 6, 'nni-annexD': 7, 'uni-annexD': 5.
                     frPortsCfgNNIStatus 1.3.6.1.4.1.351.4.2.1.13 integer read-only
The flag indicating whether NNI is active on the specified slot.port. - Get Operation: This object is always NO if the network manager attempts to GET frLportNNIStatus from a disabled or LMI port. In other cases, the value of this object is determined by whether the port is configured as NNI or not. Enumeration: 'yes': 2, 'no': 1.
                     frPortsCfgAsyncUpd 1.3.6.1.4.1.351.4.2.1.14 integer read-write
The flag indicating whether the IPX should send unsolicited LMI update messages as they appear or wait for the polling from the user device. This object is applicable to only Annex A/D UNI and Annex A/D NNI protocols for write and LMI, Annex A/D UNI and Annex A/D NNI for read. - Get Operation: This object is always NO for ports without protocols; otherwise, its value is determined by the asynchronous status of the port. - Set Operation: If the network manager attempts to SET this object of a port with none or LMI protocol, an error is reported. Enumeration: 'yes': 2, 'no': 1.
                     frPortsCfgPollVerTimer 1.3.6.1.4.1.351.4.2.1.15 integer read-write
The link integrity verification timer heartbeat (keep-alive) period. It should be set to 5 seconds more than the heartbeat time in the user device. The valid range is (5..30) - Get Operation: Since this object is not applicable to disabled protocol, (-1) is returned if the network manager attempts to GET this object from a port without protocols. - Set Operation: If the network manager attempts to SET this object of a port without any protocol, an error is reported.
                     frPortsCfgErrThresh 1.3.6.1.4.1.351.4.2.1.16 integer read-write
The number of the failures in the monitored events that cause the keep-alive process to report an alarm. The valid range is (1..10). - Get Operation: Since this object is not applicable to disabled protocol, (-1) is returned if the network manager attempts to GET this object from a port without protocols. - Set Operation: If the network manager attempts to SET this object of a port without any protocol, an error is reported.
                     frPortsCfgMonEveCnt 1.3.6.1.4.1.351.4.2.1.17 integer read-write
The number of monitored events for the keep-alive process. A port communication fail condition is cleared after this number of successful polling cycles. The valid range is (1..10) - Get Operation: Since this object is not applicable to disabled protocol, (-1) is returned if the network manager attempts to GET this object from a port without protocols. - Set Operation: If the network manager attempts to SET this object of a port without any protocol, an error is reported.
                     frPortsCfgFrmFlags 1.3.6.1.4.1.351.4.2.1.18 integer read-write
The minimum number of flags between frames. The valid range for AXIS-FRSM ports is (1..10) The valid range for IPX-FRP ports is (1..255)
                     frPortsCfgLinkTimer 1.3.6.1.4.1.351.4.2.1.19 integer read-write
T391 - Link Integrity Timer (applicable to NNI port only), indicating the interval at which a Status Enquiry message is sent. The valid range is (5..30) - Get Operation: the network manager attempts to GET this object from a port with a protocol other than NNIs, (-1) is returned. - Set Operation: If the network manager attempts to SET this object of a port with a protocol other than NNIs, an error is reported
                     frPortsCfgPollCycle 1.3.6.1.4.1.351.4.2.1.20 integer read-write
N391 - Full Status Polling Cycle. Applicable to NNI ports only in case of IPX frp. - Get Operation(for IPX-frp): If the network manager attempts to GET this object from a port with a protocol other than NNIs, (-1) is returned. - Set Operation(for IPX-frp): If the network manager attempts to SET this object of a port with a protocol other than NNIs, an error is reported.
                     frAxPortsCfgSvcRatio 1.3.6.1.4.1.351.4.2.1.21 integer read-write
Number of times queue 2 is serviced for every time queue 3 is serviced The valid range is (1..15). Only applicable to AXIS-FRSM ports. The value (-2) will be returned for IPX-FRP ports.
                     frIxPortsCfgClockType 1.3.6.1.4.1.351.4.2.1.22 integer read-write
The type of port clock (FRI subrate interface only). For T1/E1 interface this object should be none. - Get Operation: If the network manager attempts to get this object from a T1/E1 port, none(3) is returned. - Set Operation: If the network manager attempts to set this object on a T1/E1 port an error is returned. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports. Enumeration: 'none': 3, 'looped': 2, 'normal': 1.
                     frIxPortsCfgVcCount 1.3.6.1.4.1.351.4.2.1.23 integer read-only
The number of virtual connections that terminate on this port. Note that there can be up to 252 connections per FRP cards shared among the ports. A port may have up to 252 connections allocated. The valid range is (0..252). Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports.
                     frPortsCfgVcPtr 1.3.6.1.4.1.351.4.2.1.24 object identifier read-only
The object identifier denoting the first endpoint associated with this port. For current implementation, this OID points to the first frame relay connection on the port. It has a NULL OID value (i.e. { 0 0 }) if there is no frame relay connection on this port. The management station can retrieve all the information about the first connection by reading from row pointed to by this OID. Specifically, this OID specifies the first column of the appropriate row in the frEndptTable.
                     frIxPortsCfgMaxTxQDepth 1.3.6.1.4.1.351.4.2.1.25 integer read-write
The maximum bytes queued for transmission from the FRP port. The valid range is (0..65535). Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports.
                     frIxPortsCfgECNQThresh 1.3.6.1.4.1.351.4.2.1.26 integer read-write
Port explicit congestion notification threshold. This is the point at which the BECN and FECN bits will be set in the communications to the user device. The valid range is (0..65535). Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports.
                     frIxPortsCfgDEThresh 1.3.6.1.4.1.351.4.2.1.27 integer read-write
The percentage of the queue depth above which frames with the Discard Eligibility bit set will be discarded. An entry of 100% effectively disables DE for the port. The valid range is (0..100) Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports.
                     frIxPortsCfgIDEMap 1.3.6.1.4.1.351.4.2.1.28 integer read-write
The flag indicating whether IDE to DE mapping should be performed. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports. Enumeration: 'yes': 2, 'no': 1.
                     frIxPortsCfgCommPri 1.3.6.1.4.1.351.4.2.1.29 integer read-write
The flag specifying if the connection SNA priority should be communicated to the user device attached to the port. - Get Operation: Since this object is specific to LMI protocols, (-1) is returned if the network manager attempts to GET this object from a non-LMI port. - Set Operation: Likewise, if the network manager attempts to SET this object of a non-LMI port, an error is reported. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports. Enumeration: 'yes': 2, 'no': 1.
                     frIxPortsCfgUpRNR 1.3.6.1.4.1.351.4.2.1.30 integer read-write
The upper Receiver-Not-Ready threshold. This threshold specifies the number of receiver not ready indications from the user equipment before an alarm is generated for this connection. The valid range is (1..100) - Get Operation: Since this object is specific to LMI protocols, (-1) is returned if the network manager attempts to GET this object from a non-LMI port. - Set Operation: Likewise, if the network manager attempts to SET this object of a non-LMI port, an error is reported. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports.
                     frIxPortsCfgLowRNR 1.3.6.1.4.1.351.4.2.1.31 integer read-write
The Lower Receiver-Not-Ready threshold. This threshold specifies the number of receiver not ready indications from the user equipment before an alarm is cleared for this connection. The valid range is (1..100) - Get Operation: Since this object is specific to LMI protocols, (-1) is returned if the network manager attempts to GET this object from a non-LMI port. - Set Operation: Likewise, if the network manager attempts to SET this object of a non-LMI port, an error is reported. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports.
                     frIxPortsCfgOamThresh 1.3.6.1.4.1.351.4.2.1.32 integer read-write
The alarm threshold for number of OAM heartbeat FastPackets missed before propagating A-bit=0. This threshold is applicable to both UNI and NNI Frame Relay ports when the node has FR NNI feature enabled and this FRP firmware supports it. The valid range is (0..15). - Get Operation: Since this object is not applicable to disabled protocol, (-1) is returned if the network manager attempts to GET this object from a port without protocols. - Set Operation: If the network manager attempts to SET this object of a port without any protocol, an error is reported. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports.
                     frIxPortsCfgCLLMTimer 1.3.6.1.4.1.351.4.2.1.33 integer read-write
The timer for CLLM messages in CLLM intervals. No CLLM if 0 is configured. If a user configures this value to be greater than 0 then it should be in the range 4 to 35. The unit is hundredth of a sec. Note that ForeSight (CLLM) is available only if the firmware supports it. - Get Operation: If the network manager attempts to GET this object from a port where ForeSight is not supported, (-1) is returned. - Set Operation: If the network manager attempts to SET this object of a port where ForeSight is not supported, an error is reported. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports.
                     frIxPortsCfgEFCItoBECN 1.3.6.1.4.1.351.4.2.1.34 integer read-write
This object indicates whether EFCI to BECN mapping is enabled. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports. Enumeration: 'yes': 2, 'none': 3, 'no': 1.
                     frIxPortsCfgSrRTS 1.3.6.1.4.1.351.4.2.1.35 integer read-only
The current status of the RTS lead (subrated FRI only). none is used for T1/E1 FRI. - Get Operation: This object is valid only if the port is subrated and DTE. Otherwise, none(3) is returned. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports. Enumeration: 'on': 2, 'none': 3, 'off': 1.
                     frIxPortsCfgSrDTR 1.3.6.1.4.1.351.4.2.1.36 integer read-only
The current status of the DTR lead (subrated FRI only). none is used for T1/E1 FRI. - Get Operation: This object is valid only if the port is subrated and DTE. Otherwise, none(3) is returned. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports. Enumeration: 'on': 2, 'none': 3, 'off': 1.
                     frIxPortsCfgSrDCD 1.3.6.1.4.1.351.4.2.1.37 integer read-only
The current status of the DCD lead (subrated FRI only). none is used for T1/E1 FRI. - Get Operation: This object is valid only if the port is subrated and DCE. Otherwise, none(3) is returned. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports. Enumeration: 'on': 2, 'none': 3, 'off': 1.
                     frIxPortsCfgSrCTS 1.3.6.1.4.1.351.4.2.1.38 integer read-only
The current status of the CTS lead (subrated FRI only). none is used for T1/E1 FRI. - Get Operation: This object is valid only if the port is subrated and DCE. Otherwise, none(3) is returned. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports. Enumeration: 'on': 2, 'none': 3, 'off': 1.
                     frIxPortsCfgSrDSR 1.3.6.1.4.1.351.4.2.1.39 integer read-only
The current status of the DSR lead (subrated FRI only). none is used for T1/E1 FRI. - Get Operation: This object is valid only if the port is subrated and DCE. Otherwise, none(3) is returned. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports. Enumeration: 'on': 2, 'none': 3, 'off': 1.
                     frIxPortsCfgLoopBack 1.3.6.1.4.1.351.4.2.1.40 integer read-only
The loopback mode. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports. Enumeration: 'none': 1, 'local': 2.
                     frIxPortsCfgExtConFail 1.3.6.1.4.1.351.4.2.1.41 integer read-only
The flag indicating if the connection with the external device is lost. Only applicable to IPX-FRP ports. The value (-2) will be returned for AXIS-FRSM ports. Enumeration: 'true': 2, 'false': 1.
                     frAxPortsCfgLogPort 1.3.6.1.4.1.351.4.2.1.42 integer read-only
Logical port for the given physical port. Only applicable to AXIS-FRSM ports. The value (-2) will be returned for IPX-FRP ports.
             ppaErrorLastIndex 1.3.6.1.4.1.351.4.8 integer read-only
If at least one entry exists in the error status table, the value of this object contains the index corresponding to the last entry inserted in the table. If no entries have ever been inserted in the ppaErrorTable, then the agent will return 0 for a query of this variable. Actually this object is not required any more because of the new objects ppaErrorLastDesc and ppaErrorLastEcode. One can do GET directly on ppaErrorLastDesc/LastEcode.
             ppaErrorFlushAll 1.3.6.1.4.1.351.4.9 integer read-write
Setting this object to the value 'flush' indicates to the agent that a manager would like the ppaErrorTable to be immediately flushed of all entries. A management retrieval of this object will always return the value 'noOp'. Setting this object to the value 'noOp' is invalid. Enumeration: 'noOp': 1, 'flush': 2.
             ppaErrorTable 1.3.6.1.4.1.351.4.10 no-access
A List of recent Errors reported by the Ports Proxy Agent (PPA).
                   ppaErrorEntry 1.3.6.1.4.1.351.4.10.1 no-access
A General Error Status Entry.
                       ppaErrorReqId 1.3.6.1.4.1.351.4.10.1.1 integer read-only
This object contains the PDU request ID associated with the SET request. The manager must use this information to find the error associated with a particular SNMP request. Note that an SNMP request ID may be reused by the same manager. When this occurs, the older entry in the table will be replaced with the new error status. Managers must be aware that error information may therefore be lost.
                       ppaErrorDesc 1.3.6.1.4.1.351.4.10.1.2 displaystring read-only
This object contains error status information for failed SETS to one or more objects in one or more of the following tables: frPortsCfgTable Rows in this table may be created as the result of a failed SNMP SET operation. Since the SNMP standard allows only limited number of error result codes, the managers can retrieve this variable to get additional information on a failed SET operation. Typically this object will contain a user friendly description of the cause of the error.
                       ppaErrorEcode 1.3.6.1.4.1.351.4.10.1.3 integer read-only
This object contains the error Code of the GET/SET operation. The error Codes from 500 onwards are specific to the Error Table operation itself. Note that currently GET errors are not updated in the error table. Enumeration: 'line-is-full': 104, 'invalid-node': 2, 'no-snmpcomm': 7, 'snmpcomm-error': 8, 'port-exists': 101, 'illegal-set': 111, 'invalid-shelf': 3, 'no-error-entry': 500, 'port-not-found': 11, 'invalid-line': 103, 'invalid-flushall': 502, 'node-busy': 6, 'node-timeout': 5, 'na-frsm': 107, 'na-frp': 108, 'invalid-release': 4, 'slot-is-full': 12, 'invalid-slot': 102, 'invalid-set': 110, 'partial-add': 112, 'port-reserved': 106, 'multiple-ports': 105, 'invalid-network': 1, 'node-error': 9, 'no-up-down-frsm': 109, 'rowstatus-missing': 100, 'bad-value': 10, 'not-applicable': 501.
             ppaErrorLastDesc 1.3.6.1.4.1.351.4.11 displaystring read-only
This contains the error description of the last error generated. If error table contains no errors, GET on this will return NULL string
             ppaErrorLastEcode 1.3.6.1.4.1.351.4.12 integer read-only
This contains the error code of the last error generated. If error table contains no errors, GET on this object returns 500 Enumeration: 'line-is-full': 104, 'invalid-node': 2, 'no-snmpcomm': 7, 'snmpcomm-error': 8, 'port-exists': 101, 'illegal-set': 111, 'invalid-shelf': 3, 'no-error-entry': 500, 'port-not-found': 11, 'invalid-line': 103, 'invalid-flushall': 502, 'node-busy': 6, 'node-timeout': 5, 'na-frsm': 107, 'na-frp': 108, 'invalid-release': 4, 'slot-is-full': 12, 'invalid-slot': 102, 'invalid-set': 110, 'partial-add': 112, 'port-reserved': 106, 'multiple-ports': 105, 'invalid-network': 1, 'node-error': 9, 'no-up-down-frsm': 109, 'rowstatus-missing': 100, 'bad-value': 10, 'not-applicable': 501.
               filteredLogRecord 1.3.6.1.4.1.351.10.4
The 'filteredLogRecord' trap is generated by the StrataView system whenever an entry in the eventFilterTable matches a log record that is added to the StrataView database.
               userConnCleared 1.3.6.1.4.1.351.10.10000
The ' User Connection has recovered from failed/downed state
               userConnFailed 1.3.6.1.4.1.351.10.10001
The User Connection has failed
               userConnDown 1.3.6.1.4.1.351.10.10002
The User Connection has been downed
               trunkStatusAlarm 1.3.6.1.4.1.351.20.0
This trap is generated whenever an ObjectAlarm Status message is received containing the trunk status.
               cirLineStatusAlarm 1.3.6.1.4.1.351.20.1
This trap is generated whenever an ObjectAlarm Status message is received containing the cirLineStatus.
               frpStatusAlarm 1.3.6.1.4.1.351.20.2
This trap is generated whenever an ObjectAlarm Status message is received containing the frpStatus.
               connStatusAlarm 1.3.6.1.4.1.351.20.3
This trap is generated whenever an ObjectAlarm Status message is received containing the connStatus.
         snmpAgents 1.3.6.1.4.1.351.100
                 strmSwitchMIB 1.3.6.1.4.1.351.100.4
                     switchInterfaces 1.3.6.1.4.1.351.100.4.1
                         switchIfTable 1.3.6.1.4.1.351.100.4.1.1 no-access
A list of ports and subports, and their interfaces
                             switchIfEntry 1.3.6.1.4.1.351.100.4.1.1.1 no-access
A slot-port-subport entry
                                 switchIfIndex 1.3.6.1.4.1.351.100.4.1.1.1.1 integer read-write
The interface number is the index for the switchIfTable, as well as the switchMedia tables and the Trunk Service tables. The switchIFIndex will be an INTEGER with the value related to the slot, port, and subport as follows: switchIFIndex = (slot x 1000000)+(port x 10000)+(subport);
                                 switchIfSlot 1.3.6.1.4.1.351.100.4.1.1.1.2 integer read-only
The slot number.
                                 switchIfPort 1.3.6.1.4.1.351.100.4.1.1.1.3 integer read-only
The port number.
                                 switchIfSubPort 1.3.6.1.4.1.351.100.4.1.1.1.4 integer read-only
The subport number, used to identify virtual trunks.
                                 switchIfMediaType 1.3.6.1.4.1.351.100.4.1.1.1.5 integer read-only
The type of interface. This object is normally used to provide information about a media layer, such as ds1, ds3, or sonet. Enumeration: 'serialPort': 22, 'sonet': 39, 'other': 1, 'ds3': 30, 'ds1': 18.
                                 switchIfService 1.3.6.1.4.1.351.100.4.1.1.1.6 integer read-write
User requested service for logical interface table row. atmVsiIntfTrk is only available for BXM resource on BPX. IPX cannot support the service. Enumeration: 'fpRoutingTrk': 5, 'voiceData': 4, 'imaRoutingTrunk': 11, 'atmParIntfTrk': 14, 'atmIPXAFIntfTrk': 8, 'atmVsiIntfTrk': 13, 'atmFdrIntfTrk': 9, 'atmAxisIntfTrk': 7, 'atmRoutingTrk': 6, 'other': 1, 'frameRelay': 2, 'atmAPSIntfTrk': 10, 'atmAccessPort': 3, 'physicalMedia': 12.
                                 switchIfAdmStatus 1.3.6.1.4.1.351.100.4.1.1.1.7 integer read-write
User requested state for logical interface table row. A user may up, down, add, or delete an interface. The set-request PDU should contain values for both switchIFService and switchAdmStatus. A logical row can be created in the switchIfTable by combining an appropriate switchIFService and switchAdmStatus up(1). switchIFService and switchAdmStatus. A logical row can be deleted from the switchIfTable by combining an appropriate switchIFService and switchAdmStatus down(2). The values for added(6) and deleted(7) can be used only with a valid Trunk switchIfService (5..8). Enumeration: 'down': 2, 'deleted': 7, 'added': 6, 'up': 1.
                                 switchIfOperStatus 1.3.6.1.4.1.351.100.4.1.1.1.8 integer read-only
The current state for logical interface table row. Enumeration: 'dormant': 5, 'added': 6, 'unknown': 4, 'testing': 3, 'up': 1, 'down': 2.
                                 switchIfPhysPort 1.3.6.1.4.1.351.100.4.1.1.1.9 integer read-write
This Integer is a Bit map specifying which physical ports are used by the IMA trunk. Bits corresponding to the physical ports forming this IMA trunk will be set to 1. Using this Integer we can represent maximum 32 ports. For regular ATM Routing trunk bit related to that port will be set. For access lines this field is unused and will return -1. For example: Value Ports used Trunk Type ----------------------------------------------- 0 Invalid Invalid 1 1 ATM RoutingTrk 2 2 ATM RoutingTrk 3 1 & 2 IMA RoutingTrk 4 3 ATM RoutingTrk 5 1 & 3 IMA RoutingTrk 15 1,2,3 & 4 IMA RoutingTrk
                                 switchIfPartiId 1.3.6.1.4.1.351.100.4.1.1.1.10 integer read-write
The partition ID for logical interface table row. A partition in the BXM resource is dedicated for control by the corresponding VSI Master. The partition is not available for any other cards. 0 indicates non-existent partition for all non-VSI controllers.
                                 switchIfCtrlerId 1.3.6.1.4.1.351.100.4.1.1.1.11 integer read-write
The controller ID for logical interface table row. The ID in the BXM resource is used to identify a VSI mster. No other card can have a VSI controller. -1 indicates an invalid controller ID
                     switchServiceObjects 1.3.6.1.4.1.351.100.4.2
                         frServiceObjects 1.3.6.1.4.1.351.100.4.2.1
                             frLportCnfTable 1.3.6.1.4.1.351.100.4.2.1.1 no-access
The Frame Relay Logical Port Configuration table. This table provides the following areas of information on per port basis: * Port identification * Current admin & operation status * Port-specific configuration * LMI-related configuration * Port error status * Pointer(s) to other tables
                                 frLportCnfEntry 1.3.6.1.4.1.351.100.4.2.1.1.1 no-access
An entry in the Frame Relay Logical Port Configuration table. Some entries that are applicable to a specific FRI interface are indicated in the parenthesis, such as (FRI subrate/ T1/E1 interface only). Otherwise, they are used for both interfaces.
                                     frLportSlotIndex 1.3.6.1.4.1.351.100.4.2.1.1.1.1 integer read-only
The slot number
                                     frLportPortIndex 1.3.6.1.4.1.351.100.4.2.1.1.1.2 integer read-only
The port number
                                     frLportPortDLCI 1.3.6.1.4.1.351.100.4.2.1.1.1.3 integer read-only
Port DLCI for Frame Forwarding (FRI subrate interface only). - Get Operation: If the network manager attempts to GET this object from a T1/E1 port, SNMP-OBJ-NA (Object Not Applicable -1) is returned.
                                     frLportAdminStatus 1.3.6.1.4.1.351.100.4.2.1.1.1.4 integer read-write
User requested state for logical port table row. A user may up, down, configure, add and delete a FR Logical port. Enumeration: 'modify': 3, 'add': 5, 'up': 1, 'down': 2, 'writeOnly': 4, 'delete': 6.
                                     frLportOperStatus 1.3.6.1.4.1.351.100.4.2.1.1.1.5 integer read-only
Actual state of the logical port. Enumeration: 'active': 2, 'failed': 4, 'inActive': 1, 'looped': 3, 'unknown': 5.
                                     frLportPortSpeed 1.3.6.1.4.1.351.100.4.2.1.1.1.6 integer read-write
The baud rate of the port. For FRI T1/E1 interface, this object is determined when this port is added by the number of channels aggregated under it. Therefore, it can be configured only if the port is subrated. - Get Operation: OK for both T1/E1 and subrate interface. - Set Operation: If the network manager attempts to SET this object on a T1/E1 port, an error is reported.
                                     frLportClockType 1.3.6.1.4.1.351.100.4.2.1.1.1.7 integer read-write
The type of port clock (FRI subrate interface only). For T1/E1 interface this object should be none. - Get Operation: If the network manager attempts to get this object from a T1/E1 port, none (3) is returned. - Set Operation: If the network manager attempts to set this object on a T1/E1 port wit, none, oror none, looped type, an error is returned. Enumeration: 'none': 3, 'looped': 2, 'normal': 1.
                                     frLportPortType 1.3.6.1.4.1.351.100.4.2.1.1.1.8 integer read-only
The type of FRP subrate port. This object is not used in switch software release 8.1 It is retained for historical reasons, and possible future enhancement. Enumeration: 'fr': 1, 'atm': 2.
                                     frLportVcCount 1.3.6.1.4.1.351.100.4.2.1.1.1.9 integer read-only
The number of virtual connections that terminate on this port. Note that there can be up to 252 connections per FRP cards shared among the ports. A port may have up to 252 connections allocated.
                                     frLportFirstVcPtr 1.3.6.1.4.1.351.100.4.2.1.1.1.10 object identifier read-only
The object identifier denoting the first endpoint associated with this port. For current implementation, this OID points to the first frame relay connection on the port. It has a NULL OID value (i.e. { 0 0 }) if there is no frame relay connection on this port. The management station can retrieve all the information about the first connection by reading from row pointed to by this OID. Specifically, this OID specifies the first column of the appropriate row in the frEndptTable.
                                     frLportAggrChCnt 1.3.6.1.4.1.351.100.4.2.1.1.1.11 integer read-write
The number of aggregate channels assigned to this logical port (FRI T1/E1 interface only) when the port is added. For subrate ports, this object is always 1.
                                     frLportChSpeed 1.3.6.1.4.1.351.100.4.2.1.1.1.12 integer read-write
The channel speed (FRI T1/E1 interface only). For FRI subrate interface this object should be set as na. Enumeration: 's56k': 1, 's64k': 2, 'na': 3.
                                     frLportMaxTxQDepth 1.3.6.1.4.1.351.100.4.2.1.1.1.13 integer read-write
The maximum bytes queued for transmission from the FRP port
                                     frLportECNQThresh 1.3.6.1.4.1.351.100.4.2.1.1.1.14 integer read-write
Port explicit congestion notification threshold. This is the point at which the BECN and FECN bits will be set in the communications to the user device.
                                     frLportDEThresh 1.3.6.1.4.1.351.100.4.2.1.1.1.15 integer read-write
The percentage of the queue depth above which frames with the Discard Eligibility bit set will be discarded. An entry of 100% effectively disables DE for the port.
                                     frLportIDEMap 1.3.6.1.4.1.351.100.4.2.1.1.1.16 integer read-write
The flag indicating whether IDE to DE mapping should be performed. Enumeration: 'yes': 2, 'no': 1.
                                     frLportSigProt 1.3.6.1.4.1.351.100.4.2.1.1.1.17 integer read-write
The specified LMI operation mode. The options can be 1 - (UNI)LMI disabled 2 - (UNI)LMI and asynchronous update enabled 3 - (UNI)LMI disabled 4 - (UNI)LMI enabled but asynchronous update disabled 5 - (UNI)LMI enabled using CCITT O.933 Annex A parameters 6 - (UNI)LMI enabled using ANSI T1.617 parameters 7 - (NNI)LMI enabled using CCITT O.933 Annex A parameters 8 - (NNI)LMI enabled using ANSI T1.617 parameters Note that option 7 and 8 are both bidirectional protocols defined by FRF.2 and available only if Frame Relay NNI feature is enabled. Enumeration: 'disabled': 3, 'lmi-noasyn': 4, 'lmi-asyn': 2, 'xdisabled': 1, 'uni-annexA': 5, 'nni-annexA': 7, 'auto-det': 9, 'nni-annexD': 8, 'uni-annexD': 6.
                                     frLportNNIStatus 1.3.6.1.4.1.351.100.4.2.1.1.1.18 integer read-only
The flag indicating whether NNI is active on the specified slot.port. - Get Operation only: This object is always NO if the network manager attempts to GET frLportNNIStatus from a disabled, LMI or LMI no update port. In other cases, the value of this object is determined by whether the port is configured as NNI or not. Enumeration: 'yes': 2, 'no': 1.
                                     frLportAsynStatus 1.3.6.1.4.1.351.100.4.2.1.1.1.19 integer read-write
The flag indicating whether the IPX should send unsolicited LMI update messages as they appear or wait for the polling from the user device. This object is applicable to only Annex A/D UNI and Annex A/D NNI protocols for write and LMI, Annex A/D UNI and Annex A/D NNI for read. - Get Operation: This object is always NO for ports without protocols; otherwise, its value is determined by the asynchronous status of the port. - Set Operation: If the network manager attempts to SET this object of a port with none or LMI protocol, an error is reported. Enumeration: 'yes': 2, 'no': 1.
                                     frLportPolVerTmr 1.3.6.1.4.1.351.100.4.2.1.1.1.20 integer read-write
The link integrity verification timer heartbeat (keep-alive) period. It should be set to 5 seconds more than the heartbeat time in the user device. Default is 15 seconds. - Get Operation: Since this object is not applicable to disabled protocol, SNMP-OBJ-NA (-1) is returned if the network manager attempts to GET this object from a port without protocols. - Set Operation: If the network manager attempts to SET this object of a port without any protocol, an error is reported.
                                     frLportErrThresh 1.3.6.1.4.1.351.100.4.2.1.1.1.21 integer read-write
The number of the failures in the monitored events that cause the keep-alive process to report an alarm. - Get Operation: Since this object is not applicable to disabled protocol, SNMP-OBJ-NA (-1) is returned if the network manager attempts to GET this object from a port without protocols. - Set Operation: If the network manager attempts to SET this object of a port without any protocol, an error is reported.
                                     frLportMonEveCnt 1.3.6.1.4.1.351.100.4.2.1.1.1.22 integer read-write
The number of monitored events for the keep-alive process. A port communication fail condition is cleared after this number of successful polling cycles. - Get Operation: Since this object is not applicable to disabled protocol, SNMP-OBJ-NA (-1) is returned if the network manager attempts to GET this object from a port without protocols. - Set Operation: If the network manager attempts to SET this object of a port without any protocol, an error is reported.
                                     frLportCommPri 1.3.6.1.4.1.351.100.4.2.1.1.1.23 integer read-write
The flag specifying if the connection SNA priority should be communicated to the user device attached to the port. - Get Operation: Since this object is specific to LMI protocols, SNMP-OBJ-NA (-1) is returned if the network manager attempts to GET this object from a non-LMI port. - Set Operation: Likewise, if the network manager attempts to SET this object of a non-LMI port, an error is reported. Enumeration: 'yes': 2, 'no': 1.
                                     frLportUpRNR 1.3.6.1.4.1.351.100.4.2.1.1.1.24 integer read-write
The upper Receiver-Not-Ready threshold. This threshold specifies the number of receiver not ready indications from the user equipment before an alarm is generated for this connection. The default is 75. - Get Operation: Since this object is specific to LMI protocols, SNMP-OBJ-NA (-1) is returned if the network manager attempts to GET this object from a non-LMI port. - Set Operation: Likewise, if the network manager attempts to SET this object of a non-LMI port, an error is reported.
                                     frLportLowRNR 1.3.6.1.4.1.351.100.4.2.1.1.1.25 integer read-write
The Lower Receiver-Not-Ready threshold. This threshold specifies the number of receiver not ready indications from the user equipment before an alarm is cleared for this connection. The default is 75. - Get Operation: Since this object is specific to LMI protocols, SNMP-OBJ-NA (-1) is returned if the network manager attempts to GET this object from a non-LMI port. - Set Operation: Likewise, if the network manager attempts to SET this object of a non-LMI port, an error is reported.
                                     frLportMinFrmFlgs 1.3.6.1.4.1.351.100.4.2.1.1.1.26 integer read-write
The minimum number of flags between frames. All values in the range 1 to 255 are valid and the default is 1.
                                     frLportOamThresh 1.3.6.1.4.1.351.100.4.2.1.1.1.27 integer read-write
The alarm threshold for number of OAM heartbeat FastPackets missed before propagating A-bit=0. This threshold is applicable to both UNI and NNI Frame Relay ports when the node has FR NNI feature enabled and this FRP firmware supports it. - Get Operation: Since this object is not applicable to disabled protocol, SNMP-OBJ-NA (-1) is returned if the network manager attempts to GET this object from a port without protocols. - Set Operation: If the network manager attempts to SET this object of a port without any protocol, an error is reported.
                                     frLportLinkTimer 1.3.6.1.4.1.351.100.4.2.1.1.1.28 integer read-write
T391 - Link Integrity Timer (applicable to NNI FR port only), indicating the interval at which a Status Enquiry message is sent. This interval should be between 5 and 30 seconds with a default of 6 seconds. - Get Operation: the network manager attempts to GET this object from a port with a protocol other than NNIs, SNMP-OBJ-NA (-1) is returned. - Set Operation: If the network manager attempts to SET this object of a port with a protocol other than NNIs, an error is reported.
                                     frLportPollCycle 1.3.6.1.4.1.351.100.4.2.1.1.1.29 integer read-write
N391 - Full Status Polling Cycle (applicable to NNI FR port only), indicating the interval (in terms of polling cycles) at which a Full Status Report of all PVCs is requested. The exact time duration is N391*T391. This interval should be between 1 and 255 polling cycles with a default of 6. - Get Operation: If the network manager attempts to GET this object from a port with a protocol other than NNIs, SNMP-OBJ-NA (-1) is returned. - Set Operation: If the network manager attempts to SET this object of a port with a protocol other than NNIs, an error is reported.
                                     frLportCLLMTimer 1.3.6.1.4.1.351.100.4.2.1.1.1.30 integer read-write
The timer for CLLM messages in CLLM intervals. No CLLM if 0 is configured. If a user configures this value to be greater than 0 then it should be in the range 4 to 35. The unit is hundredth of a sec. Note that ForeSight (CLLM) is available only if the firmware supports it. - Get Operation: If the network manager attempts to GET this object from a port where ForeSight is not supported, SNMP-OBJ-NA (-1) is returned. - Set Operation: If the network manager attempts to SET this object of a port where ForeSight is not supported, an error is reported.
                                     frLportEFCItoBECN 1.3.6.1.4.1.351.100.4.2.1.1.1.31 integer read-write
This object indicates whether EFCI to BECN mapping is enabled. Enumeration: 'na': 3, 'yes': 2, 'no': 1.
                                     frLportSrRTS 1.3.6.1.4.1.351.100.4.2.1.1.1.32 integer read-only
The current status of the RTS lead (subrated FRI only). Na is used for T1/E1 FRI. - Get Operation: This object is valid only if the port is subrated and DTE. Otherwise, na is returned. Enumeration: 'on': 2, 'off': 1, 'na': 3.
                                     frLportSrDTR 1.3.6.1.4.1.351.100.4.2.1.1.1.33 integer read-only
The current status of the DTR lead (subrated FRI only). Na is used for T1/E1 FRI. - Get Operation: This object is valid only if the port is subrated and DTE. Otherwise, na is returned. Enumeration: 'on': 2, 'off': 1, 'na': 3.
                                     frLportSrDCD 1.3.6.1.4.1.351.100.4.2.1.1.1.34 integer read-only
The current status of the DCD lead (subrated FRI only). Na is used for T1/E1 FRI. - Get Operation: This object is valid only if the port is subrated and DCE. Otherwise, na is returned. Enumeration: 'on': 2, 'off': 1, 'na': 3.
                                     frLportSrCTS 1.3.6.1.4.1.351.100.4.2.1.1.1.35 integer read-only
The current status of the CTS lead (subrated FRI only). Na is used for T1/E1 FRI. - Get Operation: This object is valid only if the port is subrated and DCE. Otherwise, na is returned. Enumeration: 'on': 2, 'off': 1, 'na': 3.
                                     frLportSrDSR 1.3.6.1.4.1.351.100.4.2.1.1.1.36 integer read-only
The current status of the DSR lead (subrated FRI only). Na is used for T1/E1 FRI. - Get Operation: This object is valid only if the port is subrated and DCE. Otherwise, na is returned. Enumeration: 'on': 2, 'off': 1, 'na': 3.
                                     frLportLoopBack 1.3.6.1.4.1.351.100.4.2.1.1.1.37 integer read-only
The loopback mode Enumeration: 'none': 1, 'local': 2.
                                     frLportExtConFail 1.3.6.1.4.1.351.100.4.2.1.1.1.38 integer read-only
The flag indicating if the connection with the external device is lost. Enumeration: 'true': 2, 'false': 1.
                             frLportStatTable 1.3.6.1.4.1.351.100.4.2.1.2 no-access
The Frame Relay Logical Port Statistics table. This table ....
                                 frLportStatEntry 1.3.6.1.4.1.351.100.4.2.1.2.1 no-access
An entry in the Frame Relay Logical Port Statistics table.
                                     frLportRxBytes 1.3.6.1.4.1.351.100.4.2.1.2.1.1 counter read-only
Frame Relay Logical Port Rx bytes
                                     frLportRxFrms 1.3.6.1.4.1.351.100.4.2.1.2.1.2 counter read-only
Frame Relay Logical Port Rx frames
                                     frLportTxBytes 1.3.6.1.4.1.351.100.4.2.1.2.1.3 counter read-only
Frame Relay Logical Port Tx bytes
                                     frLportTxFrms 1.3.6.1.4.1.351.100.4.2.1.2.1.4 counter read-only
Frame Relay Logical Port Tx frames
                                     frLportTxFrmsFecns 1.3.6.1.4.1.351.100.4.2.1.2.1.5 counter read-only
Frame Relay Logical Port Tx FECN frames
                                     frLportTxFrmsBecns 1.3.6.1.4.1.351.100.4.2.1.2.1.6 counter read-only
Frame Relay Logical Port Tx BECN frames
                                     frLportCrcErrors 1.3.6.1.4.1.351.100.4.2.1.2.1.7 counter read-only
Frame Relay Logical Port CRC errors on received frames
                                     frLportBadFmts 1.3.6.1.4.1.351.100.4.2.1.2.1.8 counter read-only
Frame Relay Logical Port frames with illegal formats
                                     frLportAlgnErrors 1.3.6.1.4.1.351.100.4.2.1.2.1.9 counter read-only
Frame Relay Logical Port Alignment errors on received frames
                                     frLportIllegLengths 1.3.6.1.4.1.351.100.4.2.1.2.1.10 counter read-only
Frame Relay Logical Port Illegal length on received frames
                                     frLportDmaOvruns 1.3.6.1.4.1.351.100.4.2.1.2.1.11 counter read-only
Frame Relay Logical Port number of DMA overruns
                                     frLportStatEnqUnis 1.3.6.1.4.1.351.100.4.2.1.2.1.12 counter read-only
Frame Relay Logical Port status enquiry count. Transmit protocol LMI UNI.
                                     frLportStatTxUnis 1.3.6.1.4.1.351.100.4.2.1.2.1.13 counter read-only
Frame Relay Logical Port status transmit count. Transmit protocol LMI UNI.
                                     frLportUpdtTxUnis 1.3.6.1.4.1.351.100.4.2.1.2.1.14 counter read-only
Frame Relay Logical Port update transmit count. Transmit protocol LMI UNI.
                                     frLportInvldReqCnts 1.3.6.1.4.1.351.100.4.2.1.2.1.15 counter read-only
Frame Relay Logical Port invalid request count. UNI and NNI.
                                     frLportToutCntUnis 1.3.6.1.4.1.351.100.4.2.1.2.1.16 counter read-only
Frame Relay Logical Port timeout count. Transmit protocol LMI UNI.
                                     frLportSeqnmErrUnis 1.3.6.1.4.1.351.100.4.2.1.2.1.17 counter read-only
Frame Relay Logical Port sequence number error. Transmit protocol UNI.
                                     frLportUnknDlcis 1.3.6.1.4.1.351.100.4.2.1.2.1.18 counter read-only
Frame Relay Logical Port number of unknown DLCI's on received frames.
                                     frLportDeFrmsDrops 1.3.6.1.4.1.351.100.4.2.1.2.1.19 counter read-only
Frame Relay Logical Port number of DE dropped frames.
                                     frLportStatEnqNnis 1.3.6.1.4.1.351.100.4.2.1.2.1.20 counter read-only
Frame Relay Logical Port status enquiry count. Transmit protocol LMI NNIs.
                                     frLportStatRxNnis 1.3.6.1.4.1.351.100.4.2.1.2.1.21 counter read-only
Frame Relay Logical Port status transmit count. Transmit protocol LMI NNIs.
                                     frLportUpdtRxNnis 1.3.6.1.4.1.351.100.4.2.1.2.1.22 counter read-only
Frame Relay Logical Port update transmit count. Transmit protocol LMI NNIs.
                                     frLportToutCntNnis 1.3.6.1.4.1.351.100.4.2.1.2.1.23 counter read-only
Frame Relay Logical Port timeout count. Transmit protocol LMI NNIs.
                                     frLportSeqnmErrNnis 1.3.6.1.4.1.351.100.4.2.1.2.1.24 counter read-only
Frame Relay Logical Port sequence number error. Transmit protocol NNIs.
                                     frLportCllmTxFrms 1.3.6.1.4.1.351.100.4.2.1.2.1.25 counter read-only
Frame Relay Logical Port CLLM (Foresight) Tx frames
                                     frLportCllmTxBytes 1.3.6.1.4.1.351.100.4.2.1.2.1.26 counter read-only
Frame Relay Logical Port CLLM (Foresight) Tx bytes
                                     frLportCllmRxFrms 1.3.6.1.4.1.351.100.4.2.1.2.1.27 counter read-only
Frame Relay Logical Port CLLM (Foresight) Rx frames
                                     frLportCllmRxBytes 1.3.6.1.4.1.351.100.4.2.1.2.1.28 counter read-only
Frame Relay Logical Port CLLM (Foresight) Rx bytes
                                     frLportCllmFailures 1.3.6.1.4.1.351.100.4.2.1.2.1.29 counter read-only
Frame Relay Logical Port CLLM (Foresight) failures
                                     frLportDscdQTxFrms 1.3.6.1.4.1.351.100.4.2.1.2.1.30 counter read-only
Frame Relay Logical Port discard queue Tx frames
                                     frLportDscdQTxBytes 1.3.6.1.4.1.351.100.4.2.1.2.1.31 counter read-only
Frame Relay Logical Port discard queue Tx bytes
                                     frLportLmiFailFrms 1.3.6.1.4.1.351.100.4.2.1.2.1.32 counter read-only
Frame Relay Logical Port LMI failure frames
                                     frLportLmiFailBytes 1.3.6.1.4.1.351.100.4.2.1.2.1.33 counter read-only
Frame Relay Logical Port LMI failure bytes
                         atmServiceObjects 1.3.6.1.4.1.351.100.4.2.2
                             atmPortTable 1.3.6.1.4.1.351.100.4.2.2.1 no-access
The ATM Port Configuration table.
                                 atmPortEntry 1.3.6.1.4.1.351.100.4.2.2.1.1 no-access
An entry in the ATM Port Configuration table.
                                     atmPortSlot 1.3.6.1.4.1.351.100.4.2.2.1.1.1 integer read-only
The slot number
                                     atmPortPort 1.3.6.1.4.1.351.100.4.2.2.1.1.2 integer read-only
The port number
                                     atmPortAdminStatus 1.3.6.1.4.1.351.100.4.2.2.1.1.3 integer read-write
User requested state for port table row. A user may Up or Down an existing port. The user may also modify the characteristics of the port. Enumeration: 'down': 2, 'writeOnly': 4, 'modify': 3, 'up': 1.
                                     atmPortOperStatus 1.3.6.1.4.1.351.100.4.2.2.1.1.4 integer read-only
Actual state of the port. Enumeration: 'active': 2, 'failed': 4, 'inactive': 1, 'looped': 3, 'unknown': 5.
                                     atmPortType 1.3.6.1.4.1.351.100.4.2.2.1.1.5 integer read-write
Indicates whether this is a UNI or NNI port. The switch supports this operation only on a per-card level, so changing one port changes the other also. The value of this object cannot be changed if there are active connections on the card. Enumeration: 'uni': 1, 'nni': 2.
                                     atmPortIfType 1.3.6.1.4.1.351.100.4.2.2.1.1.6 integer read-only
The type of interface for this port. Enumeration: 'unknown': 1, 'oc3-smf': 4, 't3': 2, 'e3': 3, 'oc3-mmf': 5.
                                     atmPortSpeed 1.3.6.1.4.1.351.100.4.2.2.1.1.7 integer read-only
The speed of the port in cells per seconds.
                                     atmPortAxis 1.3.6.1.4.1.351.100.4.2.2.1.1.8 integer read-write
Indicates port support for BASIS shelf. The value of this object cannot be changed if there are active connections on the port. For ASI-2 the value of this object is 'none'. An attempt to change the value of this object on an ASI-2 will return a BadValue error. Enumeration: 'none': 1, 'e1': 3, 't1': 2.
                                     atmPortVcCount 1.3.6.1.4.1.351.100.4.2.2.1.1.9 integer read-only
The number of virtual connections that terminate on this port. A port may have up to 1024 connections allocated.
                                     atmPortFirstVcPtr 1.3.6.1.4.1.351.100.4.2.2.1.1.10 object identifier read-only
The object identifier denoting the first connection endpoint associated with this port. For current implementation, this OID points to the first connection on the port. It has a NULL OID value (i.e. { 0 0 }) if there is no connection on this port. The management station can retrieve all the information about the first connection by reading from row pointed to by this OID. Specifically, this OID specifies the first column of the appropriate row in the atmEndptTable.
                                     atmPortMetro 1.3.6.1.4.1.351.100.4.2.2.1.1.11 integer read-write
Metro Data Cell Header Format. This object applies to T3 non-axis ports. The value of this object is set to disable by the switch every time that the value of the object atmPortAxis changes to or from 'none'. Enumeration: 'enable': 1, 'disable': 2.
                                     atmPortMgmtProto 1.3.6.1.4.1.351.100.4.2.2.1.1.12 integer read-write
Indicates the port management protocol used for this port. Enumeration: 'lmi': 2, 'none': 1, 'ilmi': 3.
                                     atmPortIlmiVpi 1.3.6.1.4.1.351.100.4.2.2.1.1.13 integer read-write
The virtual path identifier for the ILMI protocol.
                                     atmPortIlmiVci 1.3.6.1.4.1.351.100.4.2.2.1.1.14 integer read-write
The virtual channel identifier for the ILMI protocol.
                                     atmPortIlmiPollEnable 1.3.6.1.4.1.351.100.4.2.2.1.1.15 integer read-write
Enable ILMI keep alive polling procedure. Enumeration: 'enable': 1, 'disable': 2.
                                     atmPortIlmiTrapEnable 1.3.6.1.4.1.351.100.4.2.2.1.1.16 integer read-write
if enabled the ILMI agent will send unsolicited Trap PDUs. Enumeration: 'enable': 1, 'disable': 2.
                                     atmPortIlmiPollIntrvl 1.3.6.1.4.1.351.100.4.2.2.1.1.17 integer read-write
The number of seconds between each keep alive poll transmitted by the port (T491).
                                     atmPortIlmiErrorThresh 1.3.6.1.4.1.351.100.4.2.2.1.1.18 integer read-write
The number of keep alive polls that must fail within a window of N492 polls, before the port is placed in the failed state (N491).
                                     atmPortIlmiEventThresh 1.3.6.1.4.1.351.100.4.2.2.1.1.19 integer read-write
It specifies the number of keep alive polls within which if N491 polls fail the port is placed in the failed state (N492).
                                     atmPortLmiVpi 1.3.6.1.4.1.351.100.4.2.2.1.1.20 integer read-write
The virtual path identifier for the LMI protocol.
                                     atmPortLmiVci 1.3.6.1.4.1.351.100.4.2.2.1.1.21 integer read-write
The virtual channel identifier for the ILMI protocol.
                                     atmPortLmiPollEnable 1.3.6.1.4.1.351.100.4.2.2.1.1.22 integer read-write
if enable an Status Enquiry message is sent when the polling timer expires. Enumeration: 'enable': 1, 'disable': 2.
                                     atmPortLmiStatEnqTimer 1.3.6.1.4.1.351.100.4.2.2.1.1.23 integer read-write
Link integrity timer for the port (T393).
                                     atmPortLmiUpdStatTimer 1.3.6.1.4.1.351.100.4.2.2.1.1.24 integer read-write
Update status timer for the port (T394).
                                     atmPortLmiStatEnqRetry 1.3.6.1.4.1.351.100.4.2.2.1.1.25 integer read-write
The maximum number of times a Status Enquiry message is retransmitted. A Status Enquiry message is retransmitted when timer T393 expires (N394).
                                     atmPortLmiUpdStatRetry 1.3.6.1.4.1.351.100.4.2.2.1.1.26 integer read-write
The maximum number of times an Update Status message is retransmitted. An Update Status message is retransmitted when timer T394 expires (N395).
                                     atmPortLmiPollTimer 1.3.6.1.4.1.351.100.4.2.2.1.1.27 integer read-write
Polling timer (T396). If polling is enabled a Status Enquiry message is sent when this timer expires.
                                     atmPortPercUtil 1.3.6.1.4.1.351.100.4.2.2.1.1.28 integer read-write
Percentage Utilization can be disabled or enabled. If the use of percent utilization is disabled, the bandwidth for the connections terminating on the port will be used to determine the port load. If the use of percent utilization is enabled, the bandwidth for the connection is multiplied by the percent utilization for the connection to determine the port load. Enumeration: 'enable': 1, 'disable': 2.
                             atmPortQueueTable 1.3.6.1.4.1.351.100.4.2.2.2 no-access
The ATM port egress queue table.
                                 atmPortQueueEntry 1.3.6.1.4.1.351.100.4.2.2.2.1 no-access
An entry in the ATM port queue table.
                                     atmPortQueueIndex 1.3.6.1.4.1.351.100.4.2.2.2.1.1 integer read-only
Index into the port egress queue array of the given port that uniquely identifies this queue. if the value of the atmPortQueueType object is 'axis', then the value of this object also specifies the Axis slot associated with this queue.
                                     atmPortQueueAdminStatus 1.3.6.1.4.1.351.100.4.2.2.2.1.2 integer read-write
User requested state for this port queue table row. The only operation supported in this table is modify. Enumeration: 'writeOnly': 2, 'modify': 1.
                                     atmPortQueueType 1.3.6.1.4.1.351.100.4.2.2.2.1.3 integer read-only
The type of the queue. If the type is 'axis', then the atmPortQueueIndex specifes the Axis slot associated with this queue. Enumeration: 'cbr': 3, 'unknown': 1, 'unused': 2, 'vbr': 5, 'abr': 4, 'axis': 6.
                                     atmPortQueueDepth 1.3.6.1.4.1.351.100.4.2.2.2.1.4 integer read-write
The storage depth allocated to this queue in block of cells. The block size is one cell for T3/E3 and 64 cells for OC3. The aggregate of the queue depths for all queues cannot exceed the maximum storage available for the port.
                                     atmPortQueueClpHi 1.3.6.1.4.1.351.100.4.2.2.2.1.5 integer read-write
The CLP tagging activation threshold for this queue expressed as a percentage of queue depth.
                                     atmPortQueueClpLo 1.3.6.1.4.1.351.100.4.2.2.2.1.6 integer read-write
The CLP tagging deactivation threshold for this queue expressed as a percentage of queue depth.
                                     atmPortQueueEfciTh 1.3.6.1.4.1.351.100.4.2.2.2.1.7 integer read-write
The EFCI threshold for this queue expressed as a percentage of queue depth.
                                     atmPortQueueAlgorithm 1.3.6.1.4.1.351.100.4.2.2.2.1.8 integer read-only
The queue service algorithm: off: never serve always: always serve ok: ok to serve, not minimum guaranteed min-guar: minimum guaranteed bw, no limit min-smooth: minimum guaranteed bw, smoothed min-delay: minimum guaranteed bw, delay limited Enumeration: 'minDelay': 6, 'minGuar': 4, 'off': 1, 'minSmooth': 5, 'always': 2, 'ok': 3.
                             atmPortStatTable 1.3.6.1.4.1.351.100.4.2.2.3 no-access
The ATM Port Statistics table.
                                 atmPortStatEntry 1.3.6.1.4.1.351.100.4.2.2.3.1 no-access
An entry in the ATM Port Statistics table.
                                     atmPortStatUnknVpiVcis 1.3.6.1.4.1.351.100.4.2.2.3.1.1 counter read-only
The number of cells discarded due to unknown address.
                                     atmPortStatBufferOvfls 1.3.6.1.4.1.351.100.4.2.2.3.1.2 counter read-only
The number of times the port has incurred a cell buffer overflow.
                                     atmPortStatNonZeroGfcs 1.3.6.1.4.1.351.100.4.2.2.3.1.3 counter read-only
The number of non-zero GFC cells for a UNI port. For a NNI port this value is 0.
                                     atmPortStatIsuDiscards 1.3.6.1.4.1.351.100.4.2.2.3.1.4 counter read-only
The count of cells discarded by the Ingress Control Service Unit.
                                     atmPortStatIsuEmptys 1.3.6.1.4.1.351.100.4.2.2.3.1.5 counter read-only
The Ingress Control Service Unit free list empty count.
                                     atmPortStatAisRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.6 counter read-only
Total numbers of cells received with AIS.
                                     atmPortStatFerfRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.7 counter read-only
Total numbers of cells received with FERF.
                                     atmPortStatCellsRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.8 counter read-only
Total numbers of cells received.
                                     atmPortStatClpRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.9 counter read-only
numbers of cells received with CLP set.
                                     atmPortStatEfciRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.10 counter read-only
Total numbers of cells received with EFCI set.
                                     atmPortStatBcmRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.11 counter read-only
Total numbers of BCM cells received.
                                     atmPortStatCellsTxs 1.3.6.1.4.1.351.100.4.2.2.3.1.12 counter read-only
Total numbers of cells transmitted.
                                     atmPortStatOamRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.13 counter read-only
Total numbers of OAM cells received.
                                     atmPortStatPayldErrs 1.3.6.1.4.1.351.100.4.2.2.3.1.14 counter read-only
Total numbers of cells discarded due to BIP-16.
                                     atmPortStatClpTxs 1.3.6.1.4.1.351.100.4.2.2.3.1.15 counter read-only
Total numbers of cells transmitted with CLP set.
                                     atmPortStatEfciTxs 1.3.6.1.4.1.351.100.4.2.2.3.1.16 counter read-only
Total numbers of cells transmitted with EFCI set.
                                     atmPortStatHdrDiscards 1.3.6.1.4.1.351.100.4.2.2.3.1.17 counter read-only
Total numbers of cells discarded due to parity error.
                                     atmPortStatIlmiGetRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.18 counter read-only
ILMI Get requests received.
                                     atmPortStatIlmiGetNextRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.19 counter read-only
ILMI Get Next requests received.
                                     atmPortStatIlmiGetNextTxs 1.3.6.1.4.1.351.100.4.2.2.3.1.20 counter read-only
ILMI Get Next requests transmitted.
                                     atmPortStatIlmiSetRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.21 counter read-only
ILMI Set requests received.
                                     atmPortStatIlmiTrapRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.22 counter read-only
ILMI Trap received.
                                     atmPortStatIlmiGetRspRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.23 counter read-only
ILMI Get Response messages received.
                                     atmPortStatIlmiGetTxs 1.3.6.1.4.1.351.100.4.2.2.3.1.24 counter read-only
ILMI Get requests transmitted.
                                     atmPortStatIlmiGetRspTxs 1.3.6.1.4.1.351.100.4.2.2.3.1.25 counter read-only
ILMI Get Response messages transmitted.
                                     atmPortStatIlmiTrapTxs 1.3.6.1.4.1.351.100.4.2.2.3.1.26 counter read-only
ILMI Traps transmitted.
                                     atmPortStatIlmiUnkRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.27 counter read-only
Unknown PDU type received.
                                     atmPortStatLmiStatTxs 1.3.6.1.4.1.351.100.4.2.2.3.1.28 counter read-only
LMI Status messages transmitted.
                                     atmPortStatLmiUpdtStatTxs 1.3.6.1.4.1.351.100.4.2.2.3.1.29 counter read-only
LMI Update Status messages transmitted.
                                     atmPortStatLmiStatAckTxs 1.3.6.1.4.1.351.100.4.2.2.3.1.30 counter read-only
LMI Status Acknowledge messages transmitted.
                                     atmPortStatLmiStatEnqTxs 1.3.6.1.4.1.351.100.4.2.2.3.1.31 counter read-only
LMI Status Enquiry messages transmitted.
                                     atmPortStatLmiStatEnqRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.32 counter read-only
LMI Status Enquiry messages received.
                                     atmPortStatLmiStatRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.33 counter read-only
LMI Status messages received.
                                     atmPortStatLmiUpdStatRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.34 counter read-only
LMI Update Status messages received.
                                     atmPortStatLmiStatAckRxs 1.3.6.1.4.1.351.100.4.2.2.3.1.35 counter read-only
LMI Status Acknowledge messages received.
                         voiceServiceObjects 1.3.6.1.4.1.351.100.4.2.3
                             voiceChannelTable 1.3.6.1.4.1.351.100.4.2.3.1 no-access
The voice channel table has channel specific configuration information. This is available for each of the voice channel.
                                 voiceChannelEntry 1.3.6.1.4.1.351.100.4.2.3.1.1 no-access
An entry in the voice Channel information table.
                                     voiceChannelSlotIndex 1.3.6.1.4.1.351.100.4.2.3.1.1.1 integer read-only
The Slot Number.
                                     voiceChannelChannelIndex 1.3.6.1.4.1.351.100.4.2.3.1.1.2 integer read-only
The channel number. This shall serve as the index to this table
                                     voiceChannelAdminStatus 1.3.6.1.4.1.351.100.4.2.3.1.1.3 integer read-write
User requested operation for this table. The operations supported on this table are modify and create The existing interfaceTypes cannot be changed (Please refer to voiceChannelIfTypeName variable definition). For associating a channel with a new interfaceType, all the values of the columns specified in the Description clause of voiceChannelIfTypeName should be provided. Enumeration: 'create': 1, 'modify': 2, 'writeOnly': 3.
                                     voiceChannelEndptPtr 1.3.6.1.4.1.351.100.4.2.3.1.1.4 object identifier read-only
Pointer to channel End point table. This may not necessarily have a value. In the case that there is no corresponding voiceChannelEntry in the endpoint table, this would be 0.
                                     voiceChannelIf 1.3.6.1.4.1.351.100.4.2.3.1.1.5 integer read-only
The type of the line interface associated with this channel Enumeration: 'unknown': 1, 'e1': 3, 't1': 2.
                                     voiceChannelAdapVoice 1.3.6.1.4.1.351.100.4.2.3.1.1.6 integer read-write
Determines whether the channel is configured for Adaptive voice. This feature must be configured at both ends of the channel. The adaptive voice feature must also be equipped at each node terminating the connection. If the adaptive voice feature is enabled for a channel connection which is used for a 'c' or 'v' connection, VAD is automatically disabled on that channel when trunk bandwidth is available, and it is enabled when trunk bandwidth is needed. By DEFAULT this is True. This variable is not applicable, if the channel is used for signalling. Enumeration: 'true': 2, 'false': 1.
                                     voiceChannelDialType 1.3.6.1.4.1.351.100.4.2.3.1.1.7 integer read-write
Information about dail type used on the channel. By default Inband dail type is used. In case it is of type userConfigured, the related objects for which values need to be provided are : voiceChannelSignallingDelay voiceChannelMinWink voiceChannelPlayOutDelay. If the values for any of the above variables are not provided for User Configured Dial type, the current values in the Database shall be retained. Each of the variables can be set independently. These hold good for the CDP and CIP cards. By default every voice connection is configured with Inband signalling. When the dialType is Inband or Pulse, these are the values which are allowed : SignallingType Inband Pulse voiceChannelSignallingDelay 96 96 voiceChannelMinWink 20 20 voiceChannelPlayOutDelay 200 200. When the dial type is INBAND or PULSE SET on the related objects mentioned above are not allowed Enumeration: 'pulse': 2, 'inband': 1, 'userConfigured': 3.
                                     voiceChannelDtSignallingDelay 1.3.6.1.4.1.351.100.4.2.3.1.1.8 integer read-write
It is the signalling delay, in milliseconds (ms), to assign the user configurable dail type. The value specified is rounded to the closest multiple of 1.5 ms. The default value for inband - 96 pulse - 96. When the dial type is Inband or Pulse value for this object should not be provided.
                                     voiceChannelDtMinWink 1.3.6.1.4.1.351.100.4.2.3.1.1.9 integer read-write
It is the minimum wink, in milliseconds, to assign to the user configurable dial type. The value specified is rounded off to the nearest whole multiple of 3ms. The default value for inband - 20 pulse - 20. When the dial type is Inband or Pulse value for this object should not be provided.
                                     voiceChannelDtPlayOutDelay 1.3.6.1.4.1.351.100.4.2.3.1.1.10 integer read-write
It is the playout delay, in milliseconds, assigned to the user configurable dial type. The value specified is rounded to the closest multiple of 1.5 second. The default value for inband - 200 pulse - 200. When the dial type is Inband or Pulse value for this object should not be provided.
                                     voiceChannelRecvSigABit 1.3.6.1.4.1.351.100.4.2.3.1.1.11 integer read-write
It represents the configuration of bit conversion to received signalling on a channel. The value is given as one of the enumeration above which have following meaning: one(1) : Signalling bit is 1 zero(2) : Signalling bit is 0 xmitTransparent(3) : Transmit signalling bit transparently noXmit(4) : Don't transmit signalling bit revSigBit(5) : Reverse/Inverse signalling bit. The default value is one. If the signalling is not used at all, the A B C and D bits have 1 1 0 1 values respectively. The initialization value is xmitTransparent(3) Enumeration: 'donotXmit': 4, 'zero': 1, 'xmitTransparent': 3, 'revSigBit': 5, 'one': 2.
                                     voiceChannelRecvSigBBit 1.3.6.1.4.1.351.100.4.2.3.1.1.12 integer read-write
It represents the configuration of bit conversion to received signalling on a channel. The value is given as one of the enumeration above which have following meaning: one(1) : Signalling bit is 1 zero(2) : Signalling bit is 0 xmitTransparent(3) : Transmit signalling bit transparently donotXmit(4) : Don't transmit signalling bit revSigBit(5) : Reverse/Inverse signalling bit. The default value is one. If the signalling is not used at all, the A B C and D bits have 1 1 0 1 values respectively. The initialization value is xmitTransparent(3). Enumeration: 'donotXmit': 4, 'zero': 1, 'xmitTransparent': 3, 'revSigBit': 5, 'one': 2.
                                     voiceChannelRecvSigCBit 1.3.6.1.4.1.351.100.4.2.3.1.1.13 integer read-write
It represents the configuration of bit conversion to received signalling on a channel. The value is given as one of the enumeration above which have following meaning: one(1) : Signalling bit is 1 zero(2) : Signalling bit is 0 xmitTransparent(3) : Transmit signalling bit transparently donotXmit(4) : Don't transmit signalling bit revSigBit(5) : Reverse/Inverse signalling bit. The default value is zero. If the signalling is not used at all, the A B C and D bits have 1 1 0 1 values respectively. The initialization value is xmitTransparent(3) Enumeration: 'donotXmit': 4, 'zero': 1, 'xmitTransparent': 3, 'revSigBit': 5, 'one': 2.
                                     voiceChannelRecvSigDBit 1.3.6.1.4.1.351.100.4.2.3.1.1.14 integer read-write
It represents the configuration of bit conversion to received signalling on a channel. The value is given as one of the enumeration above which have following meaning: one(1) : Signalling bit is 1 zero(2) : Signalling bit is 0 xmitTransparent(3) : Transmit signalling bit transparently donoXmit(4) : Don't transmit signalling bit revSigBit(5) : Reverse/Inverse signalling bit. The default value is one. If the signalling is not used at all, the A B C and D bits have 1 1 0 1 values respectively. The initialization values is xmitTransparent(3) Enumeration: 'donotXmit': 4, 'zero': 1, 'xmitTransparent': 3, 'revSigBit': 5, 'one': 2.
                                     voiceChannelXmitSigABit 1.3.6.1.4.1.351.100.4.2.3.1.1.15 integer read-write
This allows the node to pass A channel signalling bits through unchanged, or to invert / hold them at a given value for a CDP/CIP circuit line. It affects signalling bits in the transmit direction (eg. to the CPE / PABX). The value is given as one of the enumeration above which have following meaning: one(1) : Signalling bit is 1 zero(2) : Signalling bit is 0 xmitTransparent(3) : Transmit signalling bit transparently donotXmit(4) : Don't transmit signalling bit revSigBit(5) : Reverse/Inverse signalling bit. The default value is one. If the signalling is not used at all, the A B C and D bits have 1 1 0 1 values respectively. The initialization values is xmitTransparent(3). Enumeration: 'donotXmit': 4, 'zero': 1, 'xmitTransparent': 3, 'revSigBit': 5, 'one': 2.
                                     voiceChannelXmitSigBBit 1.3.6.1.4.1.351.100.4.2.3.1.1.16 integer read-write
This allows the node to pass B channel signalling bits through unchanged, or to invert / hold them at a given value for a CDP/CIP circuit line. It affects signalling bits in the transmit direction (eg. to the CPE / PABX). The value is given as one of the enumeration above which have following meaning: one(1) : Signalling bit is 1 zero(2) : Signalling bit is 0 xmitTransparent(3) : Transmit signalling bit transparently donotXmit(4) : Don't transmit signalling bit revSigBit(5) : Reverse/Inverse signalling bit. The default value is one. If the signalling is not used at all, the A B C and D bits have 1 1 0 1 values respectively. The initialization values is xmitTransparent(3) Enumeration: 'donotXmit': 4, 'zero': 1, 'xmitTransparent': 3, 'revSigBit': 5, 'one': 2.
                                     voiceChannelXmitSigCBit 1.3.6.1.4.1.351.100.4.2.3.1.1.17 integer read-write
This allows the node to pass C channel signalling bits through unchanged, or to invert / hold them at a given value for a CDP/CIP circuit line. It affects signalling bits in the transmit direction (eg. to the CPE / PABX). The value is given as one of the enumeration above which have following meaning: one(1) : Signalling bit is 1 zero(2) : Signalling bit is 0 xmitTransparent(3) : Transmit signalling bit transparently donotXmit(4) : Don't transmit signalling bit revSigBit(5) : Reverse/Inverse signalling bit. The default value is one. If the signalling is not used at all, the A B C and D bits have 1 1 0 1 values respectively. The initialization values is xmitTransparent(3) Enumeration: 'donotXmit': 4, 'zero': 1, 'xmitTransparent': 3, 'revSigBit': 5, 'one': 2.
                                     voiceChannelXmitSigDBit 1.3.6.1.4.1.351.100.4.2.3.1.1.18 integer read-write
This allows the node to pass D channel signalling bits through unchanged, or to invert / hold them at a given value for a CDP/CIP circuit line. It affects signalling bits in the transmit direction (eg. to the CPE / PABX). The value is given as one of the enumeration above which have following meaning: one(1) : Signalling bit is 1 zero(2) : Signalling bit is 0 xmitTransparent(3) : Transmit signalling bit transparently donotXmit(4) : Don't transmit signalling bit revSigBit(5) : Reverse/Inverse signalling bit. The default value is one. If the signalling is not used at all, the A B C and D bits have 1 1 0 1 values respectively. The initialization values is xmitTransparent(3) Enumeration: 'donotXmit': 4, 'zero': 1, 'xmitTransparent': 3, 'revSigBit': 5, 'one': 2.
                                     voiceChannelIfTypeName 1.3.6.1.4.1.351.100.4.2.3.1.1.19 integer read-write
It represents the interface type assigned to a channel. The following different types of interfaces are possbile: Number InterfaceType A B C D CondName 1 {User Config, U, U, N, N, a}, 2 {Unconfig, U, U, N, N, a}, 3 {No Sig, U, U, U, U, a}, 4 {Force Sig, U, U, N, N, a}, 5 {2W E&M, 0, X, N, N, a}, 6 {4W E&M, 0, X, N, N, a}, 7 {FXO, 1, 1, N, N, b}, 8 {FXS G/S, 0, 1, N, N, c}, 9 {FXS L/S, 0, X, N, N, d}, 10 {DPO, 0, X, N, N, a}, 11 {DPT, 0, X, N, N, a}, 12 {RPO, 0, X, N, N, a}, 13 {RPT, 0, X, N, N, a}, 14 {SDPO, 0, X, N, N, a}, 15 {DX, 0, X, N, N, a}, 16 {ETO, U, U, N, N, e}, 17 {PLAR, U, U, N, N, d}, 18 {PLR, 0, X, N, N, a}, 19 {RD, U, U, N, N, a}, 20 {R1 (SOCOTEL), 0, N, N, N, e}, 21 {SSDC5A, 1, 1, 0, 1, f}, 22 {R2 (backward), 1, 1, N, N, e}, 23 {R2 (forward), 1, 0, N, N, d} Where A B C D are the signalling bits corresponding to Onhook values having the following meanings: 0 meaning 0 1 meaning 1 X meaning donot Care U meaning unknown N meaning not used and the Conditioning templates can be any of a b c d e f types. If the IPX receives A B C D bits corresponding to the on-hook values, that channel is known to be on-hook. Otherwise that channel is known to be offhook. Each interface except for UserConfigured type has a pre-determined conditioning template associated with it which are of 5 different types apart from user configurable conditioning templates. Examples of valid values are any of the above interface number given above. If it is a userConfigured OR Forced Signalling (FCDSIG = 4) interface type then the following variables need to be supplied: voiceChannelIfOnhkABit voiceChannelIfOnhkBBit voiceChannelIfOnhkCBit voiceChannelIfOnhkDBit voiceChannelIfCondName. If any of the above variables are not provided with values then, the current values in the data base is retained.In all other cases the values are as shown in the table above. The interface type is ignored for 'D' type connections. The default values for a channel: InterfaceType A B C D CondName UnConfigured U U N N a. If a pre-defined Interface type is chosen in a SET, values for the other related objects should not be provided. Enumeration: 'pLR': 18, 'rD': 19, 'unConfig': 2, 'fXSGS': 8, 'rP0': 12, 'r2Forward': 23, 'dPT': 11, 'forceSig': 4, 'userConfig': 1, 'pLAR': 17, 'fourWireENM': 6, 'sSDC5A': 21, 'eT0': 16, 'rPT': 13, 'dP0': 10, 'twoWireENM': 5, 'sDP0': 14, 'r1': 20, 'r2Backward': 22, 'fXO': 7, 'noSig': 3, 'dX': 15, 'fXSLS': 9.
                                     voiceChannelIfOnhkABit 1.3.6.1.4.1.351.100.4.2.3.1.1.20 integer read-write
It represents the value of A signalling bit, for which the IPX shall recognize a on-hook condition. The default value is unKnown(4). The value corresponding to pre-defined Interface types have been given in the table in the 'Description' clause of the object voiceChannelIfTypeName. If the interface type is pre-defined type, value is not provided for this object. Enumeration: 'unKnown': 4, 'zero': 1, 'notUsed': 5, 'donotCare': 3, 'one': 2.
                                     voiceChannelIfOnhkBBit 1.3.6.1.4.1.351.100.4.2.3.1.1.21 integer read-write
It represents the value of B signalling bit, for which the IPX shall recognize a on-hook condition. The default value is unKnown(4). The value corresponding to pre-defined Interface types have been given in the table in the 'Description' clause of the object voiceChannelIfTypeName. If the interface type is pre-defined type, value is not provided for this object. Enumeration: 'unKnown': 4, 'zero': 1, 'notUsed': 5, 'donotCare': 3, 'one': 2.
                                     voiceChannelIfOnhkCBit 1.3.6.1.4.1.351.100.4.2.3.1.1.22 integer read-write
It represents the value of C signalling bit, for which the IPX shall recognize a on-hook condition. The default value is unKnown(4). The value corresponding to pre-defined Interface types have been given in the table in the 'Description' clause of the object voiceChannelIfTypeName. If the interface type is pre-defined type, value is not provided for this object. Enumeration: 'unKnown': 4, 'zero': 1, 'notUsed': 5, 'donotCare': 3, 'one': 2.
                                     voiceChannelIfOnhkDBit 1.3.6.1.4.1.351.100.4.2.3.1.1.23 integer read-write
It represents the value of D signalling bit, for which the IPX shall recognize a on-hook condition. The default value is unKnown(4). The value corresponding to pre-defined Interface types have been given in the table in the 'Description' clause of the object voiceChannelIfTypeName. If the interface type is pre-defined type, value is not provided for this object. Enumeration: 'unKnown': 4, 'zero': 1, 'notUsed': 5, 'donotCare': 3, 'one': 2.
                                     voiceChannelIfCondIndex 1.3.6.1.4.1.351.100.4.2.3.1.1.24 integer read-write
It represents the name of one of the condition criterion templates defined in the voiceConditioningTable. The value corresponding to pre-defined interface Types have been given in the table in the 'Description' clause of the object voiceChannelIfTypeName. Currentely, only the pre-defined conditioning templates are supported. If the interface type is pre-defined type, value is not provided for this object.
                                     voiceChannelEchoCancel 1.3.6.1.4.1.351.100.4.2.3.1.1.25 integer read-write
This represents the integrated echo canceller channel parameters associated with the specified voice channel. By default it is disabled. If it has to be enabled from a disabled state then valued for following variables have to be supplied: Name Value Description voiceChannelEchoRtnLoss High/Low Set the echo return loss to High / Low. voiceChannelEchoTone Enable/ Enables or disables the Disable tone disabler. voiceChannelEchoConv Enable/ Enables or disables Disable convergence. voiceChannelEchoNlp Enable/ Enables or disables Disable non-linear processing. If any one of the variables are not specified, the previous value of that variable shall be retained. If the Echo Cancel is to be SET to disable, values for the related parameters are not allowed in the SET. Enumeration: 'enable': 1, 'disable': 2.
                                     voiceChannelEchoRtnLoss 1.3.6.1.4.1.351.100.4.2.3.1.1.26 integer read-write
This represents the Echo Return Loss if the echo canceller is enabled. The default value is High(2). If the Echo Cancel is to be SET to disable, values for the related parameters are not allowed in the SET. Enumeration: 'high': 2, 'low': 1.
                                     voiceChannelEchoTone 1.3.6.1.4.1.351.100.4.2.3.1.1.27 integer read-write
This represents whether the Tone disabler is enabled. The default value is Enable(1). If the Echo Cancel is to be SET to disable, values for the related parameters are not allowed in the SET. Enumeration: 'enable': 1, 'disable': 2.
                                     voiceChannelEchoConv 1.3.6.1.4.1.351.100.4.2.3.1.1.28 integer read-write
This represents whether the Echo Convergence is enabled. The default value is Enable(1). If the Echo Cancel is to be SET to disable, values for the related parameters are not allowed in the SET. Enumeration: 'enable': 1, 'disable': 2.
                                     voiceChannelEchoNlp 1.3.6.1.4.1.351.100.4.2.3.1.1.29 integer read-write
This represents whether the NonLinear processing is enabled. The default value is Enable(1). If the Echo Cancel is to be SET to disable, values for the related parameters are not allowed in the SET. Enumeration: 'enable': 1, 'disable': 2.
                                     voiceChannelInGain 1.3.6.1.4.1.351.100.4.2.3.1.1.30 integer read-write
This variable represents the amount of gain inserted at the receiver side of a CDP / CIP circuit line on voice connections. The gain is specified in decibels to be assigned to the channel. The gain can be configured between +6 dB and -8 dB. By default it is zero.
                                     voiceChannelOutGain 1.3.6.1.4.1.351.100.4.2.3.1.1.31 integer read-write
This variable represents the amount of gain inserted at the transmit side of a CDP / CIP circuit line on voice connections. The gain is specified in decibels to be assigned to the channel. The gain can be configured between +6 dB and -8 dB. By default it is zero.
                                     voiceChannelUtil 1.3.6.1.4.1.351.100.4.2.3.1.1.32 integer read-write
Represents the percentage of utilization of this channel. This object informs the system software of the expected utilization rate of connections with traffic depdendent compression algorithm. For voice connections with VAD. Acceptable values are in the range of 0 to 100. The default value for voice is 40.
                         trunkServiceObjects 1.3.6.1.4.1.351.100.4.2.4
                             atmTrunks 1.3.6.1.4.1.351.100.4.2.4.2 no-access
A list of atmTrk interfaces
                                 atmTrkEntry 1.3.6.1.4.1.351.100.4.2.4.2.1 no-access
A interface entry
                                     atmTrkStatus 1.3.6.1.4.1.351.100.4.2.4.2.1.1 integer read-only
Alarms state for logical interface table row. Enumeration: 'down': 4, 'clear': 1, 'deact': 5, 'major': 3, 'minor': 2.
                                     atmTrkAlmEnable 1.3.6.1.4.1.351.100.4.2.4.2.1.2 integer read-write
A writable object to disable a trunk alarm. Enumeration: 'enable': 1, 'disable': 2.
                                     atmTrkComStatus 1.3.6.1.4.1.351.100.4.2.4.2.1.3 integer read-only
The communication status of the protocol on this trunk. Enumeration: 'commOK': 1, 'commFAIL': 2.
                                     atmTrkRcvRate 1.3.6.1.4.1.351.100.4.2.4.2.1.4 integer read-write
Unit of ATM Trunk Receive Rate is based on card types. UXM, and ALM-A: cells per second Other cards: 1000 packets per second
                                     atmTrkTrnsCap 1.3.6.1.4.1.351.100.4.2.4.2.1.5 integer read-only
The Transmit Capacity on this trunk in cells per second.
                                     atmTrkTrnsLoad 1.3.6.1.4.1.351.100.4.2.4.2.1.6 integer read-only
The Transmit Load on this trunk in cells per second.
                                     atmTrkRcvCap 1.3.6.1.4.1.351.100.4.2.4.2.1.7 integer read-only
The Receive Capacity on this trunk in cells per second.
                                     atmTrkRcvLoad 1.3.6.1.4.1.351.100.4.2.4.2.1.8 integer read-only
The Receive Load on this trunk in cells per second.
                                     atmTrkType 1.3.6.1.4.1.351.100.4.2.4.2.1.9 integer read-write
The type this trunk. The values of trkTypeCBR(2), trkTypeVBR(3), and trkTypeABR(4) are writable for virtual trunks only. The trkTypePHY(1) value is returned for a get-request on a physical trunk. Enumeration: 'trkTypeCBR': 2, 'trkTypePHY': 1, 'trkTypeVBR': 3, 'trkTypeAXISAF': 6, 'trkTypeIPXAF': 5, 'trkTypeABR': 4.
                                     atmTrkVPI 1.3.6.1.4.1.351.100.4.2.4.2.1.10 integer read-write
The VPI used on this virtual trunk. The maximum value is 255 for ds3 trunks, and 63 for OC3 trunks. The minimum value for set-request PDUs is 1. This value must be unique on a physical trunk port and also must match the value for the path through the ATM cloud. The object cannot be set in IPX/IGX.
                                     atmTrkResChans 1.3.6.1.4.1.351.100.4.2.4.2.1.11 integer read-write
The number of channels reserved for this trunk.
                                     atmTrkTrafCls 1.3.6.1.4.1.351.100.4.2.4.2.1.12 integer read-write
An integer containing bits representing the traffic classes of this trunk: bit0 Voice, bit1 Time Stamped, bit2 Non-Time Stamped, bit3 Frame Relay, bit4 not used, bit5 ForeSight, bit6 ATM CBR, bit7 ATM VBR, bit8 ATM ABR.
                                     atmTrkOeNdType 1.3.6.1.4.1.351.100.4.2.4.2.1.13 integer read-only
The type of node or shelf at the other end of this trunk. Enumeration: 'ndTypeIPXAF': 4, 'ndTypeIGXAF': 7, 'ndTypeBPX': 3, 'ndTypeOther': 1, 'ndTypeIPX': 2, 'ndTypeIGX': 6, 'ndTypeAXIS': 5.
                                     atmTrkOeName 1.3.6.1.4.1.351.100.4.2.4.2.1.14 displaystring read-only
The name of shelf at the other end of this trunk.
                                     atmTrkOeIpAddr 1.3.6.1.4.1.351.100.4.2.4.2.1.15 ipaddress read-only
The IP address of shelf at the other end of this trunk.
                                     atmTrkOeIfIndex 1.3.6.1.4.1.351.100.4.2.4.2.1.16 integer read-only
The switchIfIndex at the other end of this trunk.
                                     atmTrkOeDomain 1.3.6.1.4.1.351.100.4.2.4.2.1.17 integer read-only
The domain of the shelf at the other end of this trunk.
                                     atmTrkSvcChannels 1.3.6.1.4.1.351.100.4.2.4.2.1.18 integer read-only
The number of LCN's reserved for the SVC's on this trunk. The other SVC parms are valid if this object has a non-zero value.
                                     atmTrkShareLcn 1.3.6.1.4.1.351.100.4.2.4.2.1.19 integer read-only
Whether the LCN's are shared per port basis or per card basis. Enumeration: 'portBased': 1, 'cardBased': 2.
                                     atmTrkSvcLcnLow 1.3.6.1.4.1.351.100.4.2.4.2.1.20 integer read-only
The lower limit of the LCN value which can be used on this trunk --DEFAULT test-function test-atmsvcparm for SVC's.
                                     atmTrkSvcLcnHigh 1.3.6.1.4.1.351.100.4.2.4.2.1.21 integer read-only
The Upper limit of the LCN value which can be used on this trunk for SVC's.
                                     atmTrkSvcVpiLow 1.3.6.1.4.1.351.100.4.2.4.2.1.22 integer read-only
It stores the SVC VPI lower limit. The partitioning is based on the STI Header VC-format. The 16 bit concatenated VPI/VCI field is partitioned between PVC and SVC. On a physical trunk a range will be reserved for SVC's.
                                     atmTrkSvcVpiHigh 1.3.6.1.4.1.351.100.4.2.4.2.1.23 integer read-only
It stores the SVC VPI Upper limit. The partitioning is based on the STI Header VC-format. The 16 bit concatenated VPI/VCI field is partitioned between PVC and SVC. On a physical trunk a range will be reserved for SVC's.
                                     atmTrkSvcVciLow 1.3.6.1.4.1.351.100.4.2.4.2.1.24 integer read-only
It stores the SVC VCI Lower limit.
                                     atmTrkSvcVciHigh 1.3.6.1.4.1.351.100.4.2.4.2.1.25 integer read-only
It stores the SVC VCI Upper limit.
                                     atmTrkSvcQbinBitMap 1.3.6.1.4.1.351.100.4.2.4.2.1.26 octet string read-only
A 32-bit Octet string which represents the queue bin allocation. If the bit is set to 1, it is allocated to SVC's and if 0 it is allocated to PVC's. The bits are numbered in the BIG endian order, the m.s bit corresponds to Qbin0 and the next m.s bit corresponds to Qbin 1 etc.For ex. atmTrkSvcQbinMap is set to a value 0x8fff0000 to indicate that queues 0 and 4 through 15 are allocated to SVC 's. This object is valid if atmPortSvcChannels is non-zero.
                                     atmTrkSvcQbinSz 1.3.6.1.4.1.351.100.4.2.4.2.1.27 integer read-only
The Egress Queue pool size.
                                     atmTrkSvcBw 1.3.6.1.4.1.351.100.4.2.4.2.1.28 integer read-only
The bandwidth partition available for SVC's.
                                     atmTrkSvcInUse 1.3.6.1.4.1.351.100.4.2.4.2.1.29 integer read-write
This object is set by the INS to indicate that SVC partitioning information is being used by INS. The initial value is notInUse. This object is valid if atmPortSvcChannels is non-zero. Enumeration: 'notInUse': 2, 'inUse': 1.
                                     atmTrkXmitRate 1.3.6.1.4.1.351.100.4.2.4.2.1.30 integer read-write
The trunk transmission rate in unit of cells per second. * The default values for this object are, ---------------------------------------------------- Back Card Type | Physical Trunk | Virtual Trunk ---------------------------------------------------- T3 | 96000 | 3000 E3 | 80000 | 2500 OC3 | 353208 | 32109 ---------------------------------------------------- * This object can't be set if the routing trunk is added and the trunk is a physical trunk. It can be set if this is a virtual trunk no matter whether the routing trunk is established or not. * This object can be set with other writable objects in this table except atmRteTrkAlmEnable, atmRteTrkBdataBTxQlen, atmRteTrkBdataBTxEfcn, atmRteTrkBdataBTxHiClp, atmRteTrkBdataBTxLoClp.
                                     atmTrkPassSync 1.3.6.1.4.1.351.100.4.2.4.2.1.31 integer read-write
The selection of this trunk to pass synchronization to the network clock. * The default value for this object is yes(1). * X.21 subrate trunk cannot pass sync. * V.35 and MIL-188 PLNs can only pass sync if the date rate is 256, 512, or 1024 kbps, since these are the only rates for which the NTC-SR accepts clock from the SCC. * This object can be set with other writable objects in this table except atmRteTrkAlmEnable, atmRteTrkBdataBTxQlen, atmRteTrkBdataBTxEfcn, atmRteTrkBdataBTxHiClp, atmRteTrkBdataBTxLoClp. Enumeration: 'yes': 1, 'no': 2.
                                     atmTrkStatRes 1.3.6.1.4.1.351.100.4.2.4.2.1.32 integer read-write
The Statistical Reserve in cells per second for this trunk. * The default value for this object is 1000. * This can be set with other writable objects in this table except atmRteTrkAlmEnable, atmRteTrkBdataBTxQlen, atmRteTrkBdataBTxEfcn, atmRteTrkBdataBTxHiClp, atmRteTrkBdataBTxLoClp.
                                     atmTrkLoopClock 1.3.6.1.4.1.351.100.4.2.4.2.1.33 integer read-write
This object indicates if this trunk has been configured to loop receive clock back to transmit. * If local end is configured to pass sync, don't loop clock; * If the interface is X.21, loop clook is not supported. * The default value for this object is no(2). * This object can be set with other writable objects in this table except atmRteTrkAlmEnable, atmRteTrkBdataBTxQlen, atmRteTrkBdataBTxEfcn, atmRteTrkBdataBTxHiClp, atmRteTrkBdataBTxLoClp,atmRteTrkBdataBRxQlen, atmRteTrkBdataBRxEfcn, atmRteTrkBdataBRxHiClp and atmRteTrkBdataBRxLoClp. Enumeration: 'yes': 1, 'no': 2.
                                     atmTrkBdataBTxQlen 1.3.6.1.4.1.351.100.4.2.4.2.1.34 integer read-write
The depth of Bursty Data B transmission queue (in decimal). * This object is not applicable (-1) to IPX/IGX ATM trunks. * The default value for this object is 8000. * This object can only be set together with atmRteTrkBdataBTxEfcn,atmRteTrkBdataBTxHiClp and atmRteTrkBdataBTxLoClp on BPX ATM trunks.
                                     atmTrkBdataBRxQlen 1.3.6.1.4.1.351.100.4.2.4.2.1.35 integer read-write
The depth of Bursty Data B receiving queue (in decimal). * This object is not applicable (-1) to BPX ATM trunk (BNI or BXM). * The default value for this object is 8000. * This object can only be set together with atmRteTrkBdataBRxEfcn, atmRteTrkBdataBRxHiClp and atmRteTrkBdataBRxLoClp on IPX ATM trunks
                                     atmTrkBdataBTxEfcn 1.3.6.1.4.1.351.100.4.2.4.2.1.36 integer read-write
The transmission EFCN threshold (in decimal) for Bursty Data B of this trunk. * This object is not applicable (-1) to IPX/IGX ATM trunks. * The default value for this object is 8000. * This object can only be set together with atmRteTrkBdataBTxQlen,atmRteTrkBdataBTxHiClp and atmRteTrkBdataBTxLoClp on BPX ATM trunks.
                                     atmTrkBdataBRxEfcn 1.3.6.1.4.1.351.100.4.2.4.2.1.37 integer read-write
The receiving EFCN threshold (in decimal) for Bursty Data B of this trunk. * This object is not applicable (-1) to BPX ATM trunk (BNI or BXM). * The default value for this object is 8000. * This object can only be set together with atmRteTrkBdataBRxQlen, atmRteTrkBdataBRxHiClp and atmRteTrkBdataBRxLoClp on IPX ATM trunks.
                                     atmTrkBdataBTxHiClp 1.3.6.1.4.1.351.100.4.2.4.2.1.38 integer read-write
The transmission high CLP threshold (in percentage) for Bursty Data B of this trunk. * The default value for this object is 75. * This object is not applicable (-1) to IPX/IGX ATM trunks. * This object can only be set together with atmRteTrkBdataBTxEfcn,atmRteTrkBdataBTxQlen and atmRteTrkBdataBTxLoClp on BPX ATM trunks.
                                     atmTrkBdataBRxHiClp 1.3.6.1.4.1.351.100.4.2.4.2.1.39 integer read-write
The receiving high CLP threshold (in percentage) for Bursty Data B of this trunk. This object is not applicable (-1) to BPX ATM trunk (BNI or BXM). * The default value for this object is 75. * This object can only be set together with atmRteTrkBdataBRxEfcn, atmRteTrkBdataBRxQlen and atmRteTrkBdataBRxLoClp on IPX ATM trunks
                                     atmTrkBdataBTxLoClp 1.3.6.1.4.1.351.100.4.2.4.2.1.40 integer read-write
The transmission low CLP threshold (in percentage) for Burstry Data B of this trunk.This object is not applicable (-1) to IPX or IGX ATM trunks. * The default value for this object is 25. * This object can only be set together with atmRteTrkBdataBTxEfcn,atmRteTrkBdataBTxHiClp and atmRteTrkBdataBTxQlen on BPX ATM trunks.
                                     atmTrkBdataBRxLoClp 1.3.6.1.4.1.351.100.4.2.4.2.1.41 integer read-write
The receiving low CLP threshold (in percentage ) for Bursty Data B of this trunk. This object is not applicable (-1) to BPX ATM trunk (BNI or BXM). * The default value for this object is 25. * This object can only be set together with atmRteTrkBdataBRxEfcn, atmRteTrkBdataBRxHiClp and atmRteTrkBdataBRxQlen on IPX ATM trunks
                                     atmTrkMaxChanPort 1.3.6.1.4.1.351.100.4.2.4.2.1.42 integer read-write
The maximum number of channels a BXM trunk port can support. This object is applicable to BXM trunk only. * The default value for this object is 1484. * This object can be set with other writable objects in this table except atmRteTrkAlmEnable, atmRteTrkBdataBTxQlen, atmRteTrkBdataBTxEfcn, atmRteTrkBdataBTxHiClp and atmRteTrkBdataBTxLoClp.
                                     atmTrkLinkType 1.3.6.1.4.1.351.100.4.2.4.2.1.43 integer read-write
The physical link type of the trunk. The default value for this object is terrestrial(1). * This object can be set with other writable objects in this table except atmRteTrkAlmEnable, atmRteTrkBdataBTxQlen, atmRteTrkBdataBTxEfcn, atmRteTrkBdataBTxHiClp and atmRteTrkBdataBTxLoClp. Enumeration: 'terrestrial': 1, 'satellite': 2.
                                     atmTrkDerouteDelayTimer 1.3.6.1.4.1.351.100.4.2.4.2.1.44 integer read-write
The deroute delay timer of the trunk in unit of second. * The default value for this object is 0. * This object can be set with other writable objects in this table except atmRteTrkAlmEnable, atmRteTrkBdataBTxQlen, atmRteTrkBdataBTxEfcn, atmRteTrkBdataBTxHiClp and atmRteTrkBdataBTxLoClp.
                                     atmTrkGtwyChCount 1.3.6.1.4.1.351.100.4.2.4.2.1.45 integer read-write
The Gateway Channel count for UXM cards. * This cannot exceed the total number channels per port.
                                     atmTrkRetainedLinks 1.3.6.1.4.1.351.100.4.2.4.2.1.46 integer read-write
No of retained links, This is for UXM T1-IMA mode only
                                     atmTrkImaWindowSize 1.3.6.1.4.1.351.100.4.2.4.2.1.47 integer read-write
If this object which is the Window size is zero then additional information is not requested, which are the objects given below. This is for UXM E1/T1-IMA mode only
                                     atmTrkImaTrnsCnts 1.3.6.1.4.1.351.100.4.2.4.2.1.48 integer read-write
This object can be set only if the Window Size is non-zero. This is Maximum transition counts/window This is for UXM E1/T1-IMA mode only
                                     atmTrkImaReenableTimer 1.3.6.1.4.1.351.100.4.2.4.2.1.49 integer read-write
This object can be set only if the Window Size is non-zero. This is re-enable timer If 0 is disable else it is in 10min units. This is for UXM T1-IMA mode only
                             atmTrunkStatsTable 1.3.6.1.4.1.351.100.4.2.4.4 no-access
A list of ATM trunk statistics object.
                                 atmTrkStatsEntry 1.3.6.1.4.1.351.100.4.2.4.4.1 no-access
A interface entry
                                     atmTrkStatsTxVoPktDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.1 counter read-only
The number of transmitted voice fast packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsTxTsPktDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.2 counter read-only
The number of transmitted time-stamped packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsTxNonTsPktDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.3 counter read-only
The number of transmitted non time-stamped packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsTxHiPrioPktDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.4 counter read-only
The number of transmitted high priority packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsTxBdataAPktDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.5 counter read-only
The number of transmitted bursty data A packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsTxBdataBPktDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.6 counter read-only
The number of transmitted bursty data B packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsRxVoPktDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.7 counter read-only
The number of received voice packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsRxTsPktDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.8 counter read-only
The number of received time-stamped packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsRxNonTsPktDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.9 counter read-only
The number of received non time-stamped packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsRxHiPrioPktDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.10 counter read-only
The number of received high priority packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsRxBdataAPktDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.11 counter read-only
The number of received bursty data A packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsRxBdataBPktDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.12 counter read-only
The number of received bursty data B packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsSpacerPktsDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.13 counter read-only
The number of received Spacer Packet dropped. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsTotalPktsTxtoLns 1.3.6.1.4.1.351.100.4.2.4.4.1.14 counter read-only
The number of total packets transmitted to the line. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsTotalPktsRxFromLns 1.3.6.1.4.1.351.100.4.2.4.4.1.15 counter read-only
The number of total packets received from the line. This statistics is not applicatable to BPX trunks, 0 is returned for BPX trunks.
                                     atmTrkStatsTxVoCellDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.16 counter read-only
The number of transmitted ATM voice cell dropped. This statistics is not applicable to ATM Virtual Trunks, 0 is returned for ATM Virtual trunks.
                                     atmTrkStatsTxTsCellDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.17 counter read-only
The number of transmitted time-stamped ATM cell dropped. This statistics is not applicable to ATM Virtual Trunks. 0 is returned for ATM Virtual trunks.
                                     atmTrkStatsTxNonTsCellDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.18 counter read-only
The number of transmitted non time-stamped ATM cell dropped. This statistics is not applicable to ATM Virtual Trunks. 0 is returned for ATM Virtual trunks.
                                     atmTrkStatsTxHiPrioCellDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.19 counter read-only
The number of transmitted high priority ATM cell dropped. This statistics is not applicable to ATM Virtual Trunks. 0 is returned for ATM Virtual trunks.
                                     atmTrkStatsTxBdataACellDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.20 counter read-only
The number of transmitted bursty data A cell dropped. This statistics is not applicable to ATM Virtual Trunks. 0 is returned for ATM Virtual trunks.
                                     atmTrkStatsTxBdataBCellDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.21 counter read-only
The number of transmitted bursty data B cell dropped. This statistics is not applicable to ATM Virtual Trunks. 0 is returned for ATM Virtual trunks.
                                     atmTrkStatsTxCbrCellDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.22 counter read-only
The number of transmitted ATM CBR cell dropped. This statistics is not applicable to IPX/IGX ATM trunks. 0 is returned for IPX/IGX ATM trunks.
                                     atmTrkStatsTxVbrCellDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.23 counter read-only
The number of transmitted ATM VBR cell dropped. This statistics is not applicable to IPX/IGX ATM trunks. 0 is returned for IPX/IGX ATM trunks.
                                     atmTrkStatsTxAbrCellDrps 1.3.6.1.4.1.351.100.4.2.4.4.1.24 counter read-only
The number of transmitted ATM ABR cell dropped. This statistics is not applicable to IPX/IGX ATM trunks. 0 is returned for IPX/IGX ATM trunks.
                                     atmTrkStatsTotalCellsTxtoLns 1.3.6.1.4.1.351.100.4.2.4.4.1.25 counter read-only
The number of total cells transmitted to the line.
                                     atmTrkStatsTotalCellsRxFromPorts 1.3.6.1.4.1.351.100.4.2.4.4.1.26 counter read-only
The number of total cells received from the port.
                     switchConnection 1.3.6.1.4.1.351.100.4.3
                         connNextEndptIndex 1.3.6.1.4.1.351.100.4.3.1 integer read-only
This object contains an appropriate value to be used when creating entries in the connection specific end-point tables (e.g. frEndptTable). A value of minus one (-1) indicates that no unassigned entries are available. To obtain the connNextEndptIndex value for a new entry, the manager issues a management protocol retrieval operation to obtain the current value of this object. After each retrieval, the agent should modify the value to the next unassigned index.
                         errStatusLastIndex 1.3.6.1.4.1.351.100.4.3.2 integer read-only
If at least one entry exists in the error status table for the given manager, the value of this object contains the index corresponding to the last entry. If no entry exists in the error status table for the given manager the value of this object is -1.
                         errStatusTable 1.3.6.1.4.1.351.100.4.3.3 no-access
A List of Error Statuses for a given SNMP Manager
                             errStatusTableEntry 1.3.6.1.4.1.351.100.4.3.3.1 no-access
A General Error Status Entry.
                                 errReqId 1.3.6.1.4.1.351.100.4.3.3.1.1 integer read-only
This object contains the PDU request ID associated with the error.
                                 errCode 1.3.6.1.4.1.351.100.4.3.3.1.2 integer read-only
This object contains an error status code used by the manager to take automated corrective actions when requests encounter failures. If no error is encountered, a successful status is provided. Enumeration: 'dlciEnabled': 33, 'lineHasPorts': 27, 'syntaxErr': 3, 'portDisable': 29, 'm32Problem': 20, 'existErr': 2, 'wrongLength': 8, 'resourceUnavailable': 13, 'portHasChan': 30, 'undoFailed': 15, 'wrongType': 7, 'chanEnabled': 31, 'resourceErr': 4, 'chanDisabled': 32, 'sarProblem': 21, 'otherErr': 6, 'noCreation': 11, 'notWritable': 17, 'bnmProblem': 22, 'dlciDisabled': 34, 'inconsistentName': 18, 'wrongEncoding': 9, 'lmMismatch': 26, 'databaseLocked': 5, 'commitFailed': 14, 'featureDisabled': 19, 'ascUpdFailed': 23, 'wrongValue': 10, 'success': 1, 'inconsistentValue': 12, 'portEnabled': 28, 'authorizationError': 16, 'lineEnabled': 24, 'lineDisabled': 25.
                                 errStatusDesc 1.3.6.1.4.1.351.100.4.3.3.1.3 displaystring read-only
This object contains error status information for failed SETS to one or more objects in frEndptTable and/or vcTable. This object is updated only on failed SETS. Since the SNMP standard allows only limited number of error status returns, the managers can retrieve this variable to get additional information on a failed SET. Typically this object will contain information specifiying date, type of operation (SET or GET), current SNMP table (connTable, frEndptTable,... etc) and additional error information.
                         connTable 1.3.6.1.4.1.351.100.4.3.4 no-access
A List of Connection Virtual Circuit Entries
                             connTableEntry 1.3.6.1.4.1.351.100.4.3.4.1 no-access
A General Connection Entry
                                 connIndex 1.3.6.1.4.1.351.100.4.3.4.1.1 integer read-only
Connection Table Index for this connection.
                                 connLclEndptDesc 1.3.6.1.4.1.351.100.4.3.4.1.2 displaystring read-write
Description for Local VC end-point. Contains information about the domain, nodename, slot, port, and address value for the end-point. For example, D1.Node1.12.1.100.200, is a valid description. For Frame Relay groups, the domain, remote nodename, and groupid are given, for example D1.Node2.1 is valid.
                                 connType 1.3.6.1.4.1.351.100.4.3.4.1.3 integer read-only
Connection type Enumeration: 'atf': 2, 'voice': 4, 'atm': 3, 'frameRelay': 1, 'unknown': 5.
                                 connOeIndex 1.3.6.1.4.1.351.100.4.3.4.1.4 integer read-only
Index into remote node's connTable for this connection end-point.
                                 connRmtEndptDesc 1.3.6.1.4.1.351.100.4.3.4.1.5 displaystring read-write
Description for Remote VC end-point. Contains information about the domain, nodename, slot, port, and address value for the end-point. For example, D2.Node2.10.1.100.200, is a valid description. This object contains no information for Frame Relay connection groups.
                                 connMasterFlag 1.3.6.1.4.1.351.100.4.3.4.1.6 integer read-only
Specifies whether this end-point is the owner of the connection. Enumeration: 'true': 2, 'false': 1.
                                 connClassOfService 1.3.6.1.4.1.351.100.4.3.4.1.7 integer read-write
A class of service for this connection. The lower the class value, the higher the routing priority of the connection.
                                 connGroupFlag 1.3.6.1.4.1.351.100.4.3.4.1.8 integer read-only
Specifies whether this is a grouped connection. In the grouped connection case, the connFirstEndptPtr object is a pointer to a list of end-points in this group. Enumeration: 'true': 2, 'false': 1.
                                 connAdminStatus 1.3.6.1.4.1.351.100.4.3.4.1.9 integer read-write
User requested state for connection. A user can change the state of the connection to up or down. The user is also allowed to modify the connections class of service or preferred route. The connOperStatus object maintains the current status of the connection. Enumeration: 'modify': 3, 'up': 1, 'deleteGroup': 6, 'down': 2, 'writeOnly': 4, 'createGroup': 5.
                                 connOperStatus 1.3.6.1.4.1.351.100.4.3.4.1.10 integer read-only
Actual state of the connection. If the state is failed, then look to the objects connNoRouteFoundFailure, and connBumpFailure to determine reason for failure. Enumeration: 'ok': 1, 'unknown': 6, 'okPendingDown': 2, 'down': 3, 'failed': 4, 'okPendingRoute': 5.
                                 connNoRouteFoundFailure 1.3.6.1.4.1.351.100.4.3.4.1.11 integer read-only
Connection is failed is because no route to the remote end-point could be found. Enumeration: 'true': 2, 'false': 1.
                                 connBumpFailure 1.3.6.1.4.1.351.100.4.3.4.1.12 integer read-only
Connection is failed because of insufficient bandwidth to route to the remote end-point. This may have also been caused because a higher priority connection took this connections bandwidth. A higher priority connection is one with the lowest class of service (COS). Enumeration: 'true': 2, 'false': 1.
                                 connFirstEndptPtr 1.3.6.1.4.1.351.100.4.3.4.1.13 object identifier read-only
Pointer to end-point specific information. Using this pointer the user can obtain configuration and statistical information about the connection. Specifically, this object identifier specifies the MIB tree identification of the first column of the appropriate end-point table row.
                                 connCurrRouteDesc 1.3.6.1.4.1.351.100.4.3.4.1.14 displaystring read-only
Descriptor of the current route (all hops specified). Descriptor gives information about the domain, nodename, slot, and possibly a port for each hop in the route. For example, Node1 15--15Node2 is a valid route specifying a terrestrial link between Node1 slot 15 and Node2 slot 15. Inter-domain connection's routes will append the remote domain and nodename of the terminating endpoint.
                                 connPrefRouteDesc 1.3.6.1.4.1.351.100.4.3.4.1.15 displaystring read-write
Descriptor of the preferred route (all hops specified). Descriptor gives information about the domain, nodename, slot, and possibly a port for each hop in the route. For example, Node1 15--15Node2 is a valid route specifying a terrestrial link between Node1 slot 15 and Node2 slot 15. While doing a SET operation the following general format for specifying a preferred route should be used: (.[.0])* - (.)* - Some more valid descriptions are: 1) Node1.15.1 - Node2.13.1 - Node3 2) Node1.15.1-Node2.13.1-Node3 3) Node1.15 - Node2.12 - Node3.15 - Node4 4) Node1.15.0 - Node2.12.0 - Node3.15.0 - Node4 NOTE: a> (...)* notation means the description inside parenthesis may repeat any number of times, only limited by the total length which is 255 and the [...] notation signifies that it is optional. b> 1) & 2) are equivalent so are 3) & 4). c> Even GET preferred route description will be made consistent with that of SET operation in the future releases. d> An empty string (null or string of blank spaces) will clear the pref route description equivalent to delete pref route.
                                 connMstOSpacePkts 1.3.6.1.4.1.351.100.4.3.4.1.16 integer read-only
This variable provides the minimum packet load available on the current path of this connection in master->slave direction. This variable is determined by comparing available bandwidth on every trunk on which the connection is currently routed and reporting the minimum available bandwidth. For interdomain connections this value represents available bandwidth through all domains. This variable is meaningful for routed connections only. These values are returned in packets per second.
                                 connMstOSpaceCells 1.3.6.1.4.1.351.100.4.3.4.1.17 integer read-only
This variable provides the minimum cell load available on the current path of this connection in master->slave direction. This variable is determined by comparing available bandwidth on every trunk on which the connection is currently routed and reporting the minimum available bandwidth. For interdomain connections this value represents available bandwidth through all domains. This variable is meaningful for routed connections only. These values are returned in cells per second.
                                 connMstOSpaceBdaCmax 1.3.6.1.4.1.351.100.4.3.4.1.18 integer read-only
This variable provides the minimum BData A Cmax available on the current path of this connection in master->slave direction. This variable is determined by comparing available BData A Cmax on every trunk on which the connection is currently routed and reporting the minumim available. For interdomain connections this value represents available BData A Cmax through all domains. This variable is meaningful for routed connections only. These values are returned in bytes.
                                 connMstOSpaceBdbCmax 1.3.6.1.4.1.351.100.4.3.4.1.19 integer read-only
This variable provides the minimum BData B Cmax available on the current path of this connection in master->slave direction. This variable is determined by comparing available BData B Cmax on every trunk on which the connection is currently routed and reporting the minumim available. For interdomain connections this value represents available BData B Cmax through all domains. This variable is meaningful for routed connections only. These values are returned in bytes.
                                 connSlvOSpacePkts 1.3.6.1.4.1.351.100.4.3.4.1.20 integer read-only
This variable provides the minimum packet load available on the current path of this connection in slave->master direction. This variable is determined by comparing available bandwidth on every trunk on which the connection is currently routed and reporting the minumim available bandwidth. For interdomain connections this value represents available bandwidth through all domains. This variable is meaningful for routed connections only. These values are returned in packets per second.
                                 connSlvOSpaceCells 1.3.6.1.4.1.351.100.4.3.4.1.21 integer read-only
This variable provides the minimum cell load available on the current path of this connection in slave->master direction. This variable is determined by comparing available bandwidth on every trunk on which the connection is currently routed and reporting the minumim available bandwidth. For interdomain connections this value represents available bandwidth through all domains. This variable is meaningful for routed connections only. These values are returned in cells per second.
                                 connSlvOSpaceBdaCmax 1.3.6.1.4.1.351.100.4.3.4.1.22 integer read-only
This variable provides the minimum BData A Cmax available on the current path of this connection in slave->master direction. This variable is determined by comparing available BData A Cmax on every trunk on which the connection is currently routed and reporting the minumim available. For interdomain connections this value represents available BData A Cmax through all domains. This variable is meaningful for routed connections only. These values are returned in bytes.
                                 connSlvOSpaceBdbCmax 1.3.6.1.4.1.351.100.4.3.4.1.23 integer read-only
This variable provides the minimum BData B Cmax available on the current path of this connection in slave->master direction. This variable is determined by comparing available BData B Cmax on every trunk on which the connection is currently routed and reporting the minumim available. For interdomain connections this value represents available BData B Cmax through all domains. This variable is meaningful for routed connections only. These values are returned in bytes.
                                 connIcaRTD 1.3.6.1.4.1.351.100.4.3.4.1.24 integer read-only
The value of this object is the calculated round trip delay (measured in milliseconds) of this connection. This object is calculated for Foresight connections only. (xxEndptEnableFST object value is true).
                                 connGroupDesc 1.3.6.1.4.1.351.100.4.3.4.1.25 displaystring read-write
Description for Group identifier. This string describes the connection group name. The format of the group name is domain.node-name.grp-number (Example, D1.node1.1). The varaible connIndex needs to have a special value of 65535 when creating a group. The group number and the domain are optional.
                         frEndptTable 1.3.6.1.4.1.351.100.4.3.5 no-access
The Frame Relay End-Point Configuration table. This table is used to model a Frame Relay end-point. The table contains the configuration parameters required to create and configure a Frame Relay end-point.
                             frEndptEntry 1.3.6.1.4.1.351.100.4.3.5.1 no-access
An entry in the Frame Relay End-point Configuration table.
                                 frEndptIndex 1.3.6.1.4.1.351.100.4.3.5.1.1 integer read-only
Index into table for this end-point. Although only 1024 endpoints may exist on a node, 2048 possible index values exist to support DAX (intra-node) connections.
                                 frEndptDesc 1.3.6.1.4.1.351.100.4.3.5.1.2 displaystring read-write
String describing this end-point. Contains information about the domain, nodename, slot, port, and DLCI for the end-point. For example, D1.Node1.12.1.100, is a valid description. Domain and nodename need not be given but slot, port, and DLCI values must exist; 12.1.100 is valid.
                                 frOtherEndptIndex 1.3.6.1.4.1.351.100.4.3.5.1.3 integer read-only
Index into remote node's frEndptTable for this PVC end-point. For DAX (intra-node) connections, this index is associated with the local node and will be in the range of 1024 to 2047.
                                 frOtherEndptDesc 1.3.6.1.4.1.351.100.4.3.5.1.4 displaystring read-write
String describing the remote end-point. Contains information about the domain, nodename, slot, port, and DLCI for the end-point. For example, D2.Node2.10.1.100, is a valid description. Nodename, slot, port, and DLCI values must exist; Node2.10.1.100 is valid.
                                 frEndptAdminStatus 1.3.6.1.4.1.351.100.4.3.5.1.5 integer read-write
User requested state for end-point table row. A user can create this VC or delete this VC by setting this object appropriately. If the end-point is to be modified, set this object identifier to be modify. The user also has the capability to test a particular object. For this capability, the user must set this value to test. Enumeration: 'test': 4, 'create': 1, 'modify': 3, 'writeOnly': 5, 'delete': 2.
                                 frEndptOperStatus 1.3.6.1.4.1.351.100.4.3.5.1.6 integer read-only
Actual state of the end-point. If the state is failed, then look to the objects frNoRouteFoundFailure, frBumpFailure, frEndPointFailure, and frTestFailure to determine reason for failure. Enumeration: 'okPendingDelete': 7, 'looped': 8, 'okPendingRoute': 6, 'unknown': 9, 'okPendingDown': 2, 'inTest': 5, 'down': 3, 'failed': 4, 'ok': 1.
                                 frNoRouteFoundFailure 1.3.6.1.4.1.351.100.4.3.5.1.7 integer read-only
End-point is failed is because no route to the remote end-point could be found. Enumeration: 'true': 2, 'false': 1.
                                 frBumpFailure 1.3.6.1.4.1.351.100.4.3.5.1.8 integer read-only
End-point is failed because of insufficient bandwidth to route to the remote end-point. This may have also been caused because a higher priority connection took this end-point's bandwidth. A higher priority connection is one with the lowest class of service (COS). Enumeration: 'true': 2, 'false': 1.
                                 frEndPointFailure 1.3.6.1.4.1.351.100.4.3.5.1.9 integer read-only
End-point is failed because of a remote end-point failure. The remote end-point is on a node that resides in another domain making the connection an inter-domain connection. Enumeration: 'true': 2, 'false': 1.
                                 frTestFailure 1.3.6.1.4.1.351.100.4.3.5.1.10 integer read-only
End-point is failed because of the failure of a connection test. Enumeration: 'true': 2, 'false': 1.
                                 frConnPtr 1.3.6.1.4.1.351.100.4.3.5.1.11 object identifier read-only
Pointer to general connection information. Using this pointer the user can obtain connection status, and routing information. Specifically, this is an object identifier specifying the first column of the appropriate row in the connTable.
                                 frNextPtr 1.3.6.1.4.1.351.100.4.3.5.1.12 object identifier read-only
Pointer to next end-point information. This allows logical sets of end-points to be linked up. For example, the end-points associated with a bundle or group. Specifically, this is an object identifier specifying the first column of the appropriate row in the frEndptTable.
                                 frNextOnPortPtr 1.3.6.1.4.1.351.100.4.3.5.1.13 object identifier read-only
Pointer to next end-point information for the port associated with this end-point. For example, using this pointer all frame relay end-points on a given slot.port can be determined. Specifically, this is an object identifier specifying the first column of the appropriate row in the frEndptTable.
                                 frEndptConnDesc 1.3.6.1.4.1.351.100.4.3.5.1.14 displaystring read-write
A string that has been defined for the connection to give a more descriptive name. Connections can be given clear text names in order to make them more human readable.
                                 frEndptTrkAvoidType 1.3.6.1.4.1.351.100.4.3.5.1.15 integer read-write
User selectable types of trunks to avoid for the transfer of FRP data. Current choices are to avoid satellite links, terrestrial links, or to not avoid any specific type of link. This object is optional during the creation of the endpoint. Enumeration: 'terrestrial': 3, 'none': 1, 'satellite': 2.
                                 frEndptTrkAvoidZCS 1.3.6.1.4.1.351.100.4.3.5.1.16 integer read-write
Flag to force the connection to avoid trunks with zero code suppression (ZCS). This object is optional during the creation of the endpoint. Enumeration: 'true': 2, 'false': 1.
                                 frEndptSubType 1.3.6.1.4.1.351.100.4.3.5.1.17 integer read-only
Frame Relay endpoint subtype object. Enumeration: 'atf': 2, 'unknown': 3, 'frameRelay': 1.
                                 frEndptBWClass 1.3.6.1.4.1.351.100.4.3.5.1.18 integer read-write
User selectable connection class which defines the operating parameters for the connection. Any or all of these parameters can be overridden by specifying the bandwidth parameters directly. This object is required during the creation of an endpoint.
                                 frEndptMIR 1.3.6.1.4.1.351.100.4.3.5.1.19 integer read-write
The minimum transmit bandwidth (MIR) parameter (in 100s of bits per second) for this end-point. During creation of an endpoint, this object is required if no class index is provided. This is because the default values of bandwidth parameters not provided are derived from this object.
                                 frEndptCIR 1.3.6.1.4.1.351.100.4.3.5.1.20 integer read-write
The value of this object is equal to the committed information rate (CIR) parameter (in 100s of bits per second) for this end-point. This value will be defaulted to the provided MIR during an endpoint create.
                                 frEndptBc 1.3.6.1.4.1.351.100.4.3.5.1.21 integer read-write
The value of this object is equal to the committed burst size (Bc) parameter (in bytes) for this end-point. This parameter is entered instead of the frEndptVcQSize parameter. If both the Bc and VcQSize are provided, the values are tested for compatibility.
                                 frEndptBe 1.3.6.1.4.1.351.100.4.3.5.1.22 integer read-write
The value of this object is equal to the excess burst size (Be) parameter (in bytes) for this end-point. This parameter is entered instead of the frEndptPIR parameter. If both the Be and the PIR are provided, the values are tested for compatibility.
                                 frEndptVcQSize 1.3.6.1.4.1.351.100.4.3.5.1.23 integer read-write
The value of this object is the maximum queue depth (in bytes) for this end-point. This parameter is entered instead of the frEndptBc parameter. If both the VcQSize and the Bc are provided, the values are tested for compatibility.
                                 frEndptPIR 1.3.6.1.4.1.351.100.4.3.5.1.24 integer read-write
The peak transmit bandwidth (PIR) parameter (in 100s of bits per second) for this end-point. This parameter is entered instead of the frEndptBe parameter. This value defaults to the current port speed of the associated interface.
                                 frEndptCMAX 1.3.6.1.4.1.351.100.4.3.5.1.25 integer read-write
The maximum credits that can be accrued for this end-point.
                                 frEndptEcnQSize 1.3.6.1.4.1.351.100.4.3.5.1.26 integer read-write
The threshold setting used by the explicit congestion notification feature for this end-point's transmit queue. This value is specified in bytes. When the frEndptVcQSize value exceeds this value then the FECN bit will be set in all frames transmitted to the remote end-point.
                                 frEndptQIR 1.3.6.1.4.1.351.100.4.3.5.1.27 integer read-write
The transmit quiescent information rate (QIR) parameter (in 100s of bits per second) for this end-point. This value can range between the MIR and PIR values and must be between 2400 and 2048000. This parameter has meaning only if the frEndptEnableFST parameter is set to true.
                                 frEndptPercUtil 1.3.6.1.4.1.351.100.4.3.5.1.28 integer read-write
The value of this object is equal to the channel percentage utilization setting for this end-point. This is the expected long-term utilization of the channel by this end-point.
                                 frEndptOeMIR 1.3.6.1.4.1.351.100.4.3.5.1.29 integer read-write
The minimum receive bandwidth (MIR) parameter (in 100s of bits per second) for the other end-point. This parameter is actually the frEndptMIR parameter for the remote end-point. During creation of an endpoint, this object is required if no class index is provided. This is because the default values of bandwidth parameters not provided are derived from this object.
                                 frEndptOeCIR 1.3.6.1.4.1.351.100.4.3.5.1.30 integer read-write
The value of this object is equal to the committed information rate (CIR) parameter (in 100s of bits per second) for the other end-point. This parameter is actually the frEndptCIR parameter for the remote end-point.
                                 frEndptOeBc 1.3.6.1.4.1.351.100.4.3.5.1.31 integer read-write
The value of this object is equal to the committed burst size (Bc) parameter (in bytes) for the end-point. This parameter is entered instead of the frEndptOeVcQSize parameter. This parameter is actually the frEndptBc parameter for the remote end-point. Since this value is calculated at the remote end based on the BW parameters unaccessible by the local agent during the varbind validation, the value specifed in the success SET response MAY NOT be its end value. The NMS is advised to GET this parameter again to confirm its actual value. Note: While modifying the value of this object it should be in the range 1..65535.
                                 frEndptOeBe 1.3.6.1.4.1.351.100.4.3.5.1.32 integer read-write
The value of this object is equal to the excess burst size (Be) parameter (in bytes) for the other end-point This parameter is entered instead of the frEndptOePIR parameter. This parameter is actually the frEndptBe parameter for the remote end-point. Since this value is calculated at the remote end based on the BW parameters unaccessible by the local agent during the varbind validation, the value specifed in the success SET response MAY NOT be its end value. The NMS is advised to GET this parameter again to confirm its actual value.
                                 frEndptOeVcQSize 1.3.6.1.4.1.351.100.4.3.5.1.33 integer read-write
The value of this object is the maximum queue depth (in bytes) for this end-point. This parameter is entered instead of the frEndptOeBc parameter. This parameter is actually the frEndptVcQSize parameter for the remote end-point. Since this value is calculated at the remote end based on the BW parameters unaccessible by the local agent during the varbind validation, the value specifed in the success SET response MAY NOT be its end value. The NMS is advised to GET this parameter again to confirm its actual value.
                                 frEndptOePIR 1.3.6.1.4.1.351.100.4.3.5.1.34 integer read-write
The peak receive bandwidth (PIR) parameter (in 100s of bits per second) for the other end-point This parameter is entered instead of the frEndptOeBe parameter. This parameter is actually the frEndptPIR parameter for the remote end-point. This value defaults to the current port speed of the associated interface. Since this value is calculated at the remote end based on the BW parameters unaccessible by the local agent during the varbind validation, the value specifed in the success SET response MAY NOT be its end value. The NMS is advised to GET this parameter again to confirm its actual value.
                                 frEndptOeCMAX 1.3.6.1.4.1.351.100.4.3.5.1.35 integer read-write
The maximum credits that can be accrued for the other end-point. This parameter is actually the frEndptCMAX parameter for the remote end-point.
                                 frEndptOeEcnQSize 1.3.6.1.4.1.351.100.4.3.5.1.36 integer read-write
The threshold setting used by the explicit congestion notification feature for the other end-point's receive queue. This value is specified in bytes. When the frpVCEndptOeVcQSize value exceeds this value then the BECN bit will be set in all frames transmitted to Frame Relay Service User. This parameter is actually the frEndptEcnQSize parameter for the remote end-point.
                                 frEndptOeQIR 1.3.6.1.4.1.351.100.4.3.5.1.37 integer read-write
The receive quiescent information rate (QIR) parameter (in 100s of bits per second) for the other end-point. This value can range between the MIR and PIR values and must be between 2400 and 2048000. This parameter has meaning only if the frEndptEnableFST parameter is set to true. This parameter is actually the frEndptQIR parameter for the remote end-point.
                                 frEndptOePercUtil 1.3.6.1.4.1.351.100.4.3.5.1.38 integer read-write
The value of this object is equal to the channel percentage utilization setting for the other end-point. This is the expected long-term utilization of the channel by the other end-point. This parameter is actually the frEndptPercUtil parameter for the remote end-point.
                                 frEndptEnableFST 1.3.6.1.4.1.351.100.4.3.5.1.39 integer read-write
The value of this object determines whether or not the ForeSight option is being used for this . If set to false, then ForeSight is not used, and if true then ForeSight will be used. Enumeration: 'enable': 1, 'disable': 2.
                                 frEndptConnPrio 1.3.6.1.4.1.351.100.4.3.5.1.40 integer read-write
The value of this object determines the priority that is given to the data carried by this . If set to low, then the data is given the standard priority, and if set to high, the data will be given a higher priority. Higher priority data is placed at the beginning of the port's queues. Enumeration: 'high': 2, 'low': 1.
                                 frEndptGroupFlag 1.3.6.1.4.1.351.100.4.3.5.1.41 integer read-only
Specifies whether this is a grouped connection. Note that MIB object connGroupFlag provides grouping information about all the connections using that connTable entry whereas this object provides same information for this end point. Enumeration: 'true': 2, 'false': 1.
                                 frEndptLocLpbkState 1.3.6.1.4.1.351.100.4.3.5.1.42 integer read-write
Specifies the Local Loopback State the user would like to set for the endpoint. Enumeration: 'enable': 1, 'disable': 2.
                                 frEndptLocRmtLpbkState 1.3.6.1.4.1.351.100.4.3.5.1.43 integer read-write
Specifies the Local-Remote Loopback State the user would like to set for the endpoint. Enumeration: 'enable': 1, 'disable': 2.
                                 frEndptLpbkStatus 1.3.6.1.4.1.351.100.4.3.5.1.44 integer read-only
Specifies the current Loopback State of the endpoint. The value returned from this object is a bitmap of the current loopback states which the endpoint has configured. There currently are 16 loopback states an endpoint may have configured. If NO LOOPBACK is configured, the agent will return -1. The bitmap is defined as follows: LP-RMT-RMT 0 /* Remote nodes remote muxbus loopback */ LP-RMT-TST 1 /* Remote nodes tstcon loopback */ LP-LOC-RMT 2 /* Local nodes remoet muxbus loopback */ LP-LOC-TST 3 /* Local nodes tstcon loopback */ LP-LOC-LOC 4 /* Local nodes local muxbus loopback */ LP-LOC-PORT 5 /* Local nodes port loopback */ LP-LOC-TPORT 6 /* Local nodes port test loopback */ LP-RMT-LOC 7 /* Remote nodes local muxbus loopback */ LP-RMT-PORT 8 /* Remote nodes port loopback */ LP-RMT-TPORT 9 /* Remote nodes port test looback */ LP-LOC-CSU 10 /* Local DDS network requested CSU loopback */ LP-RMT-CSU 11 /* Remote DDS network requested CSU loopback */ LP-LOC-DSU 12 /* Local DDS network requested DSU loopback */ LP-RMT-DSU 13 /* Remote DDS network requested DSU loopback */ LP-LOC-EXT 14 /* Local DDS external loopback */ LP-RMT-EXT 15 /* Remote DDS external loopback */
                                 frEndptTestType 1.3.6.1.4.1.351.100.4.3.5.1.45 integer read-write
Specifies the type of test the user would like to conduct on this endpoint. There are currently two types of tests. Test will exercise continuity, while TestDelay will calculate the delay incurred on the connection. The result of the TestDelay may then be accessed through the frEndptRtdTestDelay object. To invoke a test, the frEndptAdminStatus is required to be set to test(4). The NoLoop options provide the user the capability to execute the tests without automatically invoking a loopback at the remote endpoint. Enumeration: 'test': 1, 'testDelay': 2, 'writeOnly': 5, 'testDelayNoLoop': 4, 'testNoLoop': 3.
                                 frEndptRtdTestDelay 1.3.6.1.4.1.351.100.4.3.5.1.46 integer read-only
The value of this object is the calculated round trip delay (measured in milliseconds) of this Frame Relay endpoint. A delay test is invoked through setting the frEndptTestType object to TestDelay.
                                 frEndptGroupDesc 1.3.6.1.4.1.351.100.4.3.5.1.47 displaystring read-write
String describing the group this endpoint is associated with. The format of the group text description is domain.node.grp-number (Example, D2.node1.1).
                         frEndptStatTable 1.3.6.1.4.1.351.100.4.3.6 no-access
The Frame Relay End-Point Statistics table.
                             frEndptStatEntry 1.3.6.1.4.1.351.100.4.3.6.1 no-access
An entry in the Frame Relay End-point Statistics table.
                                 frEndptRxBytes 1.3.6.1.4.1.351.100.4.3.6.1.1 counter read-only
Frame Relay Endpoint Statistic, the number of frame bytes received from the local frame relay port.
                                 frEndptRxBytesDscds 1.3.6.1.4.1.351.100.4.3.6.1.2 counter read-only
Frame Relay Endpoint Statistic, the number of frame bytes received from the local frame relay port but discarded before being transmitted onto the Muxbus, due to the age of the frame in the IPX system or lack of buffer space.
                                 frEndptRxFrms 1.3.6.1.4.1.351.100.4.3.6.1.3 counter read-only
Frame Relay Endpoint Statistic, the number of frames received from the local frame relay port.
                                 frEndptRxFrmsDscds 1.3.6.1.4.1.351.100.4.3.6.1.4 counter read-only
Frame Relay Endpoint Statistic, the number of frames received from the local frame relay port but discarded before being transmitted onto the Muxbus, due to the age of the frame in the IPX system or lack of buffer space
                                 frEndptRxPkts 1.3.6.1.4.1.351.100.4.3.6.1.5 counter read-only
Frame Relay Endpoint Statistic, the number of packets received from the Muxbus by the local port card.
                                 frEndptRxPktsDscds 1.3.6.1.4.1.351.100.4.3.6.1.6 counter read-only
Frame Relay Endpoint Statistic, the number of packets received from the Muxbus by the local port card but discarded before being transmitted.
                                 frEndptTxBytes 1.3.6.1.4.1.351.100.4.3.6.1.7 counter read-only
Frame Relay Endpoint Statistic, the number of frame bytes received from the Muxbus and transmitted out the frame relay port.
                                 frEndptTxBytesDscds 1.3.6.1.4.1.351.100.4.3.6.1.8 counter read-only
Frame Relay Endpoint Statistic, the number of frame bytes received from the Muxbus but discarded before being transmitted out the frame relay port, due to the age of the frame in the IPX system, CRC error, or lack of buffer space.
                                 frEndptTxFrms 1.3.6.1.4.1.351.100.4.3.6.1.9 counter read-only
Frame Relay Endpoint Statistic, the number of frames transmitted out the frame relay port.
                                 frEndptTxFrmsDscds 1.3.6.1.4.1.351.100.4.3.6.1.10 counter read-only
Frame Relay Endpoint Statistic, the number of frames, which are discarded by the local frame relay card before being transmitted out the local port, due to the age of the frame in the IPX system, a CRC error, or lack of buffer space.
                                 frEndptTxPkts 1.3.6.1.4.1.351.100.4.3.6.1.11 counter read-only
Frame Relay Endpoint Statistic, the number of packets tranmitted to the Muxbus by the local port card.
                                 frEndptTxFrmsFecns 1.3.6.1.4.1.351.100.4.3.6.1.12 counter read-only
Frame Relay Endpoint Statistic, the number of frames transmitted out the local frame relay port with FECN bit set.
                                 frEndptTxFrmsBecns 1.3.6.1.4.1.351.100.4.3.6.1.13 counter read-only
Frame Relay Endpoint Statistic, the number of frames transmitted out the local frame relay port with BECN bit set.
                                 frEndptSecInServices 1.3.6.1.4.1.351.100.4.3.6.1.14 counter read-only
Frame Relay Endpoint Statistic, the number of seconds in which a connection is in service. A connection is considered to be in service if its end point is not in alarm, the cards required to support the connection are present and the connection is routed.
                                 frEndptCongestMins 1.3.6.1.4.1.351.100.4.3.6.1.15 counter read-only
Frame Relay Endpoint Statistic, number of minutes in which 50% or more frames are tagged FECN by the FRP.
                                 frEndptRxFrmsDes 1.3.6.1.4.1.351.100.4.3.6.1.16 counter read-only
Frame Relay Endpoint Statistic, the number of frames received from the local frame relay port with their DE bit set. DE bits are only counted by model D frame relay firmware or later.
                                 frEndptRxBytesDes 1.3.6.1.4.1.351.100.4.3.6.1.17 counter read-only
Frame Relay Endpoint Statistic, the number of frames received from the local frame relay port with their DE bit set. DE bits are only counted by model D frame relay firmware or later.
                                 frEndptTxFrmsDes 1.3.6.1.4.1.351.100.4.3.6.1.18 counter read-only
Frame Relay Endpoint Statistic, the number of frames transmitted out the local frame relay port with their DE bit set. DE bits are only counted by model D frame relay firmware or later.
                                 frEndptRxFrmsDeDscds 1.3.6.1.4.1.351.100.4.3.6.1.19 counter read-only
Frame Relay Endpoint Statistic, the number of frame received from the local frame relay port with their DE bit set, which are discarded before being transmitted onto the Muxbus. DE bits are only counted by model D frame relay firmware or later.
                                 frEndptRxFrmsCirs 1.3.6.1.4.1.351.100.4.3.6.1.20 counter read-only
Frame Relay Endpoint Rx frames from port in excess of CIR.
                                 frEndptRxBytesCirs 1.3.6.1.4.1.351.100.4.3.6.1.21 counter read-only
Frame Relay Endpoint Rx bytes from port in excess of CIR.
                                 frEndptTxFrmsCirs 1.3.6.1.4.1.351.100.4.3.6.1.22 counter read-only
Frame Relay Endpoint Tx frames from port in excess of CIR.
                                 frEndptTxBytesCirs 1.3.6.1.4.1.351.100.4.3.6.1.23 counter read-only
Frame Relay Endpoint Tx bytes from port in excess of CIR.
                         frBwClassTable 1.3.6.1.4.1.351.100.4.3.7 no-access
The Frame Relay Bandwidth Class table.
                             frBwClassEntry 1.3.6.1.4.1.351.100.4.3.7.1 no-access
An entry in the Frame Relay Bandwidth Class table.
                                 frBwClassIndex 1.3.6.1.4.1.351.100.4.3.7.1.1 integer read-only
Index into FrBwClassTable. This index identifies the frame relay bandwidth class.
                                 frBwClassMIR 1.3.6.1.4.1.351.100.4.3.7.1.2 integer read-only
The minimum transmit bandwidth (MIR) parameter (in 100s of bits per second) for this end-point.
                                 frBwClassCIR 1.3.6.1.4.1.351.100.4.3.7.1.3 integer read-only
The value of this object is equal to the committed information rate (CIR) parameter (in 100s of bits per second) for this end-point.
                                 frBwClassVcQSize 1.3.6.1.4.1.351.100.4.3.7.1.4 integer read-only
The value of this object is the maximum queue depth (in bytes) for this end-point.
                                 frBwClassBc 1.3.6.1.4.1.351.100.4.3.7.1.5 integer read-only
The value of this object is equal to the committed burst size (Bc) parameter (in bytes) for this end-point.
                                 frBwClassPIR 1.3.6.1.4.1.351.100.4.3.7.1.6 integer read-only
The peak transmit bandwidth (PIR) parameter (in 100s of bits per second) for this end-point.
                                 frBwClassBe 1.3.6.1.4.1.351.100.4.3.7.1.7 integer read-only
The value of this object is equal to the excess burst size (Be) parameter (in bytes) for this end-point.
                                 frBwClassCMAX 1.3.6.1.4.1.351.100.4.3.7.1.8 integer read-only
The maximum credits that can be accrued for this end-point.
                                 frBwClassEcnQSize 1.3.6.1.4.1.351.100.4.3.7.1.9 integer read-only
The threshold setting used by the explicit congestion notification feature for this end-point's transmit queue. This value is specified in bytes.
                                 frBwClassQIR 1.3.6.1.4.1.351.100.4.3.7.1.10 integer read-only
The transmit quiescent information rate (QIR) parameter (in 100s of bits per second) for this end-point. This value can range between the MIR and PIR values and must be between 2400 and 2048000. This parameter has meaning only if the frEndptEnableFST parameter is set to true.
                                 frBwClassPercUtil 1.3.6.1.4.1.351.100.4.3.7.1.11 integer read-only
The value of this object is equal to the channel percentage utilization setting for this end-point. This is the expected long-term utilization of the channel by this end-point.
                                 frBwClassOeMIR 1.3.6.1.4.1.351.100.4.3.7.1.12 integer read-only
The minimum receive bandwidth (MIR) parameter (in 100s of bits per second) for the other end-point.
                                 frBwClassOeCIR 1.3.6.1.4.1.351.100.4.3.7.1.13 integer read-only
The value of this object is equal to the committed information rate (CIR) parameter (in 100s of bits per second) for the other end-point.
                                 frBwClassOeVcQSize 1.3.6.1.4.1.351.100.4.3.7.1.14 integer read-only
The value of this object is the maximum queue depth (in bytes) for this end-point.
                                 frBwClassOeBc 1.3.6.1.4.1.351.100.4.3.7.1.15 integer read-only
The value of this object is equal to the committed burst size (Bc) parameter (in bytes) for the end-point.
                                 frBwClassOePIR 1.3.6.1.4.1.351.100.4.3.7.1.16 integer read-only
The peak receive bandwidth (PIR) parameter (in 100s of bits per second) for the other end-point.
                                 frBwClassOeBe 1.3.6.1.4.1.351.100.4.3.7.1.17 integer read-only
The value of this object is equal to the excess burst size (Be) parameter (in bytes) for the other end-point.
                                 frBwClassOeCMAX 1.3.6.1.4.1.351.100.4.3.7.1.18 integer read-only
The maximum credits that can be accrued for the other end-point.
                                 frBwClassOeEcnQSize 1.3.6.1.4.1.351.100.4.3.7.1.19 integer read-only
The threshold setting used by the explicit congestion notification feature for the other end-point's receive queue. This value is specified in bytes.
                                 frBwClassOeQIR 1.3.6.1.4.1.351.100.4.3.7.1.20 integer read-only
The receive quiescent information rate (QIR) parameter (in 100s of bits per second) for the other end-point.
                                 frBwClassOePercUtil 1.3.6.1.4.1.351.100.4.3.7.1.21 integer read-only
The value of this object is equal to the channel percentage utilization setting for the other end-point.
                                 frBwClassEnableFST 1.3.6.1.4.1.351.100.4.3.7.1.22 integer read-only
The value of this object determines whether or not the ForeSight option is being used for this . If set to false, then ForeSight is not used, and if true then ForeSight will be used. Enumeration: 'enable': 1, 'disable': 2.
                                 frBwClassDescription 1.3.6.1.4.1.351.100.4.3.7.1.23 displaystring read-only
This MIB object contains a textual description of this frame relay bandwidth class.
                         atmEndptTable 1.3.6.1.4.1.351.100.4.3.8 no-access
The ATM End-Point table. This table is used to model a PVC end-point. This table contains the traffic parameters for ATM end-point.
                             atmEndptEntry 1.3.6.1.4.1.351.100.4.3.8.1 no-access
An entry in the ATM End-point table.
                                 atmEndptIndex 1.3.6.1.4.1.351.100.4.3.8.1.1 integer read-only
Index into table for this end-point. Although only 5000 endpoints may exist on a node, 10000 possible index values exist to support DAX (intra-node) connections.
                                 atmEndptDesc 1.3.6.1.4.1.351.100.4.3.8.1.2 displaystring read-write
String describing this end-point. Contains information about the domain, nodename, slot, port, vpi, and vci for the end-point. For example, D1.Node1.12.1.100.200, is a valid description. Domain and nodename need not be given but slot, port, VPI and VCI values must exist; 12.1.100.200 is valid. A virtual path connection endpoint of the form 12.1.100.* is also valid. For a basis port the last 4 bits of the VPI must be between 3 and 14.
                                 atmOtherEndptIndex 1.3.6.1.4.1.351.100.4.3.8.1.3 integer read-only
Index into remote node's atmEndptTable for this end-point. For DAX (intra-node) connections, this index is associated with the local node and will be in the range of 5000 to 9999.
                                 atmOtherEndptDesc 1.3.6.1.4.1.351.100.4.3.8.1.4 displaystring read-write
String describing the remote PVC end-point. Contains information about the domain, nodename, slot, port, vpi, and vci for the end-point. For example, D2.Node2.10.1.100.200, is a valid description. Nodename, slot, port, VPI and VCI values must exist. A virtual path connection endpoint of the form D2.Node2.10.1.100.* is also valid. For a basis port the last 4 bits of the VPI must be between 3 and 14.
                                 atmEndptAdminStatus 1.3.6.1.4.1.351.100.4.3.8.1.5 integer read-write
User requested state for end-point table row. A user can create this VC or delete this VC by setting this object appropriately. If the end-point is to be modified, set this object identifier to be modify. Enumeration: 'test': 4, 'create': 1, 'modify': 3, 'writeOnly': 5, 'delete': 2.
                                 atmEndptOperStatus 1.3.6.1.4.1.351.100.4.3.8.1.6 integer read-only
Actual state of the end-point. If the state is failed, then look to the objects atmNoRouteFoundFailure, atmBumpFailure, atmEndPointFailure, and atmTestFailure to determine reason for failure. Enumeration: 'okPendingDelete': 7, 'looped': 8, 'okPendingRoute': 6, 'unknown': 9, 'okPendingDown': 2, 'inTest': 5, 'down': 3, 'failed': 4, 'ok': 1.
                                 atmNoRouteFoundFailure 1.3.6.1.4.1.351.100.4.3.8.1.7 integer read-only
End-point is failed is because no route to the remote end-point could be found. Enumeration: 'true': 2, 'false': 1.
                                 atmBumpFailure 1.3.6.1.4.1.351.100.4.3.8.1.8 integer read-only
End-point is failed because of insufficient bandwidth to route to the remote end-point. This may have also been caused because a higher priority connection took this end-point's bandwidth. A higher priority connection is one with the lowest class of service (COS). Enumeration: 'true': 2, 'false': 1.
                                 atmEndPointFailure 1.3.6.1.4.1.351.100.4.3.8.1.9 integer read-only
End-point is failed because of a remote end-point failure. The remote end-point is on a node that resides in another domain making the connection an inter-domain connection. Enumeration: 'true': 2, 'false': 1.
                                 atmTestFailure 1.3.6.1.4.1.351.100.4.3.8.1.10 integer read-only
End-point is failed because of the failure of a connection test. Enumeration: 'true': 2, 'false': 1.
                                 atmConnPtr 1.3.6.1.4.1.351.100.4.3.8.1.11 object identifier read-only
Pointer to general connection information. Using this pointer the user can obtain connection status, and routing information. Specifically, this is an object identifier specifying the first column of the appropriate row in the connTable.
                                 atmNextPtr 1.3.6.1.4.1.351.100.4.3.8.1.12 object identifier read-only
Pointer to next end-point information. This allows logical sets of end-points to be linked up. For example, the end-points associated with a bundle or group. Specifically, this is an object identifier specifying the first column of the appropriate row in the atmEndptTable.
                                 atmNextOnPortPtr 1.3.6.1.4.1.351.100.4.3.8.1.13 object identifier read-only
Pointer to next end-point information for the port associated with this end-point. For example, using this pointer all atm end-points on a given slot.port can be determined. Specifically, this is an object identifier specifying the first column of the appropriate row in the atmEndptTable.
                                 atmEndptConnDesc 1.3.6.1.4.1.351.100.4.3.8.1.14 displaystring read-write
A string that has been defined for the connection to give a more descriptive name. Connections can be given clear text names in order to make them more human readable.
                                 atmEndptTrkAvoidType 1.3.6.1.4.1.351.100.4.3.8.1.15 integer read-write
User selectable types of trunks to avoid for the transfer of ATM data. Current choices are to avoid satellite links, terrestrial links, or to not avoid any specific type of link. This object is optional during the creation of an endpoint. Enumeration: 'terrestrial': 3, 'none': 1, 'satellite': 2.
                                 atmEndptTrkAvoidZCS 1.3.6.1.4.1.351.100.4.3.8.1.16 integer read-write
Flag to force the connection to avoid trunks with zero code suppression (ZCS). This object is optional during the creation of an endpoint. Enumeration: 'true': 2, 'false': 1.
                                 atmEndptSubType 1.3.6.1.4.1.351.100.4.3.8.1.17 integer read-write
ATM endpoint subtype object. atf - Interworking conn (without Foresight) vbr - Variable Bit Rate Conn (No ForeSight) cbr - Constant Bit Rate Conn (No ForeSight) abr - Available Bit Rte Conn (With ForeSight) atfst - Interworking Conn (with ForeSight). Enumeration: 'atf': 1, 'unknown': 4, 'cbr': 3, 'vbr': 2, 'abr': 5, 'atfst': 6.
                                 atmEndptBWClass 1.3.6.1.4.1.351.100.4.3.8.1.18 integer read-write
User selectable connection class which defines the operating parameters for the connection. Any or all of these parameters can be overridden by specifying the bandwidth parameters directly. This object is required during the creation of an endpoint.
                                 atmEndptMIR 1.3.6.1.4.1.351.100.4.3.8.1.19 integer read-write
The minimum transmit bandwidth (MIR) parameter (in cells per second) for this end-point. The maximum value for this object is the port speed of the associated interface. This object does not apply to CBR connections. For VBR and ATF without Foresight connections this object corresponds to the PCR(0+1) parameter defined by ATM standard documents. For ABR and ATF with Foresight connections this object corresponds to the Minimum Cell Rate (MCR).
                                 atmEndptCIR 1.3.6.1.4.1.351.100.4.3.8.1.20 integer read-write
The value of this object is equal to the committed information rate (CIR) parameter (in cells per second) for this end-point. For CBR connections this object corresponds to the PCR(0+1) parameter defined by ATM standard documents. For VBR, ABR, and ATF connections this object corresponds to the Sustainable Cell Rate (SCR) defined by ATM standard documents. The maximum value for this object is the port speed of the associated interface. For T3 and E3 interfaces only multiples of 10 are used internally. For OC3 interfaces only values in the following set are used internally: 11, 17, 23, 34, 45, 68, 90, 136, 181, 271, 362, 543, 723, 1085, 1447, 2170, 2894, 4340, 5787, 8681, 11574, 17361, 23148, 34722, 46296, 69444, 92593, 138889, 185185, 277778. Values between 277778 and 353208 are all valid for OC3 interfaces. All values in the valid range for a given interface will be accepted, but they will be internally rounded up to the closest higher value valid for that interface.
                                 atmEndptVcQSize 1.3.6.1.4.1.351.100.4.3.8.1.21 integer read-write
The value of this object is the maximum queue depth (in cells) for this end-point. This object does not apply to vbr or cbr connections.
                                 atmEndptPIR 1.3.6.1.4.1.351.100.4.3.8.1.22 integer read-write
The peak transmit bandwidth (PIR) parameter (in cells per second) for this end-point. The maximum value for this object is the port speed of the associated interface. This object applies only to ABR and ATF with Foresight connections and corresponds to the PCR(0+1) parameter defined by ATM standard documents.
                                 atmEndptEfciQSize 1.3.6.1.4.1.351.100.4.3.8.1.23 integer read-write
The threshold setting used by the explicit congestion notification feature for this end-point's transmit queue. This value is a percentage. This object does not apply to vbr or cbr connections.
                                 atmEndptQIR 1.3.6.1.4.1.351.100.4.3.8.1.24 integer read-write
The transmit quiescent information rate (QIR) parameter (in cells per second) for this end-point. This value can range between the MIR and PIR values and must be between 0 and 96000. This parameter has meaning only for Foresight connections. This object corresponds to the Initial Cell Rate (ICR).
                                 atmEndptPercUtil 1.3.6.1.4.1.351.100.4.3.8.1.25 integer read-write
The value of this object is equal to the channel percentage utilization setting for this end-point. This is the expected long-term utilization of the channel by this end-point.
                                 atmEndptCBS 1.3.6.1.4.1.351.100.4.3.8.1.26 integer read-write
The value of this object is equal to the Compliant Burst Size in cells for this end-point. The maximum value for this object on OC3 end points is 1000. This object corresponds to the Maximum Burst Size (MBS) defined by ATM standard documents. This object can be set if atmEndptUPC is enabled.
                                 atmEndptIBS 1.3.6.1.4.1.351.100.4.3.8.1.27 integer read-write
The value of this object is equal to the Initial Burst Size in cells for this end-point. The maximum value for this object on OC3 end points is 1000. This object does not apply to vbr or cbr connections.
                                 atmEndptMFS 1.3.6.1.4.1.351.100.4.3.8.1.28 integer read-write
This object is not used by the new UPC algorithm, and its value is meaningless. Any attempt to write to this object will fail.
                                 atmEndptCCDV 1.3.6.1.4.1.351.100.4.3.8.1.29 integer read-write
The value of this object is equal to the Compliant Cell Delay Variation for this end-point. It corresponds to the CDVT(0+1) parameter defined by the ATM standard documents. This object can be set if atmEndptUPC is enabled. The maximum value for this object on OC3 end points is 10000.
                                 atmEndptHiCLP 1.3.6.1.4.1.351.100.4.3.8.1.30 integer read-write
The value of this object is equal to the CLP (Cell Loss Priority) tagging activation threshold for this end-point. This object only applies to Foresight connections.
                                 atmEndptLoCLP 1.3.6.1.4.1.351.100.4.3.8.1.31 integer read-write
The value of this object is equal to the CLP (Cell Loss Priority) tagging deactivation threshold for this end-point. This object only applies to Foresight connections.
                                 atmEndptOeMIR 1.3.6.1.4.1.351.100.4.3.8.1.32 integer read-write
The minimum receive bandwidth (MIR) parameter (in cells per second) for the other end-point. The maximum value for this object is the port speed of the associated interface. This object does not apply to CBR connections. For VBR and ATF without Foresight connections this object corresponds to the PCR(0+1) parameter defined by ATM standard documents. For ABR and ATF with Foresight connections this object corresponds to the Minimum Cell Rate (MCR).
                                 atmEndptOeCIR 1.3.6.1.4.1.351.100.4.3.8.1.33 integer read-write
The value of this object is equal to the committed information rate (CIR) parameter (in cells per second) for the other end-point. For CBR connections this object corresponds to the PCR(0+1) parameter defined by ATM standard documents. For VBR, ABR, and ATF connections this object corresponds to the Sustainable Cell Rate (SCR) defined by ATM standard documents. The maximum value for this object is the port speed of the associated interface. For T3 and E3 interfaces only multiples of 10 are used internally. For OC3 interfaces only values in the following set are used internally: 11, 17, 23, 34, 45, 68, 90, 136, 181, 271, 362, 543, 723, 1085, 1447, 2170, 2894, 4340, 5787, 8681, 11574, 17361, 23148, 34722, 46296, 69444, 92593, 138889, 185185, 277778. Values between 277778 and 353208 are all valid for OC3 interfaces. All values in the valid range for a given interface will be accepted, but they will be internally rounded up to the closest higher value valid for that interface.
                                 atmEndptOeVcQSize 1.3.6.1.4.1.351.100.4.3.8.1.34 integer read-write
The value of this object is the maximum queue depth (in cells) for the other end-point. This object does not apply to vbr or cbr connections.
                                 atmEndptOePIR 1.3.6.1.4.1.351.100.4.3.8.1.35 integer read-write
The peak receive bandwidth (PIR) parameter (in cells per second) for the other end-point. The maximum value for this object is the port speed of the associated interface. This object applies only to ABR and ATF with Foresight connections and corresponds to the PCR(0+1) parameter defined by ATM standard documents.
                                 atmEndptOeEfciQSize 1.3.6.1.4.1.351.100.4.3.8.1.36 integer read-write
The threshold setting used by the explicit congestion notification feature for the other end-point's transmit queue. This object does not apply to vbr or cbr connections.
                                 atmEndptOeQIR 1.3.6.1.4.1.351.100.4.3.8.1.37 integer read-write
The transmit quiescent information rate (QIR) parameter (in cells bits per second) for the other end-point. This value can range between the MIR and PIR values and must be between 0 and 96000. This parameter has meaning only for Foresight connections. This object corresponds to the Initial Cell Rate (ICR).
                                 atmEndptOePercUtil 1.3.6.1.4.1.351.100.4.3.8.1.38 integer read-write
The value of this object is equal to the channel percentage utilization setting for the other end-point. This is the expected long-term utilization of the channel by the other end-point.
                                 atmEndptOeCBS 1.3.6.1.4.1.351.100.4.3.8.1.39 integer read-write
The value of this object is equal to the Compliant Burst Size in cells for the other end-point. The maximum value for this object on OC3 end points is 1000. This object corresponds to the Maximum Burst Size (MBS) defined by ATM standard documents. This object can be set if atmEndptUPC is enabled.
                                 atmEndptOeIBS 1.3.6.1.4.1.351.100.4.3.8.1.40 integer read-write
The value of this object is equal to the Initial Burst Size in cells for the other end-point. The maximum value for this object on OC3 end points is 1000. This object does not apply to vbr or cbr connections.
                                 atmEndptOeMFS 1.3.6.1.4.1.351.100.4.3.8.1.41 integer read-write
This object is not used by the new UPC algorithm, and its value is meaningless. Any attempt to write to this object will fail.
                                 atmEndptOeCCDV 1.3.6.1.4.1.351.100.4.3.8.1.42 integer read-write
The value of this object is equal to the Compliant Cell Delay Variation for this end-point. It corresponds to the CDVT(0+1) parameter defined by the ATM standard documents. This object can be set if atmEndptUPC is enabled. The maximum value for this object on OC3 end points is 10000.
                                 atmEndptOeHiCLP 1.3.6.1.4.1.351.100.4.3.8.1.43 integer read-write
The value of this object is equal to the CLP (Cell Loss Priority) tagging activation threshold for the other end-point. This object only applies to Foresight connections.
                                 atmEndptOeLoCLP 1.3.6.1.4.1.351.100.4.3.8.1.44 integer read-write
The value of this object is equal to the CLP (Cell Loss Priority) tagging deactivation threshold for the other end-point. This object only applies to Foresight connections.
                                 atmEndptCLPTagging 1.3.6.1.4.1.351.100.4.3.8.1.45 integer read-write
The value of this object enables the CLP (Cell Loss Priority) tagging for handling non-compliant cells. When enabled the CLP bit is set on non- compliant cells. When disabled non-compliant cells are discarded. This object can be set if atmEndptUPC is enabled. Enumeration: 'enable': 1, 'disable': 2.
                                 atmEndptUPC 1.3.6.1.4.1.351.100.4.3.8.1.46 integer read-write
The value of this object enables the UPC algorithm. Enumeration: 'enable': 1, 'disable': 2.
                                 atmEndptEnableFST 1.3.6.1.4.1.351.100.4.3.8.1.47 integer read-write
The value of this object determines whether or not the ForeSight option is being used for this . If set to false, then ForeSight is not used, and if true then ForeSight will be used. Foresight option is not supported on OC3 interfaces. Enumeration: 'enable': 1, 'disable': 2.
                                 atmEndptRateUpICA 1.3.6.1.4.1.351.100.4.3.8.1.48 integer read-write
The value of this object is equal to the ForeSight Rate Up value in cells per second per adjust for this end point.
                                 atmEndptRateDnICA 1.3.6.1.4.1.351.100.4.3.8.1.49 integer read-write
The value of this object is equal to the ForeSight Rate Down value expressed as percentage of MCR.
                                 atmEndptFastDnICA 1.3.6.1.4.1.351.100.4.3.8.1.50 integer read-write
The value of this object is equal to the ForeSight Fast Down value expressed as percentage of MCR.
                                 atmEndptToQIR 1.3.6.1.4.1.351.100.4.3.8.1.51 integer read-write
The value of this object is equal to the QIR timeout value. This object corresponds to the Initial Cell Rate (ICR) timeout.
                                 atmEndptMinAdjustICA 1.3.6.1.4.1.351.100.4.3.8.1.52 integer read-write
The value of this object is equal to the ForeSight minimum adjustment period.
                                 atmEndptGroupFlag 1.3.6.1.4.1.351.100.4.3.8.1.53 integer read-only
Specifies whether this is a grouped connection. Note that MIB object connGroupFlag provides grouping information about all the connections using that connTable entry whereas this object provides same information for this end point. Enumeration: 'true': 2, 'false': 1.
                                 atmEndptOamStatus 1.3.6.1.4.1.351.100.4.3.8.1.54 integer read-only
The end to end OAM state. Enumeration: 'aisDetected': 3, 'unknown': 1, 'clear': 2, 'ferfDetected': 4.
                                 atmEndptBCM 1.3.6.1.4.1.351.100.4.3.8.1.55 integer read-write
The value of this object enables the generation of RM cells when congestion is detected in this connection. Enumeration: 'enable': 1, 'disable': 2.
                                 atmEndptFGCRA 1.3.6.1.4.1.351.100.4.3.8.1.56 integer read-write
The value of this object enables FGCRA. FGCRA (Frame-based Generic Rate Control Algorithm) is applicable with AAL-5 traffic only. This object can be set if atmEndptUPC is enabled. Enumeration: 'enable': 1, 'disable': 2.
                                 atmEndptLocLpbkState 1.3.6.1.4.1.351.100.4.3.8.1.57 integer read-write
Specifies the Local Loopback State the user would like to set for the endpoint. Enumeration: 'enable': 1, 'disable': 2.
                                 atmEndptLpbkStatus 1.3.6.1.4.1.351.100.4.3.8.1.58 integer read-only
Specifies the current Loopback State of the endpoint. The value returned from this object is a bitmap of the current loopback states which the endpoint has configured. There currently are 16 loopback states an endpoint may have configured. The bitmap is defined as follows from LSB to MSB: Remote nodes remote muxbus loopback Remote nodes tstcon loopback Local nodes remoet muxbus loopback Local nodes tstcon loopback Local nodes local muxbus loopback Local nodes port loopback Local nodes port test loopback Remote nodes local muxbus loopback Remote nodes port loopback Remote nodes port test looback Local DDS network requested CSU loopback Remote DDS network requested CSU loopback Local DDS network requested DSU loopback Remote DDS network requested DSU loopback Local DDS external loopback Remote DDS external loopback
                                 atmEndptTestType 1.3.6.1.4.1.351.100.4.3.8.1.59 integer read-write
Specifies the type of test the user would like to conduct on this endpoint. Only testDelay is currently defined. TestDelay calculates the delay incurred on the connection. The result of the TestDelay may then be accessed through the atmEndptRtdTestDelay object. This is a non-disruptive test. Enumeration: 'testDelay': 1, 'writeOnly': 2.
                                 atmEndptRtdTestDelay 1.3.6.1.4.1.351.100.4.3.8.1.60 integer read-only
The value of this object is the calculated round trip delay (measured in milliseconds) for an OAM cell that is sent across the network to the remote node where it is looped back and returned to this node. A delay test is invoked through setting the the atmEndptTestType object to TestDelay.
                                 atmEndptOeBCM 1.3.6.1.4.1.351.100.4.3.8.1.61 integer read-write
The value of this object enables the generation of RM cells when congestion is detected in this connection. This is the other endpoint view. Enumeration: 'enable': 1, 'disable': 2.
                                 atmEndptOeFGCRA 1.3.6.1.4.1.351.100.4.3.8.1.62 integer read-write
The value of this object enables FGCRA. FGCRA (Frame-based Generic Rate Control Algorithm) is applicable with AAL-5 traffic only. This object can be set if atmEndptUPC is enabled. This is the other endpoint view. Enumeration: 'enable': 1, 'disable': 2.
                                 atmEndptGroupDesc 1.3.6.1.4.1.351.100.4.3.8.1.63 displaystring read-write
String describing the group this endpoint is associated with. The format of the group text description is domain.node.grp-number (Example, D2.node1.1).
                                 atmEndptLocRmtLpbkState 1.3.6.1.4.1.351.100.4.3.8.1.64 integer read-write
Specifies the Local-Remote Loopback State the user would like to set for the endpoint. Enumeration: 'enable': 1, 'disable': 2.
                                 atmEndptScrPlc 1.3.6.1.4.1.351.100.4.3.8.1.65 integer read-write
Specifies the traffic policing for this end point This object can be set only if atmEndptUPC is enabled. Enumeration: 'clp0': 1, 'off': 3, 'clp0and1': 2.
                                 atmEndptOeScrPlc 1.3.6.1.4.1.351.100.4.3.8.1.66 integer read-write
Specifies the traffic policing for the other end point. This object can be set only if atmEndptUPC is enabled. Enumeration: 'clp0': 1, 'off': 3, 'clp0and1': 2.
                                 atmEndptPCR0 1.3.6.1.4.1.351.100.4.3.8.1.67 integer read-write
The peak cell rate (in cells per second) for the second bucket for this end point. This object corresponds to the parameter PCR(0) in standard ATM documents and applies only to CBR connections. This object can be set only if atmEndptUPC is enabled. PCR(0) must be less or equal than PCR(0+1).
                                 atmEndptOePCR0 1.3.6.1.4.1.351.100.4.3.8.1.68 integer read-write
The peak cell rate (in cells per second) for the second bucket for the other end point. This object corresponds to the parameter PCR(0) in standard ATM documents and applies only to CBR connections. This object can be set only if atmEndptUPC is enabled. PCR(0) must be less or equal than PCR(0+1).
                                 atmEndptCDVT0 1.3.6.1.4.1.351.100.4.3.8.1.69 integer read-write
The cell delay variation tolerance for the second bucket for this end point. This object corresponds to the parameter CDVT(0) in standard ATM documents, and applies only to CBR connections. This object can be set only if atmEndptUPC is enabled.
                                 atmEndptOeCDVT0 1.3.6.1.4.1.351.100.4.3.8.1.70 integer read-write
The cell delay variation tolerance for the second bucket for the other end point. This object corresponds to the parameter CDVT(0) in standard ATM documents, and applies only to CBR connections. This object can be set only if atmEndptUPC is enabled.
                                 atmEndptOeRateUpICA 1.3.6.1.4.1.351.100.4.3.8.1.71 integer read-write
The value of this object is equal to the ForeSight Rate Up value in cells per second per adjust for the other end point.
                                 atmEndptFRTT 1.3.6.1.4.1.351.100.4.3.8.1.72 integer read-write
The Fixed Round-Trip Time (FRTT) is the sum of the fixed and propagation delays from the source to a destination and back. . Units: milliseconds. . Applicable connection types: standard ABR only . Default: 0 . Dependency: VSVD = enable(1)
                                 atmEndptTBE 1.3.6.1.4.1.351.100.4.3.8.1.73 integer read-write
Transient Buffer Exposure (TBE) is the negotiated number of cells that the network would like to limit the source to sending during startup periods, before the first RM-cell returns. . Units: cells . Applicable connection types: standard ABR only . Default: 1048320 . Dependency: VSVD = enable(1)
                                 atmEndptVSVD 1.3.6.1.4.1.351.100.4.3.8.1.74 integer read-write
Virtual Source/Virtual Destination (VS/VD) is used to divide an ABR connection into two or more separately controlled ABR segment. This flag indicates whether the ATM end points (both ends) will serve as VS/VD or not. . Applicable connection types: . standard ABR . ABRFST: Cannot be set, but always enable(1). . ATFST : Cannot be set, but always enable(1). . Dependency: . The object CANNOT be MODIFIED after the first set! All Subsequent sets will be rejected! The object can be set when only add ABRSTD connection. ============================================ ABRSTD VSVD option ABRSTD ABRFST ATFST ============================================= available Both (Yes) (Yes) unavalable No (Yes) (Yes) Note: . Yes = Has to be set to enable(1) No = Has to be set to disable(2) Both = can be set to either enable(1) or disable(2) (Yes) = Always enabled and cannot be set. (No) = Always disabled and cannot be set. . Default: disable(2) Enumeration: 'enable': 1, 'disable': 2.
                                 atmEndptPolicing 1.3.6.1.4.1.351.100.4.3.8.1.75 integer read-write
Specifies the traffic policing for this end point. --------------- ---------- ---------- Policing Type 1st Bucket 2nd Bucket --------------- ---------- ---------- vbr.1 CLP(0+1) CLP(0+1) vbr.2 CLP(0+1) CLP(0) vbr.3 CLP(0+1) CLP(0) with CLP Tagging pcrplc CLP(0+1) none none none none . Applicable connection types: . CBR (only pcrplc(4) or none(5)), VBR, ATFR, . standard ABR, ABR FST, ATFST: VSVD = enable(1) . Default: vbr3(3) . Dependency: Not allowed for standard ABR without VSVD. In this case, it is set to pcrplc(4). Enumeration: 'vbr2': 2, 'vbr3': 3, 'pcrplc': 4, 'vbr1': 1, 'none': 5.
                                 atmEndptPCR 1.3.6.1.4.1.351.100.4.3.8.1.76 integer read-write
PCR(0+1), Peak Cell Rate, specifies an upper bound on rate at which traffic can be submitted on an ATM connection. This object applies to the First Leaky Bucket for leaving cells with Cell Loss Priority of 0 or 1. . Units: cells per second. . Applicable connection types: UBR, CBR, VBR, ATFR, standard ABR, ABR FST, ATFST . Default: 50 or MCR . Ranges: T3 : MCR-96000 E3 : MCR-80000 OC3 : MCR-353208 OC12: MCR-1412832
                         atmBwClassTable 1.3.6.1.4.1.351.100.4.3.9 no-access
The ATM Bandwidth Class table.
                             atmBwClassEntry 1.3.6.1.4.1.351.100.4.3.9.1 no-access
An entry in the ATM Bandwidth Class table.
                                 atmBwClassIndex 1.3.6.1.4.1.351.100.4.3.9.1.1 integer read-only
Index into atmBwClassTable. This index identifies the ATM bandwidth class.
                                 atmBwClassMIR 1.3.6.1.4.1.351.100.4.3.9.1.2 integer read-only
The minimum transmit bandwidth (MIR) parameter (in cells per second) for this end-point. For VBR and ATF without Foresight connections this object corresponds to the PCR(0+1) parameter defined by ATM standard documents. For ABR and ATF with Foresight connections this object corresponds to the Minimum Cell Rate (MCR).
                                 atmBwClassCIR 1.3.6.1.4.1.351.100.4.3.9.1.3 integer read-only
The value of this object is equal to the committed information rate (CIR) parameter (in cells per second) for this end-point. For CBR connections this object corresponds to the PCR(0+1) parameter defined by ATM standard documents. For VBR, ABR, and ATF connections this object corresponds to the Sustainable Cell Rate (SCR) defined by ATM standard documents.
                                 atmBwClassVcQSize 1.3.6.1.4.1.351.100.4.3.9.1.4 integer read-only
The value of this object is the maximum queue depth (in cells) for this end-point.
                                 atmBwClassPIR 1.3.6.1.4.1.351.100.4.3.9.1.5 integer read-only
The peak transmit bandwidth (PIR) parameter (in cells per second) for this end-point. This object applies only to ABR and ATF with Foresight connections and corresponds to the PCR(0+1) parameter defined by ATM standard documents.
                                 atmBwClassEfciQSize 1.3.6.1.4.1.351.100.4.3.9.1.6 integer read-only
The threshold setting used by the explicit congestion notification feature for this end-point's transmit queue. This value is a percentage.
                                 atmBwClassQIR 1.3.6.1.4.1.351.100.4.3.9.1.7 integer read-only
The transmit quiescent information rate (QIR) parameter (in cells per second) for this end-point. This value can range between the MIR and PIR values and must be between 0 and 96000. This parameter has meaning only for Foresight connections. This object corresponds to the Initial Cell Rate (ICR).
                                 atmBwClassPercUtil 1.3.6.1.4.1.351.100.4.3.9.1.8 integer read-only
The value of this object is equal to the channel percentage utilization setting for this end-point. This is the expected long-term utilization of the channel by this end-point.
                                 atmBwClassCBS 1.3.6.1.4.1.351.100.4.3.9.1.9 integer read-only
The value of this object is equal to the Compliant Burst Size in cells for this end-point. This object corresponds to the Maximum Burst Size (MBS) defined by ATM standard documents.
                                 atmBwClassIBS 1.3.6.1.4.1.351.100.4.3.9.1.10 integer read-only
The value of this object is equal to the Initial Burst Size in cells for this end-point.
                                 atmBwClassMFS 1.3.6.1.4.1.351.100.4.3.9.1.11 integer read-only
This object is not used by the new UPC algorithm, and its value is meaningless.
                                 atmBwClassCCDV 1.3.6.1.4.1.351.100.4.3.9.1.12 integer read-only
The value of this object is equal to the Compliant Cell Delay Variation for this end-point. It corresponds to the CDVT(0+1) parameter defined by the ATM standard documents.
                                 atmBwClassHiCLP 1.3.6.1.4.1.351.100.4.3.9.1.13 integer read-only
The value of this object is equal to the CLP (Cell Loss Priority) tagging activation threshold for this end-point.
                                 atmBwClassLoCLP 1.3.6.1.4.1.351.100.4.3.9.1.14 integer read-only
The value of this object is equal to the CLP (Cell Loss Priority) tagging deactivation threshold for this end-point.
                                 atmBwClassOeMIR 1.3.6.1.4.1.351.100.4.3.9.1.15 integer read-only
The minimum receive bandwidth (MIR) parameter (in cells per second) for the other end-point. For VBR and ATF without Foresight connections this object corresponds to the PCR(0+1) parameter defined by ATM standard documents. For ABR and ATF with Foresight connections this object corresponds to the Minimum Cell Rate (MCR).
                                 atmBwClassOeCIR 1.3.6.1.4.1.351.100.4.3.9.1.16 integer read-only
The value of this object is equal to the committed information rate (CIR) parameter (in cells per second) for the other end-point. For CBR connections this object corresponds to the PCR(0+1) parameter defined by ATM standard documents. For VBR, ABR, and ATF connections this object corresponds to the Sustainable Cell Rate (SCR) defined by ATM standard documents.
                                 atmBwClassOeVcQSize 1.3.6.1.4.1.351.100.4.3.9.1.17 integer read-only
The value of this object is the maximum queue depth (in cells) for the other end-point.
                                 atmBwClassOePIR 1.3.6.1.4.1.351.100.4.3.9.1.18 integer read-only
The peak receive bandwidth (PIR) parameter (in cells per second) for the other end-point. This object applies only to ABR and ATF with Foresight connections and corresponds to the PCR(0+1) parameter defined by ATM standard documents.
                                 atmBwClassOeEfciQSize 1.3.6.1.4.1.351.100.4.3.9.1.19 integer read-only
The threshold setting used by the explicit congestion notification feature for the other end-point's transmit queue.
                                 atmBwClassOeQIR 1.3.6.1.4.1.351.100.4.3.9.1.20 integer read-only
The transmit quiescent information rate (QIR) parameter (in cells bits per second) for the other end-point. This value can range between the MIR and PIR values and must be between 0 and 96000. This parameter has meaning only for Foresight connections. This object corresponds to the Initial Cell Rate (ICR).
                                 atmBwClassOePercUtil 1.3.6.1.4.1.351.100.4.3.9.1.21 integer read-only
The value of this object is equal to the channel percentage utilization setting for the other end-point. This is the expected long-term utilization of the channel by the other end-point.
                                 atmBwClassOeCBS 1.3.6.1.4.1.351.100.4.3.9.1.22 integer read-only
The value of this object is equal to the Compliant Burst Size in cells for the other end-point. This object corresponds to the Maximum Burst Size (MBS) defined by ATM standard documents.
                                 atmBwClassOeIBS 1.3.6.1.4.1.351.100.4.3.9.1.23 integer read-only
The value of this object is equal to the Initial Burst Size in cells for the other end-point.
                                 atmBwClassOeMFS 1.3.6.1.4.1.351.100.4.3.9.1.24 integer read-only
This object is not used by the new UPC algorithm, and its value is meaningless.
                                 atmBwClassOeCCDV 1.3.6.1.4.1.351.100.4.3.9.1.25 integer read-only
The value of this object is equal to the Compliant Cell Delay Variation for the other end-point. It corresponds to the CDVT(0+1) parameter defined by the ATM standard documents.
                                 atmBwClassOeHiCLP 1.3.6.1.4.1.351.100.4.3.9.1.26 integer read-only
The value of this object is equal to the CLP (Cell Loss Priority) tagging activation threshold for the other end-point.
                                 atmBwClassOeLoCLP 1.3.6.1.4.1.351.100.4.3.9.1.27 integer read-only
The value of this object is equal to the CLP (Cell Loss Priority) tagging deactivation threshold for the other end-point.
                                 atmBwClassCLPTagging 1.3.6.1.4.1.351.100.4.3.9.1.28 integer read-only
The value of this object enables the CLP (Cell Loss Priority) tagging for handling non-compliant cells. When enabled the CLP bit is set on non- compliant cells. When disabled non-compliant cells are discarded. Enumeration: 'disabled': 2, 'enabled': 1.
                                 atmBwClassUPC 1.3.6.1.4.1.351.100.4.3.9.1.29 integer read-only
The value of this object enables the UPC algorithm. Enumeration: 'enable': 1, 'disable': 2.
                                 atmBwClassEnableFST 1.3.6.1.4.1.351.100.4.3.9.1.30 integer read-only
The value of this object determines whether or not the ForeSight option is being used for this . If set to false, then ForeSight is not used, and if true then ForeSight will be used. Enumeration: 'enable': 1, 'disable': 2.
                                 atmBwClassRateUpICA 1.3.6.1.4.1.351.100.4.3.9.1.31 integer read-only
The value of this object is equal to the ForeSight Rate Up value in cells per second per adjust for this end point.
                                 atmBwClassRateDnICA 1.3.6.1.4.1.351.100.4.3.9.1.32 integer read-only
The value of this object is equal to the ForeSight Rate Down value expressed as percentage of MCR.
                                 atmBwClassFastDnICA 1.3.6.1.4.1.351.100.4.3.9.1.33 integer read-only
The value of this object is equal to the ForeSight Fast Down value expressed as percentage of MCR.
                                 atmBwClassToQIR 1.3.6.1.4.1.351.100.4.3.9.1.34 integer read-only
The value of this object is equal to the QIR timeout value. This object corresponds to the Initial Cell Rate (ICR) timeout.
                                 atmBwClassMinAdjustICA 1.3.6.1.4.1.351.100.4.3.9.1.35 integer read-only
The value of this object is equal to the ForeSight minimum adjustment period.
                                 atmBwClassDescription 1.3.6.1.4.1.351.100.4.3.9.1.36 displaystring read-only
This MIB object contains a textual description of this frame relay bandwidth class.
                                 atmBwClassBCM 1.3.6.1.4.1.351.100.4.3.9.1.37 integer read-only
The value of this object enables the generation of RM cells when congestion is detected in the connection. Enumeration: 'enable': 1, 'disable': 2.
                                 atmBwClassFGCRA 1.3.6.1.4.1.351.100.4.3.9.1.38 integer read-only
The value of this object enables FGCRA. FGCRA (Frame-based Generic Rate Control Algorithm) is applicable with AAL-5 traffic only. Enumeration: 'enable': 1, 'disable': 2.
                                 atmBwClassOeBCM 1.3.6.1.4.1.351.100.4.3.9.1.39 integer read-only
The value of this object enables the generation of RM cells when congestion is detected in the connection. This is the other endpoint view. Enumeration: 'enable': 1, 'disable': 2.
                                 atmBwClassOeFGCRA 1.3.6.1.4.1.351.100.4.3.9.1.40 integer read-only
The value of this object enables FGCRA. FGCRA (Frame-based Generic Rate Control Algorithm) is applicable with AAL-5 traffic only. This is the other endpoint view. Enumeration: 'enable': 1, 'disable': 2.
                                 atmBwClassConType 1.3.6.1.4.1.351.100.4.3.9.1.41 integer read-only
The value of this object defines the connection type associated with this class. Enumeration: 'atf': 1, 'vbr': 2, 'cbr': 3, 'abr': 5, 'unknown': 4.
                                 atmBwClassScrPlc 1.3.6.1.4.1.351.100.4.3.9.1.42 integer read-only
Specifies the traffic policing for this end point. Enumeration: 'clp0': 1, 'off': 3, 'clp0and1': 2.
                                 atmBwClassOeScrPlc 1.3.6.1.4.1.351.100.4.3.9.1.43 integer read-only
Specifies the traffic policing for the other end point. Enumeration: 'clp0': 1, 'off': 3, 'clp0and1': 2.
                                 atmBwClassPCR0 1.3.6.1.4.1.351.100.4.3.9.1.44 integer read-only
The peak cell rate (in cells per second) for the second bucket for this end point. This object corresponds to the parameter PCR(0) in standard ATM documents.
                                 atmBwClassOePCR0 1.3.6.1.4.1.351.100.4.3.9.1.45 integer read-only
The peak cell rate (in cells per second) for the second bucket for the other end point. This object corresponds to the parameter PCR(0) in standard ATM documents.
                                 atmBwClassCDVT0 1.3.6.1.4.1.351.100.4.3.9.1.46 integer read-only
The cell delay variation tolerance for the second bucket for this end point. This object corresponds to the parameter CDVT(0) in standard ATM documents.
                                 atmBwClassOeCDVT0 1.3.6.1.4.1.351.100.4.3.9.1.47 integer read-only
The cell delay variation tolerance for the second bucket for the other end point. This object corresponds to the parameter CDVT(0) in standard ATM documents.
                                 atmBwClassOeRateUpICA 1.3.6.1.4.1.351.100.4.3.9.1.48 integer read-only
The value of this object is equal to the ForeSight Rate Up value in cells per second per adjust for the other end point.
                         frEndptMapTable 1.3.6.1.4.1.351.100.4.3.10 no-access
The Frame Relay Endpoint-Connection Mapping table.
                               frEndptMapEntry 1.3.6.1.4.1.351.100.4.3.10.1 no-access
An entry in the Frame Relay Endpoint Connection Mapping table.
                                   frEndptMapSlot 1.3.6.1.4.1.351.100.4.3.10.1.1 integer read-only
This MIB object contains the slot number associated with the requested connection endpoint.
                                   frEndptMapPort 1.3.6.1.4.1.351.100.4.3.10.1.2 integer read-only
This MIB object contains the port number associated with the requested connection endpoint.
                                   frEndptMapDlci 1.3.6.1.4.1.351.100.4.3.10.1.3 integer read-only
This MIB object contains the Frame Relay DLCI associated with the requested connection endpoint.
                                   frEndptMapEndptPtr 1.3.6.1.4.1.351.100.4.3.10.1.4 object identifier read-only
This MIB object contains a pointer to first column of row in the service specific EndptTable which corresponds to the slot, port, and dlci specified in the columns above.
                                   frEndptMapConnPtr 1.3.6.1.4.1.351.100.4.3.10.1.5 object identifier read-only
This MIB object contains a pointer to first column of row in connTable which corresponds to the slot, port, and dlci specified in the columns above.
                         atmEndptMapTable 1.3.6.1.4.1.351.100.4.3.11 no-access
The ATM Endpoint-Connection Mapping table.
                               atmEndptMapEntry 1.3.6.1.4.1.351.100.4.3.11.1 no-access
An entry in the ATM Endpoint Connection Mapping table.
                                   atmEndptMapSlot 1.3.6.1.4.1.351.100.4.3.11.1.1 integer read-only
This MIB object contains the slot number associated with the requested connection endpoint.
                                   atmEndptMapPort 1.3.6.1.4.1.351.100.4.3.11.1.2 integer read-only
This MIB object contains the port number associated with the requested connection endpoint.
                                   atmEndptMapVpi 1.3.6.1.4.1.351.100.4.3.11.1.3 integer read-only
This MIB object contains the ATM endpoint VPI associated with the requested connection endpoint.
                                   atmEndptMapVci 1.3.6.1.4.1.351.100.4.3.11.1.4 integer read-only
This MIB object contains the ATM endpoint VCI associated with the requested connection endpoint.
                                   atmEndptMapEndptPtr 1.3.6.1.4.1.351.100.4.3.11.1.5 object identifier read-only
This MIB object contains a pointer to first column of row in the service specific EndptTable which corresponds to the slot, port, vpi, and vci specified in the columns above.
                                   atmEndptMapConnPtr 1.3.6.1.4.1.351.100.4.3.11.1.6 object identifier read-only
This MIB object contains a pointer to first column of row in connTable which corresponds to the slot, port, vpi, and vci specified in the columns above.
                         atmEndptStatTable 1.3.6.1.4.1.351.100.4.3.12 no-access
The ATM End-Point Statistics table.
                               atmEndptStatEntry 1.3.6.1.4.1.351.100.4.3.12.1 no-access
An entry in the ATM End-point Statistics table.
                                   atmCellsRxPorts 1.3.6.1.4.1.351.100.4.3.12.1.1 counter read-only
The number of cells delivered to the port from the line interface.
                                   atmFramesRxPorts 1.3.6.1.4.1.351.100.4.3.12.1.2 counter read-only
The number of frames delivered to the port from the line interface.
                                   atmCellsTxNets 1.3.6.1.4.1.351.100.4.3.12.1.3 counter read-only
The number of received cells delivered to the network.
                                   atmClpRxs 1.3.6.1.4.1.351.100.4.3.12.1.4 counter read-only
The number of cells delivered to the port from the line interface which had their CLP bit set.
                                   atmViolRxs 1.3.6.1.4.1.351.100.4.3.12.1.5 counter read-only
The number of cells that violated UPC.
                                   atmDiscardVcqClpThs 1.3.6.1.4.1.351.100.4.3.12.1.6 counter read-only
The number of cells with CLP set that were discarded due to VC queue exceeding CLP thresholds.
                                   atmDiscardVcqFulls 1.3.6.1.4.1.351.100.4.3.12.1.7 counter read-only
The number of received cells that were discarded due to the VC queue being full.
                                   atmEfciRxs 1.3.6.1.4.1.351.100.4.3.12.1.8 counter read-only
The number of cells received with EFCI set.
                                   atmNonCompRxs 1.3.6.1.4.1.351.100.4.3.12.1.9 counter read-only
The number of non-compliant cells received.
                                   atmDiscardFails 1.3.6.1.4.1.351.100.4.3.12.1.10 counter read-only
The number of received cells discarded due to the connection being in failed state.
                                   atmAvgVcqDepths 1.3.6.1.4.1.351.100.4.3.12.1.11 counter read-only
The average queue depth of the VC queue.
                                   atmDiscardRsrcOflows 1.3.6.1.4.1.351.100.4.3.12.1.12 counter read-only
The number of received cells discarded due to a resource overflow (e.g. cell buffer full).
                                   atmDiscardSbinFulls 1.3.6.1.4.1.351.100.4.3.12.1.13 counter read-only
The number of cells discarded on receipt from from the port due to Sbin full.
                                   atmBcmRxs 1.3.6.1.4.1.351.100.4.3.12.1.14 counter read-only
The number of BCM cells received from the port. This object only applies to NNI ports. For UNI ports returns 0.
                                   atmBcmTxs 1.3.6.1.4.1.351.100.4.3.12.1.15 counter read-only
The number of BCM cells transmitted to the network. This object only applies to NNI ports. For UNI ports returns 0.
                                   atmOamTxs 1.3.6.1.4.1.351.100.4.3.12.1.16 counter read-only
The number of OAM cells transmitted to the network.
                                   atmDiscardQbinFulls 1.3.6.1.4.1.351.100.4.3.12.1.17 counter read-only
The number of cells discarded due to the egress Qbin being full.
                                   atmDiscardQbinClpThs 1.3.6.1.4.1.351.100.4.3.12.1.18 counter read-only
The number of cells with CLP set that are discarded due to the egress Qbin exceeding CLP thresholds.
                                   atmCellsRxNets 1.3.6.1.4.1.351.100.4.3.12.1.19 counter read-only
The number of cells received from the network.
                                   atmClpTxs 1.3.6.1.4.1.351.100.4.3.12.1.20 counter read-only
The number of cells transmitted to the port that had their CLP bit set.
                                   atmEfciTxs 1.3.6.1.4.1.351.100.4.3.12.1.21 counter read-only
The number of cells transmitted by the port to the line interface that had EFCI set.
                                   atmCellsTxPorts 1.3.6.1.4.1.351.100.4.3.12.1.22 counter read-only
The number of cells transmitted to the port interface.
                                   atmAisRxs 1.3.6.1.4.1.351.100.4.3.12.1.23 counter read-only
The number of received AIS cells.
                                   atmFerfRxs 1.3.6.1.4.1.351.100.4.3.12.1.24 counter read-only
The number of received FERF cells.
                         voiceEndptTable 1.3.6.1.4.1.351.100.4.3.13 no-access
The voice channel connection table has Channel Connection information. This table is used to model a specific Voice Channel connection. This table contains parameters which are requrired to create a Voice conneciton and configure the channel.
                               voiceEndptEntry 1.3.6.1.4.1.351.100.4.3.13.1 no-access
An entry in the voice Endpoint Channel Connection table.
                                   voiceEndptIndex 1.3.6.1.4.1.351.100.4.3.13.1.1 integer read-only
The index for this Voice Connection. This is the index to this table.
                                   voiceOtherEndptIndex 1.3.6.1.4.1.351.100.4.3.13.1.2 integer read-only
Index into remote node's voiceEndptTable for this channel end-point. For local (intra-node) connections, this index is associated with the local node and will be in the range of 1024 to 2047.
                                   voiceEndptDesc 1.3.6.1.4.1.351.100.4.3.13.1.3 displaystring read-write
String describing this voice Channel. Contains information about the domain, nodename, slot, channel, for the connection. For example, D1.Node1.12.1, is a valid description. Domain and nodename need not be given but slot, channel values must exist; 12.1 is valid. This variable value has to specified for a Creating an voiceEndptEntry.
                                   voiceOtherEndptDesc 1.3.6.1.4.1.351.100.4.3.13.1.4 displaystring read-write
String describing the remote channel. Contains information about the domain, nodename, slot, channel, for the connection. For example, D2.Node2.10.5, is a valid description. Nodename, slot, channel values must exist; Node2.10.5 is valid. This variable value has to be specified for creating an voiceEndptEntry.
                                   voiceEndptConnDesc 1.3.6.1.4.1.351.100.4.3.13.1.5 displaystring read-write
A string that has been defined for the connection to give a more descriptive name. Connections can be given clear text names in order to make them more human readable.
                                   voiceEndptAdminStatus 1.3.6.1.4.1.351.100.4.3.13.1.6 integer read-write
User requested state for voice endpoint table row. A user can create / delete / modify this voice channel connection by setting this object appropriately. The user also has the capability to test a particular object. For this capability, the user must set this value to test. If a Get operation is performed on this variable, -1 shall be returned to the NMS. Enumeration: 'test': 4, 'create': 1, 'modify': 3, 'writeOnly': 5, 'delete': 2.
                                   voiceEndptOperStatus 1.3.6.1.4.1.351.100.4.3.13.1.7 integer read-only
Actual state of the voice channel.If the state is failed, then look to the objects voiceNoRouteFoundFailure, voiceBumpFailure, and voiceTestFailure to determine reason for failure. Enumeration: 'okPendingDelete': 7, 'looped': 8, 'okPendingRoute': 6, 'unknown': 9, 'okPendingDown': 2, 'inTest': 5, 'down': 3, 'failed': 4, 'ok': 1.
                                   voiceEndptRateType 1.3.6.1.4.1.351.100.4.3.13.1.8 integer read-write
Represents the type of voice connection. Each of them has been described below briefly. Type Description a32 Uses ADPCM only. Can select 32/24/16 Kbps a24 compression. a16 a16z Standard 16Kbps ADPCM only. compressed code can have strings of zeros and should be used on lines that have other zero code supression c32 Uses both ADPCM and Voice Activity detection (VAD). c24 Can select 32/24/16 Kbps ADPCM compression. c16 c16z Standard 16Kbps ADPCM and Voice Activity detection. Similar to 16z. Use on ZCS trunks only. p 64Kbps connection. No compression t Transparent. Clean 64Kbps connection. No Compression. This variable value has to be specified for creating an voiceEndptEntry. Enumeration: 'a32': 1, 'a16': 3, 'a24': 2, 'c24': 7, 'a32d': 5, 'p': 11, 'c32d': 10, 't': 12, 'v': 13, 'c16z': 9, 'c16': 8, 'a16z': 4, 'c32': 6.
                                   voiceEndPointFailure 1.3.6.1.4.1.351.100.4.3.13.1.9 integer read-only
End-point is failed because of a remote end-point failure. The remote end-point is on a node that resides in another domain making the connection an inter-domain connection. Enumeration: 'true': 2, 'false': 1.
                                   voiceNoRouteFoundFailure 1.3.6.1.4.1.351.100.4.3.13.1.10 integer read-only
Channel connection is failed is because no route to the remote Channel could be found. Enumeration: 'true': 2, 'false': 1.
                                   voiceBumpFailure 1.3.6.1.4.1.351.100.4.3.13.1.11 integer read-only
Channel Connection is failed because of insufficient bandwidth to route to the remote Channel. This may have also been caused because a higher priority connection took this channel's bandwidth. A higher priority connection is one with the lowest class of service (COS). Enumeration: 'true': 2, 'false': 1.
                                   voiceTestFailure 1.3.6.1.4.1.351.100.4.3.13.1.12 integer read-only
Channel is failed because of the failure of a connection test. Enumeration: 'true': 2, 'false': 1.
                                   voiceEndptTestType 1.3.6.1.4.1.351.100.4.3.13.1.13 integer read-write
Specifies the type of test the user would like to conduct on this endpoint. Only testCon is currently defined. TestCon performs a test of voice path integrity in the connection. Only write is allowed on this object. A -1 is returned to the NMS if a GET is recevied on this object Enumeration: 'writeOnly': 2, 'testCon': 1.
                                   voiceEndptLpbkStatus 1.3.6.1.4.1.351.100.4.3.13.1.14 integer read-only
Specifies the current Loopback State of the endpoint. The value returned from this object is a bitmap of the current loopback states associated with this end point. The bitmap is defined below: LP-RMT-RMT 0 /* Remote nodes remote muxbus loopback */ LP-RMT-TST 1 /* Remote nodes tstcon loopback */ LP-LOC-RMT 2 /* Local nodes remote muxbus loopback */ LP-LOC-TST 3 /* Local nodes tstcon loopback */ LP-LOC-LOC 4 /* Local nodes local muxbus loopback */ LP-LOC-PORT 5 /* Local nodes port loopback */ LP-LOC-TPORT 6 /* Local nodes port test loopback */ LP-RMT-LOC 7 /* Remote nodes local muxbus loopback */ LP-RMT-PORT 8 /* Remote nodes port loopback */ LP-RMT-TPORT 9 /* Remote nodes port test looback */ LP-LOC-CSU 10 /* Local DDS network requested CSU loopback */ LP-RMT-CSU 11 /* Remote DDS network requested CSU loopback */ LP-LOC-DSU 12 /* Local DDS network requested DSU loopback */ LP-RMT-DSU 13 /* Remote DDS network requested DSU loopback */ LP-LOC-EXT 14 /* Local DDS external loopback */ LP-RMT-EXT 15 /* Remote DDS external loopback */
                                   voiceConnPtr 1.3.6.1.4.1.351.100.4.3.13.1.15 object identifier read-only
Pointer to general connection information. Using this pointer the user can obtain connection status, and routing information. Specifically, this is an object identifier specifying the first column of the appropriate row in the connTable.
                                   voiceChannelPtr 1.3.6.1.4.1.351.100.4.3.13.1.16 object identifier read-only
Pointer to channel configuration information. Using this pointer the user can obtain all channel configuration information. Specifically, this is an object identifier specifying the first column of the appropriate row in the voiceChannelTable.
                                   voiceEndptTrkAvoidType 1.3.6.1.4.1.351.100.4.3.13.1.17 integer read-write
User selectable types of trunks to avoid for the transfer of voice channel data. Current choices are to avoid satellite links, terrestrial links, or to not avoid any specific type of link. This object is optional during the creation of the endpoint. Enumeration: 'terrestrial': 3, 'none': 1, 'satellite': 2.
                                   voiceEndptAvoidZCS 1.3.6.1.4.1.351.100.4.3.13.1.18 integer read-write
Flag to force the connection to avoid trunks with zero code suppression (ZCS). This object is optional during the creation of the endpoint. Enumeration: 'true': 2, 'false': 1.
                                   voiceEndptState 1.3.6.1.4.1.351.100.4.3.13.1.19 integer read-only
It gives the state of the connection end point. Enumeration: 'notConnected': 5, 'offhook': 1, 'onhook': 2, 'slowmodem': 3, 'fastmodem': 4.
                                   voiceEndptAdv 1.3.6.1.4.1.351.100.4.3.13.1.20 integer read-only
It represents if the endpoint supports Adaptve voice capability. Enumeration: 'true': 2, 'false': 1.
                                   voiceOtherEndptAdv 1.3.6.1.4.1.351.100.4.3.13.1.21 integer read-only
It represents if the other endpoint supports Adaptve voice capability. Enumeration: 'true': 2, 'false': 1.
                                   voiceEndptEncoding 1.3.6.1.4.1.351.100.4.3.13.1.22 integer read-only
It represents the type of Encoding used at this this Endpoint. Enumeration: 'ulaw': 2, 'alaw': 1.
                                   voiceOtherEndptEncoding 1.3.6.1.4.1.351.100.4.3.13.1.23 integer read-only
It represents the type of Encoding used at the other Endpoint. Enumeration: 'ulaw': 2, 'alaw': 1.
                                   voiceEndptEndptType 1.3.6.1.4.1.351.100.4.3.13.1.24 integer read-only
It represents the end point type Enumeration: 'adpno': 3, 'transp': 4, 'adpcm': 2, 'unknown': 5, 'pcm': 1.
                                   voiceEndptLocLpbkState 1.3.6.1.4.1.351.100.4.3.13.1.25 integer read-write
Specifies the Local Loopback State the user would like to set for the endpoint. Enumeration: 'writeOnly': 3, 'enable': 1, 'disable': 2.
                         voiceStatTable 1.3.6.1.4.1.351.100.4.3.14 no-access
The voice Statistics Table.
                               voiceStatEntry 1.3.6.1.4.1.351.100.4.3.14.1 no-access
An entry in the voice channel statistics table.
                                   voiceStatPktsRxs 1.3.6.1.4.1.351.100.4.3.14.1.1 counter read-only
The number of packets received from the muxbus by the local port card.
                                   voiceStatPktsXmits 1.3.6.1.4.1.351.100.4.3.14.1.2 counter read-only
The number of packets transmitted from the local port card onto the Mux Bus.
                                   voiceStatRxPktsDscds 1.3.6.1.4.1.351.100.4.3.14.1.3 counter read-only
The number of packets received from the muxbus by the local port card which are discarded before being transmitted out to the port.
                                   voiceStatSprvPktsXmits 1.3.6.1.4.1.351.100.4.3.14.1.4 counter read-only
The number of supervisory packets transmitted from the local port onto the Muxbus. Supervisory packets reflect signalling bit transitions for voice connections.
                                   voiceStatSprvPktsRcvs 1.3.6.1.4.1.351.100.4.3.14.1.5 counter read-only
The number of supervisory packets received from Muxbus associated with a connection.
                                   voiceStatV25ModemOns 1.3.6.1.4.1.351.100.4.3.14.1.6 counter read-only
The number of seconds the V.25 modem is detected and the connection is upgraded to PCM.
                                   voiceStatDsiOns 1.3.6.1.4.1.351.100.4.3.14.1.7 counter read-only
The number of seconds that a connection is performing Digital speech interpolation (DSI).
                                   voiceStatOffhks 1.3.6.1.4.1.351.100.4.3.14.1.8 counter read-only
The number of seconds that a connection is offhook. The onhook state is determined by onhook A/B/C/D bits defined by variables in the voiceEndpttable. A connection which is not onhook is treated as offhook.
                                   voiceStatInservices 1.3.6.1.4.1.351.100.4.3.14.1.9 counter read-only
The number of seconds a connection is inservice. A connection is said to be in-service if its endpoints are not in alarm, the cards required to support this connection are present, and the connection is routed.
                         voiceEndptMapTable 1.3.6.1.4.1.351.100.4.3.15 no-access
The Voice Endpoint-Connection Mapping table.
                               voiceEndptMapEntry 1.3.6.1.4.1.351.100.4.3.15.1 no-access
An entry in the Voice Endpoint Connection Mapping table.
                                   voiceEndptMapSlot 1.3.6.1.4.1.351.100.4.3.15.1.1 integer read-only
This MIB object contains the slot number associated with the requested connection endpoint.
                                   voiceEndptMapChannel 1.3.6.1.4.1.351.100.4.3.15.1.2 integer read-only
This MIB object contains the channel number associated with the requested connection endpoint.
                                   voiceEndptMapEndptPtr 1.3.6.1.4.1.351.100.4.3.15.1.3 object identifier read-only
This MIB object contains a pointer to first column of row in the service specific EndptTable which corresponds to the slot and channel specified in the columns above.
                                   voiceEndptMapConnPtr 1.3.6.1.4.1.351.100.4.3.15.1.4 object identifier read-only
This MIB object contains a pointer to first column of row in connTable which corresponds to the slot and channel specified in the columns above.
                     switchShelf 1.3.6.1.4.1.351.100.4.4
                         shelfCnfgObjects 1.3.6.1.4.1.351.100.4.4.1
                             shelfCnfgStatMaster 1.3.6.1.4.1.351.100.4.4.1.1 ipaddress read-only
This object provides the network manager the IP address of the master statistics collection management workstation.
                             shelfCnfgStatCollIntvl 1.3.6.1.4.1.351.100.4.4.1.2 integer read-only
This object provides the network manager the current TFTP statistics collection file interval configured on the switch in minutes.
                             shelfCnfgStatBcktIntvl 1.3.6.1.4.1.351.100.4.4.1.3 integer read-only
This object provides the network manager the current TFTP statistics collection bucket interval configured on the switch in minutes.
                             shelfCnfgStatTimeSync 1.3.6.1.4.1.351.100.4.4.1.4 displaystring read-only
This object provides the network manager the current time for TFTP statistics collection. This object replaces the functionality originally supplied by the daytime handler application.
                             shelfCnfgSwError 1.3.6.1.4.1.351.100.4.4.1.5 integer read-only
This object notifies the network manager that a switch software error has has been logged on this shelf. Enumeration: 'true': 2, 'false': 1.
                             shelfCnfgCardError 1.3.6.1.4.1.351.100.4.4.1.6 integer read-only
This object notifies the network manager that a switch card error has has been logged on this shelf. Enumeration: 'true': 2, 'false': 1.
         rtm 1.3.6.1.4.1.351.120
                 trapsConfig 1.3.6.1.4.1.351.120.1
                     trapConfigTable 1.3.6.1.4.1.351.120.1.1 no-access
The table has the information about the manager receiving traps
                         trapConfigEntry 1.3.6.1.4.1.351.120.1.1.1 no-access
An entry of the manager table.
                             managerIPaddress 1.3.6.1.4.1.351.120.1.1.1.1 ipaddress read-write
                             managerPortNumber 1.3.6.1.4.1.351.120.1.1.1.2 integer read-write
                             managerRowStatus 1.3.6.1.4.1.351.120.1.1.1.3 integer read-write
When RowStatus is set to addRow(1), the mgr is registered with the Proxy to receive the new traps generated. Enumeration: 'addRow': 1, 'delRow': 2.
                             readingTrapFlag 1.3.6.1.4.1.351.120.1.1.1.4 integer read-write
Enumeration: 'true': 2, 'false': 1.
                             nextTrapSeqNum 1.3.6.1.4.1.351.120.1.1.1.5 integer read-write
                     managerNumOfValidEntries 1.3.6.1.4.1.351.120.1.2 integer read-only
The number of managers in the table that are programmed to receive traps
                     lastSequenceNumber 1.3.6.1.4.1.351.120.1.3 integer read-only
The Sequence Number of the last trap generated on the SNMP Proxy
                     trapUploadTable 1.3.6.1.4.1.351.120.1.4 no-access
The table has the information about the manager receiving traps
                         trapUploadEntry 1.3.6.1.4.1.351.120.1.4.1 no-access
An entry of the manager table.
                             mgrIpAddress 1.3.6.1.4.1.351.120.1.4.1.1 ipaddress read-only
                             trapSequenceNum 1.3.6.1.4.1.351.120.1.4.1.2 integer read-only
The sequence number associated with tthe trap
                             trapPduString 1.3.6.1.4.1.351.120.1.4.1.3 octet string read-only
The sequence number associated with tthe trap
                             endOfQueueFlag 1.3.6.1.4.1.351.120.1.4.1.4 integer read-only
The sequence number associated with tthe trap Enumeration: 'true': 2, 'false': 1.
         strmErrors 1.3.6.1.4.1.351.910