|
|
This appendix provides a formal definition of the StrataView SNMP Proxy Agent Network Management Information Base (MIB), which contains the following items:
--
-- Stratacom StrataView Network MIBs
--
-- $RCSfile: SV+Network.mib,v $
-- $Revision: 1.1.4.2.1 $
-- $Date: 1996/04/29 07:28:57 $
--
-- Consolidated MIB for event, node, filters, rtc and rtm
--
--
STRATACOM-STRATAVIEW-SVPLUS-MIB
DEFINITIONS ::= BEGIN
IMPORTS
Gauge FROM RFC1155-SMI
DisplayString FROM RFC1213-MIB
OBJECT-TYPE FROM RFC-1212;
internet OBJECT IDENTIFIER ::= { iso(1) org(3) dod(6) 1 }
private OBJECT IDENTIFIER ::= { internet 4 }
enterprises OBJECT IDENTIFIER ::= { private 1 }
stratacom OBJECT IDENTIFIER ::= { enterprises 351 }
svplus OBJECT IDENTIFIER ::= { stratacom 1 }
svnode OBJECT IDENTIFIER ::= { stratacom 2 }
-- connSvc OBJECT IDENTIFIER ::= { stratacom 3 }
-- portSvc OBJECT IDENTIFIER ::= { stratacom 4 }
rtm OBJECT IDENTIFIER ::= { stratacom 120 }
-- strmErrors OBJECT IDENTIFIER ::= { stratacom 910 }
-- StrataView Plus Generated events. Added br HJ and Sridhar
strataviewEvents OBJECT IDENTIFIER ::= { stratacom 920 }
--
-- Note that Object identifiers { svplus 1 } through { svplus 10 }
-- have been depricated.
--
controlGroup OBJECT IDENTIFIER ::= { svplus 11 }
logGroup OBJECT IDENTIFIER ::= { svplus 12 }
networkGroup OBJECT IDENTIFIER ::= { svplus 13 }
nodeGroup OBJECT IDENTIFIER ::= { svplus 14 }
svNodeGroup OBJECT IDENTIFIER ::= { svnode 1 }
packetGroup OBJECT IDENTIFIER ::= { svnode 2 }
circuitGroup OBJECT IDENTIFIER ::= { svnode 3 }
frpGroup OBJECT IDENTIFIER ::= { svnode 4 }
connGroup OBJECT IDENTIFIER ::= { svnode 5 }
realTimeCountersGroup OBJECT IDENTIFIER ::= { svnode 6 }
trapsConfig OBJECT IDENTIFIER ::= { rtm 1 }
Active ::= INTEGER {
inactive (1),
active (2)
}
-- Values currently used for "severity" in log records and
-- TRAP filters are "Clear", "Info", "Minor", "Major", and
-- "Updt" (for update). Others may be used in the future.
--
Severity ::= DisplayString (SIZE (0..5))
nodeGrpName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..10))
ACCESS read-only
STATUS mandatory
DESCRIPTION "IPX node name."
::= { svNodeGroup 1 }
nodeGrpNetName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..10))
ACCESS read-only
STATUS mandatory
DESCRIPTION "IPX network name."
::= { svNodeGroup 2 }
nodeGrpAlarmState OBJECT-TYPE
SYNTAX INTEGER {
clear (1),
minor (2),
major (3),
unreachable (5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Node Alarm State. Only low 6 bits are
valid."
::= { svNodeGroup 3 }
nodeGrpGateway OBJECT-TYPE
SYNTAX INTEGER {
not-a-gateway (1),
gateway (2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Is this node acting as a gateway?"
::= { svNodeGroup 4 }
nodeGrpActive OBJECT-TYPE
SYNTAX Active
ACCESS read-only
STATUS mandatory
DESCRIPTION "Active state of this Node."
::= { svNodeGroup 5 }
nodeGrpPlatform OBJECT-TYPE
SYNTAX INTEGER {
ipx-platform (1),
bpx-platform (2)
axis-platform (3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Platform type."
::= { svNodeGroup 6 }
nodeGrpRelease OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..10))
ACCESS read-only
STATUS mandatory
DESCRIPTION "StrataView Plus release revision."
::= { svNodeGroup 7 }
nodeFsIncRate OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "FRP Foresight increase rate."
::= { svNodeGroup 8 }
nodeFsDecRate OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "FRP forsight normal decrease rate."
::= { svNodeGroup 9 }
nodeFsFastRate OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "FRP forsight fast decrease rate."
::= { svNodeGroup 10 }
nodeRstTimeout OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Timeout for resetting PVC rate to QIR."
::= { svNodeGroup 11 }
alarmTrapSequenceNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Sequence Number of the last trap
generated on the SNMP Proxy"
::= { svNodeGroup 12 }
-----------------------------------------------------------------------
-- Packet Group
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Packet Line Table has been deleted and replaced by the
-- Trunk Table.
-----------------------------------------------------------------------
--pktLineTable OBJECT-TYPE
-- SYNTAX SEQUENCE OF PktLineEntry
-- ACCESS not-accessible
-- STATUS mandatory
-- DESCRIPTION "The table of Packet Lines."
-- ::= { packetGroup 1 }
-----------------------------------------------------------------------
-- Trunk Table
-----------------------------------------------------------------------
trunkTable OBJECT-TYPE
SYNTAX SEQUENCE OF TrunkEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The table of Trunk Lines."
::= { packetGroup 2 }
trunkEntry OBJECT-TYPE
SYNTAX TrunkEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry in the Trunk table."
INDEX { trunkLocalSlot, trunkLocalPort }
::= { trunkTable 1 }
TrunkEntry ::= SEQUENCE {
trunkLocalSlot INTEGER,
trunkLocalPort INTEGER,
trunkLocalLine INTEGER,
trunkCardType INTEGER,
trunkInterface INTEGER,
trunkLineLoad INTEGER,
trunkRemNodeId INTEGER,
trunkRemLineNumber INTEGER,
trunkRemSlot INTEGER,
trunkRemPort INTEGER,
trunkAlarmState INTEGER,
trunkComment DisplayString,
trunkActive Active,
trunkStatus INTEGER,
trunkStatReserve INTEGER,
trunkBurstyDataBQDepth INTEGER,
trunkBurstyDataBQEfcnThreshold INTEGER,
trunkClpHighDropThreshold INTEGER,
trunkClpLowDropThreshold INTEGER
}
trunkLocalSlot OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Slot Number. These are numbered
starting at 1."
::= { trunkEntry 1 }
trunkLocalPort OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Port Number. These are numbered
starting at 1."
::= { trunkEntry 2 }
trunkLocalLine OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Line Number. These are numbered
starting at 1."
::= { trunkEntry 3 }
trunkCardType OBJECT-TYPE
SYNTAX INTEGER { txr(3),
bni(4),
ntc(22),
atm(31),
ait(34),
bni-t3(103),
bni-e3(104)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Type of the card supporting the trunk line.
The card type is dependant on the value
of nodePlatform.
Additional types may exist with future
hardware."
::= { trunkEntry 4 }
trunkInterface OBJECT-TYPE
SYNTAX INTEGER { unknown (1),
t1-d4 (2),
t1-esf (3),
e1-30 (4),
e1-31 (5),
e1-32 (6),
subrate (7),
atm (8) }
ACCESS read-only
STATUS mandatory
DESCRIPTION "Trunk Line Interface Type. Indicates
the format of the packet line."
::= { trunkEntry 5 }
trunkLineLoad OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Line Load in packets per second."
::= { trunkEntry 6 }
trunkRemNodeId OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Remote StrataView Node ID."
::= { trunkEntry 7 }
trunkRemLineNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Remote Line Number."
::= { trunkEntry 8 }
trunkRemSlot OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Remote Slot Number."
::= { trunkEntry 9 }
trunkRemPort OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Remote Port Number."
::= { trunkEntry 10 }
trunkAlarmState OBJECT-TYPE
SYNTAX INTEGER {
clear (1),
info (2),
minor (3),
major (4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Trunk Line Alarm State."
::= { trunkEntry 11 }
trunkComment OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..20))
ACCESS read-only
STATUS mandatory
DESCRIPTION "StrataView user entered comment field used to
further qualify the trunk line."
::= { trunkEntry 12 }
trunkActive OBJECT-TYPE
SYNTAX Active
ACCESS read-only
STATUS mandatory
DESCRIPTION "Active State."
::= { trunkEntry 13 }
trunkStatus OBJECT-TYPE
SYNTAX INTEGER {
inactive(1),
clear(2),
fail(3),
down(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Trunk line status."
::= { trunkEntry 14 }
trunkStatReserve OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Trunk Line statistical reserve field."
::= { trunkEntry 15 }
trunkBurstyDataBQDepth OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Trunk Line bursty data B queue depth."
::= { trunkEntry 16 }
trunkBurstyDataBQEfcnThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Trunk Line bursty data B queue
EFCN/FFCI threshold."
::= { trunkEntry 17 }
trunkClpHighDropThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Trunk Line CLP high
dropping threshold."
::= { trunkEntry 18 }
trunkClpLowDropThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Trunk Line CLP low dropping threshold."
::= { trunkEntry 19 }
-----------------------------------------------------------------------
-- Circuit Group
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Circuit Line Table
-----------------------------------------------------------------------
cirLineTable OBJECT-TYPE
SYNTAX SEQUENCE OF CirLineEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The table of Circuit Lines."
::= { circuitGroup 1 }
cirLineEntry OBJECT-TYPE
SYNTAX CirLineEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry in the Circuit Line table."
INDEX { cirLineLineNumber }
::= { cirLineTable 1 }
CirLineEntry ::= SEQUENCE {
cirLineLineNumber INTEGER,
cirLineCardType INTEGER,
cirLineInterface INTEGER,
cirLineComment DisplayString,
cirLineActive Active,
cirLineStatus INTEGER
}
cirLineLineNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Circuit Line Number."
::= { cirLineEntry 3 }
cirLineCardType OBJECT-TYPE
SYNTAX INTEGER {
txr (3),
cip(21),
cdp(29)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Circuit Card Type."
::= { cirLineEntry 4 }
cirLineInterface OBJECT-TYPE
SYNTAX INTEGER {
unknown (1),
t1 (2),
e1(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Circuit Line Interface Type.
Indicates the format of the circuit line."
::= { cirLineEntry 5 }
cirLineComment OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..22))
ACCESS read-only
STATUS mandatory
DESCRIPTION "Comment entered by StrataView user to further
qualify the Circuit Line."
::= { cirLineEntry 6 }
cirLineActive OBJECT-TYPE
SYNTAX Active
ACCESS read-only
STATUS mandatory
DESCRIPTION "Circuit Line Active State."
::= { cirLineEntry 7 }
cirLineStatus OBJECT-TYPE
SYNTAX INTEGER {
inactive(1),
clear(2),
fail(3),
down(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Circuit Line Status."
::= { cirLineEntry 8 }
-----------------------------------------------------------------------
-- Frame Relay Port Group
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Frame Relay Port Table
-----------------------------------------------------------------------
frpTable OBJECT-TYPE
SYNTAX SEQUENCE OF FrpEntry
ACCESS not-accessible
STATUS obsolete
DESCRIPTION "The table of Frame Relay Ports."
::= { frpGroup 1 }
frpEntry OBJECT-TYPE
SYNTAX FrpEntry
ACCESS not-accessible
STATUS obsolete
DESCRIPTION "An entry in the Frame Relay Ports table."
INDEX { frpLocalSlot, frpLocalPort }
::= { frpTable 1 }
FrpEntry ::= SEQUENCE {
frpLocalSlot INTEGER,
frpLocalPort INTEGER,
frpPortSpeed INTEGER,
frpComment DisplayString,
frpActive Active,
frpStatus INTEGER,
frpQDepth INTEGER,
frpEcnThreshold INTEGER,
frpDeThreshold INTEGER,
frpPortType INTEGER,
frpLocalLine INTEGER
}
frpLocalSlot OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION "Local Slot Number."
::= { frpEntry 3 }
frpLocalPort OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION "Local Port Number. These are numbered
starting at 1."
::= { frpEntry 4 }
frpPortSpeed OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION "Port Speed in bits per second."
::= { frpEntry 5 }
frpComment OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..22))
ACCESS read-only
STATUS obsolete
DESCRIPTION "StrataView User comment used to further
qualify the Frame Relay Port."
::= { frpEntry 6 }
frpActive OBJECT-TYPE
SYNTAX Active
ACCESS read-only
STATUS obsolete
DESCRIPTION "Frame Relay Port Active State."
::= { frpEntry 7 }
frpStatus OBJECT-TYPE
SYNTAX INTEGER {
inactive(1),
clear(2),
fail(3),
down(4)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION "Frame Relay Port Status."
::= { frpEntry 8 }
frpQDepth OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION "Frame Relay Port queue depth."
::= { frpEntry 9 }
frpEcnThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION "Frame Relay Port ECN queue threshold."
::= { frpEntry 10 }
frpDeThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION "Frame Relay Port DE threshold."
::= { frpEntry 11 }
frpPortType OBJECT-TYPE
SYNTAX INTEGER {
uni(1),
nni(2),
aip(3)
not-defined(4),
frsm(5),
portConcent(6)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION "Frame relay port type. "
::= { frpEntry 12 }
frpLocalLine OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Line Number."
::= { frpEntry 13 }
-----------------------------------------------------------------------
-- Connection Group
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Connection Table
-----------------------------------------------------------------------
connTable OBJECT-TYPE
SYNTAX SEQUENCE OF ConnEntry
ACCESS not-accessible
STATUS obsolete
DESCRIPTION "The table of Connections."
::= { connGroup 1 }
connEntry OBJECT-TYPE
SYNTAX ConnEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry in the Connections table."
INDEX { connLocalSlot, connLocalChannel, connLocalDLCI }
::= { connTable 1 }
ConnEntry ::= SEQUENCE {
connLocalSlot INTEGER,
connLocalChannel INTEGER,
connLocalDLCI INTEGER,
connRemoteNodeId INTEGER,
connRemoteSlot INTEGER,
connRemoteChannel INTEGER,
connRemoteDLCI INTEGER,
connType INTEGER,
connRate INTEGER,
connLocalMaxPkts INTEGER,
connRemoteMaxPkts INTEGER,
connMinBandwidth INTEGER,
connDAX INTEGER,
connTXR INTEGER,
connComment DisplayString,
connActive Active,
connStatus INTEGER,
connQir INTEGER,
connPir INTEGER,
connVcQueDepth INTEGER,
connVcQueThreshold INTEGER,
connCMax INTEGER,
connPerUtil INTEGER,
connConnInfoFlag INTEGER,
connCir INTEGER,
connABitStatus INTEGER,
connLocalLine INTEGER
}
connLocalSlot OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Slot Number."
::= { connEntry 3 }
connLocalChannel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Channel Number. These are numbered
starting at 1."
::= { connEntry 4 }
connLocalDLCI OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local DLCI Number."
::= { connEntry 5 }
connRemoteNodeId OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Remote StrataView Node ID."
::= { connEntry 6 }
connRemoteSlot OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Remote Slot Number."
::= { connEntry 7 }
connRemoteChannel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Remote Channel Number. These are
numbered starting at 1."
::= { connEntry 8 }
connRemoteDLCI OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Remote DLCI Number."
::= { connEntry 9 }
connType OBJECT-TYPE
SYNTAX INTEGER { voice-dsi-adpcm (1),
voice-dsi (2),
voice (3),
voice-adpcm (4),
data (5),
frame-relay (6) }
ACCESS read-only
STATUS mandatory
DESCRIPTION "Connection Type."
::= { connEntry 10 }
connRate OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Combination Field of Rate Info. The value
for this variable is generated by ORing
together the following:
0x80 -> Fast Eia Enabled
0x40 -> DFM Enabled
0x08 -> 7/8 Encoding
0x10 -> 8/8 Encoding
0x18 -> 8/8 Inverted Encoding
0x20 -> 7/8 Inverted Encoding
0x01 -> Voice
0x02 -> Non-Time Stamped
0x03 -> Time Stamped
0x04 -> bursty data
0x05 -> multicast
These form four fields: bit 7, bit 6,
bits 3-5, and bits 0-2."
::= { connEntry 11 }
connLocalMaxPkts OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local maximum number of packets per second
allocated."
::= { connEntry 12 }
connRemoteMaxPkts OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Remote maximum number of packets per second
allocated."
::= { connEntry 13 }
connMinBandwidth OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Minimum guaranteed bandwidth in bits per
second. Zero if not meaningful."
::= { connEntry 14 }
connDAX OBJECT-TYPE
SYNTAX INTEGER { non-dax(1), dax(2) }
ACCESS read-only
STATUS mandatory
DESCRIPTION "Flag to identify DAX connection."
::= { connEntry 15 }
connTXR OBJECT-TYPE
SYNTAX INTEGER { non-txr(1), txr(2) }
ACCESS read-only
STATUS mandatory
DESCRIPTION "Flag to identify voice connection end point
card is TXR card type."
::= { connEntry 16 }
connComment OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..22))
ACCESS read-only
STATUS mandatory
DESCRIPTION "StrataView user entered comment field used to
further qualify the connection."
::= { connEntry 17 }
connActive OBJECT-TYPE
SYNTAX Active
ACCESS read-only
STATUS mandatory
DESCRIPTION "Connection Active State."
::= { connEntry 18 }
connStatus OBJECT-TYPE
SYNTAX INTEGER {
inactive(1),
clear(2),
fail(3),
down(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Connection Status."
::= { connEntry 19 }
connQir OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Connection QIR. (bits per sec)"
::= { connEntry 20 }
connPir OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Connection PIR."
::= { connEntry 21 }
connVcQueDepth OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Connection VcQueDepth."
::= { connEntry 22 }
connVcQueThreshold OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Connection VcQueThreshold."
::= { connEntry 23 }
connCMax OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Connection maximum threshold for FRP credit
manager."
::= { connEntry 24 }
connPerUtil OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Connection Percent utilization."
::= { connEntry 25 }
connConnInfoFlag OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Connection information flags. The flags are
define as:
bit 6 snaPriorityHigh - decimal 64
bit 7 forsightEnabled - decimal 128
A value of 0 indicates no bits are set."
::= { connEntry 26 }
connCir OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Connection CIR.(bits per sec)"
::= { connEntry 27 }
connABitStatus OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Connection Bit status field. The fields
defined are:
bit 6 remotePacketLine - decimal 64
bit 7 aBitOk - decimal 128.
A value of 0 indicates no bits are set."
::= { connEntry 28 }
connLocalLine OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Line Number. Valid only for AXIS"
::= { connEntry 29 }
--
-- Real Time Counters Group
--
--
-- packet Line Real Time Counters table has been deleted and replace by
-- the TrunkLine Real Time Counters table beginning with
-- StrataView Plus release ???
--
--PktLineRTCTable OBJECT-TYPE
-- SYNTAX SEQUENCE OF PktLineRTCEntry
-- ACCESS not-accessible
-- STATUS mandatory
-- DESCRIPTION "The table of Packet s Line statistics."
-- ::= { realTimeCountersGroup 1 }
--
-- circuit Line Real Time Counters table
--
cirLineRTCTable OBJECT-TYPE
SYNTAX SEQUENCE OF CirLineRTCEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The table of Circuit Line statistics."
::= { realTimeCountersGroup 2 }
cirLineRTCEntry OBJECT-TYPE
SYNTAX CirLineRTCEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry in the Circuit Line
statistics table.
Each row may be sparse."
INDEX { cirLineRTCLineNumber }
::= { cirLineRTCTable 1 }
CirLineRTCEntry ::= SEQUENCE {
--
-- All of the Counters in this table can be very time-expensive
-- to retrieve, taking as much as 10 seconds each.
-- Manger timeout values should be adjusted accordingly, and
-- Get-Next walks through this portion of the table should be
-- avoided.
--
cirLineRTCLineNumber INTEGER,
cirLineRTCBipolarViolations Counter,
cirLineRTCFrameSlips Counter,
cirLineRTCOutOfFrames Counter,
cirLineRTCLossesOfSignal Counter,
cirLineRTCFrameBitErrors Counter,
cirLineRTCCrcErrors Counter,
cirLineRTCOutOfMultiFrames Counter,
cirLineRTCAllOnesInTimeslot16 Counter
}
cirLineRTCLineNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Circuit Line Number."
::= { cirLineRTCEntry 1 }
cirLineRTCBipolarViolations
OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of bipolar violations which have
occurred on the line. This statistic is valid
for T1 circuits only."
::= { cirLineRTCEntry 4 }
cirLineRTCFrameSlips OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frame slips which have occurred
on the receive side of the line. This
statistic is valid for TXR lines only. CIP
and CDP cards do not support this statistic."
::= { cirLineRTCEntry 5 }
cirLineRTCOutOfFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of 0 -> 1 transitions of the out of
frame conditions as detected by the hardware."
::= { cirLineRTCEntry 6 }
cirLineRTCLossesOfSignal
OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of 0 -> 1 transitions of the loss
of signal condition as detected by the
hardware.
This statistic is valid on CIP and CDP lines
only. TXR lines do not support this
statistic."
::= { cirLineRTCEntry 7 }
cirLineRTCFrameBitErrors
OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frame alignment signal errors
which are detected on a line. This statistic
is valid only on lines supported by CIP and
CDP cards. TXR cards do not support this
statistic."
::= { cirLineRTCEntry 8 }
cirLineRTCCrcErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of CRC errors detected on
the line.
This statistic is valid on lines supported by
CIP and CDP cards. TXR cards do no support
this statistic."
::= { cirLineRTCEntry 9 }
cirLineRTCOutOfMultiFrames
OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of 0 -> 1 transitions into out of
multi-frame as detected by the hardware. This
statistic is valid only on E1 lines. T1 lines
do not support this statistic."
::= { cirLineRTCEntry 10 }
cirLineRTCAllOnesInTimeslot16
OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of 0 -> 1 transitions of AIS-16.
This statistic is valid only for CIP
and CDP E1 format lines."
::= { cirLineRTCEntry 11 }
--
-- Frame relay Real Time Counters table
--
frpRTCTable OBJECT-TYPE
SYNTAX SEQUENCE OF FrpRTCEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The table of frame relay statistics."
::= { realTimeCountersGroup 3 }
frpRTCEntry OBJECT-TYPE
SYNTAX FrpRTCEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry in the frame relay statistics table.
Each row may be sparse."
INDEX { frpRTCSlot, frpRTCPort }
::= { frpRTCTable 1 }
FrpRTCEntry ::= SEQUENCE {
--
-- All of the Counters in this table can be very time-expensive
-- to retrieve, taking as much as 10 seconds each.
-- Manger timeout values should be adjusted accordingly, and
-- Get-Next walks through this portion of the table should be
-- avoided.
--
frpRTCSlot INTEGER,
frpRTCPort INTEGER,
frpRTCFramesRcvd Counter,
frpRTCFramesXmitted Counter,
frpRTCBytesRcvd Counter,
frpRTCBytesXmitted Counter,
frpRTCFramesXmittedWithFECN Counter,
frpRTCFramesXmittedWithBECN Counter,
frpRTCFramesRcvdCrcErrors Counter,
frpRTCFramesRcvdInvalidFormat Counter,
frpRTCFramesRcvdAlignmentErrors Counter,
frpRTCFramesRcvdIllegalLen Counter,
frpRTCDmaOverruns Counter,
frpRTCLmiStatusEnquires Counter,
frpRTCLmiStatusXmitRate Counter,
frpRTCLmiStatusUpdateRate Counter,
frpRTCLmiInvalidStatusEnquires Counter,
frpRTCLmiLinkTimeoutErrors Counter,
frpRTCLmiKeepaliveSequenceErrors Counter,
frpRTCFramesRcvdUndefDlciErrors Counter,
frpRTCXmitStatusEnquirey Counter,
frpRTCRxStatusCounter Counter,
frpRTCAsyncStatusCounter Counter,
frpRTCBadSequenceNumberCount Counter,
frpRTCTxProtocolTimeOutCount Counter,
frpRTCCLLMFramesTx Counter,
frpRTCCLLMBytesTx Counter,
frpRTCCLLMFramesRx Counter,
frpRTCCLLMBytesRx Counter,
frpRTCCLLMFailures Counter,
frpRTCRxDEFramesDiscarded Counter,
frpRTCLine INTEGER
}
frpRTCSlot OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Slot Number."
::= { frpRTCEntry 1 }
frpRTCPort OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Port Number. These are numbered
starting at 1."
::= { frpRTCEntry 2 }
frpRTCFramesRcvd OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames received by the FRP
port."
::= { frpRTCEntry 4 }
frpRTCFramesXmitted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames transmitted out the FRP
port."
::= { frpRTCEntry 5 }
frpRTCBytesRcvd OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frame bytes received from the
FRP port."
::= { frpRTCEntry 6 }
frpRTCBytesXmitted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frame bytes transmitted out the
FRP port."
::= { frpRTCEntry 7 }
frpRTCFramesXmittedWithFECN OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames transmitted out the FRP
port with the FECN bit set."
::= { frpRTCEntry 8 }
frpRTCFramesXmittedWithBECN OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames transmitted out the FRP
port with the BECN bit set."
::= { frpRTCEntry 9 }
frpRTCFramesRcvdCrcErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of CRC errors on received frames
for the FRP port."
::= { frpRTCEntry 10 }
frpRTCFramesRcvdInvalidFormat OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames received by the FRP port
which contain incorrect EA bit settings (1 in
the first byte and/or 0 in the second byte)."
::= { frpRTCEntry 11 }
frpRTCFramesRcvdAlignmentErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of bit alignment errors
on received frames for the FRP port."
::= { frpRTCEntry 12 }
frpRTCFramesRcvdIllegalLen OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames received by the FRP
port which exceed the maximum
allowed frame length."
::= { frpRTCEntry 13 }
frpRTCDmaOverruns OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of DMA overruns on the FRP port."
::= { frpRTCEntry 14 }
frpRTCLmiStatusEnquires OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of LMI status enquires received
from the user device by the FRP port."
::= { frpRTCEntry 15 }
frpRTCLmiStatusXmitRate OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of LMI status messages transmitted
to the user device from the FRP port per ??."
::= { frpRTCEntry 16 }
frpRTCLmiStatusUpdateRate OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of LMI update messages transmitted
to the user device from the FRP port per ??."
::= { frpRTCEntry 17 }
frpRTCLmiInvalidStatusEnquires OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of invalid LMI status enquires
received from the user device by the
FRP port."
::= { frpRTCEntry 18 }
frpRTCLmiLinkTimeoutErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of LMI link timeout errors."
::= { frpRTCEntry 19 }
frpRTCLmiKeepaliveSequenceErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of LMI keepalive sequence number
errors."
::= { frpRTCEntry 20 }
frpRTCFramesRcvdUndefDlciErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames received by the FRP port
which contain undefined DLCIs."
::= { frpRTCEntry 21 }
frpRTCXmitStatusEnquirey OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "Transmit Status Enquirey."
::= { frpRTCEntry 22 }
frpRTCRxStatusCounter OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "Received Status counter."
::= { frpRTCEntry 23 }
frpRTCAsyncStatusCounter OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "Asynchronous Status Counter."
::= { frpRTCEntry 24 }
frpRTCBadSequenceNumberCount OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "Invalid Sequence number count."
::= { frpRTCEntry 25 }
frpRTCTxProtocolTimeOutCount OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "Transmit Protocol timeout count."
::= { frpRTCEntry 26 }
frpRTCCLLMFramesTx OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "CLLM message frames transmitted."
::= { frpRTCEntry 27 }
frpRTCCLLMBytesTx OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "CLLM message bytes transmitted."
::= { frpRTCEntry 28 }
frpRTCCLLMFramesRx OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "CLLM Frames received."
::= { frpRTCEntry 29 }
frpRTCCLLMBytes x OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "CLLM bytes received."
::= { frpRTCEntry 30 }
frpRTCCLLMFailures OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "CLLM failures."
::= { frpRTCEntry 31 }
frpRTCRxDEFramesDiscarded OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames with the DE bit set
which have been dropped by the frame relay
port. IPX software versions earlier than
IPX 6.1 will report a count of zero."
::= { frpRTCEntry 32}
frpRTCLine OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Slot Number."
::= { frpRTCEntry 33 }
--
-- Connection Real Time Counters Table
--
connRTCTable OBJECT-TYPE
SYNTAX SEQUENCE OF ConnRTCEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The table of Connection statistics."
::= { realTimeCountersGroup 4 }
connRTCEntry OBJECT-TYPE
SYNTAX ConnRTCEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry in the Connection statistics table."
INDEX { connRTCSlot, connRTCChannel, connRTCDLCI }
::= { connRTCTable 1 }
ConnRTCEntry ::= SEQUENCE {
--
-- All of the Counters in this table can be very time-expensive
-- to retrieve, taking as much as 10 seconds each.
-- Manger timeout values should be adjusted accordingly, and
-- Get-Next walks through this portion of the table should be
-- avoided.
--
connRTCSlot INTEGER,
connRTCChannel INTEGER,
connRTCDLCI INTEGER,
connRTCRcvdFrames Counter,
connRTCRcvdFramesDiscarded Counter,
connRTCXmitFrames Counter,
connRTCXmitFramesDiscarded Counter,
connRTCRcvdPkts Counter,
connRTCRcvdPktsDiscarded Counter,
connRTCXmitPkts Counter,
connRTCXmitPktsProjected Counter,
connRTCXmitPktsSupervisory Counter,
connRTCRcvdBytes Counter,
connRTCRcvdBytesDiscarded Counter,
connRTCXmitBytes Counter,
connRTCXmitBytesDiscarded Counter,
connRTCSecondsV25ModemOn Counter,
connRTCSecondsDsiEnabled Counter,
connRTCSecondsOffHook Counter,
connRTCSecondsInService Counter,
connRTCXmitFramesWithFECN Counter,
connRTCXmitFramesWithBECN Counter,
connRTCRxSupervisoryPkts Counter,
connRTCCongestedMinuites Counter,
connRTCFramesRxWithDE Counter,
connRTCFramesTxWithDE Counter,
connRTCFramesDiscardedWithDE Counter,
connRTCBytesRxWithDE Counter,
connRTCFramesRxExcessCir Counter,
connRTCBytesRxExcessCir Counter,
connRTCLine INTEGER
}
connRTCSlot OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Slot Number."
::= { connRTCEntry 1 }
connRTCChannel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Channel Number. These are numbered
starting at 1."
::= { connRTCEntry 2 }
connRTCDLCI OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local DLCI Number."
::= { connRTCEntry 3 }
connRTCRcvdFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames received from the FRP
port associated with the connection. This
statistic is valid for Frame Relay
Connections only."
::= { connRTCEntry 4 }
connRTCRcvdFramesDiscarded OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames received from the FRP
port which are associated with the connection,
but were discarded before being transmitted
onto the Muxbus due to the age of the frame
in the IPX system or the lack of buffer space.
This statistic is valid for Frame Relay
Connections only."
::= { connRTCEntry 5 }
connRTCXmitFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames transmitted out the FRP
port which were received from the other
endpoint of the connection. This statistic is
valid for Frame Relay connections only."
::= { connRTCEntry 6 }
connRTCXmitFramesDiscarded OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames to be transmitted out
the FRP port which were received from the
other endpoint of the connection, but were
discarded due to the age of the frame in the
IPX system, a CRC error, or lack of buffer
space. This statistic is valid for Frame
Relay Connections only."
::= { connRTCEntry 7 }
connRTCRcvdPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets received from the
Muxbus by the FRP port associated with the
connection endpoint. This statistic is
valid for Frame Relay Connections only."
::= { connRTCEntry 8 }
connRTCRcvdPktsDiscarded OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets received from the
Muxbus at the FRP port associated with the
connection endpoint, but were discarded
before being assembled into frames and
transmitted on the FRP port. This statistic
is valid for Frame Relay Connections only."
::= { connRTCEntry 9 }
connRTCXmitPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets transmitted from one
connection endpoint onto the Muxbus towards
the other connection endpoint. This statistic
is valid for all types of inter-node
connections, and for CDP Data, FRP, LDP and
SDP terminated DAX connections."
::= { connRTCEntry 10 }
connRTCXmitPktsProjected OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The estimated number of packets which would
be used if DSI or DFM were enabled for the
connection. This statistic is valid for
inter-node voice connections and with all
types of data connections. It is not
valid for DAX voice connections or Frame
Relay connections."
::= { connRTCEntry 11 }
connRTCXmitPktsSupervisory OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of supervisory packets transmitted
from one connection endpoint to another.
Supervisory packets reflect signaling bit
transitions for voice connections, and EIA
lead transitions for data channels. This
statistic is valid on all inter-node 'a',
'c', and 'v' voice connections, all inter-
node data connections, all 'd' type voice
connection endpoints which are supported by
CIP or CDP cards, and all DAX data conn-
sections. This statistic is not valid for
Frame Relay connections."
::= { connRTCEntry 12 }
connRTCRcvdBytes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frame bytes received from the
FRP port associated with the connection
endpoint. This statistic is valid for Frame
Relay connections only."
::= { connRTCEntry 13 }
connRTCRcvdBytesDiscarded OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frame bytes received from the
FRP port associated with the connection
endpoint, but were discarded due to the age of
the frame in the IPX system or the lack of
buffer space before being transmitted onto the
Muxbus. This statistic is valid for Frame
Relay connections only."
::= { connRTCEntry 14 }
connRTCXmitBytes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frame bytes to be received from
the Muxbus from the remote end of the
connection, which were actually transmitted
out the FRP port as frames. This statistic is
valid for Frame Relay connections only."
::= { connRTCEntry 15 }
connRTCXmitBytesDiscarded OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frame bytes to be received from
the Muxbus from the remote end of the
connection, but were discarded due to the age
of the frame in the IPX system, a CRC error,
or lack of buffer space. This statistic is
valid for Frame Relay connections only."
::= { connRTCEntry 16 }
connRTCSecondsV25ModemOn OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of seconds the V.25 modem has been
detected and a connection upgraded from ADPCM
to PCM. The status of the V.25 modem detect
is checked every 3 seconds, so the granularity
of the data which makes up this statistic is 3
seconds. This statistic is valid for inter-
node type 'a', 'c' and 'v' voice connections
only."
::= { connRTCEntry 17 }
connRTCSecondsDsiEnabled OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of seconds that a connection has
been performing Digital Speech Interpolation
(DSI). The status of DSI is checked every 3
seconds, so the granularity of the data which
makes up this statistic is 3 seconds. This
statistic is valid for inter-node type 'c' and
'v' voice connections only."
::= { connRTCEntry 18 }
connRTCSecondsOffHook OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of seconds that a voice connection
has been off-hook. The on-hook state is
determined by the signaling bits, as defined
by the 'cnfchtp' command. A connection which
is not on-hook is treated as off-hook for this
statistic. The status of the off-hook
condition is checked every 3 seconds,
so the granularity of the data which makes up
this statistic is 3 seconds. This statistic
is valid for all 'a', 'c' and 'v' voice
connections, and for 'd' type voice connection
endpoints supported by CIP or CDP cards."
::= { connRTCEntry 19 }
connRTCSecondsInService OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of seconds that a connection has
been in service. A connection 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."
::= { connRTCEntry 20 }
connRTCXmitFramesWithFECN OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames transmitted out the FRP
port with the FECN bit set. This statistic is
valid for Frame Relay connections only."
::= { connRTCEntry 21 }
connRTCXmitFramesWithBECN OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames transmitted out the FRP
port with the BECN bit set. This statistic
is valid for Frame Relay connections only."
::= { connRTCEntry 22 }
connRTCRxSupervisoryPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of supervisory packets
received."
::= { connRTCEntry 23 }
connRTCCongestedMinuites OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of minutes in which 50%or more
frames are tagged FECN by the FRP."
::= { connRTCEntry 24 }
connRTCFramesRxWithDE OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames received from the FRP
with the DE bit set."
::= { connRTCEntry 25 }
connRTCFramesTxWithDE OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames transmitted from the FRP
with the DE bit set. "
::= { connRTCEntry 26 }
connRTCFramesDiscardedWithDE OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames received from the local
frame relay port with their DE bit set which
are discarded before being transmitted onto
the Muxbus."
::= { connRTCEntry 27 }
connRTCBytesRxWithDE OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of bytes received from the FRP
for frames with the DE bit set."
::= { connRTCEntry 28 }
connRTCFramesRxExcessCir OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames received in excess of
CIR."
::= { connRTCEntry 29 }
connRTCBytesRxExcessCir OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of bytes received in excess of
CIR."
::= { connRTCEntry 30 }
connRTCFramesTxExcessCir OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frames transmitted in excess
of CIR."
::= { connRTCEntry 31 }
connRTCBytesTxExcessCir OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of bytes transmitted in excess of
CIR."
::= { connRTCEntry 32 }
connRTCLine OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Line Number, for IPX it is always 0."
::= { connRTCEntry 33 }
--
-- Trunk Real Time Counter Table
-- valid only for SV Plus release ????
trunkRTCTable OBJECT-TYPE
SYNTAX SEQUENCE OF TrunkRTCEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The table of Trunk Line statistics."
::= { realTimeCountersGroup 5 }
trunkRTCEntry OBJECT-TYPE
SYNTAX TrunkRTCEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry in the Trunk Line statistics table.
Each row may be sparse."
INDEX { trunkRTCLocalSlot, trunkRTCLocalPort }
::= { trunkRTCTable 1 }
TrunkRTCEntry ::= SEQUENCE {
--
-- All of the Counters in this table can be very time-expensive
-- to retrieve, taking as much as 10 seconds each.
-- Manger timeout values should be adjusted accordingly, and
-- Get-Next walks through this portion of the table should be
-- avoided.
--
trunkRTCLocalSlot INTEGER,
trunkRTCLocalPort INTEGER,
trunkRTCBipolarViolations Counter,
trunkRTCFrameSlips Counter,
trunkRTCOutOfFrames Counter,
trunkRTCLossOfSignal Counter,
trunkRTCFrameBitErrors Counter,
trunkRTCCrcErrors Counter,
trunkRTCPktOutOfFrames Counter,
trunkRTCPktCrcErrors Counter,
trunkRTCBadClockErrors Counter,
trunkRTCVoicePktsDropped Counter,
trunkRTCTimeStampedPktsDropped Counter,
trunkRTCNonTimeStampedPktsDropped Counter,
trunkRTCHighPriorityPktsDropped Counter,
trunkRTCBurstyDataPktsDropped Counter,
trunkRTCMulticastPktsDropped Counter,
trunkRTCVoicePktsXmitted Counter,
trunkRTCTimeStampedPktsXmitted Counter,
trunkRTCNonTimeStampedPktsXmitted Counter,
trunkRTCHighPriorityPktsXmitted Counter,
trunkRTCBurstyDataPktsXmitted Counter,
trunkRTCMulticastPktsXmitted Counter,
trunkRTCPktsXmitted Counter,
trunkRTCTxBurstyDataAClpPktsDropped Counter,
trunkRTCTxBurstyDataBClpPktsDropped Counter,
trunkRTCBurstyDataAEfcnPktsTx2Line Counter,
trunkRTCBurstyDataBEfcnPktsTx2Line Counter,
trunkRTCBurstyDataAClpPktsTx2Line Counter,
trunkRTCBurstyDataBClpPktsTx2Line Counter,
trunkRTCAtmCellHeaderHecErrors Counter,
trunkRTCTxVoiceCellsDropped Counter,
trunkRTCTxTimeStampCellsDropped Counter,
trunkRTCTxNonTStampCellsDropped Counter,
trunkRTCTxHighPriorityCellsDropped Counter,
trunkRTCTxBurstyDataACellsDropped Counter,
trunkRTCTxBurstyDataBCellsDropped Counter,
trunkRTCVoiceCellsTx2Line Counter,
trunkRTCTimeStampCellsTx2Line Counter,
trunkRTCNonTimeStampCellsTx2Line Counter,
trunkRTCHighPriorityCellsTx2Line Counter,
trunkRTCBurstyDataACellsTx2Line Counter,
trunkRTCBurstyDataBCellsTx2Line Counter,
trunkRTCTotalCellsTx2Line Counter,
trunkRTCTxBurstyDataAClpCellsDropped Counter,
trunkRTCTxBurstyDataBClpCellsDropped Counter,
trunkRTCBurstyDataAEfcnCellsTx2Line Counter,
trunkRTCBurstyDataBEfcnCellsTx2Line Counter,
trunkRTCPlcpOutOfFrames Counter
}
trunkRTCLocalSlot OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Slot Number. These are numbered
starting at 1"
::= { trunkRTCEntry 1 }
trunkRTCLocalPort OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Local Port Number. These are numbered
starting at 1."
::= { trunkRTCEntry 2 }
trunkRTCBipolarViolations
OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The signal level for a '1' bit should
alternate between a positive and a negative
signal. If two positive or two negative
signals are received in a row, a bipolar
violation has occurred."
::= { trunkRTCEntry 4 }
trunkRTCFrameSlips OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frame slips which have occurred
on the receive side of the line. This
statistic is valid for TXR lines only. NTC
cards do not support this statistic."
::= { trunkRTCEntry 5 }
trunkRTCOutOfFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of 0 -> 1 transitions of the out
of frame condition as detected by the
hardware. This statistic is valid for T1 and
E1 lines only."
::= { trunkRTCEntry 6 }
trunkRTCLossOfSignal OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of 0 -> 1 transitions of the loss
of signal condition as detected by the
hardware. This statistic is valid for NTC
lines only."
::= { trunkRTCEntry 7 }
trunkRTCFrameBitErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of frame alignment signal errors
which have been detected on this line. This
statistic is valid only on lines supported by
NTC cards. TXR and Sub-rate lines do not
support this statistic. This statistic is
also not supported by NTC-T1 in ESF framing
mode."
::= { trunkRTCEntry 8 }
trunkRTCCrcErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of CRC errors detected on the
line. This statistic is valid only on lines
supported by NTC cards. TXR cards and Sub-
rate lines do not support this statistic.
This statistic is also not supported by NTC-
T1 in D4 framing mode."
::= { trunkRTCEntry 9 }
trunkRTCPktOutOfFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets out of frames on this
line. This statistic is only valid on lines
supported by NTC cards. TXR cards do not
support this statistic."
::= { trunkRTCEntry 10 }
trunkRTCPktCrcErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets received with detected
CRC errors in the packet headers."
::= { trunkRTCEntry 11 }
trunkRTCBadClockErrors
OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of 0 -> 1 transitions of the loss
of clock condition as detected by the
hardware. This statistic is valid on NTC Sub-
rate lines only. T1 and E1 lines do not
support this statistic."
::= { trunkRTCEntry 12 }
trunkRTCVoicePktsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of voice packets dropped on a
line."
::= { trunkRTCEntry 13 }
trunkRTCTimeStampedPktsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of time stamped data packets
dropped on the line."
::= { trunkRTCEntry 14 }
trunkRTCNonTimeStampedPktsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of non-time stamped data packets
dropped on the line."
::= { trunkRTCEntry 15 }
trunkRTCHighPriorityPktsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of high priority (PCC) packets
dropped on the line."
::= { trunkRTCEntry 16 }
trunkRTCBurstyDataPktsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of bursty data packets dropped on
the line."
::= { trunkRTCEntry 17 }
trunkRTCMulticastPktsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of Multicast packets dropped on
the line."
::= { trunkRTCEntry 18 }
trunkRTCVoicePktsXmitted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of voice packets transmitted onto
the line."
::= { trunkRTCEntry 19 }
trunkRTCTimeStampedPktsXmitted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of time stamped packets
transmitted onto the line."
::= { trunkRTCEntry 20 }
trunkRTCNonTimeStampedPktsXmitted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of non-time stamped packets
transmitted onto the line."
::= { trunkRTCEntry 21 }
trunkRTCHighPriorityPktsXmitted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of high priority packets
transmitted onto the line."
::= { trunkRTCEntry 22 }
trunkRTCBurstyDataPktsXmitted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of bursty data packets transmitted
onto the line."
::= { trunkRTCEntry 23 }
trunkRTCMulticastPktsXmitted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of Multicast packets transmitted
onto the line."
::= { trunkRTCEntry 24 }
trunkRTCPktsXmitted OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The total number of packets transmitted onto
the line."
::= { trunkRTCEntry 25 }
trunkRTCTxBurstyDataAClpPktsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets with the CLP bit set
that are dropped from the bursty data A
queue."
::= { trunkRTCEntry 26 }
trunkRTCTxBurstyDataBClpPktsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets with the CLP bit set
that are dropped from the bursty data B
queue."
::= { trunkRTCEntry 27 }
trunkRTCBurstyDataAEfcnPktsTx2Line OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets with the EFCN bit set
which have been transmitted onto the line
from the bursty data A queue."
::= { trunkRTCEntry 28 }
trunkRTCBurstyDataBEfcnPktsTx2Line OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets with the EFCN bit set
which have been transmitted onto the line
from the bursty data B queue."
::= { trunkRTCEntry 29 }
trunkRTCBurstyDataAClpPktsTx2Line OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets with the CLP bit set
which have been transmitted onto the line
from the bursty data A queue."
::= { trunkRTCEntry 30 }
trunkRTCBurstyDataBClpPktsTx2Line OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets with the CLP bit set
which have been transmitted onto the line
from the bursty data B queue."
::= { trunkRTCEntry 31 }
trunkRTCAtmCellHeaderHecErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of ATM cell headers with HEC
errors."
::= { trunkRTCEntry 32 }
trunkRTCTxVoiceCellsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of transmit voice cells dropped."
::= { trunkRTCEntry 33 }
trunkRTCTxTimeStampCellsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of transmit time stamped cells
dropped."
::= { trunkRTCEntry 34 }
trunkRTCTxNonTStampCellsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of transmit non time stamped cells
dropped."
::= { trunkRTCEntry 35 }
trunkRTCTxHighPriorityCellsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of transmit high priority cells
dropped."
::= { trunkRTCEntry 36 }
trunkRTCTxBurstyDataACellsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of cells dropped from the bursty
data A queue."
::= { trunkRTCEntry 37 }
trunkRTCTxBurstyDataBCellsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of cells dropped from the bursty
data B queue."
::= { trunkRTCEntry 38 }
trunkRTCVoiceCellsTx2Line OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of voice cells transmitted onto
the line."
::= { trunkRTCEntry 39 }
trunkRTCTimeStampCellsTx2Line
OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of time stamped cells transmitted
onto the line."
::= { trunkRTCEntry 40 }
trunkRTCNonTimeStampCellsTx2Line OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of non time stamped cells
transmitted onto the line."
::= { trunkRTCEntry 41 }
trunkRTCHighPriorityCellsTx2Line OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of high priority cells transmitted
onto the line."
::= { trunkRTCEntry 42 }
trunkRTCBurstyDataACellsTx2Line OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of cells which have been
transmitted onto the line from the bursty
data A queue."
::= { trunkRTCEntry 43 }
trunkRTCBurstyDataBCellsTx2Line OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of cells which have been
transmitted onto the line from the bursty
data B queue."
::= { trunkRTCEntry 44 }
trunkRTCTotalCellsTx2Line OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of cells transmitted onto the
line."
::= { trunkRTCEntry 45 }
trunkRTCTxBurstyDataAClpCellsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of cells with the CLP bit set
which have been dropped from the bursty
data A queue."
::= { trunkRTCEntry 46 }
trunkRTCTxBurstyDataBClpCellsDropped OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of cells with the CLP bit set
which have been dropped from the bursty
data B queue."
::= { trunkRTCEntry 47 }
trunkRTCBurstyDataAEfcnCellsTx2Line OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of cells with the EFCN bit set
which have been transmitted onto the line
from the bursty data A queue."
::= { trunkRTCEntry 48 }
trunkRTCBurstyDataBEfcnCellsTx2Line OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of cells with the EFCN bit set
which have been transmitted onto the line
from the bursty data B queue."
::= { trunkRTCEntry 49 }
trunkRTCPlcpOutOfFrames OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of out of frame conditions."
::= { trunkRTCEntry 50 }
-- ---------------------------------------------------------
-- Trap Config Table
-- ---------------------------------------------------------
trapConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF TrapConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The table has the information about the
manager receiving traps"
::= { trapsConfig 1 }
trapConfigEntry OBJECT-TYPE
SYNTAX TrapConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry of the manager table."
INDEX { managerIPaddress }
::= { trapConfigTable 1 }
TrapConfigEntry ::= SEQUENCE {
managerIPaddress IpAddress,
managerPortNumber INTEGER,
managerRowStatus INTEGER,
readingTrapFlag INTEGER,
nextTrapSeqNum INTEGER
}
managerIPaddress OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION " "
::= { trapConfigEntry 1 }
managerPortNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION " "
::= { trapConfigEntry 2 }
managerRowStatus OBJECT-TYPE
SYNTAX INTEGER {
addRow (1),
delRow (2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION " "
::= { trapConfigEntry 3 }
readingTrapFlag OBJECT-TYPE
SYNTAX INTEGER {
false (1),
true (2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION " "
::= { trapConfigEntry 4 }
nextTrapSeqNum OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION " "
::= { trapConfigEntry 5 }
managerNumOfValidEntries OBJECT-TYPE
SYNTAX INTEGER(1..8)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of managers in the table that are
programmed to receive traps"
::= { trapsConfig 2 }
lastSequenceNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Sequence Number of the last trap
generated on the SNMP Proxy"
::= { trapsConfig 3 }
-----------------------------------------------------------------------
-- RTM Group
--
-----------------------------------------------------------------------
trapUploadTable OBJECT-TYPE
SYNTAX SEQUENCE OF TrapUploadEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The table has the information about the
manager receiving traps"
::= { trapsConfig 4 }
trapUploadEntry OBJECT-TYPE
SYNTAX TrapUploadEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry of the manager table."
INDEX { mgrIpAddress }
::= { trapUploadTable 1 }
TrapUploadEntry ::= SEQUENCE {
mgrIpAddress IpAddress,
trapSequenceNum INTEGER,
trapPduString OCTET STRING,
endOfQueueFlag INTEGER
}
mgrIpAddress OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION " "
::= { trapUploadEntry 1 }
trapSequenceNum OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The sequence number associated with the trap"
::= { trapUploadEntry 2 }
trapPduString OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION "The sequence number associated with the trap"
::= { trapUploadEntry 3 }
endOfQueueFlag OBJECT-TYPE
SYNTAX INTEGER {
false(1),
true(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "The sequence number associated with the trap"
::= { trapUploadEntry 4 }
--
-- control Group contains attributes associated with controlling
-- logGroup as a whole. This group is mandatory
databaseSampleFreq OBJECT-TYPE
SYNTAX INTEGER (5..86400)
ACCESS read-write
STATUS mandatory
DESCRIPTION "The desired rate (in seconds) at which the
database should be queried for new log
records that match any of the filter criteria
from the Event Filter Table.
The agent may optionally poll more or less
frequently then specified by this variable.
The value of this variable is only a
suggestion to the agent."
DEFVAL { 60 }
::= { controlGroup 1 }
-----------------------------------------------------------------------
-- Log Group.
-----------------------------------------------------------------------
currentMaxLogIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The current max value of logIndex. This
value may change with time."
::= { logGroup 1 }
-----------------------------------------------------------------------
-- Maint Log Table
-----------------------------------------------------------------------
maintLogTable OBJECT-TYPE
SYNTAX SEQUENCE OF MaintLogEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The table of log entries."
::= { logGroup 2 }
maintLogEntry OBJECT-TYPE
SYNTAX MaintLogEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry in the log table."
INDEX { logIndex }
::= { maintLogTable 1 }
MaintLogEntry ::= SEQUENCE {
logIndex INTEGER,
logNetwork DisplayString,
logNodeName DisplayString,
logGmtDate DisplayString,
logSeverity Severity,
logMsg DisplayString
}
logIndex OBJECT-TYPE
SYNTAX INTEGER (1..1073741824)
ACCESS read-only
STATUS mandatory
DESCRIPTION "Unique index of the Log record."
::= { maintLogEntry 1 }
logNetwork OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..10))
ACCESS read-only
STATUS mandatory
DESCRIPTION "Name of the network for which this log
entry was generated."
::= { maintLogEntry 2 }
logNodeName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..10))
ACCESS read-only
STATUS mandatory
DESCRIPTION "Name of the IPX node for this log
entry was generated."
::= { maintLogEntry 3 }
logGmtDate OBJECT-TYPE
SYNTAX DisplayString (SIZE (19))
ACCESS read-only
STATUS mandatory
DESCRIPTION "ASCII formatted string indicating the GMT
date and time for this log record in the
format (yyyy-mm-dd hh:mm:ss). This is the
time reported by the IPX which generated the
event."
::= { maintLogEntry 4 }
logSeverity OBJECT-TYPE
SYNTAX Severity
ACCESS read-only
STATUS mandatory
DESCRIPTION "The severity of this log record."
::= { maintLogEntry 5 }
logMsg OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..256))
ACCESS read-only
STATUS mandatory
DESCRIPTION "An ASCII message associated with this log
record."
::= { maintLogEntry 6 }
-----------------------------------------------------------------------
-- Event Filtering Table
-----------------------------------------------------------------------
--
-- In order for a manager to create a row of this table, a
-- single SET request should be sent with all the variables
-- for every column specified.
--
-- In order for a manager to delete a row of this table, a
-- single SET request should be sent to change the
-- eventFilterStatus column from 'active' to 'invalid'.
--
-- For a new log record to be forwarded as a TRAP the following
-- must be true:
--
-- eventFilterStatus must be 'active'.
--
-- eventFilterSeverity must exactly match the logSeverity
-- of the log record.
--
-- eventFilterSubstring must contain a string that is
-- found in the logMsg variable of the
-- log record.
--
-- To request all events of all severity levels, set both the
-- eventFilterSeverity and eventFilterSubstring elements to
-- be zero-length strings.
--
eventFilterTable OBJECT-TYPE
SYNTAX SEQUENCE OF EventFilterEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The table of Event Filters."
::= { logGroup 3 }
eventFilterEntry OBJECT-TYPE
SYNTAX EventFilterEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry in the Event Filter table. Each
entry in this table describes a set of log
entry criteria, and entries in the log that
match these criteria will be forwarded
as SNMP TRAPS."
INDEX { eventFilterIndex }
::= { eventFilterTable 1 }
EventFilterEntry ::= SEQUENCE {
eventFilterIndex INTEGER,
eventFilterStatus INTEGER,
eventFilterSeverity Severity,
eventFilterSubstring DisplayString }
eventFilterIndex OBJECT-TYPE
SYNTAX INTEGER ( 1 .. 2147483647)
ACCESS read-write
STATUS mandatory
DESCRIPTION "The unique index for each entry of this
table. This entry can only be written with
the first SET command to create a new row of
this table."
::= { eventFilterEntry 1 }
eventFilterStatus OBJECT-TYPE
SYNTAX INTEGER { invalid (1),
active (2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION "'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."
DEFVAL { active }
::= { eventFilterEntry 2 }
eventFilterSeverity OBJECT-TYPE
SYNTAX Severity
ACCESS read-write
STATUS mandatory
DESCRIPTION "The eventFilterSeverity specifies the
severity of log records to be forwarded on
as SNMP TRAPS by this event filter entry.
The value of eventFilterSeverity 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."
DEFVAL { ''h }
::= { eventFilterEntry 3 }
eventFilterSubstring OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..256))
ACCESS read-write
STATUS mandatory
DESCRIPTION "The eventFilterSubstring variable specifies
an ASCII substring that must appear in the
logMsg field of a log record in order for
there to be a chance that for the log record
to forwarded as a TRAP. If this variable
contains a zero length string, the substring
comparison will always SUCCEED for this
event filter entry."
DEFVAL { ''h }
::= { eventFilterEntry 4 }
--
-- maintLog Table Filter Group
--
-- This group is optional and may be used to support filtering
-- GetNext requests when retrieving elements from the
-- mainLogTable. If the group is supported then all attributes
-- in the group are mandatory.
--
--
maintLogFilterGroup
OBJECT IDENTIFIER ::= { logGroup 4 }
-- When applying the maintLogFilterGroup attributes during an
-- SNMP Operation, the order is important. The attributes will
-- be applied in the following order:
-- maintLogFilterTimeMin
-- maintLogFilterTimeMax
-- maintLogFilterNetworkName
-- maintLogFilterNodeName
-- maintLogFilterSeverity
-- maintLogFilterWindow
--
maintLogFilterTimeMin OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..22))
ACCESS read-write
STATUS mandatory
DESCRIPTION "When maintLogFilterTimeMin has a value other
than a 0 length string, the value is used as
a minimum value for maintLogFilterGmtDate to
qualify entries in the maintLogTable.
The string is formatted as yyyy-mm-dd hh:mm:ss"
DEFVAL { ''h }
::= { maintLogFilterGroup 1 }
maintLogFilterTimeMax OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..22))
ACCESS read-write
STATUS mandatory
DESCRIPTION "When maintLogFilterTimeMax has a value other
than a 0 length string, the value is used as
a maximum value for maintLogFilterGmtDate to
qualify entries in the maintLogTable.
The string is formatted as yyyy-mm-dd hh:mm:ss"
DEFVAL { ''h }
::= { maintLogFilterGroup 2 }
maintLogFilterWindow OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "When maintLogFilterWindow has a value other
than 0, the value is used to qualify entries
in the maintLogTable.
This attribute has the effect of limiting the
view in the maintLogTable to the number
specified by the value of this attribute.
If after applying the other maintLogFilter
attributes, the remaining set exceeds the
value of maintLogFilterWindow then, the set
of entries which can be viewed is limited to
the top N based on the logIndex value."
DEFVAL { 30 }
::= { maintLogFilterGroup 3 }
maintLogFilterNetworkNam OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..10))
ACCESS read-write
STATUS mandatory
DESCRIPTION "When maintLogFilterNetworkName has a value
other than a 0 length string, then the value
of this attribute is used to qualify entries
in the maintLogTable. This value must match
logNetwork exactly to pass the filter."
DEFVAL { ''h }
::= { maintLogFilterGroup 4 }
maintLogFilterNodeName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..10))
ACCESS read-write
STATUS mandatory
DESCRIPTION "When maintLogFilterNodeName has a value other
than a 0 length string, then the value of this
attribute is used to qualify entries in the
maintLogTable. This value must match logNodeName
exactly to pass the filter."
DEFVAL { ''h }
::= { maintLogFilterGroup 5 }
maintLogFilterSeverity OBJECT-TYPE
SYNTAX Severity
ACCESS read-write
STATUS mandatory
DESCRIPTION "When maintLogFilterSeverity has a value other
than a 0 length string, then the value is used
to qualify entries in the maintLogTable. The
value must match the logSeverity exactly to
pass the filter."
DEFVAL { ''h }
::= { maintLogFilterGroup 6 }
-----------------------------------------------------------------------
-- Network Group
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Network Table
-----------------------------------------------------------------------
networkTable OBJECT-TYPE
SYNTAX SEQUENCE OF NetworkEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The table of Networks."
::= { networkGroup 1 }
networkEntry OBJECT-TYPE
SYNTAX NetworkEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry in the Network table."
INDEX { networkName }
::= { networkTable 1 }
NetworkEntry ::= SEQUENCE {
networkName DisplayString,
networkId INTEGER,
networkIpxId INTEGER
}
networkName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..10))
ACCESS read-only
STATUS mandatory
DESCRIPTION "The name of the network as assigned by
the StrataView User."
::= { networkEntry 1 }
networkId OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The unique ID of the network as assigned
by the StrataView system."
::= { networkEntry 2 }
networkIpxId OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The IPX network ID."
::= { networkEntry 3 }
-----------------------------------------------------------------------
-- Node Group
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Node Table
-----------------------------------------------------------------------
nodeTable OBJECT-TYPE
SYNTAX SEQUENCE OF NodeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The table of Nodes."
::= { nodeGroup 1 }
nodeEntry OBJECT-TYPE
SYNTAX NodeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "An entry in the Node table."
INDEX { nodeNetworkName, nodeName }
::= { nodeTable 1 }
NodeEntry ::= SEQUENCE {
nodeNetworkName DisplayString,
nodeName DisplayString
}
nodeNetworkName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..10))
ACCESS read-only
STATUS mandatory
DESCRIPTION "The name of the network to which this node is
attached."
::= { nodeEntry 1 }
nodeName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..10))
ACCESS read-only
STATUS mandatory
DESCRIPTION "IPX node name."
::= { nodeEntry 2 }
--
-- Trap Definitions
--
trunkStatusAlarm TRAP-TYPE
ENTERPRISE svnode
VARIABLES {
lastSequenceNumber,
nodeGrpName,
nodeGrpNetName,
trunkStatus
}
DESCRIPTION "This trap is generated whenever an
ObjectAlarm Status message is received
containing the trunk status."
::= 0
cirLineStatusAlarm TRAP-TYPE
ENTERPRISE svnode
VARIABLES {
lastSequenceNumber,
nodeGrpName,
nodeGrpNetName,
cirLineStatus
}
DESCRIPTION "This trap is generated whenever an
ObjectAlarm Status message is received
containing the cirLineStatus."
::= 1
frpStatusAlarm TRAP-TYPE
ENTERPRISE svnode
VARIABLES {
lastSequenceNumber,
nodeGrpName,
nodeGrpNetName,
frpStatus
}
DESCRIPTION "This trap is generated whenever an
ObjectAlarm Status message is received
containing the frpStatus."
::= 2
connStatusAlarm TRAP-TYPE
ENTERPRISE svnode
VARIABLES {
lastSequenceNumber,
nodeGrpName,
nodeGrpNetName,
connStatus,
connABitStatus
}
DESCRIPTION "This trap is generated whenever an
ObjectAlarm Status message is received
containing the connStatus."
::= 3
filteredLogRecord TRAP-TYPE
ENTERPRISE svplus
VARIABLES {
lastSequenceNumber,
logIndex,
logNetwork,
logNodeName,
logGmtDate,
logSeverity,
logMsg
}
DESCRIPTION "The 'filteredLogRecord' trap is generated by
the StrataView system whenever an entry in the
eventFilterTable matches a log record that is
added to the StrataView database."
::= 0
END
|
|