Articles by Alfred Tong

Citrix Netscaler VPX Express Free License Key

Here’s how to get your free Citrix Netscaler VPX Express license key Visit the Citrix website https://www.citrix.com/downloads/netscaler-adc/virtual-appliances/netscaler-vpx-express Create yourself a Citrix account. Create a customer account and fill in your contact information. Once you are through you will be greeted with…


How to show hidden default Cisco IOS configurations

Where did my “switchport access vlan 1” command go? Have you ever noticed that Cisco has loaded default configurations onto the switch without showing it on your startup or running config? “switchport access vlan 1” is a good example. Take…


LACP vs static link aggregation

What is static link aggregation? Static link aggregation is a method of combining or bundling of multiple switch ports or nics to form a single etherchannel. It increases throughput and redundancy for the two connecting devices. A static link aggregation…


How to setup a simple Cisco IOS Firewall

Classic Firewall There are two configuration models to setup a firewall on IOS; the classic firewall (used to be called CBAC – Context based access control) and the zone based firewall. In this post I’m going to document how to…


No Image

NEW Cisco IOS method for configuring Radius Server

Setting up Radius using the old IOS cli If you entered the following for setting up radius server, radius-server host 192.168.1.1 you will get the following warning message informing you that you there is a new way of configuring radius…






Cisco switchport mode access vs switchport access vlan

What’s the difference between “switchport mode access” and “switchport access vlan xx”? First of all, both commands are required to set the switch to an access port. switch(config-if)# switchport mode access This above command disables DTP – Dynamic Trunking Protocol…