Configure High Availability (Active/Standby) of BIG-IP F5 LTMs
HA Prerequisites: All devices in device group are running the same version of BIG-IP system software. Configure NTP and verify that both devices show same…
Different Load balancing methods of BIG-IP LTM
BIG-IP LTM provides various load balancing methods Under Pool > New Pool screen option. Most load balancing methods will allow you to choose between member…
HP Switch CLI Commands
Configuration Commands: 1.Create a VLAN and assign an IP address that will be used as default gateway for computers belonging to this specific VLAN. In…
Configure Static NAT in Cyberoam Firewall
In order to configure Static NAT in Cyberoam firewall, navigate to Firewall > NAT Policy and specify Public IP address to be NAT into. In…

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…