STRATACOM-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for STRATACOM-MIB.
1119
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
1119 total| Object Name |
|---|
stratacom OBJECT IDENTIFIER .1.3.6.1.4.1.351 |
RFC1155-SMI Unknown .1.3.6.1.4.1.351 |
svplus OBJECT IDENTIFIER .1.3.6.1.4.1.351.1 |
filteredLogRecordThe '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. TRAP-TYPE .1.3.6.1.4.1.351.1.0.4 |
userConnClearedThe ' User Connection has recovered from failed/downed state TRAP-TYPE .1.3.6.1.4.1.351.1.0.10000 |
userConnFailedThe User Connection has failed TRAP-TYPE .1.3.6.1.4.1.351.1.0.10001 |
userConnDownThe User Connection has been downed TRAP-TYPE .1.3.6.1.4.1.351.1.0.10002 |
controlGroup OBJECT IDENTIFIER .1.3.6.1.4.1.351.1.11 |
databaseSampleFreqThe 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.rw INTEGER .1.3.6.1.4.1.351.1.11.1 |
logGroup OBJECT IDENTIFIER .1.3.6.1.4.1.351.1.12 |
currentMaxLogIndexThe current max value of logIndex. This value
may change with time.ro INTEGER .1.3.6.1.4.1.351.1.12.1 |
maintLogTableThe table of log entries. SEQUENCE OF MaintLogEntry .1.3.6.1.4.1.351.1.12.2 |
maintLogEntryAn entry in the log table. MaintLogEntry .1.3.6.1.4.1.351.1.12.2.1 |
logIndexUnique index of the Log record.ro INTEGER .1.3.6.1.4.1.351.1.12.2.1.1 |
logNetworkName of the network for which this log
entry was generated.ro DisplayString .1.3.6.1.4.1.351.1.12.2.1.2 |
logNodeNameName of the IPX node for this this log
entry was generated.ro DisplayString .1.3.6.1.4.1.351.1.12.2.1.3 |
logGmtDateASCII 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.ro DisplayString .1.3.6.1.4.1.351.1.12.2.1.4 |
logSeverityThe severity of this log record.ro Severity .1.3.6.1.4.1.351.1.12.2.1.5 |
logMsgAn ASCII message associated with this log
record.ro DisplayString .1.3.6.1.4.1.351.1.12.2.1.6 |
eventFilterTableThe table of Event Filters. SEQUENCE OF EventFilterEntry .1.3.6.1.4.1.351.1.12.3 |
eventFilterEntryAn 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. EventFilterEntry .1.3.6.1.4.1.351.1.12.3.1 |
eventFilterIndexThe 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.rw INTEGER ( 1 .. 2147483647) .1.3.6.1.4.1.351.1.12.3.1.1 |
eventFilterStatus'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.rw Enumeration .1.3.6.1.4.1.351.1.12.3.1.2 |
eventFilterSeverityThe 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.rw Severity .1.3.6.1.4.1.351.1.12.3.1.3 |
eventFilterSubstringThe 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.rw DisplayString .1.3.6.1.4.1.351.1.12.3.1.4 |
maintLogFilterGroup OBJECT IDENTIFIER .1.3.6.1.4.1.351.1.12.4 |
maintLogFilterTimeMinWhen 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:ssrw DisplayString .1.3.6.1.4.1.351.1.12.4.1 |
maintLogFilterTimeMaxWhen 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:ssrw DisplayString .1.3.6.1.4.1.351.1.12.4.2 |
maintLogFilterWindowWhen 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.rw INTEGER .1.3.6.1.4.1.351.1.12.4.3 |
maintLogFilterNetworkNameWhen 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.rw DisplayString .1.3.6.1.4.1.351.1.12.4.4 |
maintLogFilterNodeNameWhen 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.rw DisplayString .1.3.6.1.4.1.351.1.12.4.5 |
maintLogFilterSeverityWhen 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.rw Severity .1.3.6.1.4.1.351.1.12.4.6 |
networkGroup OBJECT IDENTIFIER .1.3.6.1.4.1.351.1.13 |
networkTableThe table of Networks. SEQUENCE OF NetworkEntry .1.3.6.1.4.1.351.1.13.1 |
networkEntryAn entry in the Network table. NetworkEntry .1.3.6.1.4.1.351.1.13.1.1 |
networkNameThe name of the network as assigned by
the StrataView User.ro DisplayString .1.3.6.1.4.1.351.1.13.1.1.1 |
networkIdThe unique ID of the network as assigned
by the StrataView system.ro INTEGER .1.3.6.1.4.1.351.1.13.1.1.2 |
networkIpxIdThe IPX network ID.ro INTEGER .1.3.6.1.4.1.351.1.13.1.1.3 |
nodeGroup OBJECT IDENTIFIER .1.3.6.1.4.1.351.1.14 |
nodeTableThe table of Nodes. SEQUENCE OF NodeEntry .1.3.6.1.4.1.351.1.14.1 |
nodeEntryAn entry in the Node table. NodeEntry .1.3.6.1.4.1.351.1.14.1.1 |
nodeNetworkNameThe name of the network to which this node is
attached.ro DisplayString .1.3.6.1.4.1.351.1.14.1.1.1 |
nodeNameIPX node name.ro DisplayString .1.3.6.1.4.1.351.1.14.1.1.2 |
svnode OBJECT IDENTIFIER .1.3.6.1.4.1.351.2 |
trunkStatusAlarmThis trap is generated whenever an ObjectAlarm
Status message is received containing the trunk status. TRAP-TYPE .1.3.6.1.4.1.351.2.0.0 |
cirLineStatusAlarmThis trap is generated whenever an ObjectAlarm
Status message is received containing the cirLineStatus. TRAP-TYPE .1.3.6.1.4.1.351.2.0.1 |
frpStatusAlarmThis trap is generated whenever an ObjectAlarm
Status message is received containing the frpStatus. TRAP-TYPE .1.3.6.1.4.1.351.2.0.2 |
connStatusAlarmThis trap is generated whenever an ObjectAlarm
Status message is received containing the connStatus. TRAP-TYPE .1.3.6.1.4.1.351.2.0.3 |
svNodeGroup OBJECT IDENTIFIER .1.3.6.1.4.1.351.2.1 |
nodeGrpNameIPX node name.ro DisplayString .1.3.6.1.4.1.351.2.1.1 |
nodeGrpNetNameIPX network name.ro DisplayString .1.3.6.1.4.1.351.2.1.2 |
nodeGrpAlarmStateNode Alarm State. Only low 6 bits are
valid.ro Enumeration .1.3.6.1.4.1.351.2.1.3 |
nodeGrpGatewayIs this node acting as a gateway?ro Enumeration .1.3.6.1.4.1.351.2.1.4 |
nodeGrpActiveActive state of this Node.ro Active .1.3.6.1.4.1.351.2.1.5 |
nodeGrpPlatformPlatform type.ro Enumeration .1.3.6.1.4.1.351.2.1.6 |
nodeGrpReleaseStrataView Plus release revison.ro DisplayString .1.3.6.1.4.1.351.2.1.7 |
nodeFsIncRateFRP Foresight increase rate.ro INTEGER .1.3.6.1.4.1.351.2.1.8 |
nodeFsDecRateFRP forsight normal decrease rate.ro INTEGER .1.3.6.1.4.1.351.2.1.9 |
nodeFsFastRateFRP forsight fast decrease rate.ro INTEGER .1.3.6.1.4.1.351.2.1.10 |
nodeRstTimeoutTimeout for resetting PVC rate to QIR.ro INTEGER .1.3.6.1.4.1.351.2.1.11 |
alarmTrapSequenceNumberThe Sequence Number of the last trap generated on the SNMP Proxyro INTEGER .1.3.6.1.4.1.351.2.1.12 |
packetGroup OBJECT IDENTIFIER .1.3.6.1.4.1.351.2.2 |
trunkTableThe table of Trunk Lines. SEQUENCE OF TrunkEntry .1.3.6.1.4.1.351.2.2.2 |
trunkEntryAn entry in the Trunk table. TrunkEntry .1.3.6.1.4.1.351.2.2.2.1 |
trunkLocalSlotLocal Slot Number. These are numbered
starting at 1.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.1 |
trunkLocalPortLocal Port Number. These are numbered
starting at 1.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.2 |
trunkLocalLineLocal Line Number. These are numbered
starting at 1.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.3 |
trunkCardTypeType of the card supporting the trunk line.
The card type is dependant on the value
of nodePlatform.
Additional types may exist with future
hardware.ro Enumeration .1.3.6.1.4.1.351.2.2.2.1.4 |
trunkInterfaceTrunk Line Interface Type. Indicates the
format of the packet line.ro Enumeration .1.3.6.1.4.1.351.2.2.2.1.5 |
trunkLineLoadLine Load in packets per second.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.6 |
trunkRemNodeIdRemote StrataView Node ID.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.7 |
trunkRemLineNumberRemote Line Number.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.8 |
trunkRemSlotRemote Slot Number.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.9 |
trunkRemPortRemote Port Number.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.10 |
trunkAlarmStateTrunk Line Alarm State.ro Enumeration .1.3.6.1.4.1.351.2.2.2.1.11 |
trunkCommentStrataView user entered comment field used to
further qualify the trunk line.ro DisplayString .1.3.6.1.4.1.351.2.2.2.1.12 |
trunkActiveActive State.ro Active .1.3.6.1.4.1.351.2.2.2.1.13 |
trunkStatusTrunk line status.ro Enumeration .1.3.6.1.4.1.351.2.2.2.1.14 |
trunkStatReserveTrunk Line statistical reserve field.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.15 |
trunkBurstyDataBQDepthTrunk Line bursty data B queue depth.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.16 |
trunkBurstyDataBQEfcnThresholdTrunk Line bursty data B queue EFCN/FFCI threshold.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.17 |
trunkClpHighDropThresholdTrunk Line CLP high dropping threshold.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.18 |
trunkClpLowDropThresholdTrunk Line CLP low dropping threshold.ro INTEGER .1.3.6.1.4.1.351.2.2.2.1.19 |
circuitGroup OBJECT IDENTIFIER .1.3.6.1.4.1.351.2.3 |
cirLineTableThe table of Circuit Lines. SEQUENCE OF CirLineEntry .1.3.6.1.4.1.351.2.3.1 |
cirLineEntryAn entry in the Circuit Line table. CirLineEntry .1.3.6.1.4.1.351.2.3.1.1 |
cirLineLineNumberCircuit Line Number.ro INTEGER .1.3.6.1.4.1.351.2.3.1.1.3 |
cirLineCardTypeCircuit Card Type.ro Enumeration .1.3.6.1.4.1.351.2.3.1.1.4 |
cirLineInterfaceCircuit Line Interface Type. Indicates the
format of the circuit line.ro Enumeration .1.3.6.1.4.1.351.2.3.1.1.5 |
cirLineCommentComment entered by StrataView user to further
qualify the Circuit Line.ro DisplayString .1.3.6.1.4.1.351.2.3.1.1.6 |
cirLineActiveCircuit Line Active State.ro Active .1.3.6.1.4.1.351.2.3.1.1.7 |
cirLineStatusCircuit Line Status.ro Enumeration .1.3.6.1.4.1.351.2.3.1.1.8 |
cirLinePortNumberAlways returned as 0 for GET requests.
ASI port number is filled-in for TRAPs.ro INTEGER .1.3.6.1.4.1.351.2.3.1.1.9 |
frpGroup OBJECT IDENTIFIER .1.3.6.1.4.1.351.2.4 |
frpTableThe table of Frame Relay Ports. SEQUENCE OF FrpEntry .1.3.6.1.4.1.351.2.4.1 |
frpEntryAn entry in the Frame Relay Ports table. FrpEntry .1.3.6.1.4.1.351.2.4.1.1 |
frpLocalSlotLocal Slot Number.ro INTEGER .1.3.6.1.4.1.351.2.4.1.1.3 |
frpLocalPortLocal Port Number. These are numbered
starting at 1.ro INTEGER .1.3.6.1.4.1.351.2.4.1.1.4 |
frpPortSpeedPort Speed in bits per second.ro INTEGER .1.3.6.1.4.1.351.2.4.1.1.5 |
frpCommentStrataView User comment used to further
qualify the Frame Relay Port.ro DisplayString .1.3.6.1.4.1.351.2.4.1.1.6 |
frpActiveFrame Relay Port Active State.ro Active .1.3.6.1.4.1.351.2.4.1.1.7 |
frpStatusFrame Relay Port Status.ro Enumeration .1.3.6.1.4.1.351.2.4.1.1.8 |
frpQDepthFrame Relay Port queue depth.ro INTEGER .1.3.6.1.4.1.351.2.4.1.1.9 |
frpEcnThresholdFrame Relay Port ECN queue threshold.ro INTEGER .1.3.6.1.4.1.351.2.4.1.1.10 |
frpDeThresholdFrame Relay Port DE threshold.ro INTEGER .1.3.6.1.4.1.351.2.4.1.1.11 |
frpPortTypeFrame relay port type.ro Enumeration .1.3.6.1.4.1.351.2.4.1.1.12 |
frpLocalLineLocal Line Number.ro INTEGER .1.3.6.1.4.1.351.2.4.1.1.13 |
connGroup OBJECT IDENTIFIER .1.3.6.1.4.1.351.2.5 |
connServerTableThe table of Connections. SEQUENCE OF ConnEntry .1.3.6.1.4.1.351.2.5.1 |
connEntryAn entry in the Connections table. ConnEntry .1.3.6.1.4.1.351.2.5.1.1 |
connLocalSlotLocal Slot Number.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.3 |
connLocalChannelLocal Channel Number. These are numbered
starting at 1.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.4 |
connLocalDLCILocal DLCI Number.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.5 |
connRemoteNodeIdRemote StrataView Node ID.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.6 |
connRemoteSlotRemote Slot Number.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.7 |
connRemoteChannelRemote Channel Number. These are
numbered starting at 1.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.8 |
connRemoteDLCIRemote DLCI Number.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.9 |
connServerTypeConnection Type.ro Enumeration .1.3.6.1.4.1.351.2.5.1.1.10 |
connRateCombination 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.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.11 |
connLocalMaxPktsLocal maximum number of packets per second
allocated.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.12 |
connRemoteMaxPktsRemote maximum number of packets per second
allocated.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.13 |
connMinBandwidthMinimum guaranteed bandwidth in bits per
second. Zero if not meaningful.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.14 |
connDAXFlag to identify DAX connection.ro Enumeration .1.3.6.1.4.1.351.2.5.1.1.15 |
connTXRFlag to identify voice connection end point
card is TXR card type.ro Enumeration .1.3.6.1.4.1.351.2.5.1.1.16 |
connCommentStrataView user entered comment field used to
further qualify the connection.ro DisplayString .1.3.6.1.4.1.351.2.5.1.1.17 |
connActiveConnection Active State.ro Active .1.3.6.1.4.1.351.2.5.1.1.18 |
connStatusConnection Status.ro Enumeration .1.3.6.1.4.1.351.2.5.1.1.19 |
connQirConnection QIR.(bits per sec)ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.20 |
connPirConnection PIR.(bits per sec)ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.21 |
connVcQueDepthConnection VcQueDepth.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.22 |
connVcQueThresholdConnection VcQueThreshold.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.23 |
connCMaxConnection maximum threshold for FRP credit
manager.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.24 |
connPerUtilConnection Percent utilization.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.25 |
connConnInfoFlagConnection 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.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.26 |
connCirConnection CIR.(bits per sec)ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.27 |
connABitStatusConnection 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.ro INTEGER .1.3.6.1.4.1.351.2.5.1.1.28 |
connLocalLineLocal Line Number. Valid only for AXISro INTEGER .1.3.6.1.4.1.351.2.5.1.1.29 |
realTimeCountersGroup OBJECT IDENTIFIER .1.3.6.1.4.1.351.2.6 |
cirLineRTCTableThe table of Circuit Line statistics. SEQUENCE OF CirLineRTCEntry .1.3.6.1.4.1.351.2.6.2 |
cirLineRTCEntryAn entry in the Circuit Line statistics table.
Each row may be sparse. CirLineRTCEntry .1.3.6.1.4.1.351.2.6.2.1 |
cirLineRTCLineNumberCircuit Line Line Number.ro INTEGER .1.3.6.1.4.1.351.2.6.2.1.1 |
cirLineRTCBipolarViolationsThe number of bipolar violations which have
occurred on the line. This statistic is valid
for T1 circuits only.ro Counter .1.3.6.1.4.1.351.2.6.2.1.4 |
cirLineRTCFrameSlipsThe 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.ro Counter .1.3.6.1.4.1.351.2.6.2.1.5 |
cirLineRTCOutOfFramesThe number of 0 -> 1 transitions of the out of
frame conditions as detected by the hardware.ro Counter .1.3.6.1.4.1.351.2.6.2.1.6 |
cirLineRTCLossesOfSignalThe 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.ro Counter .1.3.6.1.4.1.351.2.6.2.1.7 |
cirLineRTCFrameBitErrorsThe 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.ro Counter .1.3.6.1.4.1.351.2.6.2.1.8 |
cirLineRTCCrcErrorsThe 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.ro Counter .1.3.6.1.4.1.351.2.6.2.1.9 |
cirLineRTCOutOfMultiFramesThe 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.ro Counter .1.3.6.1.4.1.351.2.6.2.1.10 |
cirLineRTCAllOnesInTimeslot16The number of 0 -> 1 transitions of AIS-16.
This statistic is valid only for CIP and CDP E1
format lines.ro Counter .1.3.6.1.4.1.351.2.6.2.1.11 |
frpRTCTableThe table of frame relay statistics. SEQUENCE OF FrpRTCEntry .1.3.6.1.4.1.351.2.6.3 |
frpRTCEntryAn entry in the frame relay statistics table.
Each row may be sparse. FrpRTCEntry .1.3.6.1.4.1.351.2.6.3.1 |
frpRTCSlotLocal Slot Number.ro INTEGER .1.3.6.1.4.1.351.2.6.3.1.1 |
frpRTCPortLocal Port Number. These are numbered
starting at 1.ro INTEGER .1.3.6.1.4.1.351.2.6.3.1.2 |
frpRTCFramesRcvdThe number of frames received by the FRP port.ro Counter .1.3.6.1.4.1.351.2.6.3.1.4 |
frpRTCFramesXmittedThe number of frames transmitted out the FRP
port.ro Counter .1.3.6.1.4.1.351.2.6.3.1.5 |
frpRTCBytesRcvdThe number of frame bytes received from the FRP
port.ro Counter .1.3.6.1.4.1.351.2.6.3.1.6 |
frpRTCBytesXmittedThe number of frame bytes transmitted out the
FRP port.ro Counter .1.3.6.1.4.1.351.2.6.3.1.7 |
frpRTCFramesXmittedWithFECNThe number of frames transmitted out the FRP
port with the FECN bit set.ro Counter .1.3.6.1.4.1.351.2.6.3.1.8 |
frpRTCFramesXmittedWithBECNThe number of frames transmitted out the FRP
port with the BECN bit set.ro Counter .1.3.6.1.4.1.351.2.6.3.1.9 |
frpRTCFramesRcvdCrcErrorsThe number of CRC errors on received frames
for the FRP port.ro Counter .1.3.6.1.4.1.351.2.6.3.1.10 |
frpRTCFramesRcvdInvalidFormatThe 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).ro Counter .1.3.6.1.4.1.351.2.6.3.1.11 |
frpRTCFramesRcvdAlignmentErrorsThe number of bit alignment errors on received
frames for the FRP port.ro Counter .1.3.6.1.4.1.351.2.6.3.1.12 |
frpRTCFramesRcvdIllegalLenThe number of frames received by the FRP port
which exceed the maximum allowed frame length.ro Counter .1.3.6.1.4.1.351.2.6.3.1.13 |
frpRTCDmaOverrunsThe number of DMA overruns on the FRP port.ro Counter .1.3.6.1.4.1.351.2.6.3.1.14 |
frpRTCLmiStatusEnquiresThe number of LMI status enquires received
from the user device by the FRP port.ro Counter .1.3.6.1.4.1.351.2.6.3.1.15 |
frpRTCLmiStatusXmitRateThe number of LMI status messages transmitted
to the user device from the FRP port per ??.ro Counter .1.3.6.1.4.1.351.2.6.3.1.16 |
frpRTCLmiStatusUpdateRateThe number of LMI update messages transmitted
to the user device from the FRP port per ??.ro Counter .1.3.6.1.4.1.351.2.6.3.1.17 |
frpRTCLmiInvalidStatusEnquiresThe number of invalid LMI status enquires
received from the user device by the FRP port.ro Counter .1.3.6.1.4.1.351.2.6.3.1.18 |
frpRTCLmiLinkTimeoutErrorsThe number of LMI link timeout errors.ro Counter .1.3.6.1.4.1.351.2.6.3.1.19 |
frpRTCLmiKeepaliveSequenceErrorsThe number of LMI keepalive sequence number
errors.ro Counter .1.3.6.1.4.1.351.2.6.3.1.20 |
frpRTCFramesRcvdUndefDlciErrorsThe number of frames received by the FRP port
which contain undefined DLCIs.ro Counter .1.3.6.1.4.1.351.2.6.3.1.21 |
frpRTCXmitStatusEnquireyTransmit Status Enquirey.ro Counter .1.3.6.1.4.1.351.2.6.3.1.22 |
frpRTCRxStatusCounterReceived Status counter.ro Counter .1.3.6.1.4.1.351.2.6.3.1.23 |
frpRTCAsyncStatusCounterAsynchronous Status Counter.ro Counter .1.3.6.1.4.1.351.2.6.3.1.24 |
frpRTCBadSequenceNumberCountInvalid Sequence number count.ro Counter .1.3.6.1.4.1.351.2.6.3.1.25 |
frpRTCTxProtocolTimeOutCountTransmit Protocol timeout count.ro Counter .1.3.6.1.4.1.351.2.6.3.1.26 |
frpRTCCLLMFramesTxCLLM message frames transmited.ro Counter .1.3.6.1.4.1.351.2.6.3.1.27 |
frpRTCCLLMBytesTxCLLM message bytes transmitted.ro Counter .1.3.6.1.4.1.351.2.6.3.1.28 |
frpRTCCLLMFramesRxCLLM Frames received.ro Counter .1.3.6.1.4.1.351.2.6.3.1.29 |
frpRTCCLLMBytesRxCLLM bytes received.ro Counter .1.3.6.1.4.1.351.2.6.3.1.30 |
frpRTCCLLMFailuresCLLM failures.ro Counter .1.3.6.1.4.1.351.2.6.3.1.31 |
frpRTCRxDEFramesDiscardedThe 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.ro Counter .1.3.6.1.4.1.351.2.6.3.1.32 |
frpRTCLineLocal Slot Number.ro INTEGER .1.3.6.1.4.1.351.2.6.3.1.33 |
connRTCTableThe table of Connection statistics. SEQUENCE OF ConnRTCEntry .1.3.6.1.4.1.351.2.6.4 |
connRTCEntryAn entry in the Connection statistics table. ConnRTCEntry .1.3.6.1.4.1.351.2.6.4.1 |
connRTCSlotLocal Slot Number.ro INTEGER .1.3.6.1.4.1.351.2.6.4.1.1 |
connRTCChannelLocal Channel Number. These are numbered
starting at 1.ro INTEGER .1.3.6.1.4.1.351.2.6.4.1.2 |
connRTCDLCILocal DLCI Number.ro INTEGER .1.3.6.1.4.1.351.2.6.4.1.3 |
connRTCRcvdFramesThe number of frames received from the FRP port
associated with the connection. This statistic
is valid for Frame Relay Connections only.ro Counter .1.3.6.1.4.1.351.2.6.4.1.4 |
connRTCRcvdFramesDiscardedThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.5 |
connRTCXmitFramesThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.6 |
connRTCXmitFramesDiscardedThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.7 |
connRTCRcvdPktsThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.8 |
connRTCRcvdPktsDiscardedThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.9 |
connRTCXmitPktsThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.10 |
connRTCXmitPktsProjectedThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.11 |
connRTCXmitPktsSupervisoryThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.12 |
connRTCRcvdBytesThe number of frame bytes received from the FRP
port associated with the connection endpoint.
This statistic is valid for Frame Relay
connections only.ro Counter .1.3.6.1.4.1.351.2.6.4.1.13 |
connRTCRcvdBytesDiscardedThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.14 |
connRTCXmitBytesThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.15 |
connRTCXmitBytesDiscardedThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.16 |
connRTCSecondsV25ModemOnThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.17 |
connRTCSecondsDsiEnabledThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.18 |
connRTCSecondsOffHookThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.19 |
connRTCSecondsInServiceThe 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.ro Counter .1.3.6.1.4.1.351.2.6.4.1.20 |
connRTCXmitFramesWithFECNThe number of frames transmitted out the FRP
port with the FECN bit set. This statistic is
valid for Frame Relay connections only.ro Counter .1.3.6.1.4.1.351.2.6.4.1.21 |
connRTCXmitFramesWithBECNThe number of frames transmitted out the FRP
port with the BECN bit set. This statistic
is valid for Frame Relay connections only.ro Counter .1.3.6.1.4.1.351.2.6.4.1.22 |
connRTCRxSupervisoryPktsThe number of of supervisory packets received.ro Counter .1.3.6.1.4.1.351.2.6.4.1.23 |
connRTCCongestedMinuitesThe number of minuites in which 50%or more frames
are tagged FECN by the FRP.ro Counter .1.3.6.1.4.1.351.2.6.4.1.24 |
connRTCFramesRxWithDEThe number of frames received from the FRP
with the DE bit set.ro Counter .1.3.6.1.4.1.351.2.6.4.1.25 |
connRTCFramesTxWithDEThe number of frames transmitted from the FRP
with the DE bit set.ro Counter .1.3.6.1.4.1.351.2.6.4.1.26 |
connRTCFramesDiscardedWithDEThe number of frames received from the local
frame relay port with their DE bit set which are
discarded before being transmitted onto the Muxbus.ro Counter .1.3.6.1.4.1.351.2.6.4.1.27 |
connRTCBytesRxWithDEThe number of bytes received from the FRP
for frames with the DE bit set.ro Counter .1.3.6.1.4.1.351.2.6.4.1.28 |
connRTCFramesRxExcessCirThe number of frames received in excess of CIR.ro Counter .1.3.6.1.4.1.351.2.6.4.1.29 |
connRTCBytesRxExcessCirThe number of frames received in excess of CIR.ro Counter .1.3.6.1.4.1.351.2.6.4.1.30 |
connRTCFramesTxExcessCirThe number of frames transmitted in excess of CIR.ro Counter .1.3.6.1.4.1.351.2.6.4.1.31 |
connRTCBytesTxExcessCirThe number of frames transmitted in excess of CIR.ro Counter .1.3.6.1.4.1.351.2.6.4.1.32 |
connRTCLineLine Number, for IPX it is always 0.ro INTEGER .1.3.6.1.4.1.351.2.6.4.1.33 |
trunkRTCTableThe table of Trunk Line statistics. SEQUENCE OF TrunkRTCEntry .1.3.6.1.4.1.351.2.6.5 |
trunkRTCEntryAn entry in the Trunk Line statistics table.
Each row may be sparse. TrunkRTCEntry .1.3.6.1.4.1.351.2.6.5.1 |
trunkRTCLocalSlotLocal Slot Number. These are numbered
starting at 1ro INTEGER .1.3.6.1.4.1.351.2.6.5.1.1 |
trunkRTCLocalPortLocal Port Number. These are numbered
starting at 1.ro INTEGER .1.3.6.1.4.1.351.2.6.5.1.2 |
trunkRTCBipolarViolationsThe 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.ro Counter .1.3.6.1.4.1.351.2.6.5.1.4 |
trunkRTCFrameSlipsThe 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.ro Counter .1.3.6.1.4.1.351.2.6.5.1.5 |
trunkRTCOutOfFramesThe 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.ro Counter .1.3.6.1.4.1.351.2.6.5.1.6 |
trunkRTCLossOfSignalThe number of 0 -> 1 transitions of the loss
of signal condition as detected by the
hardware. This statistic is valid for NTC
lines only.ro Counter .1.3.6.1.4.1.351.2.6.5.1.7 |
trunkRTCFrameBitErrorsThe 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.ro Counter .1.3.6.1.4.1.351.2.6.5.1.8 |
trunkRTCCrcErrorsThe 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.ro Counter .1.3.6.1.4.1.351.2.6.5.1.9 |
trunkRTCPktOutOfFramesThe 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.ro Counter .1.3.6.1.4.1.351.2.6.5.1.10 |
trunkRTCPktCrcErrorsThe number of packets received with detected
CRC errors in the packet headers.ro Counter .1.3.6.1.4.1.351.2.6.5.1.11 |
trunkRTCBadClockErrorsThe 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.ro Counter .1.3.6.1.4.1.351.2.6.5.1.12 |
trunkRTCVoicePktsDroppedThe number of voice packets dropped on a line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.13 |
trunkRTCTimeStampedPktsDroppedThe number of time stamped data packets
dropped on the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.14 |
trunkRTCNonTimeStampedPktsDroppedThe number of non-time stamped data packets
dropped on the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.15 |
trunkRTCHighPriorityPktsDroppedThe number of high priority (PCC) packets
dropped on the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.16 |
trunkRTCBurstyDataPktsDroppedThe number of bursty data packets dropped on
the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.17 |
trunkRTCMulticastPktsDroppedThe number of Multicast packets dropped on
the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.18 |
trunkRTCVoicePktsXmittedThe number of voice packets transmitted onto
the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.19 |
trunkRTCTimeStampedPktsXmittedThe number of time stamped packets transmitted
onto the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.20 |
trunkRTCNonTimeStampedPktsXmittedThe number of non-time stamped packets
transmitted onto the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.21 |
trunkRTCHighPriorityPktsXmittedThe number of high priority packets
transmitted onto the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.22 |
trunkRTCBurstyDataPktsXmittedThe number of bursty data packets transmitted
onto the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.23 |
trunkRTCMulticastPktsXmittedThe number of Multicast packets transmitted
onto the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.24 |
trunkRTCPktsXmittedThe total number of packets transmitted onto
the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.25 |
trunkRTCTxBurstyDataAClpPktsDroppedThe number of packets with the CLP bit set that
are dropped from the bursty data A queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.26 |
trunkRTCTxBurstyDataBClpPktsDroppedThe number of packets with the CLP bit set that
are dropped from the bursty data B queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.27 |
trunkRTCBurstyDataAEfcnPktsTx2LineThe number of packets with the EFCN bit set which
have been transmitted onto the line from the bursty
data A queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.28 |
trunkRTCBurstyDataBEfcnPktsTx2LineThe number of packets with the EFCN bit set which
have been transmitted onto the line from the bursty
data B queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.29 |
trunkRTCBurstyDataAClpPktsTx2LineThe number of packets with the CLP bit set which
have been transmitted onto the line from the bursty
data A queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.30 |
trunkRTCBurstyDataBClpPktsTx2LineThe number of packets with the CLP bit set which
have been transmitted onto the line from the bursty
data B queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.31 |
trunkRTCAtmCellHeaderHecErrorsThe number of ATM cell headers with HEC errors.ro Counter .1.3.6.1.4.1.351.2.6.5.1.32 |
trunkRTCTxVoiceCellsDroppedThe number of transmit voice cells dropped.ro Counter .1.3.6.1.4.1.351.2.6.5.1.33 |
trunkRTCTxTimeStampCellsDroppedThe number of transmit time stamped cells
dropped.ro Counter .1.3.6.1.4.1.351.2.6.5.1.34 |
trunkRTCTxNonTStampCellsDroppedThe number of transmit non time stamped cells
dropped.ro Counter .1.3.6.1.4.1.351.2.6.5.1.35 |
trunkRTCTxHighPriorityCellsDroppedThe number of transmit high priority cells
dropped.ro Counter .1.3.6.1.4.1.351.2.6.5.1.36 |
trunkRTCTxBurstyDataACellsDroppedThe number of cells dropped from the bursty
data A queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.37 |
trunkRTCTxBurstyDataBCellsDroppedThe number of cells dropped from the bursty
data B queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.38 |
trunkRTCVoiceCellsTx2LineThe number of voice cells transmitted onto
the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.39 |
trunkRTCTimeStampCellsTx2LineThe number of time stamped cells tranmsitted
onto the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.40 |
trunkRTCNonTimeStampCellsTx2LineThe number of non time stamped cells tranmsitted
onto the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.41 |
trunkRTCHighPriorityCellsTx2LineThe number of high priority cells transmitted
onto the line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.42 |
trunkRTCBurstyDataACellsTx2LineThe number of cells which have been transmitted
onto the line from the bursty data A queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.43 |
trunkRTCBurstyDataBCellsTx2LineThe number of cells which have been transmitted
onto the line from the bursty data B queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.44 |
trunkRTCTotalCellsTx2LineThe number of cells transmitted onto the
line.ro Counter .1.3.6.1.4.1.351.2.6.5.1.45 |
trunkRTCTxBurstyDataAClpCellsDroppedThe number of cells with the CLP bit set
which have been dropped from the bursty
data A queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.46 |
trunkRTCTxBurstyDataBClpCellsDroppedThe number of cells with the CLP bit set
which have been dropped from the bursty
data B queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.47 |
trunkRTCBurstyDataAEfcnCellsTx2LineThe number of cells with the EFCN bit set
which have been transmitted onto the line
from the bursty data A queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.48 |
trunkRTCBurstyDataBEfcnCellsTx2LineThe number of cells with the EFCN bit set
which have been transmitted onto the line
from the bursty data B queue.ro Counter .1.3.6.1.4.1.351.2.6.5.1.49 |
trunkRTCPlcpOutOfFramesThe number of out of frame conditions.ro Counter .1.3.6.1.4.1.351.2.6.5.1.50 |
connSvc OBJECT IDENTIFIER .1.3.6.1.4.1.351.3 |
connMibUpTimethe 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.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.351.3.1 |
connAvailIndexThis 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 0ro INTEGER .1.3.6.1.4.1.351.3.2 |
connectionTableA List of Connection Virtual Circuit Entries SEQUENCE OF ConnectionEntry .1.3.6.1.4.1.351.3.3 |
connectionEntryA General Connection Entry ConnectionEntry .1.3.6.1.4.1.351.3.3.1 |
connectionIndexA 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.ro INTEGER .1.3.6.1.4.1.351.3.3.1.1 |
connectionLocalEndPtThe object identifier of the 1st attribute of the end point
in the associated protocol specific end point table.rw OBJECT IDENTIFIER .1.3.6.1.4.1.351.3.3.1.2 |
connectionRemoteEndPtThe object identifier of the 1st attribute of the end point
in the associated protocol specific end point table.rw OBJECT IDENTIFIER .1.3.6.1.4.1.351.3.3.1.3 |
connectionAdminStatusAdministrative status of the connection. This attribute
may be set to 'testing' only when connectionOpStatus has the value
'clear'.rw Enumeration .1.3.6.1.4.1.351.3.3.1.4 |
connectionOpStatusA 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.ro Enumeration .1.3.6.1.4.1.351.3.3.1.5 |
connectionRowStatusTo 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 requestrw Enumeration .1.3.6.1.4.1.351.3.3.1.6 |
connectionTrkAvoidTypeUser 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.rw Enumeration .1.3.6.1.4.1.351.3.3.1.7 |
connectionTrkAvoidZCSFlag to force the connection to avoid trunks with zero
code suppression (ZCS).rw Enumeration .1.3.6.1.4.1.351.3.3.1.8 |
connectionForesightFlag to enable/disable foresight.rw Enumeration .1.3.6.1.4.1.351.3.3.1.9 |
connectionClassOfServiceA class of service for this connection. The lower
the class value, the higher the routing priority
of the connection.rw INTEGER .1.3.6.1.4.1.351.3.3.1.10 |
connectionCurrRouteDescA 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:
(<node-name>.<TRK>[.0])* - <node-name>
(<node-name>.<slot.port>)* - <node-name>
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).ro DisplayString .1.3.6.1.4.1.351.3.3.1.11 |
connectionPrefRouteDescDescriptor 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:
(<node-name>.<TRK>[.0])* - <node-name>
(<node-name>.<slot.port>)* - <node-name>
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).rw DisplayString .1.3.6.1.4.1.351.3.3.1.12 |
connRouteMasterThe node name of the route master.ro DisplayString .1.3.6.1.4.1.351.3.3.1.13 |
connectionLocOSpacePktsThis 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.ro INTEGER (-1..2147483647) .1.3.6.1.4.1.351.3.3.1.14 |
connectionLocOSpaceBdaCmaxThis 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.ro INTEGER (-1..65534) .1.3.6.1.4.1.351.3.3.1.15 |
connectionLocOSpaceBdbCmaxThis 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.ro INTEGER (-1..65534) .1.3.6.1.4.1.351.3.3.1.16 |
connectionRemOSpacePktsThis 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.ro INTEGER (-1..2147483647) .1.3.6.1.4.1.351.3.3.1.17 |
connectionRemOSpaceBdaCmaxThis 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.ro INTEGER (-1..65534) .1.3.6.1.4.1.351.3.3.1.18 |
connectionRemOSpaceBdbCmaxThis 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.ro INTEGER (-1..65534) .1.3.6.1.4.1.351.3.3.1.19 |
connectionTestTypeSpecifies 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'.rw Enumeration .1.3.6.1.4.1.351.3.3.1.20 |
connectionTestResultThis 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.ro INTEGER .1.3.6.1.4.1.351.3.3.1.21 |
connectionAbitStatusA-bit status of the connection.ro Enumeration .1.3.6.1.4.1.351.3.3.1.22 |
connectionTypeConnection 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.ro Enumeration .1.3.6.1.4.1.351.3.3.1.23 |
connectionLocalStrThe 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.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.3.3.1.24 |
connectionRemoteStrThe 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.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.3.3.1.25 |
frEndPtTableA List of frame relay virtual circuit end points SEQUENCE OF FrEndPtEntry .1.3.6.1.4.1.351.3.4 |
frEndPtEntryA frame relay end point Entry FrEndPtEntry .1.3.6.1.4.1.351.3.4.1 |
frEndPtNodeNameThe node name.rw DisplayString .1.3.6.1.4.1.351.3.4.1.1 |
frEndPtIfShelfString identifying the shelf. This is a null string
for end points which do not have a shelf name.rw DisplayString .1.3.6.1.4.1.351.3.4.1.2 |
frEndPtSlotSlot Number.rw INTEGER .1.3.6.1.4.1.351.3.4.1.3 |
frEndPtLineLine Number. If no line number is associated with the
end point then this value is 0.rw INTEGER .1.3.6.1.4.1.351.3.4.1.4 |
frEndPtPortPort Number.rw INTEGER .1.3.6.1.4.1.351.3.4.1.5 |
frEndPtDlciDLCI.rw INTEGER .1.3.6.1.4.1.351.3.4.1.6 |
frEndPtConnIndexIf the value of this object is greater than 0 then it is
the index identifying the associated connectionEntry.
Value 0 indicates dangling end point.ro INTEGER .1.3.6.1.4.1.351.3.4.1.7 |
frEndPtAdminStatusAdministrative status of the end point.rw Enumeration .1.3.6.1.4.1.351.3.4.1.8 |
frEndPtOpStatusOperational 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.ro Enumeration .1.3.6.1.4.1.351.3.4.1.9 |
frEndPtRowStatusThe 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.rw Enumeration .1.3.6.1.4.1.351.3.4.1.10 |
frEndPtMIRThe 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.rw INTEGER .1.3.6.1.4.1.351.3.4.1.11 |
frEndPtCIRThe 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.rw INTEGER .1.3.6.1.4.1.351.3.4.1.12 |
frEndPtBcThe 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.rw INTEGER .1.3.6.1.4.1.351.3.4.1.13 |
frEndPtBeThe 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.rw INTEGER .1.3.6.1.4.1.351.3.4.1.14 |
frEndPtVcQSizeThe value of this object is the maximum queue depth
(in bytes) for this end-point.rw INTEGER .1.3.6.1.4.1.351.3.4.1.15 |
frEndPtPIRThe 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.rw INTEGER .1.3.6.1.4.1.351.3.4.1.16 |
frEndPtCMAXThe maximum credits that can be accrued for this
end-point. This is not applicable for AXIS-frsm channels.rw INTEGER .1.3.6.1.4.1.351.3.4.1.17 |
frEndPtEcnQSizeThe 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.rw INTEGER .1.3.6.1.4.1.351.3.4.1.18 |
frEndPtQIRThe 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.rw INTEGER .1.3.6.1.4.1.351.3.4.1.19 |
frEndPtPercUtilThe 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.rw INTEGER .1.3.6.1.4.1.351.3.4.1.20 |
frEndPtPriorityPriority 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.rw Enumeration .1.3.6.1.4.1.351.3.4.1.21 |
frEndPtInitialBurstSizeInitial burst size in bytes.
Note that InitialBurstSize should be less than or equal to Bc.
This is valid for frEndPtType of 'frsm'.rw INTEGER .1.3.6.1.4.1.351.3.4.1.22 |
frEndPtDeTaggingEnable/disable DE tagging in the ingress direction only.
This is valid for frEndPtType of 'frsm'.rw Enumeration .1.3.6.1.4.1.351.3.4.1.23 |
frEndPtIngressDeThresholdIngress threshold at which deletion occurs based on DE.
This is valid for frEndPtType of 'frsm'.rw INTEGER .1.3.6.1.4.1.351.3.4.1.24 |
frEndPtEgressQDepthEgress Q Depth. This is valid for frEndPtType of 'frsm'.rw INTEGER .1.3.6.1.4.1.351.3.4.1.25 |
frEndPtEgressDeThresholdEgress threshold at which deletion occurs based on DE.
This is valid for frEndPtType of 'frsm'.rw INTEGER .1.3.6.1.4.1.351.3.4.1.26 |
frEndPtEgressEcnThresholdECN threshold. This is valid for frEndPtType of 'frsm'.rw INTEGER .1.3.6.1.4.1.351.3.4.1.27 |
frEndPtEgressQSelectSelects 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'.rw Enumeration .1.3.6.1.4.1.351.3.4.1.28 |
frEndPtLpbkStateThe 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 64ro INTEGER .1.3.6.1.4.1.351.3.4.1.29 |
frEndPtTypeIdentifies 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'.ro Enumeration .1.3.6.1.4.1.351.3.4.1.30 |
frEndPtchanType(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.rw Enumeration .1.3.6.1.4.1.351.3.4.1.31 |
frEndPtchanFECNconfigThe 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.rw Enumeration .1.3.6.1.4.1.351.3.4.1.32 |
frEndPtchanDEtoCLPmapFor (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.rw Enumeration .1.3.6.1.4.1.351.3.4.1.33 |
frEndPtchanCLPtoDEmapValues (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.rw Enumeration .1.3.6.1.4.1.351.3.4.1.34 |
aitEndPtTableA List of frame relay virtual circuit end points SEQUENCE OF AitEndPtEntry .1.3.6.1.4.1.351.3.5 |
aitEndPtEntryA frame relay end point Entry AitEndPtEntry .1.3.6.1.4.1.351.3.5.1 |
aitEndPtNodeNameThe node name.ro DisplayString .1.3.6.1.4.1.351.3.5.1.1 |
aitEndPtIfShelfString identifying the shelf. This is a null string
for end points which do not have a shelf name.ro DisplayString .1.3.6.1.4.1.351.3.5.1.2 |
aitEndPtSlotSlot Number.ro INTEGER .1.3.6.1.4.1.351.3.5.1.3 |
aitEndPtVpiVPI.ro INTEGER .1.3.6.1.4.1.351.3.5.1.4 |
aitEndPtVciVCI.ro INTEGER .1.3.6.1.4.1.351.3.5.1.5 |
aitEndPtConnIndexIf the value of this object is greater than 0 then it is
the index identifying the associated connectionEntry.ro INTEGER .1.3.6.1.4.1.351.3.5.1.6 |
aitEndPtAdminStatusAdministrative status of the end point.ro Enumeration .1.3.6.1.4.1.351.3.5.1.7 |
aitEndPtOpStatusOperational Status of the end point.ro Enumeration .1.3.6.1.4.1.351.3.5.1.8 |
aitEndPtMIRThe 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.ro INTEGER .1.3.6.1.4.1.351.3.5.1.9 |
aitEndPtCIRThe 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.ro INTEGER .1.3.6.1.4.1.351.3.5.1.10 |
aitEndPtVcQSizeThe value of this object is the maximum queue depth
(in bytes) for this end-point.
This object is required before row creation is complete.ro INTEGER .1.3.6.1.4.1.351.3.5.1.13 |
aitEndPtPIRThe 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.ro INTEGER .1.3.6.1.4.1.351.3.5.1.14 |
aitEndPtCMAXThe maximum credits that can be accrued for this
end-point.
This object is required before row creation is complete.ro INTEGER .1.3.6.1.4.1.351.3.5.1.15 |
aitEndPtEcnQSizeThe 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.ro INTEGER .1.3.6.1.4.1.351.3.5.1.16 |
aitEndPtQIRThe 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.ro INTEGER .1.3.6.1.4.1.351.3.5.1.17 |
aitEndPtPercUtilThe 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.ro INTEGER .1.3.6.1.4.1.351.3.5.1.18 |
aitEndPtPriorityconnection priority.ro Enumeration .1.3.6.1.4.1.351.3.5.1.19 |
atmEndPtTableThe ATM End-Point table. This table
is used to model a PVC end-point. This table
contains the traffic parameters for ATM end-point. SEQUENCE OF AtmEndPtEntry .1.3.6.1.4.1.351.3.6 |
atmEndPtEntryAn entry in the ATM End-point table. AtmEndPtEntry .1.3.6.1.4.1.351.3.6.1 |
atmEndPtNodeNameNode name of this endpoint.rw DisplayString .1.3.6.1.4.1.351.3.6.1.1 |
atmEndPtIfShelfShelf name of this endpoint. If no shelf name than this
value is a NULL string.rw DisplayString .1.3.6.1.4.1.351.3.6.1.2 |
atmEndPtSlotLocal Slot Number.rw INTEGER .1.3.6.1.4.1.351.3.6.1.3 |
atmEndPtPortLocal Port Number. These are numbered starting at 1.rw INTEGER .1.3.6.1.4.1.351.3.6.1.4 |
atmEndPtVpiVirtual port index.rw INTEGER .1.3.6.1.4.1.351.3.6.1.5 |
atmEndPtVcivirtual channel index.rw INTEGER .1.3.6.1.4.1.351.3.6.1.6 |
atmEndPtConnIndexIf the value of this object is greater than 0 then it is
the index identifying the associated connectionEntry.ro INTEGER .1.3.6.1.4.1.351.3.6.1.7 |
atmEndPtAdminStatusAdmin Status of the end point.rw Enumeration .1.3.6.1.4.1.351.3.6.1.9 |
atmEndPtOpStatusOperational Status of the end point.ro Enumeration .1.3.6.1.4.1.351.3.6.1.10 |
atmEndPtRowStatusThe manager must set this to 'createAndGo' when creating
a new entry. Other required elements can also be set in the
same SET requestrw Enumeration .1.3.6.1.4.1.351.3.6.1.11 |
atmEndPtMIRThe 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.rw INTEGER .1.3.6.1.4.1.351.3.6.1.12 |
atmEndPtCIRThe 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.rw INTEGER .1.3.6.1.4.1.351.3.6.1.13 |
atmEndPtPIRThe 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.rw INTEGER .1.3.6.1.4.1.351.3.6.1.14 |
atmEndPtQIRThe 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.rw INTEGER .1.3.6.1.4.1.351.3.6.1.15 |
atmEndPtPercUtilThe 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.rw INTEGER .1.3.6.1.4.1.351.3.6.1.16 |
atmEndPtPriorityqueueing priority.ro Enumeration .1.3.6.1.4.1.351.3.6.1.17 |
atmEndPtIBSThe 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.rw INTEGER .1.3.6.1.4.1.351.3.6.1.18 |
atmEndPtVcQSizeThe 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.rw INTEGER .1.3.6.1.4.1.351.3.6.1.19 |
segmentTableA List of Connection Entries SEQUENCE OF SegmentEntry .1.3.6.1.4.1.351.3.7 |
segmentEntryA generic end point Entry SegmentEntry .1.3.6.1.4.1.351.3.7.1 |
segEndPtTableIdThe end point table from which the remaining indices are obtained.ro Enumeration .1.3.6.1.4.1.351.3.7.1.1 |
segNodeNameThe node name.ro DisplayString .1.3.6.1.4.1.351.3.7.1.2 |
segShelfString identifying the shelf. This is a null string
for end points which do not have a shelf name.ro DisplayString .1.3.6.1.4.1.351.3.7.1.3 |
segSlotSlot Number.ro INTEGER .1.3.6.1.4.1.351.3.7.1.4 |
segLineLine Number. If no line number is associated with the
end point then this value is 0.ro INTEGER .1.3.6.1.4.1.351.3.7.1.5 |
segPortPort Number.ro INTEGER .1.3.6.1.4.1.351.3.7.1.6 |
segSubChn1The 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 VPIro INTEGER .1.3.6.1.4.1.351.3.7.1.7 |
segSubChn2If 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.ro INTEGER .1.3.6.1.4.1.351.3.7.1.8 |
segOeEndPtThe 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}.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.3.7.1.9 |
segConnIndexThe 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.ro INTEGER .1.3.6.1.4.1.351.3.7.1.10 |
segNextSegThe 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.3.7.1.11 |
cmpaErrorLastIndexIf 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.ro INTEGER .1.3.6.1.4.1.351.3.8 |
cmpaErrorFlushAllSetting 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.rw Enumeration .1.3.6.1.4.1.351.3.9 |
cmpaErrorTableA List of recent Errors reported by the
Ports Proxy Agent (PPA). SEQUENCE OF CmpaErrorEntry .1.3.6.1.4.1.351.3.10 |
cmpaErrorEntryA General Error Status Entry. CmpaErrorEntry .1.3.6.1.4.1.351.3.10.1 |
cmpaErrorReqIdThis 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.ro INTEGER .1.3.6.1.4.1.351.3.10.1.1 |
cmpaErrorDescThis 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.ro DisplayString .1.3.6.1.4.1.351.3.10.1.2 |
cmpaErrorEcodeThis 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.ro Enumeration .1.3.6.1.4.1.351.3.10.1.3 |
cmpaErrorLastDescThis contains the error description of the last error
generated. If error table contains no errors, GET on
this will return NULL stringro DisplayString .1.3.6.1.4.1.351.3.11 |
cmpaErrorLastEcodeThis contains the error code of the last error
generated. If error table contains no errors,
GET on this object returns 500ro Enumeration .1.3.6.1.4.1.351.3.12 |
portSvc OBJECT IDENTIFIER .1.3.6.1.4.1.351.4 |
portsInfoTablePorts information for the specified line SEQUENCE OF PortsInfoEntry .1.3.6.1.4.1.351.4.1 |
portsInfoEntryPorts Information Entry PortsInfoEntry .1.3.6.1.4.1.351.4.1.1 |
portsInfoNodeString identifying the nodero DisplayString .1.3.6.1.4.1.351.4.1.1.1 |
portsInfoShelfString identifying the shelfro DisplayString .1.3.6.1.4.1.351.4.1.1.2 |
portsInfoSlotSlot Numberro INTEGER .1.3.6.1.4.1.351.4.1.1.3 |
portsInfoLineLine Number. For IPX ports Line Number is always 0ro INTEGER .1.3.6.1.4.1.351.4.1.1.4 |
portsInfoPortPort Numberro INTEGER .1.3.6.1.4.1.351.4.1.1.5 |
portsInfoPortTypePort type includes Card type as well as Interface typero Enumeration .1.3.6.1.4.1.351.4.1.1.6 |
portsInfoPortStatePort statero Enumeration .1.3.6.1.4.1.351.4.1.1.7 |
portsInfoPortSpeedConfigured speed of port in kbpsro INTEGER .1.3.6.1.4.1.351.4.1.1.8 |
frPortsCfgTablefr ports updations for AXIS and IPX. SEQUENCE OF FrPortsCfgEntry .1.3.6.1.4.1.351.4.2 |
frPortsCfgEntryPorts Cfgrmation Entry FrPortsCfgEntry .1.3.6.1.4.1.351.4.2.1 |
frPortsCfgNodeString identifying the Nodero DisplayString .1.3.6.1.4.1.351.4.2.1.1 |
frPortsCfgShelfString identifying the shelfro DisplayString .1.3.6.1.4.1.351.4.2.1.2 |
frPortsCfgSlotSlot Numberro INTEGER .1.3.6.1.4.1.351.4.2.1.3 |
frPortsCfgLineLine Number. For IPX ports Line Number is always 0ro INTEGER .1.3.6.1.4.1.351.4.2.1.4 |
frPortsCfgPortPort Numberro INTEGER .1.3.6.1.4.1.351.4.2.1.5 |
frPortsCfgRowStatusadd, del & modify are for both AXIS and IPX ports, but
up and down are for IPX onlyrw Enumeration .1.3.6.1.4.1.351.4.2.1.6 |
frPortsCfgPortTypeCard type, FRP or FRSMro Enumeration .1.3.6.1.4.1.351.4.2.1.7 |
frPortsCfgPortStatePortStatero Enumeration .1.3.6.1.4.1.351.4.2.1.8 |
frPortsCfgChCntThe number of aggregate channels assigned to this
port (FRI T1/E1 interface only).
For subrate ports, this object is always 1.ro INTEGER .1.3.6.1.4.1.351.4.2.1.9 |
frPortsCfgPortSpeedConfigured speed of port in kbps.
- Set operation:
For subrate(V.35) interface only.
For E1/T1, you can set only while adding the portrw INTEGER .1.3.6.1.4.1.351.4.2.1.10 |
frPortsCfgDs0ChSpeedchannel speed.
This is not applicable for FRP-V35 subrate ports.
Set operation:
- Allowed only while adding the port.rw Enumeration .1.3.6.1.4.1.351.4.2.1.11 |
frPortsCfgSigProtThe 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 parametersrw Enumeration .1.3.6.1.4.1.351.4.2.1.12 |
frPortsCfgNNIStatusThe 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.ro Enumeration .1.3.6.1.4.1.351.4.2.1.13 |
frPortsCfgAsyncUpdThe 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.rw Enumeration .1.3.6.1.4.1.351.4.2.1.14 |
frPortsCfgPollVerTimerThe 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.rw INTEGER .1.3.6.1.4.1.351.4.2.1.15 |
frPortsCfgErrThreshThe 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.rw INTEGER .1.3.6.1.4.1.351.4.2.1.16 |
frPortsCfgMonEveCntThe 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.rw INTEGER .1.3.6.1.4.1.351.4.2.1.17 |
frPortsCfgFrmFlagsThe 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)rw INTEGER .1.3.6.1.4.1.351.4.2.1.18 |
frPortsCfgLinkTimerT391 - 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 reportedrw INTEGER .1.3.6.1.4.1.351.4.2.1.19 |
frPortsCfgPollCycleN391 - 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.rw INTEGER .1.3.6.1.4.1.351.4.2.1.20 |
frAxPortsCfgSvcRatioNumber 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.rw INTEGER .1.3.6.1.4.1.351.4.2.1.21 |
frIxPortsCfgClockTypeThe 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.rw Enumeration .1.3.6.1.4.1.351.4.2.1.22 |
frIxPortsCfgVcCountThe 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.ro INTEGER .1.3.6.1.4.1.351.4.2.1.23 |
frPortsCfgVcPtrThe 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.4.2.1.24 |
frIxPortsCfgMaxTxQDepthThe 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.rw INTEGER .1.3.6.1.4.1.351.4.2.1.25 |
frIxPortsCfgECNQThreshPort 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.rw INTEGER .1.3.6.1.4.1.351.4.2.1.26 |
frIxPortsCfgDEThreshThe 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.rw INTEGER .1.3.6.1.4.1.351.4.2.1.27 |
frIxPortsCfgIDEMapThe 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.rw Enumeration .1.3.6.1.4.1.351.4.2.1.28 |
frIxPortsCfgCommPriThe 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.rw Enumeration .1.3.6.1.4.1.351.4.2.1.29 |
frIxPortsCfgUpRNRThe 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.rw INTEGER .1.3.6.1.4.1.351.4.2.1.30 |
frIxPortsCfgLowRNRThe 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.rw INTEGER .1.3.6.1.4.1.351.4.2.1.31 |
frIxPortsCfgOamThreshThe 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.rw INTEGER .1.3.6.1.4.1.351.4.2.1.32 |
frIxPortsCfgCLLMTimerThe 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.rw INTEGER .1.3.6.1.4.1.351.4.2.1.33 |
frIxPortsCfgEFCItoBECNThis 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.rw Enumeration .1.3.6.1.4.1.351.4.2.1.34 |
frIxPortsCfgSrRTSThe 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.ro Enumeration .1.3.6.1.4.1.351.4.2.1.35 |
frIxPortsCfgSrDTRThe 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.ro Enumeration .1.3.6.1.4.1.351.4.2.1.36 |
frIxPortsCfgSrDCDThe 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.ro Enumeration .1.3.6.1.4.1.351.4.2.1.37 |
frIxPortsCfgSrCTSThe 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.ro Enumeration .1.3.6.1.4.1.351.4.2.1.38 |
frIxPortsCfgSrDSRThe 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.ro Enumeration .1.3.6.1.4.1.351.4.2.1.39 |
frIxPortsCfgLoopBackThe loopback mode.
Only applicable to IPX-FRP ports.
The value (-2) will be returned for AXIS-FRSM ports.ro Enumeration .1.3.6.1.4.1.351.4.2.1.40 |
frIxPortsCfgExtConFailThe 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.ro Enumeration .1.3.6.1.4.1.351.4.2.1.41 |
frAxPortsCfgLogPortLogical port for the given physical port.
Only applicable to AXIS-FRSM ports.
The value (-2) will be returned for IPX-FRP ports.ro INTEGER .1.3.6.1.4.1.351.4.2.1.42 |
ppaErrorLastIndexIf 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.ro INTEGER .1.3.6.1.4.1.351.4.8 |
ppaErrorFlushAllSetting 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.rw Enumeration .1.3.6.1.4.1.351.4.9 |
ppaErrorTableA List of recent Errors reported by the
Ports Proxy Agent (PPA). SEQUENCE OF PpaErrorEntry .1.3.6.1.4.1.351.4.10 |
ppaErrorEntryA General Error Status Entry. PpaErrorEntry .1.3.6.1.4.1.351.4.10.1 |
ppaErrorReqIdThis 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.ro INTEGER .1.3.6.1.4.1.351.4.10.1.1 |
ppaErrorDescThis 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.ro DisplayString .1.3.6.1.4.1.351.4.10.1.2 |
ppaErrorEcodeThis 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.ro Enumeration .1.3.6.1.4.1.351.4.10.1.3 |
ppaErrorLastDescThis contains the error description of the last error
generated. If error table contains no errors, GET on
this will return NULL stringro DisplayString .1.3.6.1.4.1.351.4.11 |
ppaErrorLastEcodeThis contains the error code of the last error
generated. If error table contains no errors,
GET on this object returns 500ro Enumeration .1.3.6.1.4.1.351.4.12 |
snmpAgents OBJECT IDENTIFIER .1.3.6.1.4.1.351.100 |
strmSwitchMIB OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4 |
switchInterfaces OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.1 |
switchIfTableA list of ports and subports, and their interfaces SEQUENCE OF SwitchIfEntry .1.3.6.1.4.1.351.100.4.1.1 |
switchIfEntryA slot-port-subport entry SwitchIfEntry .1.3.6.1.4.1.351.100.4.1.1.1 |
switchIfIndexThe 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);rw INTEGER .1.3.6.1.4.1.351.100.4.1.1.1.1 |
switchIfSlotThe slot number.ro INTEGER .1.3.6.1.4.1.351.100.4.1.1.1.2 |
switchIfPortThe port number.ro INTEGER .1.3.6.1.4.1.351.100.4.1.1.1.3 |
switchIfSubPortThe subport number, used to identify virtual trunks.ro INTEGER .1.3.6.1.4.1.351.100.4.1.1.1.4 |
switchIfMediaTypeThe type of interface. This object is normally used to
provide information about a media layer, such as ds1, ds3,
or sonet.ro Enumeration .1.3.6.1.4.1.351.100.4.1.1.1.5 |
switchIfServiceUser requested service for logical interface table row.
atmVsiIntfTrk is only available for BXM resource on BPX.
IPX cannot support the service.rw Enumeration .1.3.6.1.4.1.351.100.4.1.1.1.6 |
switchIfAdmStatusUser 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).rw Enumeration .1.3.6.1.4.1.351.100.4.1.1.1.7 |
switchIfOperStatusThe current state for logical interface table row.ro Enumeration .1.3.6.1.4.1.351.100.4.1.1.1.8 |
switchIfPhysPortThis 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 RoutingTrkrw INTEGER .1.3.6.1.4.1.351.100.4.1.1.1.9 |
switchIfPartiIdThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.1.1.1.10 |
switchIfCtrlerIdThe 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 IDrw INTEGER (-1..32) SYNTAX INTEGER .1.3.6.1.4.1.351.100.4.1.1.1.11 |
switchServiceObjects OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.2 |
frServiceObjects OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.2.1 |
frLportCnfTableThe 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 SEQUENCE OF FrLportCnfEntry .1.3.6.1.4.1.351.100.4.2.1.1 |
frLportCnfEntryAn 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. FrLportCnfEntry .1.3.6.1.4.1.351.100.4.2.1.1.1 |
frLportSlotIndexThe slot numberro INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.1 |
frLportPortIndexThe port numberro INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.2 |
frLportPortDLCIPort 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.ro INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.3 |
frLportAdminStatusUser requested state for logical port table row. A user
may up, down, configure, add and delete a FR Logical port.rw Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.4 |
frLportOperStatusActual state of the logical port.ro Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.5 |
frLportPortSpeedThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.6 |
frLportClockTypeThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.7 |
frLportPortTypeThe 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.ro Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.8 |
frLportVcCountThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.9 |
frLportFirstVcPtrThe 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.2.1.1.1.10 |
frLportAggrChCntThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.11 |
frLportChSpeedThe channel speed (FRI T1/E1 interface only). For FRI
subrate interface this object should be set as na.rw Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.12 |
frLportMaxTxQDepthThe maximum bytes queued for transmission from the
FRP portrw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.13 |
frLportECNQThreshPort 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.14 |
frLportDEThreshThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.15 |
frLportIDEMapThe flag indicating whether IDE to DE mapping should be
performed.rw Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.16 |
frLportSigProtThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.17 |
frLportNNIStatusThe 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.ro Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.18 |
frLportAsynStatusThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.19 |
frLportPolVerTmrThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.20 |
frLportErrThreshThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.21 |
frLportMonEveCntThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.22 |
frLportCommPriThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.23 |
frLportUpRNRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.24 |
frLportLowRNRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.25 |
frLportMinFrmFlgsThe minimum number of flags between frames. All values
in the range 1 to 255 are valid and the default is 1.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.26 |
frLportOamThreshThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.27 |
frLportLinkTimerT391 - 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.28 |
frLportPollCycleN391 - 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.29 |
frLportCLLMTimerThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.1.1.1.30 |
frLportEFCItoBECNThis object indicates whether EFCI to BECN mapping
is enabled.rw Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.31 |
frLportSrRTSThe 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.ro Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.32 |
frLportSrDTRThe 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.ro Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.33 |
frLportSrDCDThe 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.ro Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.34 |
frLportSrCTSThe 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.ro Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.35 |
frLportSrDSRThe 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.ro Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.36 |
frLportLoopBackThe loopback modero Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.37 |
frLportExtConFailThe flag indicating if the connection with the external
device is lost.ro Enumeration .1.3.6.1.4.1.351.100.4.2.1.1.1.38 |
frLportStatTableThe Frame Relay Logical Port Statistics table.
This table .... SEQUENCE OF FrLportStatEntry .1.3.6.1.4.1.351.100.4.2.1.2 |
frLportStatEntryAn entry in the Frame Relay Logical Port Statistics table. FrLportStatEntry .1.3.6.1.4.1.351.100.4.2.1.2.1 |
frLportRxBytesFrame Relay Logical Port Rx bytesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.1 |
frLportRxFrmsFrame Relay Logical Port Rx framesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.2 |
frLportTxBytesFrame Relay Logical Port Tx bytesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.3 |
frLportTxFrmsFrame Relay Logical Port Tx framesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.4 |
frLportTxFrmsFecnsFrame Relay Logical Port Tx FECN framesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.5 |
frLportTxFrmsBecnsFrame Relay Logical Port Tx BECN framesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.6 |
frLportCrcErrorsFrame Relay Logical Port CRC errors on received framesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.7 |
frLportBadFmtsFrame Relay Logical Port frames with illegal formatsro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.8 |
frLportAlgnErrorsFrame Relay Logical Port Alignment errors on received
framesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.9 |
frLportIllegLengthsFrame Relay Logical Port Illegal length on received framesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.10 |
frLportDmaOvrunsFrame Relay Logical Port number of DMA overrunsro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.11 |
frLportStatEnqUnisFrame Relay Logical Port status enquiry count. Transmit
protocol LMI UNI.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.12 |
frLportStatTxUnisFrame Relay Logical Port status transmit count. Transmit
protocol LMI UNI.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.13 |
frLportUpdtTxUnisFrame Relay Logical Port update transmit count. Transmit
protocol LMI UNI.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.14 |
frLportInvldReqCntsFrame Relay Logical Port invalid request count.
UNI and NNI.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.15 |
frLportToutCntUnisFrame Relay Logical Port timeout count. Transmit
protocol LMI UNI.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.16 |
frLportSeqnmErrUnisFrame Relay Logical Port sequence number error. Transmit
protocol UNI.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.17 |
frLportUnknDlcisFrame Relay Logical Port number of unknown DLCI's on
received frames.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.18 |
frLportDeFrmsDropsFrame Relay Logical Port number of DE dropped frames.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.19 |
frLportStatEnqNnisFrame Relay Logical Port status enquiry count. Transmit
protocol LMI NNIs.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.20 |
frLportStatRxNnisFrame Relay Logical Port status transmit count. Transmit
protocol LMI NNIs.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.21 |
frLportUpdtRxNnisFrame Relay Logical Port update transmit count. Transmit
protocol LMI NNIs.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.22 |
frLportToutCntNnisFrame Relay Logical Port timeout count. Transmit
protocol LMI NNIs.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.23 |
frLportSeqnmErrNnisFrame Relay Logical Port sequence number error. Transmit
protocol NNIs.ro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.24 |
frLportCllmTxFrmsFrame Relay Logical Port CLLM (Foresight) Tx framesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.25 |
frLportCllmTxBytesFrame Relay Logical Port CLLM (Foresight) Tx bytesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.26 |
frLportCllmRxFrmsFrame Relay Logical Port CLLM (Foresight) Rx framesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.27 |
frLportCllmRxBytesFrame Relay Logical Port CLLM (Foresight) Rx bytesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.28 |
frLportCllmFailuresFrame Relay Logical Port CLLM (Foresight) failuresro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.29 |
frLportDscdQTxFrmsFrame Relay Logical Port discard queue Tx framesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.30 |
frLportDscdQTxBytesFrame Relay Logical Port discard queue Tx bytesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.31 |
frLportLmiFailFrmsFrame Relay Logical Port LMI failure framesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.32 |
frLportLmiFailBytesFrame Relay Logical Port LMI failure bytesro Counter .1.3.6.1.4.1.351.100.4.2.1.2.1.33 |
atmServiceObjects OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.2.2 |
atmPortTableThe ATM Port Configuration table. SEQUENCE OF AtmPortEntry .1.3.6.1.4.1.351.100.4.2.2.1 |
atmPortEntryAn entry in the ATM Port Configuration table. AtmPortEntry .1.3.6.1.4.1.351.100.4.2.2.1.1 |
atmPortSlotThe slot numberro INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.1 |
atmPortPortThe port numberro INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.2 |
atmPortAdminStatusUser 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.2.1.1.3 |
atmPortOperStatusActual state of the port.ro Enumeration .1.3.6.1.4.1.351.100.4.2.2.1.1.4 |
atmPortTypeIndicates 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.2.1.1.5 |
atmPortIfTypeThe type of interface for this port.ro Enumeration .1.3.6.1.4.1.351.100.4.2.2.1.1.6 |
atmPortSpeedThe speed of the port in cells per seconds.ro INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.7 |
atmPortAxisIndicates 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.2.1.1.8 |
atmPortVcCountThe number of virtual connections that terminate on
this port. A port may have up to 1024 connections
allocated.ro INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.9 |
atmPortFirstVcPtrThe 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.2.2.1.1.10 |
atmPortMetroMetro 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'.rw Enumeration .1.3.6.1.4.1.351.100.4.2.2.1.1.11 |
atmPortMgmtProtoIndicates the port management protocol used for
this port.rw Enumeration .1.3.6.1.4.1.351.100.4.2.2.1.1.12 |
atmPortIlmiVpiThe virtual path identifier for the ILMI protocol.rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.13 |
atmPortIlmiVciThe virtual channel identifier for the ILMI protocol.rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.14 |
atmPortIlmiPollEnableEnable ILMI keep alive polling procedure.rw Enumeration .1.3.6.1.4.1.351.100.4.2.2.1.1.15 |
atmPortIlmiTrapEnableif enabled the ILMI agent will send unsolicited
Trap PDUs.rw Enumeration .1.3.6.1.4.1.351.100.4.2.2.1.1.16 |
atmPortIlmiPollIntrvlThe number of seconds between each keep alive
poll transmitted by the port (T491).rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.17 |
atmPortIlmiErrorThreshThe number of keep alive polls that must fail
within a window of N492 polls, before the port
is placed in the failed state (N491).rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.18 |
atmPortIlmiEventThreshIt specifies the number of keep alive polls
within which if N491 polls fail the port is
placed in the failed state (N492).rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.19 |
atmPortLmiVpiThe virtual path identifier for the LMI protocol.rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.20 |
atmPortLmiVciThe virtual channel identifier for the ILMI protocol.rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.21 |
atmPortLmiPollEnableif enable an Status Enquiry message is sent when
the polling timer expires.rw Enumeration .1.3.6.1.4.1.351.100.4.2.2.1.1.22 |
atmPortLmiStatEnqTimerLink integrity timer for the port (T393).rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.23 |
atmPortLmiUpdStatTimerUpdate status timer for the port (T394).rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.24 |
atmPortLmiStatEnqRetryThe maximum number of times a Status Enquiry
message is retransmitted. A Status Enquiry
message is retransmitted when timer T393
expires (N394).rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.25 |
atmPortLmiUpdStatRetryThe maximum number of times an Update Status
message is retransmitted. An Update Status
message is retransmitted when timer T394
expires (N395).rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.26 |
atmPortLmiPollTimerPolling timer (T396). If polling is enabled
a Status Enquiry message is sent when this
timer expires.rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.1.1.27 |
atmPortPercUtilPercentage 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.2.1.1.28 |
atmPortQueueTableThe ATM port egress queue table. SEQUENCE OF AtmPortQueueEntry .1.3.6.1.4.1.351.100.4.2.2.2 |
atmPortQueueEntryAn entry in the ATM port queue table. AtmPortQueueEntry .1.3.6.1.4.1.351.100.4.2.2.2.1 |
atmPortQueueIndexIndex 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.ro INTEGER .1.3.6.1.4.1.351.100.4.2.2.2.1.1 |
atmPortQueueAdminStatusUser requested state for this port queue table
row. The only operation supported in this table
is modify.rw Enumeration .1.3.6.1.4.1.351.100.4.2.2.2.1.2 |
atmPortQueueTypeThe type of the queue. If the type is 'axis',
then the atmPortQueueIndex specifes the Axis
slot associated with this queue.ro Enumeration .1.3.6.1.4.1.351.100.4.2.2.2.1.3 |
atmPortQueueDepthThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.2.1.4 |
atmPortQueueClpHiThe CLP tagging activation threshold for this
queue expressed as a percentage of queue depth.rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.2.1.5 |
atmPortQueueClpLoThe CLP tagging deactivation threshold for this
queue expressed as a percentage of queue depth.rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.2.1.6 |
atmPortQueueEfciThThe EFCI threshold for this queue expressed
as a percentage of queue depth.rw INTEGER .1.3.6.1.4.1.351.100.4.2.2.2.1.7 |
atmPortQueueAlgorithmThe 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 limitedro Enumeration .1.3.6.1.4.1.351.100.4.2.2.2.1.8 |
atmPortStatTableThe ATM Port Statistics table. SEQUENCE OF AtmPortStatEntry .1.3.6.1.4.1.351.100.4.2.2.3 |
atmPortStatEntryAn entry in the ATM Port Statistics table. AtmPortStatEntry .1.3.6.1.4.1.351.100.4.2.2.3.1 |
atmPortStatUnknVpiVcisThe number of cells discarded due to unknown
address.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.1 |
atmPortStatBufferOvflsThe number of times the port has incurred a
cell buffer overflow.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.2 |
atmPortStatNonZeroGfcsThe number of non-zero GFC cells for a UNI
port. For a NNI port this value is 0.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.3 |
atmPortStatIsuDiscardsThe count of cells discarded by the Ingress
Control Service Unit.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.4 |
atmPortStatIsuEmptysThe Ingress Control Service Unit free list
empty count.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.5 |
atmPortStatAisRxsTotal numbers of cells received with AIS.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.6 |
atmPortStatFerfRxsTotal numbers of cells received with FERF.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.7 |
atmPortStatCellsRxsTotal numbers of cells received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.8 |
atmPortStatClpRxsnumbers of cells received with CLP set.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.9 |
atmPortStatEfciRxsTotal numbers of cells received with EFCI set.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.10 |
atmPortStatBcmRxsTotal numbers of BCM cells received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.11 |
atmPortStatCellsTxsTotal numbers of cells transmitted.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.12 |
atmPortStatOamRxsTotal numbers of OAM cells received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.13 |
atmPortStatPayldErrsTotal numbers of cells discarded due to BIP-16.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.14 |
atmPortStatClpTxsTotal numbers of cells transmitted with CLP set.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.15 |
atmPortStatEfciTxsTotal numbers of cells transmitted with EFCI set.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.16 |
atmPortStatHdrDiscardsTotal numbers of cells discarded due to parity error.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.17 |
atmPortStatIlmiGetRxsILMI Get requests received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.18 |
atmPortStatIlmiGetNextRxsILMI Get Next requests received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.19 |
atmPortStatIlmiGetNextTxsILMI Get Next requests transmitted.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.20 |
atmPortStatIlmiSetRxsILMI Set requests received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.21 |
atmPortStatIlmiTrapRxsILMI Trap received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.22 |
atmPortStatIlmiGetRspRxsILMI Get Response messages received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.23 |
atmPortStatIlmiGetTxsILMI Get requests transmitted.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.24 |
atmPortStatIlmiGetRspTxsILMI Get Response messages transmitted.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.25 |
atmPortStatIlmiTrapTxsILMI Traps transmitted.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.26 |
atmPortStatIlmiUnkRxsUnknown PDU type received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.27 |
atmPortStatLmiStatTxsLMI Status messages transmitted.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.28 |
atmPortStatLmiUpdtStatTxsLMI Update Status messages transmitted.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.29 |
atmPortStatLmiStatAckTxsLMI Status Acknowledge messages transmitted.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.30 |
atmPortStatLmiStatEnqTxsLMI Status Enquiry messages transmitted.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.31 |
atmPortStatLmiStatEnqRxsLMI Status Enquiry messages received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.32 |
atmPortStatLmiStatRxsLMI Status messages received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.33 |
atmPortStatLmiUpdStatRxsLMI Update Status messages received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.34 |
atmPortStatLmiStatAckRxsLMI Status Acknowledge messages received.ro Counter .1.3.6.1.4.1.351.100.4.2.2.3.1.35 |
voiceServiceObjects OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.2.3 |
voiceChannelTableThe voice channel table has channel specific
configuration information. This is available for each of the
voice channel. SEQUENCE OF VoiceChannelEntry .1.3.6.1.4.1.351.100.4.2.3.1 |
voiceChannelEntryAn entry in the voice Channel information table. VoiceChannelEntry .1.3.6.1.4.1.351.100.4.2.3.1.1 |
voiceChannelSlotIndexThe Slot Number.ro INTEGER .1.3.6.1.4.1.351.100.4.2.3.1.1.1 |
voiceChannelChannelIndexThe channel number. This shall serve as the index to
this tablero INTEGER .1.3.6.1.4.1.351.100.4.2.3.1.1.2 |
voiceChannelAdminStatusUser 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.3 |
voiceChannelEndptPtrPointer 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.2.3.1.1.4 |
voiceChannelIfThe type of the line interface associated with this
channelro Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.5 |
voiceChannelAdapVoiceDetermines 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.6 |
voiceChannelDialTypeInformation 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 allowedrw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.7 |
voiceChannelDtSignallingDelayIt 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.3.1.1.8 |
voiceChannelDtMinWinkIt 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.3.1.1.9 |
voiceChannelDtPlayOutDelayIt 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.3.1.1.10 |
voiceChannelRecvSigABitIt 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)rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.11 |
voiceChannelRecvSigBBitIt 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).rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.12 |
voiceChannelRecvSigCBitIt 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)rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.13 |
voiceChannelRecvSigDBitIt 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)rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.14 |
voiceChannelXmitSigABitThis 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).rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.15 |
voiceChannelXmitSigBBitThis 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)rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.16 |
voiceChannelXmitSigCBitThis 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)rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.17 |
voiceChannelXmitSigDBitThis 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)rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.18 |
voiceChannelIfTypeNameIt 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.19 |
voiceChannelIfOnhkABitIt 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.20 |
voiceChannelIfOnhkBBitIt 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.21 |
voiceChannelIfOnhkCBitIt 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.22 |
voiceChannelIfOnhkDBitIt 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.23 |
voiceChannelIfCondIndexIt 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.3.1.1.24 |
voiceChannelEchoCancelThis 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.25 |
voiceChannelEchoRtnLossThis 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.26 |
voiceChannelEchoToneThis 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.27 |
voiceChannelEchoConvThis 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.28 |
voiceChannelEchoNlpThis 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.3.1.1.29 |
voiceChannelInGainThis 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.3.1.1.30 |
voiceChannelOutGainThis 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.3.1.1.31 |
voiceChannelUtilRepresents 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.3.1.1.32 |
trunkServiceObjects OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.2.4 |
atmTrunksA list of atmTrk interfaces SEQUENCE OF AtmTrkEntry .1.3.6.1.4.1.351.100.4.2.4.2 |
atmTrkEntryA interface entry AtmTrkEntry .1.3.6.1.4.1.351.100.4.2.4.2.1 |
atmTrkStatusAlarms state for logical interface table row.ro Enumeration .1.3.6.1.4.1.351.100.4.2.4.2.1.1 |
atmTrkAlmEnableA writable object to disable a trunk alarm.rw Enumeration .1.3.6.1.4.1.351.100.4.2.4.2.1.2 |
atmTrkComStatusThe communication status of the protocol on this trunk.ro Enumeration .1.3.6.1.4.1.351.100.4.2.4.2.1.3 |
atmTrkRcvRateUnit of ATM Trunk Receive Rate is based on card types.
UXM, and ALM-A: cells per second
Other cards: 1000 packets per secondrw INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.4 |
atmTrkTrnsCapThe Transmit Capacity on this trunk in cells per second.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.5 |
atmTrkTrnsLoadThe Transmit Load on this trunk in cells per second.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.6 |
atmTrkRcvCapThe Receive Capacity on this trunk in cells per second.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.7 |
atmTrkRcvLoadThe Receive Load on this trunk in cells per second.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.8 |
atmTrkTypeThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.4.2.1.9 |
atmTrkVPIThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.10 |
atmTrkResChansThe number of channels reserved for this trunk.rw INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.11 |
atmTrkTrafClsAn 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.12 |
atmTrkOeNdTypeThe type of node or shelf at the other end of this trunk.ro Enumeration .1.3.6.1.4.1.351.100.4.2.4.2.1.13 |
atmTrkOeNameThe name of shelf at the other end of this trunk.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.2.4.2.1.14 |
atmTrkOeIpAddrThe IP address of shelf at the other end of this trunk.ro IpAddress .1.3.6.1.4.1.351.100.4.2.4.2.1.15 |
atmTrkOeIfIndexThe switchIfIndex at the other end of this trunk.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.16 |
atmTrkOeDomainThe domain of the shelf at the other end of this trunk.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.17 |
atmTrkSvcChannelsThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.18 |
atmTrkShareLcnWhether the LCN's are shared per port basis or per card basis.ro Enumeration .1.3.6.1.4.1.351.100.4.2.4.2.1.19 |
atmTrkSvcLcnLowThe lower limit of the LCN value which can be used on this trunk
for SVC's.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.20 |
atmTrkSvcLcnHighThe Upper limit of the LCN value which can be used on this trunk
for SVC's.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.21 |
atmTrkSvcVpiLowIt 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.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.22 |
atmTrkSvcVpiHighIt 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.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.23 |
atmTrkSvcVciLowIt stores the SVC VCI Lower limit.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.24 |
atmTrkSvcVciHighIt stores the SVC VCI Upper limit.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.25 |
atmTrkSvcQbinBitMapA 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.ro OCTET STRING .1.3.6.1.4.1.351.100.4.2.4.2.1.26 |
atmTrkSvcQbinSzThe Egress Queue pool size.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.27 |
atmTrkSvcBwThe bandwidth partition available for SVC's.ro INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.28 |
atmTrkSvcInUseThis 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.4.2.1.29 |
atmTrkXmitRateThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.30 |
atmTrkPassSyncThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.4.2.1.31 |
atmTrkStatResThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.32 |
atmTrkLoopClockThis 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.4.2.1.33 |
atmTrkBdataBTxQlenThe 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.rw INTEGER (-1..8000) .1.3.6.1.4.1.351.100.4.2.4.2.1.34 |
atmTrkBdataBRxQlenThe 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 trunksrw INTEGER (-1..8000) .1.3.6.1.4.1.351.100.4.2.4.2.1.35 |
atmTrkBdataBTxEfcnThe 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.rw INTEGER (-1..8000) .1.3.6.1.4.1.351.100.4.2.4.2.1.36 |
atmTrkBdataBRxEfcnThe 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.rw INTEGER (-1..8000) .1.3.6.1.4.1.351.100.4.2.4.2.1.37 |
atmTrkBdataBTxHiClpThe 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.rw INTEGER (-1..100) .1.3.6.1.4.1.351.100.4.2.4.2.1.38 |
atmTrkBdataBRxHiClpThe 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 trunksrw INTEGER (-1..100) .1.3.6.1.4.1.351.100.4.2.4.2.1.39 |
atmTrkBdataBTxLoClpThe 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.rw INTEGER (-1..100) .1.3.6.1.4.1.351.100.4.2.4.2.1.40 |
atmTrkBdataBRxLoClpThe 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 trunksrw INTEGER (-1..100) .1.3.6.1.4.1.351.100.4.2.4.2.1.41 |
atmTrkMaxChanPortThe 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.rw INTEGER (-1..16320) .1.3.6.1.4.1.351.100.4.2.4.2.1.42 |
atmTrkLinkTypeThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.2.4.2.1.43 |
atmTrkDerouteDelayTimerThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.44 |
atmTrkGtwyChCountThe Gateway Channel count for UXM cards.
* This cannot exceed the total number channels per port.rw INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.45 |
atmTrkRetainedLinksNo of retained links, This is for UXM T1-IMA mode onlyrw INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.46 |
atmTrkImaWindowSizeIf 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 onlyrw INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.47 |
atmTrkImaTrnsCntsThis 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 onlyrw INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.48 |
atmTrkImaReenableTimerThis 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 onlyrw INTEGER .1.3.6.1.4.1.351.100.4.2.4.2.1.49 |
atmTrunkStatsTableA list of ATM trunk statistics object. SEQUENCE OF AtmTrkStatsEntry .1.3.6.1.4.1.351.100.4.2.4.4 |
atmTrkStatsEntryA interface entry AtmTrkStatsEntry .1.3.6.1.4.1.351.100.4.2.4.4.1 |
atmTrkStatsTxVoPktDrpsThe number of transmitted voice fast packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.1 |
atmTrkStatsTxTsPktDrpsThe number of transmitted time-stamped packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.2 |
atmTrkStatsTxNonTsPktDrpsThe number of transmitted non time-stamped packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.3 |
atmTrkStatsTxHiPrioPktDrpsThe number of transmitted high priority packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.4 |
atmTrkStatsTxBdataAPktDrpsThe number of transmitted bursty data A packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.5 |
atmTrkStatsTxBdataBPktDrpsThe number of transmitted bursty data B packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.6 |
atmTrkStatsRxVoPktDrpsThe number of received voice packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.7 |
atmTrkStatsRxTsPktDrpsThe number of received time-stamped packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.8 |
atmTrkStatsRxNonTsPktDrpsThe number of received non time-stamped packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.9 |
atmTrkStatsRxHiPrioPktDrpsThe number of received high priority packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.10 |
atmTrkStatsRxBdataAPktDrpsThe number of received bursty data A packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.11 |
atmTrkStatsRxBdataBPktDrpsThe number of received bursty data B packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.12 |
atmTrkStatsSpacerPktsDrpsThe number of received Spacer Packet dropped.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.13 |
atmTrkStatsTotalPktsTxtoLnsThe number of total packets transmitted to the line.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.14 |
atmTrkStatsTotalPktsRxFromLnsThe number of total packets received from the line.
This statistics is not applicatable to BPX trunks, 0 is
returned for BPX trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.15 |
atmTrkStatsTxVoCellDrpsThe number of transmitted ATM voice cell dropped. This
statistics is not applicable to ATM Virtual Trunks, 0 is
returned for ATM Virtual trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.16 |
atmTrkStatsTxTsCellDrpsThe number of transmitted time-stamped ATM cell dropped.
This statistics is not applicable to ATM Virtual Trunks. 0 is
returned for ATM Virtual trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.17 |
atmTrkStatsTxNonTsCellDrpsThe 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.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.18 |
atmTrkStatsTxHiPrioCellDrpsThe number of transmitted high priority ATM cell dropped.
This statistics is not applicable to ATM Virtual Trunks. 0 is
returned for ATM Virtual trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.19 |
atmTrkStatsTxBdataACellDrpsThe number of transmitted bursty data A cell dropped.
This statistics is not applicable to ATM Virtual Trunks. 0 is
returned for ATM Virtual trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.20 |
atmTrkStatsTxBdataBCellDrpsThe number of transmitted bursty data B cell dropped.
This statistics is not applicable to ATM Virtual Trunks. 0 is
returned for ATM Virtual trunks.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.21 |
atmTrkStatsTxCbrCellDrpsThe 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.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.22 |
atmTrkStatsTxVbrCellDrpsThe 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.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.23 |
atmTrkStatsTxAbrCellDrpsThe 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.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.24 |
atmTrkStatsTotalCellsTxtoLnsThe number of total cells transmitted to the line.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.25 |
atmTrkStatsTotalCellsRxFromPortsThe number of total cells received from the port.ro Counter .1.3.6.1.4.1.351.100.4.2.4.4.1.26 |
switchConnection OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3 |
connNextEndptIndexThis 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.1 |
errStatusLastIndexIf 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.roobsolete INTEGER .1.3.6.1.4.1.351.100.4.3.2 |
errStatusTableA List of Error Statuses for a given SNMP Managerdeprecated SEQUENCE OF ErrStatusTableEntry .1.3.6.1.4.1.351.100.4.3.3 |
errStatusTableEntryA General Error Status Entry.deprecated ErrStatusTableEntry .1.3.6.1.4.1.351.100.4.3.3.1 |
errReqIdThis object contains the PDU request ID associated with
the error.ro INTEGER .1.3.6.1.4.1.351.100.4.3.3.1.1 |
errCodeThis 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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.3.1.2 |
errStatusDescThis 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.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.3.3.1.3 |
connTableA List of Connection Virtual Circuit Entries SEQUENCE OF ConnTableEntry .1.3.6.1.4.1.351.100.4.3.4 |
connTableEntryA General Connection Entry ConnTableEntry .1.3.6.1.4.1.351.100.4.3.4.1 |
connIndexConnection Table Index for this connection.ro INTEGER .1.3.6.1.4.1.351.100.4.3.4.1.1 |
connLclEndptDescDescription 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.3.4.1.2 |
connTypeConnection typero Enumeration .1.3.6.1.4.1.351.100.4.3.4.1.3 |
connOeIndexIndex into remote node's connTable for this connection
end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.4.1.4 |
connRmtEndptDescDescription 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.3.4.1.5 |
connMasterFlagSpecifies whether this end-point is the owner of
the connection.ro Enumeration .1.3.6.1.4.1.351.100.4.3.4.1.6 |
connClassOfServiceA class of service for this connection. The lower
the class value, the higher the routing priority
of the connection.rw INTEGER .1.3.6.1.4.1.351.100.4.3.4.1.7 |
connGroupFlagSpecifies 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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.4.1.8 |
connAdminStatusUser 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.4.1.9 |
connOperStatusActual state of the connection. If the state is failed,
then look to the objects connNoRouteFoundFailure,
and connBumpFailure to determine reason for failure.ro Enumeration .1.3.6.1.4.1.351.100.4.3.4.1.10 |
connNoRouteFoundFailureConnection is failed is because no route to the
remote end-point could be found.ro Enumeration .1.3.6.1.4.1.351.100.4.3.4.1.11 |
connBumpFailureConnection 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).ro Enumeration .1.3.6.1.4.1.351.100.4.3.4.1.12 |
connFirstEndptPtrPointer 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.4.1.13 |
connCurrRouteDescDescriptor 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
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.ro DisplayString ( SIZE .1.3.6.1.4.1.351.100.4.3.4.1.14 |
connPrefRouteDescDescriptor 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
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:
(<node-name>.<TRK>[.0])* - <node-name>
(<node-name>.<slot.port>)* - <node-name>
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.rw DisplayString ( SIZE .1.3.6.1.4.1.351.100.4.3.4.1.15 |
connMstOSpacePktsThis 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.4.1.16 |
connMstOSpaceCellsThis 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.4.1.17 |
connMstOSpaceBdaCmaxThis 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.4.1.18 |
connMstOSpaceBdbCmaxThis 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.4.1.19 |
connSlvOSpacePktsThis 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.4.1.20 |
connSlvOSpaceCellsThis 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.4.1.21 |
connSlvOSpaceBdaCmaxThis 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.4.1.22 |
connSlvOSpaceBdbCmaxThis 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.4.1.23 |
connIcaRTDThe 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).ro INTEGER .1.3.6.1.4.1.351.100.4.3.4.1.24 |
connGroupDescDescription 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.3.4.1.25 |
frEndptTableThe 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. SEQUENCE OF FrEndptEntry .1.3.6.1.4.1.351.100.4.3.5 |
frEndptEntryAn entry in the Frame Relay End-point Configuration table. FrEndptEntry .1.3.6.1.4.1.351.100.4.3.5.1 |
frEndptIndexIndex 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.1 |
frEndptDescString 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.3.5.1.2 |
frOtherEndptIndexIndex 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.3 |
frOtherEndptDescString 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.3.5.1.4 |
frEndptAdminStatusUser 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.5 |
frEndptOperStatusActual 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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.6 |
frNoRouteFoundFailureEnd-point is failed is because no route to the
remote end-point could be found.ro Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.7 |
frBumpFailureEnd-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).ro Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.8 |
frEndPointFailureEnd-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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.9 |
frTestFailureEnd-point is failed because of the failure of a
connection test.ro Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.10 |
frConnPtrPointer 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.5.1.11 |
frNextPtrPointer 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.5.1.12 |
frNextOnPortPtrPointer 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.5.1.13 |
frEndptConnDescA 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.rw DisplayString ( SIZE .1.3.6.1.4.1.351.100.4.3.5.1.14 |
frEndptTrkAvoidTypeUser 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.15 |
frEndptTrkAvoidZCSFlag to force the connection to avoid trunks with zero
code suppression (ZCS). This object is optional during
the creation of the endpoint.rw Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.16 |
frEndptSubTypeFrame Relay endpoint subtype object.ro Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.17 |
frEndptBWClassUser 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.18 |
frEndptMIRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.19 |
frEndptCIRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.20 |
frEndptBcThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.21 |
frEndptBeThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.22 |
frEndptVcQSizeThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.23 |
frEndptPIRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.24 |
frEndptCMAXThe maximum credits that can be accrued for this
end-point.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.25 |
frEndptEcnQSizeThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.26 |
frEndptQIRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.27 |
frEndptPercUtilThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.28 |
frEndptOeMIRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.29 |
frEndptOeCIRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.30 |
frEndptOeBcThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.31 |
frEndptOeBeThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.32 |
frEndptOeVcQSizeThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.33 |
frEndptOePIRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.34 |
frEndptOeCMAXThe maximum credits that can be accrued for the other
end-point. This parameter is actually the frEndptCMAX
parameter for the remote end-point.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.35 |
frEndptOeEcnQSizeThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.36 |
frEndptOeQIRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.37 |
frEndptOePercUtilThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.38 |
frEndptEnableFSTThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.39 |
frEndptConnPrioThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.40 |
frEndptGroupFlagSpecifies 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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.41 |
frEndptLocLpbkStateSpecifies the Local Loopback State the user would
like to set for the endpoint.rw Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.42 |
frEndptLocRmtLpbkStateSpecifies the Local-Remote Loopback State the user
would like to set for the endpoint.rw Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.43 |
frEndptLpbkStatusSpecifies 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 */ro INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.44 |
frEndptTestTypeSpecifies 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.5.1.45 |
frEndptRtdTestDelayThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.5.1.46 |
frEndptGroupDescString describing the group this endpoint is
associated with. The format of the group text
description is domain.node.grp-number (Example,
D2.node1.1).rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.3.5.1.47 |
frEndptStatTableThe Frame Relay End-Point Statistics table. SEQUENCE OF FrEndptStatEntry .1.3.6.1.4.1.351.100.4.3.6 |
frEndptStatEntryAn entry in the Frame Relay End-point Statistics table. FrEndptStatEntry .1.3.6.1.4.1.351.100.4.3.6.1 |
frEndptRxBytesFrame Relay Endpoint Statistic, the number of frame
bytes received from the local frame relay port.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.1 |
frEndptRxBytesDscdsFrame 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.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.2 |
frEndptRxFrmsFrame Relay Endpoint Statistic, the number of frames
received from the local frame relay port.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.3 |
frEndptRxFrmsDscdsFrame 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 spacero Counter .1.3.6.1.4.1.351.100.4.3.6.1.4 |
frEndptRxPktsFrame Relay Endpoint Statistic, the number of packets
received from the Muxbus by the local port card.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.5 |
frEndptRxPktsDscdsFrame Relay Endpoint Statistic, the number of packets
received from the Muxbus by the local port card but
discarded before being transmitted.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.6 |
frEndptTxBytesFrame Relay Endpoint Statistic, the number of frame
bytes received from the Muxbus and transmitted out the
frame relay port.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.7 |
frEndptTxBytesDscdsFrame 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.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.8 |
frEndptTxFrmsFrame Relay Endpoint Statistic, the number of frames
transmitted out the frame relay port.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.9 |
frEndptTxFrmsDscdsFrame 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.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.10 |
frEndptTxPktsFrame Relay Endpoint Statistic, the number of packets
tranmitted to the Muxbus by the local port card.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.11 |
frEndptTxFrmsFecnsFrame Relay Endpoint Statistic, the number of frames
transmitted out the local frame relay port with FECN
bit set.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.12 |
frEndptTxFrmsBecnsFrame Relay Endpoint Statistic, the number of frames
transmitted out the local frame relay port with BECN
bit set.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.13 |
frEndptSecInServicesFrame 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.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.14 |
frEndptCongestMinsFrame Relay Endpoint Statistic, number of minutes in which
50% or more frames are tagged FECN by the FRP.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.15 |
frEndptRxFrmsDesFrame 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.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.16 |
frEndptRxBytesDesFrame 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.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.17 |
frEndptTxFrmsDesFrame 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.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.18 |
frEndptRxFrmsDeDscdsFrame 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.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.19 |
frEndptRxFrmsCirsFrame Relay Endpoint Rx frames from port in excess of CIR.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.20 |
frEndptRxBytesCirsFrame Relay Endpoint Rx bytes from port in excess of CIR.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.21 |
frEndptTxFrmsCirsFrame Relay Endpoint Tx frames from port in excess of CIR.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.22 |
frEndptTxBytesCirsFrame Relay Endpoint Tx bytes from port in excess of CIR.ro Counter .1.3.6.1.4.1.351.100.4.3.6.1.23 |
frBwClassTableThe Frame Relay Bandwidth Class table. SEQUENCE OF FrBwClassEntry .1.3.6.1.4.1.351.100.4.3.7 |
frBwClassEntryAn entry in the Frame Relay Bandwidth Class table. FrBwClassEntry .1.3.6.1.4.1.351.100.4.3.7.1 |
frBwClassIndexIndex into FrBwClassTable. This index identifies the
frame relay bandwidth class.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.1 |
frBwClassMIRThe minimum transmit bandwidth (MIR) parameter
(in 100s of bits per second) for this end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.2 |
frBwClassCIRThe value of this object is equal to the committed
information rate (CIR) parameter (in 100s of bits
per second) for this end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.3 |
frBwClassVcQSizeThe value of this object is the maximum queue depth
(in bytes) for this end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.4 |
frBwClassBcThe value of this object is equal to the committed
burst size (Bc) parameter (in bytes) for
this end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.5 |
frBwClassPIRThe peak transmit bandwidth (PIR) parameter
(in 100s of bits per second) for this end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.6 |
frBwClassBeThe value of this object is equal to the excess
burst size (Be) parameter (in bytes) for
this end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.7 |
frBwClassCMAXThe maximum credits that can be accrued for this
end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.8 |
frBwClassEcnQSizeThe threshold setting used by the explicit congestion
notification feature for this end-point's
transmit queue. This value is specified in bytes.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.9 |
frBwClassQIRThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.10 |
frBwClassPercUtilThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.11 |
frBwClassOeMIRThe minimum receive bandwidth (MIR) parameter
(in 100s of bits per second) for the other end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.12 |
frBwClassOeCIRThe value of this object is equal to the committed
information rate (CIR) parameter (in 100s of bits
per second) for the other end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.13 |
frBwClassOeVcQSizeThe value of this object is the maximum queue depth
(in bytes) for this end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.14 |
frBwClassOeBcThe value of this object is equal to the committed
burst size (Bc) parameter (in bytes) for
the end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.15 |
frBwClassOePIRThe peak receive bandwidth (PIR) parameter
(in 100s of bits per second) for the other end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.16 |
frBwClassOeBeThe value of this object is equal to the excess
burst size (Be) parameter (in bytes) for
the other end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.17 |
frBwClassOeCMAXThe maximum credits that can be accrued for the other
end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.18 |
frBwClassOeEcnQSizeThe threshold setting used by the explicit congestion
notification feature for the other end-point's
receive queue. This value is specified in bytes.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.19 |
frBwClassOeQIRThe receive quiescent information rate (QIR) parameter
(in 100s of bits per second) for the other end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.20 |
frBwClassOePercUtilThe value of this object is equal to the channel
percentage utilization setting for the other end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.7.1.21 |
frBwClassEnableFSTThe 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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.7.1.22 |
frBwClassDescriptionThis MIB object contains a textual description of this
frame relay bandwidth class.ro DisplayString ( SIZE .1.3.6.1.4.1.351.100.4.3.7.1.23 |
atmEndptTableThe ATM End-Point table. This table
is used to model a PVC end-point. This table
contains the traffic parameters for ATM end-point. SEQUENCE OF AtmEndptEntry .1.3.6.1.4.1.351.100.4.3.8 |
atmEndptEntryAn entry in the ATM End-point table. AtmEndptEntry .1.3.6.1.4.1.351.100.4.3.8.1 |
atmEndptIndexIndex 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.1 |
atmEndptDescString 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.3.8.1.2 |
atmOtherEndptIndexIndex 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.3 |
atmOtherEndptDescString 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.3.8.1.4 |
atmEndptAdminStatusUser 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.5 |
atmEndptOperStatusActual 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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.6 |
atmNoRouteFoundFailureEnd-point is failed is because no route to the
remote end-point could be found.ro Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.7 |
atmBumpFailureEnd-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).ro Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.8 |
atmEndPointFailureEnd-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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.9 |
atmTestFailureEnd-point is failed because of the failure of a
connection test.ro Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.10 |
atmConnPtrPointer 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.8.1.11 |
atmNextPtrPointer 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.8.1.12 |
atmNextOnPortPtrPointer 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.8.1.13 |
atmEndptConnDescA 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.rw DisplayString ( SIZE .1.3.6.1.4.1.351.100.4.3.8.1.14 |
atmEndptTrkAvoidTypeUser 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.15 |
atmEndptTrkAvoidZCSFlag to force the connection to avoid trunks with zero
code suppression (ZCS). This object is optional during
the creation of an endpoint.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.16 |
atmEndptSubTypeATM 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).rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.17 |
atmEndptBWClassUser 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.18 |
atmEndptMIRThe 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).rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.19 |
atmEndptCIRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.20 |
atmEndptVcQSizeThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.21 |
atmEndptPIRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.22 |
atmEndptEfciQSizeThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.23 |
atmEndptQIRThe 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).rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.24 |
atmEndptPercUtilThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.25 |
atmEndptCBSThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.26 |
atmEndptIBSThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.27 |
atmEndptMFSThis object is not used by the new UPC algorithm,
and its value is meaningless. Any attempt to write
to this object will fail.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.28 |
atmEndptCCDVThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.29 |
atmEndptHiCLPThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.30 |
atmEndptLoCLPThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.31 |
atmEndptOeMIRThe 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).rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.32 |
atmEndptOeCIRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.33 |
atmEndptOeVcQSizeThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.34 |
atmEndptOePIRThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.35 |
atmEndptOeEfciQSizeThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.36 |
atmEndptOeQIRThe 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).rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.37 |
atmEndptOePercUtilThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.38 |
atmEndptOeCBSThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.39 |
atmEndptOeIBSThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.40 |
atmEndptOeMFSThis object is not used by the new UPC algorithm,
and its value is meaningless. Any attempt to write
to this object will fail.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.41 |
atmEndptOeCCDVThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.42 |
atmEndptOeHiCLPThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.43 |
atmEndptOeLoCLPThe 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.44 |
atmEndptCLPTaggingThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.45 |
atmEndptUPCThe value of this object enables the UPC algorithm.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.46 |
atmEndptEnableFSTThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.47 |
atmEndptRateUpICAThe value of this object is equal to the ForeSight
Rate Up value in cells per second per adjust for
this end point.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.48 |
atmEndptRateDnICAThe value of this object is equal to the ForeSight
Rate Down value expressed as percentage of MCR.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.49 |
atmEndptFastDnICAThe value of this object is equal to the ForeSight
Fast Down value expressed as percentage of MCR.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.50 |
atmEndptToQIRThe value of this object is equal to the QIR timeout
value. This object corresponds to the Initial Cell
Rate (ICR) timeout.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.51 |
atmEndptMinAdjustICAThe value of this object is equal to the ForeSight
minimum adjustment period.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.52 |
atmEndptGroupFlagSpecifies 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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.53 |
atmEndptOamStatusThe end to end OAM state.ro Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.54 |
atmEndptBCMThe value of this object enables the generation
of RM cells when congestion is detected in this
connection.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.55 |
atmEndptFGCRAThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.56 |
atmEndptLocLpbkStateSpecifies the Local Loopback State the user would
like to set for the endpoint.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.57 |
atmEndptLpbkStatusSpecifies 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 loopbackro INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.58 |
atmEndptTestTypeSpecifies 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.59 |
atmEndptRtdTestDelayThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.60 |
atmEndptOeBCMThe value of this object enables the generation
of RM cells when congestion is detected in this
connection. This is the other endpoint view.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.61 |
atmEndptOeFGCRAThe 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.62 |
atmEndptGroupDescString describing the group this endpoint is
associated with. The format of the group text
description is domain.node.grp-number (Example,
D2.node1.1).rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.3.8.1.63 |
atmEndptLocRmtLpbkStateSpecifies the Local-Remote Loopback State the user
would like to set for the endpoint.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.64 |
atmEndptScrPlcSpecifies the traffic policing for this end point
This object can be set only if atmEndptUPC is
enabled.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.65 |
atmEndptOeScrPlcSpecifies the traffic policing for the other end
point. This object can be set only if atmEndptUPC
is enabled.rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.66 |
atmEndptPCR0The 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).rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.67 |
atmEndptOePCR0The 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).rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.68 |
atmEndptCDVT0The 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.69 |
atmEndptOeCDVT0The 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.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.70 |
atmEndptOeRateUpICAThe value of this object is equal to the ForeSight
Rate Up value in cells per second per adjust for
the other end point.rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.71 |
atmEndptFRTTThe 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)rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.72 |
atmEndptTBETransient 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)rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.73 |
atmEndptVSVDVirtual 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)rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.74 |
atmEndptPolicingSpecifies 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).rw Enumeration .1.3.6.1.4.1.351.100.4.3.8.1.75 |
atmEndptPCRPCR(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-1412832rw INTEGER .1.3.6.1.4.1.351.100.4.3.8.1.76 |
atmBwClassTableThe ATM Bandwidth Class table. SEQUENCE OF AtmBwClassEntry .1.3.6.1.4.1.351.100.4.3.9 |
atmBwClassEntryAn entry in the ATM Bandwidth Class table. AtmBwClassEntry .1.3.6.1.4.1.351.100.4.3.9.1 |
atmBwClassIndexIndex into atmBwClassTable. This index identifies the
ATM bandwidth class.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.1 |
atmBwClassMIRThe 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).ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.2 |
atmBwClassCIRThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.3 |
atmBwClassVcQSizeThe value of this object is the maximum queue depth
(in cells) for this end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.4 |
atmBwClassPIRThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.5 |
atmBwClassEfciQSizeThe threshold setting used by the explicit congestion
notification feature for this end-point's
transmit queue. This value is a percentage.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.6 |
atmBwClassQIRThe 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).ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.7 |
atmBwClassPercUtilThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.8 |
atmBwClassCBSThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.9 |
atmBwClassIBSThe value of this object is equal to the Initial
Burst Size in cells for this end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.10 |
atmBwClassMFSThis object is not used by the new UPC algorithm,
and its value is meaningless.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.11 |
atmBwClassCCDVThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.12 |
atmBwClassHiCLPThe value of this object is equal to the CLP (Cell
Loss Priority) tagging activation threshold for
this end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.13 |
atmBwClassLoCLPThe value of this object is equal to the CLP (Cell
Loss Priority) tagging deactivation threshold for
this end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.14 |
atmBwClassOeMIRThe 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).ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.15 |
atmBwClassOeCIRThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.16 |
atmBwClassOeVcQSizeThe value of this object is the maximum queue depth
(in cells) for the other end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.17 |
atmBwClassOePIRThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.18 |
atmBwClassOeEfciQSizeThe threshold setting used by the explicit congestion
notification feature for the other end-point's
transmit queue.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.19 |
atmBwClassOeQIRThe 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).ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.20 |
atmBwClassOePercUtilThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.21 |
atmBwClassOeCBSThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.22 |
atmBwClassOeIBSThe value of this object is equal to the Initial
Burst Size in cells for the other end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.23 |
atmBwClassOeMFSThis object is not used by the new UPC algorithm,
and its value is meaningless.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.24 |
atmBwClassOeCCDVThe 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.25 |
atmBwClassOeHiCLPThe value of this object is equal to the CLP (Cell
Loss Priority) tagging activation threshold for the
other end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.26 |
atmBwClassOeLoCLPThe value of this object is equal to the CLP (Cell
Loss Priority) tagging deactivation threshold for
the other end-point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.27 |
atmBwClassCLPTaggingThe 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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.9.1.28 |
atmBwClassUPCThe value of this object enables the UPC algorithm.ro Enumeration .1.3.6.1.4.1.351.100.4.3.9.1.29 |
atmBwClassEnableFSTThe 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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.9.1.30 |
atmBwClassRateUpICAThe value of this object is equal to the ForeSight
Rate Up value in cells per second per adjust for
this end point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.31 |
atmBwClassRateDnICAThe value of this object is equal to the ForeSight
Rate Down value expressed as percentage of MCR.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.32 |
atmBwClassFastDnICAThe value of this object is equal to the ForeSight
Fast Down value expressed as percentage of MCR.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.33 |
atmBwClassToQIRThe value of this object is equal to the QIR timeout
value. This object corresponds to the Initial Cell
Rate (ICR) timeout.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.34 |
atmBwClassMinAdjustICAThe value of this object is equal to the ForeSight
minimum adjustment period.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.35 |
atmBwClassDescriptionThis MIB object contains a textual description of this
frame relay bandwidth class.ro DisplayString ( SIZE .1.3.6.1.4.1.351.100.4.3.9.1.36 |
atmBwClassBCMThe value of this object enables the generation
of RM cells when congestion is detected in the
connection.ro Enumeration .1.3.6.1.4.1.351.100.4.3.9.1.37 |
atmBwClassFGCRAThe value of this object enables FGCRA.
FGCRA (Frame-based Generic Rate Control Algorithm)
is applicable with AAL-5 traffic only.ro Enumeration .1.3.6.1.4.1.351.100.4.3.9.1.38 |
atmBwClassOeBCMThe value of this object enables the generation
of RM cells when congestion is detected in the
connection. This is the other endpoint view.ro Enumeration .1.3.6.1.4.1.351.100.4.3.9.1.39 |
atmBwClassOeFGCRAThe 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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.9.1.40 |
atmBwClassConTypeThe value of this object defines the connection
type associated with this class.ro Enumeration .1.3.6.1.4.1.351.100.4.3.9.1.41 |
atmBwClassScrPlcSpecifies the traffic policing for this end point.ro Enumeration .1.3.6.1.4.1.351.100.4.3.9.1.42 |
atmBwClassOeScrPlcSpecifies the traffic policing for the other end
point.ro Enumeration .1.3.6.1.4.1.351.100.4.3.9.1.43 |
atmBwClassPCR0The 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.44 |
atmBwClassOePCR0The 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.45 |
atmBwClassCDVT0The cell delay variation tolerance for the second
bucket for this end point. This object corresponds
to the parameter CDVT(0) in standard ATM documents.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.46 |
atmBwClassOeCDVT0The 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.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.47 |
atmBwClassOeRateUpICAThe value of this object is equal to the ForeSight
Rate Up value in cells per second per adjust for
the other end point.ro INTEGER .1.3.6.1.4.1.351.100.4.3.9.1.48 |
frEndptMapTableThe Frame Relay Endpoint-Connection Mapping table. SEQUENCE OF FrEndptMapEntry .1.3.6.1.4.1.351.100.4.3.10 |
frEndptMapEntryAn entry in the Frame Relay Endpoint Connection Mapping
table. FrEndptMapEntry .1.3.6.1.4.1.351.100.4.3.10.1 |
frEndptMapSlotThis MIB object contains the slot number associated
with the requested connection endpoint.ro INTEGER .1.3.6.1.4.1.351.100.4.3.10.1.1 |
frEndptMapPortThis MIB object contains the port number associated
with the requested connection endpoint.ro INTEGER .1.3.6.1.4.1.351.100.4.3.10.1.2 |
frEndptMapDlciThis MIB object contains the Frame Relay DLCI
associated with the requested connection endpoint.ro INTEGER .1.3.6.1.4.1.351.100.4.3.10.1.3 |
frEndptMapEndptPtrThis 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.10.1.4 |
frEndptMapConnPtrThis 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.10.1.5 |
atmEndptMapTableThe ATM Endpoint-Connection Mapping table. SEQUENCE OF AtmEndptMapEntry .1.3.6.1.4.1.351.100.4.3.11 |
atmEndptMapEntryAn entry in the ATM Endpoint Connection Mapping table. AtmEndptMapEntry .1.3.6.1.4.1.351.100.4.3.11.1 |
atmEndptMapSlotThis MIB object contains the slot number associated
with the requested connection endpoint.ro INTEGER .1.3.6.1.4.1.351.100.4.3.11.1.1 |
atmEndptMapPortThis MIB object contains the port number associated
with the requested connection endpoint.ro INTEGER .1.3.6.1.4.1.351.100.4.3.11.1.2 |
atmEndptMapVpiThis MIB object contains the ATM endpoint VPI
associated with the requested connection endpoint.ro INTEGER .1.3.6.1.4.1.351.100.4.3.11.1.3 |
atmEndptMapVciThis MIB object contains the ATM endpoint VCI
associated with the requested connection endpoint.ro INTEGER .1.3.6.1.4.1.351.100.4.3.11.1.4 |
atmEndptMapEndptPtrThis 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.11.1.5 |
atmEndptMapConnPtrThis 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.11.1.6 |
atmEndptStatTableThe ATM End-Point Statistics table. SEQUENCE OF AtmEndptStatEntry .1.3.6.1.4.1.351.100.4.3.12 |
atmEndptStatEntryAn entry in the ATM End-point Statistics table. AtmEndptStatEntry .1.3.6.1.4.1.351.100.4.3.12.1 |
atmCellsRxPortsThe number of cells delivered to the port
from the line interface.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.1 |
atmFramesRxPortsThe number of frames delivered to the port
from the line interface.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.2 |
atmCellsTxNetsThe number of received cells delivered to
the network.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.3 |
atmClpRxsThe number of cells delivered to the port
from the line interface which had their
CLP bit set.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.4 |
atmViolRxsThe number of cells that violated UPC.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.5 |
atmDiscardVcqClpThsThe number of cells with CLP set that were
discarded due to VC queue exceeding CLP
thresholds.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.6 |
atmDiscardVcqFullsThe number of received cells that were
discarded due to the VC queue being
full.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.7 |
atmEfciRxsThe number of cells received with EFCI set.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.8 |
atmNonCompRxsThe number of non-compliant cells received.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.9 |
atmDiscardFailsThe number of received cells discarded due
to the connection being in failed state.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.10 |
atmAvgVcqDepthsThe average queue depth of the VC queue.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.11 |
atmDiscardRsrcOflowsThe number of received cells discarded due to
a resource overflow (e.g. cell buffer full).ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.12 |
atmDiscardSbinFullsThe number of cells discarded on receipt from
from the port due to Sbin full.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.13 |
atmBcmRxsThe number of BCM cells received from the port.
This object only applies to NNI ports. For UNI
ports returns 0.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.14 |
atmBcmTxsThe number of BCM cells transmitted to the
network. This object only applies to NNI ports.
For UNI ports returns 0.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.15 |
atmOamTxsThe number of OAM cells transmitted to the
network.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.16 |
atmDiscardQbinFullsThe number of cells discarded due to the egress
Qbin being full.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.17 |
atmDiscardQbinClpThsThe number of cells with CLP set that are
discarded due to the egress Qbin exceeding
CLP thresholds.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.18 |
atmCellsRxNetsThe number of cells received from the network.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.19 |
atmClpTxsThe number of cells transmitted to the port
that had their CLP bit set.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.20 |
atmEfciTxsThe number of cells transmitted by the port
to the line interface that had EFCI set.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.21 |
atmCellsTxPortsThe number of cells transmitted to the port
interface.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.22 |
atmAisRxsThe number of received AIS cells.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.23 |
atmFerfRxsThe number of received FERF cells.ro Counter .1.3.6.1.4.1.351.100.4.3.12.1.24 |
voiceEndptTableThe 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. SEQUENCE OF VoiceEndptEntry .1.3.6.1.4.1.351.100.4.3.13 |
voiceEndptEntryAn entry in the voice Endpoint Channel Connection table. VoiceEndptEntry .1.3.6.1.4.1.351.100.4.3.13.1 |
voiceEndptIndexThe index for this Voice Connection. This is the index
to this table.ro INTEGER .1.3.6.1.4.1.351.100.4.3.13.1.1 |
voiceOtherEndptIndexIndex 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.ro INTEGER (0..2047 ) .1.3.6.1.4.1.351.100.4.3.13.1.2 |
voiceEndptDescString 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.3.13.1.3 |
voiceOtherEndptDescString 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.3.13.1.4 |
voiceEndptConnDescA 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.rw DisplayString ( SIZE .1.3.6.1.4.1.351.100.4.3.13.1.5 |
voiceEndptAdminStatusUser 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.6 |
voiceEndptOperStatusActual state of the voice channel.If the state is failed,
then look to the objects voiceNoRouteFoundFailure,
voiceBumpFailure, and voiceTestFailure to determine reason
for failure.ro Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.7 |
voiceEndptRateTypeRepresents 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.8 |
voiceEndPointFailureEnd-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.ro Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.9 |
voiceNoRouteFoundFailureChannel connection is failed is because no route to the
remote Channel could be found.ro Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.10 |
voiceBumpFailureChannel 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).ro Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.11 |
voiceTestFailureChannel is failed because of the failure of a connection test.ro Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.12 |
voiceEndptTestTypeSpecifies 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 objectrw Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.13 |
voiceEndptLpbkStatusSpecifies 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 */ro INTEGER .1.3.6.1.4.1.351.100.4.3.13.1.14 |
voiceConnPtrPointer 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.13.1.15 |
voiceChannelPtrPointer 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.13.1.16 |
voiceEndptTrkAvoidTypeUser 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.rw Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.17 |
voiceEndptAvoidZCSFlag to force the connection to avoid trunks with zero
code suppression (ZCS). This object is optional during
the creation of the endpoint.rw Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.18 |
voiceEndptStateIt gives the state of the connection end point.ro Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.19 |
voiceEndptAdvIt represents if the endpoint supports Adaptve voice
capability.ro Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.20 |
voiceOtherEndptAdvIt represents if the other endpoint supports Adaptve voice
capability.ro Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.21 |
voiceEndptEncodingIt represents the type of Encoding used at this this Endpoint.ro Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.22 |
voiceOtherEndptEncodingIt represents the type of Encoding used at the other Endpoint.ro Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.23 |
voiceEndptEndptTypeIt represents the end point typero Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.24 |
voiceEndptLocLpbkStateSpecifies the Local Loopback State the user would
like to set for the endpoint.rw Enumeration .1.3.6.1.4.1.351.100.4.3.13.1.25 |
voiceStatTableThe voice Statistics Table. SEQUENCE OF VoiceStatEntry .1.3.6.1.4.1.351.100.4.3.14 |
voiceStatEntryAn entry in the voice channel statistics table. VoiceStatEntry .1.3.6.1.4.1.351.100.4.3.14.1 |
voiceStatPktsRxsThe number of packets received from the muxbus by the local
port card.ro Counter .1.3.6.1.4.1.351.100.4.3.14.1.1 |
voiceStatPktsXmitsThe number of packets transmitted from the local port card
onto the Mux Bus.ro Counter .1.3.6.1.4.1.351.100.4.3.14.1.2 |
voiceStatRxPktsDscdsThe number of packets received from the muxbus by the local
port card which are discarded before being transmitted out
to the port.ro Counter .1.3.6.1.4.1.351.100.4.3.14.1.3 |
voiceStatSprvPktsXmitsThe number of supervisory packets transmitted from the local
port onto the Muxbus. Supervisory packets reflect signalling
bit transitions for voice connections.ro Counter .1.3.6.1.4.1.351.100.4.3.14.1.4 |
voiceStatSprvPktsRcvsThe number of supervisory packets received from Muxbus
associated with a connection.ro Counter .1.3.6.1.4.1.351.100.4.3.14.1.5 |
voiceStatV25ModemOnsThe number of seconds the V.25 modem is detected and the
connection is upgraded to PCM.ro Counter .1.3.6.1.4.1.351.100.4.3.14.1.6 |
voiceStatDsiOnsThe number of seconds that a connection is performing
Digital speech interpolation (DSI).ro Counter .1.3.6.1.4.1.351.100.4.3.14.1.7 |
voiceStatOffhksThe 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.ro Counter .1.3.6.1.4.1.351.100.4.3.14.1.8 |
voiceStatInservicesThe 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.ro Counter .1.3.6.1.4.1.351.100.4.3.14.1.9 |
voiceEndptMapTableThe Voice Endpoint-Connection Mapping table. SEQUENCE OF VoiceEndptMapEntry .1.3.6.1.4.1.351.100.4.3.15 |
voiceEndptMapEntryAn entry in the Voice Endpoint Connection Mapping table. VoiceEndptMapEntry .1.3.6.1.4.1.351.100.4.3.15.1 |
voiceEndptMapSlotThis MIB object contains the slot number associated
with the requested connection endpoint.ro INTEGER .1.3.6.1.4.1.351.100.4.3.15.1.1 |
voiceEndptMapChannelThis MIB object contains the channel number associated
with the requested connection endpoint.ro INTEGER .1.3.6.1.4.1.351.100.4.3.15.1.2 |
voiceEndptMapEndptPtrThis 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.15.1.3 |
voiceEndptMapConnPtrThis MIB object contains a pointer to first column of row
in connTable which corresponds to the slot and channel
specified in the columns above.ro OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.3.15.1.4 |
switchShelf OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.4 |
shelfCnfgObjects OBJECT IDENTIFIER .1.3.6.1.4.1.351.100.4.4.1 |
shelfCnfgStatMasterThis object provides the network manager the
IP address of the master statistics collection
management workstation.ro IpAddress .1.3.6.1.4.1.351.100.4.4.1.1 |
shelfCnfgStatCollIntvlThis object provides the network manager the
current TFTP statistics collection file interval
configured on the switch in minutes.ro INTEGER .1.3.6.1.4.1.351.100.4.4.1.2 |
shelfCnfgStatBcktIntvlThis object provides the network manager the
current TFTP statistics collection bucket interval
configured on the switch in minutes.ro INTEGER .1.3.6.1.4.1.351.100.4.4.1.3 |
shelfCnfgStatTimeSyncThis object provides the network manager the
current time for TFTP statistics collection.
This object replaces the functionality originally
supplied by the daytime handler application.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.351.100.4.4.1.4 |
shelfCnfgSwErrorThis object notifies the network manager that a
switch software error has has been logged on this
shelf.ro Enumeration .1.3.6.1.4.1.351.100.4.4.1.5 |
shelfCnfgCardErrorThis object notifies the network manager that a
switch card error has has been logged on this
shelf.ro Enumeration .1.3.6.1.4.1.351.100.4.4.1.6 |
rtm OBJECT IDENTIFIER .1.3.6.1.4.1.351.120 |
trapsConfig OBJECT IDENTIFIER .1.3.6.1.4.1.351.120.1 |
trapConfigTableThe table has the information about the manager
receiving traps SEQUENCE OF TrapConfigEntry .1.3.6.1.4.1.351.120.1.1 |
trapConfigEntryAn entry of the manager table. TrapConfigEntry .1.3.6.1.4.1.351.120.1.1.1 |
managerIPaddressrw IpAddress .1.3.6.1.4.1.351.120.1.1.1.1 |
managerPortNumberrw INTEGER .1.3.6.1.4.1.351.120.1.1.1.2 |
managerRowStatusWhen RowStatus is set to addRow(1), the mgr is registered with the
Proxy to receive the new traps generated.rw Enumeration .1.3.6.1.4.1.351.120.1.1.1.3 |
readingTrapFlagrw Enumeration .1.3.6.1.4.1.351.120.1.1.1.4 |
nextTrapSeqNumrw INTEGER .1.3.6.1.4.1.351.120.1.1.1.5 |
managerNumOfValidEntriesThe number of managers in the table that are
programmed to receive trapsro INTEGER .1.3.6.1.4.1.351.120.1.2 |
lastSequenceNumberThe Sequence Number of the last trap generated on the SNMP Proxyro INTEGER -- .1.3.6.1.4.1.351.120.1.3 |
trapUploadTableThe table has the information about the manager
receiving traps SEQUENCE OF TrapUploadEntry .1.3.6.1.4.1.351.120.1.4 |
trapUploadEntryAn entry of the manager table. TrapUploadEntry .1.3.6.1.4.1.351.120.1.4.1 |
mgrIpAddressro IpAddress .1.3.6.1.4.1.351.120.1.4.1.1 |
trapSequenceNumThe sequence number associated with tthe trapro INTEGER .1.3.6.1.4.1.351.120.1.4.1.2 |
trapPduStringThe sequence number associated with tthe trapro OCTET STRING .1.3.6.1.4.1.351.120.1.4.1.3 |
endOfQueueFlagThe sequence number associated with tthe trapro Enumeration .1.3.6.1.4.1.351.120.1.4.1.4 |
strmErrors OBJECT IDENTIFIER .1.3.6.1.4.1.351.910 |