Mehmet,
The table is indexed by two values - cpmActiveCallStartTimeIndex and
cpmActiveCallSummaryIndex. From the CISCO-POP-MGMT-MIB:
cpmActiveCallSummaryEntry OBJECT-TYPE
SYNTAX CpmActiveCallSummaryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the Call Summary table."
INDEX {cpmActiveCallStartTimeIndex, cpmActiveCallSummaryIndex }
::= { cpmActiveCallSummaryTable 1 }
Thus, this entry will appear in the walk followed by the indices. In
your walk, the time index is the wacky number; the zero is there in case
multiple calls come in at the same tick. That's when you will see that
index increment:
enterprises.Cisco.10.19.1.3.1.1.3.26708849.0 = "paksoys"
Some reference info (maybe too much):
.1.3.6.1.4.1.9.10.19.1.3.1.1.3
cpmActiveUserID OBJECT-TYPE
-- FROM CISCO-POP-MGMT-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS Current
DESCRIPTION "The User login ID or zero length string if
unavailable."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1)
cisco(9) ciscoExperiment(10) ciscoPopMgmtMIB(19)
ciscoPopMgmtMIBObjects(1) cpmActiveCallSummary(3)
cpmActiveCallSummaryTable(1) cpmActiveCallSummaryEntry(1) 3 }
.1.3.6.1.4.1.9.10.19.1.3.1
cpmActiveCallSummaryTable OBJECT-TYPE
-- FROM CISCO-POP-MGMT-MIB
DESCRIPTION "The active call summary table is needed to track
currently active calls. This table is needed
because modem calls are not in CALL-HISTORY-MIB,
and the DIAL-CONTROL_MIB is not yet available."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1)
cisco(9) ciscoExperiment(10) ciscoPopMgmtMIB(19)
ciscoPopMgmtMIBObjects(1) cpmActiveCallSummary(3) 1 }
Mehmet Ilgaz wrote:
>
> An accounting question:
>
> When we used SNMPWalk , we get the following result.
> Wahat is the meaning of the number 26708849.0 before the username?
>
> 16:10:49 SID 298 S: C5800 ServerType 9 SNMPType 0 RADVID 9 snmpwalk -v 1
> 212.57.XX.XXX XXXXXXXXXX .1.3.6.1.4.1.9.10.19.1.3.1.1.3
> enterprises.Cisco.10.19.1.3.1.1.3.26708849.0 = "paksoys"
> enterprises.Cisco.10.19.1.3.1.1.3.123247257.0 = "cerraho"
> enterprises.Cisco.10.19.1.3.1.1.3.129273638.0 = "sasim"
> enterprises.Cisco.10.19.1.3.1.1.3.147829247.0 = "emre.narin"
> enterprises.Cisco.10.19.1.3.1.1.3.148522188.0 = "istiic"
> enterprises.Cisco.10.19.1.3.1.1.3.148588356.0 = "tzbird"
>
> _________________________________
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]