Cisco ASA as DHCP Server for Guest Network

This is one of the most common deployment where you want Cisco ASA to lease IP address for your wireless Guests. We have a Windows…

VLAN trunk between Cisco and HP switch

In Cisco switching terms, we call it as trunk, however in HP switching terms, this is tagged. On Cisco switch, !Create VLAN 2 and SVI for finance dept.…

IP routing between VLANs in HP Procurve switch

This is a common scenario where you want clients in one VLAN to reach servers or other systems in another VLAN and all you have…

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…