Advertisement
Guest User

Untitled

a guest
Apr 29th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.43 KB | None | 0 0
  1. root@noc:/opt/noc# ./noc debug-script get_interfaces CoreSwitch
  2. 2014-04-29 11:41:37,516 SSH: Using gmpy
  3. 2014-04-29 11:41:37,682 Using JSON library: cjson
  4. 2014-04-29 11:41:37,741 Loading PeriodicRegistry
  5. 2014-04-29 11:41:37,745 Loading DownloaderRegistry
  6. 2014-04-29 11:41:37,778 Loading ProfileRegistry
  7. 2014-04-29 11:41:38,196 Loading ScriptRegistry
  8. 2014-04-29 11:41:38,413 Setting up 'select' polling method
  9. 2014-04-29 11:41:38,414 Activating 'select' poller
  10. 2014-04-29 11:41:38,414 Loading private ssh key from 'etc/ssh/id_rsa'
  11. 2014-04-29 11:41:38,414 Loading public ssh key from 'etc/ssh/id_rsa.pub'
  12. access_profile {
  13. profile: "MikroTik.RouterOS"
  14. scheme: SSH
  15. address: "172.16.111.1"
  16. user: "father"
  17. password: "53110245175006"
  18. attrs {
  19. key: "Boot PROM"
  20. value: "3.10"
  21. }
  22. attrs {
  23. key: "platform"
  24. value: "CRS125-24G-1S-2HnD"
  25. }
  26. attrs {
  27. key: "Serial Number"
  28. value: "43C5021C87E3"
  29. }
  30. attrs {
  31. key: "vendor"
  32. value: "MikroTik"
  33. }
  34. attrs {
  35. key: "version"
  36. value: "6.8"
  37. }
  38. }
  39. object_name: "CoreSwitch"
  40. script: "MikroTik.RouterOS.get_interfaces"
  41.  
  42. 2014-04-29 11:41:38,416 Running script thread
  43. 2014-04-29 11:41:38,416 Running socket factory (SelectPoller)
  44. 2014-04-29 11:41:38,416 Creating transaction id=829022981 method=None callback=None
  45. 2014-04-29 11:41:38,417 [MikroTik.RouterOS.get_interfaces(CoreSwitch, 172.16.111.1)] Running
  46. 2014-04-29 11:41:38,417 [MikroTik.RouterOS.get_interfaces(CoreSwitch, 172.16.111.1)] Running script: MikroTik.RouterOS.get_interfaces ({})
  47. 2014-04-29 11:41:38,417 [MikroTik.RouterOS.get_interfaces(CoreSwitch, 172.16.111.1)] cli(/interface print detail)
  48. 2014-04-29 11:41:38,417 [MikroTik.RouterOS.get_interfaces(CoreSwitch, 172.16.111.1)] Running new provider
  49. 2014-04-29 11:41:38,417 [SSH: 172.16.111.1] ==> SSH_START
  50. 2014-04-29 11:41:38,417 [SSH: 172.16.111.1] set_timeout(30)
  51. 2014-04-29 11:41:38,417 register_socket(<CLISSHSocket(0xa24118c, 172.16.111.1:22, )>,None)
  52. 2014-04-29 11:41:39,418 Tick
  53. 2014-04-29 11:41:39,418 3 TICKS TO EXIT
  54. 2014-04-29 11:41:39,418 [SSH: 172.16.111.1] Initializing socket
  55. 2014-04-29 11:41:39,418 [SSH: 172.16.111.1] Connecting 172.16.111.1:22
  56. 2014-04-29 11:41:39,423 [SSH: 172.16.111.1] Connected
  57. 2014-04-29 11:41:39,424 [SSH: 172.16.111.1] event(SSH_VERSION)
  58. 2014-04-29 11:41:39,425 [SSH: 172.16.111.1] ==> SSH_VERSION
  59. 2014-04-29 11:41:39,425 [SSH: 172.16.111.1] Remote protocol version 2.0, remote software version ROSSSH
  60. 2014-04-29 11:41:39,425 [SSH: 172.16.111.1] Setting SSH transforms to: in=none none, out=none none
  61. 2014-04-29 11:41:39,425 [SSH: 172.16.111.1] Setting SSH transform keys
  62. 2014-04-29 11:41:39,425 [SSH: 172.16.111.1] Sending message type MSG_KEXINIT (20)
  63. 2014-04-29 11:41:39,425 [SSH: 172.16.111.1] event(SSH_KEY_EXCHANGE)
  64. 2014-04-29 11:41:39,425 [SSH: 172.16.111.1] ==> SSH_KEY_EXCHANGE
  65. 2014-04-29 11:41:39,427 [SSH: 172.16.111.1] Receiving message type MSG_KEXINIT (20)
  66. 2014-04-29 11:41:39,427 [SSH: 172.16.111.1] Receiving server proposals: kex=['diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] key=['ssh-dss'] enc_cs=['aes192-cbc', 'aes128-cbc', 'aes256-cbc', 'blowfish-cbc', '3des-cbc'] enc_sc=['aes192-cbc', 'aes128-cbc', 'aes256-cbc', 'blowfish-cbc', '3des-cbc'] mac_cs=['hmac-sha1', 'hmac-md5'] mac_sc=['hmac-sha1', 'hmac-md5'] comp_cs=['none'] comp_sc['none']
  67. 2014-04-29 11:41:39,427 [SSH: 172.16.111.1] Setting SSH transforms to: in=aes256-cbc hmac-sha1, out=aes256-cbc hmac-sha1
  68. 2014-04-29 11:41:39,427 [SSH: 172.16.111.1] Selecting diffie-hellman-group14-sha1 ssh-dss, in=(aes256-cbc hmac-sha1 none) out=(aes256-cbc hmac-sha1 none)
  69. 2014-04-29 11:41:39,432 [SSH: 172.16.111.1] Sending message type MSG_KEX_DH_GEX_REQUEST_OLD (30)
  70. 2014-04-29 11:41:40,433 Tick
  71. 2014-04-29 11:41:40,433 Resetting wait ticks
  72. 2014-04-29 11:41:40,573 [SSH: 172.16.111.1] Receiving message type MSG_KEXDH_REPLY (31)
  73. 2014-04-29 11:41:40,573 [SSH: 172.16.111.1] Server PK fingerprint: 92:7a:c3:92:6c:18:c6:9c:2a:d7:ec:e6:3a:d7:dc:89
  74. 2014-04-29 11:41:40,578 [SSH: 172.16.111.1] Setting SSH transform keys
  75. 2014-04-29 11:41:40,578 [SSH: 172.16.111.1] Sending message type MSG_NEWKEYS (21)
  76. 2014-04-29 11:41:40,579 [SSH: 172.16.111.1] Receiving message type MSG_NEWKEYS (21)
  77. 2014-04-29 11:41:40,579 [SSH: 172.16.111.1] Using new keys
  78. 2014-04-29 11:41:40,579 [SSH: 172.16.111.1] event(SSH_AUTH)
  79. 2014-04-29 11:41:40,579 [SSH: 172.16.111.1] ==> SSH_AUTH
  80. 2014-04-29 11:41:40,579 [SSH: 172.16.111.1] Requesting service ssh-userauth
  81. 2014-04-29 11:41:40,579 [SSH: 172.16.111.1] Sending message type MSG_SERVICE_REQUEST (5)
  82. 2014-04-29 11:41:40,580 [SSH: 172.16.111.1] Receiving message type MSG_SERVICE_ACCEPT (6)
  83. 2014-04-29 11:41:40,580 [SSH: 172.16.111.1] Starting service ssh-userauth
  84. 2014-04-29 11:41:40,580 [SSH: 172.16.111.1] event(SSH_AUTH_PASSWORD)
  85. 2014-04-29 11:41:40,580 [SSH: 172.16.111.1] ==> SSH_AUTH_PASSWORD
  86. 2014-04-29 11:41:40,580 [SSH: 172.16.111.1] Authenticating with 'none' method
  87. 2014-04-29 11:41:40,581 [SSH: 172.16.111.1] Sending message type MSG_USERAUTH_REQUEST (50)
  88. 2014-04-29 11:41:40,583 [SSH: 172.16.111.1] Receiving message type MSG_USERAUTH_FAILURE (51)
  89. 2014-04-29 11:41:40,583 [SSH: 172.16.111.1] Authentication method 'none' has been failed. Trying next method (publickey,password)
  90. 2014-04-29 11:41:40,583 [SSH: 172.16.111.1] Partially authenticated with 'none'. Trying next method
  91. 2014-04-29 11:41:40,583 [SSH: 172.16.111.1] Authenticating with 'publickey' method
  92. 2014-04-29 11:41:40,584 [SSH: 172.16.111.1] Sending message type MSG_USERAUTH_REQUEST (50)
  93. 2014-04-29 11:41:40,586 [SSH: 172.16.111.1] Receiving message type MSG_USERAUTH_FAILURE (51)
  94. 2014-04-29 11:41:40,586 [SSH: 172.16.111.1] Authentication method 'publickey' has been failed. Trying next method (publickey,password)
  95. 2014-04-29 11:41:40,586 [SSH: 172.16.111.1] Partially authenticated with 'publickey'. Trying next method
  96. 2014-04-29 11:41:40,586 [SSH: 172.16.111.1] Authenticating with 'password' method
  97. 2014-04-29 11:41:40,587 [SSH: 172.16.111.1] Sending message type MSG_USERAUTH_REQUEST (50)
  98. 2014-04-29 11:41:40,589 [SSH: 172.16.111.1] Receiving message type MSG_USERAUTH_SUCCESS (52)
  99. 2014-04-29 11:41:40,589 [SSH: 172.16.111.1] event(SSH_CHANNEL)
  100. 2014-04-29 11:41:40,589 [SSH: 172.16.111.1] ==> SSH_CHANNEL
  101. 2014-04-29 11:41:40,590 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_OPEN (90)
  102. 2014-04-29 11:41:40,590 [SSH: 172.16.111.1] Receiving message type MSG_CHANNEL_OPEN_CONFIRMATION (91)
  103. 2014-04-29 11:41:40,591 [SSH: 172.16.111.1] Opening channel. local=0 remote=0
  104. 2014-04-29 11:41:40,591 [SSH: 172.16.111.1] event(SSH_PTY)
  105. 2014-04-29 11:41:40,591 [SSH: 172.16.111.1] ==> SSH_PTY
  106. 2014-04-29 11:41:40,591 [SSH: 172.16.111.1] Requesting PTY
  107. 2014-04-29 11:41:40,591 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_REQUEST (98)
  108. 2014-04-29 11:41:40,592 [SSH: 172.16.111.1] Receiving message type MSG_CHANNEL_SUCCESS (99)
  109. 2014-04-29 11:41:40,592 [SSH: 172.16.111.1] event(SSH_SHELL)
  110. 2014-04-29 11:41:40,592 [SSH: 172.16.111.1] ==> SSH_SHELL
  111. 2014-04-29 11:41:40,593 [SSH: 172.16.111.1] Requesting shell
  112. 2014-04-29 11:41:40,593 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_REQUEST (98)
  113. 2014-04-29 11:41:40,595 [SSH: 172.16.111.1] Receiving message type MSG_CHANNEL_SUCCESS (99)
  114. 2014-04-29 11:41:40,595 [SSH: 172.16.111.1] event(START)
  115. 2014-04-29 11:41:40,595 [SSH: 172.16.111.1] ==> START
  116. 2014-04-29 11:41:40,595 [SSH: 172.16.111.1] set_patterns([('([Uu]sername|[Ll]ogin):', 'USERNAME'), ('[Pp]assword:', 'PASSWORD'), ('\\[(?P<prompt>[^\\]@]+@.+?)\\] > ', 'PROMPT'), ('(Please press "Enter" to continue!)|(\\[Q quit\\|D dump\\|(up\\|)?down\\])', 'PAGER')])
  117. 2014-04-29 11:41:40,614 [SSH: 172.16.111.1] on_read: '\r\r\n\r\r\n\r\r\n\r\r\n\r\r\n\r\r\n\r\r\n\r\n\r MMM MMM KKK TTTTTTTTTTT KKK\r\n\r MMMM MMMM KKK TTTTTTTTTTT KKK\r\n\r MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK\r\n\r MMM M'
  118. 2014-04-29 11:41:40,615 [SSH: 172.16.111.1] on_read: 'M MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK\r\n\r MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK\r\n\r MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK\r\n\r\r\n\r MikroTik RouterOS 6.8rc1 (c) '
  119. 2014-04-29 11:41:40,616 [SSH: 172.16.111.1] on_read: '1999-2014 http://www.mikrotik.com/\r\n\r\r\n[?] Gives the list of available commands\r\n\rcommand [?] Gives help on the command and list of arguments\r\n\r\r\n\r[Tab] Completes the command/word. If the input is ambigous,\r\n\r '
  120. 2014-04-29 11:41:40,616 [SSH: 172.16.111.1] on_read: ' a second [Tab] gives possible options\r\n\r\r\n\r/ Move up to base level\r\n\r.. Move up one level\r\n\r/command Use command at the base level\r\n'
  121. 2014-04-29 11:41:40,648 [SSH: 172.16.111.1] on_read: '\r\x1b[9999B\r\x1b[9999B\r\r\r\x1b[9999B[father@MikroTik] > '
  122. 2014-04-29 11:41:40,648 [SSH: 172.16.111.1] Starting synchronous FSM check
  123. 2014-04-29 11:41:40,648 [SSH: 172.16.111.1] match '\[(?P<prompt>[^\]@]+@.+?)\] > '
  124. 2014-04-29 11:41:40,648 [SSH: 172.16.111.1] event(PROMPT)
  125. 2014-04-29 11:41:40,648 [SSH: 172.16.111.1] ==> PROMPT
  126. 2014-04-29 11:41:40,649 [SSH: 172.16.111.1] on_PROMPT_enter
  127. 2014-04-29 11:41:40,649 [SSH: 172.16.111.1] Using prompt pattern: \[father\@MikroTik\] >
  128. 2014-04-29 11:41:40,649 [SSH: 172.16.111.1] set_patterns([('\\[father\\@MikroTik\\] > ', 'PROMPT'), ('(Please press "Enter" to continue!)|(\\[Q quit\\|D dump\\|(up\\|)?down\\])', 'PAGER')])
  129. 2014-04-29 11:41:40,682 [MikroTik.RouterOS.get_interfaces(CoreSwitch, 172.16.111.1)] CLI Provider is ready
  130. 2014-04-29 11:41:40,682 [SSH: 172.16.111.1] submit('/interface print detail', bulk_lines=None, streaming=False)
  131. 2014-04-29 11:41:40,682 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_DATA (94)
  132. 2014-04-29 11:41:41,401 [SSH: 172.16.111.1] on_read: '\x1b7\x1b[r\x1b8'
  133. 2014-04-29 11:41:41,431 [SSH: 172.16.111.1] on_read: '/interface print detail\r\n\rFlags: D - dynamic, X - disabled, R - running, S - slave \x1b[K\r\n 0 RS name="ether1" default-name="ether1" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:AA fast-path=yes \x1b[K\r\n\x1b[K\r\n 1 RS name'
  134. 2014-04-29 11:41:41,432 [SSH: 172.16.111.1] on_read: '="ether2" default-name="ether2" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:AB fast-path=yes \x1b[K\r\n\x1b[K\r\n 2 RS name="ether3" default-name="ether3" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-add'
  135. 2014-04-29 11:41:41,432 [SSH: 172.16.111.1] on_read: 'ress=D4:CA:6D:F9:7E:AC fast-path=yes \x1b[K\r\n\x1b[K\r\n 3 R name="ether4" default-name="ether4" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:AD fast-path=yes \x1b[K\r\n\x1b[K\r\n 4 R name="ether5" default-name="ether5" type="eth'
  136. 2014-04-29 11:41:41,433 [SSH: 172.16.111.1] on_read: 'er" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:AE fast-path=yes \x1b[K\r\n\x1b[K\r\n 5 RS ;;; IP-camera servernaya\x1b[K\r\n name="ether6" default-name="ether6" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address='
  137. 2014-04-29 11:41:41,433 [SSH: 172.16.111.1] on_read: 'D4:CA:6D:F9:7E:AF fast-path=yes \x1b[K\r\n\x1b[K\r\n 6 name="ether7" default-name="ether7" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B0 fast-path=yes \x1b[K\r\n\x1b[K\r\n 7 name="ether8" default-name="ether8" type="ether" m'
  138. 2014-04-29 11:41:41,433 [SSH: 172.16.111.1] on_read: 'tu=1500 l2mtu=1588 \x1b[K\r\n-- [Q quit|D dump|down]\x1b[K\r'
  139. 2014-04-29 11:41:41,434 [SSH: 172.16.111.1] Starting synchronous FSM check
  140. 2014-04-29 11:41:41,434 [SSH: 172.16.111.1] match '(Please press "Enter" to continue!)|(\[Q quit\|D dump\|(up\|)?down\])'
  141. 2014-04-29 11:41:41,434 [SSH: 172.16.111.1] Starting synchronous FSM check
  142. 2014-04-29 11:41:41,434 [SSH: 172.16.111.1] event(PAGER)
  143. 2014-04-29 11:41:41,434 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_DATA (94)
  144. 2014-04-29 11:41:41,434 Tick
  145. 2014-04-29 11:41:41,434 Resetting wait ticks
  146. 2014-04-29 11:41:41,451 [SSH: 172.16.111.1] on_read: ' max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B1 fast-path=yes \x1b[K\r\n\x1b[K\r\n 8 name="ether9" default-name="ether9" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B2 fast-path=yes \x1b[K\r\n\x1b[K\r\n 9 name="ether10" d'
  147. 2014-04-29 11:41:41,452 [SSH: 172.16.111.1] on_read: 'efault-name="ether10" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B3 fast-path=yes \x1b[K\r\n\x1b[K\r\n10 name="ether11" default-name="ether11" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:'
  148. 2014-04-29 11:41:41,452 [SSH: 172.16.111.1] on_read: 'CA:6D:F9:7E:B4 fast-path=yes \x1b[K\r\n\x1b[K\r\n11 name="ether12" default-name="ether12" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B5 fast-path=yes \x1b[K\r\n\x1b[K\r\n12 name="ether13" default-name="ether13" type="ether" '
  149. 2014-04-29 11:41:41,452 [SSH: 172.16.111.1] on_read: 'mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B6 fast-path=yes \x1b[K\r\n\x1b[K\r\n13 name="ether14" default-name="ether14" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B7 fast-path=yes \x1b[K\r\n\x1b'
  150. 2014-04-29 11:41:41,453 [SSH: 172.16.111.1] on_read: '[K\r\n14 name="ether15" default-name="ether15" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B8 fast-path=yes \x1b[K\r\n\x1b[K\r\n15 name="ether16" default-name="ether16" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n-- [Q quit'
  151. 2014-04-29 11:41:41,453 [SSH: 172.16.111.1] on_read: '|D dump|up|down]\x1b[K\r'
  152. 2014-04-29 11:41:41,453 [SSH: 172.16.111.1] Starting synchronous FSM check
  153. 2014-04-29 11:41:41,453 [SSH: 172.16.111.1] match '(Please press "Enter" to continue!)|(\[Q quit\|D dump\|(up\|)?down\])'
  154. 2014-04-29 11:41:41,453 [SSH: 172.16.111.1] Starting synchronous FSM check
  155. 2014-04-29 11:41:41,454 [SSH: 172.16.111.1] event(PAGER)
  156. 2014-04-29 11:41:41,454 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_DATA (94)
  157. 2014-04-29 11:41:41,470 [SSH: 172.16.111.1] on_read: ' max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B9 fast-path=yes \x1b[K\r\n\x1b[K\r\n16 name="ether17" default-name="ether17" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:BA fast-path=yes \x1b[K\r\n\x1b[K\r\n17 name="ether18"'
  158. 2014-04-29 11:41:41,473 [SSH: 172.16.111.1] on_read: ' default-name="ether18" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:BB fast-path=yes \x1b[K\r\n\x1b[K\r\n18 name="ether19" default-name="ether19" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D'
  159. 2014-04-29 11:41:41,473 [SSH: 172.16.111.1] on_read: '4:CA:6D:F9:7E:BC fast-path=yes \x1b[K\r\n\x1b[K\r\n19 name="ether20" default-name="ether20" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:BD fast-path=yes \x1b[K\r\n\x1b[K\r\n20 name="ether21" default-name="ether21" type="ether'
  160. 2014-04-29 11:41:41,474 [SSH: 172.16.111.1] on_read: '" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:BE fast-path=yes \x1b[K\r\n\x1b[K\r\n21 name="ether22" default-name="ether22" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:BF fast-path=yes \x1b[K\r'
  161. 2014-04-29 11:41:41,474 [SSH: 172.16.111.1] on_read: '\n\x1b[K\r\n22 name="ether23" default-name="ether23" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:C0 fast-path=yes \x1b[K\r\n\x1b[K\r\n23 name="ether24" default-name="ether24" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n-- [Q qu'
  162. 2014-04-29 11:41:41,475 [SSH: 172.16.111.1] on_read: 'it|D dump|up|down]\x1b[K\r'
  163. 2014-04-29 11:41:41,475 [SSH: 172.16.111.1] Starting synchronous FSM check
  164. 2014-04-29 11:41:41,475 [SSH: 172.16.111.1] match '(Please press "Enter" to continue!)|(\[Q quit\|D dump\|(up\|)?down\])'
  165. 2014-04-29 11:41:41,475 [SSH: 172.16.111.1] Starting synchronous FSM check
  166. 2014-04-29 11:41:41,475 [SSH: 172.16.111.1] event(PAGER)
  167. 2014-04-29 11:41:41,475 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_DATA (94)
  168. 2014-04-29 11:41:41,487 [SSH: 172.16.111.1] on_read: ' max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:C1 fast-path=yes \x1b[K\r\n\x1b[K\r\n24 name="sfp1" default-name="sfp1" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:C2 fast-path=yes \x1b[K\r\n\x1b[K\r\n25 S name="wlan1" default'
  169. 2014-04-29 11:41:41,488 [SSH: 172.16.111.1] on_read: '-name="wlan1" type="wlan" mtu=1500 l2mtu=2290 \x1b[K\r\n mac-address=D4:CA:6D:F9:7E:C3 fast-path=no \x1b[K\r\n\x1b[K\r\n26 R name="Debug-vlan" type="vlan" mtu=1500 l2mtu=1584 \x1b[K\r\n mac-address=D4:CA:6D:F9:7E:AD fast-path=no \x1b[K\r\n\x1b[K\r\n27 R name="bridge-u11'
  170. 2014-04-29 11:41:41,489 [SSH: 172.16.111.1] on_read: '6" type="bridge" mtu=1500 l2mtu=65535 \x1b[K\r\n mac-address=D4:CA:6D:F9:7E:AE fast-path=no \x1b[K\r\n\x1b[K\r\n28 R name="bridge-v330" type="bridge" mtu=1500 l2mtu=1584 \x1b[K\r\n mac-address=D4:CA:6D:F9:7E:AD fast-path=no \x1b[K\r\n\x1b[K\r\n29 R name="i195" type="vla'
  171. 2014-04-29 11:41:41,490 [SSH: 172.16.111.1] on_read: 'n" mtu=1500 l2mtu=1584 \x1b[K\r\n mac-address=D4:CA:6D:F9:7E:AD fast-path=no \x1b[K\r\n\x1b[K\r\n30 R name="m10" type="vlan" mtu=1500 l2mtu=1584 mac-address=D4:CA:6D:F9:7E:A>\x1b[K\r\n fast-path=no \x1b[K\r\n\x1b[K\r\n31 R name="m12" type="vlan" mtu=1500 l2mtu=1584 mac-'
  172. 2014-04-29 11:41:41,492 [SSH: 172.16.111.1] on_read: 'address=D4:CA:6D:F9:7E:A>\x1b[K\r\n-- [Q quit|D dump|right|up|down]\x1b[K\r'
  173. 2014-04-29 11:41:42,494 Tick
  174. 2014-04-29 11:41:42,494 Resetting wait ticks
  175. 2014-04-29 11:41:43,495 Tick
  176. 2014-04-29 11:41:43,496 Resetting wait ticks
  177. 2014-04-29 11:41:44,497 Tick
  178. 2014-04-29 11:41:44,497 Resetting wait ticks
  179. ^C2014-04-29 11:41:44,804 SIGINT
  180. root@noc:/opt/noc# clear
  181. root@noc:/opt/noc# ./noc debug-script get_interfaces CoreSwitch
  182. 2014-04-29 11:42:07,076 SSH: Using gmpy
  183. 2014-04-29 11:42:07,236 Using JSON library: cjson
  184. 2014-04-29 11:42:07,293 Loading PeriodicRegistry
  185. 2014-04-29 11:42:07,296 Loading DownloaderRegistry
  186. 2014-04-29 11:42:07,327 Loading ProfileRegistry
  187. 2014-04-29 11:42:07,720 Loading ScriptRegistry
  188. 2014-04-29 11:42:07,933 Setting up 'select' polling method
  189. 2014-04-29 11:42:07,933 Activating 'select' poller
  190. 2014-04-29 11:42:07,933 Loading private ssh key from 'etc/ssh/id_rsa'
  191. 2014-04-29 11:42:07,933 Loading public ssh key from 'etc/ssh/id_rsa.pub'
  192. access_profile {
  193. profile: "MikroTik.RouterOS"
  194. scheme: SSH
  195. address: "172.16.111.1"
  196. user: "father"
  197. password: "53110245175006"
  198. attrs {
  199. key: "Boot PROM"
  200. value: "3.10"
  201. }
  202. attrs {
  203. key: "platform"
  204. value: "CRS125-24G-1S-2HnD"
  205. }
  206. attrs {
  207. key: "Serial Number"
  208. value: "43C5021C87E3"
  209. }
  210. attrs {
  211. key: "vendor"
  212. value: "MikroTik"
  213. }
  214. attrs {
  215. key: "version"
  216. value: "6.8"
  217. }
  218. }
  219. object_name: "CoreSwitch"
  220. script: "MikroTik.RouterOS.get_interfaces"
  221.  
  222. 2014-04-29 11:42:07,935 Running script thread
  223. 2014-04-29 11:42:07,935 Running socket factory (SelectPoller)
  224. 2014-04-29 11:42:07,936 Creating transaction id=926353603 method=None callback=None
  225. 2014-04-29 11:42:07,936 [MikroTik.RouterOS.get_interfaces(CoreSwitch, 172.16.111.1)] Running
  226. 2014-04-29 11:42:07,936 [MikroTik.RouterOS.get_interfaces(CoreSwitch, 172.16.111.1)] Running script: MikroTik.RouterOS.get_interfaces ({})
  227. 2014-04-29 11:42:07,936 [MikroTik.RouterOS.get_interfaces(CoreSwitch, 172.16.111.1)] cli(/interface print detail)
  228. 2014-04-29 11:42:07,936 [MikroTik.RouterOS.get_interfaces(CoreSwitch, 172.16.111.1)] Running new provider
  229. 2014-04-29 11:42:07,936 [SSH: 172.16.111.1] ==> SSH_START
  230. 2014-04-29 11:42:07,936 [SSH: 172.16.111.1] set_timeout(30)
  231. 2014-04-29 11:42:07,937 register_socket(<CLISSHSocket(0xb48736c, 172.16.111.1:22, )>,None)
  232. 2014-04-29 11:42:08,937 Tick
  233. 2014-04-29 11:42:08,937 3 TICKS TO EXIT
  234. 2014-04-29 11:42:08,937 [SSH: 172.16.111.1] Initializing socket
  235. 2014-04-29 11:42:08,937 [SSH: 172.16.111.1] Connecting 172.16.111.1:22
  236. 2014-04-29 11:42:08,942 [SSH: 172.16.111.1] Connected
  237. 2014-04-29 11:42:08,979 [SSH: 172.16.111.1] event(SSH_VERSION)
  238. 2014-04-29 11:42:08,979 [SSH: 172.16.111.1] ==> SSH_VERSION
  239. 2014-04-29 11:42:08,980 [SSH: 172.16.111.1] Remote protocol version 2.0, remote software version ROSSSH
  240. 2014-04-29 11:42:08,980 [SSH: 172.16.111.1] Setting SSH transforms to: in=none none, out=none none
  241. 2014-04-29 11:42:08,980 [SSH: 172.16.111.1] Setting SSH transform keys
  242. 2014-04-29 11:42:08,980 [SSH: 172.16.111.1] Sending message type MSG_KEXINIT (20)
  243. 2014-04-29 11:42:08,980 [SSH: 172.16.111.1] event(SSH_KEY_EXCHANGE)
  244. 2014-04-29 11:42:08,980 [SSH: 172.16.111.1] ==> SSH_KEY_EXCHANGE
  245. 2014-04-29 11:42:08,985 [SSH: 172.16.111.1] Receiving message type MSG_KEXINIT (20)
  246. 2014-04-29 11:42:08,985 [SSH: 172.16.111.1] Receiving server proposals: kex=['diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] key=['ssh-dss'] enc_cs=['aes192-cbc', 'aes128-cbc', 'aes256-cbc', 'blowfish-cbc', '3des-cbc'] enc_sc=['aes192-cbc', 'aes128-cbc', 'aes256-cbc', 'blowfish-cbc', '3des-cbc'] mac_cs=['hmac-sha1', 'hmac-md5'] mac_sc=['hmac-sha1', 'hmac-md5'] comp_cs=['none'] comp_sc['none']
  247. 2014-04-29 11:42:08,985 [SSH: 172.16.111.1] Setting SSH transforms to: in=aes256-cbc hmac-sha1, out=aes256-cbc hmac-sha1
  248. 2014-04-29 11:42:08,985 [SSH: 172.16.111.1] Selecting diffie-hellman-group14-sha1 ssh-dss, in=(aes256-cbc hmac-sha1 none) out=(aes256-cbc hmac-sha1 none)
  249. 2014-04-29 11:42:08,990 [SSH: 172.16.111.1] Sending message type MSG_KEX_DH_GEX_REQUEST_OLD (30)
  250. 2014-04-29 11:42:09,991 Tick
  251. 2014-04-29 11:42:09,992 Resetting wait ticks
  252. 2014-04-29 11:42:10,255 [SSH: 172.16.111.1] Receiving message type MSG_KEXDH_REPLY (31)
  253. 2014-04-29 11:42:10,256 [SSH: 172.16.111.1] Server PK fingerprint: 92:7a:c3:92:6c:18:c6:9c:2a:d7:ec:e6:3a:d7:dc:89
  254. 2014-04-29 11:42:10,261 [SSH: 172.16.111.1] Setting SSH transform keys
  255. 2014-04-29 11:42:10,262 [SSH: 172.16.111.1] Sending message type MSG_NEWKEYS (21)
  256. 2014-04-29 11:42:10,262 [SSH: 172.16.111.1] Receiving message type MSG_NEWKEYS (21)
  257. 2014-04-29 11:42:10,262 [SSH: 172.16.111.1] Using new keys
  258. 2014-04-29 11:42:10,262 [SSH: 172.16.111.1] event(SSH_AUTH)
  259. 2014-04-29 11:42:10,262 [SSH: 172.16.111.1] ==> SSH_AUTH
  260. 2014-04-29 11:42:10,262 [SSH: 172.16.111.1] Requesting service ssh-userauth
  261. 2014-04-29 11:42:10,262 [SSH: 172.16.111.1] Sending message type MSG_SERVICE_REQUEST (5)
  262. 2014-04-29 11:42:10,264 [SSH: 172.16.111.1] Receiving message type MSG_SERVICE_ACCEPT (6)
  263. 2014-04-29 11:42:10,264 [SSH: 172.16.111.1] Starting service ssh-userauth
  264. 2014-04-29 11:42:10,264 [SSH: 172.16.111.1] event(SSH_AUTH_PASSWORD)
  265. 2014-04-29 11:42:10,264 [SSH: 172.16.111.1] ==> SSH_AUTH_PASSWORD
  266. 2014-04-29 11:42:10,264 [SSH: 172.16.111.1] Authenticating with 'none' method
  267. 2014-04-29 11:42:10,264 [SSH: 172.16.111.1] Sending message type MSG_USERAUTH_REQUEST (50)
  268. 2014-04-29 11:42:10,279 [SSH: 172.16.111.1] Receiving message type MSG_USERAUTH_FAILURE (51)
  269. 2014-04-29 11:42:10,279 [SSH: 172.16.111.1] Authentication method 'none' has been failed. Trying next method (publickey,password)
  270. 2014-04-29 11:42:10,279 [SSH: 172.16.111.1] Partially authenticated with 'none'. Trying next method
  271. 2014-04-29 11:42:10,279 [SSH: 172.16.111.1] Authenticating with 'publickey' method
  272. 2014-04-29 11:42:10,281 [SSH: 172.16.111.1] Sending message type MSG_USERAUTH_REQUEST (50)
  273. 2014-04-29 11:42:10,282 [SSH: 172.16.111.1] Receiving message type MSG_USERAUTH_FAILURE (51)
  274. 2014-04-29 11:42:10,282 [SSH: 172.16.111.1] Authentication method 'publickey' has been failed. Trying next method (publickey,password)
  275. 2014-04-29 11:42:10,282 [SSH: 172.16.111.1] Partially authenticated with 'publickey'. Trying next method
  276. 2014-04-29 11:42:10,282 [SSH: 172.16.111.1] Authenticating with 'password' method
  277. 2014-04-29 11:42:10,283 [SSH: 172.16.111.1] Sending message type MSG_USERAUTH_REQUEST (50)
  278. 2014-04-29 11:42:10,285 [SSH: 172.16.111.1] Receiving message type MSG_USERAUTH_SUCCESS (52)
  279. 2014-04-29 11:42:10,285 [SSH: 172.16.111.1] event(SSH_CHANNEL)
  280. 2014-04-29 11:42:10,285 [SSH: 172.16.111.1] ==> SSH_CHANNEL
  281. 2014-04-29 11:42:10,285 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_OPEN (90)
  282. 2014-04-29 11:42:10,286 [SSH: 172.16.111.1] Receiving message type MSG_CHANNEL_OPEN_CONFIRMATION (91)
  283. 2014-04-29 11:42:10,287 [SSH: 172.16.111.1] Opening channel. local=0 remote=0
  284. 2014-04-29 11:42:10,287 [SSH: 172.16.111.1] event(SSH_PTY)
  285. 2014-04-29 11:42:10,287 [SSH: 172.16.111.1] ==> SSH_PTY
  286. 2014-04-29 11:42:10,287 [SSH: 172.16.111.1] Requesting PTY
  287. 2014-04-29 11:42:10,287 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_REQUEST (98)
  288. 2014-04-29 11:42:10,289 [SSH: 172.16.111.1] Receiving message type MSG_CHANNEL_SUCCESS (99)
  289. 2014-04-29 11:42:10,289 [SSH: 172.16.111.1] event(SSH_SHELL)
  290. 2014-04-29 11:42:10,289 [SSH: 172.16.111.1] ==> SSH_SHELL
  291. 2014-04-29 11:42:10,289 [SSH: 172.16.111.1] Requesting shell
  292. 2014-04-29 11:42:10,289 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_REQUEST (98)
  293. 2014-04-29 11:42:10,291 [SSH: 172.16.111.1] Receiving message type MSG_CHANNEL_SUCCESS (99)
  294. 2014-04-29 11:42:10,292 [SSH: 172.16.111.1] event(START)
  295. 2014-04-29 11:42:10,292 [SSH: 172.16.111.1] ==> START
  296. 2014-04-29 11:42:10,292 [SSH: 172.16.111.1] set_patterns([('([Uu]sername|[Ll]ogin):', 'USERNAME'), ('[Pp]assword:', 'PASSWORD'), ('\\[(?P<prompt>[^\\]@]+@.+?)\\] > ', 'PROMPT'), ('(Please press "Enter" to continue!)|(\\[Q quit\\|D dump\\|(up\\|)?down\\])', 'PAGER')])
  297. 2014-04-29 11:42:10,314 [SSH: 172.16.111.1] on_read: '\r\r\n\r\r\n\r\r\n\r\r\n\r\r\n\r\r\n\r\r\n\r\n\r MMM MMM KKK TTTTTTTTTTT KKK\r\n\r MMMM MMMM KKK TTTTTTTTTTT KKK\r\n\r MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK\r\n\r MMM M'
  298. 2014-04-29 11:42:10,315 [SSH: 172.16.111.1] on_read: 'M MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK\r\n\r MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK\r\n\r MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK\r\n\r\r\n\r MikroTik RouterOS 6.8rc1 (c) '
  299. 2014-04-29 11:42:10,316 [SSH: 172.16.111.1] on_read: '1999-2014 http://www.mikrotik.com/\r\n\r\r\n[?] Gives the list of available commands\r\n\rcommand [?] Gives help on the command and list of arguments\r\n\r\r\n\r[Tab] Completes the command/word. If the input is ambigous,\r\n\r '
  300. 2014-04-29 11:42:10,317 [SSH: 172.16.111.1] on_read: ' a second [Tab] gives possible options\r\n\r\r\n\r/ Move up to base level\r\n\r.. Move up one level\r\n\r/command Use command at the base level\r\n'
  301. 2014-04-29 11:42:10,352 [SSH: 172.16.111.1] on_read: '\r\x1b[9999B\r\x1b[9999B\r\r\r\x1b[9999B[father@MikroTik] > '
  302. 2014-04-29 11:42:10,352 [SSH: 172.16.111.1] Starting synchronous FSM check
  303. 2014-04-29 11:42:10,352 [SSH: 172.16.111.1] match '\[(?P<prompt>[^\]@]+@.+?)\] > '
  304. 2014-04-29 11:42:10,353 [SSH: 172.16.111.1] event(PROMPT)
  305. 2014-04-29 11:42:10,353 [SSH: 172.16.111.1] ==> PROMPT
  306. 2014-04-29 11:42:10,353 [SSH: 172.16.111.1] on_PROMPT_enter
  307. 2014-04-29 11:42:10,353 [SSH: 172.16.111.1] Using prompt pattern: \[father\@MikroTik\] >
  308. 2014-04-29 11:42:10,353 [SSH: 172.16.111.1] set_patterns([('\\[father\\@MikroTik\\] > ', 'PROMPT'), ('(Please press "Enter" to continue!)|(\\[Q quit\\|D dump\\|(up\\|)?down\\])', 'PAGER')])
  309. 2014-04-29 11:42:10,401 [MikroTik.RouterOS.get_interfaces(CoreSwitch, 172.16.111.1)] CLI Provider is ready
  310. 2014-04-29 11:42:10,401 [SSH: 172.16.111.1] submit('/interface print detail', bulk_lines=None, streaming=False)
  311. 2014-04-29 11:42:10,402 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_DATA (94)
  312. 2014-04-29 11:42:11,104 [SSH: 172.16.111.1] on_read: '\x1b7\x1b[r\x1b8'
  313. 2014-04-29 11:42:11,104 Tick
  314. 2014-04-29 11:42:11,104 Resetting wait ticks
  315. 2014-04-29 11:42:11,108 [SSH: 172.16.111.1] on_read: '/interface print detail\r\n'
  316. 2014-04-29 11:42:11,149 [SSH: 172.16.111.1] on_read: '\rFlags: D - dynamic, X - disabled, R - running, S - slave \x1b[K\r\n 0 RS name="ether1" default-name="ether1" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:AA fast-path=yes \x1b[K\r\n\x1b[K\r\n 1 RS name="ether2" default-name="e'
  317. 2014-04-29 11:42:11,152 [SSH: 172.16.111.1] on_read: 'ther2" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:AB fast-path=yes \x1b[K\r\n\x1b[K\r\n 2 RS name="ether3" default-name="ether3" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:AC fa'
  318. 2014-04-29 11:42:11,152 [SSH: 172.16.111.1] on_read: 'st-path=yes \x1b[K\r\n\x1b[K\r\n 3 R name="ether4" default-name="ether4" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:AD fast-path=yes \x1b[K\r\n\x1b[K\r\n 4 R name="ether5" default-name="ether5" type="ether" mtu=1500 l2mtu=1588 \x1b'
  319. 2014-04-29 11:42:11,153 [SSH: 172.16.111.1] on_read: '[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:AE fast-path=yes \x1b[K\r\n\x1b[K\r\n 5 RS ;;; IP-camera servernaya\x1b[K\r\n name="ether6" default-name="ether6" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:AF fast-pa'
  320. 2014-04-29 11:42:11,154 [SSH: 172.16.111.1] on_read: 'th=yes \x1b[K\r\n\x1b[K\r\n 6 name="ether7" default-name="ether7" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B0 fast-path=yes \x1b[K\r\n\x1b[K\r\n 7 name="ether8" default-name="ether8" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n-'
  321. 2014-04-29 11:42:11,154 [SSH: 172.16.111.1] on_read: '- [Q quit|D dump|down]\x1b[K\r'
  322. 2014-04-29 11:42:11,154 [SSH: 172.16.111.1] Starting synchronous FSM check
  323. 2014-04-29 11:42:11,154 [SSH: 172.16.111.1] match '(Please press "Enter" to continue!)|(\[Q quit\|D dump\|(up\|)?down\])'
  324. 2014-04-29 11:42:11,154 [SSH: 172.16.111.1] Starting synchronous FSM check
  325. 2014-04-29 11:42:11,154 [SSH: 172.16.111.1] event(PAGER)
  326. 2014-04-29 11:42:11,155 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_DATA (94)
  327. 2014-04-29 11:42:11,169 [SSH: 172.16.111.1] on_read: ' max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B1 fast-path=yes \x1b[K\r\n\x1b[K\r\n 8 name="ether9" default-name="ether9" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B2 fast-path=yes \x1b[K\r\n\x1b[K\r\n 9 name="ether10" d'
  328. 2014-04-29 11:42:11,169 [SSH: 172.16.111.1] on_read: 'efault-name="ether10" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B3 fast-path=yes \x1b[K\r\n\x1b[K\r\n10 name="ether11" default-name="ether11" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:'
  329. 2014-04-29 11:42:11,170 [SSH: 172.16.111.1] on_read: 'CA:6D:F9:7E:B4 fast-path=yes \x1b[K\r\n\x1b[K\r\n11 name="ether12" default-name="ether12" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B5 fast-path=yes \x1b[K\r\n\x1b[K\r\n12 name="ether13" default-name="ether13" type="ether" '
  330. 2014-04-29 11:42:11,170 [SSH: 172.16.111.1] on_read: 'mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B6 fast-path=yes \x1b[K\r\n\x1b[K\r\n13 name="ether14" default-name="ether14" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B7 fast-path=yes \x1b[K\r\n\x1b'
  331. 2014-04-29 11:42:11,171 [SSH: 172.16.111.1] on_read: '[K\r\n14 name="ether15" default-name="ether15" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B8 fast-path=yes \x1b[K\r\n\x1b[K\r\n15 name="ether16" default-name="ether16" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n-- [Q quit'
  332. 2014-04-29 11:42:11,171 [SSH: 172.16.111.1] on_read: '|D dump|up|down]\x1b[K\r'
  333. 2014-04-29 11:42:11,172 [SSH: 172.16.111.1] Starting synchronous FSM check
  334. 2014-04-29 11:42:11,172 [SSH: 172.16.111.1] match '(Please press "Enter" to continue!)|(\[Q quit\|D dump\|(up\|)?down\])'
  335. 2014-04-29 11:42:11,172 [SSH: 172.16.111.1] Starting synchronous FSM check
  336. 2014-04-29 11:42:11,172 [SSH: 172.16.111.1] event(PAGER)
  337. 2014-04-29 11:42:11,172 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_DATA (94)
  338. 2014-04-29 11:42:11,186 [SSH: 172.16.111.1] on_read: ' max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:B9 fast-path=yes \x1b[K\r\n\x1b[K\r\n16 name="ether17" default-name="ether17" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:BA fast-path=yes \x1b[K\r\n\x1b[K\r\n17 name="ether18"'
  339. 2014-04-29 11:42:11,187 [SSH: 172.16.111.1] on_read: ' default-name="ether18" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:BB fast-path=yes \x1b[K\r\n\x1b[K\r\n18 name="ether19" default-name="ether19" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D'
  340. 2014-04-29 11:42:11,187 [SSH: 172.16.111.1] on_read: '4:CA:6D:F9:7E:BC fast-path=yes \x1b[K\r\n\x1b[K\r\n19 name="ether20" default-name="ether20" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:BD fast-path=yes \x1b[K\r\n\x1b[K\r\n20 name="ether21" default-name="ether21" type="ether'
  341. 2014-04-29 11:42:11,187 [SSH: 172.16.111.1] on_read: '" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:BE fast-path=yes \x1b[K\r\n\x1b[K\r\n21 name="ether22" default-name="ether22" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:BF fast-path=yes \x1b[K\r'
  342. 2014-04-29 11:42:11,188 [SSH: 172.16.111.1] on_read: '\n\x1b[K\r\n22 name="ether23" default-name="ether23" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:C0 fast-path=yes \x1b[K\r\n\x1b[K\r\n23 name="ether24" default-name="ether24" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n-- [Q qu'
  343. 2014-04-29 11:42:11,188 [SSH: 172.16.111.1] on_read: 'it|D dump|up|down]\x1b[K\r'
  344. 2014-04-29 11:42:11,188 [SSH: 172.16.111.1] Starting synchronous FSM check
  345. 2014-04-29 11:42:11,189 [SSH: 172.16.111.1] match '(Please press "Enter" to continue!)|(\[Q quit\|D dump\|(up\|)?down\])'
  346. 2014-04-29 11:42:11,189 [SSH: 172.16.111.1] Starting synchronous FSM check
  347. 2014-04-29 11:42:11,189 [SSH: 172.16.111.1] event(PAGER)
  348. 2014-04-29 11:42:11,189 [SSH: 172.16.111.1] Sending message type MSG_CHANNEL_DATA (94)
  349. 2014-04-29 11:42:11,202 [SSH: 172.16.111.1] on_read: ' max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:C1 fast-path=yes \x1b[K\r\n\x1b[K\r\n24 name="sfp1" default-name="sfp1" type="ether" mtu=1500 l2mtu=1588 \x1b[K\r\n max-l2mtu=4064 mac-address=D4:CA:6D:F9:7E:C2 fast-path=yes \x1b[K\r\n\x1b[K\r\n25 S name="wlan1" default'
  350. 2014-04-29 11:42:11,202 [SSH: 172.16.111.1] on_read: '-name="wlan1" type="wlan" mtu=1500 l2mtu=2290 \x1b[K\r\n mac-address=D4:CA:6D:F9:7E:C3 fast-path=no \x1b[K\r\n\x1b[K\r\n26 R name="Debug-vlan" type="vlan" mtu=1500 l2mtu=1584 \x1b[K\r\n mac-address=D4:CA:6D:F9:7E:AD fast-path=no \x1b[K\r\n\x1b[K\r\n27 R name="bridge-u11'
  351. 2014-04-29 11:42:11,203 [SSH: 172.16.111.1] on_read: '6" type="bridge" mtu=1500 l2mtu=65535 \x1b[K\r\n mac-address=D4:CA:6D:F9:7E:AE fast-path=no \x1b[K\r\n\x1b[K\r\n28 R name="bridge-v330" type="bridge" mtu=1500 l2mtu=1584 \x1b[K\r\n mac-address=D4:CA:6D:F9:7E:AD fast-path=no \x1b[K\r\n\x1b[K\r\n29 R name="i195" type="vla'
  352. 2014-04-29 11:42:11,203 [SSH: 172.16.111.1] on_read: 'n" mtu=1500 l2mtu=1584 \x1b[K\r\n mac-address=D4:CA:6D:F9:7E:AD fast-path=no \x1b[K\r\n\x1b[K\r\n30 R name="m10" type="vlan" mtu=1500 l2mtu=1584 mac-address=D4:CA:6D:F9:7E:A>\x1b[K\r\n fast-path=no \x1b[K\r\n\x1b[K\r\n31 R name="m12" type="vlan" mtu=1500 l2mtu=1584 mac-'
  353. 2014-04-29 11:42:11,204 [SSH: 172.16.111.1] on_read: 'address=D4:CA:6D:F9:7E:A>\x1b[K\r\n-- [Q quit|D dump|right|up|down]\x1b[K\r'
  354. 2014-04-29 11:42:12,205 Tick
  355. 2014-04-29 11:42:12,205 Resetting wait ticks
  356. 2014-04-29 11:42:13,206 Tick
  357. 2014-04-29 11:42:13,206 Resetting wait ticks
  358. 2014-04-29 11:42:14,206 Tick
  359. 2014-04-29 11:42:14,206 Resetting wait ticks
  360. 2014-04-29 11:42:15,207 Tick
  361. 2014-04-29 11:42:15,208 Resetting wait ticks
  362. ^C2014-04-29 11:42:15,625 SIGINT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement