Advertisement
Guest User

Untitled

a guest
Feb 26th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. root@noc-srv:/opt/noc# ./noc debug-script get_config x460-lab
  2. 2014-02-26 17:38:54,048 SSH: Using gmpy
  3. 2014-02-26 17:38:54,354 Using JSON library: cjson
  4. 2014-02-26 17:38:54,482 Loading PeriodicRegistry
  5. 2014-02-26 17:38:54,487 Loading DownloaderRegistry
  6. 2014-02-26 17:38:54,526 Loading ProfileRegistry
  7. 2014-02-26 17:38:55,184 Loading ScriptRegistry
  8. 2014-02-26 17:38:55,549 Setting up 'select' polling method
  9. 2014-02-26 17:38:55,550 Activating 'select' poller
  10. 2014-02-26 17:38:55,550 Loading private ssh key from 'etc/ssh/id_rsa'
  11. 2014-02-26 17:38:55,551 Loading public ssh key from 'etc/ssh/id_rsa.pub'
  12. access_profile {
  13. profile: "Extreme.XOS"
  14. scheme: SSH
  15. address: "192.168.0.10"
  16. user: "noc"
  17. password: "noc123"
  18. }
  19. object_name: "x460-lab"
  20. script: "Extreme.XOS.get_config"
  21.  
  22. 2014-02-26 17:38:55,553 Running script thread
  23. 2014-02-26 17:38:55,554 Running socket factory (SelectPoller)
  24. 2014-02-26 17:38:55,554 Creating transaction id=6217722 method=None callback=None
  25. 2014-02-26 17:38:55,555 [Extreme.XOS.get_config(x460-lab, 192.168.0.10)] Running
  26. 2014-02-26 17:38:55,555 [Extreme.XOS.get_config(x460-lab, 192.168.0.10)] Running script: Extreme.XOS.get_config ({})
  27. 2014-02-26 17:38:55,555 [Extreme.XOS.get_config(x460-lab, 192.168.0.10)] cli(show config)
  28. 2014-02-26 17:38:55,555 [Extreme.XOS.get_config(x460-lab, 192.168.0.10)] Running new provider
  29. 2014-02-26 17:38:55,556 [SSH: 192.168.0.10] ==> SSH_START
  30. 2014-02-26 17:38:55,556 [SSH: 192.168.0.10] set_timeout(30)
  31. 2014-02-26 17:38:55,556 register_socket(<CLISSHSocket(0x43d7790, 192.168.0.10:22, )>,None)
  32. 2014-02-26 17:38:56,555 Tick
  33. 2014-02-26 17:38:56,555 3 TICKS TO EXIT
  34. 2014-02-26 17:38:56,555 [SSH: 192.168.0.10] Initializing socket
  35. 2014-02-26 17:38:56,555 [SSH: 192.168.0.10] Connecting 192.168.0.10:22
  36. 2014-02-26 17:38:56,569 [SSH: 192.168.0.10] Connected
  37. 2014-02-26 17:38:56,572 [SSH: 192.168.0.10] event(SSH_VERSION)
  38. 2014-02-26 17:38:56,573 [SSH: 192.168.0.10] ==> SSH_VERSION
  39. 2014-02-26 17:38:56,573 [SSH: 192.168.0.10] Remote protocol version 2.0, remote software version 4.1.2 SSH Secure Shell Toolkit
  40. 2014-02-26 17:38:56,573 [SSH: 192.168.0.10] Setting SSH transforms to: in=none none, out=none none
  41. 2014-02-26 17:38:56,574 [SSH: 192.168.0.10] Setting SSH transform keys
  42. 2014-02-26 17:38:56,574 [SSH: 192.168.0.10] Sending message type MSG_KEXINIT (20)
  43. 2014-02-26 17:38:56,574 [SSH: 192.168.0.10] event(SSH_KEY_EXCHANGE)
  44. 2014-02-26 17:38:56,575 [SSH: 192.168.0.10] ==> SSH_KEY_EXCHANGE
  45. 2014-02-26 17:38:56,577 [SSH: 192.168.0.10] Receiving message type MSG_KEXINIT (20)
  46. 2014-02-26 17:38:56,577 [SSH: 192.168.0.10] Receiving server proposals: kex=['diffie-hellman-group1-sha1'] key=['ssh-dss'] enc_cs=['aes256-cbc', 'aes192-cbc', 'aes128-cbc', 'twofish256-cbc', 'twofish-cbc', 'twofish192-cbc', 'twofish128-cbc', 'blowfish-cbc', '3des-cbc'] enc_sc=['aes256-cbc', 'aes192-cbc', 'aes128-cbc', 'twofish256-cbc', 'twofish-cbc', 'twofish192-cbc', 'twofish128-cbc', 'blowfish-cbc', '3des-cbc'] mac_cs=['hmac-sha1', 'hmac-md5', 'hmac-sha1-96', 'hmac-md5-96'] mac_sc=['hmac-sha1', 'hmac-md5', 'hmac-sha1-96', 'hmac-md5-96'] comp_cs=['none'] comp_sc['none']
  47. 2014-02-26 17:38:56,578 [SSH: 192.168.0.10] Setting SSH transforms to: in=aes256-cbc hmac-sha1, out=aes256-cbc hmac-sha1
  48. 2014-02-26 17:38:56,578 [SSH: 192.168.0.10] Selecting diffie-hellman-group1-sha1 ssh-dss, in=(aes256-cbc hmac-sha1 none) out=(aes256-cbc hmac-sha1 none)
  49. 2014-02-26 17:38:56,580 [SSH: 192.168.0.10] Sending message type MSG_KEX_DH_GEX_REQUEST_OLD (30)
  50. 2014-02-26 17:38:56,895 [SSH: 192.168.0.10] Receiving message type MSG_KEXDH_REPLY (31)
  51. 2014-02-26 17:38:56,896 [SSH: 192.168.0.10] Server PK fingerprint: 2a:46:75:1f:f2:d7:a5:a5:66:e4:f4:13:dc:fe:c3:af
  52. 2014-02-26 17:38:56,898 [SSH: 192.168.0.10] Sending message type MSG_DISCONNECT (1)
  53. 2014-02-26 17:38:56,898 [SSH: 192.168.0.10] Disconnecting: Bad signature (KEY_EXCHANGE_FAILED:3)
  54. 2014-02-26 17:38:56,898 [SSH: 192.168.0.10] event(FAILURE)
  55. 2014-02-26 17:38:56,898 [SSH: 192.168.0.10] ==> FAILURE
  56. 2014-02-26 17:38:56,899 [SSH: 192.168.0.10] set_patterns([])
  57. 2014-02-26 17:38:56,899 [SSH: 192.168.0.10] Receiving message type MSG_NEWKEYS (21)
  58. 2014-02-26 17:38:56,901 [SSH: 192.168.0.10] Closing socket
  59. 2014-02-26 17:38:56,901 unregister_socket(<CLISSHSocket(0x43d7790, 192.168.0.10:22, closing)>)
  60. 2014-02-26 17:38:56,932 [Extreme.XOS.get_config(x460-lab, 192.168.0.10)] CLI Provider is ready
  61. 2014-02-26 17:38:56,932 [Extreme.XOS.get_config(x460-lab, 192.168.0.10)] Disable paging
  62. 2014-02-26 17:38:56,932 [Extreme.XOS.get_config(x460-lab, 192.168.0.10)] cli(disable clipaging)
  63. 2014-02-26 17:38:56,932 [SSH: 192.168.0.10] submit('disable clipaging', bulk_lines=None, streaming=False)
  64. 2014-02-26 17:38:56,932 [Extreme.XOS.get_config(x460-lab, 192.168.0.10)] Login failed: Disconnecting: Bad signature (KEY_EXCHANGE_FAILED:3)
  65. 2014-02-26 17:38:56,933 [Extreme.XOS.get_config(x460-lab, 192.168.0.10)] Closing
  66. 2014-02-26 17:38:56,933 Requesting call: <bound method CLISSHSocket.close of <CLISSHSocket(0x43d7790, 192.168.0.10:22, closing)>>(*(), **{'flush': True})
  67. 2014-02-26 17:38:57,903 Tick
  68. 2014-02-26 17:38:57,903 Calling delayed <bound method CLISSHSocket.close of <CLISSHSocket(0x43d7790, 192.168.0.10:22, closing)>>(*(), **{'flush': True})
  69. 2014-02-26 17:38:57,904 2 TICKS TO EXIT
  70. 2014-02-26 17:38:58,905 Tick
  71. 2014-02-26 17:38:58,905 1 TICKS TO EXIT
  72. 2014-02-26 17:38:59,906 Tick
  73. 2014-02-26 17:38:59,907 EXIT
  74. 2014-02-26 17:38:59,907 Shutting down the factory
  75. 2014-02-26 17:38:59,907 0 TICKS TO EXIT
  76. 2014-02-26 17:38:59,907 Stopping socket factory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement