Jan. 15, 2024
Carl AbouJawdeh
Automate Meraki Device Renaming
Efficiently renaming your Meraki devices without manual hassle. Learn how to use a Python script and a CSV file to streamline the renaming process, saving you time and effort
Sept. 26, 2023
Carl AbouJawdeh
Securing Your Network Access with 802.1X
In our increasingly connected world, the security of our networks has never been more critical knowing who is on your network and what machines they are using is the foundational step towards ensuring a secure and well-managed environment.
Oct. 12, 2023
Carl AbouJawdeh
OpenSSL cheatsheet
OpenSSL is a versatile open-source library that primarily deals with secure communications.
In this blog we will show you:
Generate private and public keys.
Create certificate signing requests.
Sign certificates with a CA or self-sign.
Check, extract, and encrypt key pairs.
May 31, 2023
Carl AbouJawdeh
802.1x EAP peap and EAP tls
802.1x authentication is a security protocol that provides an efficient and reliable means of controlling network access.
In this doc, we will review EAP PEAP and EAP TLS.
April 19, 2023
Carl AbouJawdeh
BGP Internet Edge
Border Gateway Protocol (BGP) is a widely used routing protocol.
This blog will discuss the configuration of two BGP internet edge routers advertising a /23 subnet and working as primary and secondary for each other for the /24 subnet.
Nov. 8, 2022
Carl AbouJawdeh
Sumologic Troubleshooting
In this blog, we will discuss how to troubleshoot the sumologic collector from Syslog not showing to troubleshoot Script Alerts and how we can change the collector listening interface.
Dec. 16, 2022
Firewall Benefits
When it comes to cybersecurity, your business can never be too safe. That's why a network firewall is vital in protecting your company's data. A firewall monitors and controls the traffic coming in and out of your network. This blog post will discuss the benefits of using a network firewall and how to harden it.
Dec. 20, 2022
Carl AbouJawdeh
Napalm Python
Napalm is a powerful Python library that is used to automate and interact with network devices. It provides an easy-to-use platform to configure and manage network devices, such as routers and switches, using native protocols like NETCONF and SSH.
Dec. 16, 2022
Carl AbouJawdeh
SumoLogic SEIM
SumoLogic SEIM helps you to collect, monitor, and analyze data from multiple sources. It enables you to create custom views of your data with drag-and-drop dashboards and powerful visualizations.
Nov. 21, 2022
Carl AbouJawdeh
TCPDUMP
Is a powerful tool for network troubleshooting, packet analysis, and security auditing used by system administrators and network engineers. It allows users to capture and interpret packets that are transmitted or received over a network.