Advertisement
Guest User

Untitled

a guest
Sep 13th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.90 KB | None | 0 0
  1. UNHANDLED EXCEPTION (2014-09-13 16:45:49.664475)
  2. Working directory: /opt/noc
  3. <type 'exceptions.TypeError'>
  4. clean() takes exactly 1 argument (2 given)
  5. START OF TRACEBACK
  6. ------------------------------------------------------------------------
  7. File: /opt/noc/inv/models/object.py (Line: 70)
  8. Function: set_data
  9. 63 v = self.data.get(interface, {})
  10. 64 return v.get(key)
  11. 65
  12. 66 def set_data(self, interface, key, value):
  13. 67 attr = self.get_interface_attr(interface, key)
  14. 68 if attr.is_const:
  15. 69 raise ModelDataError("Cannot set read-only value")
  16. 70 ==> value = attr.clean(value)
  17. 71 # @todo: Check interface restrictions
  18. 72 if interface not in self.data:
  19. 73 self.data[interface] = {}
  20. 74 self.data[interface][key] = value
  21. 75
  22. 76 def reset_data(self, interface, key):
  23. Variables:
  24. key = 'managed_object'
  25. interface = 'management'
  26. self = <Object: 541412a6f3b682df57231aa0>
  27. attr = <ModelInterfaceAttr: managed_object>
  28. value = 65
  29. ------------------------------------------------------------------------
  30. File: /opt/noc/inv/discovery/reports/asset.py (Line: 150)
  31. Function: submit
  32. 143 system="DISCOVERY", managed_object=self.object,
  33. 144 op="CHANGE"
  34. 145 )
  35. 146 # Check management
  36. 147 if o.get_data("management", "managed"):
  37. 148 if o.get_data("management", "managed_object") != self.object.id:
  38. 149 self.info("Changing object management to '%s'" % self.object.name)
  39. 150 ==> o.set_data("management", "managed_object", self.object.id)
  40. 151 o.save()
  41. 152 o.log(
  42. 153 "Management granted",
  43. 154 system="DISCOVERY", managed_object=self.object,
  44. 155 op="CHANGE"
  45. 156 )
  46. Variables:
  47. vnd = <Vendor: Cisco Systems>
  48. vendor = 'CISCO'
  49. description = 'ASR 9010 DC Chassis with PEM Version 2'
  50. part_no = ['ASR-9010-DC-V2']
  51. self = <noc.inv.discovery.reports.asset.AssetReport object at 0x80ec99890>
  52. m = <ObjectModel: Cisco | ASR9k | ASR-9010-DC-V2>
  53. number = 'None'
  54. is_unknown_xcvr = False
  55. p = 'ASR-9010-DC-V2'
  56. builtin = False
  57. o = <Object: 541412a6f3b682df57231aa0>
  58. scope = u'chassis'
  59. serial = 'FOX1751GX02'
  60. type = 'CHASSIS'
  61. revision = 'V02'
  62. ------------------------------------------------------------------------
  63. File: /opt/noc/inv/discovery/jobs/asset_discovery.py (Line: 41)
  64. Function: handler
  65. 34 for o in result:
  66. 35 self.debug("Submit %s" % str_dict(o))
  67. 36 self.report.submit(
  68. 37 type=o["type"], number=o.get("number"),
  69. 38 builtin=o["builtin"],
  70. 39 vendor=o.get("vendor"), part_no=o["part_no"],
  71. 40 revision=o.get("revision"), serial=o.get("serial"),
  72. 41 ==> description=o.get("description")
  73. 42 )
  74. 43 # Assign stack members
  75. 44 self.report.submit_stack_members()
  76. 45 #
  77. 46 self.report.submit_connections()
  78. 47 #
  79. Variables:
  80. self =
  81. <noc.inv.discovery.jobs.asset_discovery.AssetDiscoveryJob object at 0x80edf6c50>
  82. object = <ManagedObject: bb-56-1>
  83. result =
  84. [{'builtin': False,
  85. 'description': 'ASR 9010 DC Chassis with PEM Version 2',
  86. 'number': 'None',
  87. 'part_no': ['ASR-9010-DC-V2'],
  88. 'revision': 'V02',
  89. 'serial': 'FOX1751GX02',
  90. 'type': 'CHASSIS',
  91. 'vendor': 'CISCO'},
  92. {'builtin': False,
  93. 'description': 'ASR9K Route Switch Processor with 440G/slot Fabric and 12GB',
  94. 'number': '0',
  95. 'part_no': ['A9K-RSP440-SE'],
  96. 'revision': 'V04',
  97. 'serial': 'FOC1801N4NK',
  98. 'type': 'RSP',
  99. 'vendor': 'CISCO'},
  100. {'builtin': False,
  101. 'description': 'ASR9K Route Switch Processor with 440G/slot Fabric and 12GB',
  102. 'number': '1',
  103. 'part_no': ['A9K-RSP440-SE'],
  104. 'revision': 'V04',
  105. 'serial': 'FOC1801N4S3',
  106. 'type': 'RSP',
  107. 'vendor': 'CISCO'},
  108. {'builtin': False,
  109. 'description': 'ASR 9010 Fan Tray Version 2',
  110. 'number': '0',
  111. 'part_no': ['ASR-9010-FAN-V2'],
  112. 'revision': 'V01',
  113. 'serial': 'FOC1751N9NK',
  114. 'type': 'FAN',
  115. 'vendor': 'CISCO'},
  116. {'builtin': False,
  117. 'description': 'ASR 9010 Fan Tray Version 2',
  118. 'number': '1',
  119. 'part_no': ['ASR-9010-FAN-V2'],
  120. 'revision': 'V01',
  121. 'serial': 'FOC1751N9MC',
  122. 'type': 'FAN',
  123. 'vendor': 'CISCO'},
  124. {'builtin': False,
  125. 'description': '80G Modular Linecard, Packet Transport Optimized',
  126. 'number': '0',
  127. 'part_no': ['A9K-MOD80-TR'],
  128. 'revision': 'V06',
  129. 'serial': 'FOC1751N6CT',
  130. 'type': 'MOD',
  131. 'vendor': 'CISCO'},
  132. {'builtin': False,
  133. 'description': 'ASR 9000 4-port 10GE Modular Port Adapter',
  134. 'number': '1',
  135. 'part_no': ['A9K-MPA-4X10GE'],
  136. 'revision': 'V05',
  137. 'serial': 'FOC1801N391',
  138. 'type': 'MPA',
  139. 'vendor': 'CISCO'},
  140. {'builtin': False,
  141. 'description': 'Multirate 10GBASE-ER and OC-192/STM-64 IR-2 XFP, SMF',
  142. 'number': '1',
  143. 'part_no': ['XFP-10GER-192IR+'],
  144. 'revision': 'V02',
  145. 'serial': 'SPC1645023E',
  146. 'type': 'XCVR',
  147. 'vendor': 'CISCO'},
  148. {'builtin': False,
  149. 'description': 'Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF',
  150. 'number': '2',
  151. 'part_no': ['XFP-10GLR-OC192SR'],
  152. 'revision': 'V04',
  153. 'serial': 'SPC170102XR',
  154. 'type': 'XCVR',
  155. 'vendor': 'CISCO'},
  156. {'builtin': False,
  157. 'description': 'Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF',
  158. 'number': '3',
  159. 'part_no': ['XFP-10GLR-OC192SR'],
  160. 'revision': 'V03',
  161. 'serial': 'SPC161400XL',
  162. 'type': 'XCVR',
  163. 'vendor': 'CISCO'},
  164. {'builtin': False,
  165. 'description': '80G Modular Linecard, Service Edge Optimized',
  166. 'number': '1',
  167. 'part_no': ['A9K-MOD80-SE'],
  168. 'revision': 'V05',
  169. 'serial': 'FOC1747N1WB',
  170. 'type': 'MOD',
  171. 'vendor': 'CISCO'},
  172. {'builtin': False,
  173. 'description': 'ASR 9000 20-port 1GE Modular Port Adapter',
  174. 'number': '0',
  175. 'part_no': ['A9K-MPA-20X1GE'],
  176. 'revision': 'V02',
  177. 'serial': 'FOC1739N2MF',
  178. 'type': 'MPA',
  179. 'vendor': 'CISCO'},
  180. {'builtin': False,
  181. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  182. 'number': '0',
  183. 'part_no': ['GLC-LH-SMD'],
  184. 'revision': 'V01',
  185. 'serial': 'FNS17460ZWK',
  186. 'type': 'XCVR',
  187. 'vendor': 'CISCO'},
  188. {'builtin': False,
  189. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  190. 'number': '1',
  191. 'part_no': ['GLC-LH-SMD'],
  192. 'revision': 'V01',
  193. 'serial': 'FNS17460TWD',
  194. 'type': 'XCVR',
  195. 'vendor': 'CISCO'},
  196. {'builtin': False,
  197. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  198. 'number': '2',
  199. 'part_no': ['GLC-LH-SMD'],
  200. 'revision': 'V01',
  201. 'serial': 'FNS17460F1N',
  202. 'type': 'XCVR',
  203. 'vendor': 'CISCO'},
  204. {'builtin': False,
  205. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  206. 'number': '3',
  207. 'part_no': ['GLC-LH-SMD'],
  208. 'revision': 'V01',
  209. 'serial': 'FNS17460E3S',
  210. 'type': 'XCVR',
  211. 'vendor': 'CISCO'},
  212. {'builtin': False,
  213. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  214. 'number': '4',
  215. 'part_no': ['GLC-LH-SMD'],
  216. 'revision': 'V01',
  217. 'serial': 'FNS17460JR3',
  218. 'type': 'XCVR',
  219. 'vendor': 'CISCO'},
  220. {'builtin': False,
  221. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  222. 'number': '5',
  223. 'part_no': ['GLC-LH-SMD'],
  224. 'revision': 'V01',
  225. 'serial': 'FNS17460XUS',
  226. 'type': 'XCVR',
  227. 'vendor': 'CISCO'},
  228. {'builtin': False,
  229. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  230. 'number': '6',
  231. 'part_no': ['GLC-LH-SMD'],
  232. 'revision': 'V01',
  233. 'serial': 'FNS1746049T',
  234. 'type': 'XCVR',
  235. 'vendor': 'CISCO'},
  236. {'builtin': False,
  237. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  238. 'number': '7',
  239. 'part_no': ['GLC-LH-SMD'],
  240. 'revision': 'V01',
  241. 'serial': 'FNS17460AZG',
  242. 'type': 'XCVR',
  243. 'vendor': 'CISCO'},
  244. {'builtin': False,
  245. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  246. 'number': '8',
  247. 'part_no': ['GLC-LH-SMD'],
  248. 'revision': 'V01',
  249. 'serial': 'FNS17460R10',
  250. 'type': 'XCVR',
  251. 'vendor': 'CISCO'},
  252. {'builtin': False,
  253. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  254. 'number': '9',
  255. 'part_no': ['GLC-LH-SMD'],
  256. 'revision': 'V01',
  257. 'serial': 'FNS17460ADF',
  258. 'type': 'XCVR',
  259. 'vendor': 'CISCO'},
  260. {'builtin': False,
  261. 'description': 'ASR 9000 4-port 10GE Modular Port Adapter',
  262. 'number': '1',
  263. 'part_no': ['A9K-MPA-4X10GE'],
  264. 'revision': 'V05',
  265. 'serial': 'FOC1801N39Z',
  266. 'type': 'MPA',
  267. 'vendor': 'CISCO'},
  268. {'builtin': False,
  269. 'description': 'Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF',
  270. 'number': '0',
  271. 'part_no': ['XFP-10GLR-OC192SR'],
  272. 'revision': 'V04',
  273. 'serial': 'SPC16530F2H',
  274. 'type': 'XCVR',
  275. 'vendor': 'CISCO'},
  276. {'builtin': False,
  277. 'description': 'Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF',
  278. 'number': '1',
  279. 'part_no': ['XFP-10GLR-OC192SR'],
  280. 'revision': 'V04',
  281. 'serial': 'SPC174206GS',
  282. 'type': 'XCVR',
  283. 'vendor': 'CISCO'},
  284. {'builtin': False,
  285. 'description': 'Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF',
  286. 'number': '2',
  287. 'part_no': ['XFP-10GLR-OC192SR'],
  288. 'revision': 'V02',
  289. 'serial': 'AGA1141N45J',
  290. 'type': 'XCVR',
  291. 'vendor': 'CISCO'},
  292. {'builtin': False,
  293. 'description': 'Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF',
  294. 'number': '3',
  295. 'part_no': ['XFP-10GLR-OC192SR'],
  296. 'revision': 'V04',
  297. 'serial': 'ONT164703B9',
  298. 'type': 'XCVR',
  299. 'vendor': 'CISCO'},
  300. {'builtin': False,
  301. 'description': '2kW DC V2 Power Module',
  302. 'number': '0',
  303. 'part_no': ['PWR-2KW-DC-V2'],
  304. 'revision': 'V02',
  305. 'serial': 'DTM174205XT',
  306. 'type': 'PWR',
  307. 'vendor': 'CISCO'},
  308. {'builtin': False,
  309. 'description': '2kW DC V2 Power Module',
  310. 'number': '1',
  311. 'part_no': ['PWR-2KW-DC-V2'],
  312. 'revision': 'V02',
  313. 'serial': 'DTM174205XV',
  314. 'type': 'PWR',
  315. 'vendor': 'CISCO'},
  316. {'builtin': False,
  317. 'description': '2kW DC V2 Power Module',
  318. 'number': '4',
  319. 'part_no': ['PWR-2KW-DC-V2'],
  320. 'revision': 'V02',
  321. 'serial': 'DTM174205C7',
  322. 'type': 'PWR',
  323. 'vendor': 'CISCO'},
  324. {'builtin': False,
  325. 'description': '2kW DC V2 Power Module',
  326. 'number': '5',
  327. 'part_no': ['PWR-2KW-DC-V2'],
  328. 'revision': 'V02',
  329. 'serial': 'DTM174205S9',
  330. 'type': 'PWR',
  331. 'vendor': 'CISCO'}]
  332. o =
  333. {'builtin': False,
  334. 'description': 'ASR 9010 DC Chassis with PEM Version 2',
  335. 'number': 'None',
  336. 'part_no': ['ASR-9010-DC-V2'],
  337. 'revision': 'V02',
  338. 'serial': 'FOX1751GX02',
  339. 'type': 'CHASSIS',
  340. 'vendor': 'CISCO'}
  341. ------------------------------------------------------------------------
  342. File: /opt/noc/lib/scheduler/scheduler.py (Line: 283)
  343. Function: _job_wrapper
  344. 276 else:
  345. 277 return self._job_wrapper(job, **kwargs)
  346. 278
  347. 279 def _job_wrapper(self, job, **kwargs):
  348. 280 tb = None
  349. 281 t0 = time.time()
  350. 282 try:
  351. 283 ==> r = job.handler(**kwargs)
  352. 284 except Exception:
  353. 285 # error_report()
  354. 286 tb = get_traceback()
  355. 287 job.error(tb)
  356. 288 job.on_exception()
  357. 289 s = job.S_EXCEPTION
  358. Variables:
  359. job =
  360. <noc.inv.discovery.jobs.asset_discovery.AssetDiscoveryJob object at 0x80edf6c50>
  361. tb = None
  362. self = <noc.inv.discovery.scheduler.DiscoveryScheduler object at 0x80cf50a90>
  363. t0 = 1410612349.614572
  364. kwargs =
  365. {'object': <ManagedObject: bb-56-1>,
  366. 'result': [{'builtin': False,
  367. 'description': 'ASR 9010 DC Chassis with PEM Version 2',
  368. 'number': 'None',
  369. 'part_no': ['ASR-9010-DC-V2'],
  370. 'revision': 'V02',
  371. 'serial': 'FOX1751GX02',
  372. 'type': 'CHASSIS',
  373. 'vendor': 'CISCO'},
  374. {'builtin': False,
  375. 'description': 'ASR9K Route Switch Processor with 440G/slot Fabric and 12GB',
  376. 'number': '0',
  377. 'part_no': ['A9K-RSP440-SE'],
  378. 'revision': 'V04',
  379. 'serial': 'FOC1801N4NK',
  380. 'type': 'RSP',
  381. 'vendor': 'CISCO'},
  382. {'builtin': False,
  383. 'description': 'ASR9K Route Switch Processor with 440G/slot Fabric and 12GB',
  384. 'number': '1',
  385. 'part_no': ['A9K-RSP440-SE'],
  386. 'revision': 'V04',
  387. 'serial': 'FOC1801N4S3',
  388. 'type': 'RSP',
  389. 'vendor': 'CISCO'},
  390. {'builtin': False,
  391. 'description': 'ASR 9010 Fan Tray Version 2',
  392. 'number': '0',
  393. 'part_no': ['ASR-9010-FAN-V2'],
  394. 'revision': 'V01',
  395. 'serial': 'FOC1751N9NK',
  396. 'type': 'FAN',
  397. 'vendor': 'CISCO'},
  398. {'builtin': False,
  399. 'description': 'ASR 9010 Fan Tray Version 2',
  400. 'number': '1',
  401. 'part_no': ['ASR-9010-FAN-V2'],
  402. 'revision': 'V01',
  403. 'serial': 'FOC1751N9MC',
  404. 'type': 'FAN',
  405. 'vendor': 'CISCO'},
  406. {'builtin': False,
  407. 'description': '80G Modular Linecard, Packet Transport Optimized',
  408. 'number': '0',
  409. 'part_no': ['A9K-MOD80-TR'],
  410. 'revision': 'V06',
  411. 'serial': 'FOC1751N6CT',
  412. 'type': 'MOD',
  413. 'vendor': 'CISCO'},
  414. {'builtin': False,
  415. 'description': 'ASR 9000 4-port 10GE Modular Port Adapter',
  416. 'number': '1',
  417. 'part_no': ['A9K-MPA-4X10GE'],
  418. 'revision': 'V05',
  419. 'serial': 'FOC1801N391',
  420. 'type': 'MPA',
  421. 'vendor': 'CISCO'},
  422. {'builtin': False,
  423. 'description': 'Multirate 10GBASE-ER and OC-192/STM-64 IR-2 XFP, SMF',
  424. 'number': '1',
  425. 'part_no': ['XFP-10GER-192IR+'],
  426. 'revision': 'V02',
  427. 'serial': 'SPC1645023E',
  428. 'type': 'XCVR',
  429. 'vendor': 'CISCO'},
  430. {'builtin': False,
  431. 'description': 'Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF',
  432. 'number': '2',
  433. 'part_no': ['XFP-10GLR-OC192SR'],
  434. 'revision': 'V04',
  435. 'serial': 'SPC170102XR',
  436. 'type': 'XCVR',
  437. 'vendor': 'CISCO'},
  438. {'builtin': False,
  439. 'description': 'Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF',
  440. 'number': '3',
  441. 'part_no': ['XFP-10GLR-OC192SR'],
  442. 'revision': 'V03',
  443. 'serial': 'SPC161400XL',
  444. 'type': 'XCVR',
  445. 'vendor': 'CISCO'},
  446. {'builtin': False,
  447. 'description': '80G Modular Linecard, Service Edge Optimized',
  448. 'number': '1',
  449. 'part_no': ['A9K-MOD80-SE'],
  450. 'revision': 'V05',
  451. 'serial': 'FOC1747N1WB',
  452. 'type': 'MOD',
  453. 'vendor': 'CISCO'},
  454. {'builtin': False,
  455. 'description': 'ASR 9000 20-port 1GE Modular Port Adapter',
  456. 'number': '0',
  457. 'part_no': ['A9K-MPA-20X1GE'],
  458. 'revision': 'V02',
  459. 'serial': 'FOC1739N2MF',
  460. 'type': 'MPA',
  461. 'vendor': 'CISCO'},
  462. {'builtin': False,
  463. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  464. 'number': '0',
  465. 'part_no': ['GLC-LH-SMD'],
  466. 'revision': 'V01',
  467. 'serial': 'FNS17460ZWK',
  468. 'type': 'XCVR',
  469. 'vendor': 'CISCO'},
  470. {'builtin': False,
  471. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  472. 'number': '1',
  473. 'part_no': ['GLC-LH-SMD'],
  474. 'revision': 'V01',
  475. 'serial': 'FNS17460TWD',
  476. 'type': 'XCVR',
  477. 'vendor': 'CISCO'},
  478. {'builtin': False,
  479. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  480. 'number': '2',
  481. 'part_no': ['GLC-LH-SMD'],
  482. 'revision': 'V01',
  483. 'serial': 'FNS17460F1N',
  484. 'type': 'XCVR',
  485. 'vendor': 'CISCO'},
  486. {'builtin': False,
  487. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  488. 'number': '3',
  489. 'part_no': ['GLC-LH-SMD'],
  490. 'revision': 'V01',
  491. 'serial': 'FNS17460E3S',
  492. 'type': 'XCVR',
  493. 'vendor': 'CISCO'},
  494. {'builtin': False,
  495. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  496. 'number': '4',
  497. 'part_no': ['GLC-LH-SMD'],
  498. 'revision': 'V01',
  499. 'serial': 'FNS17460JR3',
  500. 'type': 'XCVR',
  501. 'vendor': 'CISCO'},
  502. {'builtin': False,
  503. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  504. 'number': '5',
  505. 'part_no': ['GLC-LH-SMD'],
  506. 'revision': 'V01',
  507. 'serial': 'FNS17460XUS',
  508. 'type': 'XCVR',
  509. 'vendor': 'CISCO'},
  510. {'builtin': False,
  511. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  512. 'number': '6',
  513. 'part_no': ['GLC-LH-SMD'],
  514. 'revision': 'V01',
  515. 'serial': 'FNS1746049T',
  516. 'type': 'XCVR',
  517. 'vendor': 'CISCO'},
  518. {'builtin': False,
  519. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  520. 'number': '7',
  521. 'part_no': ['GLC-LH-SMD'],
  522. 'revision': 'V01',
  523. 'serial': 'FNS17460AZG',
  524. 'type': 'XCVR',
  525. 'vendor': 'CISCO'},
  526. {'builtin': False,
  527. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  528. 'number': '8',
  529. 'part_no': ['GLC-LH-SMD'],
  530. 'revision': 'V01',
  531. 'serial': 'FNS17460R10',
  532. 'type': 'XCVR',
  533. 'vendor': 'CISCO'},
  534. {'builtin': False,
  535. 'description': '1000BASE-LX/LH SFP transceiver module, MMF/SMF, 1310nm, DOM',
  536. 'number': '9',
  537. 'part_no': ['GLC-LH-SMD'],
  538. 'revision': 'V01',
  539. 'serial': 'FNS17460ADF',
  540. 'type': 'XCVR',
  541. 'vendor': 'CISCO'},
  542. {'builtin': False,
  543. 'description': 'ASR 9000 4-port 10GE Modular Port Adapter',
  544. 'number': '1',
  545. 'part_no': ['A9K-MPA-4X10GE'],
  546. 'revision': 'V05',
  547. 'serial': 'FOC1801N39Z',
  548. 'type': 'MPA',
  549. 'vendor': 'CISCO'},
  550. {'builtin': False,
  551. 'description': 'Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF',
  552. 'number': '0',
  553. 'part_no': ['XFP-10GLR-OC192SR'],
  554. 'revision': 'V04',
  555. 'serial': 'SPC16530F2H',
  556. 'type': 'XCVR',
  557. 'vendor': 'CISCO'},
  558. {'builtin': False,
  559. 'description': 'Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF',
  560. 'number': '1',
  561. 'part_no': ['XFP-10GLR-OC192SR'],
  562. 'revision': 'V04',
  563. 'serial': 'SPC174206GS',
  564. 'type': 'XCVR',
  565. 'vendor': 'CISCO'},
  566. {'builtin': False,
  567. 'description': 'Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF',
  568. 'number': '2',
  569. 'part_no': ['XFP-10GLR-OC192SR'],
  570. 'revision': 'V02',
  571. 'serial': 'AGA1141N45J',
  572. 'type': 'XCVR',
  573. 'vendor': 'CISCO'},
  574. {'builtin': False,
  575. 'description': 'Multirate 10GBASE-LR and OC-192/STM-64 SR-1 XFP, SMF',
  576. 'number': '3',
  577. 'part_no': ['XFP-10GLR-OC192SR'],
  578. 'revision': 'V04',
  579. 'serial': 'ONT164703B9',
  580. 'type': 'XCVR',
  581. 'vendor': 'CISCO'},
  582. {'builtin': False,
  583. 'description': '2kW DC V2 Power Module',
  584. 'number': '0',
  585. 'part_no': ['PWR-2KW-DC-V2'],
  586. 'revision': 'V02',
  587. 'serial': 'DTM174205XT',
  588. 'type': 'PWR',
  589. 'vendor': 'CISCO'},
  590. {'builtin': False,
  591. 'description': '2kW DC V2 Power Module',
  592. 'number': '1',
  593. 'part_no': ['PWR-2KW-DC-V2'],
  594. 'revision': 'V02',
  595. 'serial': 'DTM174205XV',
  596. 'type': 'PWR',
  597. 'vendor': 'CISCO'},
  598. {'builtin': False,
  599. 'description': '2kW DC V2 Power Module',
  600. 'number': '4',
  601. 'part_no': ['PWR-2KW-DC-V2'],
  602. 'revision': 'V02',
  603. 'serial': 'DTM174205C7',
  604. 'type': 'PWR',
  605. 'vendor': 'CISCO'},
  606. {'builtin': False,
  607. 'description': '2kW DC V2 Power Module',
  608. 'number': '5',
  609. 'part_no': ['PWR-2KW-DC-V2'],
  610. 'revision': 'V02',
  611. 'serial': 'DTM174205S9',
  612. 'type': 'PWR',
  613. 'vendor': 'CISCO'}]}
  614. ------------------------------------------------------------------------
  615. END OF TRACEBACK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement