Advertisement
taking-care-of-busin

Untitled

Jun 16th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.41 KB | None | 0 0
  1. -bash-4.2$ ./discovery.php -h 10.171.3.21 -d -m cisco-sla
  2. LibreNMS Discovery
  3. ===================================
  4. Version info:
  5. Commit SHA: f5931535b4bda751fbd0cfd584b2e98e14d4bc32
  6. Commit Date: 1497510670
  7. DB Schema: 195
  8. PHP: 7.0.16
  9. MySQL: 5.5.52-MariaDB
  10. RRDTool: 1.4.8
  11. SNMP: NET-SNMP 5.7.2
  12. ==================================DEBUG!
  13. DB Schema update started....
  14. SQL[SELECT version FROM `dbSchema` ORDER BY version DESC LIMIT 1]
  15. DB Schema already up to date.
  16. SQL[SELECT * FROM `devices` WHERE status = 1 AND disabled = 0 AND `hostname` LIKE '10.171.3.21' ORDER BY device_id DESC]
  17. SQL[SELECT * FROM devices_attribs WHERE `device_id` = '314']
  18. 10.171.3.21 314 iosxe SQL[INSERT INTO `device_perf` (`xmt`,`rcv`,`loss`,`min`,`max`,`avg`,`device_id`,`timestamp`) VALUES ('3','3','0','1.66','4.72','2.73','314',NOW())]
  19. SNMP Check response code: 0
  20. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = '314' AND `attrib_type` = 'poll_mib' ]
  21. MIB: registering
  22. SNMP[snmptranslate -M /opt/librenms/mibs:/opt/librenms/mibs/cisco -IR -m CISCO-AAA-SESSION-MIB CISCO-AAA-SESSION-MIB::ciscoAAASessionMIB 2>/dev/null]
  23. CISCO-AAA-SESSION-MIB::ciscoAAASessionMIB
  24.  
  25. SNMP translated: CISCO-AAA-SESSION-MIB::CISCO-AAA-SESSION-MIB::ciscoAAASessionMIB -> CISCO-AAA-SESSION-MIB::ciscoAAASessionMIB
  26. CISCO-AAA-SESSION-MIB::ciscoAAASessionMIB
  27. Array
  28. (
  29. [casnActiveTableEntries] => Array
  30. (
  31. [oid] => .1.3.6.1.4.1.9.9.150.1.1.1
  32. [object_type] => casnActiveTableEntries
  33. [module] => CISCO-AAA-SESSION-MIB
  34. [syntax] => Gauge32
  35. [max_access] => read-only
  36. [status] => current
  37. [description] => Number of entries currently in casnActiveTable
  38. [mib] => ciscoAAASessionMIB
  39. [included_by] => includes/discovery/os/iosxe.inc.php
  40. )
  41.  
  42. [casnActiveTableHighWaterMark] => Array
  43. (
  44. [oid] => .1.3.6.1.4.1.9.9.150.1.1.2
  45. [object_type] => casnActiveTableHighWaterMark
  46. [module] => CISCO-AAA-SESSION-MIB
  47. [syntax] => Gauge32
  48. [max_access] => read-only
  49. [status] => current
  50. [description] => Maximum number of entries present in casnActiveTable
  51. [mib] => ciscoAAASessionMIB
  52. [included_by] => includes/discovery/os/iosxe.inc.php
  53. )
  54.  
  55. [casnSessionId] => Array
  56. (
  57. [oid] => .1.3.6.1.4.1.9.9.150.1.1.3.1.1
  58. [object_type] => casnSessionId
  59. [module] => CISCO-AAA-SESSION-MIB
  60. [syntax] => Unsigned32
  61. [max_access] => not-accessible
  62. [status] => current
  63. [description] => This is the session identification used by the
  64. [mib] => ciscoAAASessionMIB
  65. [included_by] => includes/discovery/os/iosxe.inc.php
  66. )
  67.  
  68. [casnUserId] => Array
  69. (
  70. [oid] => .1.3.6.1.4.1.9.9.150.1.1.3.1.2
  71. [object_type] => casnUserId
  72. [module] => CISCO-AAA-SESSION-MIB
  73. [syntax] => OCTET
  74. [max_access] => read-only
  75. [status] => current
  76. [description] => The User login ID or zero length string if unavailable
  77. [mib] => ciscoAAASessionMIB
  78. [included_by] => includes/discovery/os/iosxe.inc.php
  79. )
  80.  
  81. [casnIpAddr] => Array
  82. (
  83. [oid] => .1.3.6.1.4.1.9.9.150.1.1.3.1.3
  84. [object_type] => casnIpAddr
  85. [module] => CISCO-AAA-SESSION-MIB
  86. [syntax] => IpAddress
  87. [max_access] => read-only
  88. [status] => current
  89. [description] => The IP address of the session or 0.0.0.0 if not
  90. [mib] => ciscoAAASessionMIB
  91. [included_by] => includes/discovery/os/iosxe.inc.php
  92. )
  93.  
  94. [casnIdleTime] => Array
  95. (
  96. [oid] => .1.3.6.1.4.1.9.9.150.1.1.3.1.4
  97. [object_type] => casnIdleTime
  98. [module] => CISCO-AAA-SESSION-MIB
  99. [syntax] => Gauge32
  100. [max_access] => read-only
  101. [status] => current
  102. [description] => The elapsed time that this session has been idle
  103. [mib] => ciscoAAASessionMIB
  104. [included_by] => includes/discovery/os/iosxe.inc.php
  105. )
  106.  
  107. [casnDisconnect] => Array
  108. (
  109. [oid] => .1.3.6.1.4.1.9.9.150.1.1.3.1.5
  110. [object_type] => casnDisconnect
  111. [module] => CISCO-AAA-SESSION-MIB
  112. [syntax] => INTEGER
  113. [max_access] => read-write
  114. [status] => current
  115. [description] => This object is used to terminate this session
  116. [mib] => ciscoAAASessionMIB
  117. [included_by] => includes/discovery/os/iosxe.inc.php
  118. )
  119.  
  120. [casnCallTrackerId] => Array
  121. (
  122. [oid] => .1.3.6.1.4.1.9.9.150.1.1.3.1.6
  123. [object_type] => casnCallTrackerId
  124. [module] => CISCO-AAA-SESSION-MIB
  125. [syntax] => Unsigned32
  126. [max_access] => read-only
  127. [status] => current
  128. [description] => The value of this object is the entry index in the
  129. [mib] => ciscoAAASessionMIB
  130. [included_by] => includes/discovery/os/iosxe.inc.php
  131. )
  132.  
  133. [casnNasPort] => Array
  134. (
  135. [oid] => .1.3.6.1.4.1.9.9.150.1.1.3.1.7
  136. [object_type] => casnNasPort
  137. [module] => CISCO-AAA-SESSION-MIB
  138. [syntax] => OBJECT
  139. [max_access] => read-only
  140. [status] => current
  141. [description] => The value of this object identifies a particular
  142. [mib] => ciscoAAASessionMIB
  143. [included_by] => includes/discovery/os/iosxe.inc.php
  144. )
  145.  
  146. [casnVaiIfIndex] => Array
  147. (
  148. [oid] => .1.3.6.1.4.1.9.9.150.1.1.3.1.8
  149. [object_type] => casnVaiIfIndex
  150. [module] => CISCO-AAA-SESSION-MIB
  151. [syntax] => Integer32
  152. [max_access] => read-only
  153. [status] => current
  154. [description] => The ifIndex of the Virtual Access Interface (VAI)
  155. [mib] => ciscoAAASessionMIB
  156. [included_by] => includes/discovery/os/iosxe.inc.php
  157. )
  158.  
  159. [casnTotalSessions] => Array
  160. (
  161. [oid] => .1.3.6.1.4.1.9.9.150.1.2.1
  162. [object_type] => casnTotalSessions
  163. [module] => CISCO-AAA-SESSION-MIB
  164. [syntax] => Counter32
  165. [max_access] => read-only
  166. [status] => current
  167. [description] => Total number of sessions since last system
  168. [mib] => ciscoAAASessionMIB
  169. [included_by] => includes/discovery/os/iosxe.inc.php
  170. )
  171.  
  172. [casnDisconnectedSessions] => Array
  173. (
  174. [oid] => .1.3.6.1.4.1.9.9.150.1.2.2
  175. [object_type] => casnDisconnectedSessions
  176. [module] => CISCO-AAA-SESSION-MIB
  177. [syntax] => Counter32
  178. [max_access] => read-only
  179. [status] => current
  180. [description] => Total number of sessions which have been disconnected using
  181. [mib] => ciscoAAASessionMIB
  182. [included_by] => includes/discovery/os/iosxe.inc.php
  183. )
  184.  
  185. )
  186. SQL[INSERT INTO `mibdefs` (`module`,`mib`,`object_type`,`oid`,`syntax`,`description`,`max_access`,`status`,`included_by`) VALUES ('CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','casnActiveTableEntries','.1.3.6.1.4.1.9.9.150.1.1.1','Gauge32','Number of entries currently in casnActiveTable','read-only','current','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `oid`='.1.3.6.1.4.1.9.9.150.1.1.1',`syntax`='Gauge32',`description`='Number of entries currently in casnActiveTable',`max_access`='read-only',`status`='current',`included_by`='includes/discovery/os/iosxe.inc.php']
  187. Result: 1
  188. SQL[INSERT INTO `mibdefs` (`module`,`mib`,`object_type`,`oid`,`syntax`,`description`,`max_access`,`status`,`included_by`) VALUES ('CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','casnActiveTableHighWaterMark','.1.3.6.1.4.1.9.9.150.1.1.2','Gauge32','Maximum number of entries present in casnActiveTable','read-only','current','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `oid`='.1.3.6.1.4.1.9.9.150.1.1.2',`syntax`='Gauge32',`description`='Maximum number of entries present in casnActiveTable',`max_access`='read-only',`status`='current',`included_by`='includes/discovery/os/iosxe.inc.php']
  189. Result: 1
  190. SQL[INSERT INTO `mibdefs` (`module`,`mib`,`object_type`,`oid`,`syntax`,`description`,`max_access`,`status`,`included_by`) VALUES ('CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','casnSessionId','.1.3.6.1.4.1.9.9.150.1.1.3.1.1','Unsigned32','This is the session identification used by the','not-accessible','current','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `oid`='.1.3.6.1.4.1.9.9.150.1.1.3.1.1',`syntax`='Unsigned32',`description`='This is the session identification used by the',`max_access`='not-accessible',`status`='current',`included_by`='includes/discovery/os/iosxe.inc.php']
  191. Result: 1
  192. SQL[INSERT INTO `mibdefs` (`module`,`mib`,`object_type`,`oid`,`syntax`,`description`,`max_access`,`status`,`included_by`) VALUES ('CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','casnUserId','.1.3.6.1.4.1.9.9.150.1.1.3.1.2','OCTET','The User login ID or zero length string if unavailable','read-only','current','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `oid`='.1.3.6.1.4.1.9.9.150.1.1.3.1.2',`syntax`='OCTET',`description`='The User login ID or zero length string if unavailable',`max_access`='read-only',`status`='current',`included_by`='includes/discovery/os/iosxe.inc.php']
  193. Result: 1
  194. SQL[INSERT INTO `mibdefs` (`module`,`mib`,`object_type`,`oid`,`syntax`,`description`,`max_access`,`status`,`included_by`) VALUES ('CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','casnIpAddr','.1.3.6.1.4.1.9.9.150.1.1.3.1.3','IpAddress','The IP address of the session or 0.0.0.0 if not','read-only','current','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `oid`='.1.3.6.1.4.1.9.9.150.1.1.3.1.3',`syntax`='IpAddress',`description`='The IP address of the session or 0.0.0.0 if not',`max_access`='read-only',`status`='current',`included_by`='includes/discovery/os/iosxe.inc.php']
  195. Result: 1
  196. SQL[INSERT INTO `mibdefs` (`module`,`mib`,`object_type`,`oid`,`syntax`,`description`,`max_access`,`status`,`included_by`) VALUES ('CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','casnIdleTime','.1.3.6.1.4.1.9.9.150.1.1.3.1.4','Gauge32','The elapsed time that this session has been idle','read-only','current','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `oid`='.1.3.6.1.4.1.9.9.150.1.1.3.1.4',`syntax`='Gauge32',`description`='The elapsed time that this session has been idle',`max_access`='read-only',`status`='current',`included_by`='includes/discovery/os/iosxe.inc.php']
  197. Result: 1
  198. SQL[INSERT INTO `mibdefs` (`module`,`mib`,`object_type`,`oid`,`syntax`,`description`,`max_access`,`status`,`included_by`) VALUES ('CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','casnDisconnect','.1.3.6.1.4.1.9.9.150.1.1.3.1.5','INTEGER','This object is used to terminate this session','read-write','current','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `oid`='.1.3.6.1.4.1.9.9.150.1.1.3.1.5',`syntax`='INTEGER',`description`='This object is used to terminate this session',`max_access`='read-write',`status`='current',`included_by`='includes/discovery/os/iosxe.inc.php']
  199. Result: 1
  200. SQL[INSERT INTO `mibdefs` (`module`,`mib`,`object_type`,`oid`,`syntax`,`description`,`max_access`,`status`,`included_by`) VALUES ('CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','casnCallTrackerId','.1.3.6.1.4.1.9.9.150.1.1.3.1.6','Unsigned32','The value of this object is the entry index in the','read-only','current','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `oid`='.1.3.6.1.4.1.9.9.150.1.1.3.1.6',`syntax`='Unsigned32',`description`='The value of this object is the entry index in the',`max_access`='read-only',`status`='current',`included_by`='includes/discovery/os/iosxe.inc.php']
  201. Result: 1
  202. SQL[INSERT INTO `mibdefs` (`module`,`mib`,`object_type`,`oid`,`syntax`,`description`,`max_access`,`status`,`included_by`) VALUES ('CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','casnNasPort','.1.3.6.1.4.1.9.9.150.1.1.3.1.7','OBJECT','The value of this object identifies a particular','read-only','current','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `oid`='.1.3.6.1.4.1.9.9.150.1.1.3.1.7',`syntax`='OBJECT',`description`='The value of this object identifies a particular',`max_access`='read-only',`status`='current',`included_by`='includes/discovery/os/iosxe.inc.php']
  203. Result: 1
  204. SQL[INSERT INTO `mibdefs` (`module`,`mib`,`object_type`,`oid`,`syntax`,`description`,`max_access`,`status`,`included_by`) VALUES ('CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','casnVaiIfIndex','.1.3.6.1.4.1.9.9.150.1.1.3.1.8','Integer32','The ifIndex of the Virtual Access Interface (VAI)','read-only','current','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `oid`='.1.3.6.1.4.1.9.9.150.1.1.3.1.8',`syntax`='Integer32',`description`='The ifIndex of the Virtual Access Interface (VAI)',`max_access`='read-only',`status`='current',`included_by`='includes/discovery/os/iosxe.inc.php']
  205. Result: 1
  206. SQL[INSERT INTO `mibdefs` (`module`,`mib`,`object_type`,`oid`,`syntax`,`description`,`max_access`,`status`,`included_by`) VALUES ('CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','casnTotalSessions','.1.3.6.1.4.1.9.9.150.1.2.1','Counter32','Total number of sessions since last system','read-only','current','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `oid`='.1.3.6.1.4.1.9.9.150.1.2.1',`syntax`='Counter32',`description`='Total number of sessions since last system',`max_access`='read-only',`status`='current',`included_by`='includes/discovery/os/iosxe.inc.php']
  207. Result: 1
  208. SQL[INSERT INTO `mibdefs` (`module`,`mib`,`object_type`,`oid`,`syntax`,`description`,`max_access`,`status`,`included_by`) VALUES ('CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','casnDisconnectedSessions','.1.3.6.1.4.1.9.9.150.1.2.2','Counter32','Total number of sessions which have been disconnected using','read-only','current','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `oid`='.1.3.6.1.4.1.9.9.150.1.2.2',`syntax`='Counter32',`description`='Total number of sessions which have been disconnected using',`max_access`='read-only',`status`='current',`included_by`='includes/discovery/os/iosxe.inc.php']
  209. Result: 1
  210. SQL[INSERT INTO `device_mibs` (`device_id`,`module`,`mib`,`included_by`) VALUES ('314','CISCO-AAA-SESSION-MIB','ciscoAAASessionMIB','includes/discovery/os/iosxe.inc.php') ON DUPLICATE KEY UPDATE `included_by`='includes/discovery/os/iosxe.inc.php']
  211. Result: 1
  212.  
  213.  
  214. Modules status: Global+ OS+ Device
  215. #### Load disco module cisco-sla ####
  216. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osq -m +CISCO-RTTMON-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 ciscoRttMonMIB.ciscoRttMonObjects.rttMonCtrl]
  217. rttMonCtrlAdminOwner.12 ""
  218. rttMonCtrlAdminOwner.505 ""
  219. rttMonCtrlAdminOwner.7070 ""
  220. rttMonCtrlAdminOwner.7082 ""
  221. rttMonCtrlAdminOwner.7200 ""
  222. rttMonCtrlAdminOwner.8000 ""
  223. rttMonCtrlAdminOwner.8001 ""
  224. rttMonCtrlAdminOwner.100001 ""
  225. rttMonCtrlAdminOwner.100002 ""
  226. rttMonCtrlAdminTag.12
  227. rttMonCtrlAdminTag.505
  228. rttMonCtrlAdminTag.7070
  229. rttMonCtrlAdminTag.7082
  230. rttMonCtrlAdminTag.7200
  231. rttMonCtrlAdminTag.8000
  232. rttMonCtrlAdminTag.8001
  233. rttMonCtrlAdminTag.100001
  234. rttMonCtrlAdminTag.100002
  235. rttMonCtrlAdminRttType.12 23
  236. rttMonCtrlAdminRttType.505 ethernetPing
  237. rttMonCtrlAdminRttType.7070 23
  238. rttMonCtrlAdminRttType.7082 23
  239. rttMonCtrlAdminRttType.7200 23
  240. rttMonCtrlAdminRttType.8000 24
  241. rttMonCtrlAdminRttType.8001 24
  242. rttMonCtrlAdminRttType.100001 ethernetPing
  243. rttMonCtrlAdminRttType.100002 ethernetJitter
  244. rttMonCtrlAdminThreshold.12 5000 milliseconds
  245. rttMonCtrlAdminThreshold.505 5000 milliseconds
  246. rttMonCtrlAdminThreshold.7070 5000 milliseconds
  247. rttMonCtrlAdminThreshold.7082 5000 milliseconds
  248. rttMonCtrlAdminThreshold.7200 5000 milliseconds
  249. rttMonCtrlAdminThreshold.8000 0 milliseconds
  250. rttMonCtrlAdminThreshold.8001 0 milliseconds
  251. rttMonCtrlAdminThreshold.100001 5000 milliseconds
  252. rttMonCtrlAdminThreshold.100002 5000 milliseconds
  253. rttMonCtrlAdminFrequency.12 30 seconds
  254. rttMonCtrlAdminFrequency.505 60 seconds
  255. rttMonCtrlAdminFrequency.7070 60 seconds
  256. rttMonCtrlAdminFrequency.7082 60 seconds
  257. rttMonCtrlAdminFrequency.7200 60 seconds
  258. rttMonCtrlAdminFrequency.8000 60 seconds
  259. rttMonCtrlAdminFrequency.8001 60 seconds
  260. rttMonCtrlAdminFrequency.100001 60 seconds
  261. rttMonCtrlAdminFrequency.100002 60 seconds
  262. rttMonCtrlAdminTimeout.12 5000 milliseconds
  263. rttMonCtrlAdminTimeout.505 5000 milliseconds
  264. rttMonCtrlAdminTimeout.7070 5000 milliseconds
  265. rttMonCtrlAdminTimeout.7082 5000 milliseconds
  266. rttMonCtrlAdminTimeout.7200 5000 milliseconds
  267. rttMonCtrlAdminTimeout.8000 0 milliseconds
  268. rttMonCtrlAdminTimeout.8001 0 milliseconds
  269. rttMonCtrlAdminTimeout.100001 5000 milliseconds
  270. rttMonCtrlAdminTimeout.100002 5000 milliseconds
  271. rttMonCtrlAdminVerifyData.12 false
  272. rttMonCtrlAdminVerifyData.505 false
  273. rttMonCtrlAdminVerifyData.7070 false
  274. rttMonCtrlAdminVerifyData.7082 false
  275. rttMonCtrlAdminVerifyData.7200 false
  276. rttMonCtrlAdminVerifyData.8000 false
  277. rttMonCtrlAdminVerifyData.8001 false
  278. rttMonCtrlAdminVerifyData.100001 false
  279. rttMonCtrlAdminVerifyData.100002 false
  280. rttMonCtrlAdminStatus.12 active
  281. rttMonCtrlAdminStatus.505 active
  282. rttMonCtrlAdminStatus.7070 active
  283. rttMonCtrlAdminStatus.7082 active
  284. rttMonCtrlAdminStatus.7200 active
  285. rttMonCtrlAdminStatus.8000 active
  286. rttMonCtrlAdminStatus.8001 active
  287. rttMonCtrlAdminStatus.100001 active
  288. rttMonCtrlAdminStatus.100002 active
  289. rttMonCtrlAdminNvgen.12 true
  290. rttMonCtrlAdminNvgen.505 true
  291. rttMonCtrlAdminNvgen.7070 true
  292. rttMonCtrlAdminNvgen.7082 true
  293. rttMonCtrlAdminNvgen.7200 true
  294. rttMonCtrlAdminNvgen.8000 true
  295. rttMonCtrlAdminNvgen.8001 true
  296. rttMonCtrlAdminNvgen.100001 false
  297. rttMonCtrlAdminNvgen.100002 false
  298. rttMonCtrlAdminGroupName.12
  299. rttMonCtrlAdminGroupName.505
  300. rttMonCtrlAdminGroupName.7070
  301. rttMonCtrlAdminGroupName.7082
  302. rttMonCtrlAdminGroupName.7200
  303. rttMonCtrlAdminGroupName.8000
  304. rttMonCtrlAdminGroupName.8001
  305. rttMonCtrlAdminGroupName.100001
  306. rttMonCtrlAdminGroupName.100002
  307. rttMonCtrlAdminEntry.12.12 ""
  308. rttMonCtrlAdminEntry.12.505 ""
  309. rttMonCtrlAdminEntry.12.7070 ""
  310. rttMonCtrlAdminEntry.12.7082 ""
  311. rttMonCtrlAdminEntry.12.7200 ""
  312. rttMonCtrlAdminEntry.12.8000 ""
  313. rttMonCtrlAdminEntry.12.8001 ""
  314. rttMonCtrlAdminEntry.12.100001 ""
  315. rttMonCtrlAdminEntry.12.100002 ""
  316. rttMonEchoAdminProtocol.12 39
  317. rttMonEchoAdminProtocol.505 ethernetPingAppl
  318. rttMonEchoAdminProtocol.7070 39
  319. rttMonEchoAdminProtocol.7082 39
  320. rttMonEchoAdminProtocol.7200 38
  321. rttMonEchoAdminProtocol.8000 40
  322. rttMonEchoAdminProtocol.8001 42
  323. rttMonEchoAdminProtocol.100001 ethernetPingAppl
  324. rttMonEchoAdminProtocol.100002 ethernetJitterAppl
  325. rttMonEchoAdminTargetAddress.12 ""
  326. rttMonEchoAdminTargetAddress.505 ""
  327. rttMonEchoAdminTargetAddress.7070 ""
  328. rttMonEchoAdminTargetAddress.7082 ""
  329. rttMonEchoAdminTargetAddress.7200 ""
  330. rttMonEchoAdminTargetAddress.8000 ""
  331. rttMonEchoAdminTargetAddress.8001 ""
  332. rttMonEchoAdminTargetAddress.100001 ""
  333. rttMonEchoAdminTargetAddress.100002 ""
  334. rttMonEchoAdminPktDataRequestSize.12 384 octets
  335. rttMonEchoAdminPktDataRequestSize.505 66 octets
  336. rttMonEchoAdminPktDataRequestSize.7070 64 octets
  337. rttMonEchoAdminPktDataRequestSize.7082 64 octets
  338. rttMonEchoAdminPktDataRequestSize.7200 64 octets
  339. rttMonEchoAdminPktDataRequestSize.8000 64 octets
  340. rttMonEchoAdminPktDataRequestSize.8001 64 octets
  341. rttMonEchoAdminPktDataRequestSize.100001 66 octets
  342. rttMonEchoAdminPktDataRequestSize.100002 51 octets
  343. rttMonEchoAdminPktDataResponseSize.12 0
  344. rttMonEchoAdminPktDataResponseSize.505 0
  345. rttMonEchoAdminPktDataResponseSize.7070 0
  346. rttMonEchoAdminPktDataResponseSize.7082 0
  347. rttMonEchoAdminPktDataResponseSize.7200 0
  348. rttMonEchoAdminPktDataResponseSize.8000 0
  349. rttMonEchoAdminPktDataResponseSize.8001 0
  350. rttMonEchoAdminPktDataResponseSize.100001 0
  351. rttMonEchoAdminPktDataResponseSize.100002 0
  352. rttMonEchoAdminTargetPort.12 0
  353. rttMonEchoAdminTargetPort.505 0
  354. rttMonEchoAdminTargetPort.7070 0
  355. rttMonEchoAdminTargetPort.7082 0
  356. rttMonEchoAdminTargetPort.7200 0
  357. rttMonEchoAdminTargetPort.8000 0
  358. rttMonEchoAdminTargetPort.8001 0
  359. rttMonEchoAdminTargetPort.100001 0
  360. rttMonEchoAdminTargetPort.100002 0
  361. rttMonEchoAdminSourceAddress.12 "00 00 00 00 "
  362. rttMonEchoAdminSourceAddress.505 "00 00 00 00 "
  363. rttMonEchoAdminSourceAddress.7070 "00 00 00 00 "
  364. rttMonEchoAdminSourceAddress.7082 "00 00 00 00 "
  365. rttMonEchoAdminSourceAddress.7200 "00 00 00 00 "
  366. rttMonEchoAdminSourceAddress.8000 "00 00 00 00 "
  367. rttMonEchoAdminSourceAddress.8001 "00 00 00 00 "
  368. rttMonEchoAdminSourceAddress.100001 "00 00 00 00 "
  369. rttMonEchoAdminSourceAddress.100002 "00 00 00 00 "
  370. rttMonEchoAdminSourcePort.12 0
  371. rttMonEchoAdminSourcePort.505 0
  372. rttMonEchoAdminSourcePort.7070 0
  373. rttMonEchoAdminSourcePort.7082 0
  374. rttMonEchoAdminSourcePort.7200 0
  375. rttMonEchoAdminSourcePort.8000 0
  376. rttMonEchoAdminSourcePort.8001 0
  377. rttMonEchoAdminSourcePort.100001 0
  378. rttMonEchoAdminSourcePort.100002 0
  379. rttMonEchoAdminControlEnable.12 false
  380. rttMonEchoAdminControlEnable.505 false
  381. rttMonEchoAdminControlEnable.7070 false
  382. rttMonEchoAdminControlEnable.7082 false
  383. rttMonEchoAdminControlEnable.7200 false
  384. rttMonEchoAdminControlEnable.8000 false
  385. rttMonEchoAdminControlEnable.8001 false
  386. rttMonEchoAdminControlEnable.100001 false
  387. rttMonEchoAdminControlEnable.100002 false
  388. rttMonEchoAdminTOS.12 0
  389. rttMonEchoAdminTOS.505 0
  390. rttMonEchoAdminTOS.7070 0
  391. rttMonEchoAdminTOS.7082 0
  392. rttMonEchoAdminTOS.7200 0
  393. rttMonEchoAdminTOS.8000 0
  394. rttMonEchoAdminTOS.8001 0
  395. rttMonEchoAdminTOS.100001 0
  396. rttMonEchoAdminTOS.100002 0
  397. rttMonEchoAdminLSREnable.12 0
  398. rttMonEchoAdminLSREnable.505 0
  399. rttMonEchoAdminLSREnable.7070 0
  400. rttMonEchoAdminLSREnable.7082 0
  401. rttMonEchoAdminLSREnable.7200 0
  402. rttMonEchoAdminLSREnable.8000 0
  403. rttMonEchoAdminLSREnable.8001 0
  404. rttMonEchoAdminLSREnable.100001 0
  405. rttMonEchoAdminLSREnable.100002 0
  406. rttMonEchoAdminTargetAddressString.12
  407. rttMonEchoAdminTargetAddressString.505
  408. rttMonEchoAdminTargetAddressString.7070
  409. rttMonEchoAdminTargetAddressString.7082
  410. rttMonEchoAdminTargetAddressString.7200
  411. rttMonEchoAdminTargetAddressString.8000
  412. rttMonEchoAdminTargetAddressString.8001
  413. rttMonEchoAdminTargetAddressString.100001
  414. rttMonEchoAdminTargetAddressString.100002
  415. rttMonEchoAdminNameServer.12 ""
  416. rttMonEchoAdminNameServer.505 ""
  417. rttMonEchoAdminNameServer.7070 ""
  418. rttMonEchoAdminNameServer.7082 ""
  419. rttMonEchoAdminNameServer.7200 ""
  420. rttMonEchoAdminNameServer.8000 ""
  421. rttMonEchoAdminNameServer.8001 ""
  422. rttMonEchoAdminNameServer.100001 ""
  423. rttMonEchoAdminNameServer.100002 ""
  424. rttMonEchoAdminOperation.12 notApplicable
  425. rttMonEchoAdminOperation.505 notApplicable
  426. rttMonEchoAdminOperation.7070 notApplicable
  427. rttMonEchoAdminOperation.7082 notApplicable
  428. rttMonEchoAdminOperation.7200 notApplicable
  429. rttMonEchoAdminOperation.8000 notApplicable
  430. rttMonEchoAdminOperation.8001 notApplicable
  431. rttMonEchoAdminOperation.100001 notApplicable
  432. rttMonEchoAdminOperation.100002 notApplicable
  433. rttMonEchoAdminHTTPVersion.12
  434. rttMonEchoAdminHTTPVersion.505
  435. rttMonEchoAdminHTTPVersion.7070
  436. rttMonEchoAdminHTTPVersion.7082
  437. rttMonEchoAdminHTTPVersion.7200
  438. rttMonEchoAdminHTTPVersion.8000
  439. rttMonEchoAdminHTTPVersion.8001
  440. rttMonEchoAdminHTTPVersion.100001
  441. rttMonEchoAdminHTTPVersion.100002
  442. rttMonEchoAdminURL.12
  443. rttMonEchoAdminURL.505
  444. rttMonEchoAdminURL.7070
  445. rttMonEchoAdminURL.7082
  446. rttMonEchoAdminURL.7200
  447. rttMonEchoAdminURL.8000
  448. rttMonEchoAdminURL.8001
  449. rttMonEchoAdminURL.100001
  450. rttMonEchoAdminURL.100002
  451. rttMonEchoAdminCache.12 false
  452. rttMonEchoAdminCache.505 false
  453. rttMonEchoAdminCache.7070 false
  454. rttMonEchoAdminCache.7082 false
  455. rttMonEchoAdminCache.7200 false
  456. rttMonEchoAdminCache.8000 false
  457. rttMonEchoAdminCache.8001 false
  458. rttMonEchoAdminCache.100001 false
  459. rttMonEchoAdminCache.100002 false
  460. rttMonEchoAdminInterval.12 1000 milliseconds
  461. rttMonEchoAdminInterval.505 0 milliseconds
  462. rttMonEchoAdminInterval.7070 1000 milliseconds
  463. rttMonEchoAdminInterval.7082 1000 milliseconds
  464. rttMonEchoAdminInterval.7200 1000 milliseconds
  465. rttMonEchoAdminInterval.8000 1000 milliseconds
  466. rttMonEchoAdminInterval.8001 1000 milliseconds
  467. rttMonEchoAdminInterval.100001 0 milliseconds
  468. rttMonEchoAdminInterval.100002 20 milliseconds
  469. rttMonEchoAdminNumPackets.12 10
  470. rttMonEchoAdminNumPackets.505 0
  471. rttMonEchoAdminNumPackets.7070 10
  472. rttMonEchoAdminNumPackets.7082 10
  473. rttMonEchoAdminNumPackets.7200 10
  474. rttMonEchoAdminNumPackets.8000 10
  475. rttMonEchoAdminNumPackets.8001 10
  476. rttMonEchoAdminNumPackets.100001 0
  477. rttMonEchoAdminNumPackets.100002 10
  478. rttMonEchoAdminProxy.12
  479. rttMonEchoAdminProxy.505
  480. rttMonEchoAdminProxy.7070
  481. rttMonEchoAdminProxy.7082
  482. rttMonEchoAdminProxy.7200
  483. rttMonEchoAdminProxy.8000
  484. rttMonEchoAdminProxy.8001
  485. rttMonEchoAdminProxy.100001
  486. rttMonEchoAdminProxy.100002
  487. rttMonEchoAdminString1.12
  488. rttMonEchoAdminString1.505
  489. rttMonEchoAdminString1.7070
  490. rttMonEchoAdminString1.7082
  491. rttMonEchoAdminString1.7200
  492. rttMonEchoAdminString1.8000
  493. rttMonEchoAdminString1.8001
  494. rttMonEchoAdminString1.100001
  495. rttMonEchoAdminString1.100002
  496. rttMonEchoAdminString2.12
  497. rttMonEchoAdminString2.505
  498. rttMonEchoAdminString2.7070
  499. rttMonEchoAdminString2.7082
  500. rttMonEchoAdminString2.7200
  501. rttMonEchoAdminString2.8000
  502. rttMonEchoAdminString2.8001
  503. rttMonEchoAdminString2.100001
  504. rttMonEchoAdminString2.100002
  505. rttMonEchoAdminString3.12
  506. rttMonEchoAdminString3.505
  507. rttMonEchoAdminString3.7070
  508. rttMonEchoAdminString3.7082
  509. rttMonEchoAdminString3.7200
  510. rttMonEchoAdminString3.8000
  511. rttMonEchoAdminString3.8001
  512. rttMonEchoAdminString3.100001
  513. rttMonEchoAdminString3.100002
  514. rttMonEchoAdminString4.12
  515. rttMonEchoAdminString4.505
  516. rttMonEchoAdminString4.7070
  517. rttMonEchoAdminString4.7082
  518. rttMonEchoAdminString4.7200
  519. rttMonEchoAdminString4.8000
  520. rttMonEchoAdminString4.8001
  521. rttMonEchoAdminString4.100001
  522. rttMonEchoAdminString4.100002
  523. rttMonEchoAdminString5.12
  524. rttMonEchoAdminString5.505
  525. rttMonEchoAdminString5.7070
  526. rttMonEchoAdminString5.7082
  527. rttMonEchoAdminString5.7200
  528. rttMonEchoAdminString5.8000
  529. rttMonEchoAdminString5.8001
  530. rttMonEchoAdminString5.100001
  531. rttMonEchoAdminString5.100002
  532. rttMonEchoAdminMode.12 notApplicable
  533. rttMonEchoAdminMode.505 notApplicable
  534. rttMonEchoAdminMode.7070 notApplicable
  535. rttMonEchoAdminMode.7082 notApplicable
  536. rttMonEchoAdminMode.7200 notApplicable
  537. rttMonEchoAdminMode.8000 notApplicable
  538. rttMonEchoAdminMode.8001 notApplicable
  539. rttMonEchoAdminMode.100001 notApplicable
  540. rttMonEchoAdminMode.100002 notApplicable
  541. rttMonEchoAdminVrfName.12 ""
  542. rttMonEchoAdminVrfName.505 ""
  543. rttMonEchoAdminVrfName.7070 ""
  544. rttMonEchoAdminVrfName.7082 ""
  545. rttMonEchoAdminVrfName.7200 ""
  546. rttMonEchoAdminVrfName.8000 ""
  547. rttMonEchoAdminVrfName.8001 ""
  548. rttMonEchoAdminVrfName.100001 ""
  549. rttMonEchoAdminVrfName.100002 ""
  550. rttMonEchoAdminCodecType.12 notApplicable
  551. rttMonEchoAdminCodecType.505 notApplicable
  552. rttMonEchoAdminCodecType.7070 notApplicable
  553. rttMonEchoAdminCodecType.7082 notApplicable
  554. rttMonEchoAdminCodecType.7200 notApplicable
  555. rttMonEchoAdminCodecType.8000 notApplicable
  556. rttMonEchoAdminCodecType.8001 notApplicable
  557. rttMonEchoAdminCodecType.100001 notApplicable
  558. rttMonEchoAdminCodecType.100002 notApplicable
  559. rttMonEchoAdminCodecInterval.12 0 milliseconds
  560. rttMonEchoAdminCodecInterval.505 0 milliseconds
  561. rttMonEchoAdminCodecInterval.7070 0 milliseconds
  562. rttMonEchoAdminCodecInterval.7082 0 milliseconds
  563. rttMonEchoAdminCodecInterval.7200 0 milliseconds
  564. rttMonEchoAdminCodecInterval.8000 0 milliseconds
  565. rttMonEchoAdminCodecInterval.8001 0 milliseconds
  566. rttMonEchoAdminCodecInterval.100001 0 milliseconds
  567. rttMonEchoAdminCodecInterval.100002 0 milliseconds
  568. rttMonEchoAdminCodecPayload.12 0 octets
  569. rttMonEchoAdminCodecPayload.505 0 octets
  570. rttMonEchoAdminCodecPayload.7070 0 octets
  571. rttMonEchoAdminCodecPayload.7082 0 octets
  572. rttMonEchoAdminCodecPayload.7200 0 octets
  573. rttMonEchoAdminCodecPayload.8000 0 octets
  574. rttMonEchoAdminCodecPayload.8001 0 octets
  575. rttMonEchoAdminCodecPayload.100001 0 octets
  576. rttMonEchoAdminCodecPayload.100002 0 octets
  577. rttMonEchoAdminCodecNumPackets.12 0
  578. rttMonEchoAdminCodecNumPackets.505 0
  579. rttMonEchoAdminCodecNumPackets.7070 0
  580. rttMonEchoAdminCodecNumPackets.7082 0
  581. rttMonEchoAdminCodecNumPackets.7200 0
  582. rttMonEchoAdminCodecNumPackets.8000 0
  583. rttMonEchoAdminCodecNumPackets.8001 0
  584. rttMonEchoAdminCodecNumPackets.100001 0
  585. rttMonEchoAdminCodecNumPackets.100002 0
  586. rttMonEchoAdminICPIFAdvFactor.12 0
  587. rttMonEchoAdminICPIFAdvFactor.505 0
  588. rttMonEchoAdminICPIFAdvFactor.7070 0
  589. rttMonEchoAdminICPIFAdvFactor.7082 0
  590. rttMonEchoAdminICPIFAdvFactor.7200 0
  591. rttMonEchoAdminICPIFAdvFactor.8000 0
  592. rttMonEchoAdminICPIFAdvFactor.8001 0
  593. rttMonEchoAdminICPIFAdvFactor.100001 0
  594. rttMonEchoAdminICPIFAdvFactor.100002 0
  595. rttMonEchoAdminLSPFECType.12 0
  596. rttMonEchoAdminLSPFECType.505 0
  597. rttMonEchoAdminLSPFECType.7070 0
  598. rttMonEchoAdminLSPFECType.7082 0
  599. rttMonEchoAdminLSPFECType.7200 0
  600. rttMonEchoAdminLSPFECType.8000 0
  601. rttMonEchoAdminLSPFECType.8001 0
  602. rttMonEchoAdminLSPFECType.100001 0
  603. rttMonEchoAdminLSPFECType.100002 0
  604. rttMonEchoAdminLSPSelector.12 ""
  605. rttMonEchoAdminLSPSelector.505 ""
  606. rttMonEchoAdminLSPSelector.7070 ""
  607. rttMonEchoAdminLSPSelector.7082 ""
  608. rttMonEchoAdminLSPSelector.7200 ""
  609. rttMonEchoAdminLSPSelector.8000 ""
  610. rttMonEchoAdminLSPSelector.8001 ""
  611. rttMonEchoAdminLSPSelector.100001 ""
  612. rttMonEchoAdminLSPSelector.100002 ""
  613. rttMonEchoAdminLSPReplyMode.12 0
  614. rttMonEchoAdminLSPReplyMode.505 0
  615. rttMonEchoAdminLSPReplyMode.7070 0
  616. rttMonEchoAdminLSPReplyMode.7082 0
  617. rttMonEchoAdminLSPReplyMode.7200 0
  618. rttMonEchoAdminLSPReplyMode.8000 0
  619. rttMonEchoAdminLSPReplyMode.8001 0
  620. rttMonEchoAdminLSPReplyMode.100001 0
  621. rttMonEchoAdminLSPReplyMode.100002 0
  622. rttMonEchoAdminLSPTTL.12 0
  623. rttMonEchoAdminLSPTTL.505 0
  624. rttMonEchoAdminLSPTTL.7070 0
  625. rttMonEchoAdminLSPTTL.7082 0
  626. rttMonEchoAdminLSPTTL.7200 0
  627. rttMonEchoAdminLSPTTL.8000 0
  628. rttMonEchoAdminLSPTTL.8001 0
  629. rttMonEchoAdminLSPTTL.100001 0
  630. rttMonEchoAdminLSPTTL.100002 0
  631. rttMonEchoAdminLSPExp.12 0
  632. rttMonEchoAdminLSPExp.505 0
  633. rttMonEchoAdminLSPExp.7070 0
  634. rttMonEchoAdminLSPExp.7082 0
  635. rttMonEchoAdminLSPExp.7200 0
  636. rttMonEchoAdminLSPExp.8000 0
  637. rttMonEchoAdminLSPExp.8001 0
  638. rttMonEchoAdminLSPExp.100001 0
  639. rttMonEchoAdminLSPExp.100002 0
  640. rttMonEchoAdminPrecision.12 milliseconds
  641. rttMonEchoAdminPrecision.505 milliseconds
  642. rttMonEchoAdminPrecision.7070 milliseconds
  643. rttMonEchoAdminPrecision.7082 milliseconds
  644. rttMonEchoAdminPrecision.7200 milliseconds
  645. rttMonEchoAdminPrecision.8000 milliseconds
  646. rttMonEchoAdminPrecision.8001 milliseconds
  647. rttMonEchoAdminPrecision.100001 milliseconds
  648. rttMonEchoAdminPrecision.100002 milliseconds
  649. rttMonEchoAdminProbePakPriority.12 0
  650. rttMonEchoAdminProbePakPriority.505 0
  651. rttMonEchoAdminProbePakPriority.7070 0
  652. rttMonEchoAdminProbePakPriority.7082 0
  653. rttMonEchoAdminProbePakPriority.7200 0
  654. rttMonEchoAdminProbePakPriority.8000 0
  655. rttMonEchoAdminProbePakPriority.8001 0
  656. rttMonEchoAdminProbePakPriority.100001 0
  657. rttMonEchoAdminProbePakPriority.100002 0
  658. rttMonEchoAdminOWNTPSyncTolAbs.12 0 microseconds
  659. rttMonEchoAdminOWNTPSyncTolAbs.505 0 microseconds
  660. rttMonEchoAdminOWNTPSyncTolAbs.7070 0 microseconds
  661. rttMonEchoAdminOWNTPSyncTolAbs.7082 0 microseconds
  662. rttMonEchoAdminOWNTPSyncTolAbs.7200 0 microseconds
  663. rttMonEchoAdminOWNTPSyncTolAbs.8000 0 microseconds
  664. rttMonEchoAdminOWNTPSyncTolAbs.8001 0 microseconds
  665. rttMonEchoAdminOWNTPSyncTolAbs.100001 0 microseconds
  666. rttMonEchoAdminOWNTPSyncTolAbs.100002 0 microseconds
  667. rttMonEchoAdminOWNTPSyncTolPct.12 0
  668. rttMonEchoAdminOWNTPSyncTolPct.505 0
  669. rttMonEchoAdminOWNTPSyncTolPct.7070 0
  670. rttMonEchoAdminOWNTPSyncTolPct.7082 0
  671. rttMonEchoAdminOWNTPSyncTolPct.7200 0
  672. rttMonEchoAdminOWNTPSyncTolPct.8000 0
  673. rttMonEchoAdminOWNTPSyncTolPct.8001 0
  674. rttMonEchoAdminOWNTPSyncTolPct.100001 0
  675. rttMonEchoAdminOWNTPSyncTolPct.100002 0
  676. rttMonEchoAdminOWNTPSyncTolType.12 0
  677. rttMonEchoAdminOWNTPSyncTolType.505 0
  678. rttMonEchoAdminOWNTPSyncTolType.7070 0
  679. rttMonEchoAdminOWNTPSyncTolType.7082 0
  680. rttMonEchoAdminOWNTPSyncTolType.7200 0
  681. rttMonEchoAdminOWNTPSyncTolType.8000 0
  682. rttMonEchoAdminOWNTPSyncTolType.8001 0
  683. rttMonEchoAdminOWNTPSyncTolType.100001 0
  684. rttMonEchoAdminOWNTPSyncTolType.100002 0
  685. rttMonEchoAdminCalledNumber.12
  686. rttMonEchoAdminCalledNumber.505
  687. rttMonEchoAdminCalledNumber.7070
  688. rttMonEchoAdminCalledNumber.7082
  689. rttMonEchoAdminCalledNumber.7200
  690. rttMonEchoAdminCalledNumber.8000
  691. rttMonEchoAdminCalledNumber.8001
  692. rttMonEchoAdminCalledNumber.100001
  693. rttMonEchoAdminCalledNumber.100002
  694. rttMonEchoAdminDetectPoint.12 notApplicable
  695. rttMonEchoAdminDetectPoint.505 notApplicable
  696. rttMonEchoAdminDetectPoint.7070 notApplicable
  697. rttMonEchoAdminDetectPoint.7082 notApplicable
  698. rttMonEchoAdminDetectPoint.7200 notApplicable
  699. rttMonEchoAdminDetectPoint.8000 notApplicable
  700. rttMonEchoAdminDetectPoint.8001 notApplicable
  701. rttMonEchoAdminDetectPoint.100001 notApplicable
  702. rttMonEchoAdminDetectPoint.100002 notApplicable
  703. rttMonEchoAdminGKRegistration.12 0
  704. rttMonEchoAdminGKRegistration.505 0
  705. rttMonEchoAdminGKRegistration.7070 0
  706. rttMonEchoAdminGKRegistration.7082 0
  707. rttMonEchoAdminGKRegistration.7200 0
  708. rttMonEchoAdminGKRegistration.8000 0
  709. rttMonEchoAdminGKRegistration.8001 0
  710. rttMonEchoAdminGKRegistration.100001 0
  711. rttMonEchoAdminGKRegistration.100002 0
  712. rttMonEchoAdminSourceVoicePort.12
  713. rttMonEchoAdminSourceVoicePort.505
  714. rttMonEchoAdminSourceVoicePort.7070
  715. rttMonEchoAdminSourceVoicePort.7082
  716. rttMonEchoAdminSourceVoicePort.7200
  717. rttMonEchoAdminSourceVoicePort.8000
  718. rttMonEchoAdminSourceVoicePort.8001
  719. rttMonEchoAdminSourceVoicePort.100001
  720. rttMonEchoAdminSourceVoicePort.100002
  721. rttMonEchoAdminCallDuration.12 0
  722. rttMonEchoAdminCallDuration.505 0
  723. rttMonEchoAdminCallDuration.7070 0
  724. rttMonEchoAdminCallDuration.7082 0
  725. rttMonEchoAdminCallDuration.7200 0
  726. rttMonEchoAdminCallDuration.8000 0
  727. rttMonEchoAdminCallDuration.8001 0
  728. rttMonEchoAdminCallDuration.100001 0
  729. rttMonEchoAdminCallDuration.100002 0
  730. rttMonEchoAdminLSPReplyDscp.12 0
  731. rttMonEchoAdminLSPReplyDscp.505 0
  732. rttMonEchoAdminLSPReplyDscp.7070 0
  733. rttMonEchoAdminLSPReplyDscp.7082 0
  734. rttMonEchoAdminLSPReplyDscp.7200 0
  735. rttMonEchoAdminLSPReplyDscp.8000 0
  736. rttMonEchoAdminLSPReplyDscp.8001 0
  737. rttMonEchoAdminLSPReplyDscp.100001 0
  738. rttMonEchoAdminLSPReplyDscp.100002 0
  739. rttMonEchoAdminLSPNullShim.12 false
  740. rttMonEchoAdminLSPNullShim.505 false
  741. rttMonEchoAdminLSPNullShim.7070 false
  742. rttMonEchoAdminLSPNullShim.7082 false
  743. rttMonEchoAdminLSPNullShim.7200 false
  744. rttMonEchoAdminLSPNullShim.8000 false
  745. rttMonEchoAdminLSPNullShim.8001 false
  746. rttMonEchoAdminLSPNullShim.100001 false
  747. rttMonEchoAdminLSPNullShim.100002 false
  748. rttMonEchoAdminTargetMPID.12 601
  749. rttMonEchoAdminTargetMPID.505 403
  750. rttMonEchoAdminTargetMPID.7070 403
  751. rttMonEchoAdminTargetMPID.7082 0
  752. rttMonEchoAdminTargetMPID.7200 403
  753. rttMonEchoAdminTargetMPID.8000 403
  754. rttMonEchoAdminTargetMPID.8001 403
  755. rttMonEchoAdminTargetMPID.100001 403
  756. rttMonEchoAdminTargetMPID.100002 403
  757. rttMonEchoAdminTargetDomainName.12 domain1
  758. rttMonEchoAdminTargetDomainName.505 SCS-CES-TEST-L2
  759. rttMonEchoAdminTargetDomainName.7070 SCS-CES-TEST-L2
  760. rttMonEchoAdminTargetDomainName.7082 SCS-CES-TEST-L2
  761. rttMonEchoAdminTargetDomainName.7200 SCS-CES-TEST-L2
  762. rttMonEchoAdminTargetDomainName.8000 SCS-CES-TEST-L2
  763. rttMonEchoAdminTargetDomainName.8001 SCS-CES-TEST-L2
  764. rttMonEchoAdminTargetDomainName.100001 SCS-CES-TEST-L2
  765. rttMonEchoAdminTargetDomainName.100002 SCS-CES-TEST-L2
  766. rttMonEchoAdminTargetVLAN.12 12
  767. rttMonEchoAdminTargetVLAN.505 0
  768. rttMonEchoAdminTargetVLAN.7070 0
  769. rttMonEchoAdminTargetVLAN.7082 0
  770. rttMonEchoAdminTargetVLAN.7200 0
  771. rttMonEchoAdminTargetVLAN.8000 0
  772. rttMonEchoAdminTargetVLAN.8001 0
  773. rttMonEchoAdminTargetVLAN.100001 0
  774. rttMonEchoAdminTargetVLAN.100002 0
  775. rttMonEchoAdminEthernetCOS.12 3
  776. rttMonEchoAdminEthernetCOS.505 0
  777. rttMonEchoAdminEthernetCOS.7070 3
  778. rttMonEchoAdminEthernetCOS.7082 3
  779. rttMonEchoAdminEthernetCOS.7200 3
  780. rttMonEchoAdminEthernetCOS.8000 3
  781. rttMonEchoAdminEthernetCOS.8001 3
  782. rttMonEchoAdminEthernetCOS.100001 0
  783. rttMonEchoAdminEthernetCOS.100002 0
  784. rttMonEchoAdminLSPVccvID.12 0
  785. rttMonEchoAdminLSPVccvID.505 0
  786. rttMonEchoAdminLSPVccvID.7070 0
  787. rttMonEchoAdminLSPVccvID.7082 0
  788. rttMonEchoAdminLSPVccvID.7200 0
  789. rttMonEchoAdminLSPVccvID.8000 0
  790. rttMonEchoAdminLSPVccvID.8001 0
  791. rttMonEchoAdminLSPVccvID.100001 0
  792. rttMonEchoAdminLSPVccvID.100002 0
  793. rttMonEchoAdminTargetEVC.12
  794. rttMonEchoAdminTargetEVC.505 test123
  795. rttMonEchoAdminTargetEVC.7070 test123
  796. rttMonEchoAdminTargetEVC.7082 test123
  797. rttMonEchoAdminTargetEVC.7200 test123
  798. rttMonEchoAdminTargetEVC.8000 test123
  799. rttMonEchoAdminTargetEVC.8001 test123
  800. rttMonEchoAdminTargetEVC.100001 test123
  801. rttMonEchoAdminTargetEVC.100002 test123
  802. rttMonEchoAdminEntry.55.12 2
  803. rttMonEchoAdminEntry.55.505 2
  804. rttMonEchoAdminEntry.55.7070 2
  805. rttMonEchoAdminEntry.55.7082 2
  806. rttMonEchoAdminEntry.55.7200 2
  807. rttMonEchoAdminEntry.55.8000 2
  808. rttMonEchoAdminEntry.55.8001 2
  809. rttMonEchoAdminEntry.55.100001 2
  810. rttMonEchoAdminEntry.55.100002 2
  811. rttMonEchoAdminEntry.56.12 ""
  812. rttMonEchoAdminEntry.56.505 ""
  813. rttMonEchoAdminEntry.56.7070 ""
  814. rttMonEchoAdminEntry.56.7082 ""
  815. rttMonEchoAdminEntry.56.7200 ""
  816. rttMonEchoAdminEntry.56.8000 ""
  817. rttMonEchoAdminEntry.56.8001 ""
  818. rttMonEchoAdminEntry.56.100001 ""
  819. rttMonEchoAdminEntry.56.100002 ""
  820. rttMonEchoAdminEntry.57.12 0
  821. rttMonEchoAdminEntry.57.505 0
  822. rttMonEchoAdminEntry.57.7070 0
  823. rttMonEchoAdminEntry.57.7082 0
  824. rttMonEchoAdminEntry.57.7200 0
  825. rttMonEchoAdminEntry.57.8000 0
  826. rttMonEchoAdminEntry.57.8001 0
  827. rttMonEchoAdminEntry.57.100001 0
  828. rttMonEchoAdminEntry.57.100002 0
  829. rttMonEchoAdminEntry.58.12 3
  830. rttMonEchoAdminEntry.58.505 3
  831. rttMonEchoAdminEntry.58.7070 3
  832. rttMonEchoAdminEntry.58.7082 3
  833. rttMonEchoAdminEntry.58.7200 3
  834. rttMonEchoAdminEntry.58.8000 3
  835. rttMonEchoAdminEntry.58.8001 3
  836. rttMonEchoAdminEntry.58.100001 3
  837. rttMonEchoAdminEntry.58.100002 3
  838. rttMonEchoAdminEntry.59.12 0
  839. rttMonEchoAdminEntry.59.505 0
  840. rttMonEchoAdminEntry.59.7070 0
  841. rttMonEchoAdminEntry.59.7082 0
  842. rttMonEchoAdminEntry.59.7200 0
  843. rttMonEchoAdminEntry.59.8000 0
  844. rttMonEchoAdminEntry.59.8001 0
  845. rttMonEchoAdminEntry.59.100001 0
  846. rttMonEchoAdminEntry.59.100002 0
  847. rttMonEchoAdminEntry.60.12 "00 00 00 00 "
  848. rttMonEchoAdminEntry.60.505 "00 00 00 00 "
  849. rttMonEchoAdminEntry.60.7070 "00 00 00 00 "
  850. rttMonEchoAdminEntry.60.7082 "00 00 00 00 "
  851. rttMonEchoAdminEntry.60.7200 "00 00 00 00 "
  852. rttMonEchoAdminEntry.60.8000 "00 00 00 00 "
  853. rttMonEchoAdminEntry.60.8001 "00 00 00 00 "
  854. rttMonEchoAdminEntry.60.100001 "00 00 00 00 "
  855. rttMonEchoAdminEntry.60.100002 "00 00 00 00 "
  856. rttMonEchoAdminEntry.61.12 0
  857. rttMonEchoAdminEntry.61.505 0
  858. rttMonEchoAdminEntry.61.7070 0
  859. rttMonEchoAdminEntry.61.7082 0
  860. rttMonEchoAdminEntry.61.7200 0
  861. rttMonEchoAdminEntry.61.8000 0
  862. rttMonEchoAdminEntry.61.8001 0
  863. rttMonEchoAdminEntry.61.100001 0
  864. rttMonEchoAdminEntry.61.100002 0
  865. rttMonEchoAdminEntry.62.12 ""
  866. rttMonEchoAdminEntry.62.505 ""
  867. rttMonEchoAdminEntry.62.7070 ""
  868. rttMonEchoAdminEntry.62.7082 ""
  869. rttMonEchoAdminEntry.62.7200 ""
  870. rttMonEchoAdminEntry.62.8000 ""
  871. rttMonEchoAdminEntry.62.8001 ""
  872. rttMonEchoAdminEntry.62.100001 ""
  873. rttMonEchoAdminEntry.62.100002 ""
  874. rttMonEchoAdminEntry.63.12 0
  875. rttMonEchoAdminEntry.63.505 0
  876. rttMonEchoAdminEntry.63.7070 0
  877. rttMonEchoAdminEntry.63.7082 0
  878. rttMonEchoAdminEntry.63.7200 0
  879. rttMonEchoAdminEntry.63.8000 0
  880. rttMonEchoAdminEntry.63.8001 0
  881. rttMonEchoAdminEntry.63.100001 0
  882. rttMonEchoAdminEntry.63.100002 0
  883. rttMonEchoAdminEntry.64.12 "00 00 00 00 00 00 "
  884. rttMonEchoAdminEntry.64.505 "00 00 00 00 00 00 "
  885. rttMonEchoAdminEntry.64.7070 "00 00 00 00 00 00 "
  886. rttMonEchoAdminEntry.64.7082 "00 00 00 00 00 00 "
  887. rttMonEchoAdminEntry.64.7200 "00 00 00 00 00 00 "
  888. rttMonEchoAdminEntry.64.8000 "00 00 00 00 00 00 "
  889. rttMonEchoAdminEntry.64.8001 "00 00 00 00 00 00 "
  890. rttMonEchoAdminEntry.64.100001 "00 00 00 00 00 00 "
  891. rttMonEchoAdminEntry.64.100002 "00 00 00 00 00 00 "
  892. rttMonEchoAdminEntry.65.12 "00 00 00 00 00 00 "
  893. rttMonEchoAdminEntry.65.505 "00 00 00 00 00 00 "
  894. rttMonEchoAdminEntry.65.7070 "00 00 00 00 00 00 "
  895. rttMonEchoAdminEntry.65.7082 "00 00 00 00 00 00 "
  896. rttMonEchoAdminEntry.65.7200 "00 00 00 00 00 00 "
  897. rttMonEchoAdminEntry.65.8000 "00 00 00 00 00 00 "
  898. rttMonEchoAdminEntry.65.8001 "00 00 00 00 00 00 "
  899. rttMonEchoAdminEntry.65.100001 "00 00 00 00 00 00 "
  900. rttMonEchoAdminEntry.65.100002 "00 00 00 00 00 00 "
  901. rttMonEchoAdminEntry.66.12 600
  902. rttMonEchoAdminEntry.66.505 0
  903. rttMonEchoAdminEntry.66.7070 401
  904. rttMonEchoAdminEntry.66.7082 401
  905. rttMonEchoAdminEntry.66.7200 401
  906. rttMonEchoAdminEntry.66.8000 401
  907. rttMonEchoAdminEntry.66.8001 401
  908. rttMonEchoAdminEntry.66.100001 0
  909. rttMonEchoAdminEntry.66.100002 0
  910. rttMonEchoAdminEntry.67.12 ""
  911. rttMonEchoAdminEntry.67.505 ""
  912. rttMonEchoAdminEntry.67.7070 ""
  913. rttMonEchoAdminEntry.67.7082 ""
  914. rttMonEchoAdminEntry.67.7200 ""
  915. rttMonEchoAdminEntry.67.8000 ""
  916. rttMonEchoAdminEntry.67.8001 ""
  917. rttMonEchoAdminEntry.67.100001 ""
  918. rttMonEchoAdminEntry.67.100002 ""
  919. rttMonEchoAdminEntry.68.12 0
  920. rttMonEchoAdminEntry.68.505 0
  921. rttMonEchoAdminEntry.68.7070 0
  922. rttMonEchoAdminEntry.68.7082 0
  923. rttMonEchoAdminEntry.68.7200 0
  924. rttMonEchoAdminEntry.68.8000 0
  925. rttMonEchoAdminEntry.68.8001 0
  926. rttMonEchoAdminEntry.68.100001 0
  927. rttMonEchoAdminEntry.68.100002 0
  928. rttMonEchoAdminEntry.69.12 0
  929. rttMonEchoAdminEntry.69.505 0
  930. rttMonEchoAdminEntry.69.7070 0
  931. rttMonEchoAdminEntry.69.7082 0
  932. rttMonEchoAdminEntry.69.7200 0
  933. rttMonEchoAdminEntry.69.8000 0
  934. rttMonEchoAdminEntry.69.8001 0
  935. rttMonEchoAdminEntry.69.100001 0
  936. rttMonEchoAdminEntry.69.100002 0
  937. rttMonEchoAdminEntry.70.12 0
  938. rttMonEchoAdminEntry.70.505 0
  939. rttMonEchoAdminEntry.70.7070 0
  940. rttMonEchoAdminEntry.70.7082 0
  941. rttMonEchoAdminEntry.70.7200 0
  942. rttMonEchoAdminEntry.70.8000 0
  943. rttMonEchoAdminEntry.70.8001 0
  944. rttMonEchoAdminEntry.70.100001 0
  945. rttMonEchoAdminEntry.70.100002 0
  946. rttMonEchoAdminEntry.71.12 0
  947. rttMonEchoAdminEntry.71.505 0
  948. rttMonEchoAdminEntry.71.7070 0
  949. rttMonEchoAdminEntry.71.7082 0
  950. rttMonEchoAdminEntry.71.7200 0
  951. rttMonEchoAdminEntry.71.8000 0
  952. rttMonEchoAdminEntry.71.8001 0
  953. rttMonEchoAdminEntry.71.100001 0
  954. rttMonEchoAdminEntry.71.100002 0
  955. rttMonEchoAdminEntry.72.12 0
  956. rttMonEchoAdminEntry.72.505 0
  957. rttMonEchoAdminEntry.72.7070 0
  958. rttMonEchoAdminEntry.72.7082 0
  959. rttMonEchoAdminEntry.72.7200 0
  960. rttMonEchoAdminEntry.72.8000 0
  961. rttMonEchoAdminEntry.72.8001 0
  962. rttMonEchoAdminEntry.72.100001 0
  963. rttMonEchoAdminEntry.72.100002 0
  964. rttMonEchoAdminEntry.73.12 1
  965. rttMonEchoAdminEntry.73.505 0
  966. rttMonEchoAdminEntry.73.7070 1
  967. rttMonEchoAdminEntry.73.7082 1
  968. rttMonEchoAdminEntry.73.7200 1
  969. rttMonEchoAdminEntry.73.8000 1
  970. rttMonEchoAdminEntry.73.8001 1
  971. rttMonEchoAdminEntry.73.100001 0
  972. rttMonEchoAdminEntry.73.100002 0
  973. rttMonEchoAdminEntry.74.12 0
  974. rttMonEchoAdminEntry.74.505 0
  975. rttMonEchoAdminEntry.74.7070 0
  976. rttMonEchoAdminEntry.74.7082 0
  977. rttMonEchoAdminEntry.74.7200 0
  978. rttMonEchoAdminEntry.74.8000 10
  979. rttMonEchoAdminEntry.74.8001 10
  980. rttMonEchoAdminEntry.74.100001 0
  981. rttMonEchoAdminEntry.74.100002 0
  982. rttMonEchoAdminEntry.75.12 10
  983. rttMonEchoAdminEntry.75.505 0
  984. rttMonEchoAdminEntry.75.7070 10
  985. rttMonEchoAdminEntry.75.7082 10
  986. rttMonEchoAdminEntry.75.7200 10
  987. rttMonEchoAdminEntry.75.8000 10
  988. rttMonEchoAdminEntry.75.8001 10
  989. rttMonEchoAdminEntry.75.100001 0
  990. rttMonEchoAdminEntry.75.100002 0
  991. rttMonEchoAdminEntry.76.12 2
  992. rttMonEchoAdminEntry.76.505 2
  993. rttMonEchoAdminEntry.76.7070 2
  994. rttMonEchoAdminEntry.76.7082 2
  995. rttMonEchoAdminEntry.76.7200 2
  996. rttMonEchoAdminEntry.76.8000 2
  997. rttMonEchoAdminEntry.76.8001 2
  998. rttMonEchoAdminEntry.76.100001 2
  999. rttMonEchoAdminEntry.76.100002 2
  1000. rttMonScheduleAdminRttLife.12 2147483647 seconds
  1001. rttMonScheduleAdminRttLife.505 2147483647 seconds
  1002. rttMonScheduleAdminRttLife.7070 2147483647 seconds
  1003. rttMonScheduleAdminRttLife.7082 2147483647 seconds
  1004. rttMonScheduleAdminRttLife.7200 2147483647 seconds
  1005. rttMonScheduleAdminRttLife.8000 2147483647 seconds
  1006. rttMonScheduleAdminRttLife.8001 2147483647 seconds
  1007. rttMonScheduleAdminRttLife.100001 2147483647 seconds
  1008. rttMonScheduleAdminRttLife.100002 2147483647 seconds
  1009. rttMonScheduleAdminRttStartTime.12 0:0:00:00.01
  1010. rttMonScheduleAdminRttStartTime.505 0:0:00:00.01
  1011. rttMonScheduleAdminRttStartTime.7070 0:0:00:00.01
  1012. rttMonScheduleAdminRttStartTime.7082 0:0:00:00.00
  1013. rttMonScheduleAdminRttStartTime.7200 0:0:00:00.01
  1014. rttMonScheduleAdminRttStartTime.8000 0:0:00:00.01
  1015. rttMonScheduleAdminRttStartTime.8001 0:0:00:00.01
  1016. rttMonScheduleAdminRttStartTime.100001 0:0:00:00.01
  1017. rttMonScheduleAdminRttStartTime.100002 0:0:00:00.01
  1018. rttMonScheduleAdminConceptRowAgeout.12 0 seconds
  1019. rttMonScheduleAdminConceptRowAgeout.505 0 seconds
  1020. rttMonScheduleAdminConceptRowAgeout.7070 0 seconds
  1021. rttMonScheduleAdminConceptRowAgeout.7082 0 seconds
  1022. rttMonScheduleAdminConceptRowAgeout.7200 0 seconds
  1023. rttMonScheduleAdminConceptRowAgeout.8000 0 seconds
  1024. rttMonScheduleAdminConceptRowAgeout.8001 0 seconds
  1025. rttMonScheduleAdminConceptRowAgeout.100001 0 seconds
  1026. rttMonScheduleAdminConceptRowAgeout.100002 0 seconds
  1027. rttMonScheduleAdminRttRecurring.12 false
  1028. rttMonScheduleAdminRttRecurring.505 false
  1029. rttMonScheduleAdminRttRecurring.7070 false
  1030. rttMonScheduleAdminRttRecurring.7082 false
  1031. rttMonScheduleAdminRttRecurring.7200 false
  1032. rttMonScheduleAdminRttRecurring.8000 false
  1033. rttMonScheduleAdminRttRecurring.8001 false
  1034. rttMonScheduleAdminRttRecurring.100001 false
  1035. rttMonScheduleAdminRttRecurring.100002 false
  1036. rttMonScheduleAdminEntry.5.12 0
  1037. rttMonScheduleAdminEntry.5.505 0
  1038. rttMonScheduleAdminEntry.5.7070 0
  1039. rttMonScheduleAdminEntry.5.7082 0
  1040. rttMonScheduleAdminEntry.5.7200 0
  1041. rttMonScheduleAdminEntry.5.8000 0
  1042. rttMonScheduleAdminEntry.5.8001 0
  1043. rttMonScheduleAdminEntry.5.100001 0
  1044. rttMonScheduleAdminEntry.5.100002 0
  1045. rttMonScheduleAdminEntry.6.12 2
  1046. rttMonScheduleAdminEntry.6.505 2
  1047. rttMonScheduleAdminEntry.6.7070 2
  1048. rttMonScheduleAdminEntry.6.7082 1
  1049. rttMonScheduleAdminEntry.6.7200 2
  1050. rttMonScheduleAdminEntry.6.8000 2
  1051. rttMonScheduleAdminEntry.6.8001 2
  1052. rttMonScheduleAdminEntry.6.100001 5
  1053. rttMonScheduleAdminEntry.6.100002 5
  1054. rttMonScheduleAdminEntry.7.12 0
  1055. rttMonScheduleAdminEntry.7.505 0
  1056. rttMonScheduleAdminEntry.7.7070 0
  1057. rttMonScheduleAdminEntry.7.7082 0
  1058. rttMonScheduleAdminEntry.7.7200 0
  1059. rttMonScheduleAdminEntry.7.8000 0
  1060. rttMonScheduleAdminEntry.7.8001 0
  1061. rttMonScheduleAdminEntry.7.100001 0
  1062. rttMonScheduleAdminEntry.7.100002 0
  1063. rttMonReactAdminConnectionEnable.12 0
  1064. rttMonReactAdminConnectionEnable.505 0
  1065. rttMonReactAdminConnectionEnable.7070 0
  1066. rttMonReactAdminConnectionEnable.7082 0
  1067. rttMonReactAdminConnectionEnable.7200 0
  1068. rttMonReactAdminConnectionEnable.8000 0
  1069. rttMonReactAdminConnectionEnable.8001 0
  1070. rttMonReactAdminConnectionEnable.100001 0
  1071. rttMonReactAdminConnectionEnable.100002 0
  1072. rttMonReactAdminTimeoutEnable.12 0
  1073. rttMonReactAdminTimeoutEnable.505 0
  1074. rttMonReactAdminTimeoutEnable.7070 0
  1075. rttMonReactAdminTimeoutEnable.7082 0
  1076. rttMonReactAdminTimeoutEnable.7200 0
  1077. rttMonReactAdminTimeoutEnable.8000 0
  1078. rttMonReactAdminTimeoutEnable.8001 0
  1079. rttMonReactAdminTimeoutEnable.100001 0
  1080. rttMonReactAdminTimeoutEnable.100002 0
  1081. rttMonReactAdminThresholdType.12 0
  1082. rttMonReactAdminThresholdType.505 0
  1083. rttMonReactAdminThresholdType.7070 0
  1084. rttMonReactAdminThresholdType.7082 0
  1085. rttMonReactAdminThresholdType.7200 0
  1086. rttMonReactAdminThresholdType.8000 0
  1087. rttMonReactAdminThresholdType.8001 0
  1088. rttMonReactAdminThresholdType.100001 0
  1089. rttMonReactAdminThresholdType.100002 0
  1090. rttMonReactAdminThresholdFalling.12 0 milliseconds
  1091. rttMonReactAdminThresholdFalling.505 0 milliseconds
  1092. rttMonReactAdminThresholdFalling.7070 0 milliseconds
  1093. rttMonReactAdminThresholdFalling.7082 0 milliseconds
  1094. rttMonReactAdminThresholdFalling.7200 0 milliseconds
  1095. rttMonReactAdminThresholdFalling.8000 0 milliseconds
  1096. rttMonReactAdminThresholdFalling.8001 0 milliseconds
  1097. rttMonReactAdminThresholdFalling.100001 0 milliseconds
  1098. rttMonReactAdminThresholdFalling.100002 0 milliseconds
  1099. rttMonReactAdminThresholdCount.12 0
  1100. rttMonReactAdminThresholdCount.505 0
  1101. rttMonReactAdminThresholdCount.7070 0
  1102. rttMonReactAdminThresholdCount.7082 0
  1103. rttMonReactAdminThresholdCount.7200 0
  1104. rttMonReactAdminThresholdCount.8000 0
  1105. rttMonReactAdminThresholdCount.8001 0
  1106. rttMonReactAdminThresholdCount.100001 0
  1107. rttMonReactAdminThresholdCount.100002 0
  1108. rttMonReactAdminThresholdCount2.12 0
  1109. rttMonReactAdminThresholdCount2.505 0
  1110. rttMonReactAdminThresholdCount2.7070 0
  1111. rttMonReactAdminThresholdCount2.7082 0
  1112. rttMonReactAdminThresholdCount2.7200 0
  1113. rttMonReactAdminThresholdCount2.8000 0
  1114. rttMonReactAdminThresholdCount2.8001 0
  1115. rttMonReactAdminThresholdCount2.100001 0
  1116. rttMonReactAdminThresholdCount2.100002 0
  1117. rttMonReactAdminActionType.12 0
  1118. rttMonReactAdminActionType.505 0
  1119. rttMonReactAdminActionType.7070 0
  1120. rttMonReactAdminActionType.7082 0
  1121. rttMonReactAdminActionType.7200 0
  1122. rttMonReactAdminActionType.8000 0
  1123. rttMonReactAdminActionType.8001 0
  1124. rttMonReactAdminActionType.100001 0
  1125. rttMonReactAdminActionType.100002 0
  1126. rttMonReactAdminVerifyErrorEnable.12 0
  1127. rttMonReactAdminVerifyErrorEnable.505 0
  1128. rttMonReactAdminVerifyErrorEnable.7070 0
  1129. rttMonReactAdminVerifyErrorEnable.7082 0
  1130. rttMonReactAdminVerifyErrorEnable.7200 0
  1131. rttMonReactAdminVerifyErrorEnable.8000 0
  1132. rttMonReactAdminVerifyErrorEnable.8001 0
  1133. rttMonReactAdminVerifyErrorEnable.100001 0
  1134. rttMonReactAdminVerifyErrorEnable.100002 0
  1135. rttMonStatisticsAdminNumHourGroups.12 0
  1136. rttMonStatisticsAdminNumHourGroups.505 2
  1137. rttMonStatisticsAdminNumHourGroups.7070 0
  1138. rttMonStatisticsAdminNumHourGroups.7082 0
  1139. rttMonStatisticsAdminNumHourGroups.7200 0
  1140. rttMonStatisticsAdminNumHourGroups.8000 0
  1141. rttMonStatisticsAdminNumHourGroups.8001 0
  1142. rttMonStatisticsAdminNumHourGroups.100001 2
  1143. rttMonStatisticsAdminNumHourGroups.100002 2
  1144. rttMonStatisticsAdminNumPaths.12 0
  1145. rttMonStatisticsAdminNumPaths.505 1
  1146. rttMonStatisticsAdminNumPaths.7070 0
  1147. rttMonStatisticsAdminNumPaths.7082 0
  1148. rttMonStatisticsAdminNumPaths.7200 0
  1149. rttMonStatisticsAdminNumPaths.8000 0
  1150. rttMonStatisticsAdminNumPaths.8001 0
  1151. rttMonStatisticsAdminNumPaths.100001 1
  1152. rttMonStatisticsAdminNumPaths.100002 1
  1153. rttMonStatisticsAdminNumHops.12 0
  1154. rttMonStatisticsAdminNumHops.505 1
  1155. rttMonStatisticsAdminNumHops.7070 0
  1156. rttMonStatisticsAdminNumHops.7082 0
  1157. rttMonStatisticsAdminNumHops.7200 0
  1158. rttMonStatisticsAdminNumHops.8000 0
  1159. rttMonStatisticsAdminNumHops.8001 0
  1160. rttMonStatisticsAdminNumHops.100001 1
  1161. rttMonStatisticsAdminNumHops.100002 1
  1162. rttMonStatisticsAdminNumDistBuckets.12 0
  1163. rttMonStatisticsAdminNumDistBuckets.505 1
  1164. rttMonStatisticsAdminNumDistBuckets.7070 0
  1165. rttMonStatisticsAdminNumDistBuckets.7082 0
  1166. rttMonStatisticsAdminNumDistBuckets.7200 0
  1167. rttMonStatisticsAdminNumDistBuckets.8000 0
  1168. rttMonStatisticsAdminNumDistBuckets.8001 0
  1169. rttMonStatisticsAdminNumDistBuckets.100001 1
  1170. rttMonStatisticsAdminNumDistBuckets.100002 1
  1171. rttMonStatisticsAdminDistInterval.12 0 milliseconds
  1172. rttMonStatisticsAdminDistInterval.505 20 milliseconds
  1173. rttMonStatisticsAdminDistInterval.7070 0 milliseconds
  1174. rttMonStatisticsAdminDistInterval.7082 0 milliseconds
  1175. rttMonStatisticsAdminDistInterval.7200 0 milliseconds
  1176. rttMonStatisticsAdminDistInterval.8000 0 milliseconds
  1177. rttMonStatisticsAdminDistInterval.8001 0 milliseconds
  1178. rttMonStatisticsAdminDistInterval.100001 20 milliseconds
  1179. rttMonStatisticsAdminDistInterval.100002 20 milliseconds
  1180. rttMonHistoryAdminNumLives.12 0
  1181. rttMonHistoryAdminNumLives.505 0
  1182. rttMonHistoryAdminNumLives.7070 0
  1183. rttMonHistoryAdminNumLives.7082 0
  1184. rttMonHistoryAdminNumLives.7200 0
  1185. rttMonHistoryAdminNumLives.8000 0
  1186. rttMonHistoryAdminNumLives.8001 0
  1187. rttMonHistoryAdminNumLives.100001 0
  1188. rttMonHistoryAdminNumLives.100002 0
  1189. rttMonHistoryAdminNumBuckets.12 0
  1190. rttMonHistoryAdminNumBuckets.505 15
  1191. rttMonHistoryAdminNumBuckets.7070 0
  1192. rttMonHistoryAdminNumBuckets.7082 0
  1193. rttMonHistoryAdminNumBuckets.7200 0
  1194. rttMonHistoryAdminNumBuckets.8000 0
  1195. rttMonHistoryAdminNumBuckets.8001 0
  1196. rttMonHistoryAdminNumBuckets.100001 15
  1197. rttMonHistoryAdminNumBuckets.100002 15
  1198. rttMonHistoryAdminNumSamples.12 1
  1199. rttMonHistoryAdminNumSamples.505 1
  1200. rttMonHistoryAdminNumSamples.7070 1
  1201. rttMonHistoryAdminNumSamples.7082 1
  1202. rttMonHistoryAdminNumSamples.7200 1
  1203. rttMonHistoryAdminNumSamples.8000 1
  1204. rttMonHistoryAdminNumSamples.8001 1
  1205. rttMonHistoryAdminNumSamples.100001 1
  1206. rttMonHistoryAdminNumSamples.100002 1
  1207. rttMonHistoryAdminFilter.12 0
  1208. rttMonHistoryAdminFilter.505 none
  1209. rttMonHistoryAdminFilter.7070 0
  1210. rttMonHistoryAdminFilter.7082 0
  1211. rttMonHistoryAdminFilter.7200 0
  1212. rttMonHistoryAdminFilter.8000 0
  1213. rttMonHistoryAdminFilter.8001 0
  1214. rttMonHistoryAdminFilter.100001 none
  1215. rttMonHistoryAdminFilter.100002 none
  1216. rttMonCtrlOperModificationTime.12 0:0:00:00.00
  1217. rttMonCtrlOperModificationTime.505 0:0:00:00.00
  1218. rttMonCtrlOperModificationTime.7070 0:0:00:00.00
  1219. rttMonCtrlOperModificationTime.7082 0:0:00:00.00
  1220. rttMonCtrlOperModificationTime.7200 0:0:00:00.00
  1221. rttMonCtrlOperModificationTime.8000 0:0:00:00.00
  1222. rttMonCtrlOperModificationTime.8001 0:0:00:00.00
  1223. rttMonCtrlOperModificationTime.100001 0:0:00:00.00
  1224. rttMonCtrlOperModificationTime.100002 0:0:00:00.00
  1225. rttMonCtrlOperDiagText.12
  1226. rttMonCtrlOperDiagText.505
  1227. rttMonCtrlOperDiagText.7070
  1228. rttMonCtrlOperDiagText.7082
  1229. rttMonCtrlOperDiagText.7200
  1230. rttMonCtrlOperDiagText.8000
  1231. rttMonCtrlOperDiagText.8001
  1232. rttMonCtrlOperDiagText.100001
  1233. rttMonCtrlOperDiagText.100002
  1234. rttMonCtrlOperResetTime.12 0:0:00:00.00
  1235. rttMonCtrlOperResetTime.505 0:0:00:00.00
  1236. rttMonCtrlOperResetTime.7070 0:0:00:00.00
  1237. rttMonCtrlOperResetTime.7082 0:0:00:00.00
  1238. rttMonCtrlOperResetTime.7200 0:0:00:00.00
  1239. rttMonCtrlOperResetTime.8000 0:0:00:00.00
  1240. rttMonCtrlOperResetTime.8001 0:0:00:00.00
  1241. rttMonCtrlOperResetTime.100001 0:0:00:00.00
  1242. rttMonCtrlOperResetTime.100002 0:0:00:00.00
  1243. rttMonCtrlOperOctetsInUse.12 0
  1244. rttMonCtrlOperOctetsInUse.505 0
  1245. rttMonCtrlOperOctetsInUse.7070 0
  1246. rttMonCtrlOperOctetsInUse.7082 0
  1247. rttMonCtrlOperOctetsInUse.7200 0
  1248. rttMonCtrlOperOctetsInUse.8000 0
  1249. rttMonCtrlOperOctetsInUse.8001 0
  1250. rttMonCtrlOperOctetsInUse.100001 0
  1251. rttMonCtrlOperOctetsInUse.100002 0
  1252. rttMonCtrlOperConnectionLostOccurred.12 false
  1253. rttMonCtrlOperConnectionLostOccurred.505 false
  1254. rttMonCtrlOperConnectionLostOccurred.7070 false
  1255. rttMonCtrlOperConnectionLostOccurred.7082 false
  1256. rttMonCtrlOperConnectionLostOccurred.7200 false
  1257. rttMonCtrlOperConnectionLostOccurred.8000 false
  1258. rttMonCtrlOperConnectionLostOccurred.8001 false
  1259. rttMonCtrlOperConnectionLostOccurred.100001 false
  1260. rttMonCtrlOperConnectionLostOccurred.100002 true
  1261. rttMonCtrlOperTimeoutOccurred.12 false
  1262. rttMonCtrlOperTimeoutOccurred.505 false
  1263. rttMonCtrlOperTimeoutOccurred.7070 false
  1264. rttMonCtrlOperTimeoutOccurred.7082 false
  1265. rttMonCtrlOperTimeoutOccurred.7200 false
  1266. rttMonCtrlOperTimeoutOccurred.8000 false
  1267. rttMonCtrlOperTimeoutOccurred.8001 false
  1268. rttMonCtrlOperTimeoutOccurred.100001 false
  1269. rttMonCtrlOperTimeoutOccurred.100002 false
  1270. rttMonCtrlOperOverThresholdOccurred.12 false
  1271. rttMonCtrlOperOverThresholdOccurred.505 false
  1272. rttMonCtrlOperOverThresholdOccurred.7070 false
  1273. rttMonCtrlOperOverThresholdOccurred.7082 false
  1274. rttMonCtrlOperOverThresholdOccurred.7200 false
  1275. rttMonCtrlOperOverThresholdOccurred.8000 false
  1276. rttMonCtrlOperOverThresholdOccurred.8001 false
  1277. rttMonCtrlOperOverThresholdOccurred.100001 false
  1278. rttMonCtrlOperOverThresholdOccurred.100002 false
  1279. rttMonCtrlOperNumRtts.12 1026
  1280. rttMonCtrlOperNumRtts.505 424
  1281. rttMonCtrlOperNumRtts.7070 418
  1282. rttMonCtrlOperNumRtts.7082 394
  1283. rttMonCtrlOperNumRtts.7200 415
  1284. rttMonCtrlOperNumRtts.8000 353
  1285. rttMonCtrlOperNumRtts.8001 344
  1286. rttMonCtrlOperNumRtts.100001 412
  1287. rttMonCtrlOperNumRtts.100002 411
  1288. rttMonCtrlOperRttLife.12 2147483647 seconds
  1289. rttMonCtrlOperRttLife.505 2147483647 seconds
  1290. rttMonCtrlOperRttLife.7070 2147483647 seconds
  1291. rttMonCtrlOperRttLife.7082 2147483647 seconds
  1292. rttMonCtrlOperRttLife.7200 2147483647 seconds
  1293. rttMonCtrlOperRttLife.8000 2147483647 seconds
  1294. rttMonCtrlOperRttLife.8001 2147483647 seconds
  1295. rttMonCtrlOperRttLife.100001 2147483647 seconds
  1296. rttMonCtrlOperRttLife.100002 2147483647 seconds
  1297. rttMonCtrlOperState.12 active
  1298. rttMonCtrlOperState.505 active
  1299. rttMonCtrlOperState.7070 active
  1300. rttMonCtrlOperState.7082 active
  1301. rttMonCtrlOperState.7200 active
  1302. rttMonCtrlOperState.8000 active
  1303. rttMonCtrlOperState.8001 active
  1304. rttMonCtrlOperState.100001 active
  1305. rttMonCtrlOperState.100002 active
  1306. rttMonCtrlOperVerifyErrorOccurred.12 false
  1307. rttMonCtrlOperVerifyErrorOccurred.505 false
  1308. rttMonCtrlOperVerifyErrorOccurred.7070 false
  1309. rttMonCtrlOperVerifyErrorOccurred.7082 false
  1310. rttMonCtrlOperVerifyErrorOccurred.7200 false
  1311. rttMonCtrlOperVerifyErrorOccurred.8000 false
  1312. rttMonCtrlOperVerifyErrorOccurred.8001 false
  1313. rttMonCtrlOperVerifyErrorOccurred.100001 false
  1314. rttMonCtrlOperVerifyErrorOccurred.100002 false
  1315. rttMonLatestRttOperCompletionTime.12 0 milliseconds/microseconds
  1316. rttMonLatestRttOperCompletionTime.505 2 milliseconds/microseconds
  1317. rttMonLatestRttOperCompletionTime.7070 0 milliseconds/microseconds
  1318. rttMonLatestRttOperCompletionTime.7082 0 milliseconds/microseconds
  1319. rttMonLatestRttOperCompletionTime.7200 0 milliseconds/microseconds
  1320. rttMonLatestRttOperCompletionTime.8000 0 milliseconds/microseconds
  1321. rttMonLatestRttOperCompletionTime.8001 0 milliseconds/microseconds
  1322. rttMonLatestRttOperCompletionTime.100001 3 milliseconds/microseconds
  1323. rttMonLatestRttOperCompletionTime.100002 0 milliseconds/microseconds
  1324. rttMonLatestRttOperSense.12 ok
  1325. rttMonLatestRttOperSense.505 ok
  1326. rttMonLatestRttOperSense.7070 ok
  1327. rttMonLatestRttOperSense.7082 ok
  1328. rttMonLatestRttOperSense.7200 ok
  1329. rttMonLatestRttOperSense.8000 ok
  1330. rttMonLatestRttOperSense.8001 ok
  1331. rttMonLatestRttOperSense.100001 ok
  1332. rttMonLatestRttOperSense.100002 notConnected
  1333. rttMonLatestRttOperApplSpecificSense.12 0
  1334. rttMonLatestRttOperApplSpecificSense.505 0
  1335. rttMonLatestRttOperApplSpecificSense.7070 0
  1336. rttMonLatestRttOperApplSpecificSense.7082 0
  1337. rttMonLatestRttOperApplSpecificSense.7200 0
  1338. rttMonLatestRttOperApplSpecificSense.8000 0
  1339. rttMonLatestRttOperApplSpecificSense.8001 0
  1340. rttMonLatestRttOperApplSpecificSense.100001 0
  1341. rttMonLatestRttOperApplSpecificSense.100002 0
  1342. rttMonLatestRttOperSenseDescription.12
  1343. rttMonLatestRttOperSenseDescription.505
  1344. rttMonLatestRttOperSenseDescription.7070
  1345. rttMonLatestRttOperSenseDescription.7082
  1346. rttMonLatestRttOperSenseDescription.7200
  1347. rttMonLatestRttOperSenseDescription.8000
  1348. rttMonLatestRttOperSenseDescription.8001
  1349. rttMonLatestRttOperSenseDescription.100001
  1350. rttMonLatestRttOperSenseDescription.100002
  1351. rttMonLatestRttOperTime.12 0:9:27:36.01
  1352. rttMonLatestRttOperTime.505 0:9:27:01.06
  1353. rttMonLatestRttOperTime.7070 0:9:27:19.54
  1354. rttMonLatestRttOperTime.7082 0:9:27:33.82
  1355. rttMonLatestRttOperTime.7200 0:9:27:17.83
  1356. rttMonLatestRttOperTime.8000 0:9:27:38.70
  1357. rttMonLatestRttOperTime.8001 0:9:27:31.92
  1358. rttMonLatestRttOperTime.100001 0:9:27:40.79
  1359. rttMonLatestRttOperTime.100002 0:9:27:31.65
  1360. "ttMonLatestRttOperAddress.12 "
  1361. "ttMonLatestRttOperAddress.505 "
  1362. "ttMonLatestRttOperAddress.7070 "
  1363. "ttMonLatestRttOperAddress.7082 "
  1364. "ttMonLatestRttOperAddress.7200 "
  1365. "ttMonLatestRttOperAddress.8000 "
  1366. "ttMonLatestRttOperAddress.8001 "
  1367. "ttMonLatestRttOperAddress.100001 "
  1368. "ttMonLatestRttOperAddress.100002 "
  1369.  
  1370. SQL[SELECT `sla_id` FROM `slas` WHERE `device_id` = '314' AND `deleted` = 0]
  1371. SQL[SELECT `sla_id` FROM `slas` WHERE `device_id` = '314' AND `sla_nr` = '12']
  1372. SQL[UPDATE `slas` set `device_id` ='314',`sla_nr` ='12',`owner` ='',`tag` ='',`rtt_type` ='23',`status` ='1',`opstatus` ='0',`deleted` ='0' WHERE `sla_id` = '56']
  1373. .SQL[SELECT `sla_id` FROM `slas` WHERE `device_id` = '314' AND `sla_nr` = '505']
  1374. SQL[UPDATE `slas` set `device_id` ='314',`sla_nr` ='505',`owner` ='',`tag` ='',`rtt_type` ='ethernetPing',`status` ='1',`opstatus` ='0',`deleted` ='0' WHERE `sla_id` = '57']
  1375. .SQL[SELECT `sla_id` FROM `slas` WHERE `device_id` = '314' AND `sla_nr` = '7070']
  1376. SQL[UPDATE `slas` set `device_id` ='314',`sla_nr` ='7070',`owner` ='',`tag` ='',`rtt_type` ='23',`status` ='1',`opstatus` ='0',`deleted` ='0' WHERE `sla_id` = '58']
  1377. .SQL[SELECT `sla_id` FROM `slas` WHERE `device_id` = '314' AND `sla_nr` = '7082']
  1378. SQL[UPDATE `slas` set `device_id` ='314',`sla_nr` ='7082',`owner` ='',`tag` ='',`rtt_type` ='23',`status` ='1',`opstatus` ='0',`deleted` ='0' WHERE `sla_id` = '59']
  1379. .SQL[SELECT `sla_id` FROM `slas` WHERE `device_id` = '314' AND `sla_nr` = '7200']
  1380. SQL[UPDATE `slas` set `device_id` ='314',`sla_nr` ='7200',`owner` ='',`tag` ='',`rtt_type` ='23',`status` ='1',`opstatus` ='0',`deleted` ='0' WHERE `sla_id` = '60']
  1381. .SQL[SELECT `sla_id` FROM `slas` WHERE `device_id` = '314' AND `sla_nr` = '8000']
  1382. SQL[UPDATE `slas` set `device_id` ='314',`sla_nr` ='8000',`owner` ='',`tag` ='',`rtt_type` ='24',`status` ='1',`opstatus` ='0',`deleted` ='0' WHERE `sla_id` = '61']
  1383. .SQL[SELECT `sla_id` FROM `slas` WHERE `device_id` = '314' AND `sla_nr` = '8001']
  1384. SQL[UPDATE `slas` set `device_id` ='314',`sla_nr` ='8001',`owner` ='',`tag` ='',`rtt_type` ='24',`status` ='1',`opstatus` ='0',`deleted` ='0' WHERE `sla_id` = '62']
  1385. .SQL[SELECT `sla_id` FROM `slas` WHERE `device_id` = '314' AND `sla_nr` = '100001']
  1386. SQL[UPDATE `slas` set `device_id` ='314',`sla_nr` ='100001',`owner` ='',`tag` ='',`rtt_type` ='ethernetPing',`status` ='1',`opstatus` ='0',`deleted` ='0' WHERE `sla_id` = '63']
  1387. .SQL[SELECT `sla_id` FROM `slas` WHERE `device_id` = '314' AND `sla_nr` = '100002']
  1388. SQL[UPDATE `slas` set `device_id` ='314',`sla_nr` ='100002',`owner` ='',`tag` ='',`rtt_type` ='ethernetJitter',`status` ='1',`opstatus` ='2',`deleted` ='0' WHERE `sla_id` = '64']
  1389. .
  1390.  
  1391. >> Runtime for discovery module 'cisco-sla': 0.5080 seconds with 207696 bytes
  1392. #### Unload disco module cisco-sla ####
  1393.  
  1394. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = '314' AND `attrib_type` = 'poll_mib' ]
  1395. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = '314' AND `attrib_type` = 'poll_mib' ]
  1396. MIB: registering
  1397. SNMP[snmptranslate -M /opt/librenms/mibs:/opt/librenms/mibs/cisco -IR -m all enterprises.9.1.2157 2>/dev/null]
  1398. CISCO-PRODUCTS-MIB::ciscoASR92012CZA
  1399.  
  1400. SNMP translated: all::enterprises.9.1.2157 -> CISCO-PRODUCTS-MIB::ciscoASR92012CZA
  1401. CISCO-PRODUCTS-MIB::ciscoASR92012CZA
  1402. Array
  1403. (
  1404. )
  1405. MIB: Could not load definition for CISCO-PRODUCTS-MIB::ciscoASR92012CZA
  1406.  
  1407. SQL[UPDATE `devices` set `last_discovered` =NOW(),`last_discovered_timetaken` ='3.496' WHERE `device_id` = '314']
  1408. Discovered in 3.496 seconds
  1409.  
  1410. SQL[INSERT INTO `perf_times` (`type`,`doing`,`start`,`duration`,`devices`,`poller`) VALUES ('discover','10.171.3.21','1497648249.212','4.238','1','hotsls-librenms\n')]
  1411. ./discovery.php 10.171.3.21 2017-06-16 17:24:13 - 1 devices discovered in 4.238 secs
  1412. SNMP: Get[1/0.08s] Walk [1/0.49s]
  1413. MySQL: Cell[12/0.01s] Row[3/0.00s] Rows[4/0.00s] Column[1/0.00s] Update[10/0.01s] Insert[2/0.00s] Delete[0/0.00s]
  1414. -bash-4.2$
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422. -bash-4.2$ ./poller.php -h 10.171.3.21 -d -m cisco-sla -r -f
  1423. LibreNMS Poller
  1424. ===================================
  1425. Version info:
  1426. Commit SHA: f5931535b4bda751fbd0cfd584b2e98e14d4bc32
  1427. Commit Date: 1497510670
  1428. DB Schema: 195
  1429. PHP: 7.0.16
  1430. MySQL: 5.5.52-MariaDB
  1431. RRDTool: 1.4.8
  1432. SNMP: NET-SNMP 5.7.2
  1433. ==================================DEBUG!
  1434. Starting polling run:
  1435.  
  1436. SQL[SELECT * FROM `devices` WHERE `disabled` = 0 AND `hostname` = '10.171.3.21' ORDER BY `device_id` ASC]
  1437. SQL[SELECT * FROM devices_attribs WHERE `device_id` = '314']
  1438. Hostname: 10.171.3.21
  1439. Device ID: 314
  1440. OS: iosxe (cisco)
  1441.  
  1442. SQL[INSERT INTO `device_perf` (`xmt`,`rcv`,`loss`,`min`,`max`,`avg`,`device_id`,`timestamp`) VALUES ('3','3','0','2.82','3.27','3.09','314',NOW())]
  1443. SNMP Check response code: 0
  1444. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -OQnUst -m SNMPv2-MIB:HOST-RESOURCES-MIB:SNMP-FRAMEWORK-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 sysUpTime.0 sysLocation.0 sysContact.0 sysName.0 sysObjectID.0]
  1445. sysUpTime.0 = 3425820
  1446. sysLocation.0 = Earth
  1447. sysContact.0 =
  1448. sysName.0 = ASR920-SW1
  1449. sysObjectID.0 = enterprises.9.1.2157
  1450.  
  1451. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -OvQ -m SNMPv2-MIB:HOST-RESOURCES-MIB:SNMP-FRAMEWORK-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 sysDescr.0]
  1452. Cisco IOS Software, ASR920 Software (PPC_LINUX_IOSD-UNIVERSALK9_NPE-M), Version 15.6(2)SP1, RELEASE SOFTWARE (fc3)
  1453. Technical Support: http://www.cisco.com/techsupport
  1454. Copyright (c) 1986-2016 by Cisco Systems, Inc.
  1455. Compiled Wed 23-Nov-16 16:25 by mcpre
  1456.  
  1457. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -OQnUst -m HOST-RESOURCES-MIB:SNMP-FRAMEWORK-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 snmpEngineTime.0 hrSystemUptime.0]
  1458. snmpEngineTime.0 = 34206
  1459. hrSystemUptime.0 = No Such Object available on this agent at this OID
  1460.  
  1461. Uptime seconds: 34258
  1462. RRD[update 10.171.3.21/uptime.rrd N:34258 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1463. [RRD Disabled]Uptime: 9h 30m 58s
  1464. SQL[SELECT `lat`,`lng` FROM `locations` WHERE `location`='Earth' LIMIT 1]
  1465. Google geocode engine being used
  1466. Bad lat / lng received
  1467. Modules status: Global+ OS+ Device
  1468. #### Load poller module cisco-sla ####
  1469. SQL[SELECT * FROM `slas` WHERE `device_id` = '314' AND `deleted` = 0]
  1470. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osqn -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 .1.3.6.1.4.1.9.9.42.1.2.10.1]
  1471. .*.*.*.1.1.12 0
  1472. .*.*.*.1.1.505 2
  1473. .*.*.*.1.1.7070 0
  1474. .*.*.*.1.1.7082 0
  1475. .*.*.*.1.1.7200 0
  1476. .*.*.*.1.1.8000 0
  1477. .*.*.*.1.1.8001 0
  1478. .*.*.*.1.1.100001 2
  1479. .*.*.*.1.1.100002 0
  1480. .*.*.*.1.2.12 1
  1481. .*.*.*.1.2.505 1
  1482. .*.*.*.1.2.7070 1
  1483. .*.*.*.1.2.7082 1
  1484. .*.*.*.1.2.7200 1
  1485. .*.*.*.1.2.8000 1
  1486. .*.*.*.1.2.8001 1
  1487. .*.*.*.1.2.100001 1
  1488. .*.*.*.1.2.100002 6
  1489. .*.*.*.1.3.12 0
  1490. .*.*.*.1.3.505 0
  1491. .*.*.*.1.3.7070 0
  1492. .*.*.*.1.3.7082 0
  1493. .*.*.*.1.3.7200 0
  1494. .*.*.*.1.3.8000 0
  1495. .*.*.*.1.3.8001 0
  1496. .*.*.*.1.3.100001 0
  1497. .*.*.*.1.3.100002 0
  1498. .*.*.*.1.4.12 ""
  1499. .*.*.*.1.4.505 ""
  1500. .*.*.*.1.4.7070 ""
  1501. .*.*.*.1.4.7082 ""
  1502. .*.*.*.1.4.7200 ""
  1503. .*.*.*.1.4.8000 ""
  1504. .*.*.*.1.4.8001 ""
  1505. .*.*.*.1.4.100001 ""
  1506. .*.*.*.1.4.100002 ""
  1507. .*.*.*.1.5.12 0:9:30:36.01
  1508. .*.*.*.1.5.505 0:9:31:01.06
  1509. .*.*.*.1.5.7070 0:9:30:19.54
  1510. .*.*.*.1.5.7082 0:9:30:33.82
  1511. .*.*.*.1.5.7200 0:9:30:17.83
  1512. .*.*.*.1.5.8000 0:9:30:38.70
  1513. .*.*.*.1.5.8001 0:9:30:31.92
  1514. .*.*.*.1.5.100001 0:9:30:40.79
  1515. .*.*.*.1.5.100002 0:9:30:31.65
  1516. "*.*.*.1.6.12 "
  1517. "*.*.*.1.6.505 "
  1518. "*.*.*.1.6.7070 "
  1519. "*.*.*.1.6.7082 "
  1520. "*.*.*.1.6.7200 "
  1521. "*.*.*.1.6.8000 "
  1522. "*.*.*.1.6.8001 "
  1523. "*.*.*.1.6.100001 "
  1524. "*.*.*.1.6.100002 "
  1525.  
  1526. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osqn -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 .1.3.6.1.4.1.9.9.42.1.5]
  1527. .*.*.42.1.5 No Such Object available on this agent at this OID
  1528.  
  1529. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Otv -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 sysUpTime.0]
  1530. 3426267
  1531.  
  1532. SLA 12: 23 ... 0ms at 2017-06-16 07:56:25\nRRD[update 10.171.3.21/sla-12.rrd N:0 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1533. [RRD Disabled]The following datasources were collected for #12:
  1534. Array
  1535. (
  1536. [rtt] => 0
  1537. )
  1538. SLA 505: ethernetPing ... 2ms at 2017-06-16 07:56:25\nRRD[update 10.171.3.21/sla-505.rrd N:2 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1539. [RRD Disabled]The following datasources were collected for #505:
  1540. Array
  1541. (
  1542. [rtt] => 2
  1543. )
  1544. SLA 7070: 23 ... 0ms at 2017-06-16 07:56:25\nRRD[update 10.171.3.21/sla-7070.rrd N:0 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1545. [RRD Disabled]The following datasources were collected for #7070:
  1546. Array
  1547. (
  1548. [rtt] => 0
  1549. )
  1550. SLA 7082: 23 ... 0ms at 2017-06-16 07:56:25\nRRD[update 10.171.3.21/sla-7082.rrd N:0 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1551. [RRD Disabled]The following datasources were collected for #7082:
  1552. Array
  1553. (
  1554. [rtt] => 0
  1555. )
  1556. SLA 7200: 23 ... 0ms at 2017-06-16 07:56:25\nRRD[update 10.171.3.21/sla-7200.rrd N:0 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1557. [RRD Disabled]The following datasources were collected for #7200:
  1558. Array
  1559. (
  1560. [rtt] => 0
  1561. )
  1562. SLA 8000: 24 ... 0ms at 2017-06-16 07:56:25\nRRD[update 10.171.3.21/sla-8000.rrd N:0 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1563. [RRD Disabled]The following datasources were collected for #8000:
  1564. Array
  1565. (
  1566. [rtt] => 0
  1567. )
  1568. SLA 8001: 24 ... 0ms at 2017-06-16 07:56:25\nRRD[update 10.171.3.21/sla-8001.rrd N:0 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1569. [RRD Disabled]The following datasources were collected for #8001:
  1570. Array
  1571. (
  1572. [rtt] => 0
  1573. )
  1574. SLA 100001: ethernetPing ... 2ms at 2017-06-16 07:56:25\nRRD[update 10.171.3.21/sla-100001.rrd N:2 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1575. [RRD Disabled]The following datasources were collected for #100001:
  1576. Array
  1577. (
  1578. [rtt] => 2
  1579. )
  1580. SLA 100002: ethernetJitter ... 0ms at 2017-06-16 07:56:25\nRRD[update 10.171.3.21/sla-100002.rrd N:0 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1581. [RRD Disabled]The following datasources were collected for #100002:
  1582. Array
  1583. (
  1584. [rtt] => 0
  1585. )
  1586.  
  1587. >> Runtime for poller module 'cisco-sla': 0.3266 seconds with 15352 bytes
  1588. #### Unload poller module cisco-sla ####
  1589.  
  1590. RRD[update 10.171.3.21/poller-perf-cisco-sla.rrd N:0.32663011550903 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1591. [RRD Disabled]
  1592.  
  1593. *** DEVICE GROUPS OUTPUT REMOVED ***
  1594.  
  1595.  
  1596. RRD[update 10.171.3.21/poller-perf.rrd N:5.041 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1597. [RRD Disabled]RRD[update 10.171.3.21/ping-perf.rrd N:3.09 --daemon unix:/var/run/rrdcached/rrdcached.sock]
  1598. [RRD Disabled]Polled in 5.041 seconds
  1599. Updating 10.171.3.21
  1600. SQL[UPDATE `devices` set `uptime` ='34258',`last_ping` =NOW(),`last_ping_timetaken` ='3.09',`last_polled` =NOW(),`last_polled_timetaken` ='5.041' WHERE `device_id` = '314']
  1601. UPDATED!
  1602. #### Start Alerts ####
  1603. SQL[SELECT `device_group_id` FROM `device_group_device` WHERE `device_id`='314']
  1604. SQL[SELECT alert_schedule.schedule_id FROM alert_schedule LEFT JOIN alert_schedule_items ON alert_schedule.schedule_id=alert_schedule_items.schedule_id WHERE ( alert_schedule_items.target = '314' || alert_schedule_items.target = 'g50' ) && ((alert_schedule.recurring = 0 AND (NOW() BETWEEN alert_schedule.start AND alert_schedule.end)) OR (alert_schedule.recurring = 1 AND (alert_schedule.start_recurring_dt <= date_format(NOW(), '--%d') AND (end_recurring_dt >= date_format(NOW(), '--%d') OR end_recurring_dt is NULL OR end_recurring_dt = '0000-00-00' OR end_recurring_dt = '')) AND (date_format(now(), '%H:%i:%s') BETWEEN `start_recurring_hr` AND end_recurring_hr) AND (recurring_day LIKE CONCAT('%',date_format(now(), ''),'%') OR recurring_day is null or recurring_day = ''))) LIMIT 1]
  1605. SQL[SELECT `device_group_id` FROM `device_group_device` WHERE `device_id`='314']
  1606. SQL[SELECT alert_rules.* FROM alert_rules LEFT JOIN alert_map ON alert_rules.id=alert_map.rule WHERE alert_rules.disabled = 0 && ( (alert_rules.device_id = -1 || alert_rules.device_id = '314' ) || alert_map.target = '314' || alert_map.target = 'g50' )]
  1607. #### End Alerts ####
  1608. SQL[INSERT INTO `perf_times` (`type`,`doing`,`start`,`duration`,`devices`,`poller`) VALUES ('poll','10.171.3.21','1497648443.2503','5.161','1','hotsls-librenms\n')]
  1609. ./poller.php 10.171.3.21 2017-06-16 17:27:28 - 1 devices polled in 5.161 secs
  1610. SNMP: Get[5/0.29s] Walk [2/0.23s]
  1611. MySQL: Cell[53/0.02s] Row[1/0.00s] Rows[7/0.01s] Column[3/0.00s] Update[1/0.01s] Insert[2/0.00s] Delete[0/0.00s]
  1612. -bash-4.2$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement