XYLO-CALLMGMT-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for XYLO-CALLMGMT-MIB.
261
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
261 total| Object Name |
|---|
activecall OBJECT IDENTIFIER .1.3.6.1.4.1.15.2.16.1 |
RFC1213-MIB Unknown .1.3.6.1.4.1.15.2.16.1 |
activecallTableA table of active call information.deprecated SEQUENCE OF ActivecallEntry .1.3.6.1.4.1.15.2.16.1.1 |
activecallEntryA row in the active call table.deprecated ActivecallEntry .1.3.6.1.4.1.15.2.16.1.1.1 |
actcallUsernameName of the user associated with this call. A
null string is returned if the call is active
but the current user name cannot be determined at
the time of the call.rodeprecated DisplayString .1.3.6.1.4.1.15.2.16.1.1.1.1 |
actcallCallingNumberThe number from which this call was made.
Can be a null string.
This object obsoletes the callSetupCallingNbr object.rodeprecated DisplayString .1.3.6.1.4.1.15.2.16.1.1.1.2 |
actcallCalledNumberThe number to which this call was made.
Can be a null string.
This object obsoletes the callSetupCalledNbr object.rodeprecated DisplayString .1.3.6.1.4.1.15.2.16.1.1.1.3 |
actcallSPBNameSession Parameter Block name. The RAC determines how
to handle a call through the SPB. The SPB is defined in
the configuration file. When a call comes in, the RAC
tries to match the received setup information elements
that accompanied the call with the values in the
setup criteria section of the defined SPBs. The
first SPB that matches the call's setup criteria
is used.rodeprecated DisplayString .1.3.6.1.4.1.15.2.16.1.1.1.4 |
actcallDeviceTypeAn enumerated integer indicating the port type.
asy(1) - the call is assigned internally to an
asynchronous device (async port).
syn(9) - the call is handled internally by a
synchronous device (sync port).
ta(10) - the call is handled internally by a
ta device (ta port).
mp(12) - pseudo-session, Multi-link PPP bundle head.
This object obsoletes the callSetupPortType object.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.1.1.1.5 |
actcallDeviceNumberThe one-based device (port) number the call
is assigned to. This object in conjunction with the
object, actcallDeviceType, should be used to
cross-reference the information displayed by the
CLI command 'who'.
This object obsoletes the callSetupPortNumber object.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.1.1.1.6 |
actcallSubAddressThe subaddress this call is connected to.
Can be a null string.
This object obsoletes the callSetupCalledSubAddr
object.rodeprecated DisplayString .1.3.6.1.4.1.15.2.16.1.1.1.7 |
actcallBearerThis object defines the bearer capability of the
incoming call.
This object obsoletes the callSetupBearer object.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.1.1.1.8 |
actcallSetupTimeThe time that the call started. This is RAC
system time, which is the same as Unix system
time: seconds since 0:00 January 1, 1970 UTC
(GMT).
This object obsoletes callSetupCallingTime.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.1.1.1.9 |
actcallDurationDuration of the phone call, in seconds.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.1.1.1.10 |
actcalllocalinThe Internet (IP) address assigned to the RAC end
of a point-to-point link established during this call,
in dotted-decimal notation.rodeprecated DisplayString .1.3.6.1.4.1.15.2.16.1.1.1.11 |
actcallremoteinThe Internet (IP) address assigned to the far end
of a point-to-point link established during this call,
in dotted-decimal notation.rodeprecated DisplayString .1.3.6.1.4.1.15.2.16.1.1.1.12 |
actcalllocalatThe local AppleTalk address assigned to this call.rodeprecated DisplayString .1.3.6.1.4.1.15.2.16.1.1.1.13 |
actcallremoteatThe remote AppleTalk address assigned to this call.rodeprecated DisplayString .1.3.6.1.4.1.15.2.16.1.1.1.14 |
actcalllocalipxThe local IPX address assigned to this call.rodeprecated DisplayString .1.3.6.1.4.1.15.2.16.1.1.1.15 |
actcallremoteipxThe remote IPX address assigned to this call.rodeprecated DisplayString .1.3.6.1.4.1.15.2.16.1.1.1.16 |
actcallConnectionTypeThe name of the client routine running on the
port at the time of this call.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.1.1.1.17 |
actcallOctetsRxThe number of octets received during this call.rodeprecated Counter .1.3.6.1.4.1.15.2.16.1.1.1.18 |
actcallOctetsTxThe number of octets transmitted during this call.rodeprecated Counter .1.3.6.1.4.1.15.2.16.1.1.1.19 |
actcallOriginThe call origin.
incoming(1) - the RAC answered an incoming call.
outgoing(2) - the RAC made the call.
This object obsoletes the callSetupCallType object.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.1.1.1.20 |
actcallCallStateThe current state of this call.
invalid(1)-call is inactive and the contents of this
table row are not valid.
valid(2)- call is active and contents of this table
row are valid.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.1.1.1.21 |
actcallConfiguredTypeThe type (mode) of the port at the time of the
connection.
cli - allows an incoming session access to the CLI.
The CLI provides access to the network and
connections to other hosts via the telnet,
connect, rlogin and tn3270 commands.
slip - allows a port to perform as a network
interface using SLIP. IP packets are
encapsulated by SLIP.
ppp - allows a port to perform as a network
interface using PPP. Packets of several
protocols are encapsulated by PPP.
arap - allows a port to perform as a network
interface using ARAP.
slave - allows a port to accept TCP connections
over the network.
connect - allows a port to communicate with a LAT
host via the connect command.
rlogin - allows a port to communicate via the rlogin
command.
telnet - allows a port to communicate via the
telnet command.
tn3270 - allows a port to communicate via the
tn3270 command.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.1.1.1.22 |
actcallOwningBundleThe identifier of the MP bundle that owns this
PPP link.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.1.1.1.23 |
actCallTableA table of active call information. SEQUENCE OF ActCallEntry .1.3.6.1.4.1.15.2.16.1.2 |
actCallEntryA row in the active call table. ActCallEntry .1.3.6.1.4.1.15.2.16.1.2.1 |
activeCallDeviceTypeAn enumerated integer indicating the port type.
asy(1) - the call is assigned internally to an
asynchronous device (async port).
syn(9) - the call is handled internally by a
synchronous device (sync port).
ta(10) - the call is handled internally by a
ta device (ta port).
mp(12) - pseudo-session, Multi-link PPP bundle head.
vpn(13) - Virtual Private Network.
gen-sync(14) - General Sync port.
This object obsoletes the callSetupPortType object.ro Enumeration .1.3.6.1.4.1.15.2.16.1.2.1.1 |
activeCallDeviceNumberThe one-based device (port) number the call
is assigned to. This object in conjunction with the
object, actcallDeviceType, should be used to
cross-reference the information displayed by the
CLI command 'who'.
This object obsoletes the callSetupPortNumber object.ro INTEGER .1.3.6.1.4.1.15.2.16.1.2.1.2 |
activeCallUsernameName of the user associated with this call. A
null string is returned if the call is active
but the current user name cannot be determined at
the time of the call.ro DisplayString .1.3.6.1.4.1.15.2.16.1.2.1.3 |
activeCallCallingNumberThe number from which this call was made.
Can be a null string.
This object obsoletes the callSetupCallingNbr object.ro DisplayString .1.3.6.1.4.1.15.2.16.1.2.1.4 |
activeCallCalledNumberThe number to which this call was made.
Can be a null string.
This object obsoletes the callSetupCalledNbr object.ro DisplayString .1.3.6.1.4.1.15.2.16.1.2.1.5 |
activeCallSPBNameSession Parameter Block name. The RAC determines how
to handle a call through the SPB. The SPB is defined in
the configuration file. When a call comes in, the RAC
tries to match the received setup information elements
that accompanied the call with the values in the
setup criteria section of the defined SPBs. The
first SPB that matches the call's setup criteria
is used.ro DisplayString .1.3.6.1.4.1.15.2.16.1.2.1.6 |
activeCallSubAddressThe subaddress this call is connected to.
Can be a null string.
This object obsoletes the callSetupCalledSubAddr
object.ro DisplayString .1.3.6.1.4.1.15.2.16.1.2.1.7 |
activeCallBearerThis object defines the bearer capability of the
incoming call.
This object obsoletes the callSetupBearer object.ro Enumeration .1.3.6.1.4.1.15.2.16.1.2.1.8 |
activeCallSetupTimeThe time that the call started. This is RAC
system time, which is the same as Unix system
time: seconds since 0:00 January 1, 1970 UTC
(GMT).
This object obsoletes callSetupCallingTime.ro INTEGER .1.3.6.1.4.1.15.2.16.1.2.1.9 |
activeCallDurationDuration of the phone call, in seconds.ro INTEGER .1.3.6.1.4.1.15.2.16.1.2.1.10 |
activeCalllocalinThe Internet (IP) address assigned to the RAC end
of a point-to-point link established during this call,
in dotted-decimal notation.ro DisplayString .1.3.6.1.4.1.15.2.16.1.2.1.11 |
activeCallremoteinThe Internet (IP) address assigned to the far end
of a point-to-point link established during this call,
in dotted-decimal notation.ro DisplayString .1.3.6.1.4.1.15.2.16.1.2.1.12 |
activeCalllocalipxThe local IPX address assigned to this call.ro DisplayString .1.3.6.1.4.1.15.2.16.1.2.1.13 |
activeCallremoteipxThe remote IPX address assigned to this call.ro DisplayString .1.3.6.1.4.1.15.2.16.1.2.1.14 |
activeCallConnectionTypeThe name of the client routine running on the
port at the time of this call.ro Enumeration .1.3.6.1.4.1.15.2.16.1.2.1.15 |
activeCallOctetsRxThe number of octets received during this call.ro Counter .1.3.6.1.4.1.15.2.16.1.2.1.16 |
activeCallOctetsTxThe number of octets transmitted during this call.ro Counter .1.3.6.1.4.1.15.2.16.1.2.1.17 |
activeCallOriginThe call origin.
incoming(1) - the RAC answered an incoming call.
outgoing(2) - the RAC made the call.
This object obsoletes the callSetupCallType object.ro Enumeration .1.3.6.1.4.1.15.2.16.1.2.1.18 |
activeCallCallStateThe current state of this call.
invalid(1)-call is inactive and the contents of this
table row are not valid.
valid(2)- call is active and contents of this table
row are valid.ro Enumeration .1.3.6.1.4.1.15.2.16.1.2.1.19 |
activeCallConfiguredTypeThe type (mode) of the port at the time of the
connection.
cli - allows an incoming session access to the CLI.
The CLI provides access to the network and
connections to other hosts via the telnet,
connect, rlogin and tn3270 commands.
slip - allows a port to perform as a network
interface using SLIP. IP packets are
encapsulated by SLIP.
ppp - allows a port to perform as a network
interface using PPP. Packets of several
protocols are encapsulated by PPP.
arap - allows a port to perform as a network
interface using ARAP.
slave - allows a port to accept TCP connections
over the network.
connect - allows a port to communicate with a LAT
host via the connect command.
rlogin - allows a port to communicate via the rlogin
command.
telnet - allows a port to communicate via the
telnet command.
tn3270 - allows a port to communicate via the
tn3270 command.ro Enumeration .1.3.6.1.4.1.15.2.16.1.2.1.20 |
activeCallOwningBundleThe identifier of the MP bundle that owns this
PPP link. This number will always be the same as
the mp device number. For example, mp17 devtype
will have a owningBundle number of 17ro INTEGER .1.3.6.1.4.1.15.2.16.1.2.1.21 |
activeCallWanIndexThe wan interface numberro INTEGER .1.3.6.1.4.1.15.2.16.1.2.1.22 |
activeCallChanIndexThe channel numberro INTEGER .1.3.6.1.4.1.15.2.16.1.2.1.23 |
activeCallLocalAtThe local AppleTalk address assigned to this call.ro DisplayString .1.3.6.1.4.1.15.2.16.1.2.1.24 |
activeCallRemoteAtThe remote AppleTalk address assigned to this call.ro DisplayString .1.3.6.1.4.1.15.2.16.1.2.1.25 |
actCallAsyTableA table of modem call statistics indexed
by the async device number (which is identical to
the modem number) SEQUENCE OF ActCallAsyEntry .1.3.6.1.4.1.15.2.16.1.3 |
actCallAsyEntryA row in the modem call statistics table. ActCallAsyEntry .1.3.6.1.4.1.15.2.16.1.3.1 |
activeCallAsyBeginRxSpeedThe receive connect speed at the time the call was
established.
Note: The agent will return zero if the modem is
not in a busy state.ro Enumeration .1.3.6.1.4.1.15.2.16.1.3.1.3 |
activeCallAsyCurrRxSpeedThe current receive connect speed of the call.ro Enumeration .1.3.6.1.4.1.15.2.16.1.3.1.4 |
activeCallAsyBeginTxSpeedThe transmit connect speed at the time the call was
established.
Note: The agent will return zero if the modem is
not in a busy state.ro Enumeration .1.3.6.1.4.1.15.2.16.1.3.1.5 |
activeCallAsyCurrTxSpeedThe current transmit connect speed of the call.ro Enumeration .1.3.6.1.4.1.15.2.16.1.3.1.6 |
activeCallAsyTxBaudRateThe rate at which symbols that carry
data are generated. Symbol rate limits and options
apply to the modem v.34. Default is r2400(1).ro Enumeration .1.3.6.1.4.1.15.2.16.1.3.1.7 |
activeCallAsyRxBaudRateThe rate at which symbols that carry
data are received. Symbol rate limits and options
apply to the modem v.34. Default is r2400(1).ro Enumeration .1.3.6.1.4.1.15.2.16.1.3.1.8 |
activeCallAsyCurrSignalQCurrent line signal quality. This is a
unitless number derived from several line
characteristics. Range is 0-255; 0 is good.
30 or less is reasonable.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.10 |
activeCallAsyBeginRxLineLevelThe receive signal level at the beginning of the call,
in dBm (ratio of receive level to a reference value).
The number returned by this MIB object is positive,
but it represents a negative number (ie, this object
returns the negative of the actual dBm).
Expected values are roughly -12 to -30. Less than
-11 is bad; that signal is too strong, and causes
problems for the modem.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.11 |
activeCallAsyCurrRxLineLevelThe current receive signal level of the call,
in dBm (ratio of receive level to a reference value).
The number returned by this MIB object is positive,
but it represents a negative number (ie, this object
returns the negative of the actual dBm).
Expected values are roughly -12 to -30. Less than
-11 is bad; that signal is too strong, and causes
problems for the modem.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.12 |
activeCallAsyErrorProtocolError correction protocol used by the modem.ro Enumeration .1.3.6.1.4.1.15.2.16.1.3.1.14 |
activeCallAsyCompressionProtocolData compression protocol used by the modem. The
compression protocol used by the modem is dependent
on the error correction protocol used at the lower
layer.ro Enumeration .1.3.6.1.4.1.15.2.16.1.3.1.15 |
activeCallAsyTxPacketsThe number of LAPM packets sent by the modem.
This does not include retransmitted packets.ro Counter .1.3.6.1.4.1.15.2.16.1.3.1.16 |
activeCallAsyTxPacketErrorThe number of LAPM packets retransmitted by
the modem.ro Counter .1.3.6.1.4.1.15.2.16.1.3.1.17 |
activeCallAsyRxPacketsThe number of good LAPM packets
received by the modem.ro Counter .1.3.6.1.4.1.15.2.16.1.3.1.19 |
activeCallAsyRxPacketErrorThe number of bad LAPM packets (with CRC errors)
received by the modem.ro Counter .1.3.6.1.4.1.15.2.16.1.3.1.20 |
activeCallAsyRetrainReqSentThe number of retrains requested by the modem for
this call.ro Counter .1.3.6.1.4.1.15.2.16.1.3.1.22 |
activeCallAsyRetrainReqReceivedThe number of retrain requests received by the modem
from the remote modem for this call.ro Counter .1.3.6.1.4.1.15.2.16.1.3.1.23 |
activeCallAsyRRNReqReceivedNumber of rate renegotiation request (RRN) initiated
by the remote modem.ro Counter .1.3.6.1.4.1.15.2.16.1.3.1.24 |
activeCallAsyRRNReqSentNumber of rate renegotiation request (RRN) initiated
by this modem.ro Counter .1.3.6.1.4.1.15.2.16.1.3.1.25 |
activeCallAsyRoundTripDelayThe round trip delay, in milliseconds, for this call.
This object alongwith the object, activeCallAsyFarEndEchoFreq,
gives the echo characteristics of the call.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.26 |
activeCallAsyFarEndEchoFreqFar end echo frequency offset, in Hertz. This object
alongwith the object, activeCallAsyRoundTripDelay,
gives the echo characteristics of the call.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.27 |
activeCallAsyFarEndEchoLevelFar end echo level, in decibels. The number
represents the negative decibels.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.28 |
activeCallAsyChanFreqOffsetChannel frequency offset, in Hertz.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.29 |
activeCallAsyOscFreqOffsetOscillator frequency offset, in PPM.
Not always valid.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.30 |
activeCallAsySNRSignal to noise ratio in decibels. Low is bad,
high is good. Zero means not valid: no current
connection, or connection is not V.34 (other
protocols don't calculate this).ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.31 |
activeCallAsyx2Statusx2 phase bit map
-
| 4 | 3 | 2 | 1 | 0 | bits
-
|DM |P4 |P3 |P2 |P1 |
-
P1 = 1 Detected In Phase 1
P2 = 1 Detected In Phase 2
P3 = 1 X2 In Phase 3
P4 = 1 X2 In Phase 4
DM = 1 X2 In Data Modero INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.32 |
activeCallAsyx2RbsStatusx2 raw bit signalling, bit map
-
| 5 | 4 | 3 | 2 | 1 | 0 | bits
-
|S5 |S4 |S3 |S2 |S1 |S0 |
-
S0 = 1 RBS in symbol 0
S1 = 1 RBS in symbol 1
S2 = 1 RBS in symbol 2
S3 = 1 RBS in symbol 3
S4 = 1 RBS in symbol 4
S5 = 1 RBS in symbol 5ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.33 |
activeCallAsyx2DigitalPadStatusx2 attenuationro Enumeration .1.3.6.1.4.1.15.2.16.1.3.1.34 |
activeCallAsyk56Statusk56 phase bit map
-
| 4 | 3 | 2 | 1 | 0 | bits
-
|DM |P4 |P3 |P2 |P1 |
-
P1 = 1 Detected In Phase 1
P2 = 1 Detected In Phase 2
P3 = 1 K56 In Phase 3
P4 = 1 K56 In Phase 4
DM = 1 K56 In Data Modero INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.36 |
activeCallAsyk56RbsStatusk56 raw bit signalling, bit map
-
| 5 | 4 | 3 | 2 | 1 | 0 | bits
-
|S5 |S4 |S3 |S2 |S1 |S0 |
-
S0 = 1 RBS in symbol 0
S1 = 1 RBS in symbol 1
S2 = 1 RBS in symbol 2
S3 = 1 RBS in symbol 3
S4 = 1 RBS in symbol 4
S5 = 1 RBS in symbol 5ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.37 |
activeCallAsyk56DigitalPadStatusk56 attenuationro Enumeration .1.3.6.1.4.1.15.2.16.1.3.1.38 |
activeCallAsyk56Versionk56 version numberro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.40 |
activeCallAsyWANUnitNumberThe physical WAN module unit number in the RAC
that uses WAN modules. The range is 1 to anxt1Total.
Use anxt1WanModuleTable to retrieve the unit's
ifIndex number.(For R14.1 and later releases,
WAN1=1001 and WAN2 = 1002 alwaysro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.41 |
activeCallAsyChannelA number from 1 to anxt1TotChan that identifies
which DS0 channel handled the call.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.42 |
activeCallAsyCurrModulationBeginning negotiated modulation mode.ro Enumeration .1.3.6.1.4.1.15.2.16.1.3.1.43 |
activeCallAsyCurrPumpStateEnd pump status.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.44 |
activeCallAsyx2SpeedReductionSpeed reduction due to spectral shaping:
0 no speed reduction
1 speed reduction of 1.333 kBps
2 speed reduction of 2.666 kBps
3 speed reduction of 4.0 kBps
4 speed reduction of 5.333 kBps
5 speed reduction of 6.666 kBps
6 speed reduction of 8.0 kBpsro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.45 |
activeCallAsyk56SpeedReductionSpeed reduction due to robbed bits:
0 no speed reduction
1 speed reduction of 2.0 kBps
2 speed reduction of 4.0 kBps
3 speed reduction of 6.0 kBps
4 speed reduction of 8.0 kBpsro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.46 |
activeCallAsyV90StatusV90 status (this is a bitmap):
1 = currently in V90 mode
2 = V90 detected in phase 1
4 = V90 detected in phase 2
8 = V90 through phase 3
16 = V90 through phase 4
32 = V90 in data mode
64 = V90 data mode at least oncero INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.47 |
activeCallAsyV90ConstellationIndex0Constellation index for symbol 0.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.48 |
activeCallAsyV90ConstellationIndex1Constellation index for symbol 1ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.49 |
activeCallAsyV90ConstellationIndex2Constellation index for symbol 2ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.50 |
activeCallAsyV90ConstellationIndex3Constellation index for symbol 3ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.51 |
activeCallAsyV90ConstellationIndex4Constellation index for symbol 4ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.52 |
activeCallAsyV90ConstellationIndex5Constellation index for symbol 5ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.53 |
activeCallAsyV90PADStatusDigital attenuation in dB.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.54 |
activeCallAsyV90ShapingBitsNumber of CSS redundancy bits.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.55 |
activeCallAsyV90LookAheadNumber of look ahead CSS frames.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.56 |
activeCallAsyV90ConstellationPowerV90 constellation power in -dBm.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.57 |
activeCallAsyV90HalfDuplexRRNRxNumber of received half-duplex RRNs.ro INTEGER .1.3.6.1.4.1.15.2.16.1.3.1.58 |
actCallTaTableA table of TA call statistics indexed
by the TA device number. SEQUENCE OF ActCallTaEntry .1.3.6.1.4.1.15.2.16.1.4 |
actCallTaEntryA row in the TA call statistics table. ActCallTaEntry .1.3.6.1.4.1.15.2.16.1.4.1 |
activeCallTaSpeedThe receive connect speed at the time the call was
established.ro INTEGER .1.3.6.1.4.1.15.2.16.1.4.1.1 |
actCallSyncTableA table of Sync call statistics indexed
by the Sync device number. SEQUENCE OF ActCallSyncEntry .1.3.6.1.4.1.15.2.16.1.5 |
actCallSyncEntryA row in the Sync call statistics table. ActCallSyncEntry .1.3.6.1.4.1.15.2.16.1.5.1 |
activeCallSyncSpeedThe receive connect speed at the time the call was
established.ro INTEGER .1.3.6.1.4.1.15.2.16.1.5.1.1 |
actCallMpTableA table of call history MP information/statistics. SEQUENCE OF ActCallMpEntry .1.3.6.1.4.1.15.2.16.1.6 |
actCallMpEntryA row in the call history MP table. ActCallMpEntry .1.3.6.1.4.1.15.2.16.1.6.1 |
activeCallMpBundleIdxThe identifier of this MP bundle.ro INTEGER .1.3.6.1.4.1.15.2.16.1.6.1.1 |
callHist OBJECT IDENTIFIER .1.3.6.1.4.1.15.2.16.2 |
callHistMaxCallsThe maximum number of calls for which history is kept
by the RAC. Default is 0.
Note: Assigning an arbitrarily large value to this
object could affect the performance of the box due
to memory being used to maintain this table.
Each call record uses about 500 bytes of RAC memory.rw INTEGER .1.3.6.1.4.1.15.2.16.2.1 |
callHistStartIdxThe beginning (lowest) value of callHistIndex
currently in the call history table. This is the
oldest call currently in the table. Note this value
could change at any time since the table could have
new calls added to it and old calls dropping off the
table.ro INTEGER .1.3.6.1.4.1.15.2.16.2.2 |
callHistEndIdxThe end (highest) value of callHistIndex
in the call history table. Note this value could
change at any time since the table will have new
calls added whenever a call terminates.ro INTEGER .1.3.6.1.4.1.15.2.16.2.3 |
callHistTableA table of call history information.
You should view this table as either a circular
buffer or a sliding window whose size is specified
by callHistMaxCalls. When the table is full and
a call terminates, the information for the oldest
call in the table is discarded and the new call
information is added. The callHistStartIdx value
is changed whenever a call's information is discarded.
The callHistEndIdx value is changed whenever a
call's information is added to the table. SEQUENCE OF CallHistEntry .1.3.6.1.4.1.15.2.16.2.4 |
callHistEntryA row in the call history table. CallHistEntry .1.3.6.1.4.1.15.2.16.2.4.1 |
callHistIndexA unique identifier assigned to a call in the
call history table. When a call terminates,
its call record is moved from the active call
table to the call history table, and the next
higher history index number is assigned to it.ro INTEGER (1..'7fffffff'h) -- 2147483647 .1.3.6.1.4.1.15.2.16.2.4.1.1 |
callHistUsernameName of the user associated with this call.
Can be a null string.
This object obsoletes anxmStatsUsername.ro DisplayString .1.3.6.1.4.1.15.2.16.2.4.1.2 |
callHistCallingNumberThe number from which this call was made.
Can be a null string.ro DisplayString .1.3.6.1.4.1.15.2.16.2.4.1.3 |
callHistCalledNumberThe number to which this call was made.
Can be a null string.
This object obsoletes anxmStatsNumber.ro DisplayString .1.3.6.1.4.1.15.2.16.2.4.1.4 |
callHistSPBNameSession Parameter Block name used when answering
the call. Can be a null string.ro DisplayString .1.3.6.1.4.1.15.2.16.2.4.1.5 |
callHistWANUnitNumberThe physical WAN module unit number in the RAC
that uses WAN modules. The range is 1 to anxt1Total.
Use anxt1WanModuleTable to retrieve the unit's
ifIndex number.ro INTEGER .1.3.6.1.4.1.15.2.16.2.4.1.6 |
callHistChannelA number from 1 to anxt1TotChan that identifies
which DS0 channel handled the call.ro INTEGER .1.3.6.1.4.1.15.2.16.2.4.1.7 |
callHistDeviceTypeAn enumerated integer indicating the port
type.
asy(1) - the call was assigned internally to an
asynchronous device (async port).
syn(9) - the call was handled internally by a
synchronous device (sync port).
ta(10) - the call was handled internally by a
ta device (ta port).
mp(12) - pseudo-session, Multi-link PPP bundle head.ro Enumeration .1.3.6.1.4.1.15.2.16.2.4.1.8 |
callHistDeviceNumberThe 1-based device (port) number the call
was assigned to. This object in conjunction with the
object, callHistDeviceType, should be used to
cross-reference the information displayed by the
CLI command 'who'.
This object obsoletes anxmStatsPort.ro INTEGER .1.3.6.1.4.1.15.2.16.2.4.1.9 |
callHistSubAddressThe subaddress this call was connected to.
Can be a null string.ro DisplayString .1.3.6.1.4.1.15.2.16.2.4.1.10 |
callHistBearerThis object defines the bearer capability of the
incoming call.ro Enumeration .1.3.6.1.4.1.15.2.16.2.4.1.11 |
callHistSetupTimeThe time that the call started. This is RAC
system time, which is the same as Unix system
time: seconds since 0:00 January 1, 1970 UTC
(GMT).
This object obsoletes anxmStatsTime.ro INTEGER .1.3.6.1.4.1.15.2.16.2.4.1.12 |
callHistDurationDuration of the call, in seconds.
This object obsoletes anxmStatsDuration.ro INTEGER .1.3.6.1.4.1.15.2.16.2.4.1.13 |
callHistlocalinThe Internet (IP) address assigned to the RAC end
of a point-to-point link established during this call,
in dotted-decimal notation.ro DisplayString .1.3.6.1.4.1.15.2.16.2.4.1.14 |
callHistremoteinThe Internet (IP) address assigned to the far end
of a point-to-point link established during this call,
in dotted-decimal notation.ro DisplayString .1.3.6.1.4.1.15.2.16.2.4.1.15 |
callHistlocalatThe local AppleTalk address assigned to this call.ro DisplayString .1.3.6.1.4.1.15.2.16.2.4.1.16 |
callHistremoteatThe remote AppleTalk address assigned to this call.ro DisplayString .1.3.6.1.4.1.15.2.16.2.4.1.17 |
callHistlocalipxThe local IPX address assigned to this call.ro DisplayString .1.3.6.1.4.1.15.2.16.2.4.1.18 |
callHistremoteipxThe remote IPX address assigned to this call.ro DisplayString .1.3.6.1.4.1.15.2.16.2.4.1.19 |
callHistConnectionTypeThe name of the client routine running on the
port at the time of this call.ro Enumeration .1.3.6.1.4.1.15.2.16.2.4.1.20 |
callHistOctetsRxThe number of octets received during this call.ro Counter .1.3.6.1.4.1.15.2.16.2.4.1.21 |
callHistOctetsTxThe number of octets transmitted during this call.ro Counter .1.3.6.1.4.1.15.2.16.2.4.1.22 |
callHistOriginThe call origin.
incoming(1) - the RAC answered an incoming call.
outgoing(2) - the call was made by the RAC.
This object deprecates callSetupCallType object.ro Enumeration .1.3.6.1.4.1.15.2.16.2.4.1.23 |
callHistDisconnectReasonCall disconnect reasons:
unknown
telDisc got telephone disconnect (hangup)
dialFailed
wanmgrErr internal error, shouldn't happen
reset WAN/channel reset
admErrornext general internal mechanism to end call
admModDown DSR or DCD went down
pppTerm PPP protocol disconnect
inactivity inactivity timer ran out
hangupCmd CLI command 'hangup'
lastJob CLI last-job
maxLogon max logon timer ran out
slaveNormal normal slave termination
slaveError abnormal slave termination
noCarrier modem failed to establish a connection
cliInactivity cli_inactivity timer ran out
portReset port was reset
cliAuthFail CLI authorization failed
slaveAuthFail slave port authorization failed
pppPapFail PPP PAP failed
pppChapFail PPP CHAP failed
modemReset internal modem was reset
deadModemReset internal modem was reset because it was
not respondingro Enumeration .1.3.6.1.4.1.15.2.16.2.4.1.24 |
callHistConfiguredTypeThe type (mode) of the port at the time of the
connection.
cli - allows an incoming session access to the CLI.
The CLI provides access to the network and
connections to other hosts via the telnet,
connect, rlogin and tn3270 commands.
slip - allows a port to perform as a network
interface using SLIP. IP packets are
encapsulated by SLIP.
ppp - allows a port to perform as a network
interface using PPP. Packets of several
protocols are encapsulated by PPP.
arap - allows a port to perform as a network
interface using ARAP.
slave - allows a port to accept TCP connections
over the network.
connect - allows a port to communicate with a LAT
host via the connect command.
rlogin - allows a port to communicate via the rlogin
command.
telnet - allows a port to communicate via the
telnet command.
tn3270 - allows a port to communicate via the
tn3270 command.ro Enumeration .1.3.6.1.4.1.15.2.16.2.4.1.25 |
callHistCompositeDisconnectComposite call disconnect reason. Either system or
modem disconnect reason (callHistDisconnectReason or
callHistAsyMdmDisconnectReason). Modem reasons have
100,000 added to avoid collisions (since SNMP does
not allow enum values to be negative). The modem
version of 'unknown' does not occur here.ro Enumeration .1.3.6.1.4.1.15.2.16.2.4.1.26 |
callHistOwningBundleThe identifier of the MP bundle that owns this
PPP link.ro INTEGER .1.3.6.1.4.1.15.2.16.2.4.1.27 |
callHistAsyTableA table of call history asynchronous
information/statistics. SEQUENCE OF CallHistAsyEntry .1.3.6.1.4.1.15.2.16.2.5 |
callHistAsyEntryA row in the call history async. table. CallHistAsyEntry .1.3.6.1.4.1.15.2.16.2.5.1 |
callHistAsyBeginRxSpeedThe receive connect speed when the modem connection
was established.ro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.1 |
callHistAsyEndRxSpeedThe ending receive connect speed of the call.ro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.2 |
callHistAsyBeginTxSpeedThe transmit connect speed when the modem connection
was established.ro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.3 |
callHistAsyEndTxSpeedThe ending transmit connect speed of the call.ro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.4 |
callHistAsyTxBaudRateThe transmit rate at which symbols that carry
data are generated. Symbol rate limits and options
apply to V.34. Default is r2400(1).ro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.5 |
callHistAsyRxBaudRateThe received rate at which symbols that carry
data are received. Symbol rate limits and options
apply to V.34. Default is r2400(1).ro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.6 |
callHistAsyBeginSignalQLine signal quality at the beginning of the
call. This is a unitless number derived from
several line characteristics. Range is 0-255;
0 is good. 30 or less is reasonable.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.7 |
callHistAsyEndSignalQLine signal quality at the end of the
call. This is a unitless number derived from
several line characteristics. Range is 0-255;
0 is good. 30 or less is reasonable.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.8 |
callHistAsyBeginRxLineLevelThe receive signal level at the beginning of the call,
in dBm (ratio of receive level to a reference value).
The number returned by this MIB object is positive,
but it represents a negative number (ie, this object
returns the negative of the actual dBm).
Expected values are roughly -12 to -30. Less than
-11 is bad; that signal is too strong, and causes
problems for the modem.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.9 |
callHistAsyEndRxLineLevelThe receive signal level at the end of the call,
in dBm (ratio of receive level to a reference value).
The number returned by this MIB object is positive,
but it represents a negative number (ie, this object
returns the negative of the actual dBm).
Expected values are roughly -12 to -30. Less than
-11 is bad; that signal is too strong, and causes
problems for the modem.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.10 |
callHistAsyModulationModeNegotiated modulation mode.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.11 |
callHistAsyErrorProtocolError correction protocol used by the modem.ro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.12 |
callHistAsyCompressionProtocolData compression protocol used by the modem. The
compression protocol used by the modem is dependent
on the error correction protocol used at the lower
layer.ro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.13 |
callHistAsyTxPacketsThe number of LAPM packets sent by the modem.
This does not include retransmitted packets.ro Counter .1.3.6.1.4.1.15.2.16.2.5.1.14 |
callHistAsyTxPacketErrorThe number of LAPM packets retransmitted by
the modem.ro Counter .1.3.6.1.4.1.15.2.16.2.5.1.15 |
callHistAsyRxPacketsThe number of good LAPM packets
received by the modem.ro Counter .1.3.6.1.4.1.15.2.16.2.5.1.17 |
callHistAsyRxPacketErrorThe number of bad LAPM packets (with CRC errors)
received by the modem.ro Counter .1.3.6.1.4.1.15.2.16.2.5.1.18 |
callHistAsyRetrainReqSentThe number of retrains requested by the modem for
this call.ro Counter .1.3.6.1.4.1.15.2.16.2.5.1.20 |
callHistAsyRetrainReqReceivedThe number of retrain requests received by the modem
from the remote modem for this call.ro Counter .1.3.6.1.4.1.15.2.16.2.5.1.21 |
callHistAsyRRNReqReceivedNumber of rate renegotiation request (RRN) initiated
by the remote modem.ro Counter .1.3.6.1.4.1.15.2.16.2.5.1.22 |
callHistAsyRRNReqSentNumber of rate renegotiation request (RRN) initiated
by this modem.ro Counter .1.3.6.1.4.1.15.2.16.2.5.1.23 |
callHistAsyRoundTripDelayThe round trip delay, in milliseconds, for this call.
This object, along with the object
callHistAsyFarEndEchoFreq,
gives the echo characteristics of the call.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.24 |
callHistAsyFarEndEchoFreqFar end echo frequency offset, in Hertz. This object,
along with the object callHistAsyRoundTripDelay,
gives the echo characteristics of the call.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.25 |
callHistAsyFarEndEchoLevelFar end echo level, in decibels. The number
represents the negative decibels.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.26 |
callHistAsyChanFreqOffsetChannel frequency offset, in Hertz.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.27 |
callHistAsyOscFreqOffsetOscillator frequency offset, in PPM.
Not always valid.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.28 |
callHistAsySNRSignal to noise ratio in decibels. Low is bad,
high is good. Zero means not valid: no current
connection, or connection is not V.34 (other
protocols don't calculate this).ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.29 |
callHistAsyMdmDisconnectReasonModem's reason for disconnecting the call. Modem's
disconnect reason could be different from the system's
reason for disconnecting the call.
carrier-lost(8) - modem detected the loss of carrier.
The time (delay) from loss of carrier until
the modem disconnects is determined by
MIB object mdmCfgLineCarrierDisconnect.
retrain-timeout(9) - modem failed to retrain.ro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.30 |
callHistAsyx2Statusx2 phase bit map
-
| 4 | 3 | 2 | 1 | 0 | bits
-
|DM |P4 |P3 |P2 |P1 |
-
P1 = 1 Detected In Phase 1
P2 = 1 Detected In Phase 2
P3 = 1 X2 In Phase 3
P4 = 1 X2 In Phase 4
DM = 1 X2 In Data Modero INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.31 |
callHistAsyx2RbsStatusx2 raw bit signalling, bit map
-
| 5 | 4 | 3 | 2 | 1 | 0 | bits
-
|S5 |S4 |S3 |S2 |S1 |S0 |
-
S0 = 1 RBS in symbol 0
S1 = 1 RBS in symbol 1
S2 = 1 RBS in symbol 2
S3 = 1 RBS in symbol 3
S4 = 1 RBS in symbol 4
S5 = 1 RBS in symbol 5ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.32 |
callHistAsyx2DigitalPadStatusx2 attenuationro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.33 |
callHistAsyx2ShapingNumber of bits used for spectral shaping
in one data frame (frame 0 - 6)rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.34 |
callHistAsyk56Statusk56 phase bit map
-
| 4 | 3 | 2 | 1 | 0 | bits
-
|DM |P4 |P3 |P2 |P1 |
-
P1 = 1 Detected In Phase 1
P2 = 1 Detected In Phase 2
P3 = 1 K56 In Phase 3
P4 = 1 K56 In Phase 4
DM = 1 K56 In Data Modero INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.35 |
callHistAsyk56RbsStatusk56 raw bit signalling, bit map
-
| 5 | 4 | 3 | 2 | 1 | 0 | bits
-
|S5 |S4 |S3 |S2 |S1 |S0 |
-
S0 = 1 RBS in symbol 0
S1 = 1 RBS in symbol 1
S2 = 1 RBS in symbol 2
S3 = 1 RBS in symbol 3
S4 = 1 RBS in symbol 4
S5 = 1 RBS in symbol 5ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.36 |
callHistAsyk56DigitalPadStatusk56 attenuationro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.37 |
callHistAsyk56ShapingNumber of bits used for spectral shaping
in one data frame (frame 0 - 6)rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.38 |
callHistAsyk56Versionk56 version numberro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.39 |
callHistAsySignalQLine signal quality at the end of the
call. This is a unitless number derived from
several line characteristics. Range is 0-255;
0 is good. 30 or less is reasonable.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.40 |
callHistAsyBeginModulationBeginning negotiated modulation mode.ro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.41 |
callHistAsyEndModulationEnding negotiated modulation mode.ro Enumeration .1.3.6.1.4.1.15.2.16.2.5.1.42 |
callHistAsyEndPumpStateEnd pump status.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.43 |
callHistAsyx2SpeedReductionSpeed reduction due to spectral shaping:
0 no speed reduction
1 speed reduction of 1.333 kBps
2 speed reduction of 2.666 kBps
3 speed reduction of 4.0 kBps
4 speed reduction of 5.333 kBps
5 speed reduction of 6.666 kBps
6 speed reduction of 8.0 kBpsro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.44 |
callHistAsyk56SpeedReductionSpeed reduction due to robbed bits:
0 no speed reduction
1 speed reduction of 2.0 kBps
2 speed reduction of 4.0 kBps
3 speed reduction of 6.0 kBps
4 speed reduction of 8.0 kBpsro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.45 |
callHistAsyV90StatusV90 status (this is a bitmap):
1 = currently in V90 mode
2 = V90 detected in phase 1
4 = V90 detected in phase 2
8 = V90 through phase 3
16 = V90 through phase 4
32 = V90 in data mode
64 = V90 data mode at least oncero INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.46 |
callHistAsyV90ConstellationIndex0Constellation index for symbol 0.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.47 |
callHistAsyV90ConstellationIndex1Constellation index for symbol 1ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.48 |
callHistAsyV90ConstellationIndex2Constellation index for symbol 2ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.49 |
callHistAsyV90ConstellationIndex3Constellation index for symbol 3ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.50 |
callHistAsyV90ConstellationIndex4Constellation index for symbol 4ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.51 |
callHistAsyV90ConstellationIndex5Constellation index for symbol 5ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.52 |
callHistAsyV90PADStatusDigital attenuation in dB.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.53 |
callHistAsyV90ShapingBitsNumber of CSS redundancy bits.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.54 |
callHistAsyV90LookAheadNumber of look ahead CSS frames.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.55 |
callHistAsyV90ConstellationPowerV90 constellation power in -dBm.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.56 |
callHistAsyV90HalfDuplexRRNRxNumber of received half-duplex RRNs.ro INTEGER .1.3.6.1.4.1.15.2.16.2.5.1.57 |
callHistTaTableA table of call history TA information/statistics. SEQUENCE OF CallHistTaEntry .1.3.6.1.4.1.15.2.16.2.6 |
callHistTaEntryA row in the call history TA table. CallHistTaEntry .1.3.6.1.4.1.15.2.16.2.6.1 |
callHistTaSpeedThe identifier of this TA bundle.ro INTEGER .1.3.6.1.4.1.15.2.16.2.6.1.1 |
callHistSyncTableA table of call history Sync information/statistics. SEQUENCE OF CallHistSyncEntry .1.3.6.1.4.1.15.2.16.2.7 |
callHistSyncEntryA row in the call history Sync table. CallHistSyncEntry .1.3.6.1.4.1.15.2.16.2.7.1 |
callHistSyncSpeedThe identifier of this Sync bundle.ro INTEGER .1.3.6.1.4.1.15.2.16.2.7.1.1 |
callHistMpTableA table of call history MP information/statistics. SEQUENCE OF CallHistMpEntry .1.3.6.1.4.1.15.2.16.2.8 |
callHistMpEntryA row in the call history MP table. CallHistMpEntry .1.3.6.1.4.1.15.2.16.2.8.1 |
callHistMpBundleIdxThe identifier of this MP bundle.ro INTEGER .1.3.6.1.4.1.15.2.16.2.8.1.1 |
mdmCallStatsObjects OBJECT IDENTIFIER .1.3.6.1.4.1.15.2.16.3 |
mdmCallStatTableA table of modem call statistics.deprecated SEQUENCE OF MdmCallStatEntry .1.3.6.1.4.1.15.2.16.3.1 |
mdmCallStatEntryA row in the modem call statistics table.deprecated MdmCallStatEntry .1.3.6.1.4.1.15.2.16.3.1.1 |
mdmCallStatBeginRxSpeedThe receive connect speed at the time the call was
established.
Note: The agent will return zero if the modem is
not in a busy state.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.3.1.1.3 |
mdmCallStatCurrRxSpeedThe current receive connect speed of the call.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.3.1.1.4 |
mdmCallStatBeginTxSpeedThe transmit connect speed at the time the call was
established.
Note: The agent will return zero if the modem is
not in a busy state.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.3.1.1.5 |
mdmCallStatCurrTxSpeedThe current transmit connect speed of the call.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.3.1.1.6 |
mdmCallStatTxBaudRateThe rate at which symbols that carry
data are generated. Symbol rate limits and options
apply to the modem v.34. Default is r2400(1).rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.3.1.1.7 |
mdmCallStatRxBaudRateThe rate at which symbols that carry
data are received. Symbol rate limits and options
apply to the modem v.34. Default is r2400(1).rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.3.1.1.8 |
mdmCallStatBeginSignalQLine signal quality at the beginning of the
call. This is a unitless number derived from
several line characteristics. Range is 0-255;
0 is good. 30 or less is reasonable.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.9 |
mdmCallStatCurrSignalQCurrent line signal quality. This is a
unitless number derived from several line
characteristics. Range is 0-255; 0 is good.
30 or less is reasonable.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.10 |
mdmCallStatBeginRxLineLevelThe receive signal level at the beginning of the call,
in dBm (ratio of receive level to a reference value).
The number returned by this MIB object is positive,
but it represents a negative number (ie, this object
returns the negative of the actual dBm).
Expected values are roughly -12 to -30. Less than
-11 is bad; that signal is too strong, and causes
problems for the modem.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.11 |
mdmCallStatCurrRxLineLevelThe current receive signal level of the call,
in dBm (ratio of receive level to a reference value).
The number returned by this MIB object is positive,
but it represents a negative number (ie, this object
returns the negative of the actual dBm).
Expected values are roughly -12 to -30. Less than
-11 is bad; that signal is too strong, and causes
problems for the modem.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.12 |
mdmCallStatModulationModeNegotiated modulation mode.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.3.1.1.13 |
mdmCallStatErrorProtocolError correction protocol used by the modem.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.3.1.1.14 |
mdmCallStatCompressionProtocolData compression protocol used by the modem. The
compression protocol used by the modem is dependent
on the error correction protocol used at the lower
layer.rodeprecated Enumeration .1.3.6.1.4.1.15.2.16.3.1.1.15 |
mdmCallStatTxPacketsThe number of LAPM packets sent by the modem.
This does not include retransmitted packets.rodeprecated Counter .1.3.6.1.4.1.15.2.16.3.1.1.16 |
mdmCallStatTxPacketErrorThe number of LAPM packets retransmitted by
the modem.rodeprecated Counter .1.3.6.1.4.1.15.2.16.3.1.1.17 |
mdmCallStatRxPacketsThe number of good LAPM packets
received by the modem.rodeprecated Counter .1.3.6.1.4.1.15.2.16.3.1.1.19 |
mdmCallStatRxPacketErrorThe number of bad LAPM packets (with CRC errors)
received by the modem.rodeprecated Counter .1.3.6.1.4.1.15.2.16.3.1.1.20 |
mdmCallStatRetrainReqSentThe number of retrains requested by the modem for
this call.rodeprecated Counter .1.3.6.1.4.1.15.2.16.3.1.1.22 |
mdmCallStatRetrainReqReceivedThe number of retrain requests received by the modem
from the remote modem for this call.rodeprecated Counter .1.3.6.1.4.1.15.2.16.3.1.1.23 |
mdmCallStatRRNReqReceivedNumber of rate renegotiation request (RRN) initiated
by the remote modem.rodeprecated Counter .1.3.6.1.4.1.15.2.16.3.1.1.24 |
mdmCallStatRRNReqSentNumber of rate renegotiation request (RRN) initiated
by this modem.rodeprecated Counter .1.3.6.1.4.1.15.2.16.3.1.1.25 |
mdmCallStatRoundTripDelayThe round trip delay, in milliseconds, for this call.
This object alongwith the object, mdmCallStatFarEndEchoFreq,
gives the echo characteristics of the call.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.26 |
mdmCallStatFarEndEchoFreqFar end echo frequency offset, in Hertz. This object
alongwith the object, mdmCallStatRoundTripDelay,
gives the echo characteristics of the call.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.27 |
mdmCallStatFarEndEchoLevelFar end echo level, in decibels. The number
represents the negative decibels.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.28 |
mdmCallStatChanFreqOffsetChannel frequency offset, in Hertz.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.29 |
mdmCallStatOscFreqOffsetOscillator frequency offset, in PPM.
Not always valid.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.30 |
mdmCallStatSNRSignal to noise ratio in decibels. Low is bad,
high is good. Zero means not valid: no current
connection, or connection is not V.34 (other
protocols don't calculate this).rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.31 |
mdmCallStatx2Statusx2 phase bit map
-
| 4 | 3 | 2 | 1 | 0 | bits
-
|DM |P4 |P3 |P2 |P1 |
-
P1 = 1 Detected In Phase 1
P2 = 1 Detected In Phase 2
P3 = 1 X2 In Phase 3
P4 = 1 X2 In Phase 4
DM = 1 X2 In Data Moderodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.32 |
mdmCallStatx2RbsStatusx2 raw bit signalling, bit map
-
| 5 | 4 | 3 | 2 | 1 | 0 | bits
-
|S5 |S4 |S3 |S2 |S1 |S0 |
-
S0 = 1 RBS in symbol 0
S1 = 1 RBS in symbol 1
S2 = 1 RBS in symbol 2
S3 = 1 RBS in symbol 3
S4 = 1 RBS in symbol 4
S5 = 1 RBS in symbol 5rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.33 |
mdmCallStatx2DigitalPadStatusx2 attenuationrodeprecated Enumeration .1.3.6.1.4.1.15.2.16.3.1.1.34 |
mdmCallStatx2Shapingx2 - Number of bits used for spectral shaping
in one data frame (frame 0 - 6)rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.35 |
mdmCallStatk56Statusk56 phase bit map
-
| 4 | 3 | 2 | 1 | 0 | bits
-
|DM |P4 |P3 |P2 |P1 |
-
P1 = 1 Detected In Phase 1
P2 = 1 Detected In Phase 2
P3 = 1 K56 In Phase 3
P4 = 1 K56 In Phase 4
DM = 1 K56 In Data Moderodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.36 |
mdmCallStatk56RbsStatusk56 raw bit signalling, bit map
-
| 5 | 4 | 3 | 2 | 1 | 0 | bits
-
|S5 |S4 |S3 |S2 |S1 |S0 |
-
S0 = 1 RBS in symbol 0
S1 = 1 RBS in symbol 1
S2 = 1 RBS in symbol 2
S3 = 1 RBS in symbol 3
S4 = 1 RBS in symbol 4
S5 = 1 RBS in symbol 5rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.37 |
mdmCallStatk56DigitalPadStatusk56 attenuationrodeprecated Enumeration .1.3.6.1.4.1.15.2.16.3.1.1.38 |
mdmCallStatk56Shapingk56 - Number of bits used for spectral shaping
in one data frame (frame 0 - 6)rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.39 |
mdmCallStatk56Versionk56 version numberrodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.40 |
mdmCallStatWANUnitNumberThe physical WAN module unit number in the RAC
that uses WAN modules. The range is 1 to anxt1Total.
Use anxt1WanModuleTable to retrieve the unit's
ifIndex number.(For R14.1 and later releases,
WAN1=1001 and WAN2 = 1002 alwaysrodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.41 |
mdmCallStatChannelA number from 1 to anxt1TotChan that identifies
which DS0 channel handled the call.rodeprecated INTEGER .1.3.6.1.4.1.15.2.16.3.1.1.42 |
portaction OBJECT IDENTIFIER .1.3.6.1.4.1.15.2.16.4 |
portActionTableA table of port actions SEQUENCE OF PortActionEntry .1.3.6.1.4.1.15.2.16.4.1 |
portActionEntryA row in the portActionTable. PortActionEntry .1.3.6.1.4.1.15.2.16.4.1.1 |
portActionDeviceTypeAn enumerated integer indicating the device type.
asy(1) - the call is assigned internally to an
asynchronous device (async port).
syn(9) - the call is handled internally by a
synchronous device (sync port).
ta(10) - the call is handled internally by a
ta device (ta port).
mp(12) - pseudo-session, Multi-link PPP bundle head.
vpn(13) - Virtual Private Network.
gen-sync(14) - General Sync port.ro Enumeration .1.3.6.1.4.1.15.2.16.4.1.1.1 |
portActionDeviceNumberThe one-based device (port) number the call
is assigned to.ro INTEGER .1.3.6.1.4.1.15.2.16.4.1.1.2 |
portActionResetPortSetting this object to execute will reset the
specified port terminating all sessions on the
port. Reading this object will allways return
ready(1).
Setting this object is equivalent to the
reset port command in cli/admin.rw Enumeration .1.3.6.1.4.1.15.2.16.4.1.1.3 |