Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
In this post, I'm going to use Python and Telnet Library to login into a list of IP addresses and execute some commands and send the output to separated text files.My network contains different vendor access switches and I need to collect some inform...
Introduction:BGP stands for Border Gateway Protocol, as the name implies it is a protocol that works on our network border devices, BGP is a an application layer protocol and it does work with TCP protocol 179 to establish it's peering connection wit...
Hello, I have a new requirement from my manager to connect two sites of two companies in order to allow calls from Site1 CUCM to come to Site2 CUCM. however, I did not work on something like this before and I really need your help with this. A.What d...
Hi, I wanted to ask about the status of removing association with a company, I can see some posts mentioning that if you remove the association, you will be able to associate your CCIE ID with another company after one year.is this correct? or was an...
Hi https://pynet.twb-tech.com/blog/automation/netmiko.html you can find the code to SSH to Cisco router in itIn [1]: from netmiko import ConnectHandlerIn [2]: cisco = {...: 'device_type': 'cisco_ios',...: 'host': 'cisco.domain.com',...: 'username': '...
Dmitry, this is a bit broad question, but let's start from basic as you requested. 1. you need to connect to the firewall, how? a.console cable directly from your PC to firewall console interface and use putty or any available application.b. SSH if y...
I remember having similar problem on Cisco ASA5512-X, reboot can fix it but it will show up again.I think trying to change some settings might reduce the usage of your Firewall resources* disable logs for rules that you don't need to log all time* ch...