Skip to content

Instantly share code, notes, and snippets.

@tcuthbert
Created February 18, 2016 13:01
Show Gist options
  • Save tcuthbert/729073b4057b55770e5d to your computer and use it in GitHub Desktop.
Save tcuthbert/729073b4057b55770e5d to your computer and use it in GitHub Desktop.
2016-02-18 21:01:43+0800 [-] Log opened.
2016-02-18 21:01:43+0800 [-] LOADING FROM: /Users/tom/Code/python/trigger/netdevices.json
2016-02-18 21:01:43+0800 [-] LOADING DATA FROM: /Users/tom/Code/python/trigger/netdevices.json
2016-02-18 21:01:43+0800 [-] BUILDING LOADER: trigger.netdevices.loaders.filesystem.JSONLoader; WITH ARGS: []
2016-02-18 21:01:43+0800 [-] TRYING LOADER: <trigger.netdevices.loaders.filesystem.JSONLoader object at 0x1029f4910>
2016-02-18 21:01:43+0800 [-] LOADER: SUCCESS!
2016-02-18 21:01:43+0800 [-] LOADERS TRIED: []
2016-02-18 21:01:43+0800 [-] NetDevices ACL associations: DISABLED
2016-02-18 21:01:43+0800 [-] Adding r1.demo.local
2016-02-18 21:01:43+0800 [-] connections: 1
2016-02-18 21:01:43+0800 [-] Adding work to queue...
2016-02-18 21:01:43+0800 [-] [r1.demo.local] Did not find 'generate' method: to_cisco
2016-02-18 21:01:43+0800 [-] [r1.demo.local] Fallback enabled. Using base method: 'to_base'
2016-02-18 21:01:43+0800 [-] Sending ['show clock', 'show version'] to r1.demo.local
2016-02-18 21:01:48+0800 [-] execute_ioslike: SSH ENABLED for r1.demo.local
2016-02-18 21:01:48+0800 [-] Creds not valid, fetching from .tacacsrc...
2016-02-18 21:01:48+0800 [-] Using GPG method: False
2016-02-18 21:01:48+0800 [-] Got username: 'tom'
2016-02-18 21:01:48+0800 [-] skipping '# Saved by trigger.tacacsrc at 2016-01-31 13:00:37 AWST'
2016-02-18 21:01:48+0800 [-] skipping ''
2016-02-18 21:01:48+0800 [-] INITIAL COMMANDS: []
2016-02-18 21:01:48+0800 [-] Trying Async PTY SSH to r1.demo.local:22
2016-02-18 21:01:48+0800 [-] Starting factory <trigger.twister.TriggerSSHChannelFactory object at 0x1033bdc10>
2016-02-18 21:01:48+0800 [-] Reactor running? False
2016-02-18 21:01:48+0800 [-] No work left.
2016-02-18 21:01:48+0800 [-] starting reactor
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] kex alg, key alg: diffie-hellman-group-exchange-sha1 ssh-rsa
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] outgoing: aes256-ctr hmac-sha1 none
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] incoming: aes256-ctr hmac-sha1 none
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] REVERSE
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] NEW KEYS
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] starting service ssh-userauth
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] using agent
2016-02-18 21:01:48+0800 [SSHAgentClient,client] got 0 public keys
2016-02-18 21:01:48+0800 [SSHService ssh-userauth on TriggerSSHTransport,client] Previous method: 'none'
2016-02-18 21:01:48+0800 [SSHService ssh-userauth on TriggerSSHTransport,client] Previous method failed, skipping it...
2016-02-18 21:01:48+0800 [SSHService ssh-userauth on TriggerSSHTransport,client] Can continue with: ['password', 'keyboard-interactive', 'publickey']
2016-02-18 21:01:48+0800 [SSHService ssh-userauth on TriggerSSHTransport,client] Already tried: ['none']
2016-02-18 21:01:48+0800 [SSHService ssh-userauth on TriggerSSHTransport,client] trying to auth with password
2016-02-18 21:01:48+0800 [SSHService ssh-userauth on TriggerSSHTransport,client] Performing password authentication
2016-02-18 21:01:48+0800 [SSHService ssh-userauth on TriggerSSHTransport,client] starting service ssh-connection
2016-02-18 21:01:48+0800 [SSHService ssh-userauth on TriggerSSHTransport,client] channel = <class 'trigger.twister.TriggerSSHAsyncPtyChannel'>
2016-02-18 21:01:48+0800 [SSHService ssh-userauth on TriggerSSHTransport,client] Connection success.
2016-02-18 21:01:48+0800 [SSHService ssh-userauth on TriggerSSHTransport,client] Connection information: <trigger.twister.TriggerSSHTransport object at 0x103839710>
2016-02-18 21:01:48+0800 [SSHService ssh-userauth on TriggerSSHTransport,client] opening channel 0 with 131072 32768
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] COMMANDS: ['show clock', 'show version']
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] My startup commands: ['terminal length 0']
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] sending request pty-req
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] sending request shell
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] Got channel request response!
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: '\r\nR1>'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] Enable prompt detected: 'R1>'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] Enable required, sending enable commands
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] Enable password detected, sending...
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'e'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'n'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'a'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'b'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'l'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'e'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: '\r\n'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'Password: '
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: '\r\nR1#'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] STATE: buffer 'enable\r\nPassword: \r\nR1#'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] STATE: prompt 'R1#'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] STATE: result 'Password: \r\n'
2016-02-18 21:01:48+0800 [-] [r1.demo.local] Not initialized; sending startup commands
2016-02-18 21:01:48+0800 [-] [r1.demo.local] Sending initialize command: 'terminal length 0'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 't'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'e'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'r'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'm'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'i'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'n'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'a'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'l'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: ' '
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'l'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'e'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'n'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'g'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 't'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'h'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: ' '
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: '0'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: '\r\n'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'R1#'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] STATE: buffer 'terminal length 0\r\nR1#'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] STATE: prompt 'R1#'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] STATE: result ''
2016-02-18 21:01:48+0800 [-] [r1.demo.local] Not initialized; sending startup commands
2016-02-18 21:01:48+0800 [-] [r1.demo.local] Successfully initialized for command execution
2016-02-18 21:01:48+0800 [-] [r1.demo.local] Sending SSH command 'show clock'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 's'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'h'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'o'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'w'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: ' '
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'c'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'l'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'o'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'c'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'k'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: '\r\n'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: '*13:01:46.678 UTC Thu Feb 18 2016\r\nR1#'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] STATE: buffer 'show clock\r\n*13:01:46.678 UTC Thu Feb 18 2016\r\nR1#'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] STATE: prompt 'R1#'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] STATE: result '*13:01:46.678 UTC Thu Feb 18 2016\r\n'
2016-02-18 21:01:48+0800 [-] [r1.demo.local] Sending SSH command 'show version'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 's'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'h'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'o'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'w'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: ' '
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'v'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'e'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'r'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 's'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'i'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'o'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'n'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: '\r\n'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] BYTES: 'Cisco IOS XE Software, Version 03.12.00.S - Standard Support Release\r\nCisco IOS Software, CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.4(2)S, RELEASE SOFTWARE (fc2)\r\nTechnical Support: http://www.cisco.com/techsupport\r\nCopyright (c) 1986-2014 by Cisco Systems, Inc.\r\nCompiled Wed 26-Mar-14 21:09 by mcpre\r\n\r\n\r\nCisco IOS-XE software, Copyright (c) 2005-2014 by cisco Systems, Inc.\r\nAll rights reserved. Certain components of Cisco IOS-XE software are\r\nlicensed under the GNU General Public License ("GPL") Version 2.0. The\r\nsoftware code licensed under GPL Version 2.0 is free software that comes\r\nwith ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such\r\nGPL code under the terms of GPL Version 2.0. For more details, see the\r\ndocumentation or "License Notice" file accompanying the IOS-XE software,\r\nor the applicable URL provided on the flyer accompanying the IOS-XE\r\nsoftware.\r\n\r\n\r\nROM: IOS-XE ROMMON\r\n\r\nR1 uptime is 55 minutes\r\nUptime for this control processor is 56 minutes\r\nSystem returned to ROM by reload\r\nSystem image file is "bootflash:packages.conf"\r\nLast reload reason: <NULL>\r\n\r\n\r\n\r\nThis product contains cryptographic features and is subject to United\r\nStates and local country laws governing import, export, transfer and\r\nuse. Delivery of Cisco cryptographic products does not imply\r\nthird-party authority to import, export, distribute or use encryption.\r\nImporters, exporters, distributors and users are responsible for\r\ncompliance with U.S. and local country laws. By using this product you\r\nagree to comply with applicable laws and regulations. If you are unable\r\nto comply with U.S. and local laws, return this product immediately.\r\n\r\nA summary of U.S. laws governing Cisco cryptographic products may be found at:\r\nhttp://www.cisco.com/wwl/export/crypto/tool/stqrg.html\r\n\r\nIf you require further assistance please contact us by sending email to\r\nexport@cisco.com.\r\n\r\nLicense Level: limited\r\nLicense Type: Default. No valid license found.\r\nNext reload license Level: limited\r\n\r\ncisco CSR1000V (VXE) processor with 804580K/6147K bytes of memory.\r\nProcessor board ID 9G0T83AE5II\r\n4 Gigabit Ethernet interfaces\r\n32768K bytes of non-volatile configuration memory.\r\n2097152K bytes of physical memory.\r\n7774207K bytes of virtual hard disk at bootflash:.\r\n\r\nConfiguration register is 0x2102\r\n\r\nR1#'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] STATE: buffer 'show version\r\nCisco IOS XE Software, Version 03.12.00.S - Standard Support Release\r\nCisco IOS Software, CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.4(2)S, RELEASE SOFTWARE (fc2)\r\nTechnical Support: http://www.cisco.com/techsupport\r\nCopyright (c) 1986-2014 by Cisco Systems, Inc.\r\nCompiled Wed 26-Mar-14 21:09 by mcpre\r\n\r\n\r\nCisco IOS-XE software, Copyright (c) 2005-2014 by cisco Systems, Inc.\r\nAll rights reserved. Certain components of Cisco IOS-XE software are\r\nlicensed under the GNU General Public License ("GPL") Version 2.0. The\r\nsoftware code licensed under GPL Version 2.0 is free software that comes\r\nwith ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such\r\nGPL code under the terms of GPL Version 2.0. For more details, see the\r\ndocumentation or "License Notice" file accompanying the IOS-XE software,\r\nor the applicable URL provided on the flyer accompanying the IOS-XE\r\nsoftware.\r\n\r\n\r\nROM: IOS-XE ROMMON\r\n\r\nR1 uptime is 55 minutes\r\nUptime for this control processor is 56 minutes\r\nSystem returned to ROM by reload\r\nSystem image file is "bootflash:packages.conf"\r\nLast reload reason: <NULL>\r\n\r\n\r\n\r\nThis product contains cryptographic features and is subject to United\r\nStates and local country laws governing import, export, transfer and\r\nuse. Delivery of Cisco cryptographic products does not imply\r\nthird-party authority to import, export, distribute or use encryption.\r\nImporters, exporters, distributors and users are responsible for\r\ncompliance with U.S. and local country laws. By using this product you\r\nagree to comply with applicable laws and regulations. If you are unable\r\nto comply with U.S. and local laws, return this product immediately.\r\n\r\nA summary of U.S. laws governing Cisco cryptographic products may be found at:\r\nhttp://www.cisco.com/wwl/export/crypto/tool/stqrg.html\r\n\r\nIf you require further assistance please contact us by sending email to\r\nexport@cisco.com.\r\n\r\nLicense Level: limited\r\nLicense Type: Default. No valid license found.\r\nNext reload license Level: limited\r\n\r\ncisco CSR1000V (VXE) processor with 804580K/6147K bytes of memory.\r\nProcessor board ID 9G0T83AE5II\r\n4 Gigabit Ethernet interfaces\r\n32768K bytes of non-volatile configuration memory.\r\n2097152K bytes of physical memory.\r\n7774207K bytes of virtual hard disk at bootflash:.\r\n\r\nConfiguration register is 0x2102\r\n\r\nR1#'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] STATE: prompt 'R1#'
2016-02-18 21:01:48+0800 [SSHChannel session (0) on SSHService ssh-connection on TriggerSSHTransport,client] [r1.demo.local] STATE: result 'Cisco IOS XE Software, Version 03.12.00.S - Standard Support Release\r\nCisco IOS Software, CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.4(2)S, RELEASE SOFTWARE (fc2)\r\nTechnical Support: http://www.cisco.com/techsupport\r\nCopyright (c) 1986-2014 by Cisco Systems, Inc.\r\nCompiled Wed 26-Mar-14 21:09 by mcpre\r\n\r\n\r\nCisco IOS-XE software, Copyright (c) 2005-2014 by cisco Systems, Inc.\r\nAll rights reserved. Certain components of Cisco IOS-XE software are\r\nlicensed under the GNU General Public License ("GPL") Version 2.0. The\r\nsoftware code licensed under GPL Version 2.0 is free software that comes\r\nwith ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such\r\nGPL code under the terms of GPL Version 2.0. For more details, see the\r\ndocumentation or "License Notice" file accompanying the IOS-XE software,\r\nor the applicable URL provided on the flyer accompanying the IOS-XE\r\nsoftware.\r\n\r\n\r\nROM: IOS-XE ROMMON\r\n\r\nR1 uptime is 55 minutes\r\nUptime for this control processor is 56 minutes\r\nSystem returned to ROM by reload\r\nSystem image file is "bootflash:packages.conf"\r\nLast reload reason: <NULL>\r\n\r\n\r\n\r\nThis product contains cryptographic features and is subject to United\r\nStates and local country laws governing import, export, transfer and\r\nuse. Delivery of Cisco cryptographic products does not imply\r\nthird-party authority to import, export, distribute or use encryption.\r\nImporters, exporters, distributors and users are responsible for\r\ncompliance with U.S. and local country laws. By using this product you\r\nagree to comply with applicable laws and regulations. If you are unable\r\nto comply with U.S. and local laws, return this product immediately.\r\n\r\nA summary of U.S. laws governing Cisco cryptographic products may be found at:\r\nhttp://www.cisco.com/wwl/export/crypto/tool/stqrg.html\r\n\r\nIf you require further assistance please contact us by sending email to\r\nexport@cisco.com.\r\n\r\nLicense Level: limited\r\nLicense Type: Default. No valid license found.\r\nNext reload license Level: limited\r\n\r\ncisco CSR1000V (VXE) processor with 804580K/6147K bytes of memory.\r\nProcessor board ID 9G0T83AE5II\r\n4 Gigabit Ethernet interfaces\r\n32768K bytes of non-volatile configuration memory.\r\n2097152K bytes of physical memory.\r\n7774207K bytes of virtual hard disk at bootflash:.\r\n\r\nConfiguration register is 0x2102\r\n\r\n'
2016-02-18 21:01:48+0800 [-] [r1.demo.local] CHANNEL: out of commands, closing connection...
2016-02-18 21:01:48+0800 [-] [r1.demo.local] Forcefully closing transport connection
2016-02-18 21:01:48+0800 [-] Got disconnect request, reason: 10, desc: 'user closed connection'
2016-02-18 21:01:48+0800 [-] Disconnecting with error, code 10
reason: user closed connection
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] Forcefully closing transport connection!
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] Got disconnect request, reason: 10, desc: 'user closed connection'
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] Disconnecting with error, code 10
reason: user closed connection
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] connection lost
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] Transport connection lost: Connection was closed cleanly.
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] Client connection lost. Reason: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
]
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] Got results: ['*13:01:46.678 UTC Thu Feb 18 2016\r\n', 'Cisco IOS XE Software, Version 03.12.00.S - Standard Support Release\r\nCisco IOS Software, CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.4(2)S, RELEASE SOFTWARE (fc2)\r\nTechnical Support: http://www.cisco.com/techsupport\r\nCopyright (c) 1986-2014 by Cisco Systems, Inc.\r\nCompiled Wed 26-Mar-14 21:09 by mcpre\r\n\r\n\r\nCisco IOS-XE software, Copyright (c) 2005-2014 by cisco Systems, Inc.\r\nAll rights reserved. Certain components of Cisco IOS-XE software are\r\nlicensed under the GNU General Public License ("GPL") Version 2.0. The\r\nsoftware code licensed under GPL Version 2.0 is free software that comes\r\nwith ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such\r\nGPL code under the terms of GPL Version 2.0. For more details, see the\r\ndocumentation or "License Notice" file accompanying the IOS-XE software,\r\nor the applicable URL provided on the flyer accompanying the IOS-XE\r\nsoftware.\r\n\r\n\r\nROM: IOS-XE ROMMON\r\n\r\nR1 uptime is 55 minutes\r\nUptime for this control processor is 56 minutes\r\nSystem returned to ROM by reload\r\nSystem image file is "bootflash:packages.conf"\r\nLast reload reason: <NULL>\r\n\r\n\r\n\r\nThis product contains cryptographic features and is subject to United\r\nStates and local country laws governing import, export, transfer and\r\nuse. Delivery of Cisco cryptographic products does not imply\r\nthird-party authority to import, export, distribute or use encryption.\r\nImporters, exporters, distributors and users are responsible for\r\ncompliance with U.S. and local country laws. By using this product you\r\nagree to comply with applicable laws and regulations. If you are unable\r\nto comply with U.S. and local laws, return this product immediately.\r\n\r\nA summary of U.S. laws governing Cisco cryptographic products may be found at:\r\nhttp://www.cisco.com/wwl/export/crypto/tool/stqrg.html\r\n\r\nIf you require further assistance please contact us by sending email to\r\nexport@cisco.com.\r\n\r\nLicense Level: limited\r\nLicense Type: Default. No valid license found.\r\nNext reload license Level: limited\r\n\r\ncisco CSR1000V (VXE) processor with 804580K/6147K bytes of memory.\r\nProcessor board ID 9G0T83AE5II\r\n4 Gigabit Ethernet interfaces\r\n32768K bytes of non-volatile configuration memory.\r\n2097152K bytes of physical memory.\r\n7774207K bytes of virtual hard disk at bootflash:.\r\n\r\nConfiguration register is 0x2102\r\n\r\n']
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] [r1.demo.local] Did not find 'parse' method: from_cisco
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] [r1.demo.local] Fallback enabled. Using base method: 'from_base'
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] Received <generator object parse_template at 0x10386a4b0> from r1.demo.local
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] Unable to load TextFSM template, updating with unstructured output
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] Unable to load TextFSM template, updating with unstructured output
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] Storing results for 'r1.demo.local': {'show version': 'Cisco IOS XE Software, Version 03.12.00.S - Standard Support Release\r\nCisco IOS Software, CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.4(2)S, RELEASE SOFTWARE (fc2)\r\nTechnical Support: http://www.cisco.com/techsupport\r\nCopyright (c) 1986-2014 by Cisco Systems, Inc.\r\nCompiled Wed 26-Mar-14 21:09 by mcpre\r\n\r\n\r\nCisco IOS-XE software, Copyright (c) 2005-2014 by cisco Systems, Inc.\r\nAll rights reserved. Certain components of Cisco IOS-XE software are\r\nlicensed under the GNU General Public License ("GPL") Version 2.0. The\r\nsoftware code licensed under GPL Version 2.0 is free software that comes\r\nwith ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such\r\nGPL code under the terms of GPL Version 2.0. For more details, see the\r\ndocumentation or "License Notice" file accompanying the IOS-XE software,\r\nor the applicable URL provided on the flyer accompanying the IOS-XE\r\nsoftware.\r\n\r\n\r\nROM: IOS-XE ROMMON\r\n\r\nR1 uptime is 55 minutes\r\nUptime for this control processor is 56 minutes\r\nSystem returned to ROM by reload\r\nSystem image file is "bootflash:packages.conf"\r\nLast reload reason: <NULL>\r\n\r\n\r\n\r\nThis product contains cryptographic features and is subject to United\r\nStates and local country laws governing import, export, transfer and\r\nuse. Delivery of Cisco cryptographic products does not imply\r\nthird-party authority to import, export, distribute or use encryption.\r\nImporters, exporters, distributors and users are responsible for\r\ncompliance with U.S. and local country laws. By using this product you\r\nagree to comply with applicable laws and regulations. If you are unable\r\nto comply with U.S. and local laws, return this product immediately.\r\n\r\nA summary of U.S. laws governing Cisco cryptographic products may be found at:\r\nhttp://www.cisco.com/wwl/export/crypto/tool/stqrg.html\r\n\r\nIf you require further assistance please contact us by sending email to\r\nexport@cisco.com.\r\n\r\nLicense Level: limited\r\nLicense Type: Default. No valid license found.\r\nNext reload license Level: limited\r\n\r\ncisco CSR1000V (VXE) processor with 804580K/6147K bytes of memory.\r\nProcessor board ID 9G0T83AE5II\r\n4 Gigabit Ethernet interfaces\r\n32768K bytes of non-volatile configuration memory.\r\n2097152K bytes of physical memory.\r\n7774207K bytes of virtual hard disk at bootflash:.\r\n\r\nConfiguration register is 0x2102\r\n\r\n', 'show clock': '*13:01:46.678 UTC Thu Feb 18 2016\r\n'}
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] Reactor running? True
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] stopping reactor
2016-02-18 21:01:48+0800 [-] Stopping factory <trigger.twister.TriggerSSHChannelFactory object at 0x1033bdc10>
2016-02-18 21:01:48+0800 [TriggerSSHTransport,client] All done!
2016-02-18 21:01:48+0800 [-] Main loop terminated.
2016-02-18 21:01:48+0800 [-]
2016-02-18 21:01:48+0800 [-] Results:
2016-02-18 21:01:48+0800 [-] {'r1.demo.local': {'show version': 'Cisco IOS XE Software, Version 03.12.00.S - Standard Support Release\r\nCisco IOS Software, CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.4(2)S, RELEASE SOFTWARE (fc2)\r\nTechnical Support: http://www.cisco.com/techsupport\r\nCopyright (c) 1986-2014 by Cisco Systems, Inc.\r\nCompiled Wed 26-Mar-14 21:09 by mcpre\r\n\r\n\r\nCisco IOS-XE software, Copyright (c) 2005-2014 by cisco Systems, Inc.\r\nAll rights reserved. Certain components of Cisco IOS-XE software are\r\nlicensed under the GNU General Public License ("GPL") Version 2.0. The\r\nsoftware code licensed under GPL Version 2.0 is free software that comes\r\nwith ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such\r\nGPL code under the terms of GPL Version 2.0. For more details, see the\r\ndocumentation or "License Notice" file accompanying the IOS-XE software,\r\nor the applicable URL provided on the flyer accompanying the IOS-XE\r\nsoftware.\r\n\r\n\r\nROM: IOS-XE ROMMON\r\n\r\nR1 uptime is 55 minutes\r\nUptime for this control processor is 56 minutes\r\nSystem returned to ROM by reload\r\nSystem image file is "bootflash:packages.conf"\r\nLast reload reason: <NULL>\r\n\r\n\r\n\r\nThis product contains cryptographic features and is subject to United\r\nStates and local country laws governing import, export, transfer and\r\nuse. Delivery of Cisco cryptographic products does not imply\r\nthird-party authority to import, export, distribute or use encryption.\r\nImporters, exporters, distributors and users are responsible for\r\ncompliance with U.S. and local country laws. By using this product you\r\nagree to comply with applicable laws and regulations. If you are unable\r\nto comply with U.S. and local laws, return this product immediately.\r\n\r\nA summary of U.S. laws governing Cisco cryptographic products may be found at:\r\nhttp://www.cisco.com/wwl/export/crypto/tool/stqrg.html\r\n\r\nIf you require further assistance please contact us by sending email to\r\nexport@cisco.com.\r\n\r\nLicense Level: limited\r\nLicense Type: Default. No valid license found.\r\nNext reload license Level: limited\r\n\r\ncisco CSR1000V (VXE) processor with 804580K/6147K bytes of memory.\r\nProcessor board ID 9G0T83AE5II\r\n4 Gigabit Ethernet interfaces\r\n32768K bytes of non-volatile configuration memory.\r\n2097152K bytes of physical memory.\r\n7774207K bytes of virtual hard disk at bootflash:.\r\n\r\nConfiguration register is 0x2102\r\n\r\n', 'show clock': '*13:01:46.678 UTC Thu Feb 18 2016\r\n'}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment