write_erase
Level 1
Level 1
Member since ‎01-01-2018
‎04-24-2020

User Statistics

  • 18 Posts
  • 0 Solutions
  • 85 Helpful votes Given
  • 0 Helpful votes Received
Recent Badges
5 Replies

User Activity

This code almost perfect, however the 2nd numbering is not working as expected.user@linux:~$ cat ip.txt 10.1.1.1 10.2.2.2 10.3.3.3 user@linux:~$script.pyfrom netmiko import Netmiko with open('ip.txt') as f: print('List of Hosts') print('-' * 13) for...
This is sample output of Cisco Switch show version command.Switch#show version Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 15.0(2)SE, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-20...
This is sample output of Cisco Switch show version command.Switch#show version Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 15.0(2)SE, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-20...
Is there any online Cisco Lab like GNS3?Instead of running all devices in local laptop, I would like to have it somewhere on the cloud and run it via web browser.I'm looking for a couple of Cisco devices for automation purposes ... nothing complex, j...
I was able to get device hostname with the following netmiko code.>>> print(net_connect.find_prompt()) Cisco# >>> >>> print(net_connect.send_command('show running-config | include hostname')) hostname Cisco >>>Would it be possible to remove `#` and ...
Community Statistics
Member Since ‎01-01-2018 03:08 AM
Date Last Visited ‎04-24-2020 07:45 AM
Posts 18
Helpful Votes Given To