Ht-EmtaMgmt.mib 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. HITRON-EMTA-MGMT-MIB DEFINITIONS ::= BEGIN
  2. IMPORTS
  3. MODULE-IDENTITY,
  4. OBJECT-TYPE,
  5. Counter32,
  6. Integer32,
  7. Unsigned32,
  8. IpAddress,
  9. experimental,
  10. private,
  11. enterprises,
  12. transmission
  13. FROM SNMPv2-SMI
  14. SnmpAdminString
  15. FROM HITRON-CABLE-MODEM-MIB
  16. TruthValue,
  17. DateAndTime
  18. FROM SNMPv2-TC;
  19. -- Textual Conventions
  20. hitronMib OBJECT IDENTIFIER ::= { enterprises 8595 }
  21. -- Textual Conventions
  22. eMTAType MODULE-IDENTITY
  23. LAST-UPDATED "200912170100Z" -- Dec 17, 2009
  24. ORGANIZATION "Hitron Technologies, Inc."
  25. CONTACT-INFO
  26. " Chang Qing
  27. Postal: Hitron Technologies, Inc.
  28. No. 1-8, Lihsin 1st Rd., Hsinchu Science Park,
  29. Hsinchu,
  30. Taiwan, R.O.C.
  31. Phone: +886 3 578 6658 ext. 3613
  32. E-mail: changqing@sz.hitrontech.com"
  33. DESCRIPTION
  34. "The MIB module to describe the Hitron eMTA private management functions."
  35. REVISION "200912170100Z" -- Dec 17, 2009
  36. DESCRIPTION
  37. "Add the the OID htEmtaConfigeQOSEnable to control the enable/disable of the eMTA's QOS.
  38. Add the OID htEmtaProvisioningFlow to control the provisioning flow.
  39. Add the german country profile."
  40. REVISION "0906100000Z"
  41. DESCRIPTION
  42. "Add RTCP info.Edit by YuLin@Hitron"
  43. REVISION "0906100000Z"
  44. DESCRIPTION
  45. "Add country profile in hitronEmtaMgmtBase"
  46. REVISION "200911050100Z" -- Nov 5, 2009
  47. DESCRIPTION
  48. "Add the latvia,belarus and ukraine country items in the OID of hitronEmtaConfigeCountryCode"
  49. REVISION "200911170100Z" -- Nov 17, 2009
  50. DESCRIPTION
  51. "Add the date/time for start/end of call, direction of the call and increase the statistic table to 32 for
  52. hitronEmtaSummCallPackStatTable"
  53. REVISION "200911260100Z" -- Nov 26, 2009
  54. DESCRIPTION
  55. "Add the GR909 test OID"
  56. REVISION "0807140000Z"
  57. DESCRIPTION
  58. "Initial Compilable Version."
  59. ::= { hitronMib 3653 }
  60. hitronemtaMgmt OBJECT IDENTIFIER ::= { eMTAType 1 }
  61. hitronEmtaMgmtBase OBJECT IDENTIFIER
  62. --DEFAULT set-function-async EmtaMgmtBase_set
  63. --DEFAULT get-function-async EmtaMgmtBase_get
  64. --DEFAULT test-function-async EmtaMgmtBase_test
  65. --DEFAULT next-function-async std_next_async
  66. --DEFAULT cookie (char *)0
  67. ::= { hitronemtaMgmt 1 }
  68. hitronEmtaMgmtMaintenance OBJECT IDENTIFIER
  69. --DEFAULT set-function-async EmtaMgmtMaintenance_set
  70. --DEFAULT get-function-async EmtaMgmtMaintenance_get
  71. --DEFAULT test-function-async EmtaMgmtMaintenance_test
  72. --DEFAULT next-function-async std_next_async
  73. --DEFAULT cookie (char *)0
  74. ::= { hitronemtaMgmt 2 }
  75. hitronEmtaSummCallPackStatTable OBJECT-TYPE
  76. SYNTAX SEQUENCE OF HitronEmtaSummCallPackStatEntry
  77. MAX-ACCESS not-accessible
  78. STATUS current
  79. DESCRIPTION
  80. "A list of Call entries"
  81. ::= { hitronemtaMgmt 3 }
  82. --
  83. -- emtaMgmtBase - objects for general-purpose eMTA control
  84. --
  85. hitronEmtaInhibitSwDownloadDuringCall OBJECT-TYPE
  86. SYNTAX TruthValue
  87. MAX-ACCESS read-write
  88. STATUS current
  89. DESCRIPTION
  90. "This object controls the processing logic of software downloading requests when
  91. there are specific telephony related EMTA activities. If this object has a value
  92. of true(1), DOCSIS software download by way of the docsDevSwAdminStatus MIB object
  93. will be inhibited if the value of esafeDevServiceIntImpact for the eMTA entry has
  94. a value of significant(1), indicating a call in progress. If docsDevSwAdminStatus
  95. is set to upgradeFromMgt(1) under these conditions, an error code of
  96. resourceUnavailable(13) will be returned and an appropriate event logged to the CM
  97. event log."
  98. DEFVAL {false}
  99. ::= { hitronEmtaMgmtBase 1 }
  100. hitronEmtaEnable OBJECT-TYPE
  101. SYNTAX TruthValue
  102. MAX-ACCESS read-write
  103. STATUS current
  104. DESCRIPTION
  105. "This object controls the functioning of the EMTA. When this is set to False,
  106. the EMTA will be completely disabled. For online configuration of phone-lines,
  107. please use ifTable on the EMTA IP address. For SIP versions, sipDeviceControl
  108. is preferred. This is settable only in the configuration file."
  109. ::= { hitronEmtaMgmtBase 2 }
  110. hitronEmtaCommunityRead OBJECT-TYPE
  111. SYNTAX OCTET STRING (SIZE(0..32))
  112. MAX-ACCESS read-write
  113. STATUS current
  114. DESCRIPTION
  115. "This object controls the value of the default read community string. By default
  116. this has the value public."
  117. DEFVAL {"public"}
  118. ::= { hitronEmtaMgmtBase 3 }
  119. hitronEmtaCommunityWrite OBJECT-TYPE
  120. SYNTAX OCTET STRING (SIZE(0..32))
  121. MAX-ACCESS read-write
  122. STATUS current
  123. DESCRIPTION
  124. "This object controls the value of the defalt write community string. By default
  125. this has the value private for SIP versions, and public for MGCP versions."
  126. DEFVAL {"private"}
  127. ::= { hitronEmtaMgmtBase 4 }
  128. hitronEmtaConfigeCountryCode OBJECT-TYPE
  129. SYNTAX INTEGER {
  130. etsi(1),
  131. austria(2),
  132. belgium(3),
  133. czech(4),
  134. france(5),
  135. hungary(6),
  136. ireland(7),
  137. netherlands(8),
  138. poland(9),
  139. romania(10),
  140. slovakia(11),
  141. slovenia(12),
  142. switzerland(13),
  143. denmark(14),
  144. latvia(15),
  145. belarus(16),
  146. ukraine(17),
  147. german(18)
  148. }
  149. MAX-ACCESS read-write
  150. STATUS current
  151. DESCRIPTION
  152. "Restricts the telepnony profile set based on country requirements.
  153. Set country specific telephone line parameters.
  154. Note:
  155. Equivalent of VSIF 118.
  156. This object can be set via the docsis configuration file ONLY."
  157. DEFVAL { etsi }
  158. ::= { hitronEmtaMgmtBase 5 }
  159. hitronEmtaEuroPacketCableEnable OBJECT-TYPE
  160. SYNTAX TruthValue
  161. MAX-ACCESS read-write
  162. STATUS current
  163. DESCRIPTION
  164. "This object controls the EuroPacketCable operation of the EMTA. When this is set to False,
  165. the EMTA will be run under PacketCable mode. When this is set to ture,
  166. the EMTA will be run under EuroPacketCable mode."
  167. DEFVAL { true }
  168. ::= { hitronEmtaMgmtBase 6 }
  169. hitronEmtaGR909Enable OBJECT-TYPE
  170. SYNTAX TruthValue
  171. MAX-ACCESS read-write
  172. STATUS current
  173. DESCRIPTION
  174. "Controls the enable/disable of GR909 tests. If set to true(1),
  175. the GR909 tests could be performed. Also, this OID would be used to enable/disable
  176. the display of GR909 test page in the GUI interface. This value would be stored in the NVRAM."
  177. DEFVAL { false }
  178. ::= { hitronEmtaMgmtBase 7 }
  179. hitronEmtaGR909TestLine OBJECT-TYPE
  180. SYNTAX Integer32(1..2)
  181. MAX-ACCESS read-write
  182. STATUS current
  183. DESCRIPTION
  184. "The line number. 1 means line1. 2 means line2."
  185. DEFVAL { 1 }
  186. ::= { hitronEmtaMgmtBase 8 }
  187. hitronEmtaGR909TestType OBJECT-TYPE
  188. SYNTAX INTEGER {
  189. disabled(0),
  190. line-voltage-test(1),
  191. receiver-off-hook-test(2),
  192. ringer-equivalence-number-test(3),
  193. resistive-fault-test(4),
  194. other-basic-tests(5),
  195. loopback-test(6),
  196. dc-feed-self-test(7),
  197. dc-voltage-self-test(8),
  198. ringing-self-test(9),
  199. on-off-hook-self-test(10)
  200. }
  201. MAX-ACCESS read-write
  202. STATUS current
  203. DESCRIPTION
  204. "The type of GR909 test. The readback value of this OID would always be 0,disabled. If users want
  205. to perform a particular test item, the type needs to be selected first and applied. The test result would be updated
  206. to the hitronEmtaGR909TestResult OID and kept until the other test or disabled is applied. This OID value and the
  207. result OID values would not be stored in the NVRAM. If the hitronEmtaGR909Enable is set to false, no test here would
  208. be effective."
  209. DEFVAL { 0 }
  210. ::= { hitronEmtaMgmtBase 9 }
  211. hitronEmtaGR909TestResult OBJECT-TYPE
  212. SYNTAX INTEGER {
  213. none(0),
  214. pass(1),
  215. fail(2),
  216. on-hook(3),
  217. off-hook(4),
  218. non-support(99)
  219. }
  220. MAX-ACCESS read-only
  221. STATUS current
  222. DESCRIPTION
  223. "The test result of the GR909 test. If some test is performed, its result would be displayed as pass/fail or non-supported.
  224. If the hitronEmtaGR909TestType is set to receiver-off-hook-test(2),its result would be displayed as on-hook/off-hook or fail.
  225. If the disabled type is select in the test type, the return value of this OID would be none. Also, If the device is
  226. power-cycled and no test performed after that, the test result would always be none. If the hitronEmtaGR909Enable
  227. is set to false, the readback value of this OID would always be none.This test need some time to perform.Suggest to config
  228. the mib browser timeout time more than 8s."
  229. DEFVAL { 0 }
  230. ::= { hitronEmtaMgmtBase 10 }
  231. htEmtaProvisioningFlow OBJECT-TYPE
  232. SYNTAX BITS {
  233. security(0),
  234. hybrid(1),
  235. basic(2)
  236. }
  237. MAX-ACCESS read-write
  238. STATUS current
  239. DESCRIPTION
  240. "Control the PACM_CONFIG_PROVISION_FLOWS_SUPPORT value. 0x80 would support only security flow. 0xe0 would support basic, hybrid
  241. and security flow. The default value for SIP code is 0x20 and 0x80 is for MGCP code. In the cli,0x1=security; 0x2=hybrid; 0x4=basic."
  242. ::= { hitronEmtaMgmtBase 11 }
  243. htEmtaConfigeQOSEnable OBJECT-TYPE
  244. SYNTAX TruthValue
  245. MAX-ACCESS read-write
  246. STATUS current
  247. DESCRIPTION
  248. "Control the enable/disable of the eMTA's QOS. Default value for SIP code is true and false for MGCP code."
  249. ::= { hitronEmtaMgmtBase 12 }
  250. --
  251. -- hitronEmtaMgmtMaintenance - objects allowing specification and control of a
  252. -- maintenance window during which time IP outages are expected and error
  253. -- conditions may be handled differently
  254. --
  255. hitronEmtaMaintenanceWindowBegin OBJECT-TYPE
  256. SYNTAX DateAndTime
  257. MAX-ACCESS read-write
  258. STATUS current
  259. DESCRIPTION
  260. "This object identifies the start of an eMTA maintenance window. A maintenance
  261. window is a period of time during which the ISP may perform network
  262. maintenance operations and network outages or software resets may
  263. occur. During a maintenance window, the eMTA will maintain the line
  264. voltage of an MTA regardless of CM resets, MTA resets, or RF losses.
  265. If any of these conditions occurs or persists outside of the scheduled
  266. maintenance window then the line voltage will be dropped unless the
  267. corresponding bit for the condition in question is set in the
  268. emtaMaintenanceControlMask MIB. If this object has never been set,
  269. it will have the value of midnight, January 1, 1970. Note that the
  270. time value used here is the local time as known by the device, as
  271. opposed to UTC. Also note that the value of this object will persist
  272. across a system reboot."
  273. ::= { hitronEmtaMgmtMaintenance 1 }
  274. hitronEmtaMaintenanceWindowDuration OBJECT-TYPE
  275. SYNTAX Unsigned32
  276. UNITS "seconds"
  277. MAX-ACCESS read-write
  278. STATUS current
  279. DESCRIPTION
  280. "This object identifies the duration, in seconds, of an eMTA maintenance window.
  281. Setting the value of this object to the default value of zero will
  282. cancel the maintenance window. Note that the value of this object
  283. will persist across a system reboot."
  284. ::= { hitronEmtaMgmtMaintenance 2 }
  285. hitronEmtaMaintenanceControlMask OBJECT-TYPE
  286. SYNTAX BITS {
  287. maintenanceOnCmReset(0),
  288. maintenanceOnRFLoss(1),
  289. maintenanceOnMtaReset(2),
  290. maintenanceOnCMSLoss(3)
  291. }
  292. MAX-ACCESS read-write
  293. STATUS current
  294. DESCRIPTION
  295. "This object identifies the bit mask to control the line voltage behavior of the eMTA in
  296. various scenarios:
  297. maintenanceOnCmReset(0) - if this bit is set to 1 it requires the line
  298. voltage be maintained in the case when the CM has been reset, regardless
  299. of the reason (reset after downloading a new firmware, or hard reboot, or
  300. SNMP induced CM reset), and regardless of whether the MTA is in a valid
  301. maintenance window maintenanceOnRFLoss(1) - if this bit is set to 1 it
  302. requires the line voltage be maintained in the case when RF communication
  303. is lost, regardless of the reason, and regardless of whether the MTA is
  304. in a valid maintenance window maintenanceOnMtaReset(2) - if this bit is
  305. set to 1 it requires the line voltage be maintained in the case when the
  306. eMTA is being reset, regardless of the reason (e.g. SNMP induced eMTA reset,
  307. etc), and regardless of whether the MTA is in a valid maintenance window
  308. maintenanceOnCMSLoss(3) - if this bit is set to 1 it requires the line
  309. voltage be maintained in the case when communication is lost with the CMS,
  310. regardless of the reason (e.g. endpoint disconnected, etc), and regardless
  311. of whether the duration of the communication loss has exceeded the value
  312. in the MIB emtaMaintenanceQuarantineTimeout and/or emtaMaintenanceDisconnectedTimeout
  313. The default value of this object may change based on build specific options.
  314. However, it's highly recommended that the default value in the image submitted
  315. for (E)PC 1.x Certification be chosen in such a way that it will correspond
  316. to the functionality compliant with the PacketCable requirements and will
  317. preserve the backward compatibility with the previously certified behaviour.
  318. Note that to satisfy the latter, 'maintenanceOnCMSLoss(3)' bit should be set
  319. by default."
  320. ::= { hitronEmtaMgmtMaintenance 3 }
  321. hitronEmtaMaintenanceQuarantineTimeout OBJECT-TYPE
  322. SYNTAX Unsigned32
  323. UNITS "seconds"
  324. MAX-ACCESS read-write
  325. STATUS current
  326. DESCRIPTION
  327. "This object identifies the length of time, in seconds, that the MTA should maintain the
  328. line voltage after any of the endpoints enters the quarantine state. If any
  329. of the endpoints remains in the quarantine state for longer than this period
  330. the line voltage is dropped unless the maintenanceOnCMSLoss bit
  331. is set in the emtaMaintenanceControlMask MIB. Note that the value
  332. of this object will persist across a system reboot."
  333. DEFVAL {120}
  334. ::= { hitronEmtaMgmtMaintenance 4 }
  335. hitronEmtaMaintenanceDisconnectedTimeout OBJECT-TYPE
  336. SYNTAX Unsigned32
  337. UNITS "seconds"
  338. MAX-ACCESS read-write
  339. STATUS current
  340. DESCRIPTION
  341. "This object identifies the length of time, in seconds, that the MTA should maintain the
  342. line voltage after any of the endpoints is disconnected. If any of the endpoints
  343. remains disconnected for longer than this period the line voltage is dropped
  344. unless the maintenanceOnCMSLoss bit is set in the emtaMaintenanceControlMask MIB.
  345. Note that the value of this object will persist across a system reboot."
  346. DEFVAL {120}
  347. ::= { hitronEmtaMgmtMaintenance 5 }
  348. hitronEmtaMaintenanceRFDisconnectTimeout OBJECT-TYPE
  349. SYNTAX Unsigned32 (0..3600)
  350. UNITS "seconds"
  351. MAX-ACCESS read-write
  352. STATUS current
  353. DESCRIPTION
  354. "This object identifies the length of time, in seconds, that the MTA should maintain the
  355. line voltage after the RF lock with the CMTS is lost. If the MTA remains disconnected
  356. from the CMTS for longer than this period the line voltage is dropped unless the
  357. maintenanceOnRFLoss bit is set in the emtaMaintenanceControlMask MIB.
  358. Note that the value of this object will persist across a system reboot."
  359. DEFVAL {300}
  360. ::= { hitronEmtaMgmtMaintenance 6 }
  361. hitronEmtaSummCallPackStatEntry OBJECT-TYPE
  362. SYNTAX HitronEmtaSummCallPackStatEntry
  363. MAX-ACCESS not-accessible
  364. STATUS current
  365. DESCRIPTION
  366. "parameters for Call."
  367. INDEX { hitronEmtaSummCallPackStatIndex }
  368. --DEFAULT test-function-async null_test_async
  369. --DEFAULT set-function-async null_set_async
  370. --DEFAULT get-function-async hitronEmtaSummCallPackStatEntry_get
  371. --DEFAULT next-function-async hitronEmtaSummCallPackStatEntry_next
  372. --DEFAULT cookie (char *)0
  373. ::= { hitronEmtaSummCallPackStatTable 1 }
  374. HitronEmtaSummCallPackStatEntry ::=
  375. SEQUENCE {
  376. hitronEmtaSummCallPackStatIndex
  377. Integer32,
  378. hitronEmtaDirecOfCall
  379. Integer32,
  380. hitronEmtaAverageDelay
  381. Integer32,
  382. hitronEmtaInterarrivalJitter
  383. Integer32,
  384. hitronEmtaReceivedOctets
  385. Counter32,
  386. hitronEmtaSentOctets
  387. Counter32,
  388. hitronEmtaSentPackets
  389. Counter32,
  390. hitronEmtaReceivedPackets
  391. Counter32,
  392. hitronEmtaLostPackets
  393. Counter32,
  394. hitronEmtaRemoteSentOctets
  395. Counter32,
  396. hitronEmtaRemoteSentPackets
  397. Counter32,
  398. hitronEmtaRemoteLostPackets
  399. Counter32,
  400. hitronEmtaRemotejitter
  401. Counter32,
  402. hitronEmtaMosLQ
  403. Counter32,
  404. hitronEmtaMosCQ
  405. Counter32,
  406. hitronEmtaCallStartTime
  407. SnmpAdminString,
  408. hitronEmtaCallEndTime
  409. SnmpAdminString,
  410. hitronEmtaCallDurTime
  411. Counter32
  412. }
  413. hitronEmtaSummCallPackStatIndex OBJECT-TYPE
  414. SYNTAX Integer32 (1..32)
  415. MAX-ACCESS not-accessible
  416. STATUS current
  417. DESCRIPTION
  418. "The current call index."
  419. ::= { hitronEmtaSummCallPackStatEntry 1 }
  420. hitronEmtaDirecOfCall OBJECT-TYPE
  421. SYNTAX Integer32 (0..1)
  422. MAX-ACCESS read-only
  423. STATUS current
  424. DESCRIPTION
  425. "This is the direction of the call:incoming(0)/outgoing(1)."
  426. ::= { hitronEmtaSummCallPackStatEntry 2 }
  427. hitronEmtaAverageDelay OBJECT-TYPE
  428. SYNTAX Integer32
  429. UNITS "ms"
  430. MAX-ACCESS read-only
  431. STATUS current
  432. DESCRIPTION
  433. "This is the average network latency across the call."
  434. ::= { hitronEmtaSummCallPackStatEntry 3 }
  435. hitronEmtaInterarrivalJitter OBJECT-TYPE
  436. SYNTAX Integer32
  437. UNITS "ms"
  438. MAX-ACCESS read-only
  439. STATUS current
  440. DESCRIPTION
  441. "This is the estimate of the statistical variance of the RTP data
  442. packet interarrival time over all the lines"
  443. ::= { hitronEmtaSummCallPackStatEntry 4 }
  444. hitronEmtaReceivedOctets OBJECT-TYPE
  445. SYNTAX Counter32
  446. MAX-ACCESS read-only
  447. STATUS current
  448. DESCRIPTION
  449. "This is the total number of RTP octets that our device received"
  450. ::= { hitronEmtaSummCallPackStatEntry 5 }
  451. hitronEmtaSentOctets OBJECT-TYPE
  452. SYNTAX Counter32
  453. MAX-ACCESS read-only
  454. STATUS current
  455. DESCRIPTION
  456. "This is the total number of RTP octets that our device sent"
  457. ::= { hitronEmtaSummCallPackStatEntry 6 }
  458. hitronEmtaSentPackets OBJECT-TYPE
  459. SYNTAX Counter32
  460. MAX-ACCESS read-only
  461. STATUS current
  462. DESCRIPTION
  463. "This is the total number of RTP packets that our device sent"
  464. ::= { hitronEmtaSummCallPackStatEntry 7 }
  465. hitronEmtaReceivedPackets OBJECT-TYPE
  466. SYNTAX Counter32
  467. MAX-ACCESS read-only
  468. STATUS current
  469. DESCRIPTION
  470. "This is the total number of RTP packets that our device received"
  471. ::= { hitronEmtaSummCallPackStatEntry 8 }
  472. hitronEmtaLostPackets OBJECT-TYPE
  473. SYNTAX Counter32
  474. MAX-ACCESS read-only
  475. STATUS current
  476. DESCRIPTION
  477. "This is the total number of RTP packets that our device lost"
  478. ::= { hitronEmtaSummCallPackStatEntry 9 }
  479. hitronEmtaRemoteSentOctets OBJECT-TYPE
  480. SYNTAX Counter32
  481. MAX-ACCESS read-only
  482. STATUS current
  483. DESCRIPTION
  484. "This is the total number of RTP octets that the remote device sent(remote device:
  485. the one who make a call with our device)"
  486. ::= { hitronEmtaSummCallPackStatEntry 10 }
  487. hitronEmtaRemoteSentPackets OBJECT-TYPE
  488. SYNTAX Counter32
  489. MAX-ACCESS read-only
  490. STATUS current
  491. DESCRIPTION
  492. "This is the total number of RTP packets that the remote device sent"
  493. ::= { hitronEmtaSummCallPackStatEntry 11 }
  494. hitronEmtaRemoteLostPackets OBJECT-TYPE
  495. SYNTAX Counter32
  496. MAX-ACCESS read-only
  497. STATUS current
  498. DESCRIPTION
  499. "This is the total number of RTP packets that the remote device lost"
  500. ::= { hitronEmtaSummCallPackStatEntry 12 }
  501. hitronEmtaRemotejitter OBJECT-TYPE
  502. SYNTAX Counter32
  503. MAX-ACCESS read-only
  504. STATUS current
  505. DESCRIPTION
  506. "This is the remote device's mean jitter"
  507. ::= { hitronEmtaSummCallPackStatEntry 13 }
  508. hitronEmtaMosLQ OBJECT-TYPE
  509. SYNTAX Counter32
  510. MAX-ACCESS read-only
  511. STATUS current
  512. DESCRIPTION
  513. "This is the listen MOS(downstream) score."
  514. ::= { hitronEmtaSummCallPackStatEntry 14 }
  515. hitronEmtaMosCQ OBJECT-TYPE
  516. SYNTAX Counter32
  517. MAX-ACCESS read-only
  518. STATUS current
  519. DESCRIPTION
  520. "This is the call MOS(upstream) score."
  521. ::= { hitronEmtaSummCallPackStatEntry 15 }
  522. hitronEmtaCallStartTime OBJECT-TYPE
  523. SYNTAX SnmpAdminString
  524. MAX-ACCESS read-only
  525. STATUS current
  526. DESCRIPTION
  527. "This is the call start time."
  528. ::= { hitronEmtaSummCallPackStatEntry 16 }
  529. hitronEmtaCallEndTime OBJECT-TYPE
  530. SYNTAX SnmpAdminString
  531. MAX-ACCESS read-only
  532. STATUS current
  533. DESCRIPTION
  534. "This is the call end time."
  535. ::= { hitronEmtaSummCallPackStatEntry 17 }
  536. hitronEmtaCallDurTime OBJECT-TYPE
  537. SYNTAX Counter32
  538. UNITS "sec"
  539. MAX-ACCESS read-only
  540. STATUS current
  541. DESCRIPTION
  542. "This is the call duration time"
  543. ::= { hitronEmtaSummCallPackStatEntry 18 }
  544. END