Advertisement
Guest User

Untitled

a guest
Jun 4th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. 'vlan_id': '762'},
  2. {'interfaces': ['Gi8/34'],
  3. 'mac': 'bcae.c572.6ab0',
  4. 'type': 'D',
  5. 'vlan_id': '802'},
  6. {'interfaces': ['Te9/1'],
  7. 'mac': '0013.4939.2742',
  8. 'type': 'D',
  9. 'vlan_id': '765'},
  10. {'interfaces': ['Gi8/30'],
  11. 'mac': '0013.49c7.c4e8',
  12. 'type': 'D',
  13. 'vlan_id': '840'},
  14. {'interfaces': ['Te9/1'],
  15. 'mac': '0018.8246.0f10',
  16. 'type': 'D',
  17. 'vlan_id': '3100'},
  18. {'interfaces': ['Te9/1'],
  19. 'mac': '2ce4.123d.73e9',
  20. 'type': 'D',
  21. 'vlan_id': '778'},
  22. {'interfaces': ['Te9/1'],
  23. 'mac': 'c0ac.5470.0b93',
  24. 'type': 'D',
  25. 'vlan_id': '759'}]
  26. ------------------------------------------------------------------------
  27. File: /opt/noc/sa/script/script.py (Line: 445)
  28. Function: run
  29. 438
  30. 439 def run(self):
  31. 440 """Script thread worker method"""
  32. 441 self.debug("Running")
  33. 442 result = None
  34. 443 try:
  35. 444 with self.cancelable():
  36. 445 ==> result = self.guarded_run()
  37. 446 except self.TimeOutError:
  38. 447 self.error("Timed out")
  39. 448 self.e_timeout = True
  40. 449 except CancelledError:
  41. 450 self.error("Cancelled")
  42. 451 self.e_cancel = True
  43. Variables:
  44. self = <Script(Thread-2, started 139713330595584)>
  45. r =
  46. ["<class 'noc.sa.interfaces.base.InterfaceTypeError'>",
  47. "DictParameter: {'mac': '00:E0:FC:DB:E0:C1', 'type': 'D', 'interfaces': ['flood to vlan601 (unicast)'], 'vlan_id': 601}. Invalid value for 'interfaces': Invalid interface 'flood to vlan601 (unicast)'"]
  48. result = None
  49. v =
  50. InterfaceTypeError("DictParameter: {'mac': '00:E0:FC:DB:E0:C1', 'type': 'D', 'interfaces': ['flood to vlan601 (unicast)'], 'vlan_id': 601}. Invalid value for 'interfaces': Invalid interface 'flood to vlan601 (unicast)'",)
  51. tb = <traceback object at 0x7f117cf0e0e0>
  52. t = <class 'noc.sa.interfaces.base.InterfaceTypeError'>
  53. ------------------------------------------------------------------------
  54. END OF TRACEBACK
  55. 2013-06-04 11:27:31,162 Tick
  56. 2013-06-04 11:27:37,489 Resetting wait ticks
  57. 2013-06-04 11:27:37,488 [Cisco.IOS.get_mac_address_table(7609-yla-srv, 192.168.65.212)] Closing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement