Python script to check individual ports for specific command Networking |
- Python script to check individual ports for specific command
- Help with automating tasks. SecureCRT vbs not cutting it.
- CCDE worth?
- Show Syslog messages from CLI in stream mode
Python script to check individual ports for specific command Posted: 01 Aug 2021 03:34 AM PDT Hi Guys, I need to do an audit of which ports on all of our switches have 802.1x enabled, I know the command I'm looking for I just need to know how to write a script that will check the port config of each individual port and see if that command is there and if not there make a note of it to a txt file. Any help or resources on how to do this would be greatly appreciated. I know how to connect to switches with Netmiko and issue commands I just can't figure out how to make it check individual port config for specific commands. Thanks [link] [comments] |
Help with automating tasks. SecureCRT vbs not cutting it. Posted: 01 Aug 2021 11:27 AM PDT Hey all, been reading through a lot of posts and can't seem to land on a decision for my scenario. We have a lot of equipment that comes back to us where we need to completely factory default and then bring code up to par at the same time. As an example we have a Cisco 3850 and need to renumber the switch and priority (pulled from a stack) which requires reboot then after reboot we need to upgrade software and run diagnostics and a bunch of show commands that would dump to a file. We automated a lot but it's all using SecureCRT vbs scripts we recorded. We then review by reading the output for any errors or issues manually. I want to automate this by 1) running all of this with like a drop down for model and chassis type and code version that pulls from a nas from a web interface. Then 2) I want an output file read for any errors or issues and notify us via email. If no errors we get email with output we can save for later viewing of needed as well. Any recommendations on what would work best for this? We do this on Juniper, Cisco, and some Arista but mostly Cisco. [link] [comments] |
Posted: 01 Aug 2021 11:43 AM PDT Hello Im a sr. Network & security engineer. Soon done with the ENCORE as for the CCIE written. (have ccnp scince 2016 or 2017) And will do the enterprise design exam. I am also doing a higher IT Management education on how to create ICT strategy an behalf the Corporate business Strategy, ICT Architecture with Zachmann & TOGAF, financial planning, people management and so on. As i want to pursue a network & security architecture role. When im done with my technical exams, i have to chose to prepare for me CCIE enterprise practical exam, or go for the CCDE. What would be better? Next to the CCIE or CCDE i would also do some Azure, vmware certifications as they seem to be rather easy. [link] [comments] |
Show Syslog messages from CLI in stream mode Posted: 01 Aug 2021 07:25 AM PDT Hello, Once configuring Stream mode to a syslog server as shown below. How to see the syslog messages sent to the syslog server from CLI. Is there a way to check it via J-web as well ? root@SRX320-Branch# show security log { cache; mode stream; format sd-syslog; report; source-address 172.17.17.1; stream RSA-Netwitness { category all; host { } } } policies { from-zone trust to-zone trust { policy trust-to-trust { match { source-address any; destination-address any; application any; } then { permit; log { session-init; session-close; } } } } from-zone trust to-zone untrust { policy trust-to-untrust { match { source-address any; destination-address any; application any; } then { permit; log { session-init; session-close; } } } } } [link] [comments] |
You are subscribed to email updates from Enterprise Networking Design, Support, and Discussion. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment