How to block specific MAC address in Cisco Switch

(config)# mac address-table static 0349.1245.95ca vlan 192 drop just repeat with as many VLANs that you wanted to deny access for the specific MAC address

iRule for single VIP but with multiple pool

  Here I want to redirect our two websites visitors (en.microsoft.com and ph.microsoft.com) to same public IP but to two different pool. If someone types…

F5 – http monitor newline character error

  when you attempt to save the http monitor configuration, a warning message may appear as value may not contain literal newline characters even though…

Create CSR and Install certificate in Cisco ASA Firewall

Generate CSR via Cisco ASA CLI Commands 1. Before generating a CSR request, you must create a private key (config)# crypto key generate rsa label…

Cisco ASA AnyConnect Configuration and Troubleshooting

1.Create Network Objects (config)# object network office-subnet subnet 172.20.100.0 255.255.255.0 (config)# object network anyconnect-subnet subnet 192.168.210.0 255.255.255.0 2.Create DHCP Pool for Anyconnect client (config)# ip…

Static bidirectional NAT on Cisco ASA firewall

In this configuration, 192.168.100.255 is an SMTP Server that we would like to publish on internet with public IP address 221.200.200.51 and open port tcp/25.  STATIC NAT: …

Restrict access of Cyberoam Web Admin GUI to certain WAN IPs

This article, tells you how to restrict Cyberoam GUI access to certain IPs from LAN, so what to do, if you want to restrict to specific Public…

route traffic via IPSec tunnel in Cyberoam firewall

It took almost 2 days for me to resolve this problem -> traffic didn’t pass through the IPSec tunnel in Cyberoam firewall. I read most of KB articles in…

Cisco 1850 Mobility Express Configuration – Video Tutorial

[wpdevart_youtube]NaSLHokze6E[/wpdevart_youtube] Our video tutorial missed to clarify few information, so we explained here 10.150.102.1 and 10.150.180.1 are IPs of SVI configured on the switches. 10.150.200.253 is…