Certainly, here’s the packet capture procedure on Cisco IOS with specific source IPs, destination IPs, and ports incorporated into the...
JoinedMay 2, 2023
Articles669
20+ years of experience and proven performance in large scale enterprise network infrastructure architecture, design, implementation, migration, security, operation, troubleshooting, leading/managing teams, and budgets. I have a BS in Cybersecurity and a Master's from the University of Florida.
Step 1 – Copy the new image to the 3850...
Sometimes when your in Kali you want a quick and easy way to share files. One of the ways I...
Get the current session type, cli or lightdm+xfce: systemctl get-default Set the cli by disabling lightdm autostart: systemctl set-default multi-user.target...
Packet capture on a Cisco ASA using the Command Line Interface (CLI) can be done through several methods. Here’s an...
ACL looks like this: access-list VPN-FILTER permit {remote-IP} [remote-Port] {local-IP} [local-Port] Examples: LOCAL: ...
First look at the MAC Address for your device (there are many ways): ifconfig | grep ether or cat /sys/class/net/*/address...