SA-MTA-STAT-20110715.mib 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164
  1. --**************************************************************************
  2. --
  3. -- Copyright 2007 Scientific Atlanta, A Cisco Company
  4. -- All Rights Reserved
  5. -- No portions of this material may be reproduced in any
  6. -- form without the written permission of:
  7. -- Scientific Atlanta, A Cisco Company
  8. -- 5030 Sugarloaf Pkwy
  9. -- Lawrenceville, Georgia 30044
  10. --
  11. --**************************************************************************
  12. SA-MTA-STAT-MIB DEFINITIONS ::= BEGIN
  13. IMPORTS
  14. MODULE-IDENTITY,
  15. OBJECT-TYPE,enterprises,
  16. Integer32,
  17. Unsigned32
  18. FROM SNMPv2-SMI
  19. ifIndex
  20. FROM IF-MIB
  21. SnmpAdminString
  22. FROM SNMP-FRAMEWORK-MIB
  23. InetPortNumber
  24. FROM INET-ADDRESS-MIB
  25. TruthValue,
  26. DateAndTime
  27. FROM SNMPv2-TC
  28. saMtaEndPntStateLogical
  29. FROM SA-MTA-MIB ;
  30. sa OBJECT IDENTIFIER ::= { enterprises 1429 }
  31. saVoip OBJECT IDENTIFIER ::= { sa 78 }
  32. saMta MODULE-IDENTITY
  33. LAST-UPDATED "0801180000Z"
  34. ORGANIZATION "Scientific Atlanta, A Cisco Company"
  35. CONTACT-INFO "marcin.godlewski@sciatl.com"
  36. DESCRIPTION
  37. "Various statistics."
  38. -- History
  39. REVISION "0801180000Z"
  40. DESCRIPTION
  41. "Added saMtaSendLogQuarantineState (2218)
  42. Added saMtaStatsTrapQuarantineState (2218)
  43. Added saMtaCallStatLast24HrsTable (2205)"
  44. REVISION "0603170000Z"
  45. DESCRIPTION
  46. "Changed saMtaStatSendLogMethod description
  47. Changed saMtaSendLogIpAddress description
  48. Added saMtaStatsTrapCliAccessLoginGood
  49. Added saMtaStatsTrapCliAccessLoginBad
  50. Added saMtaStatDevLog tree
  51. Added saMtaStatDevLogMethod
  52. Added saMtaStatDevLogIpAddress
  53. Added saMtaStatDevLogCliAccess"
  54. REVISION "0602060000Z" -- 2006/02/06
  55. DESCRIPTION
  56. "Changed SYNTAX to DateAndTime for
  57. saMtaCallStatStartTime
  58. saMtaCallStatLast10StartTime
  59. Added saMtaCallStatLastMessageReceived
  60. Added saMtaCallStatLastMessageSent
  61. Added saMtaCallStatLast10Index
  62. Added saMtaTotalCalls
  63. Added saMtaStatsTrap tree"
  64. REVISION "0510110000Z" -- 2005/10/11
  65. DESCRIPTION
  66. "Initial release"
  67. ::= { saVoip 3 }
  68. PktcCodecType ::= TEXTUAL-CONVENTION
  69. STATUS current
  70. DESCRIPTION
  71. "Textual Convention defines various types of
  72. CODECs that MAY be supported. The list of CODECs
  73. MUST be consistent with the Codec RTP MAP Parameters
  74. Table in the PacketCable CODEC specification. In-line
  75. embedded comments below contain the Literal Codec Name
  76. for each CODEC. The Literal Codec Name corresponds to
  77. the second column of the Codec RTP MAP Parameters Table.
  78. The Literal Codec Name Column contains the CODEC name
  79. that is used in the LCD of the NCS messages CRCX/MDCX,
  80. and is also used to identify the CODEC in the CMS
  81. Provisioning Specification. The RTP Map Parameter
  82. Column of the Codec RTP MAP Parameters Table contains
  83. the string used in the media attribute line ('a=') of the
  84. SDP parameters in NCS messages."
  85. REFERENCE
  86. "PacketCable CODEC Specification"
  87. SYNTAX INTEGER {
  88. other (1),
  89. unknown (2),
  90. g729 (3), -- G729
  91. reserved (4), -- reserved for future use
  92. g729E (5), -- G729E
  93. pcmu (6), -- PCMU
  94. g726at32 (7), -- G726-32
  95. g728 (8), -- G728
  96. pcma (9), -- PCMA
  97. g726at16 (10), -- G726-16
  98. g726at24 (11), -- G726-24
  99. g726at40 (12) -- G726-40
  100. }
  101. -- MTA Device
  102. saMtaStatsBase OBJECT IDENTIFIER ::= { saMta 4 }
  103. saMtaCallStatCurrentTable OBJECT-TYPE
  104. SYNTAX SEQUENCE OF SaMtaCallStatCurrentEntry
  105. MAX-ACCESS not-accessible
  106. STATUS current
  107. DESCRIPTION
  108. "This table contains current call (if active) statistics."
  109. ::= { saMtaStatsBase 1 }
  110. saMtaCallStatCurrentEntry OBJECT-TYPE
  111. SYNTAX SaMtaCallStatCurrentEntry
  112. MAX-ACCESS not-accessible
  113. STATUS current
  114. DESCRIPTION
  115. "List of individual parameters for a single call."
  116. INDEX { ifIndex }
  117. ::= { saMtaCallStatCurrentTable 1 }
  118. SaMtaCallStatCurrentEntry ::= SEQUENCE {
  119. saMtaCallStatStatus INTEGER,
  120. saMtaCallStatStartTime DateAndTime,
  121. saMtaCallStatDuration Integer32,
  122. saMtaCallStatDirection INTEGER,
  123. saMtaCallStatDialedNumber SnmpAdminString,
  124. saMtaCallStatUdpPort InetPortNumber,
  125. saMtaCallStatRemoteIp IpAddress,
  126. saMtaCallStatRemoteUdpPort InetPortNumber,
  127. saMtaCallStatPacketization INTEGER,
  128. saMtaCallStatCodec PktcCodecType,
  129. saMtaCallStatSilentSuppression TruthValue,
  130. saMtaCallStatEchoCanceller TruthValue,
  131. saMtaCallStatPacketsSent Integer32,
  132. saMtaCallStatOctetsSent Integer32,
  133. saMtaCallStatPacketsReceived Integer32,
  134. saMtaCallStatOctetsReceived Integer32,
  135. saMtaCallStatPacketsLost Integer32,
  136. saMtaCallStatJitter Integer32,
  137. saMtaCallStatLatency Integer32,
  138. saMtaCallStatRemotePacketsSent Integer32,
  139. saMtaCallStatRemoteOctetsSent Integer32,
  140. saMtaCallStatRemotePacketLoss Integer32,
  141. saMtaCallStatRemoteJitter Integer32,
  142. saMtaCallStatBufferUnderruns Integer32,
  143. saMtaCallStatBufferOverruns Integer32,
  144. saMtaCallStatJitterBufferSize Integer32,
  145. saMtaCallStatLastMessageReceived SnmpAdminString,
  146. saMtaCallStatLastMessageSent SnmpAdminString
  147. }
  148. saMtaCallStatStatus OBJECT-TYPE
  149. SYNTAX INTEGER {
  150. inactive(0),
  151. active(1)
  152. }
  153. MAX-ACCESS read-only
  154. STATUS current
  155. DESCRIPTION
  156. "Shows if an endpoint is in use (offhook)."
  157. ::= { saMtaCallStatCurrentEntry 1 }
  158. saMtaCallStatStartTime OBJECT-TYPE
  159. SYNTAX DateAndTime
  160. MAX-ACCESS read-only
  161. STATUS current
  162. DESCRIPTION
  163. "Time the call was connected."
  164. ::= { saMtaCallStatCurrentEntry 2 }
  165. saMtaCallStatDuration OBJECT-TYPE
  166. SYNTAX Integer32
  167. UNITS "seconds"
  168. MAX-ACCESS read-only
  169. STATUS current
  170. DESCRIPTION
  171. "Duration of the call."
  172. ::= { saMtaCallStatCurrentEntry 3 }
  173. saMtaCallStatDirection OBJECT-TYPE
  174. SYNTAX INTEGER
  175. MAX-ACCESS read-only
  176. STATUS current
  177. DESCRIPTION
  178. "Call origination direction:
  179. 1: from the MTA
  180. 2: to the MTA"
  181. ::= { saMtaCallStatCurrentEntry 4 }
  182. saMtaCallStatDialedNumber OBJECT-TYPE
  183. SYNTAX SnmpAdminString
  184. MAX-ACCESS read-only
  185. STATUS current
  186. DESCRIPTION
  187. "The phone number that was dialed.
  188. If incoming call or V5.2 interface, this is empty."
  189. ::= { saMtaCallStatCurrentEntry 5 }
  190. saMtaCallStatUdpPort OBJECT-TYPE
  191. SYNTAX InetPortNumber
  192. MAX-ACCESS read-only
  193. STATUS current
  194. DESCRIPTION
  195. "Local UDP port for RTP stream."
  196. ::= { saMtaCallStatCurrentEntry 6 }
  197. saMtaCallStatRemoteIp OBJECT-TYPE
  198. SYNTAX IpAddress
  199. MAX-ACCESS read-only
  200. STATUS current
  201. DESCRIPTION
  202. "IP address of the remote end for RTP stream."
  203. ::= { saMtaCallStatCurrentEntry 7 }
  204. saMtaCallStatRemoteUdpPort OBJECT-TYPE
  205. SYNTAX InetPortNumber
  206. MAX-ACCESS read-only
  207. STATUS current
  208. DESCRIPTION
  209. "UDP port of the remote end for RTP stream."
  210. ::= { saMtaCallStatCurrentEntry 8 }
  211. saMtaCallStatPacketization OBJECT-TYPE
  212. SYNTAX INTEGER
  213. UNITS "milliseconds"
  214. MAX-ACCESS read-only
  215. STATUS current
  216. DESCRIPTION
  217. "Packetization period."
  218. ::= { saMtaCallStatCurrentEntry 9 }
  219. saMtaCallStatCodec OBJECT-TYPE
  220. SYNTAX PktcCodecType
  221. MAX-ACCESS read-only
  222. STATUS current
  223. DESCRIPTION
  224. "Codec used for the call."
  225. ::= { saMtaCallStatCurrentEntry 10 }
  226. saMtaCallStatSilentSuppression OBJECT-TYPE
  227. SYNTAX TruthValue
  228. MAX-ACCESS read-only
  229. STATUS current
  230. DESCRIPTION
  231. "Silent suppression."
  232. ::= { saMtaCallStatCurrentEntry 11 }
  233. saMtaCallStatEchoCanceller OBJECT-TYPE
  234. SYNTAX TruthValue
  235. MAX-ACCESS read-only
  236. STATUS current
  237. DESCRIPTION
  238. "Echo Cancellation."
  239. ::= { saMtaCallStatCurrentEntry 12 }
  240. saMtaCallStatPacketsSent OBJECT-TYPE
  241. SYNTAX Integer32
  242. UNITS "packets"
  243. MAX-ACCESS read-only
  244. STATUS current
  245. DESCRIPTION
  246. "The number of packets that were sent on the connection."
  247. ::= { saMtaCallStatCurrentEntry 13 }
  248. saMtaCallStatOctetsSent OBJECT-TYPE
  249. SYNTAX Integer32
  250. UNITS "bytes"
  251. MAX-ACCESS read-only
  252. STATUS current
  253. DESCRIPTION
  254. "The number of octets that were sent on the connection."
  255. ::= { saMtaCallStatCurrentEntry 14 }
  256. saMtaCallStatPacketsReceived OBJECT-TYPE
  257. SYNTAX Integer32
  258. UNITS "packets"
  259. MAX-ACCESS read-only
  260. STATUS current
  261. DESCRIPTION
  262. "The number of packets that were received on the connection."
  263. ::= { saMtaCallStatCurrentEntry 15 }
  264. saMtaCallStatOctetsReceived OBJECT-TYPE
  265. SYNTAX Integer32
  266. UNITS "bytes"
  267. MAX-ACCESS read-only
  268. STATUS current
  269. DESCRIPTION
  270. "The number of octets that were received on the connection."
  271. ::= { saMtaCallStatCurrentEntry 16 }
  272. saMtaCallStatPacketsLost OBJECT-TYPE
  273. SYNTAX Integer32
  274. UNITS "packets"
  275. MAX-ACCESS read-only
  276. STATUS current
  277. DESCRIPTION
  278. "The number of packets that were not received on the connection, as
  279. deduced from gaps in the sequence number."
  280. ::= { saMtaCallStatCurrentEntry 17 }
  281. saMtaCallStatJitter OBJECT-TYPE
  282. SYNTAX Integer32
  283. UNITS "milliseconds"
  284. MAX-ACCESS read-only
  285. STATUS current
  286. DESCRIPTION
  287. "The average inter-packet arrival jitter."
  288. ::= { saMtaCallStatCurrentEntry 18 }
  289. saMtaCallStatLatency OBJECT-TYPE
  290. SYNTAX Integer32
  291. UNITS "milliseconds"
  292. MAX-ACCESS read-only
  293. STATUS current
  294. DESCRIPTION
  295. "Average latency."
  296. ::= { saMtaCallStatCurrentEntry 19 }
  297. saMtaCallStatRemotePacketsSent OBJECT-TYPE
  298. SYNTAX Integer32
  299. UNITS "packets"
  300. MAX-ACCESS read-only
  301. STATUS current
  302. DESCRIPTION
  303. "The number of packets that were sent on the connection from the
  304. perspective of the remote endpoint."
  305. ::= { saMtaCallStatCurrentEntry 20 }
  306. saMtaCallStatRemoteOctetsSent OBJECT-TYPE
  307. SYNTAX Integer32
  308. UNITS "bytes"
  309. MAX-ACCESS read-only
  310. STATUS current
  311. DESCRIPTION
  312. "The number of octets that were sent on the connection from the
  313. perspective of the remote endpoint."
  314. ::= { saMtaCallStatCurrentEntry 21 }
  315. saMtaCallStatRemotePacketLoss OBJECT-TYPE
  316. SYNTAX Integer32
  317. UNITS "packets"
  318. MAX-ACCESS read-only
  319. STATUS current
  320. DESCRIPTION
  321. "The number of packets that were not received on the connection, as
  322. deduced from gaps in the sequence number from the perspective of the
  323. remote endpoint."
  324. ::= { saMtaCallStatCurrentEntry 22 }
  325. saMtaCallStatRemoteJitter OBJECT-TYPE
  326. SYNTAX Integer32
  327. UNITS "milliseconds"
  328. MAX-ACCESS read-only
  329. STATUS current
  330. DESCRIPTION
  331. "The average inter-packet arrival jitter, from the perspective of
  332. the remote endpoint."
  333. ::= { saMtaCallStatCurrentEntry 23 }
  334. saMtaCallStatBufferUnderruns OBJECT-TYPE
  335. SYNTAX Integer32
  336. MAX-ACCESS read-only
  337. STATUS current
  338. DESCRIPTION
  339. "Number of times that buffer was in the underrun state (expected
  340. to take packet from the buffer but buffer empty)."
  341. ::= { saMtaCallStatCurrentEntry 24 }
  342. saMtaCallStatBufferOverruns OBJECT-TYPE
  343. SYNTAX Integer32
  344. MAX-ACCESS read-only
  345. STATUS current
  346. DESCRIPTION
  347. "Number of times that buffer overfilled (packet arrived but no space
  348. to put it in the buffer)."
  349. ::= { saMtaCallStatCurrentEntry 25 }
  350. saMtaCallStatJitterBufferSize OBJECT-TYPE
  351. SYNTAX Integer32
  352. UNITS "milliseconds"
  353. MAX-ACCESS read-only
  354. STATUS current
  355. DESCRIPTION
  356. "Size of jitter buffer (as set by saMtaDevJitMaxLen)."
  357. ::= { saMtaCallStatCurrentEntry 26 }
  358. saMtaCallStatLastMessageReceived OBJECT-TYPE
  359. SYNTAX SnmpAdminString
  360. MAX-ACCESS read-only
  361. STATUS current
  362. DESCRIPTION
  363. "Last NCS message received from call agent."
  364. ::= { saMtaCallStatCurrentEntry 27 }
  365. saMtaCallStatLastMessageSent OBJECT-TYPE
  366. SYNTAX SnmpAdminString
  367. MAX-ACCESS read-only
  368. STATUS current
  369. DESCRIPTION
  370. "Last NCS message sent to call agent."
  371. ::= { saMtaCallStatCurrentEntry 28 }
  372. --
  373. -- saMtaCallStatLast10Table
  374. --
  375. saMtaCallStatLast10Table OBJECT-TYPE
  376. SYNTAX SEQUENCE OF SaMtaCallStatLast10Entry
  377. MAX-ACCESS not-accessible
  378. STATUS current
  379. DESCRIPTION
  380. "This table contains last 10 calls statistics. The most recent completed call has an index of 1."
  381. ::= { saMtaStatsBase 2 }
  382. saMtaCallStatLast10Entry OBJECT-TYPE
  383. SYNTAX SaMtaCallStatLast10Entry
  384. MAX-ACCESS not-accessible
  385. STATUS current
  386. DESCRIPTION
  387. "List of individual parameters for a single call"
  388. INDEX { saMtaCallStatLast10Index }
  389. ::= { saMtaCallStatLast10Table 1 }
  390. SaMtaCallStatLast10Entry ::= SEQUENCE {
  391. saMtaCallStatLast10Index Integer32,
  392. saMtaCallStatLast10EndPoint INTEGER,
  393. saMtaCallStatLast10StartTime DateAndTime,
  394. saMtaCallStatLast10Duration Integer32,
  395. saMtaCallStatLast10Direction INTEGER,
  396. saMtaCallStatLast10DialedNumber SnmpAdminString,
  397. saMtaCallStatLast10UdpPort InetPortNumber,
  398. saMtaCallStatLast10RemoteIp IpAddress,
  399. saMtaCallStatLast10RemoteUdpPort InetPortNumber,
  400. saMtaCallStatLast10Packetization INTEGER,
  401. saMtaCallStatLast10Codec PktcCodecType,
  402. saMtaCallStatLast10SilentSuppression TruthValue,
  403. saMtaCallStatLast10EchoCanceller TruthValue,
  404. saMtaCallStatLast10PacketsSent Integer32,
  405. saMtaCallStatLast10OctetsSent Integer32,
  406. saMtaCallStatLast10PacketsReceived Integer32,
  407. saMtaCallStatLast10OctetsReceived Integer32,
  408. saMtaCallStatLast10PacketsLost Integer32,
  409. saMtaCallStatLast10Jitter Integer32,
  410. saMtaCallStatLast10Latency Integer32,
  411. saMtaCallStatLast10RemotePacketsSent Integer32,
  412. saMtaCallStatLast10RemoteOctetsSent Integer32,
  413. saMtaCallStatLast10RemotePacketLoss Integer32,
  414. saMtaCallStatLast10RemoteJitter Integer32,
  415. saMtaCallStatLast10BufferUnderruns Integer32,
  416. saMtaCallStatLast10BufferOverruns Integer32,
  417. saMtaCallStatLast10JitterBufferSize Integer32
  418. }
  419. saMtaCallStatLast10EndPoint OBJECT-TYPE
  420. SYNTAX INTEGER
  421. MAX-ACCESS read-only
  422. STATUS current
  423. DESCRIPTION
  424. "Endpoint used for the call."
  425. ::= { saMtaCallStatLast10Entry 1 }
  426. saMtaCallStatLast10StartTime OBJECT-TYPE
  427. SYNTAX DateAndTime
  428. MAX-ACCESS read-only
  429. STATUS current
  430. DESCRIPTION
  431. "Time the call was connected."
  432. ::= { saMtaCallStatLast10Entry 2 }
  433. saMtaCallStatLast10Duration OBJECT-TYPE
  434. SYNTAX Integer32
  435. UNITS "seconds"
  436. MAX-ACCESS read-only
  437. STATUS current
  438. DESCRIPTION
  439. "Duration of the call."
  440. ::= { saMtaCallStatLast10Entry 3 }
  441. saMtaCallStatLast10Direction OBJECT-TYPE
  442. SYNTAX INTEGER
  443. MAX-ACCESS read-only
  444. STATUS current
  445. DESCRIPTION
  446. "Call origination direction:
  447. 1: from the MTA
  448. 2: to the MTA"
  449. ::= { saMtaCallStatLast10Entry 4 }
  450. saMtaCallStatLast10DialedNumber OBJECT-TYPE
  451. SYNTAX SnmpAdminString
  452. MAX-ACCESS read-only
  453. STATUS current
  454. DESCRIPTION
  455. "The phone number that was dialed.
  456. If incoming call or V5.2 interface, this is empty."
  457. ::= { saMtaCallStatLast10Entry 5 }
  458. saMtaCallStatLast10UdpPort OBJECT-TYPE
  459. SYNTAX InetPortNumber
  460. MAX-ACCESS read-only
  461. STATUS current
  462. DESCRIPTION
  463. "Local UDP port for RTP stream."
  464. ::= { saMtaCallStatLast10Entry 6 }
  465. saMtaCallStatLast10RemoteIp OBJECT-TYPE
  466. SYNTAX IpAddress
  467. MAX-ACCESS read-only
  468. STATUS current
  469. DESCRIPTION
  470. "IP address of the remote end for RTP stream."
  471. ::= { saMtaCallStatLast10Entry 7 }
  472. saMtaCallStatLast10RemoteUdpPort OBJECT-TYPE
  473. SYNTAX InetPortNumber
  474. MAX-ACCESS read-only
  475. STATUS current
  476. DESCRIPTION
  477. "UDP port of the remote end for RTP stream."
  478. ::= { saMtaCallStatLast10Entry 8 }
  479. saMtaCallStatLast10Packetization OBJECT-TYPE
  480. SYNTAX INTEGER
  481. UNITS "milliseconds"
  482. MAX-ACCESS read-only
  483. STATUS current
  484. DESCRIPTION
  485. "Packetization period."
  486. ::= { saMtaCallStatLast10Entry 9 }
  487. saMtaCallStatLast10Codec OBJECT-TYPE
  488. SYNTAX PktcCodecType
  489. MAX-ACCESS read-only
  490. STATUS current
  491. DESCRIPTION
  492. "Codec used for the call."
  493. ::= { saMtaCallStatLast10Entry 10 }
  494. saMtaCallStatLast10SilentSuppression OBJECT-TYPE
  495. SYNTAX TruthValue
  496. MAX-ACCESS read-only
  497. STATUS current
  498. DESCRIPTION
  499. "Silent suppression."
  500. ::= { saMtaCallStatLast10Entry 11 }
  501. saMtaCallStatLast10EchoCanceller OBJECT-TYPE
  502. SYNTAX TruthValue
  503. MAX-ACCESS read-only
  504. STATUS current
  505. DESCRIPTION
  506. "Echo Cancellation."
  507. ::= { saMtaCallStatLast10Entry 12 }
  508. saMtaCallStatLast10PacketsSent OBJECT-TYPE
  509. SYNTAX Integer32
  510. UNITS "packets"
  511. MAX-ACCESS read-only
  512. STATUS current
  513. DESCRIPTION
  514. "The number of packets that were sent on the connection."
  515. ::= { saMtaCallStatLast10Entry 13 }
  516. saMtaCallStatLast10OctetsSent OBJECT-TYPE
  517. SYNTAX Integer32
  518. UNITS "bytes"
  519. MAX-ACCESS read-only
  520. STATUS current
  521. DESCRIPTION
  522. "The number of octets that were sent on the connection."
  523. ::= { saMtaCallStatLast10Entry 14 }
  524. saMtaCallStatLast10PacketsReceived OBJECT-TYPE
  525. SYNTAX Integer32
  526. UNITS "packets"
  527. MAX-ACCESS read-only
  528. STATUS current
  529. DESCRIPTION
  530. "The number of packets that were received on the connection."
  531. ::= { saMtaCallStatLast10Entry 15 }
  532. saMtaCallStatLast10OctetsReceived OBJECT-TYPE
  533. SYNTAX Integer32
  534. UNITS "bytes"
  535. MAX-ACCESS read-only
  536. STATUS current
  537. DESCRIPTION
  538. "The number of octets that were received on the connection."
  539. ::= { saMtaCallStatLast10Entry 16 }
  540. saMtaCallStatLast10PacketsLost OBJECT-TYPE
  541. SYNTAX Integer32
  542. UNITS "packets"
  543. MAX-ACCESS read-only
  544. STATUS current
  545. DESCRIPTION
  546. "The number of packets that were not received on the connection, as
  547. deduced from gaps in the sequence number."
  548. ::= { saMtaCallStatLast10Entry 17 }
  549. saMtaCallStatLast10Jitter OBJECT-TYPE
  550. SYNTAX Integer32
  551. UNITS "milliseconds"
  552. MAX-ACCESS read-only
  553. STATUS current
  554. DESCRIPTION
  555. "The average inter-packet arrival jitter."
  556. ::= { saMtaCallStatLast10Entry 18 }
  557. saMtaCallStatLast10Latency OBJECT-TYPE
  558. SYNTAX Integer32
  559. UNITS "milliseconds"
  560. MAX-ACCESS read-only
  561. STATUS current
  562. DESCRIPTION
  563. "Average latency."
  564. ::= { saMtaCallStatLast10Entry 19 }
  565. saMtaCallStatLast10RemotePacketsSent OBJECT-TYPE
  566. SYNTAX Integer32
  567. UNITS "packets"
  568. MAX-ACCESS read-only
  569. STATUS current
  570. DESCRIPTION
  571. "The number of packets that were sent on the connection from the
  572. perspective of the remote endpoint."
  573. ::= { saMtaCallStatLast10Entry 20 }
  574. saMtaCallStatLast10RemoteOctetsSent OBJECT-TYPE
  575. SYNTAX Integer32
  576. UNITS "bytes"
  577. MAX-ACCESS read-only
  578. STATUS current
  579. DESCRIPTION
  580. "The number of octets that were sent on the connection from the
  581. perspective of the remote endpoint."
  582. ::= { saMtaCallStatLast10Entry 21 }
  583. saMtaCallStatLast10RemotePacketLoss OBJECT-TYPE
  584. SYNTAX Integer32
  585. UNITS "packets"
  586. MAX-ACCESS read-only
  587. STATUS current
  588. DESCRIPTION
  589. "The number of packets that were not received on the connection, as
  590. deduced from gaps in the sequence number from the perspective of the
  591. remote endpoint."
  592. ::= { saMtaCallStatLast10Entry 22 }
  593. saMtaCallStatLast10RemoteJitter OBJECT-TYPE
  594. SYNTAX Integer32
  595. UNITS "milliseconds"
  596. MAX-ACCESS read-only
  597. STATUS current
  598. DESCRIPTION
  599. "The average inter-packet arrival jitter, from the perspective of
  600. the remote endpoint."
  601. ::= { saMtaCallStatLast10Entry 23 }
  602. saMtaCallStatLast10BufferUnderruns OBJECT-TYPE
  603. SYNTAX Integer32
  604. MAX-ACCESS read-only
  605. STATUS current
  606. DESCRIPTION
  607. "Number of times that buffer was in the underrun state (expected
  608. to take packet from the buffer but buffer empty)."
  609. ::= { saMtaCallStatLast10Entry 24 }
  610. saMtaCallStatLast10BufferOverruns OBJECT-TYPE
  611. SYNTAX Integer32
  612. MAX-ACCESS read-only
  613. STATUS current
  614. DESCRIPTION
  615. "Number of times that buffer overfilled (packet arrived but no space
  616. to put it in the buffer)."
  617. ::= { saMtaCallStatLast10Entry 25 }
  618. saMtaCallStatLast10JitterBufferSize OBJECT-TYPE
  619. SYNTAX Integer32
  620. UNITS "milliseconds"
  621. MAX-ACCESS read-only
  622. STATUS current
  623. DESCRIPTION
  624. "Size of jitter buffer (as set by saMtaDevJitMaxLen)."
  625. ::= { saMtaCallStatLast10Entry 26 }
  626. saMtaCallStatLast10Index OBJECT-TYPE
  627. SYNTAX Integer32 (1..10)
  628. MAX-ACCESS not-accessible
  629. STATUS current
  630. DESCRIPTION
  631. "Index of the saMtaCallStatLast10Entry."
  632. ::= { saMtaCallStatLast10Entry 27 }
  633. -- ================
  634. -- CUMULATIVE STATS
  635. -- ================
  636. saMtaCallStatCumulative OBJECT IDENTIFIER ::= { saMtaStatsBase 3 }
  637. saMtaTotalRtpSent OBJECT-TYPE
  638. SYNTAX Integer32
  639. MAX-ACCESS read-only
  640. STATUS current
  641. DESCRIPTION
  642. "Total number of RTP packets sent from the device since last reboot."
  643. ::= { saMtaCallStatCumulative 1 }
  644. saMtaTotalRtpReceived OBJECT-TYPE
  645. SYNTAX Integer32
  646. MAX-ACCESS read-only
  647. STATUS current
  648. DESCRIPTION
  649. "Total number of RTP packets sent for the device."
  650. ::= { saMtaCallStatCumulative 2 }
  651. saMtaTotalSuccessMessagesSentToCms OBJECT-TYPE
  652. SYNTAX Integer32
  653. MAX-ACCESS read-only
  654. STATUS current
  655. DESCRIPTION
  656. "Total number of successful messages transmitted from the device
  657. to the call agent since last reboot."
  658. ::= { saMtaCallStatCumulative 3 }
  659. saMtaTotalSuccessMessagesRecvdFromCms OBJECT-TYPE
  660. SYNTAX Integer32
  661. MAX-ACCESS read-only
  662. STATUS current
  663. DESCRIPTION
  664. "Total number of successful messages recieved for the device
  665. from the call agent since last reboot."
  666. ::= { saMtaCallStatCumulative 4 }
  667. saMtaTotalNegativeAcksSentToCms OBJECT-TYPE
  668. SYNTAX Integer32
  669. MAX-ACCESS read-only
  670. STATUS current
  671. DESCRIPTION
  672. "Total number of negative acknowledgements sent to the call agent
  673. since last reboot."
  674. ::= { saMtaCallStatCumulative 5 }
  675. saMtaTotalNegativeAcksRecvdFromCms OBJECT-TYPE
  676. SYNTAX Integer32
  677. MAX-ACCESS read-only
  678. STATUS current
  679. DESCRIPTION
  680. "Total number of negative acknowledgements recieved from
  681. the call agent since last reboot."
  682. ::= { saMtaCallStatCumulative 6 }
  683. saMtaTotalAcksRecvdFromCmsForNtfy OBJECT-TYPE
  684. SYNTAX Integer32
  685. MAX-ACCESS read-only
  686. STATUS current
  687. DESCRIPTION
  688. "Total number of acknowledgements recieved from the call agent
  689. for the notifies sent since last reboot."
  690. ::= { saMtaCallStatCumulative 7 }
  691. saMtaTotalCalls OBJECT-TYPE
  692. SYNTAX Unsigned32
  693. MAX-ACCESS read-only
  694. STATUS current
  695. DESCRIPTION
  696. "Total number of calls originated and terminated by the MTA since
  697. last reboot."
  698. ::= { saMtaCallStatCumulative 8 }
  699. -- ==================================
  700. -- SEND SYSLOG OR SNMP TRAP ON EVENTS
  701. -- ==================================
  702. saMtaStatSendLogTable OBJECT-TYPE
  703. SYNTAX SEQUENCE OF SaMtaStatSendLogEntry
  704. MAX-ACCESS not-accessible
  705. STATUS current
  706. DESCRIPTION
  707. "This table controls sending syslog/traps."
  708. ::= { saMtaStatsBase 4 }
  709. saMtaStatSendLogEntry OBJECT-TYPE
  710. SYNTAX SaMtaStatSendLogEntry
  711. MAX-ACCESS not-accessible
  712. STATUS current
  713. DESCRIPTION
  714. "List of individual parameters for a single call."
  715. INDEX { ifIndex }
  716. ::= { saMtaStatSendLogTable 1 }
  717. SaMtaStatSendLogEntry ::= SEQUENCE {
  718. saMtaStatSendLogMethod INTEGER,
  719. saMtaSendLogIpAddress IpAddress,
  720. saMtaSendLogTotalPackets Unsigned32,
  721. saMtaSendLogProvState INTEGER,
  722. saMtaSendLogCallParams Unsigned32,
  723. saMtaSendLogDisconnect INTEGER,
  724. saMtaSendLogNcsTrace INTEGER,
  725. saMtaSendLogQuarantineState INTEGER
  726. }
  727. saMtaStatSendLogMethod OBJECT-TYPE
  728. SYNTAX INTEGER {
  729. none(0),
  730. syslog(1),
  731. trap(2)
  732. }
  733. MAX-ACCESS read-write
  734. STATUS current
  735. DESCRIPTION
  736. "Overrides saMtaStatDevLogMethod."
  737. DEFVAL { 1 }
  738. ::= { saMtaStatSendLogEntry 1 }
  739. saMtaSendLogIpAddress OBJECT-TYPE
  740. SYNTAX IpAddress
  741. MAX-ACCESS read-write
  742. STATUS current
  743. DESCRIPTION
  744. "IP address of syslog/trap server.
  745. Overrides saMtaStatDevLogIpAddress."
  746. ::= { saMtaStatSendLogEntry 2 }
  747. saMtaSendLogTotalPackets OBJECT-TYPE
  748. SYNTAX Unsigned32
  749. UNITS "seconds"
  750. MAX-ACCESS read-write
  751. STATUS current
  752. DESCRIPTION
  753. "Defines how often to send info on
  754. total packets received and sent."
  755. DEFVAL { 0 }
  756. ::= { saMtaStatSendLogEntry 3 }
  757. saMtaSendLogProvState OBJECT-TYPE
  758. SYNTAX INTEGER {
  759. disable(0),
  760. sendOnChange(1)
  761. }
  762. MAX-ACCESS read-write
  763. STATUS current
  764. DESCRIPTION
  765. "Defines whether to report prov change."
  766. DEFVAL { 1 }
  767. ::= { saMtaStatSendLogEntry 4 }
  768. saMtaSendLogCallParams OBJECT-TYPE
  769. SYNTAX Unsigned32
  770. UNITS "seconds"
  771. MAX-ACCESS read-write
  772. STATUS current
  773. DESCRIPTION
  774. "Defines how often to send info on
  775. jitter, latency and delay from RTCP, measured latency and delay.
  776. Note: the info is sent onle when call is active."
  777. DEFVAL { 0 }
  778. ::= { saMtaStatSendLogEntry 5 }
  779. saMtaSendLogDisconnect OBJECT-TYPE
  780. SYNTAX INTEGER {
  781. disable(0),
  782. sendOnChange(1)
  783. }
  784. MAX-ACCESS read-write
  785. STATUS current
  786. DESCRIPTION
  787. "Defines whether to report connect/disconnect to CMS change."
  788. DEFVAL { 1 }
  789. ::= { saMtaStatSendLogEntry 6 }
  790. saMtaSendLogNcsTrace OBJECT-TYPE
  791. SYNTAX INTEGER {
  792. disable(0),
  793. enable(1)
  794. }
  795. MAX-ACCESS read-write
  796. STATUS current
  797. DESCRIPTION
  798. "Syslog/trap are sent on send/receive NCS messages."
  799. DEFVAL { 0 }
  800. ::= { saMtaStatSendLogEntry 7 }
  801. saMtaSendLogQuarantineState OBJECT-TYPE
  802. SYNTAX INTEGER {
  803. disable(0),
  804. enable(1)
  805. }
  806. MAX-ACCESS read-write
  807. STATUS current
  808. DESCRIPTION
  809. "Syslog/trap are sent when endpoint enters quarantine state."
  810. DEFVAL { 0 }
  811. ::= { saMtaStatSendLogEntry 8 }
  812. -- DEFINE TRAPS HERE
  813. saMtaStatsTrap OBJECT IDENTIFIER ::= { saMtaStatsBase 5 }
  814. saMtaStatsTrapTotalPackets NOTIFICATION-TYPE
  815. OBJECTS {
  816. saMtaTotalRtpSent,
  817. saMtaTotalRtpReceived
  818. }
  819. STATUS current
  820. DESCRIPTION
  821. "Reports the total packets send and received."
  822. ::= { saMtaStatsTrap 1 }
  823. saMtaStatsTrapProvStatePktcMirror OBJECT-TYPE
  824. SYNTAX INTEGER {
  825. pass (1),
  826. inProgress (2),
  827. failConfigFileError (3),
  828. passWithWarnings (4),
  829. passWithIncompleteParsing (5),
  830. failureInternalError (6),
  831. failureOtherReason (7)
  832. }
  833. MAX-ACCESS read-only
  834. STATUS current
  835. DESCRIPTION
  836. "This object mirrors pktcMtaDevProvisioningState
  837. either from tComLabs or CableLabs MIB."
  838. ::= { saMtaStatsTrap 2 }
  839. saMtaStatsTrapProvState NOTIFICATION-TYPE
  840. OBJECTS {
  841. saMtaStatsTrapProvStatePktcMirror
  842. }
  843. STATUS current
  844. DESCRIPTION
  845. "Reports MTA provisioning state change."
  846. ::= { saMtaStatsTrap 3 }
  847. saMtaStatsTrapCallParams NOTIFICATION-TYPE
  848. OBJECTS {
  849. ifIndex,
  850. saMtaCallStatJitter,
  851. saMtaCallStatLatency,
  852. saMtaCallStatRemoteJitter
  853. }
  854. STATUS current
  855. DESCRIPTION
  856. "Reports jitter, latency and delay from RTCP, measured latency and delay."
  857. ::= { saMtaStatsTrap 4 }
  858. saMtaStatsTrapDisconnect NOTIFICATION-TYPE
  859. OBJECTS {
  860. ifIndex,
  861. saMtaEndPntStateLogical
  862. }
  863. STATUS current
  864. DESCRIPTION
  865. "Reports state change of connect/disconnect to CMS."
  866. ::= { saMtaStatsTrap 5 }
  867. saMtaStatsTrapNcsTrace NOTIFICATION-TYPE
  868. OBJECTS {
  869. ifIndex,
  870. saMtaCallStatLastMessageReceived,
  871. saMtaCallStatLastMessageSent
  872. }
  873. STATUS current
  874. DESCRIPTION
  875. "Reports the last sent/received NCS message."
  876. ::= { saMtaStatsTrap 6 }
  877. saMtaStatsTrapCliAccessLoginGood NOTIFICATION-TYPE
  878. OBJECTS {
  879. saCmMtaCliAccessSessionAddress,
  880. saCmMtaCliAccessSessionInProgress
  881. }
  882. STATUS current
  883. DESCRIPTION
  884. "Reports the last successful CLI login or logout IP address
  885. (depending on saCmMtaCliAccessSessionInProgress)."
  886. ::= { saMtaStatsTrap 7 }
  887. saMtaStatsTrapCliAccessLoginBad NOTIFICATION-TYPE
  888. OBJECTS {
  889. saCmMtaCliAccessBadAddress
  890. }
  891. STATUS current
  892. DESCRIPTION
  893. "Reports the last unsuccessful CLI login IP address."
  894. ::= { saMtaStatsTrap 8 }
  895. saMtaStatsTrapQuarantineState NOTIFICATION-TYPE
  896. OBJECTS {
  897. ifIndex,
  898. saMtaEndPntQuarantineState,
  899. sysUpTime
  900. }
  901. STATUS current
  902. DESCRIPTION
  903. "This notification is send out from EMTA when the state
  904. of saMtaStatsEndptQuarantineState enters extendedlockstep mode."
  905. ::= { saMtaStatsTrap 9 }
  906. saMtaStatDevLog OBJECT IDENTIFIER ::= { saMtaStatsBase 6 }
  907. saMtaStatDevLogMethod OBJECT-TYPE
  908. SYNTAX INTEGER {
  909. none(0),
  910. syslog(1),
  911. trap(2)
  912. }
  913. MAX-ACCESS read-write
  914. STATUS current
  915. DESCRIPTION
  916. ""
  917. DEFVAL { 1 }
  918. ::= { saMtaStatDevLog 1 }
  919. saMtaStatDevLogIpAddress OBJECT-TYPE
  920. SYNTAX IpAddress
  921. MAX-ACCESS read-write
  922. STATUS current
  923. DESCRIPTION
  924. "IP address of syslog/trap server. Default is 0.0.0.0."
  925. ::= { saMtaStatDevLog 2 }
  926. saMtaStatDevLogCliAccess OBJECT-TYPE
  927. SYNTAX BITS {
  928. loginGood(0),
  929. loginBad(1),
  930. logout(2)
  931. }
  932. MAX-ACCESS read-write
  933. STATUS current
  934. DESCRIPTION
  935. "Syslog/trap are sent on CLI login/logout events.
  936. loginBad(1) is sent when saCmMtaCliAccessTriesToLock
  937. is met."
  938. DEFVAL { '00'h }
  939. ::= { saMtaStatDevLog 3 }
  940. -- ===================
  941. -- LAST 24 HOURS TABLE
  942. -- ===================
  943. saMtaCallStatLast24HrsTable OBJECT-TYPE
  944. SYNTAX SEQUENCE OF SaMtaCallStatLast24HrsEntry
  945. MAX-ACCESS not-accessible
  946. STATUS current
  947. DESCRIPTION
  948. "This table contains last 24 hrs calls statistics."
  949. ::= { saMtaStatsBase 7 }
  950. saMtaCallStatLast24HrsEntry OBJECT-TYPE
  951. SYNTAX SaMtaCallStatLast24HrsEntry
  952. MAX-ACCESS not-accessible
  953. STATUS current
  954. DESCRIPTION
  955. "List of individual parameters for a single call"
  956. INDEX { saMtaCallStatLast24HrsIndex }
  957. ::= { saMtaCallStatLast24HrsTable 1 }
  958. SaMtaCallStatLast24HrsEntry ::= SEQUENCE {
  959. saMtaCallStatLast24HrsAvgJitterMeasurement INTEGER,
  960. saMtaCallStatLast24HrsMaxJitterMeasurement INTEGER,
  961. saMtaCallStatLast24HrsRTPAvgLatency INTEGER,
  962. saMtaCallStatLast24HrsMGCPResponseAvgLatency INTEGER,
  963. saMtaCallStatLast24HrsSuccessfulMsgCount INTEGER,
  964. saMtaCallStatLast24HrsNegAckCount INTEGER,
  965. saMtaCallStatLast24HrsNoNTFYAckCount INTEGER
  966. }
  967. saMtaCallStatLast24HrsAvgJitterMeasurement OBJECT-TYPE
  968. SYNTAX INTEGER
  969. MAX-ACCESS read-only
  970. STATUS current
  971. DESCRIPTION
  972. "This objects contains the average jitter measurements for the last 24 hours."
  973. ::= { saMtaCallStatLast24HrsEntry 1 }
  974. saMtaCallStatLast24HrsMaxJitterMeasurement OBJECT-TYPE
  975. SYNTAX INTEGER
  976. MAX-ACCESS read-only
  977. STATUS current
  978. DESCRIPTION
  979. "This objects contains the maximum jitter measurements for the last 24 hours."
  980. ::= { saMtaCallStatLast24HrsEntry 2 }
  981. saMtaCallStatLast24HrsRTPAvgLatency OBJECT-TYPE
  982. SYNTAX INTEGER
  983. UNITS "milliseconds"
  984. MAX-ACCESS read-only
  985. STATUS current
  986. DESCRIPTION
  987. "This objects contains the average latency/delay for RTP Packets for the last
  988. 24 hours."
  989. ::= { saMtaCallStatLast24HrsEntry 3 }
  990. saMtaCallStatLast24HrsMGCPResponseAvgLatency OBJECT-TYPE
  991. SYNTAX INTEGER
  992. UNITS "milliseconds"
  993. MAX-ACCESS read-only
  994. STATUS current
  995. DESCRIPTION
  996. "This objects contains the average latency/delay for MGCP Response messages
  997. for the last 24 hours."
  998. ::= { saMtaCallStatLast24HrsEntry 4 }
  999. saMtaCallStatLast24HrsSuccessfulMsgCount OBJECT-TYPE
  1000. SYNTAX INTEGER
  1001. MAX-ACCESS read-only
  1002. STATUS current
  1003. DESCRIPTION
  1004. "This object contains the count of successful MGCP messages transmitted to and
  1005. received from Call Agent for the last 24 hours."
  1006. ::= { saMtaCallStatLast24HrsEntry 5 }
  1007. saMtaCallStatLast24HrsNegAckCount OBJECT-TYPE
  1008. SYNTAX INTEGER
  1009. MAX-ACCESS read-only
  1010. STATUS current
  1011. DESCRIPTION
  1012. "This object contains the number of MGCP error responses sent to and
  1013. received from Call Agent for the last 24 hours."
  1014. ::= { saMtaCallStatLast24HrsEntry 6 }
  1015. saMtaCallStatLast24HrsNoNTFYAckCount OBJECT-TYPE
  1016. SYNTAX INTEGER
  1017. MAX-ACCESS read-only
  1018. STATUS current
  1019. DESCRIPTION
  1020. "This object contains the number of times no MGCP response was received for a sent NTFY
  1021. in the last 24 hours."
  1022. ::= { saMtaCallStatLast24HrsEntry 7 }
  1023. END